- 02 Jan, 2002 1 commit
-
-
ShengHuo ZHU authored
* message.el, gnus-art.el, gnus.el, gnus-cite.el: Adapt face definitions to use :weight and :slant.
-
- 20 Dec, 2001 1 commit
-
-
Pavel Janík authored
-
- 18 Sep, 2001 1 commit
-
-
Gerd Moellmann authored
`gnus-current-select-method' in the current summary buffer. From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
-
- 18 Aug, 2001 1 commit
-
-
ShengHuo ZHU authored
* gnus-util.el (gnus-output-to-rmail): Ditto. (gnus-output-to-mail): Ditto. * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
-
- 15 Jul, 2001 1 commit
-
-
Pavel Janík authored
-
- 07 Feb, 2001 1 commit
-
-
ShengHuo ZHU authored
* message.el (message-make-forward-subject): Argument decoded. (message-forward): Use it when digest. * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article buffer. * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar in Emacs. * gnus-art.el (gnus-article-make-menu-bar): Make gnus-article-post-menu.
-
- 02 Feb, 2001 1 commit
-
-
ShengHuo ZHU authored
* gnus-score.el (gnus-summary-score-entry): match may be an integer. * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving command if there is not last-saver. * rfc2047.el (rfc2047-encode): MIME charset is not coding system. (rfc2047-charset-encoding-alist): Add big5. * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names GB2312 and Big5. * gnus-score.el (gnus-score-lower-thread): Fix a doc typo. * gnus-sum.el (gnus-summary-print-article): Remove process mark. * gnus-sum.el (gnus-summary-print-article): Take one prefix argument. Allow to print several articles in one file. * webmail.el (webmail-type-definition): netaddress changes.
-
- 31 Jan, 2001 1 commit
-
-
Dave Love authored
(gnus-treat-display-xface, gnus-treat-display-smileys): Add :version.
-
- 21 Jan, 2001 1 commit
-
-
ShengHuo ZHU authored
* message.el (message-forward): Use mule4. * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. * message.el (message-send-mail): Content-Type may not be there. By Alberto Lusiani. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. * nnslashdot.el (nnslashdot-request-list): Get the right year. By Lars Magne Ingebrigtsen. * pop3.el (pop3-get-message-count): Andrew Innes <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
-
- 22 Dec, 2000 2 commits
-
-
ShengHuo ZHU authored
* gnus-util.el (gnus-remove-text-properties-when): Return t. * mm-decode.el (mm-dissect-multipart): Avoid errors owing to malformatted messages.
-
ShengHuo ZHU authored
* gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if Emacs 20 runs on a terminal. * gnus-art.el (article-treat-dumbquotes): More doc, provided by Paul Stevenson <p.stevenson@surrey.ac.uk>
-
- 20 Dec, 2000 1 commit
-
-
ShengHuo ZHU authored
(gnus-remove-text-properties-when): Ditto. * gnus-cite.el (gnus-article-hide-citation): Use them. (gnus-article-toggle-cited-text): Use them. * gnus-art.el (gnus-signature-toggle): Use them. (gnus-article-show-hidden-text): Ditto. (gnus-article-hide-text): Ditto. * gnus-art.el (gnus-article-describe-key): Use prompt. (gnus-article-describe-key-briefly): Ditto.
-
- 21 Nov, 2000 1 commit
-
-
Dave Love authored
gnus-article-mode-map. (gnus-mime-button-menu): Use mouse-set-point. (gnus-insert-mime-button, gnus-mime-display-alternative) (gnus-mime-display-alternative): Don't use local-map property.
-
- 10 Nov, 2000 1 commit
-
-
Dave Love authored
(gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types) (gnus-article-date-lapsed-new-header) (gnus-article-mime-match-handle-function, gnus-mime-action-alist) (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601) (gnus-treat-strip-headers-in-body) (gnus-treat-capitalize-sentences, gnus-treat-play-sounds) (gnus-treat-translate): Add :version. (gnus-article-mime-part-function): Fix defcustom.
-
- 09 Nov, 2000 1 commit
-
-
Dave Love authored
-
- 30 Oct, 2000 1 commit
-
-
Dave Love authored
-
- 28 Oct, 2000 1 commit
-
-
Miles Bader authored
-
- 27 Oct, 2000 2 commits
-
-
Dave Love authored
* 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.
-
Miles Bader authored
latter has been removed.
-
- 26 Oct, 2000 1 commit
-
-
Jason Rumney authored
-
- 06 Oct, 2000 1 commit
-
-
Dave Love authored
(article-de-base64-unreadable): Fold search case rather than downcasing string. Apply mm-charset-to-coding-system to arg of quoted-printable-decode-region.
-
- 20 Sep, 2000 1 commit
-
-
Dave Love authored
-
- 19 Sep, 2000 1 commit
-
-
Gerd Moellmann authored
-
- 24 Aug, 1999 1 commit
-
-
Andreas Schwab authored
-
- 20 Feb, 1999 1 commit
-
-
Lars Magne Ingebrigtsen authored
-
- 01 Nov, 1998 1 commit
-
-
Dave Love authored
Don't funcall browse-url-browser-function.
-
- 01 Oct, 1998 1 commit
-
-
Karl Heuer authored
(gnus-saved-headers): Fix type.
-
- 24 Jun, 1998 1 commit
-
-
Andreas Schwab authored
type.
-
- 20 Apr, 1998 1 commit
-
-
Dan Nicolaescu authored
-
- 12 Apr, 1998 1 commit
-
-
Karl Heuer authored
-
- 22 Oct, 1997 1 commit
-
-
Kenichi Handa authored
gnus-mule-decode-article only when enable-multibyte-characters is non-nil.
-
- 26 Sep, 1997 1 commit
-
-
Kenichi Handa authored
(gnus-article-prepare): If gnus-show-mime is nil, call gnus-show-traditional-method.
-
- 24 Sep, 1997 1 commit
-
-
Lars Magne Ingebrigtsen authored
-
- 26 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 25 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 16 Apr, 1997 1 commit
-
-
Lars Magne Ingebrigtsen authored
-