summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-04-28 23:41:11 +0100
committerjao <jao@gnu.org>2026-04-28 23:41:11 +0100
commit7403ec607ddd223ccc38df18ce8de595396519ee (patch)
tree46336ac778e0e7130206b99775434f5a80c0202a
parent185191df527b51ce521084f8c32030e87dabb5e9 (diff)
downloadgeiser-7403ec607ddd223ccc38df18ce8de595396519ee.tar.gz
geiser-7403ec607ddd223ccc38df18ce8de595396519ee.tar.bz2
doc updates for upcoming version and codeberg moveHEADmaster
-rw-r--r--doc/geiser.texi6
-rw-r--r--doc/macros.texi10
-rw-r--r--doc/thanks.texi4
-rw-r--r--news.org12
4 files changed, 22 insertions, 10 deletions
diff --git a/doc/geiser.texi b/doc/geiser.texi
index 29166d8..ea27717 100644
--- a/doc/geiser.texi
+++ b/doc/geiser.texi
@@ -8,7 +8,7 @@
@copying
This manual documents Geiser, an Emacs environment to hack in Scheme.
-Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2020, 2021 Jose Antonio Ortega Ruiz
+Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2020, 2021, 2026 Jose Antonio Ortega Ruiz
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -103,8 +103,8 @@ Cheat sheet
@html
<br/>
<div class="navigation" align="right">
-<a class="navlink" href="https://gitlab.com/groups/emacs-geiser/-/issues">Bugs</a>&nbsp;&nbsp;&nbsp;&nbsp;
-<a class="navlink" href="https://gitlab.com/emacs-geiser">Source</a>&nbsp;&nbsp;&nbsp;&nbsp;
+<a class="navlink" href="https://codeberg.org/org/geiser/issues">Bugs</a>&nbsp;&nbsp;&nbsp;&nbsp;
+<a class="navlink" href="https://codeberg.org/geiser">Source</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a class="navlink" href="http://lists.nongnu.org/mailman/listinfo/geiser-users">Mailing list</a>&nbsp;
</div>
@end html
diff --git a/doc/macros.texi b/doc/macros.texi
index c218dff..86584ef 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -1,12 +1,12 @@
-@set VERSION 0.20
+@set VERSION 0.33
@set VERSION_NICK
-@set RELEASE_DATE December 2021
-@set EMACS_VERSION 24.4
-@set GITLAB https://gitlab.com/emacs-geiser/
+@set RELEASE_DATE May 2025
+@set EMACS_VERSION 27.1
+@set CODEBERG https://codeberg.com/geiser/
@macro supimpl{NAME,URL,VERS,NM}
@item
-@uref{\URL\, \NAME\} \VERS\ or better, via @uref{@value{GITLAB}\NM\, geiser-\NM\}
+@uref{\URL\, \NAME\} \VERS\ or better, via @uref{@value{CODEBERG}\NM\, geiser-\NM\}
@end macro
@macro altr{LINK, TXT, TLINK, TRAIL}
diff --git a/doc/thanks.texi b/doc/thanks.texi
index 14eae9b..856afad 100644
--- a/doc/thanks.texi
+++ b/doc/thanks.texi
@@ -78,8 +78,8 @@ gmane.lisp.scheme.geiser}.
@item
@cindex bug tracker
You can submit bug reports either to the mailing list or to
-@uref{https://gitlab.com/groups/emacs-geiser/-/issues, our bug tracker} over at
-Gitlab.
+@uref{https://codeberg.org/org/geiser/issues, our bug tracker} over at
+Codeberg.
@item
@cindex IRC channel
The Freenode IRC channel @i{#geiser} is the Geiserati's meeting point in
diff --git a/news.org b/news.org
index 10e13cf..87a2ffd 100644
--- a/news.org
+++ b/news.org
@@ -1,3 +1,15 @@
+* Version 0.33 (unreleased)
+
+ - Project migrated to codeberg.org: https://codeberg.org/geiser
+ - New geiser-repl-classify-output-p flag that enables classification of REPL
+ outputs as error/warning/success with customizable faces
+ (geiser-repl-output-*). Thanks, Lorenzo.
+ - Fix completion for local variadic args (thanks, rvs314).
+ - Fix for company code locations (thanks, Daniel).
+ - Fix race condition between REPL and background evaluations (thanks, Ian).
+ - Fix for ansi escapes in connected REPLs (thanks, ewhispers and martian
+ hiauts).
+
* Version 0.32 (August 10, 2024)
- REPL: Fix for highlighting of 2-character input prompts (thanks to Macon