diff options
| author | Kenichi Handa | 2006-09-21 01:23:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-09-21 01:23:31 +0000 |
| commit | 01e0132dbb8cb49c3d9077076c269985616130de (patch) | |
| tree | 1ea5c5f8a687e7336afdd621fd0285e32627e543 | |
| parent | 087b83a5f96cbb2990aa11fbfc597fb727bc5050 (diff) | |
| download | emacs-01e0132dbb8cb49c3d9077076c269985616130de.tar.gz emacs-01e0132dbb8cb49c3d9077076c269985616130de.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 | ||
| 9 | 2006-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 | |||
| 9 | 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 17 | 2006-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 | ||
| 46 | 2006-09-18 Ken Manheimer <ken.manheimer@gmail.com> | 55 | 2006-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 |