* paths.el (rmail-file-name): Reformat the doc-string so that it is picked up.
[bpt/emacs.git] / lisp / ChangeLog
index e4a9be9..896d08e 100644 (file)
@@ -1,3 +1,298 @@
+2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
+
+       * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
+
+2011-11-23  Glenn Morris  <rgm@gnu.org>
+
+       * paths.el (rmail-file-name): Reformat the doc-string so that it
+       is picked up.
+
+       * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
+       (rmail-auto-file): Ignore case in the "special" field names,
+       as mail-fetch-field does for all others.
+
+       * mail/rmail.el (rmail-forward):
+       * mail/rmailkwd.el (rmail-set-label):
+       * mail/rmailout.el (rmail-output, rmail-output-as-seen)
+       (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
+
+       * mail/rmail.el (rmail-current-message): Doc fix.
+
+       * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
+
+2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * server.el (server-eval-and-print): Allow C-g (bug#6585).
+
+2011-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailmm.el (test-rmail-mime-handler)
+       (test-rmail-mime-bulk-handler)
+       (test-rmail-mime-multipart-handler): Move tests to test/ directory.
+
+2011-11-21  Juri Linkov  <juri@jurta.org>
+
+       * calc/calc.el (calc-read-key-sequence): Let-bind `input-method-function'
+       to nil.  (Bug#10018)
+
+2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
+       Tell the caller that the next line needs recomputation, even
+       though it doesn't start a sexp (bug#10094).
+
+2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
+
+2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
+       Use force-same-window.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * descr-text.el (describe-char-unicode-data):
+       * json.el (json-string-escape):
+       * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
+       (Footnote-unicode, Footnote-style-p):
+       * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
+
+2011-11-20  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (replace-buffer-in-windows): Restore interactive spec.
+
+2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * electric.el (electric-indent-mode): Fix last change (too optimistic).
+
+       * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
+       (byte-compile-global-not-obsolete-vars): New var.
+       (byte-compile-check-variable, byte-compile-make-obsolete-variable):
+       Use it.
+       (byte-compile-warn-obsolete): Align text with the one in *Help*.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
+       * progmodes/pascal.el (electric-pascal-equal):
+       * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
+       * xml.el (xml-substitute-special): Fix typos.
+
+2011-11-20  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
+       (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
+       Doc fixes.
+       (rmail-decode-mime-charset): Mark as obsolete.
+
+       * mail/rmailsum.el (rmail-message-regexp-p-1):
+       * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
+       Before using mime functions, check they are set.  (Bug#10077)
+
+2011-11-19  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-finder-find-node): Use `package--builtins' instead
+       of `package-alist'.  Use node names formed by the pattern "Keyword "
+       and the keyword name.
+
+2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
+       bash.
+
+2011-11-19  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
+       that calls `revert-buffer' on all Info buffers.  (Bug#9915)
+       (Info-revert-find-node): Remove let-bindings `old-buffer-name',
+       `old-history', `old-history-forward'.  Add let-binding
+       `window-selected'.  Remove calls to `kill-buffer',
+       `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
+       before calling `Info-find-node', so `Info-find-node-2' will reread
+       the Info file.  Restore window positions only when `window-selected'
+       is non-nil.
+
+2011-11-19  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-lazy-highlight-new-loop):
+       Remove condition `(not isearch-error)'.  (Bug#9918)
+
+       * misearch.el (multi-isearch-search-fun): Add condition
+       `(not bound)' to ignore lazy-highlighting search.
+       Add the search-failed message "end of multi" when the end of
+       multi-sequence is reached.  Uncapitalize the search-failed
+       message "Repeat for next buffer".
+
+       * info.el (Info-search): Add the search-failed message
+       "end of the manual" when the end of the manual is reached
+       in Isearch mode.
+
+2011-11-19  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
+       Use non-destructive `remove' instead of `delete' because
+       `Info-history-list' stored to `Info-isearch-initial-history-list' in
+       `Info-isearch-start' might need to be restored in `Info-isearch-end'.
+
+2011-11-19  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
+       to nil instead of binding `search-ring' and `regexp-search-ring'.
+       (Bug#9185)
+
+2011-11-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (line-move): Force movement by logical lines for any
+       hscrolled window, not only when auto-hscroll-mode is on.
+       (line-move-visual): Update doc string to that effect.  (Bug#10076)
+
+2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * language/european.el (macintosh): Define as alias for mac-roman.
+
+2011-11-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/rmailmm.el (rmail-mime-display-header)
+       (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
+       (rmail-mime-entity-segment, rmail-mime-toggle-raw)
+       (rmail-mime-toggle-hidden, rmail-mime-insert-text)
+       (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
+       (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
+       of a raw aref.
+       (rmail-mime-entity-segment): To get past the tagline, move forward
+       2 more lines, to account for the 2 empty lines that precede and
+       follow the line with the buttons.
+       (rmail-mime-update-tagline): Move one more line, to get past the
+       empty line that follows the buttons in the tagline.  (Bug#9520)
+
+2011-11-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-max-delta-1, window-min-delta-1)
+       (window-min-size-1, window-state-get-1, window-state-put-1)
+       (window-state-put-2): Use "window--" prefix.
+
+2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/smie.el: Improve warnings and conflict detection.
+       (smie-warning-count): New var.
+       (smie-set-prec2tab): Use it.
+       (smie-bnf->prec2): Improve warnings.  Add docstring.
+       (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
+       (smie-bnf--set-class): New function.
+       (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
+       corner case.
+
+       * progmodes/compile.el: Obey compilation-first-column in dest buffer.
+       (compilation-error-properties, compilation-move-to-column):
+       Handle compilation-first-column while in the target buffer.
+
+       * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
+       Don't hardcode point-min==1.
+
+       * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
+       (eshell-rewrite-for-command): Remove workaround.
+       (eshell-do-pipelines, eshell-do-pipelines-synchronously)
+       (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
+       * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
+
+       * files-x.el (modify-file-local-variable): Obey commenting conventions.
+
+2011-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
+       Ignore buffer-local generated-autoload-file if it is the same
+       as the global value.  (Bug#10049)
+
+2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
+       (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
+       (reftex-toc-previous-heading, reftex-toc-max-level)
+       (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
+       (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
+       (reftex-toc-do-promote, reftex-toc-promote-prepare)
+       (reftex-toc-promote-action, reftex-toc-extract-section-number)
+       (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
+       (reftex-toc-rename-label, reftex-toc-visit-location)
+       (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
+       (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
+       (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
+       leaving "*toc*" only for references to the buffer.
+
+2011-11-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-resize, delete-window, split-window):
+       Replace window-splits by window-combination-resize.
+       * cus-start.el (window-splits): Replace by
+       window-combination-resize.
+
+2011-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/sh-script.el (sh-font-lock-keywords-var):
+       Make bash entry derive from sh entry, not shell entry.
+
+2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-file-truename): Cache only the local
+       file name.
+
+       * net/tramp-cache.el (tramp-flush-file-property): Flush also
+       properties of linked files.  (Bug#9879)
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * menu-bar.el (menu-bar-file-menu):
+       * printing.el (pr-ps-utility):
+       * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
+       (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
+       (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
+       (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
+       (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
+       (icalendar--convert-cyclic-to-ical)
+       (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
+       (icalendar--convert-ical-to-diary)
+       (icalendar--convert-recurring-to-diary)
+       (icalendar--convert-non-recurring-all-day-to-diary)
+       (icalendar-import-format-sample):
+       * progmodes/idlw-shell.el (idlwave-shell-mode):
+       * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
+       (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
+       (vhdl-ps-print-init): Fix typos.
+
+2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el, allout-widgets.el (file metadata): Attribute copyright to
+       FSF and collapse date sequence, obscure author/maintainer email address
+       better, remove extra version line, track relocation of author's webpage.
+
+       * progmodes/python.el (python-pdbtrack-input-prompt)
+       (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
+       regular python pdb prompts.  Adjustments shamelessly taken exactly as
+       suggested in EmacsWiki page (tiny change):
+       http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * expand.el (expand-pos, expand-index, expand-point):
+       Remove redundant info from docstring.
+       (expand-add-abbrevs): Doc fix.
+       (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
+       (expand-sample-perl-mode-expand-list): Fix typos.
+
+       * net/dbus.el (dbus-event-member-name):
+       * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
+       * term/pc-win.el (msdos-create-frame-with-faces):
+       * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
+
+2011-11-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (split-window, window-state-get-1)
+       (window-state-put-1, window-state-put-2): Rename occurrences of
+       window-nest to window-combination-limit.
+       * cus-start.el (window-nest): Rename to
+       window-combination-limit.
+
 2011-11-16  Chong Yidong  <cyd@gnu.org>
 
        * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
        * progmodes/cc-defs.el: Update "virtual semicolon" comments.
 
        * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
-       Recode to scan one line at at time rather than having \n and \r
-       explicitly in c-stmt-delim-chars
-       (for some modes, e.g. AWK).
+       Recode to scan one line at a time rather than having \n and \r
+       explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
        (c-forward-label): Amend for virtual semicolons.
-       (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
+       (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
        of the new C macros.
 
        * progmodes/cc-vars.el (c-macro-with-semi-re):
        (c-macro-names-with-semicolon): New variables.
-       (c-make-macro-with-semi-re): New function
+       (c-make-macro-with-semi-re): New function.
 
 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2011-08-20  Alan Mackenzie  <acm@muc.de>
 
-       Fontify CPP expressions correctly when starting in the middle of
+       Fontify CPP expressions correctly when starting in the middle of
        such a construct.  Mainly for when jit-lock etc. starts a chunk
        here.
 
-       * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
+       * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
        variable.
-       (c-make-font-lock-search-form): new function, extracted from
+       (c-make-font-lock-search-form): New function, extracted from
        c-make-font-lock-search-function.
        (c-make-font-lock-search-function): Use the above function.
        (c-make-font-lock-context-search-function): New function.
        more people.
 
        * cus-edit.el (custom-file): When running under emacs -q, always
-       refuse to save the customisations, even if the .emacs file doesn't
+       refuse to save the customizations, even if the .emacs file doesn't
        exist.
 
        * info.el: Remove the `Info-beginning-of-buffer' function
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
        QT keyword "more" to prevent "more slots: ...." being spuriously
-       parsed as a bitfield declaraion.
+       parsed as a bitfield declaration.
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1):
        Refactor and enhance to handle bitfield declarations.
 
        * image-mode.el (image-toggle-display-image): Ensure that the
        image spec passed to the animate timer is the same object as in
-       the the buffer's display property (Bug#6981).
+       the buffer's display property (Bug#6981).
        (image-transform-properties): Doc fix.
 
        * image.el (image-animate-max-time): Default to nil.