diff options
| author | Juri Linkov | 2008-07-29 14:46:18 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-07-29 14:46:18 +0000 |
| commit | 838d78d411955dbe3ef5d75ff404ced8ca832c5a (patch) | |
| tree | 4747ab1d94a4c4f0e8c6682907077272b646402a /lisp/ChangeLog | |
| parent | 8677dea3af74e8253bb85a00beb9dd4975946d63 (diff) | |
| download | emacs-838d78d411955dbe3ef5d75ff404ced8ca832c5a.tar.gz emacs-838d78d411955dbe3ef5d75ff404ced8ca832c5a.zip | |
(ucs-names): New internal variable.
(ucs-names): New function.
(ucs-completions): New lazy completion variable.
(read-char-by-name): New function.
(ucs-insert): Replace interactive spec letter "s" with the call to
`read-char-by-name'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f30596b3b2..b3c7d59a49d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2008-07-29 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (ucs-names): New internal variable. | ||
| 4 | (ucs-names): New function. | ||
| 5 | (ucs-completions): New lazy completion variable. | ||
| 6 | (read-char-by-name): New function. | ||
| 7 | (ucs-insert): Replace interactive spec letter "s" with the call to | ||
| 8 | `read-char-by-name'. | ||
| 9 | |||
| 10 | * replace.el (read-regexp): Add second arg `default'. Doc fix. | ||
| 11 | |||
| 12 | * replace.el (occur-read-primary-args): | ||
| 13 | * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer) | ||
| 14 | (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the | ||
| 15 | second arg of `read-regexp'. | ||
| 16 | |||
| 17 | * dired-aux.el (dired-isearch-filenames): New user option. | ||
| 18 | (dired-isearch-orig-success-function): New internal variable. | ||
| 19 | (dired-isearch-filenames-setup, dired-isearch-filenames-end) | ||
| 20 | (dired-isearch-success-function): New functions. | ||
| 21 | (dired-isearch-filenames, dired-isearch-filenames-regexp): | ||
| 22 | New commands. | ||
| 23 | |||
| 24 | * dired.el (dired-insert-set-properties): Add new text property | ||
| 25 | `dired-filename' to put on file names. | ||
| 26 | (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames' | ||
| 27 | and `M-s f M-C-s' to `dired-isearch-filenames-regexp'. | ||
| 28 | Add menu items. | ||
| 29 | (dired-mode): Add hook `dired-isearch-filenames-setup' to | ||
| 30 | buffer-local `isearch-mode-hook'. | ||
| 31 | |||
| 1 | 2008-07-29 Juanma Barranquero <lekktu@gmail.com> | 32 | 2008-07-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 33 | ||
| 3 | * progmodes/ada-mode.el (ada-batch-reformat): Doc fix. | 34 | * progmodes/ada-mode.el (ada-batch-reformat): Doc fix. |