summaryrefslogtreecommitdiff
path: root/lisp/gnus
Commit message (Collapse)AuthorAgeFilesLines
* (message-narrow-to-headers-or-head): Ignore mail-header-separator inChong Yidong2007-05-281-8/+6
| | | | the body.
* * message.el (message-narrow-to-headers-or-head): IgnoreChong Yidong2007-05-281-0/+2
| | | | mail-header-separator in the body.
* (message-pop-to-buffer): Add switch-function argument.Chong Yidong2007-05-281-6/+8
| | | | (message-mail): Pass switch-function argument to it.
* * message.el (message-pop-to-buffer): Add switch-function argument.Chong Yidong2007-05-281-0/+5
| | | | (message-mail): Pass switch-function argument to it.
* Remove the description comment (nndiary is now properly documented in the GnusReiner Steib2007-05-103-213/+45
| | | | manual). Fix the spelling of "Back End".
* Merge from gnus--rel--5.10Miles Bader2007-04-193-22/+69
| | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 216) - Update from CVS 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-mime-strip-charset-parameters): New function. (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently displayed of multipart/alternative part if it is invoked from summary buffer. (gnus-article-part-wrapper): Select article window. * lisp/gnus/mm-view.el (mm-inline-text-html-render-with-w3m) (mm-inline-text-html-render-with-w3m-standalone) (mm-inline-render-with-function): Use mail-parse-charset by default. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-706
* Merge from gnus--rel--5.10Miles Bader2007-04-103-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 214-215) - Merge from emacs--devo--0 - Update from CVS 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-inews-yank-articles): Use message-exchange-point-and-mark instead of exchange-point-and-mark. 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-yank-original): Make sure cited text ends with newline; don't exchange point and mark. 2007-04-07 Chong Yidong <cyd@stupidchicken.com> * lisp/gnus/tls.el (open-tls-stream): Properly handle case where there is no associated buffer. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-697
* Merge from gnus--rel--5.10Miles Bader2007-04-091-53/+0
| | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 212-213) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-695
* (gnus-inews-yank-articles): Fix bug: AfterThien-Thi Nguyen2007-04-032-0/+6
| | | | message-yank-original, make sure (< mark TEXT point).
* * nnmail.el (nnmail-spool-file): Mark as obsolete.Reiner Steib2007-03-314-3/+20
| | | | | | | | | (nnmail-get-new-mail): Reformat. * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment. * gmm-utils.el: Fix Commentary. (gmm-tool-bar-from-list): Fix typo in doc string.
* Augment 2007-03-24 entry.Reiner Steib2007-03-311-0/+1
|
* Merge from gnus--rel--5.10Miles Bader2007-03-313-3/+19
| | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 211) - Update from CVS 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move evaluation of gnus-extended-version to ensure correct generation of the User-Agent header when message-generate-headers-first is used. 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-685
* (message-yank-original): Fix bug:Thien-Thi Nguyen2007-03-272-1/+7
| | | | Don't switch point and mark unnecessarily.
* Merge from gnus--rel--5.10Miles Bader2007-03-213-25/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/message.el (message-required-news-headers): * lisp/gnus/gnus-util.el (gnus-intern-safe): Fix typo in docstring. 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-generate-new-buffers): Change the meaning of the nil value; add `standard' to the choices; treat t as `unique'; improve doc string. (gnus-select-frame-set-input-focus): Autoload. (message-buffer-name): Search for the existing message buffer if message-generate-new-buffers is nil or `standard'; treat the value t of message-generate-new-buffers as `unique'. (message-pop-to-buffer): Raise the frame already displaying the message buffer; clear the echo area after querying. (message-setup): Pass the `continue' argument to compose-mail. (message-mail): Prefer `switch-function' if it is given; search for the existing message buffer if the `continue' argument is non-nil; pass continue and switch-function arguments to compose-mail by way of message-setup. (message-mail-other-window): Adjust argument of message-setup. (message-mail-other-frame): Ditto. 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org> * man/message.texi (Message Buffers): Update documentation for message-generate-new-buffers. 2007-03-15 Daiki Ueno <ueno@unixuser.org> * man/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-674
* Correctly associate tiny changes with their authors.Kim F. Storm2007-03-042-36/+40
| | | | Change "tiny patch" to "tiny change".
* Merge from gnus--rel--5.10Miles Bader2007-03-013-11/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 203-205) - Merge from emacs--devo--0 - Update from CVS 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-make-in-reply-to): Quote name containing non-ASCII characters. It will make the RFC2047 encoder cause an error if there are special characters. Reported by NAKAJI Hiroyuki <nakaji@kankyo-u.ac.jp>. 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nntp.el (nntp-never-echoes-commands) (nntp-open-connection-functions-never-echo-commands): New variables. (nntp-send-command): Use them. 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (NNTP): Mention nntp-never-echoes-commands and nntp-open-connection-functions-never-echo-commands. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-658
* Merge from gnus--rel--5.10Miles Bader2007-02-192-6/+13
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 202) - Update from CVS 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on articles posted in the last 24 hours. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-642
* Remove `(tiny change)' from Chris Moore's contributions.Eli Zaretskii2007-02-171-1/+1
|
* (smiley-regexp-alist): Add "dead" smiley.Chong Yidong2007-02-141-0/+1
|
* * smiley.el (smiley-regexp-alist): Add "dead" smiley.Chong Yidong2007-02-141-0/+4
|
* Switch to standard GPL text for license.Glenn Morris2007-02-113-8/+53
|
* Merge from gnus--rel--5.10Miles Bader2007-02-052-8/+11
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-629
* Merge from gnus--rel--5.10Miles Bader2007-01-303-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article regexp. 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/uudecode.el (uudecode-string-to-multibyte): New function emulating string-to-multibyte. (uudecode-decode-region-internal): Use it. 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * man/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn <tassilo@member.fsf.org>. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-621
* *** empty log message ***Juanma Barranquero2007-01-291-0/+4
|
* (gnus-button-prefer-mid-or-mail): Fix typo in docstring.Juanma Barranquero2007-01-291-1/+1
|
* Merge from gnus--rel--5.10Miles Bader2007-01-243-5/+12
| | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 196) - Update from CVS 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix custom choice. * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612
* Add 2007 to copyright years.Glenn Morris2007-01-21136-136/+136
|
* Merge from gnus--rel--5.10Miles Bader2007-01-192-3/+10
| | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 194-195) - Merge from emacs--devo--0 - Update from CVS 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory): Use gnus-home-directory instead of "~/" or "$HOME". Revision: emacs@sv.gnu.org/emacs--devo--0--patch-606
* Merge from gnus--rel--5.10Miles Bader2007-01-192-3/+15
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 192-193) - Merge from emacs--devo--0 - Update from CVS 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-sum.el (gnus-auto-select-first): Improve doc string. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-604
* (uudecode-decode-region-internal): Make it work in aKenichi Handa2007-01-122-1/+9
| | | | multibyte buffer.
* Merge from gnus--rel--5.10Miles Bader2007-01-094-16/+47
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 186-191) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-595
* Add missing :group in previous change.Reiner Steib2007-01-062-8/+20
|
* (gnus-soup): New custom group. Make user variables customizable.Reiner Steib2007-01-052-21/+46
|
* Merge from gnus--rel--5.10Miles Bader2007-01-012-1/+6
| | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 184-185) - Update from CVS - Merge from emacs--devo--0 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/gnus-sum.el (gnus-summary-insert-dormant-articles): Fix typo in message. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-582
* Merge from gnus--rel--5.10Miles Bader2006-12-308-41/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 179-183) - Update from CVS 2006-12-25 Daiki Ueno <ueno@unixuser.org> * lisp/pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of locale-coding-system. * lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type LF. 2006-12-29 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> * lisp/gnus/nnimap.el (nnimap-expunge-search-string): Mention nnimap-search-uids-not-since-is-evil in docstring. 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam.el: Revert to make-obsolete-variable because define-obsolete-variable-alias is not supported in Emacs 21. 2006-12-28 Daiki Ueno <ueno@unixuser.org> * lisp/gnus/gnus-sum.el (gnus-summary-next-article): Make sure we are in the summary buffer. 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam.el (spam-ifile-path, spam-ifile-database-path) (spam-bogofilter-path): Use define-obsolete-variable-alias instead of make-obsolete-variable. 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/message.el (message-make-fqdn): Fix comment. (message-bogus-system-names): Add ".local". * lisp/gnus/spam.el (spam-ifile-path, spam-ifile-program) (spam-ifile-database-path, spam-ifile-database) (spam-bogofilter-path, spam-bogofilter-program): Rename variables. Don't use "path" inappropriately. (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc strings. (spam-check-ifile, spam-ifile-register-with-ifile) (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use new variable names. * lisp/gnus/gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face) (gnus-treat-display-smileys): Simplify using gnus-image-type-available-p. * lisp/gnus/gnus-ems.el (gnus-image-type-available-p): Use display-images-p if available. 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded one after turning on the buffer's multibyteness instead of decoding them directly in the unibyte buffer that causes unexpected conversion in Emacs 23 (unicode). 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Customizing Articles): Add index entries for all gnus-treat-* variables. 2006-12-29 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> * man/gnus.texi (IMAP): Fix incorrect explanation of nnimap-search-uids-not-since-is-evil in documentation for nnimap-expunge-search-string. 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to spam-ifile-database. 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Spam Package Configuration Examples): Don't encourage to rebind C-s. 2006-12-26 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> * man/gnus.texi (Group Parameters, Group Maintenance, Topic Commands) (Mail Group Commands, Expiring Mail, IMAP): Add index entries for "expiring mail". (IMAP): Document nnimap-search-uids-not-since-is-evil and nnimap-nov-is-evil. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-576
* Merge from gnus--rel--5.10Miles Bader2006-12-222-2/+9
| | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 177-178) - Merge from emacs--devo--0 - Update from CVS 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and disconnect icons. Add help text. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-569
* Verna has assigned copyright to FSF, so merge his years info FSF's.Glenn Morris2006-12-171-2/+2
|
* Scholz has assigned copyright to FSF, so merge his years info FSF's.Glenn Morris2006-12-171-2/+2
|
* Merge from gnus--rel--5.10Miles Bader2006-12-142-3/+39
| | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 173-175) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/legacy-gnus-agent.el: Add Copyright notice. 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (X-Face): Clarify. Say which programs are required on Windows. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-558
* (gnus-make-thread-indent-array): Fix last change.Chong Yidong2006-12-121-1/+1
|
* * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.Chong Yidong2006-12-121-0/+4
|
* Update copyright years.Glenn Morris2006-12-108-8/+10
|
* Update copyright years.Glenn Morris2006-12-1020-20/+20
|
* (gnus-make-thread-indent-array): New optional arg specifying array size.Chong Yidong2006-12-081-17/+48
| | | | | | | (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent array if it is too small. (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1. (gnus-sort-threads-loop): New function.
* * gnus-sum.el (gnus-make-thread-indent-array): New optional argChong Yidong2006-12-081-0/+9
| | | | | | | | specifying array size. (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent array if it is too small. (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1. (gnus-sort-threads-loop): New function.
* (gnus-sort-threads, gnus-summary-limit-children): Use `max'Juanma Barranquero2006-12-062-2/+7
| | | | to avoid the value of `max-lisp-eval-depth' decreasing.
* Merge from gnus--rel--5.10Miles Bader2006-12-042-1/+6
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 171) - Update from CVS 2006-12-04 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> (tiny change) * lisp/gnus/mm-url.el (mm-url-predefined-programs): Call curl with correct options. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-540
* Merge from gnus--rel--5.10Miles Bader2006-12-013-2/+12
| | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 169-170) - Merge from emacs--devo--0 - Update from CVS 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string with mm-encode-coding-string. 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nneething.el (nneething-decode-file-name): Replace decode-coding-string with mm-decode-coding-string. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-534
* Merge from gnus--rel--5.10Miles Bader2006-11-272-6/+17
| | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 168) - Update from CVS 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-527
* *** empty log message ***Juanma Barranquero2006-11-241-0/+16
|