1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

3696 commits

Author SHA1 Message Date
Chong Yidong
85adab9a0a Bump version to 22.0.97. 2007-04-04 00:42:38 +00:00
Miles Bader
ff59d266c7 Release ERC 5.2.
I have updated the version of ERC to 5.2, since it fixes a bug with C-c
C-SPC being bound globally by default.  For the full list of changes in
this version, see etc/ERC-NEWS.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-687
Creator:  Michael Olson <mwolson@gnu.org>
2007-04-01 13:36:38 +00:00
David Kastrup
ba7529b671 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
corresponding to MANPATH_MAP entries.
(woman-man.conf-path, woman-parse-man.conf): Doc fix.
(woman-parse-man.conf): Use more discriminating man.conf name.
(woman-parse-man.conf): Parse MANPATH_MAP entries.
(woman-manpath): Doc fix and type fix.
(woman-cached-data): Check for MANPATH_MAP entries.
(woman-expand-directory-path): Treat MANPATH_MAP entries.

* woman.texi (Topic, Interface Options): Explain changes semantics of
woman-manpath in order to consider MANPATH_MAP entries.
2007-03-31 15:22:14 +00:00
Eli Zaretskii
5a842fda54 *** empty log message *** 2007-03-31 11:20:45 +00:00
Eli Zaretskii
891c067412 Postscript -> PostScript. 2007-03-31 10:57:01 +00:00
Eli Zaretskii
4551278734 *** empty log message *** 2007-03-31 09:45:39 +00:00
Eli Zaretskii
efd6112253 (Init File, Init Non-ASCII): Fix last change. 2007-03-31 09:06:48 +00:00
Eli Zaretskii
954adba530 (Top): Fix the menu due to the last change in custom.texi. 2007-03-31 09:04:57 +00:00
Chong Yidong
bd8abbc439 (Non-ASCII Rebinding): Node deleted. Material moved to Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
2007-03-30 23:43:16 +00:00
Chong Yidong
89c269bf27 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
2007-03-30 23:43:07 +00:00
YAMAMOTO Mitsuharu
a0dd810b1b *** empty log message *** 2007-03-28 08:16:39 +00:00
YAMAMOTO Mitsuharu
e43c7935f3 (Mac Font Specs): Mention AppleAntiAliasingThreshold. 2007-03-28 08:15:27 +00:00
Richard M. Stallman
8907f65c85 *** empty log message *** 2007-03-26 03:32:35 +00:00
Richard M. Stallman
687908093c (Caching passphrase): Clean up previous change. 2007-03-26 03:32:27 +00:00
Thien-Thi Nguyen
55402668f9 (Setting Process Marks): Fix typo. 2007-03-25 20:10:34 +00:00
Romain Francoise
d242242b23 (New in Emacs 22): Reorganize using an itemized list for readability,
and include various fixes by Daniel Brockman, Nick Roberts and Dieter
Wilhelm.
2007-03-25 13:30:46 +00:00
Thien-Thi Nguyen
a0ca081df2 (Splitting Mail): Reword "splitting"-as-adj to be -as-noun. 2007-03-24 23:26:46 +00:00
Thien-Thi Nguyen
573ab279d6 (Mail Source Specifiers): Fix typo. 2007-03-24 13:49:54 +00:00
Glenn Morris
ce9f59dfc3 Fix previous change (@AUCTeX{} -> AUC@TeX{}, @RefTex{} -> Ref@TeX{}). 2007-03-23 03:12:54 +00:00
David Kastrup
ce545621d2 * textmodes/reftex.el: Add maintainer address.
* textmodes/reftex-vars.el: Add maintainer address.

	* textmodes/reftex-toc.el: Add maintainer address.

	* textmodes/reftex-sel.el: Add maintainer address.

	* textmodes/reftex-ref.el: Add maintainer address.

	* textmodes/reftex-parse.el: Add maintainer address.

	* textmodes/reftex-index.el: Add maintainer address.

	* textmodes/reftex-global.el: Add maintainer address.

	* textmodes/reftex-dcr.el: Add maintainer address.

	* textmodes/reftex-cite.el: Add maintainer address.

	* textmodes/reftex-auc.el: Add maintainer address.

	* reftex.texi (Imprint): Update maintainer information.
2007-03-22 21:06:43 +00:00
Miles Bader
815b81c8f2 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/message.el (message-required-news-headers):
   * lisp/gnus/gnus-util.el (gnus-intern-safe): Fix typo in docstring.

2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-generate-new-buffers): Change the meaning of the
   nil value; add `standard' to the choices; treat t as `unique'; improve
   doc string.
   (gnus-select-frame-set-input-focus): Autoload.
   (message-buffer-name): Search for the existing message buffer if
   message-generate-new-buffers is nil or `standard'; treat the value t of
   message-generate-new-buffers as `unique'.
   (message-pop-to-buffer): Raise the frame already displaying the message
   buffer; clear the echo area after querying.
   (message-setup): Pass the `continue' argument to compose-mail.
   (message-mail): Prefer `switch-function' if it is given; search for the
   existing message buffer if the `continue' argument is non-nil; pass
   continue and switch-function arguments to compose-mail by way of
   message-setup.
   (message-mail-other-window): Adjust argument of message-setup.
   (message-mail-other-frame): Ditto.

2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Message Buffers): Update documentation for
   message-generate-new-buffers.

2007-03-15  Daiki Ueno  <ueno@unixuser.org>

   * man/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-674
2007-03-21 13:28:53 +00:00
Glenn Morris
76b0b55fd6 Ulf Jasper <ulf.jasper at web.de>:
(icalendar-version): Increase to 0.15.
(icalendar--get-unfolded-buffer): Define actual arguments rather
than just using &rest.  Check replace-in-string is fbound.
(icalendar-import-buffer): Doc fix.
(icalendar--convert-ical-to-diary): Set diary-file.  Check
diary-file before inserting final newline.
(icalendar--add-diary-entry): Return diary-file.
2007-03-21 07:15:44 +00:00
Glenn Morris
04171c28db (Known problems): Emacs 22 comes with eshell 2.4.2. 2007-03-21 06:38:01 +00:00
Chong Yidong
dd35811fe3 Bump version to 22.0.96. 2007-03-20 00:46:19 +00:00
Chong Yidong
e088c9fd58 (Known problems): Emacs 21 -> 22. 2007-03-19 22:53:49 +00:00
Chong Yidong
98eb8c4c93 * eshell.texi (Known problems): Emacs 21 -> 22. 2007-03-19 22:53:42 +00:00
Chong Yidong
8a68550553 (Performance Issues): Update note about 21.3 to 22.1. 2007-03-19 22:52:28 +00:00
Chong Yidong
ad9f1942e4 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1. 2007-03-19 22:52:22 +00:00
Glenn Morris
7ad42042de *** empty log message *** 2007-03-19 21:20:10 +00:00
Jay Belanger
ebb5150572 *** empty log message *** 2007-03-19 03:37:57 +00:00
Jay Belanger
d95deb6744 (Time Zones): Mention the 2007 rule change. 2007-03-19 03:36:17 +00:00
Chong Yidong
1862915597 Fix "daylight savings time" -> "daylight saving time" typo. 2007-03-17 19:03:51 +00:00
Chong Yidong
2b038606de (Daylight Saving): Rename node from "Daylight Savings". 2007-03-17 18:59:51 +00:00
Chong Yidong
ed1dace6c7 (Mail and Post): Update documentation for gnus-user-agent.
The variable now uses a list of symbols instead of just a symbol.
Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2007-03-17 18:38:40 +00:00
Chong Yidong
d2fe392e6a * calc.texi (Time Zones): Switch to new North America DST rule.
* calendar.texi (Daylight Saving): Rename node from "Daylight Savings".
2007-03-17 18:37:07 +00:00
Chong Yidong
33bc3b670e * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
The variable now uses a list of symbols instead of just a symbol.
Reported by Christoph Conrad <christoph.conrad@gmx.de>.
2007-03-17 18:36:40 +00:00
Chong Yidong
d1ccf34243 (Daylight Saving): Rename node from "Daylight Savings".
Fix "daylight savings time" -> "daylight saving time" typo throughout.
2007-03-17 18:35:57 +00:00
Chong Yidong
9d85aece8b (Time Zones): Switch to new North America DST rule.
Fix "daylight savings time" -> "daylight saving time" typo throughout.
2007-03-17 18:35:08 +00:00
Romain Francoise
be0527622a (New in Emacs 22): Don't say "now" too much. Add MH-E to
new packages, and mention Gnus update.
2007-03-06 19:45:22 +00:00
Richard M. Stallman
d89abe751c *** empty log message *** 2007-03-04 18:29:07 +00:00
Richard M. Stallman
05b964d0c6 (Safe File Variables): Minor correction. 2007-03-04 18:26:37 +00:00
Chong Yidong
d2d64bc314 Fix typo. 2007-03-03 22:04:37 +00:00
Miles Bader
45cb30ee1e Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 203-205)

   - Merge from emacs--devo--0
   - Update from CVS

2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-make-in-reply-to): Quote name containing
   non-ASCII characters.  It will make the RFC2047 encoder cause an error
   if there are special characters.  Reported by NAKAJI Hiroyuki
   <nakaji@kankyo-u.ac.jp>.

2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-never-echoes-commands)
   (nntp-open-connection-functions-never-echo-commands): New variables.
   (nntp-send-command): Use them.

2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Mention nntp-never-echoes-commands and
   nntp-open-connection-functions-never-echo-commands.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-658
2007-03-01 23:41:53 +00:00
Chong Yidong
c39706ff8b Bump to 22.0.95. 2007-03-01 23:19:21 +00:00
Thien-Thi Nguyen
8193fc4ba8 *** empty log message *** 2007-02-28 10:45:06 +00:00
Thien-Thi Nguyen
73b21162b6 *** empty log message *** 2007-02-28 10:14:40 +00:00
Thien-Thi Nguyen
d1019816a3 (Movemail): Add internal ref.
Don't indent the intro for the PROTO table.
Format PROTO table items with @code.
2007-02-28 10:13:46 +00:00
Chong Yidong
05b405c936 (Caching passphrase): Document gpg-agent usage, gpg-agent
problems on the console, and security risk in not using gpg-agent.
2007-02-27 16:14:16 +00:00
Chong Yidong
71d41f7972 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
problems on the console, and security risk in not using gpg-agent.
2007-02-27 16:14:08 +00:00
Nick Roberts
e8388d28ac Remove references to bashdb. 2007-02-26 21:09:46 +00:00