diff options
-rw-r--r-- | elisp/geiser.el | 4 | ||||
-rw-r--r-- | news.org | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/elisp/geiser.el b/elisp/geiser.el index 1882b5c..c0b1499 100644 --- a/elisp/geiser.el +++ b/elisp/geiser.el @@ -1,6 +1,6 @@ ;;; geiser.el --- GNU Emacs and Scheme talk to each other -*- lexical-binding: t; -*- -;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2015, 2018, 2021 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2015, 2018, 2021, 2022 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -13,7 +13,7 @@ ;; Homepage: https://gitlab.com/emacs-geiser/ ;; Package-Requires: ((emacs "25.1") (transient "0.3")) ;; SPDX-License-Identifier: BSD-3-Clause -;; Version: 0.22 +;; Version: 0.22.1 ;;; Commentary: @@ -1,11 +1,17 @@ -* Version 0.22.1 +* 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) + - New functions geiser-wait-eval and geiser-eval-region/wait for synchronous clients like ob-scheme. + * Version 0.21 (December, 2021) + - Asynchronous, interruptible evaluation and compilation + * Version 0.20 (December, 2021) - Improved support for debugging sessions (for implementations |