diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 388e9a03987..a63f0cb1e85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | ||
| 2 | |||
| 3 | * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace) | ||
| 4 | (wdired-add-replace-advice): Remove. | ||
| 5 | (wdired-change-to-wdired-mode): Use query-replace-skip-read-only. | ||
| 6 | |||
| 1 | 2005-04-06 Kim F. Storm <storm@cua.dk> | 7 | 2005-04-06 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * startup.el (command-line): Add --bare-bones alias for -Q. | 9 | * startup.el (command-line): Add --bare-bones alias for -Q. |
| @@ -21,8 +27,8 @@ | |||
| 21 | * generic.el (generic-mode-internal): Fix 2005-03-31 change. | 27 | * generic.el (generic-mode-internal): Fix 2005-03-31 change. |
| 22 | (define-generic-mode): Ditto. Fix debug declaration. | 28 | (define-generic-mode): Ditto. Fix debug declaration. |
| 23 | 29 | ||
| 24 | * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Put | 30 | * generic-x.el (show-tabs-tab-face, show-tabs-space-face): |
| 25 | them in the generic-x group. | 31 | Put them in the generic-x group. |
| 26 | 32 | ||
| 27 | * calendar/timeclock.el (timeclock): Doc fix. | 33 | * calendar/timeclock.el (timeclock): Doc fix. |
| 28 | 34 | ||
| @@ -80,8 +86,8 @@ | |||
| 80 | 86 | ||
| 81 | 2005-04-04 Carsten Dominik <dominik@science.uva.nl> | 87 | 2005-04-04 Carsten Dominik <dominik@science.uva.nl> |
| 82 | 88 | ||
| 83 | * textmodes/org.el (org-insert-mode-line-in-empty-file): Change | 89 | * textmodes/org.el (org-insert-mode-line-in-empty-file): |
| 84 | default value to nil. | 90 | Change default value to nil. |
| 85 | 91 | ||
| 86 | 2005-04-04 Lute Kamstra <lute@gnu.org> | 92 | 2005-04-04 Lute Kamstra <lute@gnu.org> |
| 87 | 93 | ||
| @@ -135,11 +141,11 @@ | |||
| 135 | 141 | ||
| 136 | 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org> | 142 | 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org> |
| 137 | 143 | ||
| 138 | * add-log.el (change-log-font-lock-keywords): The manual | 144 | * add-log.el (change-log-font-lock-keywords): The manual |
| 139 | describing a Change Log entry, says: (...) "Aside from these | 145 | describing a Change Log entry, says: (...) "Aside from these |
| 140 | header lines, every line in the change log starts with a space or | 146 | header lines, every line in the change log starts with a space or |
| 141 | a tab.". The font-lock was not highlighting lines started with | 147 | a tab.". The font-lock was not highlighting lines started with |
| 142 | spaces, added support for it. | 148 | spaces, added support for it. |
| 143 | 149 | ||
| 144 | 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 150 | 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 145 | 151 | ||