summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-07-02 21:15:42 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-07-02 21:16:44 +0200
commit2945780a5a04714e683529c0e0284d0e55326db5 (patch)
treeac560cb7c8bcc686b181cd4579898c713bc220bc /NEWS
parentae7bb5d6ff1595a28557d7cda2416e1cbce680f3 (diff)
downloadgeiser-2945780a5a04714e683529c0e0284d0e55326db5.tar.gz
geiser-2945780a5a04714e683529c0e0284d0e55326db5.tar.bz2
Real solution for the non-ascii-history problem
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03cedd1..a97af0a 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@
Bug fixes:
- Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès.
+ - Fixed problem when saving REPL history that contained non-ASCII
+ chars: all UTF-8 characters should be fair game now.
- Fixed problems with geiser-doc's history being handled by
session.el (by not letting the latter handle it).