Mercurial > emacs
changeset 55229:cf075c4ac9e5
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 29 Apr 2004 15:34:58 +0000 |
parents | 53c5c7a2f4a8 |
children | c41874c7d876 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 29 15:34:21 2004 +0000 +++ b/lisp/ChangeLog Thu Apr 29 15:34:58 2004 +0000 @@ -1,3 +1,24 @@ +2004-04-29 Juri Linkov <juri@jurta.org> + + * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word + instead of isearch-yank-word-or-char. Add new key bindings for + isearch-yank-char to \C-f, and isearch-del-char to \C-b. + (isearch-del-char): New fun. + (isearch-forward, isearch-edit-string): Update docstring. + (isearch-yank-char): Doc fix. + (isearch-other-meta-char): Restore point after scrolling. + + * progmodes/compile.el (compilation-context-lines): Add nil option + to disable compilation output window scrolling. + (compilation-set-window): Use it. + + * outline.el (outline-next-preface, outline-show-heading): Don't + leave unhidden blank line before heading. + (outline-end-of-subtree): Include last newline into subtree. + (hide-entry): Leave point at beginning of heading instead of end. + (outline-up-heading): Push mark for the first call of successive + command calls. + 2004-04-28 Luc Teirlinck <teirllm@auburn.edu> * comint.el (comint-prompt-read-only): New variable.