# HG changeset patch # User Juri Linkov # Date 1217523131 0 # Node ID 2ac24d99ed4d9c870a220d16557779f6174c31ae # Parent db1329fe6a4990271031acefe79f35db2aab7f65 *** empty log message *** diff -r db1329fe6a49 -r 2ac24d99ed4d lisp/ChangeLog --- 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 + + * 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 (tiny change) * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,