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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 12 Sep 2005 01:01:08 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8171 emacs/lisp/ChangeLog:1.8172
*** emacs/lisp/ChangeLog:1.8171 Mon Sep 12 01:06:28 2005
--- emacs/lisp/ChangeLog        Mon Sep 12 05:01:06 2005
***************
*** 1,3 ****
--- 1,21 ----
+ 2005-09-12  Richard M. Stallman  <address@hidden>
+ 
+       * progmodes/compile.el: Don't decide a file's directory
+       until the user actually tries to go there.
+       (compilation-next-error-function):
+       Pass compilation-find-file the directory from the file-struct.
+       (compilation-internal-error-properties): Separate local FILE-STRUCT
+       from FILE.  Doc the args better.  Rename arg FMT to FMTS.
+       (compilation-find-file): Arg DIR renamed to DIRECTORY.
+       Expand it, and if nil, use default-directory.
+       (compilation-get-file-structure): Don't mix specified directory
+       with default directory.  Put specified directory into
+       file-struct.  Don't make the file name absolute.
+ 
+       * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
+       (compile-command): Add autoload.
+       (compilation-disable-input): Add autoload.
+ 
  2005-09-11  Stephen Gildea  <address@hidden>
  
        * time-stamp.el: Mention variable `time-stamp-pattern' in doc




reply via email to

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