aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-03-29 13:05:37 +0000
committerGerd Moellmann <[email protected]>2000-03-29 13:05:37 +0000
commitf83c5440c7cd65842bbb0c3f4e729304de619717 (patch)
treec52d50c9df39505d463fad7304197140389a31ed
parent2c9cf2c821853fae195d5f21f6fd87ae5c9231c6 (diff)
*** empty log message ***
-rw-r--r--src/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6333003ecb..2232594d3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,13 +1,18 @@
+2000-03-29 Gerd Moellmann <[email protected]>
+
+ * lread.c (read1): Accept `.' (period) as symbol start like in CL
+ and earlier Emacs versions.
+
+ * keyboard.c (Ftop_level): Cancel busy-cursor.
+
+ * eval.c (call_debugger): Cancel busy-cursor.
+
2000-03-29 Kenichi Handa <[email protected]>
* search.c (Freplace_match): Adjust multibyteness of the current
buffer and NEWTEXT. Free allocated memory before signaling an
error.
-2000-03-29 Gerd Moellmann <[email protected]>
-
- * eval.c (call_debugger): Cancel busy-cursor.
-
2000-03-28 Stefan Monnier <[email protected]>
* regex.c (analyse_first): New function obtained by ripping out most