Mercurial > emacs
comparison lisp/ChangeLog @ 66540:7b888ab5ef0b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Oct 2005 20:04:09 +0000 |
parents | 4edda6684b0a |
children | 751320d2d8b6 |
comparison
equal
deleted
inserted
replaced
66539:f9d0901bbb61 | 66540:7b888ab5ef0b |
---|---|
1 2005-10-29 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * replace.el (occur-mode-mouse-goto): Always go to other window. | |
4 (occur-mode-goto-occurrence): Always switch in same window. | |
5 | |
6 * simple.el (undo): Display message at end, not at start. | |
7 | |
8 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle): | |
9 New arg REUSE-CELL. | |
10 (cancel-timer-internal): New function. | |
11 (timer-event-handler): Use cancel-timer-internal, | |
12 and pass the cell it returns to timer-activate... | |
13 | |
14 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify) | |
15 (jit-lock-deferred-fontify, jit-lock-context-fontify) | |
16 (jit-lock-after-change): Test memory-full. | |
17 | |
1 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de> | 18 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de> |
2 | 19 |
3 * textmodes/conf-mode.el (conf-assignment-sign) | 20 * textmodes/conf-mode.el (conf-assignment-sign) |
4 (conf-assignment-regexp): Fix docstrings. | 21 (conf-assignment-regexp): Fix docstrings. |
5 (conf-mode-initialize): New function. | 22 (conf-mode-initialize): New function. |