Mercurial > emacs
diff lisp/ChangeLog @ 72626:187f38ad8b4e
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 02 Sep 2006 23:44:59 +0000 |
parents | b7ea4d00addb |
children | 62dbeb7871a2 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 02 23:44:21 2006 +0000 +++ b/lisp/ChangeLog Sat Sep 02 23:44:59 2006 +0000 @@ -1,3 +1,19 @@ +2006-09-02 Juri Linkov <juri@jurta.org> + + * man.el (Man-topic-history): New variable. + (man): Use it. + + * woman.el (woman-topic-history): Change defvar to defvaralias + for symbol `Man-topic-history'. + + * shell.el (shell-filter-ctrl-a-ctrl-b): Check if + `comint-last-output-start' is a marker by using `markerp' and + check if it has a position by using `marker-position', and use + this position for `goto-char'. + + * international/quail.el (quail-defrule-internal): Add missing + `error' call for null key. + 2006-09-02 Ryan Yeske <rcyeske@gmail.com> * rcirc.el (rcirc-keywords): New variable.