Mercurial > emacs
changeset 91812:22cb32652c70
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 12 Feb 2008 23:41:59 +0000 |
parents | 3db89e7c0f1d |
children | ca1e1298a3d8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 12 23:41:32 2008 +0000 +++ b/lisp/ChangeLog Tue Feb 12 23:41:59 2008 +0000 @@ -1,3 +1,22 @@ +2008-02-12 Juri Linkov <juri@jurta.org> + + * startup.el (fancy-startup-screen, normal-splash-screen): + Set default-directory to command-line-default-directory. + + * desktop.el (after-init-hook): Set inhibit-startup-screen to t + after reading the desktop. + + * progmodes/compile.el (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). + 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> * international/mule.el (sgml-html-meta-auto-coding-function):