Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | Version 0.120.12 | Jose Antonio Ortega Ruiz | |
2020-02-25 | Version bump0.11.2 | Jose Antonio Ortega Ruiz | |
2020-02-23 | Version bump0.11.1 | Jose Antonio Ortega Ruiz | |
2020-02-04 | Version 0.110.11 | Jose Antonio Ortega Ruiz | |
2018-03-14 | Typo | Jose Antonio Ortega Ruiz | |
2018-03-14 | Release 0.100.10 | Jose Antonio Ortega Ruiz | |
2016-10-06 | Release 0.90.9 | Jose Antonio Ortega Ruiz | |
2015-12-14 | NEWS updated with the good tidings | Jose Antonio Ortega Ruiz | |
2015-10-13 | Version 0.8.10.8.1 | Jose Antonio Ortega Ruiz | |
2015-10-12 | Version 0.8 released0.8 | Jose Antonio Ortega Ruiz | |
2015-02-21 | Oops: missing date | 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! | |||
2015-01-19 | NEWS update | Jose Antonio Ortega Ruiz | |
2014-09-23 | A NEWS update | Jose Antonio Ortega Ruiz | |
Since we have so few, let's not wait to add just one more! | |||
2014-08-10 | NEWS for 0.60.6 | Jose Antonio Ortega Ruiz | |
2014-06-01 | A bit of NEWS | Jose Antonio Ortega Ruiz | |
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-01-10 | Racket: better behaviour of geiser-eval-buffer | Jose Antonio Ortega Ruiz | |
For buffers containing a #lang directive, geiser-eval-buffer was simply broken: one cannot send the whole region wrapped in a `begin' in that case. We try now to send the region below, although a real solution would imply using #%module-begin as the wrapper, in order to be robust for languages that define their own version of the macro (such as TR). But people should use C-c C-a or C-c C-k and leave this silly function alone instead. | |||
2014-01-09 | Racket: fix for evaluations inside typed/racket modules | Jose Antonio Ortega Ruiz | |
When evaluating (re)definitions in a typed module, it's necessary that the form evaluated is wrapped with #%top-interaction, so that typed racket's redefinition of that macro enters into play and the system records the type information of the new value. Many thanks to Sam Tobin-Hochstadt for the tip, and for his encouraging words. | |||
2013-12-09 | Version 0.50.5 | Jose Antonio Ortega Ruiz | |
2013-09-25 | Credit where credit is due | 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-08-25 | Let's make it *any* submodule | Jose Antonio Ortega Ruiz | |
So the new functions are named geiser-racket-*-submodules, and by default all submodule forms are hidden. Now that we have the helpers in geiser-edit, we could have a generic command in geiser-mode to change the visibility of form at point. | |||
2013-08-25 | Racket: new commands to show and hide test submodules | Jose Antonio Ortega Ruiz | |
The new commands, being racket-specific, are called geiser-racket-{show,hide,toggle}-tests, and have no default binding in geiser-mode (since they don't have any meaning in Guile). The implementation is based on more generic functions in geiser-edit that allow hiding of any top-level form, given its name, so we will probably find new forms to hide in the future. Hiding is limited to top-level forms, which i think is fine for the only use case we have in mind right now. | |||
2013-07-02 | Real solution for the non-ascii-history problem | Jose Antonio Ortega Ruiz | |
We were using a history entry separator including \0 that wasn't writeable as an utf-8 file. Changing the separator to \n}{\n allows using UTF-8 characters in the REPL which are correctly read back. | |||
2013-07-01 | NEWS update | Jose Antonio Ortega Ruiz | |
2013-06-06 | Racket: correct font-lock for define/match, again | Jose Antonio Ortega Ruiz | |
We weren't considering the obvious: (define/match (foo bar) ...) | |||
2013-06-04 | Ludovic made it also to AUTHORS and NEWS | Jose Antonio Ortega Ruiz | |
2013-05-21 | Authors and news updated to include Darren | Jose Antonio Ortega Ruiz | |
2013-05-14 | Documentation updates | Jose Antonio Ortega Ruiz | |
A nit about the new commands docs, and thanks to Nick Parker. | |||
2013-05-03 | NEWS for 0.40.4 | Jose Antonio Ortega Ruiz | |
2013-04-15 | NEWS entry since Diogo confirmed things work again | Jose Antonio Ortega Ruiz | |
2013-04-14 | More good NEWS | Jose Antonio Ortega Ruiz | |
2013-04-13 | Good NEWS | Jose Antonio Ortega Ruiz | |
2013-04-12 | A bit of documentation for the previous patches | Jose Antonio Ortega Ruiz | |
2013-04-11 | Documentation for the latest changes | Jose Antonio Ortega Ruiz | |
2013-03-01 | NEWS entry for the above, er, below | Jose Antonio Ortega Ruiz | |
2013-02-03 | NEWS and version housekeeping | Jose Antonio Ortega Ruiz | |
2013-01-19 | NEWS and AUTHORS updated | Jose Antonio Ortega Ruiz | |
2013-01-19 | Preparations for 0.3 | Jose Antonio Ortega Ruiz | |
2012-11-11 | New command geiser-repl-clear-buffer | Jose Antonio Ortega Ruiz | |
Just renamed geiser-repl--clear-buffer (we don't use -- when users can call the command with M-x normally) and added documentation. | |||
2012-10-27 | Filename completion also in scheme buffers | Jose Antonio Ortega Ruiz | |
By means of a new entry in completion-at-point-functions that uses the handy comint-filename-completion. | |||
2012-10-24 | Completing file names at the REPL, but only in string contexts | Jose Antonio Ortega Ruiz | |
2012-10-24 | Little clean-ups to the indentation rules | Jose Antonio Ortega Ruiz | |
Splitting better the specially indented forms between our two implementations, so that users of a single one don't get weird indentations for froms without a special meaning in their scheme. Ideally, we should make these indentation rules buffer-local, so that when a user is in a, say, Guile buffer, module+ has no special indentation (as is the case now if that user also has activated support for Racket). | |||
2012-10-11 | Dummy entry in NEWS for 0.2.3 | Jose Antonio Ortega Ruiz | |
2012-09-30 | Documentation updates0.2.2 | Jose Antonio Ortega Ruiz | |
2012-09-15 | Version bump | Jose Antonio Ortega Ruiz | |
Setting next version's value in the Git repos, so that people can have both unstable and stable versions in their systems. | |||
2012-09-15 | racket: correctly jump to symbols defined in .ss modules0.2.1 | Jose Antonio Ortega Ruiz | |
Racket is returning by default their canonical "rkt" name, which sometimes is not what's in the filesystem. | |||
2012-09-15 | News and version tags for 0.2.1 | Jose Antonio Ortega Ruiz | |