Changeset 4111 for trunk/lisp/gnus/ChangeLog
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/gnus/ChangeLog (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/gnus/ChangeLog
r4098 r4111 1 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 2 3 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix. 4 1 5 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de> 2 6 … … 176 180 * mml.el (mml-mode, mml-dnd-protocol-alist) 177 181 (mml-dnd-attach-options, mml-dnd-attach-file) 178 (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync179 DND support and use of message-in-body-p from the trunk.182 (mml-attach-file, mml-attach-buffer, mml-attach-external): 183 Sync DND support and use of message-in-body-p from the trunk. 180 184 181 185 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org> … … 193 197 2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 194 198 195 * nnweb.el (nnweb-google-wash-article): Sync up to new Google 196 HTML. 199 * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML. 197 200 198 201 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org> … … 306 309 unknown charset. 307 310 308 * message.el (message-header-synonyms): Add Original-To to the 309 default. 310 311 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an 311 * message.el (message-header-synonyms): Add Original-To to the default. 312 313 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an 312 314 optional parameter. 313 315 314 316 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> 315 317 316 * pgg-gpg.el: Revert to revision 7.15 to allow the use of 317 gpg-agent. 318 * pgg-gpg.el: Revert to revision 7.15 to allow the use of gpg-agent. 318 319 319 320 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de> … … 323 324 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 324 325 325 * nnweb.el (nnweb-google-create-mapping): Update regexp. Some326 whitespace was matched into the url, which broke browsing hits326 * nnweb.el (nnweb-google-create-mapping): Update regexp. 327 Some whitespace was matched into the url, which broke browsing hits 327 328 > 100 when mm-url-use-external was nil. 328 329 329 330 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de> 330 331 331 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and 332 :set. 332 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set. 333 333 334 334 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org> … … 401 401 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 402 402 403 * gnus-art.el (gnus-article-only-boring-p): Bind404 inhibit-point-motion-hooks to avoid infinite loop when entering403 * gnus-art.el (gnus-article-only-boring-p): 404 Bind inhibit-point-motion-hooks to avoid infinite loop when entering 405 405 intangible text. Reported by Ralf Wachinger 406 406 <rwnewsmampfer@geekmail.de>. … … 473 473 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org> 474 474 475 * mm-decode.el (mm-get-part): Don't use 476 mm-with-unibyte-current-buffer. 475 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer. 477 476 478 477 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out … … 494 493 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de> 495 494 496 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new497 nov.php.495 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): 496 Use new nov.php. 498 497 499 498 2006-02-28 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de> … … 687 686 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de> 688 687 689 * spam-report.el (spam-report-gmane-use-article-number): Improve690 doc string.688 * spam-report.el (spam-report-gmane-use-article-number): 689 Improve doc string. 691 690 (spam-report-gmane-internal): Check if a suitable header was found 692 691 in the article. … … 727 726 there's only one active file for all servers. 728 727 (nnweb-request-scan): Make sure nnweb-articles is initialized on 729 solid groups. Gnus might have used a FAST request to select the 730 group. 728 solid groups. Gnus might have used a FAST request to select the group. 731 729 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type 732 730 and nnweb-search redundantly in the active file. 733 (nnweb-request-list): Don't list bogus groups. There can only be 734 one. 731 (nnweb-request-list): Don't list bogus groups. There can only be one. 735 732 (nnweb-request-create-group): Don't use ARGS. 736 733 (nnweb-possibly-change-server, nnweb-request-group): Remove some … … 743 740 after `message-setup-hook' to give it precedence over posting 744 741 styles, etc. 745 (message-use-alternative-email-as-from): Add docstring. Remove746 the original From header if present.742 (message-use-alternative-email-as-from): Add docstring. 743 Remove the original From header if present. 747 744 748 745 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org> 749 746 750 * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been 751 decoded. 752 (mm-uu-diff-extract): Ditto. 747 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract): 748 Say the part has been decoded. 753 749 754 750 2006-01-31 Kevin Ryde <user42@zip.com.au>
