diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-03-04 John Paul Wallington <jpw@pobox.com> | 6 | 2006-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 | ||
| 22 | 2006-03-03 Martin Rudalics <rudalics@gmx.at> | 27 | 2006-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. |