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, 16 Oct 2005 10:12:51 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8353 emacs/lisp/ChangeLog:1.8354
*** emacs/lisp/ChangeLog:1.8353 Sun Oct 16 13:28:59 2005
--- emacs/lisp/ChangeLog        Sun Oct 16 14:12:50 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-10-16  Stefan Monnier  <address@hidden>
+ 
+       * progmodes/compile.el (compilation-goto-locus): Display the
+       compilation buffer first and the source buffer second, in case they're
+       in overlapping frames.  Don't raise the compilation frame if it was the
+       selected window upon entry.  Pass the `other-window' arg to
+       pop-to-buffer.
+ 
+       * info.el (Info-fontify-node): Use dolist.
+       Change add-text-properties to put-text-property.
+ 
+ 2005-10-16  Roland Winkler  <address@hidden>
+ 
+       * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
+       bound of search.
+ 
  2005-10-16  Masatake YAMATO  <address@hidden>
  
        * dabbrev.el (dabbrev-completion): Pass the common
***************
*** 138,143 ****
--- 154,164 ----
        Handle the case that ucs-mule-to-mule-unicode translates a character to
        ASCII (usually for IPA characters).
  
+ 2005-10-12  Stefan Monnier  <address@hidden>
+ 
+       * info.el (Info-fontify-node): Don't be fooled by a lone "...".
+       Don't hide the underline of titles if font-lock-mode is disabled.
+ 
  2005-10-12  Bill Wohler  <address@hidden>
  
        * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
***************
*** 10183,10190 ****
        minibuffer-with-setup-hook (which breaks turning on/off
        file-name-shadow-mode while in the prompt).
  
!       * complete.el (PC-read-include-file-name-internal): Use
!       test-completion.
  
  2005-03-28  Luc Teirlinck  <address@hidden>
  
--- 10204,10211 ----
        minibuffer-with-setup-hook (which breaks turning on/off
        file-name-shadow-mode while in the prompt).
  
!       * complete.el (PC-read-include-file-name-internal):
!       Use test-completion.
  
  2005-03-28  Luc Teirlinck  <address@hidden>
  




reply via email to

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