# HG changeset patch # User Richard M. Stallman # Date 1158420591 0 # Node ID 70bc5da33dfa7f276a78a641f5bcf174c5a19e04 # Parent e47e040fc9da620035fa67ce79d8b041a178cfa4 *** empty log message *** diff -r e47e040fc9da -r 70bc5da33dfa admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sat Sep 16 15:28:47 2006 +0000 +++ b/admin/FOR-RELEASE Sat Sep 16 15:29:51 2006 +0000 @@ -48,13 +48,13 @@ ** 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 -r e47e040fc9da -r 70bc5da33dfa src/ChangeLog --- a/src/ChangeLog Sat Sep 16 15:28:47 2006 +0000 +++ b/src/ChangeLog Sat Sep 16 15:29:51 2006 +0000 @@ -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.