Mercurial > emacs
comparison lisp/ChangeLog @ 91812:22cb32652c70
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 12 Feb 2008 23:41:59 +0000 |
parents | 3a35316b344f |
children | ca1e1298a3d8 |
comparison
equal
deleted
inserted
replaced
91811:3db89e7c0f1d | 91812:22cb32652c70 |
---|---|
1 2008-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 | |
1 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 20 2008-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): |
4 Make sure the search limit is ahead. | 23 Make sure the search limit is ahead. |
5 | 24 |