diff options
| author | Luc Teirlinck | 2006-03-06 01:15:24 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-03-06 01:15:24 +0000 |
| commit | af6a60c347923e3aa115a8b57721474c1cffd376 (patch) | |
| tree | 5a8774ea53f73fdd96dba5e252a37bb2ae62d942 | |
| parent | dec817ba91284b868b32b382a71af131f933ca42 (diff) | |
| download | emacs-af6a60c347923e3aa115a8b57721474c1cffd376.tar.gz emacs-af6a60c347923e3aa115a8b57721474c1cffd376.zip | |
*** empty log message ***
| -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. |