aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6333003ecb8..2232594d3b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,13 +1,18 @@
12000-03-29 Gerd Moellmann <gerd@gnu.org>
2
3 * lread.c (read1): Accept `.' (period) as symbol start like in CL
4 and earlier Emacs versions.
5
6 * keyboard.c (Ftop_level): Cancel busy-cursor.
7
8 * eval.c (call_debugger): Cancel busy-cursor.
9
12000-03-29 Kenichi Handa <handa@etl.go.jp> 102000-03-29 Kenichi Handa <handa@etl.go.jp>
2 11
3 * search.c (Freplace_match): Adjust multibyteness of the current 12 * search.c (Freplace_match): Adjust multibyteness of the current
4 buffer and NEWTEXT. Free allocated memory before signaling an 13 buffer and NEWTEXT. Free allocated memory before signaling an
5 error. 14 error.
6 15
72000-03-29 Gerd Moellmann <gerd@gnu.org>
8
9 * eval.c (call_debugger): Cancel busy-cursor.
10
112000-03-28 Stefan Monnier <monnier@cs.yale.edu> 162000-03-28 Stefan Monnier <monnier@cs.yale.edu>
12 17
13 * regex.c (analyse_first): New function obtained by ripping out most 18 * regex.c (analyse_first): New function obtained by ripping out most