diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9aef690efb8..639ddae4118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2006-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * man.el (Man-topic-history): New variable. | ||
| 4 | (man): Use it. | ||
| 5 | |||
| 6 | * woman.el (woman-topic-history): Change defvar to defvaralias | ||
| 7 | for symbol `Man-topic-history'. | ||
| 8 | |||
| 9 | * shell.el (shell-filter-ctrl-a-ctrl-b): Check if | ||
| 10 | `comint-last-output-start' is a marker by using `markerp' and | ||
| 11 | check if it has a position by using `marker-position', and use | ||
| 12 | this position for `goto-char'. | ||
| 13 | |||
| 14 | * international/quail.el (quail-defrule-internal): Add missing | ||
| 15 | `error' call for null key. | ||
| 16 | |||
| 1 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> | 17 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> |
| 2 | 18 | ||
| 3 | * rcirc.el (rcirc-keywords): New variable. | 19 | * rcirc.el (rcirc-keywords): New variable. |