aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
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 @@
12005-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
12005-04-10 Masatake YAMATO <jet@gyve.org> 132005-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
62005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> 182005-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
122005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 242005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13 25