emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 12 Feb 2008 23:42:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/02/12 23:42:01

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12778
retrieving revision 1.12779
diff -u -b -r1.12778 -r1.12779
--- ChangeLog   12 Feb 2008 21:21:02 -0000      1.12778
+++ ChangeLog   12 Feb 2008 23:41:59 -0000      1.12779
@@ -1,3 +1,22 @@
+2008-02-12  Juri Linkov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * international/mule.el (sgml-html-meta-auto-coding-function):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]