summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elisp/geiser.el2
-rw-r--r--news.org65
2 files changed, 34 insertions, 33 deletions
diff --git a/elisp/geiser.el b/elisp/geiser.el
index d2a3352..4f4df8f 100644
--- a/elisp/geiser.el
+++ b/elisp/geiser.el
@@ -13,7 +13,7 @@
;; Homepage: https://gitlab.com/emacs-geiser/
;; Package-Requires: ((emacs "25.1") (transient "0.3") (project "0.8.1"))
;; SPDX-License-Identifier: BSD-3-Clause
-;; Version: 0.24
+;; Version: 0.25
;;; Commentary:
diff --git a/news.org b/news.org
index daa20bf..d5d25d3 100644
--- a/news.org
+++ b/news.org
@@ -1,45 +1,46 @@
-* Version 0.25 (unreleased)
+* Version 0.25 (August 2022)
- New customizable variables: geiser-repl-startup-hook and
geiser-repl-startup-forms.
- - Fix: support for .dir-locals.el in REPL buffers
- - Fix: geiser-restart-repl: don't start a REPL to just restart it
+ - Fix: support for .dir-locals.el in REPL buffers.
+ - Fix: geiser-restart-repl: don't start a REPL to just restart it.
+ - Fix: respect user-defined completion-at-point-functions.
-* Version 0.24 (May, 2022)
+* Version 0.24 (May 2022)
- Support for #{...}# extended symbol syntax
- Removed explicit company backend: use CAPF instead.
-* Version 0.23.1 (March, 2022)
+* Version 0.23.1 (March 2022)
- Bug fix for debug buffer fontification
-* Version 0.23 (March, 2022)
+* Version 0.23 (March 2022)
- Set REPL's default directory to project's root.
- Depend on ELPA's project 0.8.1 to ensure compatibility
with emacs < 28.
- Harmonize buffer names (follow ~*Geiser ...*~ format)
-* Version 0.22.2 (February, 2022)
+* Version 0.22.2 (February 2022)
- Bug fixes (byte-compiler warnings, corfu compatibility).
-* Version 0.22.1 (January, 2022)
+* Version 0.22.1 (January 2022)
- Fix for C-u C-x C-e (in-buffer printing of evaluated expression)
- Fix for project functions other than project-current
-* Version 0.22 (December, 2021)
+* Version 0.22 (December 2021)
- New functions geiser-wait-eval and geiser-eval-region/wait for
synchronous clients like ob-scheme.
-* Version 0.21 (December, 2021)
+* Version 0.21 (December 2021)
- Asynchronous, interruptible evaluation and compilation
-* Version 0.20 (December, 2021)
+* Version 0.20 (December 2021)
- Improved support for debugging sessions (for implementations
supporting them, as usual).
@@ -49,29 +50,29 @@
in emacsen having it available, and using the new
~geiser-repl-per-project-p~ to decide whether to use it.
-* Version 0.19 (December, 2021)
+* Version 0.19 (December 2021)
- Bug fixes
-* Version 0.18 (October, 2021)
+* Version 0.18 (October 2021)
- Documentation fix
-* Version 0.17 (August, 2021)
+* Version 0.17 (August 2021)
- Package available in NonGNU ELPA (doc update)
- Linting and minor fixes
-* Version 0.16 (April, 2021)
+* Version 0.16 (April 2021)
- Bug fix: display of evaluation outputs in schemes with no special
error display handler.
-* Version 0.14 and 0.15 (April, 2021)
+* Versions 0.14 and 0.15 (April 2021)
- Fixes for autoloads in some distributions
-* Version 0.13 (March, 2021)
+* Version 0.13 (March 2021)
- Split into per-scheme projects
@@ -114,11 +115,11 @@
- Preliminary support for GNU/MIT, Chibi and Chez by Peter Feigl.
- Lots of bug fixes.
-* Version 0.8.1 (Oct 13, 2015)
+* Version 0.8.1 (Oct 13 2015)
Bug fix: font-lock-ensure is from the future.
-* Version 0.8 (Oct 12, 2015)
+* Version 0.8 (Oct 12 2015)
Improved features:
@@ -134,7 +135,7 @@
- geiser-connect-local working again.
-* Version 0.7 "Freija" (Feb 21, 2015)
+* Version 0.7 "Freija" (Feb 21 2015)
This release is dedicated to Dan's three-months-old daughter Freija,
who shared her dad's lap with his laptop while he was hacking on the
@@ -150,7 +151,7 @@
- Support for multiple image display in Racket, including image
objects embedded in structured values (thanks to Greg Hendershott).
-* Version 0.6 (Aug 9, 2014)
+* Version 0.6 (Aug 9 2014)
New features:
@@ -170,7 +171,7 @@
in the REPL.
- Fixes for Makefile target html-am (as in now it works).
-* Version 0.5 (Dec 9, 2013)
+* Version 0.5 (Dec 9 2013)
New features:
@@ -199,7 +200,7 @@
`geiser-add-to-load-path`.
- Compatibility fixes for Emacs snapshots.
-* Version 0.4 (May 2, 2013)
+* Version 0.4 (May 2 2013)
New features:
@@ -225,7 +226,7 @@
Aleix Conchillo).
- Help manual lookup in Racket fixed for #lang racket/base modules.
-* Version 0.3 (Jan 19, 2013)
+* Version 0.3 (Jan 19 2013)
New features:
@@ -242,12 +243,12 @@
- Racket: fixes for problems entering modules sans main.rkt.
- Racket: image support in Windows fixed.
-* Version 0.2.2 (Sep 30, 2012)
+* Version 0.2.2 (Sep 30 2012)
- ELPA support. We have now ELPA packages. Thanks to Grant Rettke
and Daniel Hackney.
-* Version 0.2.1 (Sep 15, 2012)
+* Version 0.2.1 (Sep 15 2012)
Bug fixes:
@@ -263,7 +264,7 @@
- Racket: the included geiser-racket.sh script takes a new switch,
-n, to specify the network interface to listen to.
-* Version 0.2 (Sep 3, 2012)
+* Version 0.2 (Sep 3 2012)
New features:
@@ -284,7 +285,7 @@
- Correctly buttonizing paths with leading spaces in DBG buffers
- Autodoc was being deactivated in REPLs.
-* Version 0.1.4 (Nov 26, 2011)
+* Version 0.1.4 (Nov 26 2011)
New features:
@@ -304,7 +305,7 @@
- Elisp: compatibility problems with filladapt fixed.
- Racket: autodoc in R5RS modules.
-* Version 0.1.3 (Jun 24, 2011)
+* Version 0.1.3 (Jun 24 2011)
Bug fixes:
@@ -315,7 +316,7 @@
- Racket can now use the GUI libraries (see bug #32844).
- Texinfo formatting fixes.
-* Version 0.1.2 (Mar 9, 2011)
+* Version 0.1.2 (Mar 9 2011)
New features:
@@ -335,7 +336,7 @@
- "Clickable" paths in warnings buffer also for Guile 2.0.
- Fix for errors when entering r5rs modules in Racket.
-* Version 0.1.1 (Jan 24, 2011)
+* Version 0.1.1 (Jan 24 2011)
New features:
@@ -357,6 +358,6 @@
- Quack compatibility: avoiding problems with #f &c.
-* Version 0.1 (Dec 20, 2010)
+* Version 0.1 (Dec 20 2010)
Initial release.