Dan Nicolaescu
9efa445fbe
* smime.el (from):
...
* rfc2047.el (message-posting-charset):
* qp.el (mm-use-ultra-safe-encoding):
* pop3.el (parse-time-months):
* nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
* nnml.el (files):
* nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
(jka-compr-compression-info-list, ange-ftp-path-format)
(efs-path-regexp):
* nndiary.el (files):
* mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
(pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
(epg-digest-algorithm-alist, inhibit-redisplay)
(password-cache-expiry):
* mml1991.el (pgg-default-user-id, pgg-errors-buffer)
(pgg-output-buffer, password-cache-expiry):
* mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
(efs-path-regexp):
* mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
(inhibit-redisplay):
* mm-uu.el (file-name, start-point, end-point, entry)
(gnus-newsgroup-name, gnus-newsgroup-charset):
* mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
(latin-unity-ucs-list):
* mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
(mm-uu-binhex-decode-function):
* message.el (gnus-message-group-art, gnus-list-identifiers, )
(rmail-enable-mime-composing, gnus-local-organization)
(gnus-post-method, gnus-select-method, gnus-active-hashtb)
(gnus-read-active-file, facemenu-add-face-function)
(facemenu-remove-face-function, gnus-article-decoded-p)
(tool-bar-mode):
* mail-source.el (display-time-mail-function):
* gnus-util.el (nnmail-pathname-coding-system)
(nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
(gnus-original-article-buffer, gnus-user-agent)
(rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
(xemacs-codename, sxemacs-codename, emacs-program-version):
* gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
* gnus-start.el (gnus-agent-covered-methods)
(gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
(gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
(gnus-newsgroup-headers, gnus-group-list-mode)
(gnus-group-mark-positions, gnus-newsgroup-data)
(gnus-newsgroup-unreads, nnoo-state-alist)
(gnus-current-select-method, mail-sources)
(nnmail-scan-directory-mail-source-once, nnmail-split-history)
(nnmail-spool-file, gnus-cache-active-hashtb):
* gnus-mh.el (mh-lib-progs):
* gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
(gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
(gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
(gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
(gnus-group-buffer):
* gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
(font-lock-set-defaults):
* gnus-art.el (tool-bar-map, w3m-minor-mode-map)
(gnus-face-properties-alist, charset, gnus-summary-article-menu)
(gnus-summary-post-menu, total-parts, type, condition, length):
* gnus-agent.el (gnus-agent-read-agentview):
* flow-fill.el (show-trailing-whitespace):
* gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
eval-and-compile wrappers for byte compiler pacifiers.
* mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
(mm-display-inline-fontify): Check for featurep 'xemacs not
extent-list.
* mm-decode.el (mm-display-external): Check for featurep 'xemacs not
itimer-list.
(mm-create-image-xemacs): Only do something for XEmacs.
(mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
* mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
* gnus-registry.el (gnus-adaptive-word-syntax-table):
* gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
* textmodes/reftex-dcr.el (reftex-start-itimer-once): Add check
for XEmacs.
* calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
* doc-view.el (doc-view-resolution): Add missing :group.
2007-11-16 16:50:35 +00:00
Miles Bader
60ece9b00d
Merge from gnus--devo--0
...
Patches applied:
* gnus--devo--0 (patch 404-406)
- Merge from gnus--rel--5.10
- Update from CVS
* gnus--rel--5.10 (patch 266)
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-919
2007-11-02 01:38:49 +00:00
Miles Bader
01c52d3165
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-911
2007-10-28 09:18:39 +00:00
Miles Bader
37cc095b6a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +00:00
Glenn Morris
5a9dffec38
Switch license to GPLv3 or later.
2007-07-25 04:24:43 +00:00
Miles Bader
5cedca8d0e
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 230-231)
- ChangeLog tweak
- Update from CVS
2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
(gnus-agent-retrieve-headers): Bind
gnus-decode-encoded-address-function to identity.
* lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
is available also when the server returns simply a dot.
* lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
it.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-48
2007-06-15 04:03:46 +00:00
Miles Bader
524705ae2d
Merge from gnus--rel--5.10
...
Patches applied:
* emacs--devo--0 (patch 725, 740-741, 749, 768, 777, 786, 788-789, 792)
- Merge from gnus--rel--5.10
- Update from CVS
- Merge from emacs--rel--22, gnus--rel--5.10
* gnus--rel--5.10 (patch 217-229)
- Update from CVS
- Merge from emacs--devo--0, emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-44
2007-06-14 10:02:55 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Miles Bader
11e95b0200
Merge from gnus--rel--5.10
...
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
2006-12-30 15:34:42 +00:00
Romain Francoise
88e6695fac
Update copyright notices of all files in the gnus directory.
2006-02-05 13:56:44 +00:00
Thien-Thi Nguyen
e84b4b8614
Update years in copyright notice; nfc.
2005-08-06 19:51:42 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Miles Bader
23f87bede0
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
...
Merge from emacs--gnus--5.10, gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
Import from CVS branch gnus-5_10-branch
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
Remove autoconf-generated files from archive
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
Update from CVS
2004-09-04 13:13:48 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
ShengHuo ZHU
3e7b2fa787
* nnheader.el (nnheader-file-name-translation-alist): Set the
...
default value for MS Windows systems.
* gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2002-06-21 18:31:10 +00:00
Juanma Barranquero
feee624038
(gnus-ems-redefine): Fix typo in comment.
2002-04-12 08:46:59 +00:00
Gerd Moellmann
bd2bc09ff5
(gnus-article-display-xface): Skip over previously
...
inserted images.
2001-09-27 12:09:35 +00:00
Dave Love
4bcf2f0574
Require ring when compiling.
2000-11-23 16:08:38 +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
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
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
e7d235f7f3
(gnus-article-display-xface): Use unibyte for the image processing.
...
Rationalize logic somewhat.
2000-09-21 09:23:32 +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
7044c0584d
(gnus-article-display-xface): Don't convert PBM
...
to XBM; we always have PBM support.
2000-09-20 13:20:32 +00:00
Gerd Moellmann
16409b0bb8
Update to emacs-21-branch of the Gnus CVS repository.
2000-09-19 13:37:09 +00:00
Lars Magne Ingebrigtsen
6748645fc3
Upgrading to Gnus 5.7; see ChangeLog
1999-02-20 14:05:57 +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
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
Lars Magne Ingebrigtsen
a8151ef7e5
*** empty log message ***
1997-09-24 01:50:24 +00:00
Lars Magne Ingebrigtsen
eec82323c2
Initial revision
1997-04-16 22:13:18 +00:00