X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4431546e80e1899af671a22fbc23f8ae12b1c2d1..36fc09321bce7286ce378c45382a0a4773d69a9d:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77aa43c77a..64ee5cd475 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,1450 @@ +2009-05-02 Martin Rudalics + + * frame.el (pop-up-frame-function): Remove choice nil since it + does not represent a valid value. + +2009-04-30 David Reitter + + * term/ns-win.el (ns-make-command-string, ns-grabenv) + (ns-extended-platform-support-mode, menu-bar-ns-file-menu) + (ns-arrange-all-frames, ns-arrange-visible-frames) + (ns-arrange-frames): Remove. These functionalities not + available on other (free) platforms will be provided to users + outside the Emacs project in the "ns-platform-support" package. + +2009-04-30 Alan Mackenzie + + Enhancements for Objective-C: + * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket) + (c-objc-method-arg-unfinished-offset) + (c-objc-method-parameter-offset): New variables. + (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry + for objc-method-call-cont. + + * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords + "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". + + * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): New + function. + +2009-04-29 Chong Yidong + + * subr.el (assoc-default): Doc fix. + +2009-04-29 Ulrich Mueller + + * files.el (hack-local-variables-prop-line) + (hack-local-variables, dir-locals-read-from-file): Bind + read-circle to nil before reading. + +2009-04-28 Geert Kloosterman (tiny change) + + * progmodes/which-func.el (which-function): Don't assume that + entries from `imenu--index-alist' are ordered by buffer position, + which fails when submenus are present (Bug#3153). + +2009-04-28 Stefan Monnier + + * international/quail.el (quail-vunion): Remove unexplained nreverse. + +2009-04-28 Nick Roberts + + * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used" + error with gud-tooltip-mode in the Linux console. + +2009-04-28 Chong Yidong + + * tooltip.el (tooltip-show-help): Fall back on + tooltip-show-help-non-mode for text-only displays. + +2009-04-27 Jay Belanger + + * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'. + +2009-04-26 Jay Belanger + + * calc/calc.el (calc-set-mode-line): Check to make sure that the + correct Calc buffer gets "Embed" in the mode line. + (calc-mode): Copy stack list for additional Calc buffers. + +2009-04-25 Chong Yidong + + * simple.el (line-move-visual): If point is stuck moving backwards + against a display string, temporarily ignore the goal + column (Bug#3020). + + * startup.el (normal-top-level): Implement a work-around to handle + changes to face-font-rescale-alist during + initialization (Bug#1785). + +2009-04-24 Michael Albinus + + * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat) + (tramp-handle-file-name-all-completions): Don't use "-b" as ls + arg. It does not work on OpenBSD. Reported by Taylor Venable + . + +2009-04-23 Chong Yidong + + * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var. + (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068). + +2009-04-21 Martin Rudalics + + * diff-mode.el (diff-find-source-location): Don't call + diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033) + +2009-04-21 Kenichi Handa + + * international/uni-decomposition.el: Re-generated. + +2009-04-20 Roland Winkler + + * proced.el (proced-sort): Declare it buffer-local. + (proced-send-signal): Handle non-nil signals. + +2009-04-18 Jason Rumney + + * facemenu.el (list-colors-duplicates): w32-default-color-map is + a function (Bug#3044). + +2009-04-18 ARISAWA Akihiro + + * epa-file.el (epa-file-decode-and-insert): + Use string-to-multibyte instead of set-buffer-multibyte. + + +2009-04-18 Yann Hodique (tiny change) + + * net/rcirc.el (rcirc): Use correct property names (Bug#3037). + +2009-04-18 Chong Yidong + + * thingatpt.el (thing-at-point-bounds-of-list-at-point): + New function (Bug#3027). + +2009-04-17 Kenichi Handa + + * international/uni-decomposition.el: Re-generated. + +2009-04-16 Chong Yidong + + * textmodes/flyspell.el (flyspell-correct-word-before-point): + Don't create markers. + (tex-mode-flyspell-verify): Don't create markers. + Use line-end-position. + (sgml-mode-flyspell-verify): Don't create markers. Simplify code + using looking-at and looking-back. + +2009-04-16 Robert Brown (tiny change) + + * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt + property (Bug#2984). + +2009-04-16 Leo (tiny change) + + * ediff-wind.el (ediff-make-wide-display): Fix typo in frame + parameter alist. + +2009-04-15 William Xu + + * outline.el (hide-sublevels): Ensure that arguments are passed to + outline-flag-region in the correct order (Bug#3000). + +2009-04-15 Katsumi Yamaoka + + * net/browse-url.el (browse-url-filename-alist): Correct file + URI (Bug#2922). + +2009-04-15 Chong Yidong + + * subr.el (posn-col-row): Properly compute line spacing. + Suggested by Nikolaj Schumacher (Bug#2933). + +2009-04-15 Ulf Jasper + + * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual + feeds. + +2009-04-15 Dan Nicolaescu + + * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file + names with leading spaces. Ignore "." if it appears as a filename. + +2009-04-14 Juanma Barranquero + + * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring. + (scan-buf-previous-region): Fix typo in docstring. + +2009-04-14 Edward Wiebe (tiny change) + + * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring. + +2009-04-14 Michael Albinus + + * net/tramp.el (tramp-handle-dired-recursive-delete-directory): + Fix an error in flushing cache data. + (tramp-handle-process-file): Flush all file cache values for the + connection, because the remote process could have changed them. + Suggested by Stefan Monnier . + Handle QUIT. + + * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data + of directory "". + +2009-04-14 Stefan Monnier + + * minibuffer.el (completion--try-word-completion): Don't disable + `partial-completion' any more. Mark the added char instead. + (completion-pcm--string->pattern): Notice chars added by + completion--try-word-completion and treat them specially. (bug#2957) + +2009-04-13 Jason Rumney + + * faces.el (frame-set-background-mode): Window system frames + default to light. Use default in cases where specified color + does not exist (Bug#2969). + +2009-04-13 Kenichi Handa + + * language/japanese.el (cp932): Delete alias for japanese-shift-jis. + +2009-04-12 Michael Albinus + + * net/tramp.el (tramp-do-copy-or-rename-file-directly): + Overwrite always the tmpfile. (Bug#2962). + +2009-04-11 Chong Yidong + + * files.el (dir-locals-directory-cache): Change format to include + the mtime of the directory-local variables file (Bug#2833). + (dir-locals-set-directory-class): New arg mtime. Store it in + dir-locals-directory-cache. + (dir-locals-find-file): Check cache validity using the mtime. + (dir-locals-read-from-file): Save the file mtime in the cache. + (hack-dir-local-variables): Adapt to new + dir-locals-directory-cache entry format. + + * international/mule-diag.el (describe-font-internal): + Rename ignored argument to IGNORED. + (describe-font): Elide unnecessary argument to + describe-font-internal (Bug#2945). + +2009-04-10 Richard M Stallman + + * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format. + + * vc-dir.el (vc-dir): Doc fix. + +2009-04-10 Eli Zaretskii + + * mail/unrmail.el (unrmail): If "Mail-From" header is found, + append a newline to it. + + * mail/rmail.el (rmail-unrmail-new-mail) + (rmail-unrmail-new-mail-maybe): New functions. + (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to + convert Babyl-formatted new mail to mbox format. (Bug#2942) + +2009-04-09 Kim F. Storm + + * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using + tab-to-tab-stop to respect indent-tabs-mode. + +2009-04-09 Richard M Stallman + + * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd. + (rmail-kill-label, rmail-add-label): Doc fixes. + + * mail/rmailout.el (rmail-output): If file is visited, + check the buffer's format. + + * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen". + + * mail/rmailout.el (rmail-output-to-rmail-buffer): + Call rmail-modify-format. + + Don't query before visiting a Babyl file. + Instead, query before modifications that would save it. + + * mail/rmail.el (rmail-was-converted): New variable. + (rmail-seriously-modified): New variable. + (rmail-perm-variables): Set them to nil. + (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file. + Instead, set rmail-was-converted. + (rmail-modify-format): New function. Query if save will change format. + (rmail-dont-modify-format): New function. + (rmail-duplicate-message, rmail-get-new-mail): + Call rmail-modify-format. + (rmail-set-header): Call rmail-dont-modify-format. + (rmail-set-attribute): Likewise. + (rmail-expunge-confirmed): Call rmail-modify-format. + + * mail/sendmail.el (sendmail-send-it): Replace any + pre-existing Content-type header if we insert one. + +2009-04-09 Michael Albinus + + * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'. + (tramp-handle-vc-registered): New defun. (Bug#1741) + + * net/tramp-cache.el (tramp-flush-directory-property): Use the + localname of KEY for check. + +2009-04-09 Kenichi Handa + + * international/charprop.el: Re-generated. + * international/uni-bidi.el: Re-generated. + * international/uni-category.el: Re-generated. + * international/uni-combining.el: Re-generated. + * international/uni-decomposition.el: Re-generated. + * international/uni-mirrored.el: Re-generated. + * international/uni-name.el: Re-generated. + +2009-04-08 Eli Zaretskii + + * files.el (append-to-file): Doc fix. + + * term/pc-win.el (msdos-last-help-message): New defvar. + (msdos-show-help): Use it to avoid saving the last message if it + was also a help message (Bug#2895). + + * mail/rmail.el (rmail-simplified-subject): Normalize whitespace + in subject. This resurrects a feature, lost in transition to + mbox, whereby Subject is matched even if it's broken into several + lines at arbitrary places. + +2009-04-08 Nick Roberts + + * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX. + +2009-04-08 Chong Yidong + + * textmodes/fill.el (fill-paragraph): Doc fix. + +2009-04-07 Chong Yidong + + * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix. + +2009-04-07 Glenn Morris + + * term/ns-win.el (ns-pop-up-frames): Make it a defcustom. + + * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the + message. + (rmail-quit): Mark summary unmodified. + (rmail-expunge): Doc fix. Always show a message. (Bug#2763) + +2009-04-07 Chong Yidong + + * vc-bzr.el (vc-bzr-log-view-mode): Tweak + log-view-message-re (Bug#2872). + + * descr-text.el (describe-property-list, describe-char): Add + follow-link properties to buttons that need them. + + * tooltip.el (tooltip-show-help-non-mode): Don't save the last + message if it was also a help message (Bug#2895). + +2009-04-06 Roland Winkler + + * textmodes/bibtex.el (bibtex-format-entry) + (bibtex-search-crossref): Allow OPT prefix for name of crossref + field. + +2009-04-06 Sam Steingold + + * simple.el (completion-list-mode-map): Bind "q" to quit-window, + just like in all other read-only buffers. + +2009-04-05 Chong Yidong + + * simple.el (handle-shift-selection): Clarify docstring. + +2009-04-05 Michael Albinus + + * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if + `file-modes' returns nil. + + * net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change + `ange-ftp' property of `set-file-modes' to + `ange-ftp-set-file-modes' (Bug#2865). + (ange-ftp-call-chmod): Add error handling. + + * net/tramp.el (tramp-default-file-modes): New defun. Replace all + calls of `file-modes' by this (Bug#2869). + (tramp-handle-find-backup-file-name): Use `symbol-value' instead + of `boundp'. + + * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly): + Use `tramp-default-file-modes'. + +2009-04-04 Chong Yidong + + * frame.el (make-frame): Doc fix. + +2009-04-04 Eli Zaretskii + + * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of + summary lines. + +2009-04-02 Chong Yidong + + * dired.el (dired-get-filename): Always pass filename through + `read' to ensure unquoting is performed (Bug#2862). + +2009-04-02 Stefan Monnier + + * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist. + +2009-04-02 Glenn Morris + + * calendar/diary-lib.el (diary-cyclic): Check for +ve N. + + * calendar/holidays.el (calendar-holidays): + Don't autoload it. (Bug#2811) + +2009-04-02 Kenichi Handa + + * international/fontset.el (setup-default-fontset): + Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830) + +2009-04-02 Stefan Monnier + + * simple.el (auto-fill-function): Mark it as safe for nil. + Suggested by Leo . + +2009-04-01 Dan Nicolaescu + + * vc-mtn.el (vc-mtn-register): Fix optional arguments. + + * vc-hooks.el (vc-name): Avoid calling vc-backend twice. + (vc-mode-line): Accept and use an optional argument for the backend. + (vc-find-file-hook): Use when instead of if. Avoid calling + vc-backend multiple times, pass down the value computed the first time. + +2009-03-30 Andreas Schwab + + * ansi-color.el (ansi-color-get-face): + Use ansi-color-parameter-regexp to match parameters. + (ansi-color-regexp): Include final `m' in first group. + +2009-03-30 Jason Rumney + + * files.el (locate-dominating-stop-dir-regexp): Stop searching + when a UNC mount point is reached. + +2009-03-30 Jay Belanger + + * calc/calc-embed.el (calc-embedded-restore-original-modes): + Add argument for Calculator buffer. + (calc-do-embedded): Use specific Calculator buffer when cancelling + embedded mode. + + * calc/calc.el (calc-buffer-list): New variable. + (calc-kill-stack-buffer): New function. + (calc-mode): Add `calc-kill-stack-buffer' to + `kill-buffer-query-functions'. Add current buffer to + `calc-buffer-list'. + +2009-03-30 Kenichi Handa + + * language/chinese.el (chinese-big5): Change type to `big5'. + +2009-03-30 Chong Yidong + + * help-mode.el (help-buffer): Add docstring. + +2009-03-28 David Reitter + + * term/ns-win.el (ns-expand-space): Remove defvar. + (S-,): Bind to `customize' in line with menu item. + ([global-map windows]): Remove (in line with other platforms). + (menu-bar-update-frames, force-menu-bar-update-buffers): + Remove, not needed. + (menu-bar-update-hook): Do not alter. + (generate-fontset-menu, mouse-set-font): Amend doc string + of these defaliases to point out their altered meaning in NS. + +2009-03-28 Juri Linkov + + * simple.el (minibuffer-default-add-completions): + Remove `(interactive)'. (Bug#2805) + +2009-03-28 Eli Zaretskii + + * files.el (shell-quote-wildcard-pattern): Doc fix. + +2009-03-27 Eli Zaretskii + + * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/' + when looking for "." and "..". (Bug#2801) + +2009-03-27 Andreas Schwab + + * simple.el (shift-select-mode): Make it a defcustom. + * cus-start.el: Remove shift-select-mode. + +2009-03-26 Stefan Monnier + + * simple.el (shift-select-mode): Move declaration from callint.c. + (handle-shift-selection): Remove `deactivate' arg and check + shift-select-mode instead. + +2009-03-26 Juanma Barranquero + + * align.el (align-large-region, align-perl-modes, align-rules-list) + (align-open-comment-modes): Fix typos in docstrings. + (align-region-separate): Doc fixes. + +2009-03-26 Stefan Monnier + + * arc-mode.el (archive-ar-summarize): Don't burp on special GNU + extension entries for lookup tables or extended file name tables. + Distinguish the internal and external name, so lookup is easier. + (archive-ar-extract): Take advantage of more precise name. + Preserve point. + +2009-03-25 Chong Yidong + + * play/bubbles.el (bubbles): Doc fix (Bug#2776). + +2009-03-25 Juanma Barranquero + + * composite.el (auto-compose-chars): Fix typo in docstring. + +2009-03-24 Michael Albinus + + * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534. + +2009-03-24 Glenn Morris + + * wid-edit.el (widget-specify-field): Don't add a second overlay for a + field with just a newline character. + (widget-field-value-get): Don't reduce fields with just a space + character to null. + (character): Accept newline. (Bug#2689) + +2009-03-24 Kenichi Handa + + * international/fontset.el (font-encoding-alist): Add an entry for + muletibetan-0. (Bug#2722) + +2009-03-23 Dan Nicolaescu + + * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight + checkouts. (Bug#2157) + (vc-bzr-after-dir-status): Ignore a warning for bzr status. + (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts. + +2009-03-22 Richard M Stallman + + * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW. + (rmail-expunge): Without DONT-SHOW, show the message even after + updating summary. + +2009-03-21 Jari Aalto + + * time.el (display-time-default-load-average): Doc fix. + +2009-03-21 Eli Zaretskii + + * simple.el (handle-shift-selection): Doc fix. (Bug#2738) + +2009-03-21 Chong Yidong + + * files.el (file-modes-rights-to-number): Doc fix. + (file-modes-symbolic-to-number): Handle empty permissions + arg (Bug#2729). + +2009-03-21 Dan Nicolaescu + + * vc.el (Todo): Add note on simplifying vc-register. + +2009-03-21 Eli Zaretskii + + * eshell/em-ls.el (eshell-ls-dir): + Call eshell-directory-files-and-attributes with additional argument + 'integer or 'string, according to numeric-uid-gid. + (eshell-ls-file): Don't convert UID and GID to strings, as + eshell-ls-dir already did. Enlarge max user-name string length to + 14 characters. + (eshell-do-ls): Fix the long name of the -L option. + + * eshell/esh-util.el (directory-files-and-attributes): Accept and + ignore additional optional argument id-format. + (eshell-directory-files-and-attributes): + Call directory-files-and-attributes with additional argument id-format. + + * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8. + (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last + argument nil. + +2009-03-21 David Reitter + + * cus-start.el (all): Use existing `ns' rather than new `nextstep' + group for variables affected by last two changes. + +2009-03-21 Eli Zaretskii + + * cus-start.el (all): Fix last change. + +2009-03-21 David Reitter + + * cus-start.el (all): Add ns-control-modifier, + ns-command-modifier, ns-alternate-modifier, ns-function-modifier, + ns-antialias-text, and ns-use-qd-smoothing. + +2009-03-20 Dan Nicolaescu + + * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit. + +2009-03-19 Juanma Barranquero + + * subr.el (forward-point): Add obsolescence declaration. + + * paren.el (show-paren-function): + * simple.el (kill-forward-chars, kill-backward-chars): + Use (+/- (point) N), instead of `forward-point'. + +2009-03-19 Glenn Morris + + * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag. + + * mail/supercite.el (sc-version): Doc fix. + +2009-03-19 Leo (tiny change) + + * mail/supercite.el (sc-version): Fix typo in interactive spec. + +2009-03-19 Kenichi Handa + + * international/quail.el (quail-update-leim-list-file): + Save leim-list.el in utf-8. + + * international/mule-cmds.el (leim-list-header): + Use utf-8 coding tag. + + * term/ns-win.el: Call create-default-fontset, not + setup-default-fontset. Call create-fontset-from-fontset-spec + within condition-case. + + * term/w32-win.el (w32-initialize-window-system): + Call create-default-fontset, not setup-default-fontset. + Call create-fontset-from-fontset-spec within condition-case. + + * term/x-win.el (x-initialize-window-system): + Call create-default-fontset, not setup-default-fontset. + Call create-fontset-from-fontset-spec within condition-case. + + * international/fontset.el (create-default-fontset): New function. + (create-fontset-from-x-resource): Use display-warning instead of + message. + +2009-03-18 Richard M Stallman + + * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers. + (rmail-retry-failure): Undo previous change. + +2009-03-18 Kenichi Handa + + * international/mule.el (after-insert-file-set-coding): + Set buffer-file-coding-system directly without calling + set-buffer-file-coding-system. (Fixes bug described in + follow-up to bug#2317). + +2009-03-17 Juanma Barranquero + + * emacs-lisp/benchmark.el (benchmark): Reflow docstring. + +2009-03-17 ARISAWA Akihiro (tiny change) + + * international/characters.el (cjk-char-width-table): + Add cp932-2-byte. + +2009-03-17 Chong Yidong + + * minibuffer.el (minibuffer-complete-and-exit): Doc fix. + +2009-03-16 David Reitter + + * faces.el (set-face-attributes-from-resources) + (face-set-after-frame-default): Do not import X resources on NS + because NS does not have system-wide X resources. + +2009-03-16 Richard M Stallman + + * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers. + (rmail-expunge): Show the message only once, and only if needed. + If the current message was current before, just re-swap. + +2009-03-16 Kenichi Handa + + * international/ccl.el (ccl-compile-if): Signal an error for + invalid operator. + +2009-03-16 Chong Yidong + + * minibuffer.el (read-file-name): Doc fix. + + * tooltip.el (tooltip-show-help-non-mode): Don't set + tooltip-previous-message if called with the same tooltip that is + showing (Bug#2680). + + * emacs-lisp/crm.el (crm--choose-completion-string): New function. + (completing-read-multiple): Set and restore + choose-completion-string-functions (Bug#1080). + +2009-03-15 Glenn Morris + + * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string + value to help people with the formatting. + + * mail/sendmail.el (mail-yank-prefix): Doc fix. + (mail-mode-map): Only enable the "Cite Original" menu-item when + appropriate. Standardize the text used for other headers re hyphens. + + * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To" + like "Reply-To". + +2009-03-15 Chong Yidong + + * minibuffer.el (completion-styles): Add emacs22 completion style + as fallback. + +2009-03-15 Dan Nicolaescu + + * vc.el (vc-checkin): Add an extra argument for the VC backend, + pass it down to vc-start-logentry. + (vc-next-action, vc-transfer-file): Pass the VC backend to + vc-checkin. + (vc-next-action): Do not assume that all backends in + vc-handled-backends are upper case. + +2009-03-15 Chong Yidong + + * files.el (get-free-disk-space): Ensure that default-directory is + usable before calling call-process. Suggested by Kevin + Ryde (Bug#2631). + +2009-03-14 David Reitter + + * term/ns-win.el (ns-expand-space): Remove. + (ns-show-prefs event): Run `customize'. + (ns-power-off): Run `save-buffers-kill-emacs', but ask user + whether to save files (as is standard). + (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region) + (menu-bar-enable-clipboard): Do not undefine these. + (ns-save-preferences, ns-save-options, ns-show-preferences-help): + Remove. + +2009-03-14 Glenn Morris + + * mail/mailalias.el: Remove leading `*' from defcustom docs. + + * mail/sendmail.el (mail-interactive): Doc fix. + (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version. + (mail-setup): Use the function mail-signature. + (mail-mode-hook): Doc fix. + (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to) + (mail-mail-reply-to, mail-mail-followup-to): Doc fixes. + (mail-signature): Check the signature file is readable. + With the argument ATPOINT, really insert at point. + Handle the case when the variable mail-signature is an expression. + +2009-03-14 Chong Yidong + + * simple.el (undo-outer-limit-truncate): Mention that + warning-suppress-types is defined in the warnings + library (Bug#2668). + +2009-03-14 Dan Nicolaescu + + * vc.el (vc-default-receive-file): The 'register method now + expects a list, pass a list. + +2009-03-14 Chong Yidong + + * doc-view.el (doc-view-sentinel): Strip trailing newline from + event message. + +2009-03-14 Stefan Monnier + + * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and + modified status before running the major-mode. + + * simple.el (undo): Don't loop when encountering empty undo records. + +2009-03-13 Tassilo Horn + + * doc-view.el (doc-view-mode-map): Bind RET to image-next-line. + +2009-03-13 Alexandre Julliard + + * vc-git.el (vc-git-previous-revision, vc-git-next-revision): + Fall back to original commit if vc-git-symbolic-commit fails to + find a symbolic name. + (vc-git-symbolic-commit): Don't limit search to tags. + Treat "undefined" as an error. (Bug #2110) + +2009-03-13 D. Goel + + * ibuf-ext.el: + * midnight.el (midnight-next): + * progmodes/ebrowse.el: + * progmodes/flymake.el (flymake-float-time): + When calling (multiple-value-bind/setq .. ls) replace ls + by (values-list ls) throughout. + +2009-03-13 Agustín Martín + + * textmodes/ispell.el (ispell-get-word): Initialize spellchecker + params. (Bug #2654) + +2009-03-13 Stefan Monnier + + * files.el (auto-mode-alist): Add rules for OpenOffice extension + packages, as well as Opkg/Ipkg packages. + + * tar-mode.el (tar-header-block-tokenize): Presume less, check more. + (tar-summarize-buffer): Don't silently skip incomplete headers. + (tar-mode): Revert to fundamental-mode in case of malformed tar data. + (tar-extract): Try to make sure set-auto-mode doesn't mistakenly + treat a tar file member as being a tar file itself, just because + its own filename includes the parent tar file's. + +2009-03-13 Kenichi Handa + + * international/mule-diag.el (print-fontset): Handling of the + argument FONTSET changed for consistency. Reorder the printed + information to match with the font searching strategy. + (describe-fontset): Use face-attribute to get the fontset of the + selected frame. + (mule-diag): Likewise. Print both font and fontset of the frame. + +2009-03-13 Chong Yidong + + * term.el (term-send-raw-string): Deactivate mark. + (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change. + +2009-03-12 Juanma Barranquero + + * register.el (get-register): Rename arg REG to REGISTER for + consistency with other register functions. + (set-register, jump-to-register): Fix typos in docstrings. + (copy-to-register, copy-rectangle-to-register): Reflow docstrings. + +2009-03-12 Glenn Morris + + * mail/mailabbrev.el (mail-abbrev-next-line) + (mail-abbrev-end-of-buffer): Doc fixes. + +2009-03-11 Jason Rumney + + * term/w32-win.el (w32-initialize-window-system): Don't override + Japanese font settings. + (xlfd-regexp-registry-subnum): Remove unused declaration. + (w32-drag-n-drop-debug): Comment out unused debug function. + +2009-03-11 Glenn Morris + + * mail/rmailedit.el (rmail-edit-mode): + Set write-region-annotate-functions. (Bug#2625) + +2009-03-10 Juanma Barranquero + + * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. + +2009-03-10 Jason Rumney + + * w32-vars.el (w32-list-proportional-fonts): Make obsolete. + +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. + + * 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. + + * 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. + +2009-03-02 Glenn Morris + + * calendar/calendar.el (diary-date-forms, calendar-date-display-form): + Add :set-after listing variables on which we might depend. + + * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this + function has access to all the headers, not just the visible ones. + Avoid extraneous leading whitespace in `References'. + (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): + Doc fixes. + (rmail-retry-failure): Use rmail-get-header rather than a magical + save-excursion/restriction combination that does nothing. + (rmail-delete-headers): New function. + (rmail-retry-failure): Restore yet another feature mbox Rmail removed + without telling anyone, namely rmail-retry-ignored-headers. + +2009-03-01 Chong Yidong + + * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515). + +2009-03-01 Glenn Morris + + * mail/rmail.el (rmail-mode-map): Add explicit keybinding for + rmail-resend in the menu. + + * files.el (confirm-nonexistent-file-or-buffer): `other' must be last + custom choice. (Bug#2506) + +2009-02-28 Eli Zaretskii + + * progmodes/grep.el (grep-process-setup) [windows-nt msdos]: + Use "--color=always". + +2009-02-28 Glenn Morris + + * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie. + + * mail/rmailmm.el (rmail-mime): Add autoload cookie. + * mail/rmail.el (rmail-mode-map): + * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'. + + * mail/rmail.el (rmail-primary-inbox-list): Doc fix. + Fix custom choice to match default. + (rmail-get-new-mail): Doc fix. + (rmail-beginning-of-message, rmail-end-of-message): Preserve the current + header style. + +2009-02-27 Chong Yidong + + * replace.el (keep-lines-read-args): Use empty string as + default (Bug#2495). + + * menu-bar.el (menu-set-font): Fix last fix. + +2009-02-27 Glenn Morris + + * help-fns.el (find-lisp-object-file-name): Need a buffer position, not + just a buffer, to find a definition. + + * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory + part against rmail-output's oddness. + +2009-02-27 Chong Yidong + + * menu-bar.el (menu-set-font): Assign the same font object to all + frames (Bug#2476). + +2009-02-26 Michael Albinus + + * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) + +2009-02-26 Juanma Barranquero + + * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame) + (x-dnd-get-state-for-frame, x-dnd-handle-moz-url) + (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height) + (x-dnd-init-motif-for-frame): Fix typos in docstrings. + (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function): + Reflow docstrings. + +2009-02-26 Glenn Morris + + * mail/rmailsum.el (rmail-summary-rmail-update): + Use rmail-message-unseen-p. (Bug#2477) + (rmail-summary-mark-seen): Add option to mark as unseen. + (rmail-summary-rmail-update): Store a position in + rmail-summary-put-back-unseen rather than just a flag, and use it to put + back the "-" mark in the summary. + + * progmodes/cc-vars.el (c-style-variables-are-local-p): + Mark as safe if boolean. (Bug#2197) + +2009-02-26 Tobias C. Rittweiler (tiny change) + + * mail/sendmail.el (sendmail-send-it): `call-process-region' can + return a string. (Bug#2428) + +2009-02-25 Juanma Barranquero + + * bs.el (bs--down): + * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1. + +2009-02-25 Glenn Morris + + * dired-x.el (dired-guess-shell-alist-user): Fix doc typo. + + * simple.el (eval-expression): + * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc. + +2009-02-25 Dan Nicolaescu + + * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing. + +2009-02-25 David Reitter + + * mail/mailclient.el (clipboard-kill-ring-save): Declare. + +2009-02-25 Kenichi Handa + + * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region. + + * composite.el (auto-composition-mode): Don't add a hook to + after-change-functions. Don't decompose the buffer. + (auto-composition-after-change): Delete it. + (toggle-auto-composition): Make it an alias of + auto-composition-mode. + (auto-compose-region): Delete it. + +2009-02-24 Stefan Monnier + + * term/ns-win.el (ns-working-overlay): Don't make it buffer-local. + (ns-working-overlay-len): Remove. Use ns-working-overlay instead. + (ns-delete-working-text): Merge with ns-unecho-working-text. + Decide which to use based on ns-working-overlay. + (ns-unecho-working-text): Remove. + (ns-insert-working-text, ns-echo-working-text): Adjust accordingly. + +2009-02-24 Juanma Barranquero + + * textmodes/ispell.el (ispell-region): Adapt "done" message to + coding conventions. (Bug#2447) + + * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when + argument is 0. Doc fix. (Bug#1527) + + * w32-vars.el (w32-system-shells): Doc fix. + + * image.el (image-load-path-for-library, insert-sliced-image): + Fix typos in docstrings. + +2009-02-24 Glenn Morris + + * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom + :set function. (Bug#2429) + + * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before + potential use. + + * progmodes/cperl-mode.el (cperl-find-pods-heres): + Don't globally bind `name'. + + * emacs-lisp/elint.el (elint-unknown-builtin-args): + Fix encode-time spec. (Bug#2453) + (elint-find-builtin-args): Make the match more restrictive. + Handle errors. Return a result actually containing the function name. + + * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail + already did. (Bug#2440) + (rmail-quit): Don't swap buffers. (Bug#2441) + (rmail-list-to-menu): Don't globally bind `name'. + +2009-02-23 Chong Yidong + + * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch + manipulation to 2009-02-11 change to dired-add-entry (Bug#2410). + +2009-02-23 Juanma Barranquero + + * bs.el (bs--down): When wrapping around, use `forward-line', + not `goto-line', to avoid distracting "Mark set" message. + +2009-02-23 Geoff Gole (tiny change) + + * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message + clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439). + +2009-02-23 Miles Bader + + * proced.el (proced-process-attributes): + * server.el (server-running-p): Rename `system-process-attributes' + to `process-attributes'. + +2009-02-22 Juri Linkov + + * dired-aux.el (minibuffer-default-add-dired-shell-commands): + Doc fix. + + * dired-x.el (dired-guess-shell-command): Use read-shell-command + instead of read-from-minibuffer. + (dired-read-shell-command): Add code that uses + minibuffer-with-setup-hook to set minibuffer-default-add-function + to minibuffer-default-add-dired-shell-commands exactly like + `dired-read-shell-command' in dired-aux.el already does. Doc fix. + + * dired-x.el (dired-smart-shell-command): Remove code that uses + minibuffer-with-setup-hook to set minibuffer-default-add-function + to minibuffer-default-add-shell-commands because the same code was + already moved to `read-shell-command' 2008-07-31. (Bug#2414) + +2009-02-21 Jay Belanger + + * calc/calc-math.el (math-use-emacs-fn): Make sure that the + lisp number is in decimal. + +2009-02-21 Chong Yidong + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Tweak regexp (Bug#2173). + + * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to + avoid yanks (Bug#2408). + +2009-02-21 Alan Mackenzie + + * progmodes/cc-langs.el (c-case-kwds-regexp): New variable. + + * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to + parse case clauses with (compile-time) expressions. + +2009-02-21 Eli Zaretskii + + * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's + encoding during editing. Make sure to use encoding that can + safely encode the message. Rewrite MIME charset= header if the + new encoding is different from the old one. + +2009-02-21 Glenn Morris + + * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line + at the start of the headers. + (sc-mail-check-from): New function. + +2009-02-20 Martin Rudalics + + * progmodes/python.el (python-shift-left, python-shift-right): + When the mark is not active shift the current line. (Bug#2381) + Suggested by Guillaume Salagnac + +2009-02-20 Andreas Schwab + + * startup.el (command-line): Don't match an empty argument as an + option. + (command-line-1): Likewise. + +2009-02-20 Daniel Jensen (tiny change) + + * apropos.el (apropos-library): Check for null filename in load-history. + +2009-02-20 Glenn Morris + + * apropos.el (apropos-library): Remove the element with null filename, + if present, from the completion list. + + * mail/rmail.el (rmail-speedbar-buttons): Only add regular files. + (rmail-speedbar-find-file): Use rmail rather than find-file. + +2009-02-20 Roland Winkler + + * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix. + +2009-02-20 Era Eriksson (tiny change) + + * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): + Fix regexp (Bug#2385). + (bibtex-autokey-get-title): Observe case for + bibtex-autokey-titleword-ignore. + +2009-02-20 Chong Yidong + + * server.el (server-start): Make the warning more + verbose (Bug#2395). + +2009-02-19 Stefan Monnier + + * font-lock.el (font-lock-fontify-syntactic-keywords-region): + Make sure we stop when we reach the limit. + + * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside + a "..." does not quote anything. (Bug#2384) + + * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'. + +2009-02-19 Andreas Schwab + + * term.el: Remap self-insert-command to term-send-raw in + term-raw-map. (Bug#2386) + +2009-02-19 Stefan Monnier + + * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end + of the function as being part of the function. + +2009-02-19 Nick Roberts + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Move entry for maven (alphabetical order). + +2009-02-19 Glenn Morris + + * mail/rmailsum.el (rmail-summary-by-topic): Doc fix. + Regexp-quote default argument taken from current subject. + (rmail-new-summary-1): Error if empty summary. (Bug#2333) + + * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam): + Move here from rmail.el. Be more careful about error-handling. + Restore the feature of temporarily setting all old messages + undeleted before expunging (removed 2009-02-18). + + * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter): + Don't declare. + (rmail-get-new-mail-filter-spam): Declare. Move definition to + rmail-spam-filter.el. + (rmail-get-new-mail-1): Move the beep and sleep to + rmail-get-new-mail-filter-spam. + +2009-02-18 Martin Rudalics + + * cus-edit.el (custom-group-value-create): Insert some + informatory text in the WIDGET-misses-doc-string case. + +2009-02-18 Sam Steingold + + * progmodes/compile.el: Require comint at top level to fix the + last patch. + +2009-02-18 Martin Rudalics + + * cus-edit.el (custom-group-value-create): Don't throw an error + when WIDGET has no doc-string. (Bug#2356) + +2009-02-18 Juanma Barranquero + + * progmodes/cc-menus.el (imenu-progress-message): + Remove bogus cc-bytecomp-defun. + (cc-imenu-objc-function): Don't call `imenu-progress-message'. + Don't let-bind variable `stupid'. (Bug#1638) + +2009-02-18 Glenn Morris + + * mail/rmail.el (rmail-get-new-mail-filter-spam): + * mail/rmail-spam-filter.el (rmail-spam-filter): + Show a message rather than the raw mbox while prompting. + +2009-02-18 Martin Rudalics + + * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356) + +2009-02-18 Glenn Morris + + * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded + declaration. + (top-level): No need for cl now. + (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc) + (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list) + (rsf-autosave-newly-added-definitions, rsf-white-list) + (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list) + (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list) + (rsf-customize-spam-definitions, rsf-customize-group) + (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes. + (rsf-check-field): Use setcar and setcdr rather than setf. + (rmail-spam-filter): Simplify. + (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list) + (rsf-add-region-to-spam-list): Use rmail-get-header or + buffer-substring-no-properties. Regexp-quote the extracted data. + Make the messages less verbose. + (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to + simplify things. + (rsf-add-content-type-field): Make the message less verbose. + + * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test. + (rmail-get-new-mail-filter-spam): Simplify. Don't mess with + rmail-deleted-vector. + (rmail-insert-inbox-text, rmail-collect-deleted) + (rmail-set-message-deleted-p, rmail-only-expunge) + (rmail-make-in-reply-to-field): Replace ?\ with ?\s. + (rmail-get-labels): Remove unused local `blurb'. + (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p) + (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p) + (rmail-set-message-deleted-p): Doc fixes. + + * mail/rmailout.el (rmail-mbox-from): Move to mail-utils. + Update callers for associated name change. + * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el. + * mail/unrmail.el (unrmail): Use mail-mbox-from. + +2009-02-17 Richard M Stallman + + * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix. + + * mail/rmail.el (rmail-copy-headers): When copying full headers, + correctly put point at the end. + +2009-02-17 Sam Steingold + + * progmodes/compile.el (compilation-filter): + Call `comint-carriage-motion', just like `comint-output-filter'. + +2009-02-17 Jason Rumney + + * files.el (make-directory): Stop recursing if parent is + self. (Bug#2309) + +2009-02-17 Juanma Barranquero + + * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'. + + * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix. + +2009-02-17 Miles Bader + + * emacs-lisp/copyright.el (copyright-regexp): Tweak to match + copyright statements where the years follow the name. + 2009-02-17 Glenn Morris * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p @@ -5,8 +1452,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. @@ -16,8 +1463,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 @@ -32,8 +1479,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. @@ -86,8 +1533,8 @@ 2009-02-14 Ian Eure (tiny change) - * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): - Remove host, user, password options not applicable to SQlite. (Bug#1904) + * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host, + user, password options not applicable to SQlite. (Bug#1904) 2009-02-14 Richard M Stallman @@ -118,13 +1565,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) @@ -333,8 +1780,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 @@ -361,8 +1808,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 @@ -385,9 +1832,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. @@ -464,8 +1911,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. @@ -510,7 +1957,7 @@ 2009-02-04 Nick Roberts * vc-svn.el (vc-svn-diff): Revert previous change but add a test - for newvars is nil. (C-u C-x v = with default values). + for newvars is nil. (C-u C-x v = with default values). 2009-02-04 Dan Nicolaescu @@ -538,8 +1985,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. @@ -610,7 +2057,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'. @@ -682,8 +2129,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'. @@ -731,8 +2177,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. @@ -763,8 +2209,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 @@ -852,9 +2298,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 @@ -1014,7 +2460,7 @@ variable to allow the user to choose icalendar UID format. (icalendar--diarytime-to-isotime): Bug fix, now times in the range 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm. - (icalendar-export-region,icalendar--create-uid): Use custom + (icalendar-export-region, icalendar--create-uid): Use custom function to compute icalendar UID for each entry. (icalendar--parse-summary-and-rest): Bug fix for parsing of lines with description, location, etc. fields (need to keep active count @@ -5108,7 +6554,7 @@ 2008-09-30 Jay Belanger * calc/calc-units.el (math-standard-units): Add entries used to - display the the values in the units buffer. + display the values in the units buffer. (math-build-units-table): Add entries to the units table to be used to display the values in the units buffer. (math-build-units-table-buffer): Use the display entry of the units @@ -5573,7 +7019,7 @@ * vc-cvs.el (vc-cvs-root): Delete. * vc-hooks.el (vc-find-root): Remove `invert' argument. -2008-09-07 Nikolaj Schumacher (tiny change) +2008-09-07 Nikolaj Schumacher * progmodes/flymake.el (flymake-parse-err-lines): Filter out errors occurring in different files. @@ -7192,7 +8638,7 @@ * international/mule.el (recode-region): Deactivate mark at the end. -2008-07-23 Nikolaj Schumacher (tiny change) +2008-07-23 Nikolaj Schumacher * progmodes/flymake.el (flymake-errline, flymake-warnline): Use more suitable colors on dark displays. @@ -7434,8 +8880,7 @@ 2008-07-17 David Reitter - * simple.el (kill-visual-line, turn-on-visual-line-mode): New - functions. + * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions. (visual-line-mode, global-visual-line-mode): New minor mode. (visual-line-mode-map): New variable.