summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2020-02-25Version bump0.11.2Jose Antonio Ortega Ruiz
2020-02-23Version bump0.11.1Jose Antonio Ortega Ruiz
2020-02-04Version 0.110.11Jose Antonio Ortega Ruiz
2018-03-14TypoJose Antonio Ortega Ruiz
2018-03-14Release 0.100.10Jose Antonio Ortega Ruiz
2016-10-06Release 0.90.9Jose Antonio Ortega Ruiz
2015-12-14NEWS updated with the good tidingsJose Antonio Ortega Ruiz
2015-10-13Version 0.8.10.8.1Jose Antonio Ortega Ruiz
2015-10-12Version 0.8 released0.8Jose Antonio Ortega Ruiz
2015-02-21Oops: missing dateJose Antonio Ortega Ruiz
2015-02-09Documentation updates and nits for FreijaJose Antonio Ortega Ruiz
Preparing the release of 0.7, which will feature support for Chicken thanks to Dan and Freija!
2015-01-19NEWS updateJose Antonio Ortega Ruiz
2014-09-23A NEWS updateJose Antonio Ortega Ruiz
Since we have so few, let's not wait to add just one more!
2014-08-10NEWS for 0.60.6Jose Antonio Ortega Ruiz
2014-06-01A bit of NEWSJose Antonio Ortega Ruiz
2014-05-31Finer control of debugging window popupsJose 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-10Racket: better behaviour of geiser-eval-bufferJose 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-09Racket: fix for evaluations inside typed/racket modulesJose 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-09Version 0.50.5Jose Antonio Ortega Ruiz
2013-09-25Credit where credit is dueJose Antonio Ortega Ruiz
2013-09-25Scheme version checksJose 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-19News about MELPA supportJose Antonio Ortega Ruiz
2013-08-25Let's make it *any* submoduleJose 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-25Racket: new commands to show and hide test submodulesJose 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-02Real solution for the non-ascii-history problemJose 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-01NEWS updateJose Antonio Ortega Ruiz
2013-06-06Racket: correct font-lock for define/match, againJose Antonio Ortega Ruiz
We weren't considering the obvious: (define/match (foo bar) ...)
2013-06-04Ludovic made it also to AUTHORS and NEWSJose Antonio Ortega Ruiz
2013-05-21Authors and news updated to include DarrenJose Antonio Ortega Ruiz
2013-05-14Documentation updatesJose Antonio Ortega Ruiz
A nit about the new commands docs, and thanks to Nick Parker.
2013-05-03NEWS for 0.40.4Jose Antonio Ortega Ruiz
2013-04-15NEWS entry since Diogo confirmed things work againJose Antonio Ortega Ruiz
2013-04-14More good NEWSJose Antonio Ortega Ruiz
2013-04-13Good NEWSJose Antonio Ortega Ruiz
2013-04-12A bit of documentation for the previous patchesJose Antonio Ortega Ruiz
2013-04-11Documentation for the latest changesJose Antonio Ortega Ruiz
2013-03-01NEWS entry for the above, er, belowJose Antonio Ortega Ruiz
2013-02-03NEWS and version housekeepingJose Antonio Ortega Ruiz
2013-01-19NEWS and AUTHORS updatedJose Antonio Ortega Ruiz
2013-01-19Preparations for 0.3Jose Antonio Ortega Ruiz
2012-11-11New command geiser-repl-clear-bufferJose 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-27Filename completion also in scheme buffersJose Antonio Ortega Ruiz
By means of a new entry in completion-at-point-functions that uses the handy comint-filename-completion.
2012-10-24Completing file names at the REPL, but only in string contextsJose Antonio Ortega Ruiz
2012-10-24Little clean-ups to the indentation rulesJose 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-11Dummy entry in NEWS for 0.2.3Jose Antonio Ortega Ruiz
2012-09-30Documentation updates0.2.2Jose Antonio Ortega Ruiz
2012-09-15Version bumpJose 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-15racket: correctly jump to symbols defined in .ss modules0.2.1Jose Antonio Ortega Ruiz
Racket is returning by default their canonical "rkt" name, which sometimes is not what's in the filesystem.
2012-09-15News and version tags for 0.2.1Jose Antonio Ortega Ruiz
2012-09-02Dates updates0.2Jose Antonio Ortega Ruiz