emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Mon, 22 Oct 2007 00:32:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/10/22 00:32:04

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1591
retrieving revision 1.1592
diff -u -b -r1.1591 -r1.1592
--- NEWS        20 Oct 2007 02:04:29 -0000      1.1591
+++ NEWS        22 Oct 2007 00:32:03 -0000      1.1592
@@ -166,6 +166,11 @@
 
 * Changes in Specialized Modes and Packages in Emacs 23.1
 
++++
+** In Dired-x, all command guesses for ! are now added to the default
+list accessible by M-n instead of pushing all guesses temporarily into
+the history list.
+
 ** smerge-refine highlights word-level details of changes in conflict.
 It's used automatically as you move through conflicts, see smerge-auto-refine.
 
@@ -282,6 +287,13 @@
 
 * Lisp Changes in Emacs 23.1
 
++++
+** A list of default values can be specified for the DEFAULT argument of
+functions `read-from-minibuffer', `read-string', `read-command',
+`read-variable', `read-buffer', `completing-read'.  Elements of this list
+are available for inserting into the minibuffer by typing `M-n'.
+For empty input these functions return the first element of this list.
+
 ** `frame-inherited-parameters' lets new frames inherit parameters from
 the selected frame.
 ** New keymap `input-decode-map' overrides like key-translation-map, but




reply via email to

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