1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

369 Commits

Author SHA1 Message Date
Dave Love
51a29efc7f *** empty log message *** 2000-10-27 23:58:01 +00:00
Dave Love
75807ea6fa 2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
* gnus-draft.el (gnus-draft-send-message): Typo.

2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-draft.el (gnus-draft-send-message): Ditto.
	(gnus-group-send-drafts): Ditto.

* gnus-agent.el (gnus-agent-possibly-do-gcc):
(gnus-agent-restore-gcc):
(gnus-agent-possibly-save-gcc): New functions.
2000-10-27 23:33:14 +00:00
Dave Love
a261748441 2000-10-27 Simon Josefsson <simon@josefsson.org>
* nnimap.el (nnimap-group-overview-filename): Create directory for
	newfile (when use long filenames is nil).  Copy+delete file if
	rename didn't work.
	(nnimap-group-overview-filename): `rename-file' and `copy-file'
	doesn't return anything useful, use ignore-errors instead.
	(nnimap-verify-uidvalidity): Delete overview file when
	uid validity changes.
	(nnimap-group-overview-filename): Store uidvalidity in filenames.
	Rename old files into new format.
	(nnimap-request-accept-article): Remove \n's from
	From_ lines.
	(nnimap-request-accept-article): Remove From[^:] lines.
	(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.
	(imap-parse-flag-list): Correctly parse empty lists.
	(imap-login-p): Support LOGINDISABLED.
	(imap-parse-body): Work around bug in Sun SIMS.
2000-10-27 23:20:38 +00:00
Dave Love
e0bad764b1 2000-10-27 John Wiegley <johnw@gnu.org>
* gnus-art.el (gnus-treat-hide-citation-maybe): Added this
	variable to correspond with `gnus-article-hide-citation-maybe'.
	(gnus-treatment-function-alist): Added entry for the above
	correlation.

2000-10-27  Richard M. Alderson III <alderson@netcom2.netcom.com>

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

2000-10-27  Kai Gro�ohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-art.el (article-strip-banner): Use
	gnus-group-find-parameter rather than gnus-group-get-parameter, to
	allow inheritance on the banner.
	From elkin@tverd.astro.spbu.ru.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-art.el (gnus-request-article-this-buffer):
	gnus-refer-article-method might be a single method.
	(gnus-article-mime-total-parts): New function.
	(gnus-mm-display-part): Use it.
	(gnus-mime-display-single): Ditto.
	(gnus-mime-display-alternative): Ditto.
	(gnus-mime-inline-part): Check validity of charset.
	(gnus-treat-display-smileys): Default value in Emacs 21.
	* gnus-art.el: Define dynamic variables in eval-when-compile.
	(gnus-article-prepare): Configure it again.
	(gnus-insert-mime-button): Use gnus-overlay-buffer,
	gnus-overlay-start.
	(gnus-article-prepare): Configure windows before
	gnus-article-prepare-display is called.  Otherwise, BBDB's popup
	window might be overrided.
	(gnus-mime-inline-part): Use prefix argument only
	when it is called interactively.
	(gnus-mime-action-alist): New variable.
	(gnus-mime-action-on-part): Use it.
	(gnus-mime-button-commands): Add command ".".
	(gnus-mime-inline-part): Support prefix argument.
	(gnus-article-banner-alist): New variable.
	(article-strip-banner): Use it.
2000-10-27 23:14:59 +00:00
Dave Love
fcb282a54b Add maintainer and modify keywords header. 2000-10-27 22:51:47 +00:00
Dave Love
9b198954f1 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
	because they are files, not paths.
	(mailcap-parse-mimetypes): Ditto.
	(mailcap-mime-types): Use mailcap-mime-data.
2000-10-27 22:46:05 +00:00
Dave Love
03f20b4797 2000-10-27 Simon Josefsson <simon@josefsson.org>
* gnus-agent.el (gnus-agent-possibly-do-gcc):
	(gnus-agent-restore-gcc):
	(gnus-agent-possibly-save-gcc): New functions.

	Asks the user to synch flags with server when you plug in.

	* gnus-agent.el (gnus-agent-synchronize-flags): New variable.
	(gnus-agent-possibly-synchronize-flags-server): New function, use it.
	(gnus-agent-toggle-plugged): Call it.
	(gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
	(gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
	(gnus-agent-possibly-synchronize-flags): New function.
	(gnus-agent-possibly-synchronize-flags-server): New function.
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
	gnus-overlay-start.
	* gnus.el (gnus-agent-fetching): New variable.
	* gnus-agent.el (gnus-agent-with-fetch): Bind it.

	* gnus-agent.el (gnus-agent-fetch-session): Catch quit.
	(gnus-agent-fetch-group-1): Score-param could be nil.
	(gnus-agent-any-covered-gcc): New function.
	(gnus-agent-possibly-save-gcc): Use it.
	(gnus-agent-possibly-do-gcc): Ditto.
	* gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
	the GNU assignment issue.
	(gnus-agent-fetch-group-1): Reimplement Mike McEwan's proposal.
	* gnus-agent.el: timer vs. itimer.
2000-10-27 19:48:50 +00:00
Dave Love
48df946a7c 2000-10-27 Dave Love <fx@gnu.org>
* gnus.el: Don't require custom.  Don't require message at top
	level.
	(gnus-message-archive-method): Require message here.
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
	gnus-overlay-start.
	* gnus.el (gnus-agent-fetching): New variable.
2000-10-27 19:15:42 +00:00
Dave Love
2428f2377a 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* webmail.el (webmail-type-definition): Fix my-deja open url.
	(webmail-hotmail-list): Fix.
	(webmail-netscape-open, webmail-hotmail-article,
	webmail-hotmail-list): Update.
	(webmail-my-deja-*): Rewrite.
2000-10-27 18:58:55 +00:00
Dave Love
052802c1f4 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
	(mm-with-unibyte-current-buffer-mule4): New function.
	(mm-enable-multibyte-mule4): New.
	(mm-disable-multibyte-mule4): New.

	* mm-util.el (mm-enable-multibyte-mule4): New.
	(mm-disable-multibyte-mule4): New.
2000-10-27 18:52:28 +00:00
Dave Love
d4dfaa1967 2000-10-27 Kai Gro�ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
	Cashin <ecashin@coe.uga.edu>).

2000-10-27  Simon Josefsson  <simon@josefsson.org>

	* gnus-sum.el (gnus-get-newsgroup-headers): Ditto.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-sum.el (gnus-refer-article-methods): The second could be
	a named method.
	(gnus-cache-write-active): Auto load.
	(gnus-summary-display-article): Enable multibyte.
	(gnus-summary-select-article): Don't enable multibyte here.
	(gnus-summary-goto-article): Ditto.
	(gnus-summary-enter-digest-group): Decode to-address.
	* mm-util.el (mm-enable-multibyte-mule4): New.
	(mm-disable-multibyte-mule4): New.
	* gnus-sum.el (gnus-summary-mode): Use it.
	(gnus-summary-select-article): Ditto.
	(gnus-summary-goto-article): Use enable multibyte.
2000-10-27 18:51:39 +00:00
Dave Love
df359f6c5b 2000-09-24 Simon Josefsson <simon@josefsson.org>
* nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>

	* uudecode.el: xemacs cleanup (use featurep ' xemacs)

	* nnheader.el: ditto
2000-10-27 18:32:15 +00:00
Dave Love
1f9cab4bc9 *** empty log message *** 2000-10-27 18:13:19 +00:00
Dave Love
ec4eb560b9 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
	(nnkiboze-enter-nov): Fix it when there is no xref.
	(nnkiboze-generate-groups): List groups.
	(nnkiboze-request-article): Use
	gnus-cache-request-article.
2000-10-27 18:09:37 +00:00
Dave Love
2491844d11 2000-09-24 Simon Josefsson <simon@josefsson.org>
* gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
	support ACL's.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-group.el (gnus-group-make-kiboze-group): Use
	nnkiboze-score-file.
	(gnus-group-make-kiboze-group): Fix prompt.
2000-10-27 18:06:48 +00:00
Dave Love
8bc0957aa9 *** empty log message *** 2000-10-27 17:58:47 +00:00
Dave Love
83595c0c40 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-send-mail-partially): Replace the header
	delimiter with a blank line.
	(message-sending-message): New variable.
	(message-send): Use it.
	(message-default-charset): Default value for non-Mule Emacsen.
	(message-alternative-emails): New.
	(message-use-alternative-email-as-from): New.
	(message-setup): Use them.
	(message-default-charset): Set default value in non-MULE XEmacsen
	as iso-8859-1.

2000-10-27 Emerick Rogul <emerick@csa.bu.edu>

	* message.el (message-setup-fill-variables): New variable.
	(message-mode): Use it.

2000-10-27  Bjorn Torkelsson  <torkel@hpc2n.umu.se>

	* message.el: xemacs cleanup (use featurep ' xemacs)

2000-10-27  Stanislav Shalunov <shalunov@internet2.edu>

	* message.el (message-make-in-reply-to): In-Reply-To is message-id
	(see DRUMS).

2000-10-27  Simon Josefsson  <simon@josefsson.org>

	* message.el (message-send): Make sure error is signalled if no
	send method is specified.
2000-10-27 17:58:21 +00:00
Dave Love
a7c1335103 *** empty log message *** 2000-10-27 17:15:04 +00:00
Dave Love
84b9b23e01 (gnus-group-make-menu-bar): Add some :help
strings.
(gnus-group-make-tool-bar): New function.
(gnus-group-mode): Use it.
2000-10-27 17:13:45 +00:00
Dave Love
c47a0dc8a2 (message-mode-menu): Add some :help strings.
(message-mode) [message-tool-bar-map]: Define tool-bar-map.
(featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
2000-10-27 17:11:23 +00:00
Dave Love
62a27ccf01 2000-10-27 Dave Love <fx@gnu.org>
* mm-decode.el (mm-valid-and-fit-image-p): Don't test
	display-graphic-p here.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* mm-decode.el (mm-viewer-completion-map): New.
	(mm-interactively-view-part): Use it.
2000-10-27 16:46:11 +00:00
Dave Love
5dd7fd91ab 2000-10-26 Simon Josefsson <sj@extundo.com>
* mail-source.el (mail-sources): IMAP predicate is a string.
	(mail-sources): Add default values for IMAP mailbox, predicate and
	fetchflag.
2000-10-27 16:31:57 +00:00
Miles Bader
05ea7ef21a *** empty log message *** 2000-10-27 01:47:24 +00:00
Miles Bader
4ddf0e6494 Use (featurep 'xemacs) instead of the `gnus-xemacs' variable, as the
latter has been removed.
2000-10-27 01:36:40 +00:00
Jason Rumney
f59a34152d (gnus-signature-face): Use italics on all terminals that support it. 2000-10-26 19:44:12 +00:00
Dave Love
a0b972de7b *** empty log message *** 2000-10-26 18:35:31 +00:00
Dave Love
01b5d73b79 2000-10-26 Dave Love <fx@gnu.org>
* flow-fill.el: Require cl when compiling.

2000-10-26  Simon Josefsson  <simon@josefsson.org>

	* flow-fill.el (fill-flowed): Don't flow "-- " lines.
	(fill-flowed): Make "quote-depth wins" rule work when first line
	is at level 0.
2000-10-26 18:12:28 +00:00
Dave Love
fc7bf2631f 2000-10-08 10:59:13 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-util.el (gnus-kill-all-overlays): Move out.
2000-10-26 17:42:44 +00:00
Dave Love
06c43cdf99 2000-10-08 08:57:13 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-ems.el: Remove gnus-xemacs.  Autoload smiley.
	(gnus-kill-all-overlays): Move here.
2000-10-26 17:36:05 +00:00
Dave Love
a211301f96 2000-10-26 Dirk Meyer <dischi@tzi.de>
* gnus-demon.el (gnus-demon-time-to-step): theHour was set to
	seconds instead of hour.
2000-10-26 17:14:08 +00:00
Dave Love
4f926b3e43 2000-10-26 Dave Love <fx@gnu.org>
* mail-source.el: Require imap when compiling and defvar
	display-time-mail-function.  Require mm-util.
	(nnheader-cancel-timer): Autoload.
	(mail-source-imap-authenticators, mail-source-imap-streams): New
	variables.
	(mail-sources): Use them.
	(defvar): Use rmail-spool-directory unconditionally.

2000-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>

	* mail-source.el (mail-sources): Better `:type'.

2000-10-26  Kai Gro�ohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* mail-source.el (mail-source-keyword-map): Use
	`rmail-spool-directory' as a default directory for the `file'
	source, if the variable is defined.  Fall back to hardcoded
	"/usr/spool/mail/", as before.  Suggestion by Steven E. Harris
	<seh@speakeasy.org>.
2000-10-26 17:13:22 +00:00
Jason Rumney
3d647abe6a *** empty log message *** 2000-10-25 19:10:39 +00:00
Dave Love
46c519de2c *** empty log message *** 2000-10-23 17:51:33 +00:00
Stefan Monnier
c70fe8527e *** empty log message *** 2000-10-19 15:42:49 +00:00
Dave Love
776ca44f00 (mm-uu-decode-function)
(mm-uu-binhex-decode-function): Defvar when compiling.
2000-10-18 17:08:35 +00:00
Dave Love
f49c4ef75c (gnus-nocem-issuers): Update.
(gnus-nocem-check-from): New option.
(gnus-nocem-scan-groups): Use it.
(gnus-nocem-check-article): Bind gnus-newsgroup-name.
(gnus-nocem-check-article-limit): Add :version.
2000-10-18 16:50:53 +00:00
Miles Bader
17ea3cdbd7 *** empty log message *** 2000-10-18 01:55:32 +00:00
Miles Bader
e76ef45b2b (gnus-nocem-check-article-limit): New variable.
(gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.
2000-10-18 01:54:57 +00:00
Gerd Moellmann
6569c3d3cd *** empty log message *** 2000-10-16 13:04:06 +00:00
Stefan Monnier
3b9d5a55c7 (mm-util): Require CL when compiling. 2000-10-16 05:54:44 +00:00
Dave Love
ad64a8881c *** empty log message *** 2000-10-15 17:29:48 +00:00
Dave Love
b756f5b43d Require mm-util. 2000-10-15 17:19:43 +00:00
Dave Love
40ad3db491 *** empty log message *** 2000-10-13 14:20:54 +00:00
Dave Love
b5287163ec (quoted-printable-decode-region): Avoid invalid
coding-systems.
2000-10-13 14:08:06 +00:00
Dave Love
d1a7bc9359 (mm-charset-synonym-alist): Add windows-1252. 2000-10-12 11:19:01 +00:00
Gerd Moellmann
b0da379e18 *** empty log message *** 2000-10-12 10:54:43 +00:00
Gerd Moellmann
8f716686d5 Don't require `mm-uu' at compile-time; it leads
to a recursive load.
2000-10-12 10:42:46 +00:00
Dave Love
c990f53a3f *** empty log message *** 2000-10-12 09:21:35 +00:00
Dave Love
00558b127a fix last 2000-10-12 09:19:23 +00:00
Dave Love
661dd38e34 (gnus-group-startup-message): Check for PBM image. 2000-10-12 09:18:01 +00:00
Dave Love
126cbb422a (mail-source-fetch-imap): Bind
default-enable-multibyte-characters rather than using
mm-disable-multibyte.
2000-10-09 13:35:39 +00:00
Dave Love
f5533b6358 *** empty log message *** 2000-10-06 22:55:11 +00:00
Stefan Monnier
b28ce55a42 Require CL. At least, for `incf'. 2000-10-06 18:16:18 +00:00
Dave Love
50e488b16b Don't require cl.
(gnus-audio): New custom group.
(gnus-audio-inline-sound): Change to work with Emacs.
(gnus-audio-directory, gnus-audio-directory)
(gnus-audio-au-player):  Customize.
(gnus-audio-play): Try external player if play-sound-file fails.
Use file-name-extension, not string-match.
2000-10-06 14:35:27 +00:00
Dave Love
a470fcc68d *** empty log message *** 2000-10-06 13:53:12 +00:00
Dave Love
d21a76dad9 (mm-decode-coding-region, mm-encode-coding-region):
Autoload.
(quoted-printable-decode-region):  Rename arg which confused
charset with coding-system.  Don't use nonascii-insert-offset.
Coding-system encode the region initially.  Don't recognize `=='
as valid QP.  Coding-system decode the region finally.
(quoted-printable-decode-string): Rename arg which confused
charset with coding-system.
2000-10-06 13:35:20 +00:00
Dave Love
eb806ef3a3 (article-de-quoted-unreadable)
(article-de-base64-unreadable): Fold search case
rather than downcasing string.  Apply mm-charset-to-coding-system
to arg of quoted-printable-decode-region.
2000-10-06 13:33:37 +00:00
Dave Love
058635a937 Require mm-uu, Don't require qp, uudecode.
(mm-encode-body): Apply mm-charset-to-coding-system to arg of
mm-encode-coding-region.
(mm-decode-body, mm-decode-string): Rename variables which
confused charset with coding-system.
(binhex-decode-region): Don't autoload.
(mm-body-encoding): Require message.
(mm-decode-content-transfer-encoding): Require mm-uu in relevant
cond branches.
2000-10-06 13:31:27 +00:00
Stefan Monnier
dcf4ae738b (nnfolder-ignore-active-file): Typos. 2000-10-05 23:26:40 +00:00
Stefan Monnier
0a30c4c8f3 (gnus-summary-save-in-folder): Obey mh-lib-progs. 2000-10-05 23:23:27 +00:00
Stefan Monnier
b262af48f2 (gnus-kill): Typo. 2000-10-05 23:23:06 +00:00
Dave Love
1391c56767 Require cl when compiling. 2000-10-05 20:10:23 +00:00
Dave Love
721d5fba2d *** empty log message *** 2000-10-05 18:20:13 +00:00
Kenichi Handa
86647e1190 *** empty log message *** 2000-10-05 06:02:24 +00:00
Kenichi Handa
33ecc295fc Revived 2000-10-05 05:49:45 +00:00
Stefan Monnier
c917127845 require 'cl when compiling. 2000-10-05 01:56:56 +00:00
Dave Love
5f180e5360 Don't turn off compiler warnings in local vars.
Require ring when compiling.
(gnus-x-splash): Bind width, height.
(gnus-article-compface-xbm): New variable.
(gnus-article-display-xface): Move graphic test.  Use unibyte.
Obey gnus-article-compface-xbm.  Use pbm, not xbm.
2000-10-04 17:24:25 +00:00
Dave Love
2737144821 *** empty log message *** 2000-10-04 16:45:43 +00:00
Dave Love
d32525fdbe (smiley-regexp-alist, smiley-update-cache): Use
pbm images.
2000-10-04 15:32:24 +00:00
Dave Love
7669d6a3c3 *** empty log message *** 2000-10-04 15:30:17 +00:00
Dave Love
3b0bf2617c (quoted-printable-encode-region): Don't use mm-find-charset-region. 2000-10-03 17:38:06 +00:00
Dave Love
657b2c659b Don't require mm-util.
(quoted-printable-decode-region): Rewritten.
(quoted-printable-decode-string, quoted-printable-encode-region):
Doc fix.
(quoted-printable-encode-region): Barf on multibyte characters.
Maybe make the class multibyte.  Upcase chars, not formatted
strings.  Allow mm-use-ultra-safe-encoding to be unbound.
(quoted-printable-encode-string): Don't use
mm-with-unibyte-buffer.
2000-10-03 16:13:36 +00:00
Dave Love
72fc04186a 2000-10-03 Dave Love <fx@gnu.org>
* mail-source.el (mail-sources): Revert to nil.

2000-10-03  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* mail-source.el (mail-source-report-new-mail): Use
	nnheader-cancel-timer.

2000-10-03  Simon Josefsson  <simon@josefsson.org>

	* mail-source.el (mail-source-imap-file-coding-system): New variable.
	(mail-source-fetch-imap): Use it.
2000-10-03 16:12:25 +00:00
Dave Love
9a075f5ee6 (nnmail-spool-file): Revert to `((file))'. 2000-10-03 16:11:12 +00:00
Gerd Moellmann
f02149ce31 *** empty log message *** 2000-09-29 19:37:53 +00:00
Gerd Moellmann
e03eed5154 (gnus-mode-line-buffer-identification)[EMACS]: Fix
last change.
2000-09-29 19:37:23 +00:00
Gerd Moellmann
323ce45282 (smiley-update-cache): Use `:ascent center'. 2000-09-29 19:22:03 +00:00
Gerd Moellmann
5c049c8be3 (gnus-mode-line-buffer-identification)[EMACS]: Use
`:ascent center'.
2000-09-29 19:20:41 +00:00
Gerd Moellmann
e35786a23f (gnus-mode-line-buffer-identification) [Emacs]: Change
image's :ascent to 80.  That gives a mode-line which is approx.
as tall as the normal one.
2000-09-28 20:19:44 +00:00
Dave Love
5768681d58 (smiley-region): Test if display-graphic-p bound
(for Emacs 20).  Tidy somewhat.
2000-09-21 16:28:06 +00:00
Dave Love
c29d77c4b6 *** empty log message *** 2000-09-21 09:29:24 +00:00
Dave Love
e7d235f7f3 (gnus-article-display-xface): Use unibyte for the image processing.
Rationalize logic somewhat.
2000-09-21 09:23:32 +00:00
Dave Love
b246235bea *** empty log message *** 2000-09-20 17:08:54 +00:00
Dave Love
8b93df0128 Merge from Gnus trunk. 2000-09-20 16:54:57 +00:00
Dave Love
805b7fc074 (mail-source-delete-incoming): Set to t, assuming
we'll be careful merging development changes.
2000-09-20 16:52:10 +00:00
Dave Love
7d188d3d8b (gnus-1) <gnus-simple-splash>: Don't test for X
specifically.
2000-09-20 16:49:43 +00:00
Dave Love
20caff3323 (mm-valid-and-fit-image-p): Use display-graphic-p. 2000-09-20 16:47:30 +00:00
Dave Love
ceaed79bfa (gnus-version-number): Start 5.9 series. Avoid some
redundant autoloads.
2000-09-20 16:46:34 +00:00
Dave Love
2d2f7f3ed6 (gnus-smiley-display): Autoload from smiley-ems.
(mouse-set-point, set-face-foreground)
(set-face-background, x-popup-menu) [not window-system]: Don't zap
them.
2000-09-20 16:42:43 +00:00
Gerd Moellmann
b7e11c5bb5 *** empty log message *** 2000-09-20 14:07:25 +00:00
Gerd Moellmann
7044c0584d (gnus-article-display-xface): Don't convert PBM
to XBM; we always have PBM support.
2000-09-20 13:20:32 +00:00
Dave Love
ce9401f30b Merge from Gnus trunk. 2000-09-20 11:46:48 +00:00
Dave Love
3a1355e5ad *** empty log message *** 2000-09-20 10:43:45 +00:00
Gerd Moellmann
c113de2361 *** empty log message *** 2000-09-19 13:40:08 +00:00
Gerd Moellmann
16409b0bb8 Update to emacs-21-branch of the Gnus CVS repository. 2000-09-19 13:37:09 +00:00
Kenichi Handa
6922b01802 *** empty log message *** 2000-08-21 01:39:25 +00:00
Gerd Moellmann
a893064df5 Correct author's mail address. 2000-07-19 11:04:18 +00:00
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Gerd Moellmann
d150418429 *** empty log message *** 2000-06-19 12:13:14 +00:00
Gerd Moellmann
ead0e4e0dd (gnus-uu-default-view-rules): Don't use `xv'. 2000-06-19 12:11:31 +00:00
Dave Love
4cac7481ee Import changes from current Gnus.
(pop3-open-server): Bind coding systems before creating buffer and
fix creating its name.
(pop3-string-to-list): Function deleted.  Change callers to use
split-string.
2000-05-08 17:59:45 +00:00
Dave Love
b0e40a7fe1 Fix copyright dates. 2000-01-31 22:03:00 +00:00
Dave Love
a9c810bf47 (pop3-movemail-file-coding-system): Doc fix.
(pop3-movemail): Replace binding of pop3-movemail-file-coding-system.
1999-12-19 00:39:01 +00:00
Dave Love
54b029480e (nnvirtual-create-mapping): Don't use mapc. 1999-10-23 12:00:04 +00:00
Dave Love
eb018ad341 *** empty log message *** 1999-10-19 18:36:10 +00:00
Dave Love
dd5da9b8ac Merge changes from version `1.3s' which we weren't sent. 1999-10-19 18:27:39 +00:00
Stefan Monnier
767d12f23e Use make-temp-file. 1999-10-15 16:03:59 +00:00
Dave Love
1270d7ca66 # 1999-10-05 11:10:25 +00:00
Dave Love
2690179258 # 1999-09-30 14:13:07 +00:00
Dave Love
1791e2e537 # 1999-09-30 14:07:54 +00:00
Eli Zaretskii
ce081ee334 (nnsoup-tmp-directory): Use temporary-file-directory. 1999-09-07 13:06:27 +00:00
Eli Zaretskii
543a15491e (gnus-uu-tmp-dir): Use temporary-file-directory. 1999-09-07 13:04:48 +00:00
Andreas Schwab
8de38c21fc (gnus-emphasis-underline-italic): Doc fix. 1999-08-24 12:20:31 +00:00
Karl Heuer
5762abecd3 Fix maintainer address. 1999-08-16 04:04:27 +00:00
Karl Heuer
6c717109ed (gnus-uu-decode-save-view): Fix typo. 1999-07-01 08:42:26 +00:00
Karl Heuer
eb284ea1f3 (gnus-permanently-visible-groups): Fix custom type. 1999-06-12 04:07:04 +00:00
Richard M. Stallman
418cb80df2 (nnmail-read-passwd): Use read-passwd if that is defined. 1999-04-08 19:08:22 +00:00
Richard M. Stallman
ff88af3794 (pop3-read-passwd): Use read-passwd if that is defined. 1999-04-08 19:08:11 +00:00
Kenichi Handa
1ce2a3422d (gnus-mule-message-send-mail-function): Find a
coding system to encode the message by
select-message-coding-system.
1999-04-08 02:34:12 +00:00
Richard M. Stallman
2b09b4cecf (gnus-summary-save-in-folder): Use mh-lib-progs. 1999-04-07 23:45:36 +00:00
Richard M. Stallman
58a58dc023 When compiling, ignore errors in nnweb. 1999-04-06 20:00:52 +00:00
Andreas Schwab
107ecebbe7 (gnus-data-compute-positions): Move down after
the gnus-save-hidden-threads macro.
1999-03-31 08:40:48 +00:00
Lars Magne Ingebrigtsen
df80b09f29 Initial revision 1999-02-20 14:11:41 +00:00
Lars Magne Ingebrigtsen
6748645fc3 Upgrading to Gnus 5.7; see ChangeLog 1999-02-20 14:05:57 +00:00
Lars Magne Ingebrigtsen
44a6ed57c9 *** empty log message *** 1999-02-20 13:52:45 +00:00
Andrew Innes
2602d1eaac (nntp-request-group): Undo previous change (4xx and 5xx responses are
already handled properly).
1998-12-14 09:03:04 +00:00
Richard M. Stallman
58c4bd873e (message-ignored-supersedes-headers): Remove NNTP-Posting-Date. 1998-11-21 22:30:41 +00:00
Andrew Innes
01215c1f35 (nntp-request-group): Allow for failures when requesting a new group. 1998-11-20 23:54:16 +00:00
Karl Heuer
436cc82c6a Require cl. 1998-11-15 17:45:33 +00:00
Dave Love
1b978bfc85 (gnus-button-embedded-url, gnus-button-url):
Don't funcall browse-url-browser-function.
1998-11-01 16:58:49 +00:00
Andreas Schwab
b6895193b7 Don't require 'w3 and 'url unprotected. 1998-10-30 10:57:05 +00:00
Richard M. Stallman
5cc7d37c6e Require `cl' before using nnoo-declare. 1998-10-17 20:17:09 +00:00
Richard M. Stallman
66bd5242de (nntp-possibly-change-group): Allow for unexpected
responses to GROUP command, since this may be called from a timer
with quit inhibited.
1998-10-13 03:24:50 +00:00
Richard M. Stallman
c03adfbdf1 (pop3-open-server): Bind coding-system-for-read and ...-for-write. 1998-10-12 23:15:16 +00:00
Richard M. Stallman
cebe85e9df (pop3-open-server): Set process-coding-system-alist around open-network-stream. 1998-10-08 09:58:00 +00:00
Karl Heuer
83e905f3fa (message-auto-save-directory): Renamed from
message-autosave-directory.  All references changed.
1998-10-06 23:16:37 +00:00
Karl Heuer
c06fc52463 (gnus-valid-select-methods): Fix type. 1998-10-01 21:01:15 +00:00
Karl Heuer
04ad70ace5 (gnus-summary-respool-default-method): Fix type. 1998-10-01 20:56:19 +00:00
Karl Heuer
a5f06018e1 (gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Fix type.
1998-10-01 20:46:42 +00:00
Karl Heuer
4bb6a3a63c (gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.
1998-10-01 20:41:53 +00:00
Karl Heuer
a9d6e49639 (gnus-output-to-rmail): adjust to
`rmail-output-to-rmail-file'
1998-09-25 17:00:25 +00:00
Karl Heuer
7a12a2f7e8 Extend the list of autoloaded functions. 1998-09-25 16:51:32 +00:00
Dave Love
0d5dc4a5fa (require): Wrap requirement of w3 and url in
ignore-errors too, eval'd when compile.  Require w3 stuff at load
time for nicer failure if it's not available.
1998-09-08 12:47:39 +00:00
Karl Heuer
d6e0f29810 (gnus-save-newsrc-file): Bind
coding-system-for-write before saving.
(gnus-check-first-time-used): Change current
buffer before creating help group.
1998-08-26 18:41:35 +00:00
Kenichi Handa
1b23dc8205 (message-send-mail-with-sendmail): Bind
coding-system-for-write by the return value of
select-message-coding-system.
(message-send-mail-with-qmail): Likewise.
1998-08-25 10:25:03 +00:00
Richard M. Stallman
45926d06f4 (nntp-encode-text): Properly encode outgoing text by
putting CR at the end of all lines.
1998-08-13 06:20:33 +00:00
Richard M. Stallman
20cf0008ed Require sendmail.
(message-fill-yanked-message): Use mail-citation-prefix-regexp
as an arg to fill-individual-paragraphs.
1998-08-08 21:28:09 +00:00
Richard M. Stallman
346e135fb3 (gnus-startup-file-coding-system): New variable.
(gnus-read-init-file, gnus-read-newsrc-el-file): Use that.
1998-08-08 02:37:58 +00:00
Richard M. Stallman
4a55f847c5 (message-cite-original): If mail-citation-hook
is non-nil, just run that and do nothing else.
(message-cite-function): Don't initialize from mail-citation-hook.
1998-07-02 07:00:30 +00:00
Andreas Schwab
a994a6db03 (gnus-use-article-prefetch): Use `other'
widget type.
1998-06-24 09:11:55 +00:00
Andreas Schwab
e04c9f73cf (gnus-prompt-before-saving): Use `other' widget
type.
1998-06-24 09:11:10 +00:00
Richard M. Stallman
527fcc2fa0 Fix up first line. 1998-06-07 23:04:11 +00:00
Richard M. Stallman
b2c677c2c9 (message-mode): Set paragraph-start and
paragraph-separate as in mail-mode.
1998-06-07 01:30:09 +00:00
Richard M. Stallman
a4e7db383d (message-mode): Locally bind adaptive-fill-regexp
and adaptive-fill-first-line-regexp.
1998-05-19 05:45:21 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Karl Heuer
c2a2ac1a7c (gnus-emphasis-alist): Use nth, not caddr. 1998-04-12 18:13:34 +00:00
Kenichi Handa
e36acf38cf (gnus-mule-initialize): Do not set
nntp-coding-system-for-read and nntp-coding-system-for-write.
1997-11-08 03:09:24 +00:00
Kenichi Handa
aa2fada65e (nntp-coding-system-for-read): Set default value to
binary.
(nntp-coding-system-for-write): Likewise.
1997-11-08 03:09:24 +00:00
Kenichi Handa
0791fc5615 (gnus-read-descriptions-file): Decode
description if necessary.
1997-11-08 03:09:24 +00:00
Kenichi Handa
9913ef5adb Set chinese-big5 for newsgroup "tw". 1997-10-22 04:34:23 +00:00
Kenichi Handa
cb160af852 (gnus-show-traditional-method): Call
gnus-mule-decode-article only when enable-multibyte-characters is
non-nil.
1997-10-22 04:34:23 +00:00
Kenichi Handa
4016646482 (gnus-ems-redefine): Require `gnus-mule' only
when enable-multibyte-characters is non-nil.
1997-10-22 04:34:23 +00:00
Kenichi Handa
06dee88cc2 (gnus-structured-field-decoder): Pay attention
to enable-multibyte-characters.
(gnus-unstructured-field-decoder): Likewise.
1997-10-22 04:34:23 +00:00
Kenichi Handa
ecd70f86ff Require nntp instead of gnus and message.
Set euc-kr for newsgroup "han".  Delete code for add-hooking
gnus-mule-initialize and setting coding system for nntp.
Set default coding system for encoding to
iso-latin-1.
(gnus-mule-select-coding-system): Get a coding system of the
current newsgroup from gnus-summary-buffer.
(gnus-mule-decode-summary): Deleted.
(gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
gnus-parse-headers-hook.  Don't add-hook gnus-mule-decode-summary
and gnus-mule-decode-article.  Don't set process coding system for
nntp stream to 'no-conversion, instead set
nntp-coding-system-for-read to 'binary.  Set
nnheader-file-coding-system and nnmail-file-coding-system to
'binary.
Set nntp-coding-system-for-write to
binary.
1997-09-26 01:50:55 +00:00
Kenichi Handa
c8e521b489 (nnmh-retrieve-headers): Bind
file-name-coding-system to binary.
(nnmh-request-article): Likewise.
(nnmh-request-group): Likewise.
(nnmh-request-list): Likewise.
(nnmh-possibly-change-directory): Likewise.
(nnmh-active-number): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
4f7d7340f8 (nnml-retrieve-headers): Bind
file-name-coding-system to binary.
(nnml-request-article): Likewise.
(nnml-request-group): Likewise.
(nnml-request-list): Likewise.
(nnml-possibly-change-directory): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
6e262a8810 (gnus-show-traditional-method): New variable.
(gnus-article-prepare): If gnus-show-mime is nil, call
gnus-show-traditional-method.
1997-09-26 01:50:55 +00:00
Kenichi Handa
ccaab51123 (nntp-coding-system-for-write): New variable.
(nntp-open-connection): Bind coding-system-for-write to
nntp-coding-system-for-write.
1997-09-26 01:50:55 +00:00
Kenichi Handa
3c22558d5e (gnus-ems-redefine): If the feature `mule' is
provided, require gnus-mule and call gnus-mule-initialize.
1997-09-26 01:50:55 +00:00
Kenichi Handa
ddcfd8dee9 (nnfolder-request-list): Bind
file-name-coding-system to binary.
(nnfolder-possibly-change-group): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
80bb5a78a5 (gnus-structured-field-decoder): If the
feature `mule' is provided, set the default value to the function
which decode the argument string by gnus-mule-coding-system.
(gnus-unstructured-field-decoder): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
b784063f36 (nnmail-find-file): Bind
file-name-coding-system to binary.
(nnmail-write-region): Likewise.
1997-09-26 01:50:55 +00:00
Lars Magne Ingebrigtsen
a8151ef7e5 *** empty log message *** 1997-09-24 01:50:24 +00:00
Richard M. Stallman
22115a9ebb (gnus-summary-thread-gathering-function): Fix customize type. 1997-09-13 06:30:44 +00:00
Richard M. Stallman
6b08d5ac5d (gnus-permanently-visible-groups): Fix customize type. 1997-09-13 06:29:52 +00:00
Richard M. Stallman
83be5c8c3e (gnus-default-subscribed-newsgroups): Fix custom type. Doc fix.
(gnus-init-file): Doc fix.

(gnus-site-init-file): Fix customize type.
1997-09-13 06:25:46 +00:00
Kenichi Handa
edfa053fdd Set no-conversion for network communication
with nntpd.
(gnus-mule-initialize): For safety, set no-conversion for network
communication with nntpd.
1997-09-11 05:24:25 +00:00
Kenichi Handa
8eeac318b6 Add coding system specification for several
news groups.
1997-09-10 07:42:31 +00:00
Richard M. Stallman
05d7062806 (message-unix-mail-delimiter): Initialize
to the same value that rmail-unix-mail-delimiter is initialized to.
1997-09-05 06:15:33 +00:00
Richard M. Stallman
51bab9999e Require cl at compile time. 1997-08-31 07:58:46 +00:00
Richard M. Stallman
838bf4737f (pop3-md5): New function.
(pop3-apop): Use pop3-md5, not md5.
(pop3-md5-program): New variable.
1997-08-31 07:58:03 +00:00
Kenichi Handa
a8a9015518 (nnmh-request-list, nnmh-active-number): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
d49d7823f8 (nnml-possibly-change-directory): Likewise
(nnml-retrieve-headers, nnml-request-article,
nnml-request-group, nnml-request-list): Likewise
1997-08-28 04:51:02 +00:00
Kenichi Handa
7fb884d953 Require cl at compile time before loading gnus, etc. 1997-08-28 04:51:02 +00:00
Kenichi Handa
3a787ab0c3 (nnspool-file-coding-system): New variable.
(nnspool-retrieve-headers, nnspool-retrieve-headers-with-nov,
nnspool-find-file): Override `nnheader-file-coding-system' by
`nnspool-file-coding-system' for gnspool on Windows 95/NT.
1997-08-28 04:51:02 +00:00
Kenichi Handa
fc46309dc8 (nntp-coding-system-for-read): New variable.
(nntp-open-connection): Bind `coding-system-for-read' with
`nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
58724016c2 (nnfolder-request-list): Override
'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'.
(nnfolder-request-list, nnfolder-possibly-change-group): Protect
from conversion by `pathname-coding-system' for XEmacs/mule.
(nnfolder-group-pathname): Encode pathname for Emacs 20.
1997-08-28 04:51:02 +00:00
Kenichi Handa
e0b8fdf59f (nnheader-pathname-coding-system): New variable.
(nnheader-file-coding-system): New variable.
(nnheader-group-pathname): Encode pathname for Emacs 20.
(nnheader-find-file-noselect): Bind `coding-system-for-read' with
`nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnheader-insert-file-contents): Bind `coding-system-for-read'
with `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
a16dd35a64 (pop3-movemail-file-coding-system): Append it for
assigning a coding system to receive mail with pop3.
(pop3-movemail): Modify for writing messages with
pop3-movemail-file-coding-system.
1997-08-28 04:51:02 +00:00
Kenichi Handa
2bd3dcae0e (gnus-structured-field-decoder): New variable.
(gnus-unstructured-field-decoder): New variable.
(gnus-get-newsgroup-headers, gnus-nov-parse-line): Use
`gnus-structured-field-decoder' and
`gnus-unstructured-field-decoder' for Subject field.
1997-08-28 04:51:02 +00:00
Kenichi Handa
1613b43af7 (nnmail-active-file-coding-system): New variable.
(nnmail-insert-xref): Encode pathname for Emacs 20.
(nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article,
nnmh-request-group, nnmh-possibly-change-directory): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
(nnmail-pathname-coding-system): New variable.
(nnmail-group-pathname): Encode pathname for Emacs 20.
nnmail-file-coding-system): New variable.
(nnmail-find-file): Bind `coding-system-for-read' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnmail-write-region): Bind `coding-system-for-write' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
1997-08-28 04:51:02 +00:00
Richard M. Stallman
cd0f48fcb0 (gnus-select-method): Change the other ignore-errors. 1997-08-26 22:11:25 +00:00
Richard M. Stallman
0b9d8890ce Require cl at compile time. 1997-08-26 06:38:09 +00:00
Richard M. Stallman
a5d0c44ef8 (gnus-group-make-useful-group): Don't use caddr in interactive. 1997-08-26 06:30:41 +00:00
Richard M. Stallman
8520b9bf55 (gnus-emphasis-alist): Don't use caddr. 1997-08-26 06:29:12 +00:00
Richard M. Stallman
249ffa67f1 Require cl at compile time. 1997-08-26 00:13:53 +00:00
Richard M. Stallman
8df727303e Require cl only at compile time.
(message-user-agent): Use condition-case, not ignore-errors.
(message-talkative-question): Doc fix.
1997-08-25 04:59:33 +00:00
Richard M. Stallman
a36c8d02b0 Require cl at compile time.
(gnus-select-method): Use condition-case, not ignore-errors.
(gnus-check-backend-function): Definition moved up.
1997-08-25 04:57:07 +00:00
Richard M. Stallman
f26c6ccdcb Require cl only at compile time.
(gnus-parent-id): Don't use last with 2 args.
1997-08-25 04:53:47 +00:00
Richard M. Stallman
0df953b600 Require cl only at compile time. 1997-08-25 04:50:34 +00:00