From: Richard M. Stallman Date: Sat, 16 Sep 2006 15:29:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6875fe9ae6a55d6323839fd09b3624afeab77524;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 941da611495..59efc4f5b99 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -48,13 +48,13 @@ Windows only bug. ** david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13. -** regex char class matching needs a call to char-syntax. - ** regex char class matching breaks if you change entries in the syntax table. ** Michael Cadilhac's line-move-partial is slow. +** iampure@gmail.com's Sep 15 bug report about View Changes In File. + * LICENSES ** These need updating diff --git a/src/ChangeLog b/src/ChangeLog index b0ad3463b50..f1c5996121b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-09-16 Richard Stallman + + * regex.c (re_compile_pattern): Set gl_state.current_syntax_table. + 2006-09-15 Kim F. Storm * window.c (Fwindow_line_visibility): New defun for line-move-partial.