aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e14832be175..1b950b39586 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12008-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
12008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change) 272008-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,