Glenn Morris
97610156f4
Fix spelling of "precede".
2011-02-22 23:08:12 -08:00
Glenn Morris
85ee3c753c
* lisp/gnus.el (gnus-meta): Doc fix.
2011-02-17 21:17:10 -08:00
Chong Yidong
b9c82730f9
Don't let-bind copyright-update in nnfolder-save-buffer.
...
See:
http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00284.html
http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00651.html
* nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
in case it's not yet loaded.
2011-02-16 20:46:55 -05:00
Juanma Barranquero
b762841f95
Fix trivial typos in comments and ChangeLogs.
2011-02-12 04:17:00 +01:00
Glenn Morris
01739ccca0
* lisp/gnus/nnbabyl: Fix typo in copyright years.
2011-01-23 23:45:22 -08:00
Chong Yidong
5399653b53
* message.el (message-bury): Add special-case handling for Rmail.
...
This should not be merged into the trunk.
2011-01-12 23:24:31 -05:00
Glenn Morris
ae01d7ca64
* message.el (message-mail): A compose-mail function should accept headers as strings.
2011-01-11 19:53:28 -08:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Yuri Karaban
4b320a0146
* pop3.el (pop3-open-server): Read server greeting before starting TLS negotiation.
2010-11-19 11:25:09 -05:00
Juanma Barranquero
88dbda519d
Fix typos.
...
* doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos.
* lisp/org/org-exp.el (org-export-visible):
* lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
Fix typos in docstrings.
2010-10-23 01:38:34 +02:00
Juanma Barranquero
c0943d3db2
Fix typos in docstrings, comments and ChangeLogs.
...
* etc/tutorials/TUTORIAL.es: Fix typos.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.
* lisp/org/org-agenda.el (org-prefix-category-length)
(org-prefix-category-max-length): Fix typos in docstrings.
* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-13 01:25:19 +02:00
Juanma Barranquero
51e4f4a88d
Fix typos in docstrings, comments and ChangeLogs.
...
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-12 17:16:57 +02:00
Glenn Morris
872b1b16c3
Fix message-mode bug with fcc to Rmail buffers.
...
* lisp/gnus/message.el (message-output): Use gnus-output-to-rmail if a
buffer is visiting the fcc file in rmail-mode.
2010-09-20 20:11:34 -07:00
Katsumi Yamaoka
c4498ffd14
Synch with Gnus trunk:
...
;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.)
(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op. By Andreas Seltenreich <seltenreich@gmx.de>.
2010-04-22 23:41:53 +00:00
Katsumi Yamaoka
bff3818b73
Synch with Gnus trunk:
...
2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
the CVS repo. Put the Git repo in the news section.
* gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo.
Removed some mentions of CVS. Mention the new Git repo.
2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
* smime.el: Don't mention CVS.
* nnrss.el (nnrss-fetch): Don't mention CVS.
* nnir.el: Don't mention CVS.
2010-04-18 23:24:22 +00:00
Andreas Schwab
d7b4879190
Use correct coding system when verifying a pgp signed message
...
* mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
if set.
2010-04-01 17:34:05 +02:00
Katsumi Yamaoka
a2c9fe4366
(mm-add-meta-html-tag): Fix regexp matching meta tag.
2010-03-29 10:16:23 +00:00
Chong Yidong
481134fd24
Fix mail-default-headers handling in Message mode.
...
* gnus/message.el (message-default-mail-headers):
(message-default-headers): Carry the value mail-default-headers over
into message-default-mail-headers, rather than message-default-headers.
2010-03-27 13:53:35 -04:00
Juanma Barranquero
2b8f62e986
Fix typos in Gnus.
...
* message.el (message-interactive): Doc fix.
(message-qmail-inject-args): Reflow.
(message-kill-to-signature): Fix typo in docstring.
* smiley.el (smiley-buffer): Fix typo in docstring.
2010-03-22 16:49:52 +01:00
Glenn Morris
ac1af6357a
Close bug#5643.
...
* message.el (message-send-mail-function): Change the default, so that
it inherits from a customized send-mail-function. (Bug#5643)
2010-02-25 20:45:41 -08:00
Stefan Monnier
86f5c0343d
(gnus-treat-display-x-face): Protect against errors (bug#5299).
2010-02-24 11:40:04 -05:00
Glenn Morris
daf4b83bd5
Doc fixes.
...
* message.el (message-smtpmail-send-it)
(message-send-mail-with-mailclient): Doc fixes.
2010-02-23 19:12:54 -08:00
Glenn Morris
dc4d62739d
Change a custom default to ease the mail->message transition.
...
* message.el (message-default-mail-headers): Change the default value
to ease the transition from mail-mode to message-mode. (Bug#5555)
2010-02-15 18:48:08 -08:00
Chong Yidong
f53a65903c
* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2010-01-17 18:49:27 -05:00
Chong Yidong
b1ea379790
* message.el (message-mail): Just pass yank-action on to message-setup.
...
(message-setup): Handle (FUN . ARGS) form of yank-action.
(message-with-reply-buffer, message-widen-reply)
(message-yank-original): Handle non-buffer values of
message-reply-buffer (Bug#4080).
2010-01-17 18:33:55 -05:00
Juanma Barranquero
4963739e1d
Fix typos in docstrings.
2010-01-17 03:25:53 +01:00
Juanma Barranquero
5a89f0a793
Fix typos in comments.
2010-01-14 19:37:23 +01:00
Juanma Barranquero
b643362c6c
Fix typos in ChangeLogs and NEWS files.
2010-01-14 19:29:36 +01:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Jason Rumney
889e4d55f5
* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK response.
2010-01-10 22:30:40 +08:00
Katsumi Yamaoka
8a9082249c
Merge from mainline.
2010-01-06 09:16:36 +00:00
Katsumi Yamaoka
770d9a1f45
Merge from mainline.
2010-01-06 00:00:28 +00:00
Andreas Schwab
7b47345b7c
Fix gnus-summary-recenter to properly handle invisible lines
...
* gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
(gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
2010-01-05 21:37:43 +01:00
Chong Yidong
61f49e0bb6
Fix last change to message-exchange-point-and-mark.
...
* message.el (message-exchange-point-and-mark): Rework last change to
avoid using optional arg of exchange-point-and-mark, for backward
compatibility.
2010-01-02 14:18:44 -05:00
Chong Yidong
bd0948ca04
* lisp/gnus/message.el (message-exchange-point-and-mark): Call
...
exchange-point-and-mark with an argument rather than setting
mark-active by hand (Bug#5175).
2010-01-01 15:42:22 -05:00
Juanma Barranquero
5ce6e4f452
Fix typos in ChangeLogs.
2009-12-29 02:57:40 +01:00
Katsumi Yamaoka
78dc2a3859
Typo.
2009-12-18 00:52:39 +00:00
Katsumi Yamaoka
49b196a5f1
replace [:digit:] with [0-9] for XEmacs.
2009-12-18 00:47:21 +00:00
Glenn Morris
a0db2cdde2
(gnus-bug-group-download-format-alist): Change emacs entry to
...
debbugs.gnu.org. Bump :version.
2009-12-17 04:15:25 +00:00
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