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