From: Juri Linkov Date: Sat, 2 Sep 2006 23:44:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a8c7cfe2059bc6e566675679d9dbbcdfd07bdb0;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 100460e9b93..d01cdd2186a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-02 Juri Linkov + + * HELLO: Regroup Europe Non-ASCII examples by similar scripts. + 2006-08-25 Richard Stallman * TUTORIAL: Give priority to graphical terminals over text terminals diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9aef690efb8..639ddae4118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2006-09-02 Juri Linkov + + * 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 * rcirc.el (rcirc-keywords): New variable. diff --git a/src/ChangeLog b/src/ChangeLog index 2364958ecea..f7ceb36391a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-09-02 Juri Linkov + + * marker.c (Fmarker_position): Doc fix. + 2006-09-03 Eli Zaretskii * window.c (syms_of_window) :