changeset 97152:2ac24d99ed4d

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 31 Jul 2008 16:52:11 +0000
parents db1329fe6a49
children 989ae5dfb320
files lisp/ChangeLog
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 31 16:51:45 2008 +0000
+++ b/lisp/ChangeLog	Thu Jul 31 16:52:11 2008 +0000
@@ -1,3 +1,29 @@
+2008-07-31  Juri Linkov  <juri@jurta.org>
+
+	* 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  <joachim.nilsson@member.fsf.org> (tiny change)
 
 	* progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,