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: Mon, 05 Sep 2005 11:39:27 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8141 emacs/lisp/ChangeLog:1.8142
*** emacs/lisp/ChangeLog:1.8141 Sun Sep  4 18:00:42 2005
--- emacs/lisp/ChangeLog        Mon Sep  5 15:39:26 2005
***************
*** 10,15 ****
--- 10,32 ----
        (custom-theme-directory): Doc fix.
        (provide-theme): Call enable-theme.
  
+ 2005-09-02  Stefan Monnier  <address@hidden>
+ 
+       * obsolete/lazy-lock.el (lazy-lock-mode):
+       * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
+       font-lock-mode if it's off.  Print a warning instead.
+ 
+       * progmodes/compile.el (compilation-start): Ignore errors if the
+       process died before we get to send-eof.
+ 
+       * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
+       Undo last change.  Enclosing the result in quotes broke things on Unix
+       since tex-send-command passes it through shell-quote-argument.
+       (tex-send-command): Pass `file' through convert-standard-filename
+       when possible.
+       (tex-uptodate-p): Handle the case where TeX hasn't put additional
+       info in a transcript.
+ 
  2005-09-02  Dan Nicolaescu  <address@hidden>
  
        * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
***************
*** 26,31 ****
--- 43,50 ----
        Kill local variables when longlines-mode is turned off.
  
  2005-09-01  Stefan Monnier  <address@hidden>
+ 
+       * international/mule-cmds.el (set-locale-environment): Soothe compiler.
  
        * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
  




reply via email to

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