]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Sep 2005 15:39:26 +0000 (15:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Sep 2005 15:39:26 +0000 (15:39 +0000)
lisp/ChangeLog

index 1782616a1c9c31743d7d0ecf98a0fe44c697bbad..9ed7b77e5da904e4e703dc684b360d1f48d089aa 100644 (file)
        (custom-theme-directory): Doc fix.
        (provide-theme): Call enable-theme.
 
+2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <dann@ics.uci.edu>
 
        * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
@@ -27,6 +44,8 @@
 
 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * international/mule-cmds.el (set-locale-environment): Soothe compiler.
+
        * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
 
        * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.