aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-09-21 01:23:31 +0000
committerKenichi Handa2006-09-21 01:23:31 +0000
commit01e0132dbb8cb49c3d9077076c269985616130de (patch)
tree1ea5c5f8a687e7336afdd621fd0285e32627e543
parent087b83a5f96cbb2990aa11fbfc597fb727bc5050 (diff)
downloademacs-01e0132dbb8cb49c3d9077076c269985616130de.tar.gz
emacs-01e0132dbb8cb49c3d9077076c269985616130de.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce4b4a3c584..67dffed400e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,14 @@
6 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql 6 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7 instead of add-to-list in the simple case. 7 instead of add-to-list in the simple case.
8 8
92006-09-20 Kenichi Handa <handa@m17n.org>
10
11 * isearch.el (isearch-process-search-char): Cancel the previous
12 change.
13 (isearch-search-string): New function.
14 (isearch-search): Use isearch-search-string.
15 (isearch-lazy-highlight-search): Likewise.
16
92006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> 172006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10 18
11 * delim-col.el : Fix X-URL comment. 19 * delim-col.el : Fix X-URL comment.
@@ -43,6 +51,7 @@
43 * menu-bar.el (clipboard-yank): Bomb out in interactive use if 51 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
44 buffer is read-only. 52 buffer is read-only.
45 53
54>>>>>>> 1.10102
462006-09-18 Ken Manheimer <ken.manheimer@gmail.com> 552006-09-18 Ken Manheimer <ken.manheimer@gmail.com>
47 56
48 * allout.el (allout-unprotected): Let inhibit-read-only only when 57 * allout.el (allout-unprotected): Let inhibit-read-only only when