comparison lisp/ChangeLog @ 84355:2276ead2dd45

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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Sep 2007 02:45:28 +0000
parents 13fc3289f099
children 357b5ff720d4
comparison
equal deleted inserted replaced
84354:1c76edb8a1b6 84355:2276ead2dd45
1 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * woman.el: Remove spurious * in docstrings.
4 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5 (woman-topic-all-completions-merge, woman-file-name-all-completions)
6 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7 (woman-write-directory-cache, woman-display-extended-fonts)
8 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
9 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
10 (woman-mode): Use inhibit-read-only.
11 (woman-negative-vertical-space): Use dotimes.
12 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
13
1 2007-09-06 Romain Francoise <romain@orebokech.com> 14 2007-09-06 Romain Francoise <romain@orebokech.com>
2 15
3 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst. 16 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4 (vc-bzr-workfile-version): Use it. 17 (vc-bzr-workfile-version): Use it.
5 18
23 (checkdoc-minor-mode): Allow user to specify lighter via 36 (checkdoc-minor-mode): Allow user to specify lighter via
24 checkdoc-minor-mode-string. 37 checkdoc-minor-mode-string.
25 38
26 2007-09-05 Richard Stallman <rms@gnu.org> 39 2007-09-05 Richard Stallman <rms@gnu.org>
27 40
28 * startup.el (fancy-startup-text): Renamed from fancy-splash-text. 41 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
29 Several items removed, simplified, or put on one line. 42 Several items removed, simplified, or put on one line.
30 (fancy-about-text): Add substantial contents, part of startup text. 43 (fancy-about-text): Add substantial contents, part of startup text.
31 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link. 44 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
32 (normal-splash-screen): Call normal-mouse-startup-screen, 45 (normal-splash-screen): Call normal-mouse-startup-screen,
33 normal-no-mouse-startup-screen, or normal-about-screen. 46 normal-no-mouse-startup-screen, or normal-about-screen.
45 is bound. 58 is bound.
46 59
47 2007-09-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 60 2007-09-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
48 61
49 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note 62 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
50 in doc string. 63 in doc string.
51 64
52 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu> 65 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
53 66
54 * server.el (server-start, server-unload-hook): Undo previous 67 * server.el (server-start, server-unload-hook): Undo previous change.
55 change.
56 68
57 * xt-mouse.el: Undo previous change. 69 * xt-mouse.el: Undo previous change.
58 70
59 2007-09-04 Juri Linkov <juri@jurta.org> 71 2007-09-04 Juri Linkov <juri@jurta.org>
60 72
104 "Working file:" as the prefix, for the sake of 116 "Working file:" as the prefix, for the sake of
105 log-view-current-file. 117 log-view-current-file.
106 118
107 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu> 119 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
108 120
109 * term/xterm.el (xterm-modify-other-keys-terminal-list): New 121 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
110 variable.
111 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys 122 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
112 if the selected frames is in 123 if the selected frames is in
113 xterm-modify-other-keys-terminal-list. 124 xterm-modify-other-keys-terminal-list.
114 (xterm-turn-off-modify-other-keys): Add an optional frame 125 (xterm-turn-off-modify-other-keys): Add an optional frame
115 parameter. Only turn off modify-other-keys if FRAME is in 126 parameter. Only turn off modify-other-keys if FRAME is in
116 xterm-modify-other-keys-terminal-list. 127 xterm-modify-other-keys-terminal-list.
117 (xterm-remove-modify-other-keys): New function. 128 (xterm-remove-modify-other-keys): New function.
118 (terminal-init-xterm): Use it. Deal with delete-frame hook. Add 129 (terminal-init-xterm): Use it. Deal with delete-frame hook.
119 the selected frame to xterm-modify-other-keys-terminal-list. 130 Add the selected frame to xterm-modify-other-keys-terminal-list.
120 131
121 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 132 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
122 133
123 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager. 134 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
124 (icon-map-list): New variable. 135 (icon-map-list): New variable.