]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/ChangeLog
Fix bug that f in Rmail, in some situations, would insert entire Rmail file.
[gnu-emacs] / lisp / gnus / ChangeLog
index 4450dde0cd8cd33b6097c19ad58492b1de32e1a5..f796f2d5558dddcff180068a0cb53c9f48cf9d40 100644 (file)
@@ -1,3 +1,70 @@
+2013-01-13  Richard Stallman  <rms@gnu.org>
+
+       * message.el (message-forward-make-body-mime): New args BEG, END
+       specify what part of FORWARD-BUFFER to use.  Do the work directly
+       instead of calling `mml-insert-buffer'.
+
+2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
+
+       * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
+        cross-reference(s).
+
+       * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
+        cross-reference(s).
+
+2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * gnus-art.el (gnus-mime-display-security): Use point-min-marker
+       and point-max-marker.
+       * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
+
+2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
+
+       * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
+       to mml2015-encrypt-to-self.
+       (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
+
+2013-01-09  Daiki Ueno  <ueno@gnu.org>
+
+       * mml-smime.el (epg-sub-key-fingerprint): Autoload for
+       mml-smime-epg-find-usable-secret-key.
+
+2013-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * mml-smime.el (mml-smime-sign-with-sender): Add :version.
+
+2013-01-07  Daiki Ueno  <ueno@gnu.org>
+
+       * mml-smime.el: Support signing by sender.
+       Requested by Uwe Brauer.
+       (mml-smime-sign-with-sender): New user option analogous
+       to mml2015-sign-with-sender.
+       (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
+       (mml-smime-epg-find-usable-secret-key): New helper function copied from
+       mml2015.el.
+
+>>>>>>> MERGE-SOURCE
+2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
+       isn't running, because Gnus will probably not know how to handle the
+       Gcc header (bug#11941).
+
+       * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
+       articles.
+
+2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnfolder.el (nnfolder-recursive-directory-files): New function.
+       (nnfolder-generate-active-file): Make this function work with recursive
+       folder names.
+
+2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nntp.el (nntp-open-connection): Use HELP as the capability command
+       instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
+       unknown commands.  And CAPABILITY is an unknown command (bug#12763).
+
 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
 
        * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
 
 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * mml2015.el (mml2015-epg-key-image): separate attribute stream from
+       * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
        stderr.
 
-       * nnimap.el (nnimap-find-article-by-message-id):
-       Don't error out if group is nil.
+       * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
+       group is nil.
 
        * shr.el (shr-tag-em): Render as italic, not bold.
 
 
 See ChangeLog.2 for earlier changes.
 
-  Copyright (C) 2004-2012 Free Software Foundation, Inc.
+  Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.