comparison lisp/ChangeLog @ 97152:2ac24d99ed4d

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 31 Jul 2008 16:52:11 +0000
parents 714750f0bc0f
children f88be189ecaa
comparison
equal deleted inserted replaced
97151:db1329fe6a49 97152:2ac24d99ed4d
1 2008-07-31 Juri Linkov <juri@jurta.org>
2
3 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4 (dired-isearch-filenames-setup): Bind "\M-sf" to
5 dired-isearch-filenames-toggle in isearch-mode-map.
6 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7 in isearch-mode-map.
8
9 * isearch.el (isearch-edit-string-set-word): New command.
10 (minibuffer-local-isearch-map): Bind "\C-w" to
11 isearch-edit-string-set-word.
12 (isearch-new-word): Temporary internal variable.
13 (isearch-edit-string): Remove special case of reading the
14 first character and checking it for C-w.
15
16 * simple.el (read-shell-command, shell-command):
17 Move code that uses minibuffer-with-setup-hook to set
18 minibuffer-default-add-function to minibuffer-default-add-shell-commands
19 from the interactive spec of `shell-command' to `read-shell-command'.
20
21 * international/mule-cmds.el (read-char-by-name):
22 Accept hash notation. Doc fix.
23 (ucs-insert): Doc fix. Convert to number only when `arg' is
24 a string. Use separate error message when `arg' is not an integer.
25 Bind `ucs-insert' to `C-x 8 RET'.
26
1 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change) 27 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
2 28
3 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style, 29 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4 move the (arglist-cont-nonempty) from c-offsets-alist to 30 move the (arglist-cont-nonempty) from c-offsets-alist to
5 c-hanging-braces-alist like other styles already have. 31 c-hanging-braces-alist like other styles already have.