X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/86c507f71d7bf49796f8b83715d1a0a854c91038..ba528748a14a34d2c3f619615c4cdaf4bbd89cc0:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34ae0aa1af..2170615668 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,19 +1,165 @@ +2009-03-10 Stefan Monnier + + * server.el (server-process-filter): Use expand-file-name rather than + command-line-normalize-file-name so as to use the `dir' when provided. + + * doc-view.el (doc-view-convert-current-doc): Fix last change. + +2009-03-10 Glenn Morris + + * mail/sendmail.el (mail-archive-file-name, mail-default-headers): + Doc fixes. + (mail-mailing-lists): Remove leading `*' from defcustom doc. + + * simple.el (compose-mail): Doc fix. + +2009-03-10 Alexander Becher (tiny change) + + * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612). + +2009-03-09 Jason Rumney + + * minibuffer.el (read-file-name): Only split dir name when + default filename is missing. (Bug#2585) + +2009-03-08 Chong Yidong + + * finder.el (finder-commentary): Don't delete other + windows (Bug#2291). + + * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark + first (Bug#2449). + +2009-03-08 Andreas Schwab + + * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-. + +2009-03-07 Eli Zaretskii + + * woman.el (woman-parse-colon-path): Return a list even if there's + only one directory in PATHS. + (woman-mode): Restore tab-width value after the call to Man-mode, + since Man-mode resets it to the default, and that makes right + margin extend beyond woman-fill-column. + + * man.el (Man-init-defvars) [windows-nt]: Use a special command + list. Don't invoke Awk. + +2009-03-06 Glenn Morris + + * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and + custom type. + +2009-03-05 Tassilo Horn + + * doc-view.el (doc-view-convert-current-doc): Save the current + resolution in the cache directory. + (doc-view-initiate-display): Restore the saved resolution when + using cached image files. + +2009-03-05 Glenn Morris + + * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be + buffer-local in the view buffer, not the rmail buffer. + + * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message + at the end of the existing messages, ensuring there is a blank line + between them. (Bug#2521) + + * mail/rmail.el (rmail-ensure-blank-line): New function. + * mail/rmailedit.el (rmail-cease-edit): + * mail/rmailout.el (rmail-output-as-mbox): + * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line. + + * mail/rmailmm.el (rmail-mime-media-type-handlers-alist) + (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type. + Add version. + (rmail-mime-total-number-of-bulk-attachments): Doc fix. + (rmail-mime): Doc fix. Use rmail-apply-in-message. + Disable undo in the mime buffer, mark unmodified. + +2009-03-04 David Reitter + + * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p) + if unbound in order to enable the item. + For paste menu item, same, and check kill-ring. + +2009-03-04 Sam Steingold + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Handle "omake -P" messages "file foo changed". + +2009-03-04 Glenn Morris + + * mail/rmailedit.el (rmail-edit-mode): Doc fix. + + * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'. + (rmail-sort-by-date, rmail-sort-by-subject) + (rmail-sort-by-author, rmail-sort-by-recipient) + (rmail-sort-by-correspondent, rmail-select-correspondent) + (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages) + (rmail-make-date-sortable): Doc fixes. + (rmail-sort-by-correspondent): Downcase correspondents. + (rmail-sort-by-labels): Make it work. + (rmail-sort-messages): Restore undo if it was initially enabled. + Fix bobp/bolp typo that was adding a line on every sort. + + * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix. + Disable undo in the summary buffer. + (rmail-summary-sort-by-date, rmail-summary-sort-by-subject) + (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient) + (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines) + (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes. + (rmail-summary-sort-by-labels): Replace `(function (lambda' + by `(lambda'. + +2009-03-03 Sam Steingold + + * progmodes/compile.el (compilation-move-to-column): + Guard against negative col values. + +2009-03-03 Simon Josefsson + + * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is + in preference order. + (smtpmail-try-auth-methods): Improve which authentication + mechanism to use, so that the locally most preferred and mutually + supported mechanism is used. + +2009-03-03 Stefan Monnier + + * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that + the function takes no argument. + +2009-03-03 Glenn Morris + + * mail/rmail.el (rmail-highlighted-headers, rmail-highlight) + (rmail-header-name): Doc fixes. + (rmail-show-message-verbose-min): Add :version. + (rmail-highlight-headers): Add doc string. Simplify. + + * mail/rmailsum.el (rmail-summary-scroll-between-messages) + (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes. + (rmail-summary-by-senders): Doc fix. + (rmail-summary-mode-map): Bind C-o to output-as-seen, not output. + Make the output menu-items consistent with rmail-mode-map. + Bind rmail-summary-by-senders to C-M-f. + (rmail-summary-search): Ensure the selected message shows. + 2009-03-03 Kenichi Handa * files.el (basic-save-buffer-1): Set car part of buffer-file-coding-system-explicit. - (revert-buffer): Check car part of - buffer-file-coding-system-explicit. + (revert-buffer): Check car part of buffer-file-coding-system-explicit. * international/mule-cmds.el (select-safe-coding-system): If cdr part of buffer-file-coding-system-explicit is set, ignore - default-buffer-file-coding-system and the most preferred coding - system. + default-buffer-file-coding-system and the most preferred coding system. * international/mule.el (set-buffer-file-coding-system): Set cdr part of buffer-file-coding-system-explicit. - (after-insert-file-set-coding): Set - buffer-file-coding-system-explicit to a cons. + (after-insert-file-set-coding): + Set buffer-file-coding-system-explicit to a cons. 2009-03-02 Glenn Morris @@ -45,8 +191,8 @@ 2009-02-28 Eli Zaretskii - * progmodes/grep.el (grep-process-setup) [windows-nt msdos]: Use - "--color=always". + * progmodes/grep.el (grep-process-setup) [windows-nt msdos]: + Use "--color=always". 2009-02-28 Glenn Morris @@ -84,8 +230,7 @@ 2009-02-26 Michael Albinus - * net/tramp.el (tramp-remote-coding-commands): Add - "base64". (Bug#2463) + * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) 2009-02-26 Juanma Barranquero @@ -288,8 +433,8 @@ 2009-02-20 Era Eriksson (tiny change) - * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix - regexp (Bug#2385). + * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): + Fix regexp (Bug#2385). (bibtex-autokey-get-title): Observe case for bibtex-autokey-titleword-ignore. @@ -420,8 +565,8 @@ 2009-02-17 Sam Steingold - * progmodes/compile.el (compilation-filter): Call - `comint-carriage-motion', just like `comint-output-filter'. + * progmodes/compile.el (compilation-filter): + Call `comint-carriage-motion', just like `comint-output-filter'. 2009-02-17 Jason Rumney @@ -436,7 +581,7 @@ 2009-02-17 Miles Bader - * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match + * emacs-lisp/copyright.el (copyright-regexp): Tweak to match copyright statements where the years follow the name. 2009-02-17 Glenn Morris @@ -446,8 +591,8 @@ * mail/rmailout.el (rmail-fields-not-to-output): Doc fix. (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos. - (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to - "not-rmail", and make it work. Simplify. + (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument + to "not-rmail", and make it work. Simplify. (rmail-mbox-from): New function. (rmail-output-as-mbox): Use rmail-mbox-from. (rmail-output): Ensure a From line in the not-rmail Babyl case. @@ -457,8 +602,8 @@ 2009-02-16 Ulf Jasper - * net/newst-treeview.el (newsticker--treeview-load): Offer - deletion of old groups file. + * net/newst-treeview.el (newsticker--treeview-load): + Offer deletion of old groups file. 2009-02-16 Glenn Morris @@ -473,8 +618,8 @@ * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix. * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group. - (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove - unnecessary use of with-no-warnings. + (rmail-output-as-babyl, rmail-output-to-babyl-buffer): + Remove unnecessary use of with-no-warnings. (rmail-output-as-mbox, rmail-output-as-seen): Doc fix. (rmail-output-as-mbox): Start search from point-min. If constructing a "From " line, prefer the date header over the current time. @@ -559,13 +704,13 @@ 2009-02-13 Kenichi Handa - * international/titdic-cnv.el (tit-process-header): Use - buffer-substring-no-properties instead of buffer-substring. + * international/titdic-cnv.el (tit-process-header): + Use buffer-substring-no-properties instead of buffer-substring. (tit-process-body): Likewise. (tsang-quick-converter): Handle superfluous CR at eol. (py-converter): Use buffer-substring-no-properties instead of buffer-substring. Handle superfluous CR at eol. - (ziranma-converter): Likewise + (ziranma-converter): Likewise. (ctlau-converter): Likewise. (miscdic-convert): Read a file without eol conversion. (Bug#2307) @@ -774,8 +919,8 @@ 2009-02-09 Tassilo Horn * doc-view.el (doc-view-scroll-up-or-next-page) - (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset - the old hscroll value after switching pages. + (doc-view-scroll-down-or-previous-page, doc-view-goto-page): + Reset the old hscroll value after switching pages. 2009-02-09 Glenn Morris @@ -802,8 +947,8 @@ * textmodes/artist.el (artist-system): Allow make-temp-file to use temporary-file-directory. - * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use - temporary-file-directory. + * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): + Use temporary-file-directory. 2009-02-07 Glenn Morris @@ -826,9 +971,9 @@ * mail/rmail.el (rmail-redecode-body): Don't encode/decode the message; instead, just rewrite the X-Coding-System header with the - new encoding, and let rmail-show-message do the rest. Remove - unused argument RAW. Fix doc string to be consistent with the new - implementation. + new encoding, and let rmail-show-message do the rest. + Remove unused argument RAW. Fix doc string to be consistent with the + new implementation. (rmail-show-message): Honor X-Coding-System header, if present, in preference to Content-Type header. @@ -905,8 +1050,8 @@ 2009-02-05 Kenichi Handa - * international/fontset.el (script-representative-chars): Remove - mathematical. + * international/fontset.el (script-representative-chars): + Remove mathematical. (setup-default-fontset): Add entries for each subgroup of mathematical script. @@ -979,8 +1124,8 @@ 2009-02-04 Kenichi Handa - * international/mule-cmds.el (select-safe-coding-system): Use - buffer-chars-modified-tick instead of buffer-modified-tick. + * international/mule-cmds.el (select-safe-coding-system): + Use buffer-chars-modified-tick instead of buffer-modified-tick. * descr-text.el (describe-char): Check font-object by fontp. @@ -1051,7 +1196,7 @@ Sync with Tramp 2.1.15. - * net/tramp.el (tramp-read-passwd): Cached passwords shall still be + * net/tramp.el (tramp-read-passwd): Cache passwords shall still be used. * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'. @@ -1123,8 +1268,7 @@ * mail/unrmail.el (unrmail): Set coding-system of the old Rmail file to `raw-text-unix'. Bind coding-system-for-write when - writing out the converted message, and make sure it uses Unix - EOLs. + writing out the converted message, and make sure it uses Unix EOLs. * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'. @@ -1172,8 +1316,8 @@ * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes into Rmail-mbox attributes. - * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind - coding-system-for-read to `raw-text', and use insert-file-contents + * mail/rmail.el (rmail-convert-babyl-to-mbox): + Bind coding-system-for-read to `raw-text', and use insert-file-contents instead of insert-file-contents-literally. Fixes bug #2019. (rmail-resent-attr-index): Fix index value. @@ -1204,8 +1348,8 @@ 2009-01-29 Michael Albinus - * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow - correction of passwords. + * net/tramp.el (tramp-process-actions, tramp-read-passwd): + Allow correction of passwords. 2009-01-29 Chong Yidong @@ -1293,9 +1437,9 @@ Prevent insertion of a new entry inside of an existing entry. Minor code cleanup. (Bug#2084) (todo-add-category): Change the interactive spec. Signal an error - if the Todo file is non-empty but contains no category. Reject - category names that could induce bugs and confusion. Call - todo-mode if the Todo file is new and unsaved. Simplify handling + if the Todo file is non-empty but contains no category. + Reject category names that could induce bugs and confusion. + Call todo-mode if the Todo file is new and unsaved. Simplify handling of local variables cookie. Properly display the newly added category in Todo mode. (todo-show): Call todo-initial-setup only if there is neither a