diff options
| author | Alan Mackenzie | 2010-01-19 11:43:25 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2010-01-19 11:43:25 +0000 |
| commit | f7247f5dfc26110d131b59158eb5dfa8de0d6f6e (patch) | |
| tree | d09db2b166c3e06328404b7aba18221bff2cbc84 /lisp/ChangeLog | |
| parent | 9c34521302b71eee8415a3e341870e2297b8381a (diff) | |
| parent | 32d59dc3dbdc16c25f1f78659d3167c8f9670868 (diff) | |
| download | emacs-f7247f5dfc26110d131b59158eb5dfa8de0d6f6e.tar.gz emacs-f7247f5dfc26110d131b59158eb5dfa8de0d6f6e.zip | |
no message
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 192 |
1 files changed, 189 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65877141083..e64fa66c490 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,190 @@ | |||
| 1 | 2010-01-06 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * font-setting.el (font-setting-change-default-font): Use user-spec | ||
| 4 | instead of name. | ||
| 5 | |||
| 6 | 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 7 | |||
| 8 | * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges. | ||
| 9 | |||
| 10 | 2010-01-05 Tom Tromey <tromey@redhat.com> | ||
| 11 | |||
| 12 | * progmodes/python.el (python-font-lock-keywords): Handle | ||
| 13 | qualified decorators (Bug#881). | ||
| 14 | |||
| 15 | 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 16 | |||
| 17 | * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision | ||
| 18 | in a lightweight checkout. | ||
| 19 | |||
| 20 | 2010-01-05 Kenichi Handa <handa@m17n.org> | ||
| 21 | |||
| 22 | * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and | ||
| 23 | ZWJ. | ||
| 24 | |||
| 25 | 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 26 | |||
| 27 | * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff. | ||
| 28 | |||
| 29 | 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 30 | |||
| 31 | * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight | ||
| 32 | checkouts. (Bug#618) | ||
| 33 | (vc-bzr-log-view-mode): Also highlight the author. | ||
| 34 | (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point. | ||
| 35 | (vc-bzr-shelve-menu-map): | ||
| 36 | (vc-bzr-dir-extra-headers): Improve menu and tooltip text. | ||
| 37 | (vc-bzr-shelve-apply): Make prompt more explicit. | ||
| 38 | |||
| 39 | 2010-01-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 40 | |||
| 41 | * net/browse-url.el (browse-url-encode-url): Don't escape commas. | ||
| 42 | They are valid characters in URL paths (rfc3986), and at least | ||
| 43 | Firefox does not understand the encoded version (Bug#3166). | ||
| 44 | |||
| 45 | 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change) | ||
| 46 | |||
| 47 | * progmodes/octave-mod.el (octave-end-keywords) | ||
| 48 | (octave-block-begin-or-end-regexp, octave-block-match-alist): Add | ||
| 49 | "end" keyword (Bug#3061). | ||
| 50 | (octave-end-as-array-index-p): New function. | ||
| 51 | (calculate-octave-indent): Use it. | ||
| 52 | |||
| 53 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 54 | |||
| 55 | * bookmark.el: Consistently put the text property on the bookmark name. | ||
| 56 | (bookmark-bmenu-marks-width): Bump back to 2, to include | ||
| 57 | annotation marks. | ||
| 58 | (bookmark-bmenu-hide-filenames): Adjust for above, and put the text | ||
| 59 | property on the bookmark name, instead of not putting it at all. | ||
| 60 | (bookmark-bmenu-list): Fix where we put the text property. | ||
| 61 | |||
| 62 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 63 | |||
| 64 | * bookmark.el (bookmark-bmenu-save): Just depend on the new logic | ||
| 65 | for showing buffer modified state (as added in the previous change). | ||
| 66 | |||
| 67 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 68 | |||
| 69 | * bookmark.el: Show modified state of bookmark buffer more accurately. | ||
| 70 | (bookmark-bmenu-list): Initialize buffer-modified-p properly. | ||
| 71 | (bookmark-send-edited-annotation): Mark bookmark-alist as modified. | ||
| 72 | (with-buffer-modified-unmodified): New macro. | ||
| 73 | (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) | ||
| 74 | (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete): | ||
| 75 | Use new macro to preserve the buffer modified state. | ||
| 76 | |||
| 77 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 78 | |||
| 79 | * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window, | ||
| 80 | (bookmark-bmenu-2-window, bookmark-bmenu-this-window) | ||
| 81 | (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window) | ||
| 82 | (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation) | ||
| 83 | (bookmark-bmenu-rename, bookmark-bmenu-locate) | ||
| 84 | (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark): Remove | ||
| 85 | unnecessary calls to `bookmark-bmenu-ensure-position'. | ||
| 86 | |||
| 87 | 2010-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 88 | |||
| 89 | * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make | ||
| 90 | the lines in the generated doc string shorter. (Bug#4668) | ||
| 91 | |||
| 92 | 2010-01-02 Ryan Yeske <rcyeske@gmail.com> | ||
| 93 | |||
| 94 | * net/rcirc.el: Add follow-link binding (Bug#4738). | ||
| 95 | |||
| 96 | 2010-01-02 Eli Zaretskii <eliz@gnu.org> | ||
| 97 | |||
| 98 | * Makefile.in (bzr-update): Renamed from cvs-update. | ||
| 99 | (cvs-update): New target for backward compatibility. | ||
| 100 | |||
| 101 | * makefile.w32-in (bzr-update): Renamed from cvs-update. | ||
| 102 | (cvs-update): New target for backward compatibility. | ||
| 103 | |||
| 104 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 105 | |||
| 106 | * bookmark.el: Remove gratuitous gratitude. | ||
| 107 | |||
| 108 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 109 | |||
| 110 | * bookmark.el (bookmark-bmenu-any-marks): New function | ||
| 111 | (bookmark-bmenu-save): Clear buffer modification if no marks. | ||
| 112 | |||
| 113 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 114 | |||
| 115 | * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2. | ||
| 116 | (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property | ||
| 117 | positions by using `bookmark-bmenu-marks-width', instead of hardcoding. | ||
| 118 | This fixes the `bookmark-bmenu-execute-deletions' bug reported here: | ||
| 119 | |||
| 120 | http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html | ||
| 121 | From: Sun Yijiang <sunyijiang {_AT_} gmail.com> | ||
| 122 | To: emacs-devel {_AT_} gnu.org | ||
| 123 | Subject: bookmark.el bug report | ||
| 124 | Date: Mon, 28 Dec 2009 14:19:16 +0800 | ||
| 125 | Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com | ||
| 126 | |||
| 127 | 2010-01-02 Karl Fogel <kfogel@red-bean.com> | ||
| 128 | |||
| 129 | * bookmark.el: Improvements suggested by Drew Adams: | ||
| 130 | (bookmark-bmenu-ensure-position): New name for | ||
| 131 | `bookmark-bmenu-check-position'. Just ensure the position, | ||
| 132 | don't return any meaningful value. | ||
| 133 | (bookmark-bmenu-header-height, bookmark-bmenu-marks-width): | ||
| 134 | New constants. | ||
| 135 | |||
| 136 | 2010-01-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 137 | |||
| 138 | * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff'). | ||
| 139 | (bookmark-yank-point, bookmark-bmenu-check-position): | ||
| 140 | Fix typos in docstrings. | ||
| 141 | (bookmark-save-flag, bookmark-bmenu-toggle-filenames) | ||
| 142 | (bookmark-name-from-full-record, bookmark-get-position) | ||
| 143 | (bookmark-set-position, bookmark-set, bookmark-handle-bookmark) | ||
| 144 | (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode): | ||
| 145 | Remove useless quoting of parenthesis, etc. in docstrings. | ||
| 146 | |||
| 147 | * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message. | ||
| 148 | (ediff-append-custom-diff): Fix typo in error message. | ||
| 149 | (ediff-meta-mark-equal-files): Fix typos in messages. | ||
| 150 | |||
| 151 | * mpc.el (mpc-playlist-delete): Fix typo in error messages. | ||
| 152 | |||
| 153 | * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default): | ||
| 154 | Fix typo in docstring. | ||
| 155 | |||
| 156 | * net/imap-hash.el (imap-hash-make): Doc fix. | ||
| 157 | (imap-hash-test): Fix typo in error message; reflow docstring. | ||
| 158 | (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message) | ||
| 159 | (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl) | ||
| 160 | (imap-hash-mailbox, imap-hash-user, imap-hash-password): | ||
| 161 | Fix typos in docstrings. | ||
| 162 | (imap-hash-open-connection): Fix typo in error message. | ||
| 163 | |||
| 164 | * play/gomoku.el (gomoku): Fix typos in docstring. | ||
| 165 | |||
| 166 | * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring. | ||
| 167 | (gdb-jsonify-buffer): Fix typos in docstring. | ||
| 168 | (gdb-goto-breakpoint): Fix typo in error message. | ||
| 169 | ("Display Other Windows"): Fix typo in help message. | ||
| 170 | (gdb-speedbar-expand-node): Fix typo in question. | ||
| 171 | |||
| 172 | * progmodes/idlw-help.el (idlwave-help-browse-url-available) | ||
| 173 | (idlwave-html-system-help-location, idlwave-html-help-location) | ||
| 174 | (idlwave-help-browser-function, idlwave-help-browser-generic-program) | ||
| 175 | (idlwave-help-browser-generic-args, idlwave-help-directory) | ||
| 176 | (idlwave-html-help-is-available, idlwave-help-mode-line-indicator) | ||
| 177 | (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help) | ||
| 178 | (idlwave-online-help, idlwave-help-html-link) | ||
| 179 | (idlwave-help-show-help-frame, idlwave-help-assistant-command): | ||
| 180 | Fix typos in docstrings. | ||
| 181 | (idlwave-help-with-source, idlwave-help-find-routine-definition): | ||
| 182 | Reflow docstrings. | ||
| 183 | (idlwave-help-assistant-start): Fix typo in error message. | ||
| 184 | |||
| 185 | * progmodes/octave-mod.el (octave-mode, octave-electric-semi) | ||
| 186 | (octave-electric-space): Fix typos in docstrings. | ||
| 187 | |||
| 1 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 188 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 189 | ||
| 3 | * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149). | 190 | * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149). |
| @@ -17,7 +204,7 @@ | |||
| 17 | 204 | ||
| 18 | Show working revision correctly for mercurial. | 205 | Show working revision correctly for mercurial. |
| 19 | * vc-hg.el (vc-hg-working-revision): Use hg parent instead of | 206 | * vc-hg.el (vc-hg-working-revision): Use hg parent instead of |
| 20 | hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>, | 207 | hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>. |
| 21 | 208 | ||
| 22 | 2009-12-29 Juanma Barranquero <lekktu@gmail.com> | 209 | 2009-12-29 Juanma Barranquero <lekktu@gmail.com> |
| 23 | 210 | ||
| @@ -70,8 +257,7 @@ | |||
| 70 | been a secret. (Further to bug#3717.) | 257 | been a secret. (Further to bug#3717.) |
| 71 | (Man-bgproc-sentinel): When "-k foo" produces no output show error | 258 | (Man-bgproc-sentinel): When "-k foo" produces no output show error |
| 72 | "no matches" rather than "Can't find manpage", as the latter reads | 259 | "no matches" rather than "Can't find manpage", as the latter reads |
| 73 | like -k was interpreted as a page name, which is not so. (My | 260 | like -k was interpreted as a page name, which is not so. (Bug#5431) |
| 74 | bug#5431.) | ||
| 75 | 261 | ||
| 76 | 2009-12-26 Michael Albinus <michael.albinus@gmx.de> | 262 | 2009-12-26 Michael Albinus <michael.albinus@gmx.de> |
| 77 | 263 | ||