aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-09-05 15:39:26 +0000
committerStefan Monnier2005-09-05 15:39:26 +0000
commit928f12c976fbfb9bfc2570e8f664262e78212dfa (patch)
tree96d0afc378ad1e35a9f7876605a88705518e918c
parent656f8fc5fd872e6b4d5ca65ec95e205e21a5bf13 (diff)
downloademacs-928f12c976fbfb9bfc2570e8f664262e78212dfa.tar.gz
emacs-928f12c976fbfb9bfc2570e8f664262e78212dfa.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1782616a1c9..9ed7b77e5da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,6 +10,23 @@
10 (custom-theme-directory): Doc fix. 10 (custom-theme-directory): Doc fix.
11 (provide-theme): Call enable-theme. 11 (provide-theme): Call enable-theme.
12 12
132005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * obsolete/lazy-lock.el (lazy-lock-mode):
16 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17 font-lock-mode if it's off. Print a warning instead.
18
19 * progmodes/compile.el (compilation-start): Ignore errors if the
20 process died before we get to send-eof.
21
22 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23 Undo last change. Enclosing the result in quotes broke things on Unix
24 since tex-send-command passes it through shell-quote-argument.
25 (tex-send-command): Pass `file' through convert-standard-filename
26 when possible.
27 (tex-uptodate-p): Handle the case where TeX hasn't put additional
28 info in a transcript.
29
132005-09-02 Dan Nicolaescu <dann@ics.uci.edu> 302005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14 31
15 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to 32 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
@@ -27,6 +44,8 @@
27 44
282005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> 452005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
29 46
47 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
48
30 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el. 49 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
31 50
32 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el. 51 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.