diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39852c22ab2..2d63c163eea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-07-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * isearch.el (isearch-edit-string): Save old point and | ||
| 4 | isearch-other-end to old-point and old-other-end before reading | ||
| 5 | the search string from minibuffer. After exiting minibuffer set | ||
| 6 | point to old-other-end if point and the search direction is the | ||
| 7 | same as before reading the search string. | ||
| 8 | (isearch-del-char): Don't set isearch-yank-flag to t. Put point | ||
| 9 | to isearch-other-end. Instead of isearch-search-and-update call | ||
| 10 | three functions isearch-search, isearch-push-state and isearch-update. | ||
| 11 | |||
| 1 | 2007-07-22 Ralf Angeli <angeli@caeruleus.net> | 12 | 2007-07-22 Ralf Angeli <angeli@caeruleus.net> |
| 2 | 13 | ||
| 3 | * textmodes/reftex.el (reftex-access-parse-file): Do not risk | 14 | * textmodes/reftex.el (reftex-access-parse-file): Do not risk |