aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d06a8d343dd..dda9d1cc972 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12004-11-19 Richard M. Stallman <rms@gnu.org>
2
3 * search.c (Vsearch_whitespace_regexp): New variable.
4 (syms_of_search): Defvar it.
5 (compile_pattern_1): Call re_set_whitespace_regexp with it.
6 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
7 is non-nil.
8
9 * regex.c (regex_compile): Substitute whitespace_regexp
10 for spaces, if it is nonzero.
11 (whitespace_regexp): New variable.
12 (re_set_whitespace_regexp): New function.
13
12004-11-19 Kim F. Storm <storm@cua.dk> 142004-11-19 Kim F. Storm <storm@cua.dk>
2 15
3 * indent.c (Fvertical_motion): Fix last change. 16 * indent.c (Fvertical_motion): Fix last change.