1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/man
Miles Bader 58090a8d28 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-decode.el (mm-discouraged-alternatives): Fix custom type.
   Suggest image/.* in the doc string.

2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-decode.el (mm-display-external): Use nametemplate (defined in
   RFC1524) if it is in mailcap or add a suffix according to
   mailcap-mime-extensions when generating a temp filename; postpone
   deleting a temp file for 2 seconds for some wrappers, shell
   scripts, and so on, which might exit right after having started a
   viewer command as a background job.

2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (gnus-default-article-saver): Add user-defined
   `function' to custom type.

2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)

   * lisp/gnus/mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
   parens.

2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
   long lines.
   (gnus-cache-delete-group): Wrap doc strings.

   * lisp/gnus/gnus-agent.el (gnus-agent-rename-group)
   (gnus-agent-delete-group): Wrap doc strings.

2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)

   * lisp/gnus/rfc2231.el (rfc2231-parse-string): Support non-ascii chars.

2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
   of current-time-string.

2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)

   * lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
   date header.

2005-11-16  Boris Samorodov <bsam@ipt.ru>  (tiny patch)

   * lisp/gnus/imap.el (imap-kerberos4-open): Ignore SSL stuff.

2005-11-14  Kevin Greiner  <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-article-alist-save-format): Changed
   internal variable to a custom variable.  Changed default value
   from compressed(2) to uncompressed(1).
   (gnus-agent-read-agentview): Reversed revision 7.8 to restore
   support for uncompressed agentview files.  Taken together, reading
   the agentview file should now be 6-7 times faster.
   (gnus-agent-long-article,
   gnus-agent-short-article, gnus-agent-score): Renamed category
   keywords to match gnus-cus.
   (gnus-agent-summary-fetch-series): Modified to protect against
   gnus-agent-summary-fetch-group clearing processable flags.
   (gnus-agent-synchronize-group-flags): Update live group buffer as
   synchronization may occur due to the user toggling the plugged
   status.
   (gnus-agent-braid-nov): Now tests new nov entries
   for duplicates which are removed.  The invalid sort check then
   triggers a rescan after the sort as sorting may have moved
   duplicate entries such that they can be cheaply detected.
   (gnus-agent-read-local): Trivial fix to format of
   error message to display actual error condition.
   (gnus-agent-save-local): Avoid saving symbols that are bound to
   nil as they simply result in a warning message in
   gnus-agent-read-local.
   (gnus-agent-fetch-group-1): Clear downloadable flag when article
   successfully downloaded.
   (gnus-agent-regenerate-group): Use
   gnus-agent-synchronize-group-flags to reset read status in both
   gnus and server.

   * lisp/gnus/nntp.el (nntp-end-of-line): Doc fix.
   (nntp-authinfo-rejected): New error condition.
   (nntp-wait-for): Use new error condition to signal authentication
   error.
   (nntp-retrieve-data): Rethrow new error condition to break out of
   recursive call to nntp-send-authinfo.

2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-start.el (gnus-dribble-read-file): Use make-local-variable
   rather than make-variable-buffer-local for file-precious-flag.

2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.

2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>

   * lisp/gnus/gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
   as a buffer-local variable.  This avoids creating truncated
   dribble files as a result of a hang up, eg.

2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>

   * lisp/gnus/pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
   (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
   (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
   (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
   argument to all these routines, so the passphrase can be managed
   externally and passed in to the system.
   (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
   pgg-add-passphrase-to-cache function.

   * lisp/gnus/pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
   (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
   (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
   (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
   argument to all these routines, so the passphrase can be managed
   externally and passed in to the system.
   (pgg-pgp5-sign-region): Use new name of	pgg-add-passphrase-to-cache
   function.

2005-10-30  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/gnus/imap.el (imap-open): Handle case where buffer is a buffer
   object.

2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>

   * lisp/gnus/pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
   part of the decoded armor to find the key-identifier.
   (pgg-gpg-lookup-key-owner): New function to return the
   human-readable identifier of a key owner.
   (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
   key itself.
   (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
   the key value) if we have a key and can match it against a secret
   key.  Also, added a note pointing out fact that the prompt only
   indicates the first matching key.

   * lisp/gnus/pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
   pgg-decrypt-region.
   (pgg-pending-timers): A new hash for tracking the passphrase cache
   timers, so that new ones supercede old ones.
   (pgg-add-passphrase-to-cache): Rename from
   `pgg-add-passphrase-cache' to reduce confusion (all callers
   changed).  Modified to cancel old timers when new ones are added.
   (pgg-remove-passphrase-from-cache): Rename from
   `pgg-remove-passphrase-cache' to reduce confusion (all callers
   changed).  Modified to cancel old timers when their keys are
   removed from the cache.
   (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
   XEmacs, an indirection to delete-itimer.
   (pgg-read-passphrase-from-cache, pgg-read-passphrase):
   Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
   users can only check cache without risk of prompting.  Correct bug in
   notruncate behavior.
   (pgg-read-passphrase-from-cache, pgg-read-passphrase)
   (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
   Add informative docstrings.
   (pgg-decrypt): Convey provided passphrase in subordinate call to
   pgg-decrypt-region.

2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>

   * lisp/gnus/pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
   (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
   (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
   'passphrase' argument, so the passphrase can be managed externally
   and then passed in to the system.

   * lisp/gnus/pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
   (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
   so the passphrase cache can be used reliably with identifiers
   besides a pgp packet's key id.

   * lisp/gnus/pgg-gpg.el (pgg-pgp-encrypt-region)
   (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
   (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
   (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
   argument to all these routines, so the passphrase can be managed
   externally and passed in to the system.

   * lisp/gnus/pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
   'notruncate' argument, so the passphrase cache can be used
   reliably with identifiers besides a pgp packet's key id.

2005-10-29  Sascha Wilde  <swilde@sha-bang.de>

   * lisp/gnus/pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
   symmetric encryption.
   (pgg-gpg-symmetric-key-p): New function to check for an symmetric
   encrypted session key.
   (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
   message ask for the passphrase in a proper way.

   * lisp/gnus/pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
   New user commands for symmetric encryption.

2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/pgg.texi (User Commands): Fix description of pgg-verify-region.
   (Selecting an implementation): Fix descriptions.

2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Various Message Variables): Addition.

2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi: Fix default values.

2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Header Commands): Clarify descriptions of
   message-cross-post-followup-to, message-reduce-to-to-cc, and
   message-insert-wide-reply.
   (Various Commands): Fix kindex for message-kill-to-signature;
   clarify description of message-tab.

2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Mailing Lists): Fix description about MFT.

   * man/gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.

2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Slow Terminal Connection): Replace old description
   with new one.

2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
   replace X-Draft-Headers with X-Draft-From.

2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Various Various): Fix the default value of
   nnheader-max-head-length.
   (Gnus Versions): Fix typo.
2005-12-09 08:57:58 +00:00
..
.gitignore Add makefile (for MS-Windows). 2005-09-24 10:27:46 +00:00
abbrevs.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
ack.texi Acknowledge AZ for Emacs icons. 2005-11-16 22:12:20 +00:00
ada-mode.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
anti.texi Document ~/.emacs.d/init.el 2005-10-30 03:56:16 +00:00
autotype.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
back.texi Add arch taglines 2003-09-01 15:45:59 +00:00
basic.texi (Position Info): Update examples of the output. 2005-11-20 07:55:22 +00:00
buffers.texi * files.texi (Compressed Files): Fix typo. 2005-10-31 18:56:40 +00:00
building.texi (GDB Graphical Interface): Explain screen size setting. 2005-12-07 23:41:07 +00:00
calc.texi Changed references to `M-#' to new prefix. 2005-11-28 22:15:24 +00:00
calendar.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
cc-mode.texi Update for CC Mode 5.31. 2005-12-02 12:51:05 +00:00
ChangeLog Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668 2005-12-09 08:57:58 +00:00
cl.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
cmdargs.texi * cmdargs.texi (Icons X): Fix typo. 2005-10-12 14:21:23 +00:00
commands.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
custom.texi (Customization): Use xref to elisp manual for non-TeX output. 2005-12-09 00:30:08 +00:00
dired-x.texi (Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink 2005-10-23 17:45:24 +00:00
dired.texi (Dired and Find): Replace grep xref to `Compilation' node 2005-08-14 08:07:20 +00:00
display.texi Font lock enabled by default. 2005-11-21 05:02:37 +00:00
doclicense.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
ebrowse.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
ediff.texi added acknowledgement 2005-10-06 00:51:34 +00:00
emacs-mime.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
emacs-xtra.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
emacs.texi (Top): Put this font-lock based mode near Font Lock node. 2005-11-17 07:30:58 +00:00
entering.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
eshell.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
eudc.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
faq.texi * files.el (directory-listing-before-filename-regexp): New 2005-10-23 12:17:28 +00:00
files.texi (Registering): Mention @@ in mode line. 2005-11-18 17:05:44 +00:00
fixit.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
flymake.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
forms.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
frames.texi * frames.texi (Speedbar): A couple more clarifications. 2005-10-10 15:00:57 +00:00
glossary.texi (Glossary): Delete xref. 2005-08-18 15:02:47 +00:00
gnu.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
gnus-faq.texi Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220 2005-03-30 08:14:32 +00:00
gnus.texi Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668 2005-12-09 08:57:58 +00:00
help.texi (Help): Fix C-h a entry. Add C-h d entry. 2005-11-12 00:58:46 +00:00
idlwave.texi Fixed spurious cross-ref 2005-09-17 20:02:14 +00:00
indent.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
info.texi (Getting Started, Search Index, Expert Info): Fix wording. 2005-10-17 06:28:55 +00:00
killing.texi (CUA Bindings): Add @section. 2005-11-10 01:24:23 +00:00
kmacro.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
m-x.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
macos.texi (Mac Input): Remove description of mac-command-key-is-meta. Add 2005-11-24 08:19:31 +00:00
maintaining.texi (Tags Search): Replace grep xref to `Compilation' node 2005-08-14 08:08:41 +00:00
major.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. 2005-09-15 12:31:11 +00:00
makefile.w32-in (newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'. 2005-09-19 09:36:42 +00:00
mark.texi (Mark Ring): Fix typo. 2005-11-04 07:37:36 +00:00
message.texi Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668 2005-12-09 08:57:58 +00:00
mh-e.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
mini.texi (Completion Commands, Completion): 2005-12-08 17:58:35 +00:00
misc.texi (Emulation): Move CUA bindings item to killing.texi. 2005-11-09 23:22:23 +00:00
msdog.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
mule.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
newsticker.texi Remove RCS keywords. 2005-11-04 15:21:57 +00:00
org.texi Structure editing): DOcument new fucntionality of 2005-12-08 13:13:02 +00:00
pcl-cvs.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
pgg.texi Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668 2005-12-09 08:57:58 +00:00
picture.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
programs.texi (Options for Comments): Fix xref. 2005-08-11 19:52:17 +00:00
reftex.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
regs.texi Prev link points to CUA Bindings node. 2005-11-09 23:22:30 +00:00
rmail.texi (Rmail Basics): Fix xref. 2005-09-15 12:50:14 +00:00
sc.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
screen.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
search.texi (Regexp Search): Doc search-whitespace-regexp. 2005-09-25 23:57:10 +00:00
sending.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
ses.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
sieve.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
smtpmail.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
speedbar.texi (Introduction): Describe new location of speedbar 2005-10-08 02:55:58 +00:00
texinfo.tex Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
text.texi (Paragraphs): Correction about Paragraph-Indent Text mode. 2005-09-23 18:24:32 +00:00
tramp.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
trampver.texi Sync with Tramp 2.0.51. 2005-10-08 14:53:17 +00:00
trouble.texi (Memory Full): Mention !MEM FULL! in mode line. 2005-10-28 16:38:14 +00:00
url.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
vip.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
viper.texi * files.texi (Version Systems): Capitalize GNU. 2005-10-18 08:01:51 +00:00
widget.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
windows.texi * files.texi (Compressed Files): Fix typo. 2005-10-31 18:56:40 +00:00
woman.texi Update all manuals to specify GFDL version 1.2. 2005-09-16 22:11:06 +00:00
xresources.texi Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00