aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2006-03-01 23:48:14 +0000
committerLuc Teirlinck <[email protected]>2006-03-01 23:48:14 +0000
commit0bbe0c9ca4c97858b0dcdda6bcef7365a7431ac5 (patch)
tree65531240c1cb10ab594a1a819e1f2f5016cfc6e5 /src
parentd7dbc017b4c3a13a8750681050a900dd42296b79 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index faba78efd6..2a9c2dc344 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-01 Luc Teirlinck <[email protected]>
+
+ * search.c (Fregexp_quote): Do not precede a literal `]' with two
+ backslashes to try to make clear that it has a literal meaning; it
+ does not do that. (It could close a character alternative
+ containing a backslash.)
+
2006-02-28 Chong Yidong <[email protected]>
* xselect.c (x_catch_errors_unwind): New function.