Mercurial > emacs
changeset 72626:187f38ad8b4e
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 02 Sep 2006 23:44:59 +0000 |
parents | b7e16dcc0668 |
children | ab32c6acd9f2 |
files | etc/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Sat Sep 02 23:44:21 2006 +0000 +++ b/etc/ChangeLog Sat Sep 02 23:44:59 2006 +0000 @@ -1,3 +1,7 @@ +2006-09-02 Juri Linkov <juri@jurta.org> + + * HELLO: Regroup Europe Non-ASCII examples by similar scripts. + 2006-08-25 Richard Stallman <rms@gnu.org> * TUTORIAL: Give priority to graphical terminals over text terminals
--- 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.