diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 404eda33c5d..1ffbcb3c91f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * replace.el (query-replace-map): Move initialization into declaration. | ||
| 4 | (occur-engine): Use with-current-buffer. | ||
| 5 | (occur-mode-goto-occurrence): Make it work for mouse-clicks as well. | ||
| 6 | (occur-mode-mouse-goto): Replace with an alias. | ||
| 7 | |||
| 1 | 2005-11-28 Juri Linkov <juri@jurta.org> | 8 | 2005-11-28 Juri Linkov <juri@jurta.org> |
| 2 | 9 | ||
| 3 | * simple.el (quoted-insert): Let-bind input-method-function to nil. | 10 | * simple.el (quoted-insert): Let-bind input-method-function to nil. |