aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2007-10-28 14:49:41 +0000
committerJuri Linkov2007-10-28 14:49:41 +0000
commit72a69d7f8170f7224f98205e32ccf488563e28e9 (patch)
treecf3d50f2d511d594fe1f8ffcae5eefcec88ca6e8 /lisp/ChangeLog
parent747e8ee222c08cb73319180ef2f4dd0798776cc7 (diff)
downloademacs-72a69d7f8170f7224f98205e32ccf488563e28e9.tar.gz
emacs-72a69d7f8170f7224f98205e32ccf488563e28e9.zip
(isearch-other-meta-char): Call `isearch-edit-string' when mouse is
clicked on the isearch message. (isearch-resume): Call `isearch-update' at the end. Rename argument `search' to `string' to conform to the isearch terminology.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 27fe92bad28..3a87e527307 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12007-10-28 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4 when mouse is clicked on the isearch message.
5 (isearch-resume): Call `isearch-update' at the end.
6 Rename argument `search' to `string' to conform to the
7 isearch terminology.
8
12007-10-28 Stefan Monnier <monnier@iro.umontreal.ca> 92007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 Rewrite abbrev.c in Elisp. 11 Rewrite abbrev.c in Elisp.