Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-25 | run-geiser obsoleted (just use M-x geiser) | jao | |
2022-08-25 | New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module] | jao | |
2022-07-31 | Fix link to "chibi" in the installation doc | link2xt | |
2022-06-16 | --no-code-files for web generation | jao | |
2022-06-14 | doc: Define title only once. | Maxim Cournoyer | |
* doc/geiser.texi: Define title only once. This gets rid of a warning and produce a more pleasing result. | |||
2022-06-10 | doc: Re-instate the top page resource HTML links. | Maxim Cournoyer | |
* doc/geiser.texi (Top): Re-instate the top page resource links. | |||
2022-06-09 | doc: Remove extra copying section from top page. | Maxim Cournoyer | |
* doc/geiser.texi (Top): Delete @insertcopying directive. | |||
2022-06-09 | doc: Replace texi2html with makeinfo to generate HTML doc. | Maxim Cournoyer | |
One benefit of using 'makeinfo' instead of 'texi2html' is that the HTML file hierarchy layout produced by 'makeinfo' matches the layout expected for cross-reference URLs. For example, a cross-reference defined via: @pxref{Introduction,,, geiser, Geiser User Manual} would produce the URL: /Introduction.html#Introduction, while Texi2html produces /geiser/geiser_1.html#Introduction instead, breaking for example a cross-reference in the GNU Guix Reference Manual (see: https://issues.guix.gnu.org/55290). * doc/makefile (web): Replace texi2html with makeinfo. * doc/site.conf: Delete file. * doc/web.texi: Likewise. | |||
2022-04-23 | geiser-capf: new module to break cyclic dependencies | jao | |
2022-02-23 | Set REPL's default directory to project's root | jao | |
2022-02-01 | doc/makefile: restore indentation | jao | |
2022-01-31 | Make info files as well | Case Duckworth | |
2021-12-21 | Documentation updates | jao | |
2021-12-19 | Docs, news and version | jao | |
2021-12-05 | Documentation bits | jao | |
Starting to move Guile-specific stuff to geiser-guile's readme.org (from which we'll generate an info file, fear not). | |||
2021-12-05 | Documentation nits | jao | |
2021-12-05 | New option geiser-repl-add-project-path-p | jao | |
Together with project-current as a default for the project root function when available, now that Emacs 28 is on the horizon. | |||
2021-08-26 | info documentation fix | jao | |
2021-08-08 | documentation: mention to the new NonGNU ELPA packages | jao | |
2021-05-04 | Documentation nit | jao | |
2021-04-04 | we need macros.texi | Jose Antonio Ortega Ruiz | |
2021-04-04 | macros.texi removed | Jose Antonio Ortega Ruiz | |
2021-04-04 | texi master index regenerated | jao | |
2021-04-04 | makefiles (and lack thereof) | jao | |
2021-04-04 | user manual and web pages updates | jao | |
2020-07-19 | the long road to doc updates starts with one commit | jao | |
2020-07-19 | scheme and autotools removals | jao | |
The plan is to have geiser-core contain only, well, the elisp core engine. The autotools scafolding is no really worth it, so it's gone too (and in the process, i'll look younger). | |||
2020-07-14 | Version 0.120.12 | Jose Antonio Ortega Ruiz | |
2020-07-07 | Add docs for per-project repl instances | Andrew Whatson | |
2020-06-26 | Links to olde blog posts | Jose Antonio Ortega Ruiz | |
Thanks to Sebastian, who noted this in issue #314 | |||
2020-04-26 | Fix typos | Jonas Bernoulli | |
2020-02-25 | Cleaner Chicken and Gambit sections in install docs | Jose Antonio Ortega Ruiz | |
2020-02-25 | Documentation fixes | Jose Antonio Ortega Ruiz | |
2020-02-25 | Version bump0.11.2 | Jose Antonio Ortega Ruiz | |
2020-02-23 | Not referring to savannah downloads in the docs | Jose Antonio Ortega Ruiz | |
What with MELPA and whatever is happening with savannah ssh access. | |||
2020-02-18 | doc: Improve macros to add docbook support | Damien Cassou | |
2020-02-04 | Version 0.110.11 | Jose Antonio Ortega Ruiz | |
2020-01-28 | C-c \ and C-c [ in geiser-repl too | Jose Antonio Ortega Ruiz | |
With a hat tip to Mikhail Kryshen, who was wondering in guile-user why oh why, and rightly so. | |||
2019-08-20 | correcting the typos detected in revision by Mr Jao | mathieu2em | |
2019-08-20 | install.texi addendum and adjustment of config notes | mathieu2em | |
2019-05-15 | Chicken 5 installation instructions | Jose Antonio Ortega Ruiz | |
2018-06-11 | Documentation warning | Jose Antonio Ortega Ruiz | |
2018-06-10 | Moving to Gitlab | Jose Antonio Ortega Ruiz | |
Probably not a totally smart move, since sooner or later gitlab's going to fall as github did (for a fruity company would be my bet). But oh well, at least we can export a CSV of the issues! | |||
2018-03-19 | A prefix for geiser-compile-current-buffer to restart it all | Jose Antonio Ortega Ruiz | |
Okay, i must confess it's sometimes handy to restart the REPL before compiling a file (the proverbial clean slate and all). And we already have geiser-restart-repl, so combining the two things when C-u happens was not really difficult. | |||
2018-03-14 | Simpler navigation bar in website | Jose Antonio Ortega Ruiz | |
Savannah downloads is often broken, and the news page doesn't really add any value. | |||
2018-03-14 | Release 0.100.10 | Jose Antonio Ortega Ruiz | |
2018-01-30 | versions bumped (and hope for a february release) | Jose Antonio Ortega Ruiz | |
2017-09-29 | make a link to the subheading in the previous commit in parens.texi | George D. Plymale II | |
2017-09-29 | add subheading to repl.texi to caution about completion & the REPL | George D. Plymale II | |
as per the discussion at: https://github.com/jaor/geiser/issues/183 | |||
2017-07-04 | replace broken autocomplete-mode link | Andrew Sackville-West | |
used Emacs Wiki link since it links on to the code and is likely to be kept relatively up-to-date |