aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c4a1ec625ed..f7879e9b697 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-03-05 Luc Teirlinck <teirllm@auburn.edu>
2
3 * progmodes/gud.el (gud-jdb-marker-filter): Double quote `[' in
4 regexp for Lisp syntax.
5
12006-03-04 John Paul Wallington <jpw@pobox.com> 62006-03-04 John Paul Wallington <jpw@pobox.com>
2 7
3 * wdired.el (toplevel): Require `cl' at compile-time. 8 * wdired.el (toplevel): Require `cl' at compile-time.
@@ -19,7 +24,7 @@
19 * textmodes/flyspell.el (flyspell-process-localwords): Be 24 * textmodes/flyspell.el (flyspell-process-localwords): Be
20 case-sensitive. 25 case-sensitive.
21 26
222006-03-03 Martin Rudalics <rudalics@gmx.at> 272006-03-03 Martin Rudalics <rudalics@gmx.at>x
23 28
24 * cus-edit.el (custom-quote): Remove function, since it has been 29 * cus-edit.el (custom-quote): Remove function, since it has been
25 moved to custom.el. 30 moved to custom.el.