Mercurial > emacs
view admin/ChangeLog @ 61126:c0aa521e0ca7
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.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 30 Mar 2005 08:14:32 +0000 |
parents | f6384702a1b6 |
children | 7647346fa1e1 e4694597cbf4 |
line wrap: on
line source
2005-03-02 Miles Bader <miles@gnu.org> * quick-install-emacs: Only use the mkdir --verbose option if the script's --verbose option was specified (this avoids problems with default usage on systems where mkdir doesn't support that option). 2005-02-15 Jason Rumney <jasonr@gnu.org> * nt/makedist.bat: Do not rely on non-standard behaviour of tar --exclude. 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done). 2004-09-20 Luc Teirlinck <teirllm@auburn.edu> * FOR-RELEASE (Indications): Rearrange checklists for Emacs and Elisp manuals. 2004-09-18 Luc Teirlinck <teirllm@auburn.edu> * FOR-RELEASE (Indications): Clean up and update checklists for Emacs and Elisp manuals. 2004-09-11 Kim F. Storm <storm@cua.dk> * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!). (Documentation): Add NEWS entry. Add section lists for proof-reading Emacs and Lisp manuals. 2004-08-29 Kim F. Storm <storm@cua.dk> * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS. 2004-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * FOR-RELEASE (Indications): Remove entry about GTK and geometry, (now behaves as well as other ports). 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * FOR-RELEASE: Remove entry about GTK and monochrome displays (done). 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il> * FOR-RELEASE: Moved here from the etc directory. 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> * notes/BRANCH: New file, to be maintained per CVS branch. 2003-10-01 Miles Bader <miles@gnu.org> * quick-install-emacs: Don't use "function" keyword when defining shell functions. 2003-09-29 Lute Kamstra <lute@gnu.org> * make-tarball.txt: Mention regenerating Emacs' AUTHORS file. 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu> * quick-install-emacs: Remove fns-* pruning, since that file no longer seems to be generated. (AVOID): Quote literal periods. Quote braces in a way acceptable to all parties (gawk gets bitchy about using `\'). 2003-08-19 Miles Bader <miles@gnu.org> * quick-install-emacs: Add arch-specific ignored files to quick-install-emacs. Use quoting for periods that's acceptable to recent versions of gawk. 2003-08-11 Markus Rost <rost@math.ohio-state.edu> * cus-test.el: Remove obsolete workaround. 2003-04-22 Andrew Innes <andrewi@gnu.org> * nt/makedist.bat: Fix multi-file .zip distribution, by splitting emacs.exe before zipping, and including batch file to recreate after unpacking. * nt/stitch.bat: New file. * nt/README-ftp-server: Update wording and version number etc. Add extra instructions for installing multi-file .zip distribution. * nt/README.W32: Remove personal email address and update wording. * nt/README-UNDUMP.W32: Remove personal email address and update wording. 2003-02-10 Francesco Potort,Al(B <pot@gnu.org> * make-changelog-diff: New script, code stolen from make-announcement. * make-announcement: Use make-changelog-diff. 2003-01-20 Francesco Potort,Al(B <pot@gnu.org> * make-tarball.txt: Step-by-step instructions for making a tarball. * make-announcement: A script for creating pretest annuncements. 2003-01-17 Francesco Potort,Al(B <pot@gnu.org> * admin.el (add-release-logs): Expand the directory name before calling find(1). (add-release-logs): Use the same methods as add-log.el for writing the date and the user's name and address 2003-01-07 Miles Bader <miles@gnu.org> * quick-install-emacs: Unset LANG etc. to avoid non-standard command output from non-C locales. 2002-10-16 Markus Rost <rost@math.ohio-state.edu> * cus-test.el: Extended and reorganized. There are now 4 tests which can be run in batch mode. See the Commentary section. 2002-10-08 Markus Rost <rost@math.ohio-state.edu> * cus-test.el: New file. 2002-05-27 Miles Bader <miles@gnu.org> * quick-install-emacs (VERSION): Calculate using the same method that configure.in uses. 2002-04-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * emacs-pretesters: New file with information for Emacs pretesters. 2002-03-22 Paul Eggert <eggert@twinsun.com> * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001 disallows both usages. 2002-02-11 Andrew Innes <andrewi@gnu.org> * nt/makedist.bat: Don't include elisp/term/*.el files twice. 2002-01-24 Andrew Innes <andrewi@gnu.org> * nt/README.W32: Remove unnecessary version number and date references. * nt/README-UNDUMP.W32: Ditto. 2001-12-06 Gerd Moellmann <gerd@gnu.org> * make-emacs: Add --trace-move. 2001-10-23 Andrew Innes <andrewi@gnu.org> * nt/makedist.bat: Remove remaining obsolete reference to GETTING.GNU.SOFTWARE. 2001-10-22 Gerd Moellmann <gerd@gnu.org> * admin.el (set-version): Use `s' interactive spec for version number. 2001-10-20 Gerd Moellmann <gerd@gnu.org> * (Version 21.1 released.) 2001-10-20 Gerd Moellmann <gerd@gnu.org> * admin.el (add-release-logs): Put the log entry in lispref, too. 2001-10-20 Miles Bader <miles@gnu.org> * quick-install-emacs: Exit if we can't find some variable. (AVOID): Add .orig & .rej files. (get_config_var): Be more liberal about format of config.status sed commands. 2001-10-19 Gerd Moellmann <gerd@gnu.org> * admin.el: New file. * build-configs: Add --help option. Add support for building in arbitrary source trees. 2001-10-17 Gerd Moellmann <gerd@gnu.org> * alloc-colors.c: New file. 2001-10-13 Gerd Moellmann <gerd@gnu.org> * make-emacs: Add --boot switch for bootstrapping. Logs to EMACS_ROOT/boot.log, renames previous log file to boot.log.old. 2001-10-05 Gerd Moellmann <gerd@gnu.org> * Branch for 21.1. 2001-09-04 Andrew Innes <andrewi@gnu.org> * admin/nt/makedist.bat: Remove reference to obsolete file GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about version of tar used. ;; Local Variables: ;; coding: iso-2022-7bit ;; End: Copyright (C) 2001 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a