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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 07 Sep 2007 02:45:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/07 02:45:29

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11696
retrieving revision 1.11697
diff -u -b -r1.11696 -r1.11697
--- ChangeLog   6 Sep 2007 19:46:17 -0000       1.11696
+++ ChangeLog   7 Sep 2007 02:45:28 -0000       1.11697
@@ -1,3 +1,16 @@
+2007-09-07  Stefan Monnier  <address@hidden>
+
+       * woman.el: Remove spurious * in docstrings.
+       (woman-mini-help, woman-non-underline-faces, woman0-rename)
+       (woman-topic-all-completions-merge, woman-file-name-all-completions)
+       (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
+       (woman-write-directory-cache, woman-display-extended-fonts)
+       (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
+       (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
+       (woman-mode): Use inhibit-read-only.
+       (woman-negative-vertical-space): Use dotimes.
+       (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
+
 2007-09-06  Romain Francoise  <address@hidden>
 
        * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
@@ -25,7 +38,7 @@
 
 2007-09-05  Richard Stallman  <address@hidden>
 
-       * startup.el (fancy-startup-text): Renamed from fancy-splash-text.
+       * startup.el (fancy-startup-text): Rename from fancy-splash-text.
        Several items removed, simplified, or put on one line.
        (fancy-about-text): Add substantial contents, part of startup text.
        (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
@@ -51,8 +64,7 @@
 
 2007-09-04  Dan Nicolaescu  <address@hidden>
 
-       * server.el (server-start, server-unload-hook): Undo previous
-       change.
+       * server.el (server-start, server-unload-hook): Undo previous change.
 
        * xt-mouse.el: Undo previous change.
 
@@ -106,8 +118,7 @@
 
 2007-09-02  Dan Nicolaescu  <address@hidden>
 
-       * term/xterm.el (xterm-modify-other-keys-terminal-list): New
-       variable.
+       * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
        (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
        if the selected frames is in
        xterm-modify-other-keys-terminal-list.
@@ -115,8 +126,8 @@
        parameter. Only turn off modify-other-keys if FRAME is in
        xterm-modify-other-keys-terminal-list.
        (xterm-remove-modify-other-keys): New function.
-       (terminal-init-xterm): Use it. Deal with delete-frame hook. Add
-       the selected frame to xterm-modify-other-keys-terminal-list.
+       (terminal-init-xterm): Use it.  Deal with delete-frame hook.
+       Add the selected frame to xterm-modify-other-keys-terminal-list.
 
 2007-09-02  Jan Dj,Ad(Brv  <address@hidden>
 




reply via email to

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