emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 10 Apr 2005 14:15:44 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7299 emacs/lisp/ChangeLog:1.7300
*** emacs/lisp/ChangeLog:1.7299 Sun Apr 10 06:19:30 2005
--- emacs/lisp/ChangeLog        Sun Apr 10 18:15:43 2005
***************
*** 1,13 ****
  2005-04-10  Masatake YAMATO  <address@hidden>
  
!       * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
!       regexp for gcov.
  
  2005-04-06  Katsumi Yamaoka  <address@hidden>
  
!       * calendar/time-date.el (time-to-seconds): Don't use the #xhhhh
        syntax which Emacs 20 doesn't support.
-       (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
  
  2005-04-09  Stefan Monnier  <address@hidden>
  
--- 1,25 ----
+ 2005-04-10  Stefan Monnier  <address@hidden>
+ 
+       * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
+       TAB binding so tab-always-indent is obeyed.
+       (vhdl-minibuffer-local-map): Move initialization into declaration.
+       (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
+       (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
+       (vhdl-hooked-abbrev): Avoid test for XEmacs.
+       (vhdl-current-line): Use line-beginning-position.
+       (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
+       with-output-to-temp-buffer, so the current position can be recorded.
+ 
  2005-04-10  Masatake YAMATO  <address@hidden>
  
!       * progmodes/compile.el (compilation-error-regexp-alist-alist):
!       Add regexp for gcov.
  
  2005-04-06  Katsumi Yamaoka  <address@hidden>
  
!       * calendar/time-date.el (time-to-seconds, seconds-to-time)
!       (days-to-time, time-subtract, time-add): Don't use the #xhhhh
        syntax which Emacs 20 doesn't support.
  
  2005-04-09  Stefan Monnier  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]