aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * message.el (message-send-mail-with-sendmail): Look for sendmail inChong Yidong2006-09-042-3/+14
| | | | several common directories.
* Merge from gnus--rel--5.10Miles Bader2006-09-042-6/+7
| | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 129-130) - Merge from emacs--devo--0 - Update from CVS 2006-09-04 Daiki Ueno <ueno@unixuser.org> * lisp/pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki Das. http://article.gmane.org/gmane.emacs.gnus.general/49947 http://article.gmane.org/gmane.emacs.gnus.general/50457 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\' in quoted string into `\'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-421
* Merge from gnus--rel--5.10Miles Bader2006-09-015-28/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 128) - Update from CVS 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Use standard-syntax-table. 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-decode-address-function): New variable. (article-decode-encoded-words): Use it to decode headers which are assumed to contain addresses. (gnus-mime-delete-part): Remove useless `or'. * lisp/gnus/gnus-sum.el (gnus-decode-encoded-address-function): New variable. (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header. (gnus-nov-parse-line): Use it to decode From header. (gnus-get-newsgroup-headers): Ditto. (gnus-summary-enter-digest-group): Use it to decode `to-address'. * lisp/gnus/mail-parse.el (mail-decode-encoded-address-region): New alias. (mail-decode-encoded-address-string): New alias. * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): New function. (rfc2047-encode-message-header, rfc2047-encode-region): Use it. (rfc2047-strip-backslashes-in-quoted-strings): New fnction. (rfc2047-decode-region): Use it; add optional argument `address-mime'. (rfc2047-decode-string): Ditto. (rfc2047-decode-address-region): New function. (rfc2047-decode-address-string): New function. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-418
* Merge from gnus--rel--5.10Miles Bader2006-08-253-2/+29
| | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 126-127) - Merge from emacs--devo--0 - Update from CVS 2006-08-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> [ Backported bug fix from No Gnus. ] * lisp/gnus/gnus.el (gnus-find-method-for-group): On killed/unknown groups, try looking up the method using GROUP's prefix before inventing a new one. It is used on killed/unknown groups in various places where returning an all-new method isn't expected by the caller. * lisp/gnus/gnus-util.el (gnus-group-server): Copy required macro from No Gnus. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-410
* Merge from gnus--rel--5.10Miles Bader2006-08-164-24/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 123-125) - Update from CVS 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/compface.el (uncompface): Use binary rather than raw-text-unix. 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/compface.el (uncompface): Make sure the eol conversion doesn't take place when communicating with the external programs. Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>. 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnheader.el (nnheader-insert-head): Fix typo in comment. 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update regexp for author and date. Make it more robust by parsing author and date independently. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-398
* (mm-extern-mail-server): End `y-or-n-p' prompt with a space.Romain Francoise2006-08-132-1/+6
|
* Merge from gnus--rel--5.10Miles Bader2006-07-312-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 121-122) - Update from CVS 2006-07-28 Reiner Steib <Reiner.Steib@gmx.de> * etc/GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using texi/gnus-news.el of the trunk. 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work with Mac as well. 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work even if the file uses CRLF for the line-break code. 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Oort Gnus): Mention that the Lisp files are now installed in .../site-lisp/gnus/ by default. [ From gnus-news.texi in the trunk. ] 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (MIME Commands): Additions for yEnc. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-375
* (tabify-regexp): Use more specific regexps.Stefan Monnier2006-07-251-29/+25
| | | | (tabify): Avoid modifying the buffer unnecessarily.
* Merge from gnus--rel--5.10Miles Bader2006-07-243-2/+15
| | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 118-120) - Merge from emacs--devo--0 - Update from CVS 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close workaround for the url package included with Emacs. * lisp/gnus/nnweb.el (nnweb-google-create-mapping): Update regexp. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-367
* (nnmail-article-group): If splitting raises an error, give someKarl Fogel2006-07-212-2/+8
| | | | | information about the error when saying that the `bogus' mail group will be used.
* Merge from gnus--rel--5.10Miles Bader2006-07-194-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 116-117) - Update from CVS 2006-07-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> [ Backported bug fixes from No Gnus. ] * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update regexp for author and date. (nnweb-google-search): Respect nnweb-max-hits as upper bound. (nnweb-request-article): Do proper xwfu encoding when fetching articles by message-id. * lisp/gnus/gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe unsubscribed groups as if they were killed ones. It causes duplicate entries in gnus-newsrc-alist. 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc string. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-357
* Merge from gnus--rel--5.10Miles Bader2006-07-162-5/+13
| | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 115) - Update from CVS 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change) * lisp/gnus/mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-353
* Merge from gnus--rel--5.10Miles Bader2006-07-142-2/+6
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 113-114) - Merge from emacs--devo--0 - Update from CVS 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-350
* *** empty log message ***Stefan Monnier2006-07-121-30/+22
|
* Merge from gnus--rel--5.10Miles Bader2006-06-293-1/+16
| | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 111-112) - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-333
* Merge from gnus--rel--5.10Miles Bader2006-06-212-7/+11
| | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 108-110) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-321
* Merge from gnus--rel--5.10Miles Bader2006-06-202-1/+5
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 107) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-317
* Merge from gnus--rel--5.10Miles Bader2006-06-173-13/+37
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 105-106) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-313
* Merge from gnus--rel--5.10Miles Bader2006-06-079-257/+504
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 103-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-295
* Correction for AUTHORS.Kim F. Storm2006-06-061-1/+1
|
* Corrections for AUTHORS.Kim F. Storm2006-06-041-2/+2
|
* Merge from gnus--rel--5.10Miles Bader2006-05-182-2/+5
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 102) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-287
* (wid-edit): Require.Reiner Steib2006-05-182-14/+16
| | | | | | (defun-gmm): Renamed from `gmm-defun-compat'. (gmm-image-search-load-path): Use it. (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-265Miles Bader2006-05-053-33/+71
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-258Miles Bader2006-05-021-37/+0
| | | | Clean up lisp/gnus/ChangeLog a bit
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-257Miles Bader2006-05-023-5/+22
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 98) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-252Miles Bader2006-04-292-15/+58
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 96-97) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249Miles Bader2006-04-269-90/+321
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 91-95) - Merge from emacs--devo--0 - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-238Miles Bader2006-04-214-15/+34
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 87-90) - Merge from emacs--devo--0 - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228Miles Bader2006-04-182-12/+11
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 86) - Update from CVS
* * mm-util.el (mm-charset-synonym-alist): Improve doc string.Reiner Steib2006-04-173-7/+142
| | | | | | | | | | | | | | (mm-charset-override-alist): New variable. (mm-charset-to-coding-system): Use it. (mm-codepage-setup): New helper function. (mm-charset-eval-alist): New variable. (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn about unknown charsets. Add allow-override. Use `mm-charset-override-alist' only when decoding. (mm-detect-mime-charset-region): Use :mime-charset. * mm-bodies.el (mm-decode-body, mm-decode-string): Call `mm-charset-to-coding-system' with allow-override argument.
* [ Merge Gnome tool bars from Gnus trunk ]Reiner Steib2006-04-175-116/+851
| | | | | | | | | | | | | | | | | | | | | | | | * message.el (message-tool-bar-zap-list, message-tool-bar) (message-tool-bar-gnome, message-tool-bar-retro): New variables. (message-tool-bar-local-item-from-menu): Remove. (message-tool-bar-map): Replace by `message-make-tool-bar'. (message-make-tool-bar): New function. (message-mode): Use `message-make-tool-bar'. * gnus-sum.el (gnus-summary-tool-bar) (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro) (gnus-summary-tool-bar-zap-list): New variables. (gnus-summary-make-tool-bar): Complete rewrite using `gmm-tool-bar-from-list'. * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome) (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New variables. (gnus-group-make-tool-bar): Complete rewrite using `gmm-tool-bar-from-list'. (gnus-group-tool-bar-update): New function. * gmm-utils.el: New file.
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-225Miles Bader2006-04-173-1/+12
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 84-85) - Merge from emacs--devo--0 - Update from CVS
* Remove duplicate entry from sync from Gnus:Reiner Steib2006-04-121-7/+0
| | | | | 2006-04-12 Kenichi Handa <handa@m17n.org> * rfc2231.el [...]
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-214Miles Bader2006-04-125-34/+60
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 83) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210Miles Bader2006-04-117-10/+41
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 81-82) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203Miles Bader2006-04-082-28/+46
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 78-80) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198Miles Bader2006-04-052-1/+7
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 76-77) - Update from CVS: README: Addition from 5.10.6 tar ball. - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189Miles Bader2006-04-022-0/+12
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 73) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-176Miles Bader2006-03-233-8/+21
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 67) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-174Miles Bader2006-03-232-1/+8
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 65-66) - Update from CVS
* (rfc2231-encode-string): Use mm-disable-multibyteKenichi Handa2006-03-232-2/+7
| | | | instead of set-buffer-multibyte.
* (rfc2231-decode-encoded-string): Work on unibyteKenichi Handa2006-03-232-5/+13
| | | | | | buffer and then decode the buffer text if necessary. (rfc2231-encode-string): Be sure to work on multibyte buffer at first, and after mm-encode-body, change the buffer to unibyte.
* Remove pgg-gpg.el entry already present in lisp/ChangeLog.Reiner Steib2006-03-211-12/+0
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170Miles Bader2006-03-215-17/+59
| | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 62-64) - Merge from emacs--devo--0 - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-163Miles Bader2006-03-197-75/+160
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 58-61) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147Miles Bader2006-03-106-25/+91
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 56) - Update from CVS
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143Miles Bader2006-03-092-7/+19
| | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 52-55) - Merge from emacs--devo--0 - Update from CVS: Makefile.in (release-*): New targets. - Update from CVS
* * gnus-util.el (gnus-tool-bar-update): New function.Reiner Steib2006-03-084-0/+51
| | | | | | | * gnus-group.el (gnus-group-update-tool-bar): New variable. (gnus-group-insert-group-line): Add gnus-tool-bar-update. * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
* Remove TODO. No longer needed.Reiner Steib2006-03-061-193/+0
|