Commit graph

1646 commits

Author SHA1 Message Date
Reiner Steib
029dda9c93 (mm-sign-option, mm-encrypt-option): Add :version tag. 2009-12-13 19:14:28 +00:00
Reiner Steib
4a9b5bf5e0 (message-info): Explain why we use `Info-goto-node'. 2009-12-12 11:53:27 +00:00
Stefan Monnier
96bdcdc44e (message-completion-in-region): New compatibility function.
(message-expand-group): Use it.
2009-12-02 03:11:38 +00:00
Katsumi Yamaoka
7fa123c8f7 (gnus-group-prepare-flat): Check also whether groups with no unread article
should be listed if the 2nd arg `predicate' is given.
2009-12-02 00:48:21 +00:00
Chong Yidong
4e14547fd4 * message.el: Revert last change. 2009-12-01 19:01:41 +00:00
Chong Yidong
28f57f7e00 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
* gnus/message.el (message-setup-hook, message-send-hook): Make into aliases
for mail-*-hook.
2009-12-01 16:20:59 +00:00
Katsumi Yamaoka
1613ac12de Add Bug#4698 to 2009-11-29 change. By Reiner Steib. 2009-11-30 22:11:19 +00:00
Juri Linkov
5aa75bd889 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
when it is fboundp in GNU Emacs 23.1.
Put `isearch-scroll' property on `gnus-recenter'. (Bug#4981)
2009-11-29 23:38:18 +00:00
Katsumi Yamaoka
937e60c88b (message-from-style, message-interactive, message-signature): Always set
default values from the corresponding mail-* variables.
(message-cite-prefix-regexp, message-sendmail-envelope-from)
(message-yank-prefix, message-indentation-spaces, message-signature-file)
(message-default-headers): Use boundp rather than (featurep 'xemacs) to check
 if the corresponding mail-* variables exist.
2009-11-24 09:19:09 +00:00
Chong Yidong
b4d472c95e * message.el (message-send-mail-with-sendmail): Revert last change. 2009-11-20 02:26:07 +00:00
Chong Yidong
4332f3ecea * message.el (message-from-style, message-interactive)
(message-cite-prefix-regexp, message-sendmail-envelope-from)
(message-yank-prefix, message-indentation-spaces, message-signature)
(message-signature-file, message-default-headers): For GNU Emacs, set
default values from the corresponding mail-* variables.
(message-send-mail-with-sendmail): Use envelope-from only if
mail-specify-envelope-from is non-nil.
2009-11-19 16:46:50 +00:00
Katsumi Yamaoka
30123838c5 (rfc2047-decode-region): Don't quote decoded words containing tspecial
characters if they have been already quoted.  -- Synch with Gnus trunk.
2009-11-17 22:10:40 +00:00
Glenn Morris
12ea3d6524 (help-xref-stack-item): Define for compiler. 2009-10-24 03:42:18 +00:00
Katsumi Yamaoka
6131a09605 (gnus-remove-overlays): eval-and-compile. 2009-10-20 05:12:15 +00:00
Katsumi Yamaoka
9bfd9a76b6 Synch with Gnus trunk:
2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>

 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.

2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>

 * gnus.el (gnus-overlay-get): New alias to overlay-get.
 (gnus-overlays-in): New alias to overlays-in.

 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
 gnus-overlay-get, and gnus-delete-overlay.
 (gnus-summary-show-thread): Make it work as well for systems in which
 next-single-char-property-change is not available.
 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.

2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>

 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.

2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>

 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
 and XEmacs that don't have `remove-overlays'.

2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>

 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
 selective display.  Use overlays instead.
2009-10-19 23:21:04 +00:00
Juanma Barranquero
84b5fcf6be * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. 2009-10-04 01:32:08 +00:00
Juanma Barranquero
0577a4301d * spam-stat.el (spam-stat-load): Fix typo in message. 2009-09-29 02:20:21 +00:00
Katsumi Yamaoka
54c72c3108 Synch with Gnus trunk.
2009-09-22  Daiki Ueno  <ueno@unixuser.org>

 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
 keys from the menu if mm-{sign,encrypt}-option is 'guided.
 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.

2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>

 * gnus-art.el (gnus-article-edit-part): Work for the buffer
 configuration that provides the sole article window in a frame;
 position point correctly after deleting a part.

2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>

 * spam.el (spam-unregister-on-reregister): Add boolean variable.
 (spam-resolve-registrations-routine): Use it to unregister articles
 that change status.
2009-09-28 12:09:01 +00:00
Juanma Barranquero
d93ec75351 * gnus-art.el (gnus-article-encrypt-body):
* message.el (message-check-recipients):
* mm-util.el (mm-codepage-setup):
* nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
  (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2009-09-23 23:58:40 +00:00
Glenn Morris
63348d2452 Fix typos in condition-case handlers. 2009-09-18 07:39:56 +00:00
Katsumi Yamaoka
83ccc32ced * nnrss.el (nnrss-request-article): Remove binding of
default-enable-multibyte-characters that has gotten needless by
the 2007-07-13 change in rfc2047-encode-message-header.

* mml.el (mml-insert-multipart): Error on the message header.
(mml-insert-part): Error on the message header; position point at
the end of a MIME tag.
2009-09-10 00:12:07 +00:00
Katsumi Yamaoka
5cc79e5aff (with-no-warnings): Define it for old Emacsen. 2009-09-09 10:41:50 +00:00
Katsumi Yamaoka
de0bdfe7aa 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-util.el (gnus-float-time): Alias to float-time if it exists.

* ecomplete.el (with-no-warnings): Define it for old Emacsen.
(ecomplete-add-item): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>

* mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
Add the optional argument `encoding' that overrides the default.

* mml.el (mml-generate-mime-1): Pass encoding defined by a user to
mm-encode-buffer.

2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>

* gnus-art.el (gnus-article-read-summary-keys):
Fix gnus-buffer-configuration's value temporarily used.
2009-09-09 09:28:43 +00:00
Glenn Morris
63220e377a Use default-value rather than default-enable-multibyte-characters. 2009-09-04 02:47:26 +00:00
Glenn Morris
5f3710a271 (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2009-09-04 02:46:08 +00:00
Glenn Morris
9c1cf6317b (quoted-printable-encode-string): Use mm-enable-multibyte, or
mm-disable-multibyte, rather than default-enable-multibyte-characters.
2009-09-04 02:45:43 +00:00
Glenn Morris
2e62b574be Use default-value rather than default-enable-multibyte-characters. 2009-09-03 07:26:31 +00:00
Glenn Morris
1a727c75ac Pass no argument to gnus-float-time rather than current-time. 2009-09-02 06:38:07 +00:00
Glenn Morris
c506adde9f (gnus-float-time): Make TIME optional, defaulting to current-time. 2009-09-02 06:36:11 +00:00
Glenn Morris
9693d3c4a3 Use gnus-float-time rather than time-to-seconds. 2009-09-02 03:29:49 +00:00
Glenn Morris
feefd9f3dd (gnus-float-time): New function.
(gnus-user-date): Use gnus-float-time.
2009-09-02 03:27:14 +00:00
Glenn Morris
c62cc3ac0c (ecomplete-add-item): In Emacs, use float-time. 2009-09-02 03:26:30 +00:00
Glenn Morris
3d493bef43 Mark face aliases with "-face" in the name as obsolete. 2009-09-02 03:04:15 +00:00
Miles Bader
29b647c561 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1632
2009-09-01 07:59:50 +00:00
Glenn Morris
7a4abdd6a7 (gnus-pick-mouse-pick-region): Use forward-line rather than goto-line. 2009-09-01 03:07:11 +00:00
Stefan Monnier
265ac10b18 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
(spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
* nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
* nnir.el (nnir-swish-e-index-file):
* gnus-sum.el (gnus-summary-delete-marked-as-read)
(gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
(gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
* gnus-msg.el (gnus-inews-mark-gcc-as-read):
* gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
(gnus-treat-display-xface): Add Emacs version of obsolescence.
2009-08-29 03:03:23 +00:00
Miles Bader
b0b63450dc Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1629
2009-08-29 00:27:12 +00:00
Stefan Monnier
14acf2f55e * gnus/nnheader.el (nnheader-find-file-noselect):
* gnus/mm-util.el (mm-insert-file-contents):
* org/org-html.el (org-export-as-html):
* org/org-docbook.el (org-export-as-docbook):
* textmodes/reftex.el (reftex-get-file-buffer-force):
* progmodes/verilog-mode.el (verilog-batch-execute-func):
* emulation/viper.el (viper-go-away, viper-set-hooks):
* emacs-lisp/re-builder.el (re-builder-unload-function):
* emacs-lisp/bytecomp.el (byte-compile-file):
* ses.el (ses-unload-function):
* hexl.el (hexl-find-file):
* files.el (normal-mode):
* ehelp.el (with-electric-help):
* autoinsert.el (auto-insert-alist):
* arc-mode.el (archive-mode):
Use (default-value 'major-mode) instead of default-major-mode.
2009-08-28 17:02:53 +00:00
Stefan Monnier
d3192c8fd7 (nnrss-request-article): Avoid default-fill-column. 2009-08-27 05:19:42 +00:00
Glenn Morris
ec179403bd (top-level): Don't require cl at run-time.
(nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
Replace cl-function substitute with gnus-replace-in-string.
(nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
(nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
(nnir-run-find-grep): Replace cl-functions find-if and subseq with
simplified expansions.
2009-08-25 07:03:49 +00:00
Glenn Morris
5dcc825f21 (gnus-button-patch): Use forward-line rather than goto-line. 2009-08-22 19:13:34 +00:00
Miles Bader
6ab2c7a8fb Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1616
2009-07-26 08:34:53 +00:00
Glenn Morris
1d2faf9803 (gnus-demon-add-nntp-close-connection): Fix typo. (Bug#3903) 2009-07-24 03:54:25 +00:00
Katsumi Yamaoka
554a69b81c Synch with Gnus trunk:
2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
* nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
article without making inquiry to a user for unknown encoding.

* nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
(nnmaildir--scan): Assume i-node and device number that file-attributes
returns might be cons-cell.

2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
* auth-source.el: Remove docs now in auth.texi.  Don't use
`gnus-message' for logging.  Add new variables `auth-source-debug' and
`auth-source-hide-passwords' and use them.
2009-07-17 10:15:54 +00:00
Glenn Morris
0985c8f664 (gnus-make-format-preserve-properties): Doc fix. 2009-07-15 03:13:16 +00:00
Katsumi Yamaoka
ee5a613e68 (gnus-group-make-rss-group): Strip newlines and excessive whitespace
from the default values of title and description.
2009-07-10 12:05:14 +00:00
Katsumi Yamaoka
aa227ba554 (mm-dissect-buffer): Use message-fetch-field instead of mail-fetch-field to
fetch Content-Description header in order to exclude newlines.
2009-06-23 22:38:22 +00:00
Katsumi Yamaoka
0cf681b6af Synch with Gnus trunk:
2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
	to deleted part.

2009-05-30  David Engster  <dengste@eml.cc>

	* nnmairix.el: Remove old documentation in the commentary block.
	(nnmairix-request-group): Do not update active file for nnml back ends.
	(nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
	end so that overview files are ignored.
	(nnmairix-update-groups): Make updating the groups more robust by using
	marks.
	(nnmairix-determine-original-group-from-path): Circumvent mairix bug
	with dollar characters in message-id.
2009-06-08 22:47:11 +00:00
Reiner Steib
9cc20f6c21 Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el. 2009-04-28 16:57:53 +00:00
Stefan Monnier
1dbc941a59 (rfc2047-decode-region): Don't skip past `start', which
could happen if the text is only composed of spaces and/or tabs.
2009-04-20 16:17:51 +00:00