Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-07-02 | Fix for the fix for broken links | Jose Antonio Ortega Ruiz | |
Actually, programming-musings.org is no longer a domain i pay for, and the "canonical" reference to my blog post is in jaortega.wordpress.com. | |||
2017-07-01 | fix broken links to incremental REPL references | Andrew Sackville-West | |
2017-03-26 | repl.texi: Put @altr on its own line so "Other" is not omitted | James C. De Ricco | |
2017-02-01 | A note on dir-locals and load-path variables | Jose Antonio Ortega Ruiz | |
With that in the documentation, i'd taken less time to remember the very existence of geiser-guile-load-path, and the fact that paths are added also to the compiled load path... but then i guess it's nice to re-read my code once in a while. | |||
2016-10-06 | Release 0.90.9 | Jose Antonio Ortega Ruiz | |
2016-09-06 | Fix link to melpa-stable | Chunyang Xu | |
2016-06-12 | New key bindings: C-c C-c, C-c C-l | Jose Antonio Ortega Ruiz | |
2016-06-11 | Lower minimum MIT Scheme version | Fice T | |
2016-04-30 | Fix syntax | Peter | |
2016-04-30 | Add MIT/GNU, Chez and Chibi to docs | Peter | |
2015-10-13 | Version 0.8.10.8.1 | Jose Antonio Ortega Ruiz | |
2015-10-12 | download-mirror.savannah.gnu.org ftw | Jose Antonio Ortega Ruiz | |
Seems this site is updated better than the canonical download.savannah.gnu.org (which depends on mirror propagation). | |||
2015-10-12 | Version 0.8 released0.8 | Jose Antonio Ortega Ruiz | |
2015-02-09 | Preparing 0.70.7 | Jose Antonio Ortega Ruiz | |
2015-02-09 | Documentation updates and nits for Freija | Jose Antonio Ortega Ruiz | |
Preparing the release of 0.7, which will feature support for Chicken thanks to Dan and Freija! | |||
2014-11-01 | New MELPA URLs | Jose Antonio Ortega Ruiz | |
2014-08-30 | I meant Marmalade, of course. MELPA stable seems better. | Jose Antonio Ortega Ruiz | |
2014-08-10 | MELPA is hopeless (at least for the time being) | Jose Antonio Ortega Ruiz | |
2014-08-10 | NEWS for 0.60.6 | Jose Antonio Ortega Ruiz | |
2014-06-01 | Almost redundant REPL command to interrupt evaluation | Jose Antonio Ortega Ruiz | |
Works almost identically to the stock C-c C-c, with just marginally better output aaand being well behaved when interrupting infinitely looping functions such as (define (f) (newline) (let loop () (loop))) -- cf. issue #29 on github. We like it so much that it replaces the old one. |