aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-02-12 23:41:59 +0000
committerJuri Linkov2008-02-12 23:41:59 +0000
commit78dc87a23feb2a1a5d5dc0c2a5abc3a310493dcf (patch)
treed430eb2ff1e3971f695e07a2e0b6c63da02867bd /lisp/ChangeLog
parent54d22a6f1639ddee41eb86c65d9e1e30a1f20c6c (diff)
downloademacs-78dc87a23feb2a1a5d5dc0c2a5abc3a310493dcf.tar.gz
emacs-78dc87a23feb2a1a5d5dc0c2a5abc3a310493dcf.zip
(compilation-auto-jump): Call
compile-goto-error only when compilation-auto-jump-to-first-error is non-nil. (compilation-scroll-output): Replace :type 'boolean with a choice that has three options including a third option `first-error'. Doc fix. (compilation-start, compilation-forget-errors): Add an alternate condition comparing compilation-scroll-output with `first-error' in addition to compilation-auto-jump-to-first-error (to call compilation-auto-jump in the proper place).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b83116ef99c..927b3ce86aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12008-02-12 Juri Linkov <juri@jurta.org>
2
3 * startup.el (fancy-startup-screen, normal-splash-screen):
4 Set default-directory to command-line-default-directory.
5
6 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
7 after reading the desktop.
8
9 * progmodes/compile.el (compilation-auto-jump): Call
10 compile-goto-error only when compilation-auto-jump-to-first-error
11 is non-nil.
12 (compilation-scroll-output): Replace :type 'boolean with a choice
13 that has three options including a third option `first-error'.
14 Doc fix.
15 (compilation-start, compilation-forget-errors): Add an alternate
16 condition comparing compilation-scroll-output with `first-error'
17 in addition to compilation-auto-jump-to-first-error (to call
18 compilation-auto-jump in the proper place).
19
12008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> 202008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 21
3 * international/mule.el (sgml-html-meta-auto-coding-function): 22 * international/mule.el (sgml-html-meta-auto-coding-function):