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: Thu, 31 Jul 2008 16:52:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/07/31 16:52:13

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14258
retrieving revision 1.14259
diff -u -b -r1.14258 -r1.14259
--- ChangeLog   31 Jul 2008 14:00:18 -0000      1.14258
+++ ChangeLog   31 Jul 2008 16:52:11 -0000      1.14259
@@ -1,3 +1,29 @@
+2008-07-31  Juri Linkov  <address@hidden>
+
+       * dired-aux.el (dired-isearch-filenames-toggle): New command.
+       (dired-isearch-filenames-setup): Bind "\M-sf" to
+       dired-isearch-filenames-toggle in isearch-mode-map.
+       (dired-isearch-filenames-end): Bind "\M-sf" to nil
+       in isearch-mode-map.
+
+       * isearch.el (isearch-edit-string-set-word): New command.
+       (minibuffer-local-isearch-map): Bind "\C-w" to
+       isearch-edit-string-set-word.
+       (isearch-new-word): Temporary internal variable.
+       (isearch-edit-string): Remove special case of reading the
+       first character and checking it for C-w.
+
+       * simple.el (read-shell-command, shell-command):
+       Move code that uses minibuffer-with-setup-hook to set
+       minibuffer-default-add-function to minibuffer-default-add-shell-commands
+       from the interactive spec of `shell-command' to `read-shell-command'.
+
+       * international/mule-cmds.el (read-char-by-name):
+       Accept hash notation.  Doc fix.
+       (ucs-insert): Doc fix.  Convert to number only when `arg' is
+       a string.  Use separate error message when `arg' is not an integer.
+       Bind `ucs-insert' to `C-x 8 RET'.
+
 2008-07-31  Joachim Nilsson  <address@hidden> (tiny change)
 
        * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,




reply via email to

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