diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ede4dc3940d..97fd84a1bb1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,25 @@ | |||
| 1 | 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default | ||
| 4 | TAB binding so tab-always-indent is obeyed. | ||
| 5 | (vhdl-minibuffer-local-map): Move initialization into declaration. | ||
| 6 | (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'. | ||
| 7 | (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event) | ||
| 8 | (vhdl-hooked-abbrev): Avoid test for XEmacs. | ||
| 9 | (vhdl-current-line): Use line-beginning-position. | ||
| 10 | (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before | ||
| 11 | with-output-to-temp-buffer, so the current position can be recorded. | ||
| 12 | |||
| 1 | 2005-04-10 Masatake YAMATO <jet@gyve.org> | 13 | 2005-04-10 Masatake YAMATO <jet@gyve.org> |
| 2 | 14 | ||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist-alist): Add | 15 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 4 | regexp for gcov. | 16 | Add regexp for gcov. |
| 5 | 17 | ||
| 6 | 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> | 18 | 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> |
| 7 | 19 | ||
| 8 | * calendar/time-date.el (time-to-seconds): Don't use the #xhhhh | 20 | * calendar/time-date.el (time-to-seconds, seconds-to-time) |
| 21 | (days-to-time, time-subtract, time-add): Don't use the #xhhhh | ||
| 9 | syntax which Emacs 20 doesn't support. | 22 | syntax which Emacs 20 doesn't support. |
| 10 | (seconds-to-time, days-to-time, time-subtract, time-add): Ditto. | ||
| 11 | 23 | ||
| 12 | 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | 24 | 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 13 | 25 | ||