From: Gerd Moellmann Date: Wed, 29 Mar 2000 13:05:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f83c5440c7cd65842bbb0c3f4e729304de619717;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 6333003ecb8..2232594d3b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,13 +1,18 @@ +2000-03-29 Gerd Moellmann + + * 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 * search.c (Freplace_match): Adjust multibyteness of the current buffer and NEWTEXT. Free allocated memory before signaling an error. -2000-03-29 Gerd Moellmann - - * eval.c (call_debugger): Cancel busy-cursor. - 2000-03-28 Stefan Monnier * regex.c (analyse_first): New function obtained by ripping out most