1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
emacs/man
Miles Bader 10ace8ea53 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks

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

   * etc/gnus-refcard.tex, etc/gnus-logo.eps: New files.

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

   * lisp/gnus/message.el (message-resend): Bind rfc2047-encode-encoded-words.

   * lisp/gnus/mm-util.el (mm-replace-in-string): New function.
   (mm-xemacs-find-mime-charset-1): Ignore errors while loading
   latin-unity, which cannot be used with XEmacs 21.1.

   * lisp/gnus/rfc2047.el (rfc2047-encode-function-alist): Rename from
   rfc2047-encoding-function-alist in order to avoid conflicting with
   the old version.
   (rfc2047-encode-message-header): Remove useless goto-char.
   (rfc2047-encodable-p): Don't move point.
   (rfc2047-syntax-table): Treat `(' and `)' as is.
   (rfc2047-encode-region): Concatenate words containing non-ASCII
   characters in structured fields; don't encode space-delimited
   ASCII words even in unstructured fields; don't break words at
   char-category boundaries; encode encoded words in structured
   fields; treat text within parentheses as special; show the
   original text when error has occurred; move point to the end of
   the region after encoding, suggested by IRIE Tetsuya
   <irie@t.email.ne.jp>; treat backslash-quoted characters as
   non-special; check carefully whether to encode special characters;
   fix some kind of misconfigured headers; signal a real error if
   debug-on-quit or debug-on-error is non-nil; don't infloop,
   suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>; assume
   the close parenthesis may be included in the encoded word; encode
   bogus delimiters.
   (rfc2047-encode-string): Use mm-with-multibyte-buffer.
   (rfc2047-encode-max-chars): New variable.
   (rfc2047-encode-1): New function.
   (rfc2047-encode): Use it; encode text so that it occupies the
   maximum width within 76-column; work correctly on Q encoding for
   iso-2022-* charsets; fold the line before encoding; don't append a
   space if the encoded word includes close parenthesis.
   (rfc2047-fold-region): Use existing whitespace for LWSP; make it
   sure not to break a line just after the header name.
   (rfc2047-b-encode-region): Remove.
   (rfc2047-b-encode-string): New function.
   (rfc2047-q-encode-region): Remove.
   (rfc2047-q-encode-string): New function.
   (rfc2047-encode-parameter): New function.
   (rfc2047-encoded-word-regexp): Don't use shy group.
   (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
   (rfc2047-parse-and-decode): Ditto.
   (rfc2047-decode): Treat the ascii coding-system as raw-text by
   default.

2005-03-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/rfc2047.el (rfc2047-encode-encoded-words): New variable.
   (rfc2047-field-value): Strip props.
   (rfc2047-encode-message-header): Disabled header folding -- not
   all headers can be folded, and this should be done by the message
   composition mode.  Probably.  I think.
   (rfc2047-encodable-p): Say that =? needs encoding.
   (rfc2047-encode-region): Encode =? strings.

2005-03-25  Jesper Harder  <harder@ifa.au.dk>

   * lisp/gnus/rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
   language tags; remove unnecessary '+'.  Reported by Stefan Wiens
   <s.wi@gmx.net>.
   (rfc2047-decode-string): Don't cons a string unnecessarily.
   (rfc2047-parse-and-decode, rfc2047-decode): Use a character for
   the encoding to avoid consing a string.
   (rfc2047-decode): Use mm-subst-char-in-string instead of
   mm-replace-chars-in-string.

2005-03-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>

   * lisp/gnus/rfc2047.el (rfc2047-encode): Use uppercase letters to specify
   encodings of MIME-encoded words, in order to improve
   interoperability with several broken MUAs.

2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
   pass it to `gnus-browse-read-group'.
   (gnus-browse-read-group): Add NUMBER argument and pass it to
   `gnus-group-read-ephemeral-group'.

   * lisp/gnus/gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
   argument and pass it to `gnus-group-read-group'.

2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>

   * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset): Only call
   mm-xemacs-find-mime-charset-1 if we have the mule feature
   available at runtime.

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

   * man/emacs-mime.texi (Display Customization): Markup fixes.
   (rfc2047): Update.

2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi: Replaced with auto-generated version.
2005-03-30 08:14:32 +00:00
..
.gitignore Ignore *.op and *.ops, too. 2002-07-15 12:06:01 +00:00
abbrevs.texi (Expanding Abbrevs): Fix previous fix. 2005-02-06 13:38:01 +00:00
ack.texi (Acknowledgments): Update. 2005-03-19 15:07:04 +00:00
ada-mode.texi Add arch taglines 2003-09-01 15:45:59 +00:00
anti.texi Total rewrite. 2005-03-21 17:59:35 +00:00
autotype.texi (Autoinserting): Fix small error. 2005-01-16 23:24:31 +00:00
back.texi Add arch taglines 2003-09-01 15:45:59 +00:00
basic.texi (Position Info): Minor cleanup. 2005-03-29 18:14:06 +00:00
buffers.texi (Select Buffer): Doc next-buffer and prev-buffer. 2005-02-03 07:22:46 +00:00
building.texi (Flymake): New node. 2005-03-28 21:04:39 +00:00
calc.texi (Simplifying Formulas, Rewrite Rules): Change description of 2005-03-26 06:19:29 +00:00
calendar.texi Minor fixes to previous change. 2005-03-28 21:30:06 +00:00
cc-mode.texi Change release version from 21.4 to 22.1 throughout. 2005-02-09 15:50:47 +00:00
ChangeLog Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220 2005-03-30 08:14:32 +00:00
cl.texi * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace 2005-03-25 10:17:33 +00:00
cmdargs.texi (General Variables): Put commas inside closequotes. 2005-03-23 14:40:01 +00:00
commands.texi (Keys): M-o is now a prefix key. 2005-03-28 01:19:01 +00:00
custom.texi (Function Keys): Document kp- event types and keypad-setup package. 2005-03-28 21:05:54 +00:00
dired-x.texi (Multiple Dired Directories): default-directory was renamed 2005-03-26 16:15:28 +00:00
dired.texi (Wdired): New node. 2005-03-28 21:01:31 +00:00
display.texi (Text Display): Add index entries for how no-break characters are displayed. 2005-03-26 17:10:10 +00:00
doclicense.texi Rename Command Line to Emacs Invocation. 2004-12-06 01:08:32 +00:00
ebrowse.texi Add arch taglines 2003-09-01 15:45:59 +00:00
ediff.texi * ediff.el (ediff-set-diff-overlays-in-one-buffer, 2005-02-19 04:46:24 +00:00
emacs-mime.texi Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220 2005-03-30 08:14:32 +00:00
emacs-xtra.texi (Calendar Customizing): Move view-diary-entries-initially, 2005-03-26 19:54:32 +00:00
emacs.texi (Top): Don't use a real section heading for 2005-03-29 18:18:18 +00:00
entering.texi (Entering Emacs): Update rationale at start. 2005-02-06 11:17:45 +00:00
eshell.texi (Installation): Delete node (for Emacs 20). 2005-03-06 17:14:48 +00:00
eudc.texi * ses.texi, viper.texi, search.texi, flymake.texi, faq.texi: 2004-06-29 12:09:45 +00:00
faq.texi Change release version from 21.4 to 22.1 throughout. 2005-02-09 15:50:47 +00:00
files.texi (File Conveniences): Delete Auto Image File mode. 2005-03-28 21:01:11 +00:00
fixit.texi (Spelling): C-M-i like M-TAB. 2005-03-06 17:18:43 +00:00
flymake.texi Refill and tweak style in @lisp blocks. 2005-03-05 18:40:27 +00:00
forms.texi Add arch taglines 2003-09-01 15:45:59 +00:00
frames.texi (Mouse Commands): Document x-mouse-click-focus-ignore-position and 2005-03-26 01:50:09 +00:00
glossary.texi (Glossary): Correct typo. 2005-03-06 23:37:21 +00:00
gnu.texi Add arch taglines 2003-09-01 15:45:59 +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 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace 2005-03-25 10:17:33 +00:00
help.texi (Emacs Server): Fix the command for setting server-name. 2005-03-26 17:27:18 +00:00
idlwave.texi * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace 2005-03-25 10:17:33 +00:00
indent.texi (Indentation): Clarifications. 2005-02-16 10:05:39 +00:00
info.texi consistent -- use 2004-10-06 21:30:45 +00:00
killing.texi (Deletion): Document numeric argument for just-one-space. 2005-03-21 18:18:27 +00:00
kmacro.texi (Basic Keyboard Macro): Doc F3, F4. 2005-02-16 10:07:28 +00:00
m-x.texi (M-x): One C-g doesn't always go to top level. 2005-02-25 13:47:35 +00:00
macos.texi Don't say just "option" when talking about variables. 2005-01-30 11:23:17 +00:00
maintaining.texi Don't say just "option" when talking about variables. 2005-01-30 11:23:17 +00:00
major.texi (Choosing Modes): Clarify. 2005-02-16 10:08:30 +00:00
Makefile.in (MAKEINFO): Specify --force. 2004-12-27 19:57:21 +00:00
makefile.w32-in (INFO_TARGETS): Fix typo. 2004-12-09 01:54:47 +00:00
mark.texi (Setting Mark): Clarify info about displaying mark. 2005-02-25 13:51:59 +00:00
message.texi Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220 2005-03-30 08:14:32 +00:00
mh-e.texi (Preface): Get rid of "Emacs 21". 2005-03-06 17:25:43 +00:00
mini.texi (Completion): Completion acts on text before point. 2005-03-21 18:38:31 +00:00
misc.texi (Emacs Server): Fix Texinfo usage. 2005-03-29 18:19:00 +00:00
msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from MS-DOS Input node. 2005-02-16 10:11:06 +00:00
mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info. 2005-03-29 23:24:27 +00:00
org.texi Fixed typo in setfilename 2005-01-14 10:50:53 +00:00
pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21". 2005-03-06 17:31:55 +00:00
pgg.texi Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575 2004-09-27 07:44:44 +00:00
picture.texi (Insert in Picture): Document C-c arrow combos. 2005-03-23 14:41:37 +00:00
programs.texi (Fortran Motion): Add fortran-end-of-block, 2005-03-29 19:07:36 +00:00
reftex.texi * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace 2005-03-25 10:17:33 +00:00
regs.texi (Registers): Registers can hold numbers, too. 2005-02-06 11:20:28 +00:00
rmail.texi (Movemail): Put commas inside closequotes. 2005-03-23 14:42:06 +00:00
sc.texi sc-preferred-attribution-alist -> sc-preferred-attribution-list 2004-10-10 01:12:19 +00:00
screen.texi (Screen): Explain better about cursors and mode lines; 2005-02-25 13:56:29 +00:00
search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch. 2005-03-23 16:24:21 +00:00
sending.texi (Mail Aliases): Double up @'s. 2005-03-06 23:38:40 +00:00
ses.texi ses.texi: Add concept/function/variable indices 2005-02-18 05:48:09 +00:00
sieve.texi Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575 2004-09-27 07:44:44 +00:00
smtpmail.texi Add. 2004-09-11 18:02:16 +00:00
speedbar.texi Replace non-nil with non-@code{nil}. 2004-11-03 14:08:00 +00:00
texinfo.tex (LaTex): Add def. 2005-02-08 09:55:58 +00:00
text.texi (Refill): Refer to Long Lines Mode. 2005-03-29 21:06:20 +00:00
tramp.texi Sync with Tramp 2.0.48. 2005-03-20 20:00:20 +00:00
trampver.texi Sync with Tramp 2.0.48. 2005-03-20 20:00:20 +00:00
trouble.texi (Contributing): Mention Savannah. Direct users to 2005-03-02 20:23:44 +00:00
url.texi (HTTP language/coding): Improve last change. 2005-03-23 14:46:53 +00:00
vip.texi Replace @sc{ascii} and ASCII with @acronym{ASCII}. 2003-11-02 07:01:19 +00:00
viper.texi * viper-cmd.el (viper-prefix-commands): make into a defconst. 2005-02-19 19:32:47 +00:00
widget.texi (Basic Types): Add :follow-link keyword. 2005-01-11 08:37:15 +00:00
windows.texi (Split Window): Simplify line truncation info 2005-02-16 10:21:59 +00:00
woman.texi (Introduction): Minor cleanups. 2005-03-06 18:05:41 +00:00
xresources.texi Minor fixes. 2005-03-29 18:20:48 +00:00