# HG changeset patch # User Stefan Monnier # Date 1125934766 0 # Node ID 73213f30cd5b168d8511bbc81a654cf57b135f11 # Parent 6eb2fcfc3d2975bade146bb0844d70f80247365b *** empty log message *** diff -r 6eb2fcfc3d29 -r 73213f30cd5b lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 05 11:56:47 2005 +0000 +++ b/lisp/ChangeLog Mon Sep 05 15:39:26 2005 +0000 @@ -10,6 +10,23 @@ (custom-theme-directory): Doc fix. (provide-theme): Call enable-theme. +2005-09-02 Stefan Monnier + + * 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 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to @@ -27,6 +44,8 @@ 2005-09-01 Stefan Monnier + * international/mule-cmds.el (set-locale-environment): Soothe compiler. + * obsolete/lazy-lock.el (lazy-lock) : Move from font-lock.el. * obsolete/fast-lock.el (fast-lock) : Move from font-lock.el.