gnus
23 years ago(nntp-async-trigger): Fix authinfo in asynchronous prefetch.
Simon Josefsson [Fri, 29 Sep 2000 19:22:17 +0000 (19:22 +0000)]
(nntp-async-trigger): Fix authinfo in asynchronous prefetch.

23 years ago2000-08-09 10:21:20 Katsumi Yamaoka <yamaoka@jpl.org>
Simon Josefsson [Fri, 29 Sep 2000 19:19:33 +0000 (19:19 +0000)]
2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>

       * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
       sending a command; allow the rtelnet prompt as well.

23 years ago(message-send): Make sure error is signalled if no
Simon Josefsson [Fri, 29 Sep 2000 19:02:17 +0000 (19:02 +0000)]
(message-send): Make sure error is signalled if no
send method is specified.

23 years ago(Converting Kill Files): Fix URL.
Simon Josefsson [Fri, 29 Sep 2000 18:26:32 +0000 (18:26 +0000)]
(Converting Kill Files): Fix URL.

23 years ago2000-09-29 Florian Weimer <fw@deneb.enyo.de>
Florian Weimer [Fri, 29 Sep 2000 18:11:54 +0000 (18:11 +0000)]
2000-09-29  Florian Weimer  <fw@deneb.enyo.de>

* qp.el (quoted-printable-encode-region): Wrap with
`mm-with-unibyte-current-buffer'.

23 years ago2000-09-29 12:53:27 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 29 Sep 2000 15:58:30 +0000 (15:58 +0000)]
2000-09-29 12:53:27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* Makefile.in: A workaround for @ifnottex.

23 years ago2000-09-29 12:36:13 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 29 Sep 2000 15:41:21 +0000 (15:41 +0000)]
2000-09-29 12:36:13  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.texi: Remove @c lines in the directory due to a bug in
makeinfo 1.68 (GNU texinfo 3.12).

23 years ago2000-09-29 12:12:49 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 29 Sep 2000 15:20:48 +0000 (15:20 +0000)]
2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
  McEwan's proposal.

23 years ago2000-09-29 12:06:40 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 29 Sep 2000 15:12:30 +0000 (15:12 +0000)]
2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
the GNU assignment issue.

23 years agoCorrectly mark body-begin.
ShengHuo ZHU [Fri, 29 Sep 2000 12:59:03 +0000 (12:59 +0000)]
Correctly mark body-begin.

23 years ago2000-09-29 09:14:08 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 29 Sep 2000 12:17:16 +0000 (12:17 +0000)]
2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.

23 years ago* gnus-art.el (article-strip-banner): elkin@tverd.astro.spbu.ru:
Kai Grossjohann [Thu, 28 Sep 2000 10:20:43 +0000 (10:20 +0000)]
* gnus-art.el (article-strip-banner): elkin@tverd.astro.spbu.ru:
use gnus-group-find-parameter rather than
gnus-group-get-parameter, to allow inheritance on the banner.

23 years ago2000-09-26 Richard M. Alderson III <alderson@netcom2.netcom.com>
ShengHuo ZHU [Wed, 27 Sep 2000 22:46:48 +0000 (22:46 +0000)]
2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com>

* gnus-art.el (gnus-read-save-file-name): expand-file-name.

23 years ago*** empty log message ***
Dave Love [Tue, 26 Sep 2000 13:18:08 +0000 (13:18 +0000)]
*** empty log message ***

23 years agoUse featurep for XEmacs test.
Dave Love [Tue, 26 Sep 2000 13:17:11 +0000 (13:17 +0000)]
Use featurep for XEmacs test.
(mm-inline-message): Test for `remove-specifier'; don't use
condition-case.

23 years agoDon't require gnus-agent.
Dave Love [Tue, 26 Sep 2000 13:11:38 +0000 (13:11 +0000)]
Don't require gnus-agent.

23 years ago(nnimap-request-accept-article): Remove From[^:] lines.
Simon Josefsson [Sun, 24 Sep 2000 19:38:50 +0000 (19:38 +0000)]
(nnimap-request-accept-article): Remove From[^:] lines.

23 years ago(gnus-group-nnimap-edit-acl): Check if server support ACL's.
Simon Josefsson [Sun, 24 Sep 2000 19:36:25 +0000 (19:36 +0000)]
(gnus-group-nnimap-edit-acl): Check if server support ACL's.

23 years ago(nnimap-acl-get): Check capability.
Simon Josefsson [Sun, 24 Sep 2000 19:35:55 +0000 (19:35 +0000)]
(nnimap-acl-get): Check capability.

23 years ago(mail-source-imap-file-coding-system): New variable.
Simon Josefsson [Sun, 24 Sep 2000 19:33:00 +0000 (19:33 +0000)]
(mail-source-imap-file-coding-system): New variable.
(mail-source-fetch-imap): Use it.

23 years ago(rfc2104-hexstring-to-bitstring): New function.
Simon Josefsson [Sun, 24 Sep 2000 19:26:24 +0000 (19:26 +0000)]
(rfc2104-hexstring-to-bitstring): New function.
(rfc2104-hash): Use it.

23 years ago(imap-starttls-p): Check for starttls binary.
Simon Josefsson [Sun, 24 Sep 2000 19:25:39 +0000 (19:25 +0000)]
(imap-starttls-p): Check for starttls binary.
(imap-starttls-open): More verbose.
(imap-gssapi-auth): Ditto.
(imap-kerberos4-auth): Ditto.
(imap-cram-md5-auth): Ditto.
(imap-login-auth): Ditto.
(imap-anonymous-auth): Ditto.
(imap-digest-md5-auth): Ditto.
(imap-open): Ditto.
(imap-digest-md5-p): Check capability first.

23 years ago(imap-parse-flag-list): Correctly parse empty lists.
Simon Josefsson [Sat, 23 Sep 2000 22:52:29 +0000 (22:52 +0000)]
(imap-parse-flag-list): Correctly parse empty lists.
(imap-login-p): Support LOGINDISABLED.

23 years agoAdd SHA-1 example.
Simon Josefsson [Sat, 23 Sep 2000 17:14:06 +0000 (17:14 +0000)]
Add SHA-1 example.

23 years ago(imap-parse-body): Work around bug in Sun SIMS.
Simon Josefsson [Fri, 22 Sep 2000 19:56:13 +0000 (19:56 +0000)]
(imap-parse-body): Work around bug in Sun SIMS.

23 years ago*** empty log message ***
Dave Love [Fri, 22 Sep 2000 12:42:11 +0000 (12:42 +0000)]
*** empty log message ***

23 years agoConvert to GFDL.
Dave Love [Fri, 22 Sep 2000 12:41:28 +0000 (12:41 +0000)]
Convert to GFDL.

23 years agoBind nnkiboze-score-file.
ShengHuo ZHU [Fri, 22 Sep 2000 01:05:16 +0000 (01:05 +0000)]
Bind nnkiboze-score-file.

23 years ago* nnkiboze.el (nnkiboze-request-article): Use
ShengHuo ZHU [Thu, 21 Sep 2000 21:16:35 +0000 (21:16 +0000)]
* nnkiboze.el (nnkiboze-request-article): Use
  gnus-cache-request-article.
* gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.

23 years agoFix nnkiboze bugs.
ShengHuo ZHU [Thu, 21 Sep 2000 20:03:21 +0000 (20:03 +0000)]
Fix nnkiboze bugs.

23 years agoRevoke the last change, which cause another bug.
ShengHuo ZHU [Thu, 21 Sep 2000 12:20:52 +0000 (12:20 +0000)]
Revoke the last change, which cause another bug.

23 years ago* gnus-sum.el (gnus-select-newsgroup): Set local parameters.
ShengHuo ZHU [Thu, 21 Sep 2000 12:15:20 +0000 (12:15 +0000)]
* gnus-sum.el (gnus-select-newsgroup): Set local parameters.

23 years agoJohn H. Palmieri's patch.
ShengHuo ZHU [Wed, 20 Sep 2000 22:51:48 +0000 (22:51 +0000)]
John H. Palmieri's patch.

23 years agoPath splitting on NT.
ShengHuo ZHU [Wed, 20 Sep 2000 21:50:32 +0000 (21:50 +0000)]
Path splitting on NT.

23 years ago* message.el (message-default-charset): Set default value in
ShengHuo ZHU [Wed, 20 Sep 2000 20:52:34 +0000 (20:52 +0000)]
* message.el (message-default-charset): Set default value in
non-MULE XEmacsen as iso-8859-1.

23 years agotimer vs. itimer
ShengHuo ZHU [Wed, 20 Sep 2000 15:06:07 +0000 (15:06 +0000)]
timer vs. itimer

23 years ago(IMAP): Add examples.
Simon Josefsson [Wed, 20 Sep 2000 09:52:40 +0000 (09:52 +0000)]
(IMAP): Add examples.

23 years agoUse iso-2022-7bit.
ShengHuo ZHU [Wed, 20 Sep 2000 00:11:50 +0000 (00:11 +0000)]
Use iso-2022-7bit.

23 years agoMake nnkiboze work.
ShengHuo ZHU [Tue, 19 Sep 2000 13:49:35 +0000 (13:49 +0000)]
Make nnkiboze work.
But I still see bugs in nonascii words.

23 years agoMore xrefs.
Kai Grossjohann [Tue, 19 Sep 2000 13:18:23 +0000 (13:18 +0000)]
More xrefs.

23 years ago*** empty log message ***
Dave Love [Tue, 19 Sep 2000 09:08:45 +0000 (09:08 +0000)]
*** empty log message ***

23 years ago(nnmail-cache-accepted-message-ids): Default to nil.
Dave Love [Tue, 19 Sep 2000 09:07:50 +0000 (09:07 +0000)]
(nnmail-cache-accepted-message-ids): Default to nil.
(nnmail-get-new-mail): Test `sources' in top-level conditional.

23 years ago(mail-sources): Change default to '((file)).
Dave Love [Tue, 19 Sep 2000 09:02:48 +0000 (09:02 +0000)]
(mail-sources): Change default to '((file)).
Add useful custom type.

23 years agoDoc bug: date format used in scoring has four-digit year, not two digits.
Kai Grossjohann [Mon, 18 Sep 2000 15:38:42 +0000 (15:38 +0000)]
Doc bug: date format used in scoring has four-digit year, not two digits.

23 years agoDisable mutibyte of mail-source-crash-box in the imap case.
ShengHuo ZHU [Mon, 18 Sep 2000 12:08:18 +0000 (12:08 +0000)]
Disable mutibyte of mail-source-crash-box in the imap case.

23 years agodoc fix and add update files.
ShengHuo ZHU [Sun, 17 Sep 2000 21:06:49 +0000 (21:06 +0000)]
doc fix and add update files.

23 years agoAvoid using 8bit characters.
ShengHuo ZHU [Sun, 17 Sep 2000 04:49:20 +0000 (04:49 +0000)]
Avoid using 8bit characters.

23 years agoSmiley for Emacs 21.
ShengHuo ZHU [Sat, 16 Sep 2000 19:24:54 +0000 (19:24 +0000)]
Smiley for Emacs 21.
Only implement the basic functions.
TODO: Change gnus-treat-display-smileys default value after fixing FIXME's.

23 years agoInline application/emacs-lisp.
ShengHuo ZHU [Sat, 16 Sep 2000 00:16:17 +0000 (00:16 +0000)]
Inline application/emacs-lisp.

23 years agoFix copyright. Have not done the paperwork yet.
ShengHuo ZHU [Fri, 15 Sep 2000 17:56:10 +0000 (17:56 +0000)]
Fix copyright. Have not done the paperwork yet.
I will surely sign something after it becomes (hopefully)
part of oGnus distribution.

23 years agognus-topic-get-new-news-this-topic use recursive parameter.
ShengHuo ZHU [Fri, 15 Sep 2000 17:16:41 +0000 (17:16 +0000)]
gnus-topic-get-new-news-this-topic use recursive parameter.

23 years agoRecursive mark and unmark.
ShengHuo ZHU [Fri, 15 Sep 2000 17:09:29 +0000 (17:09 +0000)]
Recursive mark and unmark.

23 years ago* gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
ShengHuo ZHU [Fri, 15 Sep 2000 12:04:29 +0000 (12:04 +0000)]
* gnus-art.el (gnus-treat-display-xface): By default, Emacs 21
display xface.

23 years agoDoc fix.
ShengHuo ZHU [Fri, 15 Sep 2000 04:23:32 +0000 (04:23 +0000)]
Doc fix.

23 years ago2000-08-23 02:54:46 Katsumi Yamaoka <yamaoka@jpl.org>
ShengHuo ZHU [Fri, 15 Sep 2000 04:08:52 +0000 (04:08 +0000)]
2000-08-23 02:54:46  Katsumi Yamaoka  <yamaoka@jpl.org>

* gnus-group.el (gnus-group-rename-group): Inhibit renaming of
zombie or killed groups.

23 years ago2000-08-24 Jesper Harder <jesper_harder@hotmail.com>
ShengHuo ZHU [Fri, 15 Sep 2000 04:03:02 +0000 (04:03 +0000)]
2000-08-24 Jesper Harder <jesper_harder@hotmail.com>
    * make.bat: Use emacs.exe if emacs.bat does not exist.

23 years agoFix garbled utf-8 bug.
ShengHuo ZHU [Fri, 15 Sep 2000 03:47:10 +0000 (03:47 +0000)]
Fix garbled utf-8 bug.

23 years agoGuess charset from original article buffer.
ShengHuo ZHU [Fri, 15 Sep 2000 02:25:43 +0000 (02:25 +0000)]
Guess charset from original article buffer.

23 years ago* gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
ShengHuo ZHU [Thu, 14 Sep 2000 22:00:26 +0000 (22:00 +0000)]
* gnus-msg.el (gnus-summary-mail-forward): Disable multibyte
unless forward-show-mml.

23 years agoUse $HOME.
ShengHuo ZHU [Thu, 14 Sep 2000 19:48:13 +0000 (19:48 +0000)]
Use $HOME.

23 years agoSave save-parts history.
ShengHuo ZHU [Thu, 14 Sep 2000 17:53:03 +0000 (17:53 +0000)]
Save save-parts history.

23 years agoClean mime-handle-alist.
ShengHuo ZHU [Thu, 14 Sep 2000 14:36:54 +0000 (14:36 +0000)]
Clean mime-handle-alist.

23 years agoRemove Content-Disposition.
ShengHuo ZHU [Thu, 14 Sep 2000 11:48:14 +0000 (11:48 +0000)]
Remove Content-Disposition.

23 years agoHotmail updated. Add X-Gnus-Webmail.
ShengHuo ZHU [Thu, 14 Sep 2000 03:00:42 +0000 (03:00 +0000)]
Hotmail updated. Add X-Gnus-Webmail.

23 years agoFix save-parts bug.
ShengHuo ZHU [Thu, 14 Sep 2000 01:06:10 +0000 (01:06 +0000)]
Fix save-parts bug.

23 years agoxref to Mail Source Specifiers.
ShengHuo ZHU [Thu, 14 Sep 2000 00:03:23 +0000 (00:03 +0000)]
xref to Mail Source Specifiers.

23 years agoSort threads recursively.
ShengHuo ZHU [Wed, 13 Sep 2000 20:07:16 +0000 (20:07 +0000)]
Sort threads recursively.

23 years ago*** empty log message ***
Dave Love [Wed, 13 Sep 2000 16:51:11 +0000 (16:51 +0000)]
*** empty log message ***

23 years ago(gnus-binary-mode): Fix call to gnus-add-minor-mode.
Dave Love [Wed, 13 Sep 2000 16:50:50 +0000 (16:50 +0000)]
(gnus-binary-mode): Fix call to gnus-add-minor-mode.

23 years ago*** empty log message ***
Dave Love [Wed, 13 Sep 2000 16:18:45 +0000 (16:18 +0000)]
*** empty log message ***

23 years agoUpdate header keywords.
Dave Love [Wed, 13 Sep 2000 16:16:30 +0000 (16:16 +0000)]
Update header keywords.

23 years ago(gnus-ems-redefine): Don't alias
Dave Love [Wed, 13 Sep 2000 16:15:21 +0000 (16:15 +0000)]
(gnus-ems-redefine): Don't alias
gnus-summary-set-display-table.

23 years ago(message-user-agent): Don't wrap ignore-errors around
Dave Love [Wed, 13 Sep 2000 16:12:48 +0000 (16:12 +0000)]
(message-user-agent): Don't wrap ignore-errors around
it.

23 years ago(mm-insert-multipart-headers): Avoid redundant
Dave Love [Wed, 13 Sep 2000 16:11:02 +0000 (16:11 +0000)]
(mm-insert-multipart-headers): Avoid redundant
`format'.
(mm-content-transfer-encoding): Don't use cadar.

23 years ago(uudecode-decoder-program)
Dave Love [Wed, 13 Sep 2000 16:08:07 +0000 (16:08 +0000)]
(uudecode-decoder-program)
(uudecode-decoder-switches): Customize.

23 years ago(gnus-home-score-file): Improve custom type.
Dave Love [Wed, 13 Sep 2000 16:06:05 +0000 (16:06 +0000)]
(gnus-home-score-file): Improve custom type.

23 years ago(gnus-custom-mode): Conditionally set local
Dave Love [Wed, 13 Sep 2000 16:02:16 +0000 (16:02 +0000)]
(gnus-custom-mode): Conditionally set local
variables for Emacs 21.
(gnus-group-customize): Disable undo while laying out the buffer.

23 years agoBind coding-system-for-write.
ShengHuo ZHU [Wed, 13 Sep 2000 12:41:58 +0000 (12:41 +0000)]
Bind coding-system-for-write.

23 years agoTemporarily disable mail-sources.
ShengHuo ZHU [Wed, 13 Sep 2000 12:23:48 +0000 (12:23 +0000)]
Temporarily disable mail-sources.

23 years agoDon't test nnmail-spool-file.
ShengHuo ZHU [Wed, 13 Sep 2000 12:18:16 +0000 (12:18 +0000)]
Don't test nnmail-spool-file.

23 years ago(gnus-update-read-articles): Undo `gnus-request-set-mark' operation.
Simon Josefsson [Wed, 13 Sep 2000 11:40:38 +0000 (11:40 +0000)]
(gnus-update-read-articles): Undo `gnus-request-set-mark' operation.

23 years ago*** empty log message ***
Dave Love [Tue, 12 Sep 2000 17:49:18 +0000 (17:49 +0000)]
*** empty log message ***

23 years ago(gnus-msg-mail): New function.
Dave Love [Tue, 12 Sep 2000 17:49:00 +0000 (17:49 +0000)]
(gnus-msg-mail): New function.
(gnus-user-agent): New mail agent.

23 years agoI think these installation instructions *really* work. Thanks to
Kai Grossjohann [Tue, 12 Sep 2000 13:31:05 +0000 (13:31 +0000)]
I think these installation instructions *really* work.  Thanks to
Harry Putnam and Marco Lonsing for suggestions and testing.

23 years agoHarry Putnam says (require 'rfc2015) in ~/.gnus is not enough, must add
Kai Grossjohann [Mon, 11 Sep 2000 21:30:32 +0000 (21:30 +0000)]
Harry Putnam says (require 'rfc2015) in ~/.gnus is not enough, must add
to gnus-startup-hook instead.  Thanks, Harry.

23 years ago*** empty log message ***
Dave Love [Sun, 10 Sep 2000 13:39:03 +0000 (13:39 +0000)]
*** empty log message ***

23 years agoRequire mail-abbrevs for XEmacs for a problem with keybinding despite
Dave Love [Sun, 10 Sep 2000 13:38:21 +0000 (13:38 +0000)]
Require mail-abbrevs for XEmacs for a problem with keybinding despite
the autoloads for it.

23 years ago(nnimap-request-update-info-internal): Remove tick marks from dormant
Simon Josefsson [Thu, 7 Sep 2000 21:19:28 +0000 (21:19 +0000)]
(nnimap-request-update-info-internal): Remove tick marks from dormant
articles. (See nnimap-request-set-mark.)
(nnimap-retrieve-headers-progress): Demule.
(nnimap-open-server): Call nnoo-change-server twice, once for getting
the nnimap-server-buffer and once for letting n-c-s set the variables
in that buffer.

23 years ago(imap-kerberos4-open): Erase more (fixes race condition?).
Simon Josefsson [Thu, 7 Sep 2000 21:17:19 +0000 (21:17 +0000)]
(imap-kerberos4-open): Erase more (fixes race condition?).

23 years ago(gnus-short-group-name): Guess separator.
Simon Josefsson [Thu, 7 Sep 2000 19:16:32 +0000 (19:16 +0000)]
(gnus-short-group-name): Guess separator.

23 years agoInclude slightly longer usage/installation instructions.
Kai Grossjohann [Thu, 7 Sep 2000 09:59:23 +0000 (09:59 +0000)]
Include slightly longer usage/installation instructions.

23 years ago(smiley-buffer, smiley-create-glyph): Work with GTK XEmacs as well.
Simon Josefsson [Wed, 6 Sep 2000 10:53:00 +0000 (10:53 +0000)]
(smiley-buffer, smiley-create-glyph): Work with GTK XEmacs as well.

23 years ago(gnus-group-insert-group-line): Fix.
Simon Josefsson [Tue, 5 Sep 2000 20:23:54 +0000 (20:23 +0000)]
(gnus-group-insert-group-line): Fix.

23 years ago*** empty log message ***
Dave Love [Mon, 4 Sep 2000 11:38:46 +0000 (11:38 +0000)]
*** empty log message ***

23 years ago(mime-display) <defgroup>: Add `multimedia' group.
Dave Love [Mon, 4 Sep 2000 11:37:28 +0000 (11:37 +0000)]
(mime-display) <defgroup>: Add `multimedia' group.
(mm-get-image): Avoid the losing `make-glyph' from W3.

23 years ago(gnus-summary-delete-article): Check server.
Simon Josefsson [Sun, 3 Sep 2000 19:52:43 +0000 (19:52 +0000)]
(gnus-summary-delete-article): Check server.

23 years ago(imap-parse-flag-list): Rewrite.
Simon Josefsson [Fri, 1 Sep 2000 16:17:47 +0000 (16:17 +0000)]
(imap-parse-flag-list): Rewrite.

23 years ago(nnimap-retrieve-headers-from-file): Ignore errors.
Simon Josefsson [Fri, 1 Sep 2000 10:18:34 +0000 (10:18 +0000)]
(nnimap-retrieve-headers-from-file): Ignore errors.

23 years ago(imap-parse-flag-list): Hack.
Simon Josefsson [Fri, 1 Sep 2000 10:16:26 +0000 (10:16 +0000)]
(imap-parse-flag-list): Hack.

23 years ago*** empty log message ***
Dave Love [Tue, 29 Aug 2000 15:04:33 +0000 (15:04 +0000)]
*** empty log message ***