diff options
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bbd99a78ecb..f6779c54457 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-01-21 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/reftex-global.el (reftex-isearch-push-state-function) | ||
| 4 | (reftex-isearch-pop-state-function) | ||
| 5 | (reftex-isearch-isearch-search) | ||
| 6 | (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off) | ||
| 7 | (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions. | ||
| 8 | |||
| 9 | * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex | ||
| 10 | isearch minor mode. | ||
| 11 | |||
| 12 | |||
| 1 | 2005-01-24 Luc Teirlinck <teirllm@auburn.edu> | 13 | 2005-01-24 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 14 | ||
| 3 | * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie. | 15 | * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie. |
| @@ -90,6 +102,7 @@ | |||
| 90 | * term/mac-win.el (process-connection-type): Removed. | 102 | * term/mac-win.el (process-connection-type): Removed. |
| 91 | Controlled now by s/darwin.h:PTY_ITERATION. | 103 | Controlled now by s/darwin.h:PTY_ITERATION. |
| 92 | 104 | ||
| 105 | >>>>>>> 1.6921 | ||
| 93 | 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | 106 | 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 94 | 107 | ||
| 95 | * window.el (handle-select-window): Don't switch window when we're | 108 | * window.el (handle-select-window): Don't switch window when we're |
| @@ -310,6 +323,7 @@ | |||
| 310 | * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree | 323 | * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree |
| 311 | rather than the element found, thus enabling the tree to be setcar'd. | 324 | rather than the element found, thus enabling the tree to be setcar'd. |
| 312 | 325 | ||
| 326 | >>>>>>> 1.6903 | ||
| 313 | 2005-01-14 Carsten Dominik <dominik@science.uva.nl> | 327 | 2005-01-14 Carsten Dominik <dominik@science.uva.nl> |
| 314 | 328 | ||
| 315 | * textmodes/org.el (org-show-following-heading): New option. | 329 | * textmodes/org.el (org-show-following-heading): New option. |