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: Fri, 23 Nov 2007 00:33:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/11/23 00:33:50

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12283
retrieving revision 1.12284
diff -u -b -r1.12283 -r1.12284
--- ChangeLog   22 Nov 2007 22:12:20 -0000      1.12283
+++ ChangeLog   23 Nov 2007 00:33:48 -0000      1.12284
@@ -1,3 +1,18 @@
+2007-11-23  Juri Linkov  <address@hidden>
+
+       * dired.el (dired-read-dir-and-switches): For C-x d, set the
+       value for M-n to the visited file name of the current buffer.
+       Use minibuffer-with-setup-hook to set minibuffer-default to
+       buffer-file-name inside read-file-name.
+
+       * man.el (Man-getpage-in-background): Don't disregard user option
+       `Man-width' on non-window systems.  Remove test for `window-system'
+       around setting envvar "COLUMNS" depending on the value of `Man-width'.
+
+       * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
+       "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
+       of "--color=always".
+
 2007-11-22  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to




reply via email to

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