diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 212 |
1 files changed, 211 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ff2d7b24c0..c59ecbae67b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,219 @@ | |||
| 1 | 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte | ||
| 4 | just because we see "encoding: 8bit". | ||
| 5 | * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes. | ||
| 6 | |||
| 7 | 2010-01-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 8 | |||
| 9 | * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). | ||
| 10 | |||
| 11 | 2010-01-22 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | * jka-compr.el (jka-compr-load): If load-file is not in | ||
| 14 | load-history, try its file-truename version. (bug#5447) | ||
| 15 | |||
| 16 | 2010-01-21 Alan Mackenzie <acm@muc.de> | ||
| 17 | |||
| 18 | Fix a situation where deletion of a cpp construct throws an error. | ||
| 19 | * progmodes/cc-engine.el (c-invalidate-state-cache): Before | ||
| 20 | invoking c-with-all-but-one-cpps-commented-out, check that the | ||
| 21 | special cpp construct is still in the buffer. | ||
| 22 | (c-parse-state): Record the special cpp with markers, not numbers. | ||
| 23 | |||
| 24 | 2010-01-21 Kenichi Handa <handa@m17n.org> | ||
| 25 | |||
| 26 | * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to | ||
| 27 | process last-command-event, as it is now decoded first (Bug#5380). | ||
| 28 | |||
| 29 | 2010-01-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 30 | |||
| 31 | * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330). | ||
| 32 | |||
| 33 | 2010-01-20 Glenn Morris <rgm@gnu.org> | ||
| 34 | |||
| 35 | * indent.el (tab-always-indent): Fix custom-type. | ||
| 36 | |||
| 37 | 2010-01-19 Alan Mackenzie <acm@muc.de> | ||
| 38 | |||
| 39 | * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty | ||
| 40 | buffer throws "args out of range". | ||
| 41 | (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB | ||
| 42 | playing the role of delimiter. | ||
| 43 | |||
| 44 | 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org> | ||
| 45 | |||
| 46 | * lisp/progmodes/ada-mode.el: Fix bug#5400. | ||
| 47 | (ada-matching-decl-start-re): Move into ada-goto-decl-start. | ||
| 48 | (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers | ||
| 49 | changed. Delete RECURSIVE parameter; never used. Improve doc string. | ||
| 50 | Improve comments in "is" portion. Handle null procedure declaration. | ||
| 51 | (ada-move-to-end): Improve doc string. | ||
| 52 | |||
| 53 | 2010-01-18 Óscar Fuentes <ofv@wanadoo.es> | ||
| 54 | |||
| 55 | * ido.el (ido-cur-list): Initialize to nil. | ||
| 56 | Remove obsolete information from commentary. | ||
| 57 | (ido-choice-list): Initialize to nil. | ||
| 58 | (ido-get-bufname): Reject minibuffers. | ||
| 59 | (ido-make-buffer-list): If "default" is a nonexistent | ||
| 60 | buffer, ignore it, as per the function's comment. | ||
| 61 | (ido-kill-buffer-internal): New function. | ||
| 62 | (ido-kill-buffer-at-head): Use it. | ||
| 63 | (ido-visit-buffer): Likewise. | ||
| 64 | |||
| 65 | 2010-01-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 66 | |||
| 67 | * calendar/time-date.el (date-to-time): Doc fix (Bug#5408). | ||
| 68 | |||
| 69 | 2010-01-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 70 | |||
| 71 | * cedet/ede/locate.el (ede-locate-file-in-project) | ||
| 72 | (ede-locate-file-in-project-impl): Fix typos in docstrings. | ||
| 73 | (ede-enable-locate-on-project): Fix typos in error messages. | ||
| 74 | |||
| 75 | * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face) | ||
| 76 | (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format) | ||
| 77 | (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup) | ||
| 78 | (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings. | ||
| 79 | (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu): | ||
| 80 | Fix typos in menu help. | ||
| 81 | |||
| 82 | * emacs-lisp/chart.el (chart-file-count, chart-rmail-from): | ||
| 83 | Fix typos in chart titles. | ||
| 84 | |||
| 85 | * whitespace.el (whitespace-style, global-whitespace-newline-mode): | ||
| 86 | * cedet/semantic.el (semantic-require-version, semantic--buffer-cache) | ||
| 87 | (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook) | ||
| 88 | (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run) | ||
| 89 | (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time) | ||
| 90 | (semantic-parse-stream, semantic-parse-region) | ||
| 91 | (semantic-parse-region-default, semantic--set-buffer-cache) | ||
| 92 | (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe) | ||
| 93 | (semantic-bovinate-toplevel, semantic-load-system-cache-loaded) | ||
| 94 | (semantic-default-submodes): | ||
| 95 | * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse) | ||
| 96 | (semanticdb-create-ebrowse-database) | ||
| 97 | (semanticdb-find-tags-for-completion-method) | ||
| 98 | (semanticdb-find-tags-by-class-method) | ||
| 99 | (semanticdb-deep-find-tags-by-name-method) | ||
| 100 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 101 | * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector) | ||
| 102 | (semanticdb-find-tags-by-name-method, emacs-lisp-mode) | ||
| 103 | (semanticdb-find-tags-for-completion-method) | ||
| 104 | (semanticdb-find-tags-by-class-method) | ||
| 105 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 106 | * cedet/semantic/db-find.el (semanticdb-find-translate-path) | ||
| 107 | (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p) | ||
| 108 | (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector) | ||
| 109 | (semanticdb-find-tags-by-name-method) | ||
| 110 | (semanticdb-find-tags-by-name-regexp-method) | ||
| 111 | (semanticdb-find-tags-for-completion-method) | ||
| 112 | (semanticdb-find-tags-by-class-method) | ||
| 113 | (semanticdb-find-tags-external-children-of-type-method) | ||
| 114 | (semanticdb-find-tags-subclasses-of-type-method) | ||
| 115 | (semanticdb-deep-find-tags-by-name-method) | ||
| 116 | (semanticdb-deep-find-tags-by-name-regexp-method) | ||
| 117 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 118 | * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook) | ||
| 119 | (semanticdb-enable-gnu-global-in-buffer) | ||
| 120 | (semanticdb-find-tags-for-completion-method) | ||
| 121 | (semanticdb-deep-find-tags-by-name-method) | ||
| 122 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 123 | * cedet/semantic/db-javascript.el (semanticdb-javascript-tags) | ||
| 124 | (javascript-mode, semanticdb-find-translate-path) | ||
| 125 | (semanticdb-find-tags-for-completion-method) | ||
| 126 | (semanticdb-find-tags-by-class-method) | ||
| 127 | (semanticdb-deep-find-tags-by-name-method) | ||
| 128 | (semanticdb-deep-find-tags-for-completion-method) | ||
| 129 | (semanticdb-find-tags-external-children-of-type-method): | ||
| 130 | * cedet/semantic/idle.el (semantic-idle-work-core-handler) | ||
| 131 | (define-semantic-idle-service, semantic-idle-summary-useful-context-p) | ||
| 132 | (global-semantic-idle-scheduler-mode): | ||
| 133 | * cedet/srecode/dictionary.el (srecode-field-value) | ||
| 134 | (srecode-dictionary-add-section-dictionary): | ||
| 135 | * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags) | ||
| 136 | (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse) | ||
| 137 | (describe-class, eieio-describe-generic, describe-generic): | ||
| 138 | * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click) | ||
| 139 | (eieio-speedbar-expand): | ||
| 140 | * emulation/viper-cmd.el (viper-exec-form-in-vi) | ||
| 141 | (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC) | ||
| 142 | (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style) | ||
| 143 | (viper-del-backward-char-in-replace, viper-backward-indent) | ||
| 144 | (viper-brac-function, viper-register-to-point, viper-submit-report): | ||
| 145 | * net/tramp.el (tramp-remote-coding-commands): | ||
| 146 | * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list): | ||
| 147 | Fix typos in docstrings. | ||
| 148 | |||
| 149 | 2010-01-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 150 | |||
| 151 | * mail/sendmail.el (mail-yank-original): Set the mark if the | ||
| 152 | specified function for yanking does not do it. | ||
| 153 | |||
| 154 | 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 155 | |||
| 156 | * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298) | ||
| 157 | |||
| 158 | * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when | ||
| 159 | resyncing a directory. | ||
| 160 | |||
| 161 | 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org> | ||
| 162 | |||
| 163 | * progmodes/ada-mode.el: Fix bug#1920. | ||
| 164 | (ada-ident-re): Delete ., allow multibyte characters. | ||
| 165 | (ada-goto-label-re): New; matches goto labels. | ||
| 166 | (ada-block-label-re): New; matches block labels. | ||
| 167 | (ada-label-re): New; matches both. | ||
| 168 | (ada-named-block-re): Deleted; callers changed to use | ||
| 169 | `ada-block-label-re' instead. | ||
| 170 | (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop): | ||
| 171 | Use `ada-block-label-re'. | ||
| 172 | (ada-indent-on-previous-lines): Improve handling of goto labels. | ||
| 173 | (ada-get-indent-block-start): Special-case block label. | ||
| 174 | (ada-get-indent-label): Split into `ada-indent-block-label' and | ||
| 175 | `ada-indent-goto-label'. | ||
| 176 | (ada-goto-stmt-start, ada-goto-next-non-ws): | ||
| 177 | Optionally ignore goto labels. | ||
| 178 | (ada-goto-next-word): Simplify. | ||
| 179 | (ada-indent-newline-indent-conditional): Insert newline before | ||
| 180 | trying to fix indentation; doc fix. | ||
| 181 | |||
| 182 | 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 183 | |||
| 184 | * calc/calc.el (calc-command-flags): Give it an initial value. | ||
| 185 | |||
| 186 | 2010-01-17 Glenn Morris <rgm@gnu.org> | ||
| 187 | |||
| 188 | * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix. | ||
| 189 | |||
| 190 | 2010-01-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 191 | |||
| 192 | * cedet/semantic.el (semantic-mode): | ||
| 193 | * files.el (minibuffer-with-setup-hook): | ||
| 194 | * textmodes/artist.el (artist-mt, artist-key-undraw-continously) | ||
| 195 | (artist-key-draw-continously, artist-key-do-continously-continously) | ||
| 196 | (artist-key-set-point-continously, artist-mouse-draw-continously): | ||
| 197 | Fix typos in docstrings. | ||
| 198 | |||
| 199 | 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com> | ||
| 200 | |||
| 201 | * nxml/nxml-mode.el (nxml-extend-after-change-region): Never | ||
| 202 | return t (Bug#3898). | ||
| 203 | |||
| 204 | 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change) | ||
| 205 | |||
| 206 | * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we | ||
| 207 | can parse the output of the external commands (Bug#5279). | ||
| 208 | |||
| 1 | 2010-01-16 Jari Aalto <jari.aalto@cante.net> | 209 | 2010-01-16 Jari Aalto <jari.aalto@cante.net> |
| 2 | 210 | ||
| 3 | * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. | 211 | * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. |
| 4 | 212 | ||
| 5 | 2010-01-16 Chong Yidong <cyd@stupidchicken.com> | 213 | 2010-01-16 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 214 | ||
| 215 | * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274) | ||
| 216 | |||
| 7 | * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267). | 217 | * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267). |
| 8 | 218 | ||
| 9 | * startup.el (command-line): Remove unused --icon-type arg. | 219 | * startup.el (command-line): Remove unused --icon-type arg. |
| @@ -34,7 +244,7 @@ | |||
| 34 | 2010-01-15 Kenichi Handa <handa@m17n.org> | 244 | 2010-01-15 Kenichi Handa <handa@m17n.org> |
| 35 | 245 | ||
| 36 | * international/mule-cmds.el (canonicalize-coding-system-name): | 246 | * international/mule-cmds.el (canonicalize-coding-system-name): |
| 37 | Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX". | 247 | Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387). |
| 38 | 248 | ||
| 39 | 2010-01-15 Glenn Morris <rgm@gnu.org> | 249 | 2010-01-15 Glenn Morris <rgm@gnu.org> |
| 40 | 250 | ||