changeset 72926:70bc5da33dfa

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Sep 2006 15:29:51 +0000
parents e47e040fc9da
children 7c06d1194d6f
files admin/FOR-RELEASE src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <rms@gnu.org>
+
+	* regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
+
 2006-09-15  Kim F. Storm  <storm@cua.dk>
 
 	* window.c (Fwindow_line_visibility): New defun for line-move-partial.