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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 07 Apr 2005 11:16:40 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7276 emacs/lisp/ChangeLog:1.7277
*** emacs/lisp/ChangeLog:1.7276 Thu Apr  7 09:07:41 2005
--- emacs/lisp/ChangeLog        Thu Apr  7 15:16:39 2005
***************
*** 1,3 ****
--- 1,21 ----
+ 2005-04-07  Juri Linkov  <address@hidden>
+ 
+       * simple.el (next-error-overlay-arrow-position): New defvar.
+       Put "=>" on its property `overlay-arrow-string'.  Add it to
+       `overlay-arrow-variable-list'.
+ 
+       * progmodes/compile.el (compilation-setup):
+       Set `next-error-overlay-arrow-position' to nil.  Also set it to
+       nil in the local hook `kill-buffer-hook'.  Make local variable
+       `overlay-arrow-string' and set it to "=>".
+       (compilation-goto-locus): Set BOL position to
+       `next-error-overlay-arrow-position' instead of
+       `overlay-arrow-position'.
+ 
+       * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
+       locally instead of adding it to the global hook.
+       (Info-kill-buffer): Move up.
+ 
  2005-04-06  Dan Nicolaescu  <address@hidden>
  
        * term/xterm.el (xterm-standard-colors): Update color values from



reply via email to

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