diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 473afa9040d..7207d267f2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * log-view.el (log-view-message-re): Fix up Subversion regexp. | ||
| 4 | |||
| 1 | 2005-02-18 David Kastrup <dak@gnu.org> | 5 | 2005-02-18 David Kastrup <dak@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/meta-mode.el (meta-mark-active): Fix condition to just | 7 | * progmodes/meta-mode.el (meta-mark-active): Fix condition to just |
| @@ -93,8 +97,8 @@ | |||
| 93 | 97 | ||
| 94 | 2005-02-15 Lute Kamstra <lute@gnu.org> | 98 | 2005-02-15 Lute Kamstra <lute@gnu.org> |
| 95 | 99 | ||
| 96 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add | 100 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): |
| 97 | ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier | 101 | Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier |
| 98 | <monnier@iro.umontreal.ca> | 102 | <monnier@iro.umontreal.ca> |
| 99 | (lisp-outline-level): Improve efficiency. Suggested by David | 103 | (lisp-outline-level): Improve efficiency. Suggested by David |
| 100 | Kastrup <dak@gnu.org>. | 104 | Kastrup <dak@gnu.org>. |
| @@ -169,7 +173,7 @@ | |||
| 169 | * simple.el (eval-expression-print-format): | 173 | * simple.el (eval-expression-print-format): |
| 170 | Avoid warning about edebug-active. | 174 | Avoid warning about edebug-active. |
| 171 | 175 | ||
| 172 | * help.el (help-for-help-internal): Renamed from help-for-help. | 176 | * help.el (help-for-help-internal): Rename from help-for-help. |
| 173 | (help-for-help): Define with defalias. | 177 | (help-for-help): Define with defalias. |
| 174 | 178 | ||
| 175 | * font-core.el (font-lock-default-function): Use with-no-warnings. | 179 | * font-core.el (font-lock-default-function): Use with-no-warnings. |
| @@ -202,7 +206,7 @@ | |||
| 202 | 2005-02-09 Nick Roberts <nickrob@snap.net.nz> | 206 | 2005-02-09 Nick Roberts <nickrob@snap.net.nz> |
| 203 | 207 | ||
| 204 | * progmodes/gdb-ui.el (gdb-location-list): New variable. | 208 | * progmodes/gdb-ui.el (gdb-location-list): New variable. |
| 205 | (gdb-cdir): Delete | 209 | (gdb-cdir): Delete. |
| 206 | (gdb-info-breakpoints-custom, gdb-goto-breakpoint) | 210 | (gdb-info-breakpoints-custom, gdb-goto-breakpoint) |
| 207 | (gdb-source-info): Treat case when source file is in another | 211 | (gdb-source-info): Treat case when source file is in another |
| 208 | directory properly. | 212 | directory properly. |
| @@ -213,8 +217,7 @@ | |||
| 213 | * calc/calc-prog.el (calc-write-parse-table-part) | 217 | * calc/calc-prog.el (calc-write-parse-table-part) |
| 214 | (calc-fix-token-name): Fix a check for language type. | 218 | (calc-fix-token-name): Fix a check for language type. |
| 215 | 219 | ||
| 216 | * calc/calccomp.el (math-compose-expr): Fix a check for language | 220 | * calc/calccomp.el (math-compose-expr): Fix a check for language type. |
| 217 | type. | ||
| 218 | 221 | ||
| 219 | 2005-02-07 Andre Spiegel <spiegel@gnu.org> | 222 | 2005-02-07 Andre Spiegel <spiegel@gnu.org> |
| 220 | 223 | ||