diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 433a45e5d9a..e7a2a0e90b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 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. |
| @@ -25,7 +38,7 @@ | |||
| 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. |
| @@ -47,12 +60,11 @@ | |||
| 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 | ||
| @@ -106,17 +118,16 @@ | |||
| 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 | ||