emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 02 Sep 2006 23:33:03 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     06/09/02 23:33:02

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.9986
retrieving revision 1.9987
diff -u -b -r1.9986 -r1.9987
--- ChangeLog   2 Sep 2006 21:25:52 -0000       1.9986
+++ ChangeLog   2 Sep 2006 23:33:02 -0000       1.9987
@@ -1,3 +1,19 @@
+2006-09-02  Juri Linkov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * rcirc.el (rcirc-keywords): New variable.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]