]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Small rmail fixes.
[gnu-emacs] / lisp / ChangeLog
index f85404077a27cdf46f0143c81cf3182f39822471..68c9173efca2a494140ed7ce8ef8f3112f8f27a2 100644 (file)
@@ -1,3 +1,144 @@
+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):