Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-05-31 | Finer control of debugging window popups | Jose Antonio Ortega Ruiz | |
It's now possible to control whether we jump to the debug window on evaluation errors (geiser-debug-jump-to-debug-p) and whether we show it all (geiser-debug-show-debug-p). | |||
2014-05-31 | Fix for apparently stolen link to texinfo | Jose Antonio Ortega Ruiz | |
2014-05-31 | Making makeinfo html-happy | Jose Antonio Ortega Ruiz | |
Fixes for warnings issued by makeinfo 5.x (when using some of our macros: the guy is touchy regarding @ifhtml and new lines) that were preventing the install-html make target to work (for people that want local html by texinfo as opposed to the (supposedly fancier) texi2html-generated version we use for the web). | |||
2013-12-09 | Version 0.50.5 | Jose Antonio Ortega Ruiz | |
2013-09-30 | Learning to write | Jose Antonio Ortega Ruiz | |
2013-09-30 | Mentioning Xiao Hanyu's ac-geiser package in the docs | Jose Antonio Ortega Ruiz | |
2013-09-25 | Scheme version checks | Jose Antonio Ortega Ruiz | |
And, if you happen to be launching it all the time, a way of skipping them via a customizable variable. Should address issue #15. | |||
2013-09-19 | News about MELPA support | Jose Antonio Ortega Ruiz | |
2013-09-17 | Docs: it's package-install, not install-package | Jose Antonio Ortega Ruiz | |
2013-08-05 | Add `dir' to EXTRA_DIST | Diogo F. S. Ramos | |
So the generated tarball from `make dist' will have `dir' inside. |