Mercurial > emacs
annotate man/ChangeLog @ 67418:28264c86d408
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.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 09 Dec 2005 08:57:58 +0000 |
parents | 9b9327558fcd |
children | 70ef73a7eb6e |
rev | line source |
---|---|
67418
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
1 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
3 * pgg.texi (User Commands): Fix description of pgg-verify-region. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
4 (Selecting an implementation): Fix descriptions. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
5 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
6 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
7 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
8 * message.texi (Various Message Variables): Addition. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
9 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
10 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
11 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
12 * message.texi: Fix default values. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
13 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
14 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
15 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
16 * message.texi (Header Commands): Clarify descriptions of |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
17 message-cross-post-followup-to, message-reduce-to-to-cc, and |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
18 message-insert-wide-reply. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
19 (Various Commands): Fix kindex for message-kill-to-signature; |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
20 clarify description of message-tab. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
21 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
22 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
23 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
24 * message.texi (Mailing Lists): Fix description about MFT. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
25 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
26 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
27 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
28 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
29 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
30 * gnus.texi (Slow Terminal Connection): Replace old description |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
31 with new one. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
32 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
33 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
34 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
35 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs; |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
36 replace X-Draft-Headers with X-Draft-From. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
37 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
38 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
39 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
40 * gnus.texi (Various Various): Fix the default value of |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
41 nnheader-max-head-length. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
42 (Gnus Versions): Fix typo. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
43 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
44 2005-12-08 Luc Teirlinck <teirllm@auburn.edu> |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
45 |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
46 * custom.texi (Customization): Use xref to elisp manual for |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
47 non-TeX output. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
48 (Minor Modes): Update. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
49 (Customization Groups, Changing a Variable, Face Customization): |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
50 Update for new appearance of Custom buffers. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
51 (Changing a Variable): `custom-buffer-done-function' has been |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
52 replaced by `custom-buffer-done-kill'. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
53 (Specific Customization): In the `customize-group' buffer, a |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
54 subgroup's contents are not "hidden". They are not included at |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
55 all. They have no [Show] button. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
56 (Mouse Buttons): Add pxref to description of mouse event lists in |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
57 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
58 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
59 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el). |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
60 |
67397
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
61 2005-12-08 Richard M. Stallman <rms@gnu.org> |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
62 |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
63 * mini.texi (Completion Commands, Completion): |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
64 In file name input, SPC does not do completion. |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
65 |
67381
cc3d6b6a1f25
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67365
diff
changeset
|
66 2005-12-08 Carsten Dominik <dominik@science.uva.nl> |
cc3d6b6a1f25
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67365
diff
changeset
|
67 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
68 * org.texi (Structure editing): Document new functionality of |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
69 M-RET. |
67381
cc3d6b6a1f25
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67365
diff
changeset
|
70 |
67365
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
71 2005-12-08 Nick Roberts <nickrob@snap.net.nz> |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
72 |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
73 * building.texi (GDB Graphical Interface): Explain screen size |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
74 setting. |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
75 (Other GDB User Interface Buffers): Describe features specific to |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
76 GDB 6.4. |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
77 |
67351
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
78 2005-12-06 Luc Teirlinck <teirllm@auburn.edu> |
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
79 |
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
80 * org.texi (Internal Links): Fix Texinfo usage. |
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
81 |
67343
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
82 2005-12-06 Carsten Dominik <dominik@science.uva.nl> |
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
83 |
67354
62957610ed77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67351
diff
changeset
|
84 * org.texi (TODO basics): Document the global todo list. |
67343
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
85 (TODO items): Documents sparse tree for specific TODO |
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
86 keywords. |
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
87 |
67230
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
88 2005-12-01 Nick Roberts <nickrob@snap.net.nz> |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
89 |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
90 * building.texi (GDB User Interface Layout): Describe how to |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
91 kill associated buffers. |
67232
003d50ec9805
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67230
diff
changeset
|
92 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint. |
67230
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
93 (Watch Expressions): Be more precise. |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
94 (Other GDB User Interface Buffers): Describe how to change a |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
95 register value. |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
96 |
67219
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
97 2005-11-30 Carsten Dominik <dominik@science.uva.nl> |
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
98 |
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
99 * org.texi (Plain Lists): Typos fixed. |
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
100 |
67195
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
101 2005-11-28 Jay Belanger <belanger@truman.edu> |
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
102 |
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
103 * calc.texi: Change references of `M-#' to `C-x *' prefix. |
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
104 |
67106
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
105 2005-11-24 Carsten Dominik <dominik@science.uva.nl> |
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
106 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
107 * org.texi (Structure editing): New item moving commands added. |
67106
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
108 (Plain Lists): New section. |
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
109 |
67102
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
110 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
111 |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
112 * macos.texi (Mac Input): Remove description of |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
113 mac-command-key-is-meta. Add descriptions of |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
114 mac-control-modifier, mac-command-modifier, and |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
115 mac-option-modifier. |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
116 (Mac International): Fix description of conversion of clipboard data. |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
117 (Mac Font Specs): Add example of font customization by face attributes. |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
118 |
67068
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
119 2005-11-22 Nick Roberts <nickrob@snap.net.nz> |
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
120 |
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
121 * building.texi (Watch Expressions): Expand description. |
67073
5af054cf66ea
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67068
diff
changeset
|
122 (Other GDB User Interface Buffers): Describe local map for |
5af054cf66ea
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67068
diff
changeset
|
123 gud-watch. |
67068
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
124 |
67061
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
125 2005-11-21 Chong Yidong <cyd@stupidchicken.com> |
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
126 |
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
127 * display.texi (Font Lock): Font lock is enabled by default now. |
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
128 |
67043 | 129 2005-11-20 Juri Linkov <juri@jurta.org> |
130 | |
131 * basic.texi (Position Info): Update examples of the output. | |
132 Remove the fact that examples are produced in the TeXinfo buffer, | |
133 because in the Info reader users will get a different output from | |
134 `C-x ='. | |
135 | |
136 * building.texi (Compilation Mode): Remove paragraph duplicated | |
137 from the node `Compilation'. Add `compilation-skip-threshold'. | |
138 | |
139 * display.texi (Font Lock): Suggest more user-friendly method of | |
140 finding all Font Lock faces (M-x customize-group RET font-lock-faces). | |
141 | |
66993
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
142 2005-11-18 Richard M. Stallman <rms@gnu.org> |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
143 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
144 * files.texi (Registering): Mention @@ in mode line. |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
145 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
146 * mini.texi (Minibuffer File): Clarify previous change. Add @findex. |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
147 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
148 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu> (tiny change) |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
149 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
150 * files.texi (Renaming and VC): Some back-ends don't |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
151 handle renaming. |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
152 |
66989
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
153 2005-11-18 Carsten Dominik <dominik@science.uva.nl> |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
154 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
155 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'. |
66989
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
156 (Agenda): Document commands `org-cycle-agenda-files' and |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
157 `org-agenda-file-to-front' |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
158 (Built-in table editor): Document `org-table-sort-lines'. |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
159 (HTML formatting): Export of hand-formatted lists. |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
160 |
66964 | 161 2005-11-17 Juri Linkov <juri@jurta.org> |
162 | |
163 * emacs.texi (Top): | |
164 * display.texi (Highlight Interactively): Put this font-lock based | |
165 mode near Font Lock node. | |
166 | |
66940
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
167 2005-11-16 Chong Yidong <cyd@stupidchicken.com> |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
168 |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
169 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
170 icons. |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
171 |
66826 | 172 2005-11-12 Kim F. Storm <storm@cua.dk> |
173 | |
174 * help.texi (Help): Fix C-h a entry. Add C-h d entry. | |
175 (Help Summary): Add C-h d and C-h e. | |
176 (Apropos): Clarify that all apropos commands may search for either | |
177 list of words or a regexp. Add C-h d for apropos-documentation. | |
178 Describe apropos-documentation-sort-by-scores user option. | |
179 | |
66808
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
180 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
181 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
182 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
183 new variable gnus-toolbar-thickness. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
184 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
185 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
186 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
187 * gnus.texi (XVarious): Revert description of gnus-use-toolbar. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
188 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
189 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
190 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
191 * gnus.texi (X-Face): Fix description. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
192 (XVarious): Remove gnus-xmas-logo-color-alist and |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
193 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
194 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
195 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
196 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
197 * gnus.texi (Group Parameters): Mention new varable |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
198 gnus-parameters-case-fold-search. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
199 (Home Score File): Addition. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
200 |
66786
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
201 2005-11-09 Luc Teirlinck <teirllm@auburn.edu> |
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
202 |
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
203 * killing.texi (CUA Bindings): Add @section. |
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
204 |
66780 | 205 2005-11-10 Kim F. Storm <storm@cua.dk> |
206 | |
207 * emacs.texi (Top): Add CUA Bindings entry to menu. | |
208 | |
209 * killing.texi (CUA Bindings): New node. Moved here from | |
210 misc.texi and extended with info on rectangle commands and | |
211 rectangle highlighting, interface to registers, and the global | |
212 mark feature. | |
213 | |
214 * misc.texi (Emulation): Move CUA bindings item to killing.texi. | |
215 | |
216 * regs.texi: Prev link points to CUA Bindings node. | |
217 | |
66745
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
218 2005-11-07 Luc Teirlinck <teirllm@auburn.edu> |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
219 |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
220 * help.texi (Help Echo): By default, help echos are only shown on |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
221 mouse-over, not on point-over. |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
222 |
66709 | 223 2005-11-04 J,bi(Br,bt(Bme Marant <jerome@marant.org> |
224 | |
225 * misc.texi (Shell Mode): Describe how to activate password echoing. | |
226 | |
66707 | 227 2005-11-04 Ulf Jasper <ulf.jasper@web.de> |
228 | |
229 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED. | |
230 (Overview): List supported feed types. | |
231 (Installation): No installation necessary when using autoload. | |
232 (Configuration): Rename "RSS" to "news". | |
233 | |
67043 | 234 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> |
66702 | 235 |
236 * pgg.texi (User Commands): Document additional passphrase | |
237 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions. | |
238 (Backend methods): Likewise for corresponding pgg-scheme-* functions. | |
239 | |
66692
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
240 2005-11-04 Carsten Dominik <dominik@science.uva.nl> |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
241 |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
242 * org.texi: Version number changed to 3.19 |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
243 |
66688
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
244 2005-11-04 Romain Francoise <romain@orebokech.com> |
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
245 |
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
246 * mark.texi (Mark Ring): Fix typo. |
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
247 |
66674
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
248 2005-11-03 Richard M. Stallman <rms@gnu.org> |
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
249 |
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
250 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop. |
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
251 |
66614 | 252 2005-11-01 Bill Wohler <wohler@newt.com> |
253 | |
254 * help.texi (Help Mode): Fix typo. | |
255 | |
66583
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
256 2005-11-01 Nick Roberts <nickrob@snap.net.nz> |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
257 |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
258 * building.texi (Other GDB User Interface Buffers): Describe |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
259 the command gdb-use-inferior-io-buffer. |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
260 |
66581
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
261 2005-10-31 Romain Francoise <romain@orebokech.com> |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
262 |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
263 * files.texi (Compressed Files): Fix typo. |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
264 |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
265 * buffers.texi (Misc Buffer): Downcase `*shell*'. |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
266 |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
267 * windows.texi (Force Same Window): Likewise. |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
268 |
66570
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
269 2005-10-30 Bill Wohler <wohler@newt.com> |
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
270 |
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
271 * help.texi (Help Mode): URLs viewed with browse-url. |
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
272 |
66565
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
273 2005-10-31 Nick Roberts <nickrob@snap.net.nz> |
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
274 |
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
275 * building.texi (GDB Graphical Interface): Don't reference |
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
276 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until |
66566
c996c096d936
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66565
diff
changeset
|
277 must stay in same frame. |
66565
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
278 |
66544
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
279 2005-10-29 Chong Yidong <cyd@stupidchicken.com> |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
280 |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
281 * custom.texi (Init File): Document ~/.emacs.d/init.el. |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
282 |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
283 * anti.texi (Antinews): Likewise. |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
284 |
66522 | 285 2005-10-29 Sascha Wilde <wilde@sha-bang.de> |
286 | |
287 * pgg.texi (How to use): Update the example to add autoload of | |
288 pgg-encrypt-symmetric-region. | |
289 (User Commands): Document pgg-encrypt-symmetric-region. | |
290 (Backend methods): Document pgg-scheme-encrypt-symmetric-region. | |
291 | |
66515
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
292 2005-10-28 Bill Wohler <wohler@newt.com> |
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
293 |
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
294 * help.texi (Help): Help mode now creates hyperlinks for URLs. |
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
295 |
66507
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
296 2005-10-28 Richard M. Stallman <rms@gnu.org> |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
297 |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
298 * files.texi (Visiting): Explain how to enter ? in a file name. |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
299 |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
300 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line. |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
301 |
66484
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
302 2005-10-27 Jay Belanger <belanger@truman.edu> |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
303 |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
304 * calc.texi (Predefined Units): Fix the symbol for a TeX points, |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
305 mention other TeX-related units. |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
306 |
66420
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
307 2005-10-25 Nick Roberts <nickrob@snap.net.nz> |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
308 |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
309 * building.texi (GDB Graphical Interface): Describe |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
310 gdb-mouse-until. |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
311 |
66349
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
312 2005-10-23 Richard M. Stallman <rms@gnu.org> |
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
313 |
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
314 * custom.texi (Init File): Recommend when to use site-start.el. |
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
315 |
66338 | 316 2005-10-23 Lars Hansen <larsh@soem.dk> |
317 | |
318 * dired-x.texi (Miscellaneous Commands): Replace | |
319 dired-do-relative-symlink by dired-do-relsymlink and | |
320 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp. | |
321 | |
66332
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
322 2005-10-23 Jay Belanger <belanger@truman.edu> |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
323 |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
324 * calc.texi (Predefined Units): Use `alpha' for the fine structure |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
325 constant. |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
326 |
66325
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
327 2005-10-23 Michael Albinus <michael.albinus@gmx.de> |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
328 |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
329 * faq.texi (Bugs and problems): Replace |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
330 `dired-move-to-filename-regexp' by |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
331 `directory-listing-before-filename-regexp'. |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
332 |
66303 | 333 2005-10-22 Eli Zaretskii <eliz@gnu.org> |
334 | |
335 * newsticker.texi (UPDATED): Set value. | |
336 | |
66299
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
337 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org> |
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
338 |
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
339 * gnus.texi (Document Groups): Remove duplicate item. |
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
340 |
66283 | 341 2005-10-21 Juri Linkov <juri@jurta.org> |
342 | |
343 * custom.texi (Examining): Mention accessing the old variable | |
344 value via M-n in set-variable. | |
345 | |
66263
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
346 2005-10-21 Carsten Dominik <dominik@science.uva.nl> |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
347 |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
348 * org.texi (Summary): Mention iCalendar support. |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
349 (Exporting): Document iCalendar support. |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
350 |
66179
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
351 2005-10-18 Romain Francoise <romain@orebokech.com> |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
352 |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
353 * files.texi (Version Systems): Capitalize GNU. |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
354 |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
355 * viper.texi (Viper Specials): Likewise. |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
356 |
66165
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
357 2005-10-18 Nick Roberts <nickrob@snap.net.nz> |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
358 |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
359 * building.texi (Compilation Mode): Remove redundant paragraph. |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
360 (Watch Expressions): Remove paragraph to reflect code change. |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
361 |
66150 | 362 2005-10-17 Juri Linkov <juri@jurta.org> |
363 | |
364 * info.texi (Getting Started, Search Index, Expert Info): | |
365 Fix wording. | |
366 (Search Text): Replace `echo area' with `mode line'. | |
367 (Search Index): Both `i' and `,' find all index entries. | |
368 Replace example `C-f' with `C-l' (which exists in index of Info | |
369 manual) and delete spaces in its keyboard input sequence. | |
370 Delete unnecessary explanations about literal characters. | |
371 | |
66134
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
372 2005-10-16 Richard M. Stallman <rms@gnu.org> |
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
373 |
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
374 * building.texi (Compilation Mode, Compilation): Clarified. |
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
375 |
66099
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
376 2005-10-15 Richard M. Stallman <rms@gnu.org> |
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
377 |
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
378 * misc.texi (Saving Emacs Sessions): Mention savehist library. |
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
379 |
66092
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
380 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
381 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
382 * gnus.texi (Document Server Internals): Addition. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
383 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
384 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
385 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
386 * gnus.texi (A note on namespaces): Fix RFC reference. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
387 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
388 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
389 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
390 * gnus.texi (RSS): Fix key description. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
391 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
392 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
393 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
394 * gnus.texi: Emacs/w3 -> Emacs/W3. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
395 (Browsing the Web): Fix description. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
396 (Web Searches): Ditto. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
397 (Customizing W3): Ditto. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
398 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
399 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
400 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
401 * gnus.texi (Maildir): Clarify expire-age and expire-group. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
402 |
66063 | 403 2005-10-13 Kenichi Handa <handa@m17n.org> |
404 | |
405 * basic.texi (Position Info): Fix previous change. | |
406 | |
66053
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
407 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
408 |
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
409 * cmdargs.texi (Icons X): Fix typo. |
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
410 |
66052 | 411 2005-10-12 Kenichi Handa <handa@m17n.org> |
412 | |
413 * basic.texi (Position Info): Describe the case that Emacs shows | |
414 "part of display ...". | |
415 | |
66025
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
416 2005-10-11 Jay Belanger <belanger@truman.edu> |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
417 |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
418 * calc.texi (Integration): Mention using `a i' to compute definite |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
419 integrals. |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
420 |
66011 | 421 2005-10-11 Juri Linkov <juri@jurta.org> |
422 | |
423 * info.texi: Rearrange nodes. | |
424 (Top): Update menu. Change ref `Info for Experts' to | |
425 `Advanced Info Commands'. | |
426 (Getting Started): Fix description of manual's parts. | |
427 (Help-Int): Change xref `Info Search' to `Search Index', and | |
428 `Expert Info' to `Advanced'. | |
429 (Advanced): Move node one level up. | |
430 (Search Text, Search Index): New nodes split out from `Info Search'. | |
431 (Go to node, Choose menu subtopic, Create Info buffer): New nodes | |
432 split out from `Advanced'. | |
433 (Advanced, Emacs Info Variables): De-document editing an Info file | |
434 in Info. | |
435 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'. | |
436 (Creating an Info File): Delete node and move its text to | |
437 `Expert Info'. | |
438 | |
65979 | 439 2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
440 | |
441 * cmdargs.texi (Icons X): -nb => -nbi | |
442 | |
65978
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
443 2005-10-10 Chong Yidong <cyd@stupidchicken.com> |
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
444 |
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
445 * frames.texi (Speedbar): A couple more clarifications. |
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
446 |
65971
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
447 2005-10-11 Nick Roberts <nickrob@snap.net.nz> |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
448 |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
449 * building.texi (GDB User Interface Layout): Improve diagram. |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
450 (Watch Expressions): Explain how to make speedbar global. |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
451 (Other GDB User Interface Buffers): Make references more precise. |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
452 |
65966
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
453 2005-10-10 Carsten Dominik <dominik@science.uva.nl> |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
454 |
66150 | 455 * org.texi (Workflow states): Documented that change in keywords |
65966
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
456 becomes active only after restart of Emacs. |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
457 |
65956
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
458 2005-10-09 Richard M. Stallman <rms@gnu.org> |
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
459 |
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
460 * frames.texi (Speedbar): Clarify the text. |
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
461 |
65947
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
462 2005-10-09 Chong Yidong <cyd@stupidchicken.com> |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
463 |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
464 * frames.texi (Speedbar): Add information on keybindings, |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
465 dismissing the speedbar, and buffer display mode. Link to |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
466 speedbar manual. |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
467 |
65939
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
468 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
469 |
66179
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
470 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type, |
65939
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
471 added -nb, --no-bitmap-icon. |
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
472 |
65925
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
473 2005-10-08 Michael Albinus <michael.albinus@gmx.de> |
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
474 |
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
475 Sync with Tramp 2.0.51. |
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
476 |
65914
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
477 2005-10-08 Nick Roberts <nickrob@snap.net.nz> |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
478 |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
479 * speedbar.texi (Introduction): Describe new location of speedbar |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
480 on menubar. |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
481 (Basic Key Bindings): Remove descriptions of bindings that have |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
482 been removed. |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
483 |
65880
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
484 2005-10-07 Nick Roberts <nickrob@snap.net.nz> |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
485 |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
486 * building.texi (GDB Graphical Interface): Add variables and |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
487 functions to indices. Be more precise. |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
488 |
65847
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
489 2005-10-05 Nick Roberts <nickrob@snap.net.nz> |
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
490 |
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
491 * speedbar.texi (GDB): Describe use of watch expressions. |
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
492 |
65806
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
493 2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
494 |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
495 * frames.texi (Drag and Drop): Remove the x- from |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
496 x-dnd-open-file-other-window and xdnd-protocol-alist. |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
497 |
65757
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
498 2005-09-30 Romain Francoise <romain@orebokech.com> |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
499 |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
500 * mini.texi (Minibuffer): The default value now appears before the |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
501 colon in minibuffer prompts. |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
502 |
65742
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
503 2005-09-28 Simon Josefsson <jas@extundo.com> |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
504 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
505 * message.texi (IDNA): Fix. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
506 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
507 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org> |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
508 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
509 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout, |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
510 nntp-server-hook, and nntp-warn-about-losing-connection; fix |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
511 description of nntp-open-connection-function. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
512 (Common Variables): Fix descriptions. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
513 |
65719
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
514 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org> |
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
515 |
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
516 * gnus.texi (Server Buffer Format): Document the %a format spec. |
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
517 |
65699
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
518 2005-09-25 Richard M. Stallman <rms@gnu.org> |
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
519 |
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
520 * search.texi (Regexp Search): Doc search-whitespace-regexp. |
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
521 |
65691
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
522 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org> |
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
523 |
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
524 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry. |
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
525 |
65665
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
526 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) |
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
527 |
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
528 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode. |
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
529 |
65655
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
530 2005-09-23 Carsten Dominik <dominik@science.uva.nl> |
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
531 |
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
532 * org.texi Version 3.16 |
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
533 |
65634
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
534 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
535 |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
536 * emacs.texi (Top): Update submenus from macos.texi. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
537 |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
538 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
539 (Mac OS): Update feature support status. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
540 (Mac Input): List supported input scripts. Remove description |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
541 about `mac-keyboard-text-encoding'. Mention mouse button |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
542 emulation and related variables. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
543 (Mac International): Mention Central European and Cyrillic |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
544 support. Now `keyboard-coding-system' is dynamically changed. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
545 Add description about coding system for selection. Add |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
546 description about language environment. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
547 (Mac Environment Variables): Mention |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
548 `~/.MacOSX/environment.plist'. Give example of command line |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
549 arguments. Add Preferences support. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
550 (Mac Directories): Explicitly state that this node is for Mac OS |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
551 Classic only. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
552 (Mac Font Specs): Mention specification for scalable fonts. List |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
553 supported charsets. Add preferred way of creating fontsets. Add |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
554 description about `mac-allow-anti-aliasing'. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
555 (Mac Functions): Add descriptions about `mac-set-file-creator', |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
556 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type', |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
557 and `mac-get-preference'. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
558 |
65617
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
559 2005-09-19 Miles Bader <miles@gnu.org> |
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
560 |
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
561 * newsticker.texi: Get rid of CVS keywords. |
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
562 |
65616
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
563 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org> |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
564 |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
565 * gnus.texi (Finding the Parent): Fix description of how Gnus |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
566 finds article. |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
567 |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
568 2005-09-14 Jari Aalto <jari.aalto@cante.net> |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
569 |
65625
348c05075334
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65617
diff
changeset
|
570 * gnus.texi (Advanced Scoring Examples): New examples to teach how |
65616
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
571 to drop off non-answered articles. |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
572 |
65612
19d18ffa4da3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65572
diff
changeset
|
573 2005-09-19 Juanma Barranquero <lekktu@gmail.com> |
19d18ffa4da3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65572
diff
changeset
|
574 |
65679 | 575 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly |
576 braces (which are unsupported by NMAKE) for macro `srcdir'. | |
65612
19d18ffa4da3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65572
diff
changeset
|
577 |
65572 | 578 2005-09-17 Eli Zaretskii <eliz@gnu.org> |
579 | |
580 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. | |
581 (../info/newsticker, newsticker.dvi): New targets. | |
582 | |
583 2005-09-17 Ulf Jasper <ulf.jasper@web.de> | |
584 | |
585 * newsticker.texi: Replace @command with @code. Replace @example | |
586 with @lisp. | |
587 (Top): Added explanations to menu items. | |
588 (GNU Free Documentation License): Removed. | |
589 | |
65555
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
590 2005-09-16 Romain Francoise <romain@orebokech.com> |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
591 |
65557
78b8aa2e7963
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
65555
diff
changeset
|
592 Update all files to specify GFDL version 1.2. |
65555
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
593 |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
594 * doclicense.texi (GNU Free Documentation License): Update to |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
595 version 1.2. |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
596 |
65530
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
597 2005-09-15 Richard M. Stallman <rms@gnu.org> |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
598 |
65543
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
599 * buffers.texi (List Buffers): Fix xref. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
600 |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
601 * rmail.texi (Rmail Basics): Fix xref. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
602 |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
603 * emacs.texi (Top): Update subnode menus. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
604 |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
605 * files.texi (Saving Commands): New node, broken out of Saving. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
606 (Customize Save): New node, broken out of Saving. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
607 Clarify effect of write-region-inhibit-fsync. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
608 (Misc File Ops): Say write-region-inhibit-fsync affects write-region. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
609 |
65530
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
610 * newsticker.texi: Fix @setfilename. |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
611 |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
612 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
613 (../info/newsticker, newsticker.dvi): New targets. |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
614 |
65515
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
615 2005-09-14 Romain Francoise <romain@orebokech.com> |
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
616 |
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
617 * files.texi (Saving): Mention write-region-inhibit-fsync. |
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
618 |
65335
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
619 2005-09-05 Chong Yidong <cyd@stupidchicken.com> |
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
620 |
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
621 * custom.texi (Custom Themes): New node. |
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
622 |
65333
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
623 2005-09-03 Richard M. Stallman <rms@gnu.org> |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
624 |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
625 * search.texi (Search Case): Mention vars that control |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
626 case-fold-search for various operations. |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
627 |
65245
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
628 2005-08-30 Carsten Dominik <dominik@science.uva.nl> |
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
629 |
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
630 * org.texi: Version 3.15. |
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
631 |
65219
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
632 2005-08-29 Luc Teirlinck <teirllm@auburn.edu> |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
633 |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
634 * ses.texi: Combine all three indices into one. |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
635 Correct a few typos. |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
636 |
65130
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
637 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org> |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
638 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
639 * emacs-mime.texi (time-date): Fix description of safe-date-to-time. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
640 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
641 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
642 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
643 * emacs-mime.texi (Handles): Remove duplicate item. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
644 (Encoding Customization): Fix the default value for |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
645 mm-coding-system-priorities. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
646 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
647 (Basic Functions): Fix reference. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
648 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
649 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
650 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
651 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
652 |
65078 | 653 2005-08-22 Juri Linkov <juri@jurta.org> |
654 | |
655 * display.texi (Standard Faces): Merge the text from | |
656 `(elisp)Standard Faces' into this node. | |
657 | |
65039
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
658 2005-08-18 Luc Teirlinck <teirllm@auburn.edu> |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
659 |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
660 * emacs.texi (Top): Delete menu item for deleted node |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
661 Keyboard Translations. |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
662 |
65035
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
663 2005-08-18 Richard M. Stallman <rms@gnu.org> |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
664 |
65124
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
665 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
666 and web site. |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
667 |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
668 * trouble.texi (Unasked-for Search): |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
669 Delete xref to Keyboard Translations. |
65035
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
670 |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
671 * glossary.texi (Glossary): Delete xref. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
672 |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
673 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode, |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
674 not keyboard-translate. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
675 |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
676 * custom.texi (Minor Modes): Say that the list here is not complete. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
677 (Keyboard Translations): Node deleted. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
678 (Disabling): Delete xref to it. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
679 (Customization Groups): Fix Custom buffer example. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
680 (Hooks): Mention remove-hooks. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
681 |
65023
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
682 2005-08-17 Luc Teirlinck <teirllm@auburn.edu> |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
683 |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
684 * building.texi (GDB Graphical Interface): Improve filling of menu |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
685 item. |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
686 |
65021
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
687 2005-08-18 Nick Roberts <nickrob@snap.net.nz> |
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
688 |
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
689 * building.texi (GDB Graphical Interface): Use better node names. |
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
690 |
64975
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
691 2005-08-14 Richard M. Stallman <rms@gnu.org> |
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
692 |
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
693 * text.texi (Sentences): Fix xref. |
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
694 |
64953 | 695 2005-08-14 Juri Linkov <juri@jurta.org> |
696 | |
697 * building.texi (Compilation, Grep Searching): Move grep command | |
698 headings from `Compilation' to `Grep Searching'. | |
699 | |
700 * dired.texi (Dired and Find): | |
701 * maintaining.texi (Tags Search): Replace grep xref to | |
702 `Compilation' node with `Grep Searching'. | |
703 | |
704 * files.texi (Comparing Files): Replace xref to `Compilation' with | |
705 `Compilation Mode'. | |
706 | |
64940
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
707 2005-08-13 Alan Mackenzie <acm@muc.de> |
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
708 |
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
709 * search.texi (Non-ASCII Isearch): Correct a typo. |
64942
b8351cf25d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64940
diff
changeset
|
710 (Replacement Commands): Mention query-replace key binding. |
64940
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
711 |
64923
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
712 2005-08-11 Richard M. Stallman <rms@gnu.org> |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
713 |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
714 * programs.texi (Options for Comments): Fix xref. |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
715 |
65023
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
716 * search.texi (Regexp Backslash, Regexp Example): New nodes split |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
717 out of Regexps. |
64923
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
718 |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
719 * faq.texi (Using regular expressions): Fix xref. |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
720 |
64871 | 721 2005-08-09 Juri Linkov <juri@jurta.org> |
722 | |
723 * building.texi (Compilation): Use `itemx' instead of `item'. | |
724 (Grep Searching): Simplify phrase. | |
725 | |
726 * display.texi (Standard Faces): Describe vertical-border on | |
727 window systems. | |
728 | |
729 * windows.texi (Split Window): Simplify phrase and mention | |
730 vertical-border face. | |
731 | |
64849
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
732 2005-08-09 Richard M. Stallman <rms@gnu.org> |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
733 |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
734 * files.texi (Comparing Files): Clarify compare-windows. |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
735 |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
736 * calendar.texi (Scroll Calendar): Document < and > in calendar. |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
737 |
64814 | 738 2005-08-09 Juri Linkov <juri@jurta.org> |
739 | |
740 * info.texi (Help-P): Replace `Prev' with `Previous'. | |
741 (Help-M, Help-Xref): Add S-TAB. | |
742 (Help-FOO): Update `u' command. | |
743 (Help-Xref): Move info about Mouse-2 from `Help-Int'. | |
744 Update info about visibility of xref parts. | |
745 (Help-Int): Fix `m' command. Rename `Info-last' to | |
746 `Info-history-back'. Add `Info-history-forward'. | |
747 (Advanced): Fix `g*' and `M-n' commands. | |
748 (Info Search): Add `index-apropos' in stand-alone browser. | |
749 Add isearch commands. | |
750 (Emacs Info Variables): Remove `Info-fontify'. | |
751 Add `Info-mode-hook'. Update face names. | |
752 Add `Info-fontify-maximum-menu-size', | |
753 `Info-fontify-visited-nodes', `Info-isearch-search'. | |
754 | |
64772
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
755 2005-08-07 Michael Albinus <michael.albinus@gmx.de> |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
756 |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
757 Sync with Tramp 2.0.50. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
758 |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
759 * tramp.texi: Use @option{} consequently for method names. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
760 (Inline methods, External transfer methods): Remove references to |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
761 Cygwin. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
762 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
763 implementation. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
764 |
64743 | 765 2005-08-06 Eli Zaretskii <eliz@gnu.org> |
766 | |
64746 | 767 * mule.texi (Coding Systems): Rephrase the paragraph about |
768 codepages: no need for "M-x codepage-setup" anymore, except on | |
769 MS-DOS. | |
770 | |
64743 | 771 * msdog.texi (MS-DOS and MULE): Clarify that this section is for |
772 the MS-DOS port only. | |
773 | |
64690 | 774 2005-07-30 Eli Zaretskii <eliz@gnu.org> |
775 | |
776 * makefile.w32-in (info): Don't run multi-install-info.bat. | |
777 ($(infodir)/dir): New target, produced by running | |
778 multi-install-info.bat. | |
779 | |
64652
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
780 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de> |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
781 |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
782 * gnus.texi (Startup Files): Fix name of gnus-site-init-file. |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
783 Mention that gnus-init-file is not read when Emacs is invoked with |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
784 --no-init-file or -q. |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
785 |
64592 | 786 2005-07-22 Eli Zaretskii <eliz@gnu.org> |
787 | |
788 * files.texi (Quoted File Names): Add index entry. | |
789 | |
64516
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
790 2005-07-19 Carsten Dominik <dominik@science.uva.nl> |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
791 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
792 * org.texi: Version 3.14 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
793 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
794 2005-07-04 Carsten Dominik <dominik@science.uva.nl> |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
795 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
796 * org.texi: Version 3.13 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
797 |
64505 | 798 2005-07-19 Juri Linkov <juri@jurta.org> |
799 | |
800 * files.texi (Comparing Files): Mention resync for `compare-windows'. | |
801 | |
64472 | 802 2005-07-18 Juri Linkov <juri@jurta.org> |
803 | |
804 * calc.texi (Time Zones, Logical Operations): | |
805 * cl.texi (Overview): | |
806 * custom.texi (Easy Customization): | |
807 * files.texi (Old Versions): | |
808 * frames.texi (Wheeled Mice): | |
809 * mule.texi (Specify Coding): | |
810 * org.texi (TODO types): | |
811 * sc.texi (Emacs 18 MUAs): | |
812 * speedbar.texi (Top): | |
813 * text.texi (Cell Justification): | |
814 * trouble.texi (After a Crash): | |
815 * url.texi (History): | |
816 * xresources.texi (GTK styles): | |
817 Delete duplicate duplicate words. | |
818 | |
64420
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
819 2005-07-17 Richard M. Stallman <rms@gnu.org> |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
820 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
821 * frames.texi (Creating Frames): Fix foreground color example. |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
822 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
823 * custom.texi (Init Examples): Clean up text about conditionals. |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
824 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
825 2005-07-16 Richard M. Stallman <rms@gnu.org> |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
826 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
827 * mini.texi (Completion Commands): Fix command name for ?. |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
828 |
64374 | 829 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) |
830 | |
831 * cl.texi (Type Predicates): Document `atom' type. | |
832 | |
64368 | 833 2005-07-16 Eli Zaretskii <eliz@gnu.org> |
834 | |
64371 | 835 * display.texi (Standard Faces): Explain that customization of |
836 `menu' face has no effect on w32 and with GTK. Add | |
837 cross-references. | |
838 | |
64368 | 839 * cmdargs.texi (General Variables): Clarify the default location |
840 of $HOME on w32 systems. | |
841 | |
64353 | 842 2005-07-15 Jason Rumney <jasonr@gnu.org> |
843 | |
844 * cmdargs.texi (General Variables): Default HOME on MS Windows has | |
845 changed. | |
846 | |
64160 | 847 2005-07-08 Kenichi Handa <handa@m17n.org> |
848 | |
849 * mule.texi (Recognize Coding): Recommend | |
850 revert-buffer-with-coding-system instead of revert-buffer. | |
851 | |
64155
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
852 2005-07-07 Richard M. Stallman <rms@gnu.org> |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
853 |
64158
8427e1fc1ce1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64155
diff
changeset
|
854 * anti.texi (Antinews): Mention mode-line-inverse-video. |
8427e1fc1ce1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64155
diff
changeset
|
855 |
64155
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
856 * files.texi (Saving): Minor correction about C-x C-w. |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
857 |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
858 * display.texi (Display Custom): Don't mention mode-line-inverse-video. |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
859 |
64150
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
860 2005-07-07 Luc Teirlinck <teirllm@auburn.edu> |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
861 |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
862 * search.texi (Isearch Scroll): Add example of using the |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
863 `isearch-scroll' property. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
864 (Slow Isearch): Reference anchor for `baud-rate' instead of entire |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
865 `Display Custom' node. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
866 (Regexp Replace): Put text that requires Emacs Lisp knowledge last |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
867 and de-emphasize it. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
868 (Other Repeating Search): `occur' currently can not correctly |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
869 handle multiline matches. Correct, clarify and update description |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
870 of `flush-lines' and `keep-lines'. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
871 |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
872 * display.texi (Display Custom): Add anchor for `baud-rate'. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
873 |
64145
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
874 2005-07-07 Richard M. Stallman <rms@gnu.org> |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
875 |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
876 * gnu.texi: Update where to get GNU status; add refs for how to help. |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
877 Add footnotes 6 and 7. |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
878 |
64099 | 879 2005-07-04 Lute Kamstra <lute@gnu.org> |
880 | |
881 Update FSF's address in GPL notices. | |
882 | |
883 * calc.texi (Copying): | |
884 * doclicense.texi (GNU Free Documentation License): | |
885 * faq.texi (Contacting the FSF): | |
886 * mh-e.texi (Copying): | |
887 * trouble.texi (Checklist): Update FSF's address. | |
888 | |
63955
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
889 2005-07-03 Richard M. Stallman <rms@gnu.org> |
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
890 |
64099 | 891 * flymake.texi (Example -- Configuring a tool called directly): |
63955
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
892 Update name of flymake-build-relative-filename. |
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
893 |
63868
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
894 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> |
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
895 |
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
896 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify. |
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
897 |
63835
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
898 2005-06-29 Carsten Dominik <dominik@science.uva.nl> |
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
899 |
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
900 * org.texi: Version 3.12 |
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
901 |
63754
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
902 2005-06-24 Richard M. Stallman <rms@gnu.org> |
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
903 |
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
904 * display.texi (Text Display): Change index entries. |
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
905 |
63749 | 906 2005-06-24 Eli Zaretskii <eliz@gnu.org> |
907 | |
908 * makefile.w32-in (MAKEINFO): Use --force. | |
909 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in | |
910 Makefile.in. | |
911 (gnus.dvi): Use "..." to quote Sed args, so that it works with | |
912 more shells. | |
913 | |
63711
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
914 2005-06-23 Richard M. Stallman <rms@gnu.org> |
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
915 |
63726
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
916 * anti.texi (Antinews): Renamed show-nonbreak-escape to |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
917 nobreak-char-display. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
918 |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
919 * emacs.texi (Top): Update detailed node listing. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
920 |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
921 * display.texi (Text Display): Renamed show-nonbreak-escape |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
922 to nobreak-char-display and no-break-space to nobreak-space. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
923 (Standard Faces): Split up the list of standard faces |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
924 and put it in a separate node. Add nobreak-space and |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
925 escape-glyph. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
926 |
64099 | 927 * speedbar.texi (Creating a display): Texinfo usage fixes. |
928 | |
929 * tramp.texi (Customizing Completion, Auto-save and Backup): | |
63711
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
930 Texinfo usage fixes. |
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
931 |
63690 | 932 2005-06-23 Lute Kamstra <lute@gnu.org> |
933 | |
934 * mule.texi (Select Input Method): Fix typo. | |
935 | |
63681 | 936 2005-06-23 Kenichi Handa <handa@m17n.org> |
937 | |
938 * mule.texi (International): List all supported scripts. Adjust | |
939 text for that leim is now included in the normal Emacs | |
940 distribution. | |
941 (Language Environments): List all language environments. | |
942 Intlfonts contains fonts for most supported scripts, not all.. | |
943 (Select Input Method): Refer to C-u C-x = to see how to type to | |
944 input a specifc character. | |
945 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit. | |
946 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
947 2005-06-23 Juanma Barranquero <lekktu@gmail.com> |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
948 |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
949 * building.texi (Grep Searching): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
950 * dired-x.texi (Miscellaneous Commands): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
951 * ediff.texi (Miscellaneous): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
952 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals) |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
953 (Agent Variables): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
954 * info.texi (Help-Xref): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
955 * message.texi (Message Headers): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
956 * org.texi (Remember): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
957 * reftex.texi (Options (Defining Label Environments)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
958 (Options (Index Support)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
959 (Options (Viewing Cross-References)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
960 (Options (Misc)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
961 (Changes): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
962 * speedbar.texi (Creating a display): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
963 * tramp.texi (Customizing Completion, Auto-save and Backup): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
964 Texinfo usage fix. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
965 |
63649
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
966 2005-06-22 Miles Bader <miles@gnu.org> |
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
967 |
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
968 * display.texi (Faces): Change `vertical-divider' to `vertical-border'. |
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
969 |
63594
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
970 2005-06-20 Miles Bader <miles@gnu.org> |
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
971 |
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
972 * display.texi (Faces): Add `vertical-divider'. |
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
973 |
63559
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
974 2005-06-17 Richard M. Stallman <rms@gnu.org> |
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
975 |
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
976 * text.texi (Adaptive Fill): Minor clarification. |
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
977 |
63360
527b5bc891fb
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63356
diff
changeset
|
978 2005-06-13 Carsten Dominik <dominik@science.uva.nl> |
527b5bc891fb
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63356
diff
changeset
|
979 |
63361
6e51bee08dae
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63360
diff
changeset
|
980 * org.texi: Version 3.11 |
63360
527b5bc891fb
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63356
diff
changeset
|
981 |
63356
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
982 2005-06-12 Jay Belanger <belanger@truman.edu> |
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
983 |
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
984 * calc.texi (Getting Started): Remove extra menu item. |
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
985 |
63232 | 986 2005-06-10 Lute Kamstra <lute@gnu.org> |
987 | |
988 * emacs.texi (Top): Correct version number. | |
989 * anti.texi (Antinews): Correct version number. Use EMACSVER to | |
990 refer to the current version of Emacs. | |
991 | |
63148
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
992 2005-06-08 Luc Teirlinck <teirllm@auburn.edu> |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
993 |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
994 * files.texi (Log Buffer): Document when there can be more than |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
995 one file to be committed. |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
996 |
63119 | 997 2005-06-08 Juri Linkov <juri@jurta.org> |
998 | |
999 * display.texi (Faces): Add `shadow' face. | |
1000 | |
63107
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
1001 2005-06-07 Masatake YAMATO <jet@gyve.org> |
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
1002 |
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
1003 * display.texi (Faces): Write about mode-line-highlight. |
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
1004 |
63071
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1005 2005-06-06 Richard M. Stallman <rms@gnu.org> |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1006 |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1007 * misc.texi (Printing Package): Explain how to initialize |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1008 printing package. |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1009 |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1010 * cmdargs.texi (Action Arguments): Clarify directory default for -l. |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
1011 |
63016 | 1012 2005-06-05 Chong Yidong <cyd@stupidchicken.com> |
1013 | |
1014 * emacs.texi: Rename Hardcopy to Printing. | |
1015 Make PostScript and PostScript Variables subnodes of it. | |
1016 | |
1017 * misc.texi (Printing): Rename node from Hardcopy. | |
1018 Mention menu bar options. | |
1019 Move PostScript and PostScript Variables to submenu. | |
1020 (Printing package): New node. | |
1021 | |
1022 * mark.texi (Using Region): Change Hardcopy xref to Printing. | |
1023 | |
1024 * dired.texi (Operating on Files): Likewise. | |
1025 | |
1026 * calendar.texi (Displaying the Diary): Likewise. | |
1027 | |
1028 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise. | |
1029 | |
1030 * glossary.texi (Glossary): Likewise. | |
1031 | |
1032 * frames.texi (Mode Line Mouse): Mention mode-line-highlight | |
1033 effect. | |
1034 | |
62993
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
1035 2005-06-04 Richard M. Stallman <rms@gnu.org> |
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
1036 |
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
1037 * trouble.texi (After a Crash): Polish previous change. |
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
1038 |
62931
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1039 2005-05-31 Jay Belanger <belanger@truman.edu> |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1040 |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1041 * calc.texi (Notations Used in This Manual): Use @kbd for key |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1042 sequence. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1043 (Demonstration of Calc): Mention another way of starting Calc. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1044 (Starting Calc): Mention long name of M-#. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1045 (Embedded Mode Overview): Remove unnecessary instruction. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1046 (Other M-# commands): Rephrase `M-# 0' explanation. |
62934
00058aa7dd4f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62931
diff
changeset
|
1047 (Basic Embedded Mode): Rewrite discussion of prefix arguments to |
00058aa7dd4f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62931
diff
changeset
|
1048 reflect current behavior. |
62931
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
1049 |
62913
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1050 2005-05-30 Jay Belanger <belanger@truman.edu> |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1051 |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1052 * calc.texi (Hooks): Change description of calc-window-hook and |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1053 calc-trail-window-hook to match usage. |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1054 (Computational Functions): Add more constant-generating functions. |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1055 (Customizable Variables): Use defvar. |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
1056 |
62898
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
1057 2005-05-30 Noah Friedman <friedman@splode.com> |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
1058 |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
1059 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
1060 recovery mechanism. |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
1061 |
62839
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
1062 2005-05-28 Jay Belanger <belanger@truman.edu> |
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
1063 |
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
1064 * calc.texi (Assignments in Embedded Mode): Fix variable name. |
62842
2113533205e3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62839
diff
changeset
|
1065 (Basic Embedded Mode): Explain behavior of arguments to |
2113533205e3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62839
diff
changeset
|
1066 calc-embedded-mode. |
62839
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
1067 |
62827
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
1068 2005-05-28 Nick Roberts <nickrob@snap.net.nz> |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
1069 |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
1070 * building.texi (Other Buffers): SPC toggles display of |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
1071 floating point registers. |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
1072 |
62821
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
1073 2005-05-27 Jay Belanger <belanger@truman.edu> |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
1074 |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
1075 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
1076 current behavior. |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
1077 |
62782
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
1078 2005-05-27 Nick Roberts <nickrob@snap.net.nz> |
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
1079 |
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
1080 * files.texi (Log Buffer): Merge in description of Log Edit |
62783
29e9d68e3f7b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62782
diff
changeset
|
1081 mode from pcl-cvs.texi. |
62782
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
1082 |
62743
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
1083 2005-05-26 Richard M. Stallman <rms@gnu.org> |
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
1084 |
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
1085 * building.texi (Lisp Eval): C-M-x with arg runs Edebug. |
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
1086 |
62705
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
1087 2005-05-25 Jay Belanger <belanger@truman.edu> |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
1088 |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
1089 * calc.texi: Change Calc version number throughout. |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
1090 (Keypad Mode): Change location in info output. |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
1091 (Keypad mode overview): Move picture of keypad. |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
1092 |
62690
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1093 2005-05-24 Luc Teirlinck <teirllm@auburn.edu> |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1094 |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1095 * fixit.texi (Spelling): Delete confusing sentence; flyspell is |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1096 not enabled by default. |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1097 When not on a word, `ispell-word' by default checks the word |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1098 before point. |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1099 |
62665
7ccbeba9749f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62648
diff
changeset
|
1100 2005-05-24 Nick Roberts <nickrob@snap.net.nz> |
7ccbeba9749f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62648
diff
changeset
|
1101 |
62690
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
1102 * building.texi (Debugger Operation): Simplify last sentence. |
62665
7ccbeba9749f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62648
diff
changeset
|
1103 |
62648 | 1104 2005-05-23 Lute Kamstra <lute@gnu.org> |
1105 | |
1106 * emacs.texi: Update FSF's address throughout. | |
1107 (Preface): Use @cite. | |
1108 (Distrib): Add cross reference to the node "Copying". Mention the | |
1109 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of | |
1110 printed manuals. | |
1111 (Intro): Use @xref for the Emacs Lisp Intro. | |
1112 | |
62592
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
1113 2005-05-21 Jay Belanger <belanger@truman.edu> |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
1114 |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
1115 * calc.texi (Storing variables): Mention that only most variables |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
1116 are void to begin with. |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
1117 |
62584 | 1118 2005-05-21 Kevin Ryde <user42@zip.com.au> |
1119 | |
1120 * widget.texi (Basic Types): Update cross ref from "Enabling | |
1121 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent | |
1122 lispref/text.texi change. | |
1123 | |
62547
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1124 2005-05-20 Carsten Dominik <dominik@science.uva.nl> |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1125 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1126 * org.texi: Version 3.09 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1127 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1128 2005-05-18 Carsten Dominik <dominik@science.uva.nl> |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1129 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1130 * reftex.texi: Version 4.28 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
1131 |
62481
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
1132 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> |
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
1133 |
62485
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
1134 * buffers.texi (Select Buffer): Document `C-u M-g M-g'. |
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
1135 |
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
1136 * basic.texi (Moving Point): Mention default for `goto-line'. |
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
1137 |
62481
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
1138 * programs.texi (Lisp Doc): Eldoc mode shows only the first line |
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
1139 of a variable's docstring. |
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
1140 |
62478 | 1141 2005-05-18 Lute Kamstra <lute@gnu.org> |
1142 | |
62480 | 1143 * maintaining.texi (Overview of Emerge): Add cross reference. |
1144 Remove duplication. | |
1145 | |
62478 | 1146 * emacs.texi (Top): Update to the current structure of the manual. |
1147 * misc.texi (Emacs Server): Add menu description. | |
1148 * files.texi (Saving): Fix menu. | |
1149 * custom.texi (Customization): Fix menu. | |
1150 * mule.texi (International): Fix menu. | |
1151 * kmacro.texi (Keyboard Macros): Fix menu. | |
1152 | |
62418
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
1153 2005-05-16 Luc Teirlinck <teirllm@auburn.edu> |
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
1154 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
1155 * display.texi: Various minor changes. |
62418
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
1156 (Faces): Delete text that is repeated in the next section. |
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
1157 |
62404
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
1158 2005-05-16 Nick Roberts <nickrob@snap.net.nz> |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
1159 |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
1160 * building.texi (Debugger Operation): Mention GUD tooltips are |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
1161 disabled with GDB in text command mode. |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
1162 |
62393
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
1163 2005-05-16 Jay Belanger <belanger@truman.edu> |
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
1164 |
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
1165 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'. |
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
1166 |
62383
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1167 2005-05-16 Nick Roberts <nickrob@snap.net.nz> |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1168 |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1169 * building.texi: Replace toolbar with "tool bar" for consistency. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1170 (Compilation Mode): Describe compilation-context-lines |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1171 and use of arrow in compilation buffer. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1172 (Debugger Operation): Replace help text with variable's value. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1173 |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1174 * frames.texi (Tooltips): Replace toolbar with "tool bar" for |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1175 consistency. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
1176 |
62369
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
1177 2005-05-15 Luc Teirlinck <teirllm@auburn.edu> |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
1178 |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
1179 * major.texi (Choosing Modes): normal-mode processes the -*- line. |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
1180 Add xref. |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
1181 |
62359
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
1182 2005-05-14 Jay Belanger <belanger@truman.edu> |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
1183 |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
1184 * calc.texi (Default Simplifications): Insert missing ! (logical |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
1185 not operator). |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
1186 |
62344
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
1187 2005-05-14 Michael Albinus <michael.albinus@gmx.de> |
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
1188 |
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
1189 Sync with Tramp 2.0.49. |
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
1190 |
62339
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1191 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1192 |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1193 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1194 (Position Info): Delete discussion of `goto-line'. It is already |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1195 described in `Moving point'. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1196 |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1197 * mini.texi (Completion Commands): Correct reference. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1198 (Completion Options): Fix typo. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1199 |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1200 * killing.texi (Deletion): Complete description of `C-x C-o'. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
1201 |
62307
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
1202 2005-05-10 Jay Belanger <belanger@truman.edu> |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
1203 |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
1204 * calc.texi (Default Simplifications): Mention that 0^0 simplifies |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
1205 to 1. |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
1206 |
62222
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1207 2005-05-10 Richard M. Stallman <rms@gnu.org> |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1208 |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1209 * building.texi (Compilation): Clarify recompile's directory choice. |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1210 |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1211 * frames.texi (Tooltips): Cleanups. |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1212 |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1213 * basic.texi (Arguments): Fix punctuation. |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
1214 |
62204
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
1215 2005-05-09 Luc Teirlinck <teirllm@auburn.edu> |
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
1216 |
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
1217 * screen.texi (Menu Bar): The up and down (not left and right) |
62206
879a1e2e914c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62204
diff
changeset
|
1218 arrow keys move through a keyboard menu. |
62204
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
1219 |
62192
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
1220 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
1221 |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
1222 * basic.texi: Various typo and grammar fixes. |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
1223 (Moving Point): C-a now runs move-beginning-of-line. |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
1224 |
62170
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1225 2005-05-08 Nick Roberts <nickrob@snap.net.nz> |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1226 |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1227 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area. |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1228 |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1229 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1230 as different animals. |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
1231 |
62162
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
1232 2005-05-07 Luc Teirlinck <teirllm@auburn.edu> |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
1233 |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
1234 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'. |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
1235 Correct index entry. |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
1236 |
62142
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
1237 2005-05-07 Nick Roberts <nickrob@snap.net.nz> |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
1238 |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
1239 * building.texi (Debugger Operation): Update to reflect changes |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
1240 in GUD tooltips. |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
1241 |
61953
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
1242 2005-04-30 Richard M. Stallman <rms@gnu.org> |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
1243 |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
1244 * files.texi (Compressed Files): Auto Compression normally enabled. |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
1245 |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
1246 * building.texi (Debugger Operation): Clarify previous change. |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
1247 |
61923
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
1248 2005-04-29 Carsten Dominik <dominik@science.uva.nl> |
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
1249 |
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
1250 * org.texi: Version 3.08, structure reorganized. |
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
1251 |
61899
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
1252 2005-04-28 Nick Roberts <nickrob@snap.net.nz> |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
1253 |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
1254 * building.texi (Debugger Operation): Add description for |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
1255 GUD tooltips when program is not running. |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
1256 |
61882
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1257 2005-04-26 Luc Teirlinck <teirllm@auburn.edu> |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1258 |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1259 * misc.texi (Shell): Add `Shell Prompts' to menu. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1260 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u' |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1261 description. Delete remarks moved to new node. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1262 (Shell Prompts): New node. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1263 (History References): Replace remarks moved to `Shell Prompts' |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1264 with xref to that node. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1265 (Remote Host): Clarify how to specify the terminal type when |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1266 logging in to a different machine. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
1267 |
61850
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1268 2005-04-26 Richard M. Stallman <rms@gnu.org> |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1269 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1270 * emacs.texi (Top): Update submenus from files.texi. |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1271 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1272 * files.texi (Filesets): Clarify previous change. |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1273 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1274 * dired.texi (Misc Dired Features): Clarify previous change. |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1275 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1276 2005-04-25 Chong Yidong <cyd@stupidchicken.com> |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1277 |
61859
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1278 * ack.texi (Acknowledgments): Delete info about iso-acc.el |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1279 |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1280 * dired.texi (Misc Dired Features): Document |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1281 dired-compare-directories. |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1282 |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1283 * files.texi (Filesets): New node. |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1284 (File Conveniences): Document Image mode. |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1285 |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
1286 * text.texi (TeX Print): Document tex-compile. |
61850
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
1287 |
61836
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
1288 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> |
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
1289 |
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
1290 * frames.texi (Tooltips): Tooltip mode is enabled by default. |
66179
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
1291 Delete redundant reference to tooltip Custom group. It is |
61836
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
1292 referred too again in the next paragraph. |
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
1293 |
61818
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
1294 2005-04-24 Richard M. Stallman <rms@gnu.org> |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
1295 |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
1296 * ack.texi: Delete info about lazy-lock.el and fast-lock.el. |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
1297 |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
1298 * faq.texi: Delete info about lazy-lock.el and fast-lock.el. |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
1299 |
61655 | 1300 2005-04-19 Kim F. Storm <storm@cua.dk> |
1301 | |
1302 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings. | |
1303 | |
61640 | 1304 2005-04-18 Lars Hansen <larsh@math.ku.dk> |
1305 | |
1306 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now | |
1307 turns off desktop-save-mode. | |
61655 | 1308 |
61611
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1309 2005-04-17 Luc Teirlinck <teirllm@auburn.edu> |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1310 |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1311 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1312 by default in terminals compatible with xterm. Mention that |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1313 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1314 node. |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
1315 |
61561
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
1316 2005-04-15 Carsten Dominik <dominik@science.uva.nl> |
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
1317 |
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
1318 * org.texi: Update to version 3.06. |
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
1319 |
61529 | 1320 2005-04-13 Lute Kamstra <lute@gnu.org> |
1321 | |
1322 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file. | |
1323 | |
61515
0d659f1010a4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61505
diff
changeset
|
1324 2005-04-12 Luc Teirlinck <teirllm@auburn.edu> |
0d659f1010a4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61505
diff
changeset
|
1325 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1326 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default. |
61515
0d659f1010a4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61505
diff
changeset
|
1327 |
61505
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
1328 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
1329 |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
1330 * xresources.texi (Table of Resources): Add cursorBlink. |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
1331 |
61485
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
1332 2005-04-11 Luc Teirlinck <teirllm@auburn.edu> |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
1333 |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
1334 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
1335 `d', `C-d' and `u'. |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
1336 |
61468
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1337 2005-04-11 Richard M. Stallman <rms@gnu.org> |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1338 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1339 * cmdargs.texi (Initial Options): -Q is now --quick, and does less. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1340 (Misc X): Add -D, --basic-display. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1341 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1342 * maintaining.texi (Change Log): Correct the description of |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1343 the example. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1344 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1345 * major.texi (Choosing Modes): Document magic-mode-alist. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1346 |
61443
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
1347 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org> |
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
1348 |
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
1349 * cl.texi (Porting Common Lisp): Fix typo. |
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
1350 |
61435
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1351 2005-04-10 Luc Teirlinck <teirllm@auburn.edu> |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1352 |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1353 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'. |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1354 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg. |
61435
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1355 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1356 (Rmail Output): Clarify which statements apply to `o', `C-o' and |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1357 `w', respectively. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1358 (Rmail Labels): Mention `l'. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1359 (Rmail Attributes): Correct pxref. Mention `stored' attribute. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1360 (Rmail Summary Edit): Describe `j' and RET. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
1361 |
61427
f00e2a6fb3e3
* xresources.texi (Lucid Resources): Added fonSet resource.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61424
diff
changeset
|
1362 2005-04-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
f00e2a6fb3e3
* xresources.texi (Lucid Resources): Added fonSet resource.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61424
diff
changeset
|
1363 |
64472 | 1364 * xresources.texi (Lucid Resources): Add fontSet resource. |
61427
f00e2a6fb3e3
* xresources.texi (Lucid Resources): Added fonSet resource.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61424
diff
changeset
|
1365 |
61424
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
1366 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> |
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
1367 |
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
1368 * gnus.texi (RSS): Addition. |
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
1369 |
61410
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
1370 2005-04-09 Luc Teirlinck <teirllm@auburn.edu> |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
1371 |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
1372 * display.texi (Useless Whitespace): `indicate-unused-lines' is |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
1373 now called `indicate-empty-lines'. |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
1374 |
61347 | 1375 2005-04-06 Kim F. Storm <storm@cua.dk> |
1376 | |
1377 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q. | |
1378 | |
61297
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
1379 2005-04-04 Luc Teirlinck <teirllm@auburn.edu> |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
1380 |
61299
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
1381 * dired.texi (Dired Visiting): `dired-view-command-alist' has been |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
1382 deleted. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
1383 (Marks vs Flags): Add some convenient key bindings. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
1384 (Hiding Subdirectories): Delete redundant and inaccurate sentence. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
1385 (Misc Dired Features): Correct and expand description of `w' command. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
1386 |
61297
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
1387 * frames.texi (XTerm Mouse): Delete apparently false info. |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
1388 The GNU/Linux console currently does not appear to support |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
1389 `xterm-mouse-mode'. |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
1390 |
61261
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
1391 2005-04-04 Jay Belanger <belanger@truman.edu> |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
1392 |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
1393 * calc.texi: Change Calc version number. |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
1394 (Customizable variables): Fix description of calc-language-alist. |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
1395 (Copying): Put in version 2 of GPL. |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
1396 |
61239 | 1397 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
1398 | |
1399 * calendar.texi (Diary): Mention shell utility `calendar'. | |
1400 | |
61468
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1401 2005-04-01 Richard M. Stallman <rms@gnu.org> |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1402 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1403 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
1404 |
61217
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1405 2005-04-01 Jay Belanger <belanger@truman.edu> |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1406 |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1407 * calc.texi (Troubleshooting Commands): Remove comment about |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1408 installation. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1409 (Installation): Remove section. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1410 (Customizable Variables): New section. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1411 (Basic Embedded Mode, Customizing Embedded Mode, Graphics) |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1412 (Graphical Devices): Add references to Customizable Variables. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
1413 |
61201 | 1414 2005-04-01 Lute Kamstra <lute@gnu.org> |
1415 | |
1416 * maintaining.texi (Change Log): add-change-log-entry uses | |
1417 add-log-mailing-address. | |
1418 | |
61196
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1419 2005-03-31 Luc Teirlinck <teirllm@auburn.edu> |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1420 |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1421 * files.texi (Reverting): Move `auto-revert-check-vc-info' to |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1422 `VC Mode Line' and put in an xref to that node. |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1423 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1424 its description. |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
1425 |
61174
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
1426 2005-03-31 Paul Eggert <eggert@cs.ucla.edu> |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
1427 |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
1428 * calendar.texi (Calendar Systems): Say that the Persian calendar |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
1429 implemented here is the arithmetical one championed by Birashk. |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
1430 |
61132 | 1431 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk> |
1432 | |
1433 * programs.texi (Fortran Motion): Fix previous change. | |
1434 | |
61126
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1435 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1436 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1437 * emacs-mime.texi (Display Customization): Markup fixes. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1438 (rfc2047): Update. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1439 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1440 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de> |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1441 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1442 * gnus-faq.texi: Replaced with auto-generated version. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
1443 |
61123
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
1444 2005-03-29 Richard M. Stallman <rms@gnu.org> |
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
1445 |
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
1446 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info. |
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
1447 |
61118
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
1448 2005-03-29 Chong Yidong <cyd@stupidchicken.com> |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
1449 |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
1450 * text.texi (Refill): Refer to Long Lines Mode. |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
1451 (Longlines): New node. |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
1452 (Auto Fill): Don't index "word wrap" here. |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
1453 (Filling): Add Longlines to menu. |
61174
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
1454 |
61104
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1455 2005-03-29 Richard M. Stallman <rms@gnu.org> |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1456 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1457 * xresources.texi: Minor fixes. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1458 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1459 * misc.texi (Emacs Server): Fix Texinfo usage. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1460 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1461 * emacs.texi (Top): Don't use a real section heading for |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1462 "Detailed Node Listing". Fake it instead. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1463 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1464 * basic.texi (Position Info): Minor cleanup. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1465 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1466 * mule.texi (Input Methods): Minor cleanup. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
1467 |
61098 | 1468 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
1469 | |
1470 * programs.texi (ForIndent Vars): `fortran-if-indent' does other | |
1471 constructs as well. | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1472 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block. |
61098 | 1473 |
61068 | 1474 2005-03-29 Kenichi Handa <handa@m17n.org> |
1475 | |
1476 * mule.texi (Input Methods): Refer to the command C-u C-x =. | |
1477 | |
1478 * basic.texi (Position Info): Update the description about the | |
1479 command C-u C-x =. | |
1480 | |
61054
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1481 2005-03-28 Richard M. Stallman <rms@gnu.org> |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1482 |
61062
c5c4d68e6139
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61059
diff
changeset
|
1483 * emacs.texi (Top): Use @section for the detailed node listing. |
c5c4d68e6139
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61059
diff
changeset
|
1484 |
61059
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
1485 * calendar.texi: Minor fixes to previous change. |
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
1486 |
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
1487 * programs.texi (Fortran): Small fixes to previous changes. |
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
1488 |
61054
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1489 * emacs.texi (Top): Update list of subnodes of Dired. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1490 Likewise for building.texi. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1491 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1492 * files.texi (File Conveniences): Delete Auto Image File mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1493 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1494 2005-03-28 Chong Yidong <cyd@stupidchicken.com> |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1495 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1496 * building.texi (Flymake): New node. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1497 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1498 * custom.texi (Function Keys): Document kp- event types and |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1499 keypad-setup package. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1500 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1501 * dired.texi (Wdired): New node. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1502 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1503 * files.texi (File Conveniences): Reorder entries. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1504 Explain how to turn on Auto-image-file mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1505 Document Thumbs mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1506 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1507 * mule.texi (Specify Coding): Document recode-region and |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1508 recode-file-name. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1509 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1510 * programs.texi (Program Modes): Add Conf mode and DNS mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
1511 |
61025
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
1512 2005-03-27 Luc Teirlinck <teirllm@auburn.edu> |
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
1513 |
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
1514 * commands.texi (Keys): M-o is now a prefix key. |
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
1515 |
61020 | 1516 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk> |
1517 | |
1518 * programs.texi: Reformat and update copyright years. | |
1519 (Fortran): Update section. | |
1520 | |
61012
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1521 2005-03-26 Luc Teirlinck <teirllm@auburn.edu> |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1522 |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1523 * files.texi: Several small changes in addition to: |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1524 (Visiting): Change xref for Dialog Boxes to ref. |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1525 (Version Headers): Replace references to obsolete var |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1526 `vc-header-alist' with `vc-BACKEND-header'. |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1527 (Customizing VC): Update value of `vc-handled-backends'. |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1528 |
60998 | 1529 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> |
1530 | |
1531 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section; | |
1532 move here from Emacs Lisp Reference Manual. | |
1533 * calendar.texi (Calendar/Diary, Diary Commands) | |
1534 (Special Diary Entries, Importing Diary): Change some xrefs to | |
1535 point to emacs-xtra rather than elisp. | |
1536 | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1537 * emacs-xtra.texi (Calendar Customizing): |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1538 Move view-diary-entries-initially, view-calendar-holidays-initially, |
61001 | 1539 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main |
1540 Emacs Manual. | |
1541 (Appt Customizing): Merge entire section into main Emacs Manual. | |
61002 | 1542 * calendar.texi (Holidays): Move view-calendar-holidays-initially, |
61001 | 1543 mark-holidays-in-calendar here from emacs-xtra. |
1544 (Displaying the Diary): Move view-diary-entries-initially, | |
1545 mark-diary-entries-in-calendar here from emacs-xtra. | |
1546 (Appointments): Move appt-display-mode-line, | |
1547 appt-display-duration, appt-disp-window-function, | |
1548 appt-delete-window-function here from emacs-xtra. | |
1549 | |
1550 * calendar.texi: Update and reformat copyright. | |
61008 | 1551 Change all @xrefs to the non-printing emacs-xtra to @inforefs. |
61001 | 1552 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3. |
1553 (Diary): Refer to `diary-file' rather than ~/diary. | |
1554 (Diary Commands): Rename node to "Displaying the Diary". | |
61005 | 1555 * emacs.texi (Top): Rename "Diary Commands" section. |
1556 * misc.texi (Hardcopy): Rename "Diary Commands" xref. | |
61001 | 1557 |
60989 | 1558 2005-03-26 Eli Zaretskii <eliz@gnu.org> |
1559 | |
60992 | 1560 * misc.texi (Emacs Server): Fix the command for setting |
1561 server-name. Add an xref to Invoking emacsclient. | |
1562 | |
60990 | 1563 * help.texi (Help Summary): Clarify when "C-h ." will do something |
1564 nontrivial. | |
1565 (Apropos): Add cindex entry for apropos-sort-by-scores. | |
1566 | |
60989 | 1567 * display.texi (Text Display): Add index entries for how no-break |
1568 characters are displayed. | |
1569 | |
60983 | 1570 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change) |
1571 | |
1572 * dired-x.texi (Multiple Dired Directories): default-directory was | |
1573 renamed to dired-default-directory. | |
1574 | |
60977 | 1575 2005-03-26 Eli Zaretskii <eliz@gnu.org> |
1576 | |
1577 * files.texi (Visiting): Fix cross-references introduced with the | |
1578 last change. | |
1579 | |
61012
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
1580 * xresources.texi (GTK resources): Fix last change. |
60977 | 1581 |
60971
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1582 2005-03-26 Jay Belanger <belanger@truman.edu> |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1583 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1584 * calc.texi (Simplifying Formulas, Rewrite Rules): |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1585 Change description of top and bottom of fraction. |
60971
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1586 (Modulo Forms): Move description of how to create modulo forms to |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1587 earlier in the section. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1588 (Fraction Mode): Suggest using : to get a fraction by dividing. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1589 (Basic Arithmetic): Adjust placement of command name. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1590 (Truncating the Stack): Emphasize that "hidden" entries are still |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1591 visible. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1592 (Installation): Move discussion of printing manual to "About This |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1593 Manual". |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1594 (About This Manual): Mention how to print the manual. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1595 (Reporting Bugs): Remove first person. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1596 (Building Vectors): Add algebraic version of append. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1597 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1598 (Grouping Digits): Fix typo. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
1599 |
60956
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1600 2005-03-25 Chong Yidong <cyd@stupidchicken.com> |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1601 |
60966
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
1602 * xresources.texi (X Resources): GTK options documented too. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
1603 (Resources): Clarify meaning of program name. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
1604 (Table of Resources): Add visualClass. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
1605 (GTK resources): Rewrite. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
1606 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
1607 |
60956
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1608 * display.texi (Text Display): Mention non-breaking spaces. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1609 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1610 * files.texi (Reverting): Document auto-revert-check-vc-info. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1611 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1612 * frames.texi (Mouse Commands): Document |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1613 x-mouse-click-focus-ignore-position and mouse-drag-copy-region. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1614 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1615 * help.texi (Help Summary): Add `C-h .'. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1616 (Apropos): Apropos accepts a list of search terms. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1617 Document apropos-sort-by-scores. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1618 (Help Echo): Document display-local-help. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1619 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1620 * misc.texi (Emacs Server): Document server-name. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1621 (Invoking emacsclient): Document -s option for server names. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1622 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1623 * text.texi (Outline Visibility): Introduce "current heading |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1624 line" (commands can be called with point on a body line). |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1625 Re-order table to follow the sequence of discussion. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1626 hide-body won't hide lines before first header line. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1627 (TeX Mode): Add DocTeX mode. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
1628 |
60927
bae786986f2e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
Werner LEMBERG <wl@gnu.org>
parents:
60919
diff
changeset
|
1629 2005-03-25 Werner Lemberg <wl@gnu.org> |
bae786986f2e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
Werner LEMBERG <wl@gnu.org>
parents:
60919
diff
changeset
|
1630 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1631 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1632 Replace `legal' with `valid'. |
60927
bae786986f2e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
Werner LEMBERG <wl@gnu.org>
parents:
60919
diff
changeset
|
1633 |
60919
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
1634 2005-03-25 Werner Lemberg <wl@gnu.org> |
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
1635 |
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
1636 * calc.texi, reftex.texi: Replace `illegal' with `invalid'. |
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
1637 |
60886
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
1638 2005-03-24 Jay Belanger <belanger@truman.edu> |
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
1639 |
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
1640 * calc.texi (General Mode Commands) |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
1641 (Mode Settings in Embedded Mode): Add some explanation of |
60886
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
1642 recording mode settings. |
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
1643 |
60885
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1644 2005-03-24 Richard M. Stallman <rms@gnu.org> |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1645 |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1646 * mule.texi (Single-Byte Character Support): Delete mention |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1647 of iso-acc.el and iso-transl.el. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1648 |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1649 * calc.texi: Remove praise of non-free software. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1650 |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1651 * idlwave.texi: Don't say where to get IDL or its non-free manual. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1652 (Installation): Node deleted. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
1653 |
60865 | 1654 2005-03-23 Lute Kamstra <lute@gnu.org> |
1655 | |
1656 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch. | |
1657 | |
60862
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1658 2005-03-23 Richard M. Stallman <rms@gnu.org> |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1659 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1660 * url.texi (HTTP language/coding): Improve last change. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1661 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1662 * search.texi: Delete explicit node pointers. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1663 (Incremental Search): New menu. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1664 (Basic Isearch, Repeat Isearch, Error in Isearch) |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1665 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll) |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1666 (Slow Isearch): New subnodes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1667 (Configuring Scrolling): Node deleted. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1668 (Search Case): Doc default-case-fold-search. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1669 (Regexp Replace): Move replace-regexp doc here. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1670 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1671 * rmail.texi (Movemail): Put commas inside closequotes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1672 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1673 * picture.texi (Insert in Picture): Document C-c arrow combos. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1674 (Basic Picture): Clarify erasure. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1675 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1676 * display.texi (Font Lock): Put commas inside closequotes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1677 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1678 * cmdargs.texi (General Variables): Put commas inside closequotes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
1679 |
60842
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
1680 2005-03-23 Nick Roberts <nickrob@snap.net.nz> |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
1681 |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
1682 * building.texi (Stack Buffer): Mention reverse contrast for |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
1683 *selected* frame (might not be current frame). |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
1684 |
60818
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
1685 2005-03-22 Jay Belanger <belanger@truman.edu> |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
1686 |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
1687 * calc.texi (Embedded Mode): Add new information on changing |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
1688 modes. |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
1689 |
60804
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1690 2005-03-21 Richard M. Stallman <rms@gnu.org> |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1691 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1692 * building.texi (Starting GUD): Add bashdb. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1693 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1694 2005-03-20 Chong Yidong <cyd@stupidchicken.com> |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1695 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1696 * basic.texi (Moving Point): Add M-g M-g binding. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1697 (Undo): Document undo-only. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1698 (Position Info): Document M-g M-g and C-u M-g M-g. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1699 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1700 * building.texi (Building): Put Grep Searching after Compilation |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1701 Shell. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1702 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1703 Document next-error-highlight. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1704 (Grep Searching): Document grep-highlight-matches. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1705 (Lisp Eval): Typing C-x C-e twice prints integers specially. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1706 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1707 * calendar.texi (Importing Diary): Rename node from iCalendar. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1708 Document diary-from-outlook. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1709 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1710 * dired.texi (Misc Dired Features): Rename node from Misc Dired |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1711 Commands. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1712 Mention effect of X drag and drop on Dired buffers. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1713 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1714 * files.texi (Visiting): Document large-file-warning-threshold. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1715 Move paragraph on file-selection dialog. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1716 Mention visiting files using X drag and drop. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1717 (Reverting): Mention using Auto-Revert mode to tail files. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1718 Document auto-revert-tail-mode. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1719 (Version Systems): Minor correction. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1720 (Comparing Files): Diff-mode is no longer based on Compilation |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1721 mode. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1722 Document compare-ignore-whitespace. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1723 (Misc File Ops): Explain passing a directory to rename-file. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1724 Likewise for copy-file and make-symbolic-link. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1725 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1726 * frames.texi (Wheeled Mice): Mouse wheel support on by default. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1727 Document mouse-wheel-progressive speed. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1728 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1729 * help.texi (Misc Help): Document numeric argument for C-h i. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1730 Correctly explain the effect of just C-u as argument. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1731 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1732 * killing.texi (Deletion): Document numeric argument for |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1733 just-one-space. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1734 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1735 * mini.texi (Completion): Completion acts on text before point. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1736 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1737 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1738 (Emulation): CUA mode replaces pc-bindings-mode, |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1739 pc-selection-mode, and s-region. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1740 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1741 * mule.texi (Input Methods): Leim is now built-in. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1742 (Select Input Method): Document quail-show-key. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1743 (Specify Coding): Document revert-buffer-with-coding-system. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1744 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1745 * programs.texi (Fortran Motion): Document f90-next-statement, |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1746 f90-previous-statement, f90-next-block, f90-previous-block, |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1747 f90-end-of-block, and f90-beginning-of-block. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1748 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1749 * text.texi (Format Faces): Replace old M-g key prefix with M-o. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1750 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1751 * emacs.texi (Acknowledgments): Updated. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1752 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1753 * anti.texi: Total rewrite. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
1754 |
60763
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1755 2005-03-20 Michael Albinus <michael.albinus@gmx.de> |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1756 |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1757 Sync with Tramp 2.0.48. |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1758 |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1759 * trampver.texi.in: Replace "Emacs" by "GNU Emacs". |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1760 |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1761 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1762 "GNU/Linux". Change all addresses to .gnu.org. |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1763 (Default Method): Offer shortened syntax for "su" and "sudo" |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1764 methods. |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1765 |
60751 | 1766 2005-03-19 Chong Yidong <cyd@stupidchicken.com> |
1767 | |
1768 * ack.texi (Acknowledgments): Update. | |
1769 | |
1770 2005-03-19 Eli Zaretskii <eliz@gnu.org> | |
1771 | |
1772 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update | |
1773 copyright years. | |
1774 | |
60593
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
1775 2005-03-14 Nick Roberts <nickrob@snap.net.nz> |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
1776 |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
1777 * building.texi (Commands of GUD): Move paragraph on setting |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
1778 breakpoints with mouse to the GDB Graphical Interface node. |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
1779 |
60494
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
1780 2005-03-07 Richard M. Stallman <rms@gnu.org> |
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
1781 |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
1782 * url.texi: Fix usage of "e.g.". |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
1783 (HTTP language/coding): Explain the rules for these strings. |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
1784 |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
1785 * misc.texi (Single Shell, Shell Options): Fix previous change. |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
1786 |
60494
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
1787 * building.texi (Debugger Operation): Update GUD tooltip enable info. |
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
1788 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1789 2005-03-06 Richard M. Stallman <rms@gnu.org> |
60468
a353a48e3aeb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60458
diff
changeset
|
1790 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1791 * building.texi (Starting GUD): Don't explain text vs graphical |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1792 GDB here. Just mention it and xref. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1793 Delete "just one debugger process". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1794 (Debugger Operation): Move GUD tooltip info here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1795 (GUD Tooltips): Node deleted. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1796 (GDB Graphical Interface): Explain the two GDB modes here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1797 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1798 * woman.texi (Introduction): Minor cleanups. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1799 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1800 * url.texi (HTTP language/coding): Get rid of "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1801 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1802 * sending.texi (Sending Mail): Minor cleanup. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1803 (Mail Aliases): Explain quoting conventions. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1804 Update key rebinding example. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1805 (Header Editing): C-M-i is like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1806 (Mail Mode Misc): mail-attach-file does not do MIME. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1807 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1808 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1809 that really belongs here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1810 (Remote Mailboxes): Text moved to Rmail Inbox. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1811 (Rmail Display): Mention Mouse-1. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1812 (Movemail): Clarify two movemail versions. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1813 Clarify rmail-movemail-program. |
60763
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
1814 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1815 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1816 (Installation): Node deleted. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1817 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1818 * misc.texi (Single Shell): Replace uudecode example with gpg example. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1819 Document async shell commands. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1820 (Shell History): Clarify. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1821 (Shell Ring): Mention C-UP an C-DOWN. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1822 (Shell Options): Add comint-prompt-read-only. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1823 (Invoking emacsclient): Set EDITOR to run Emacs. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1824 (Sorting): No need to explain what region is. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1825 (Saving Emacs Sessions): Fix typo. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1826 (Recursive Edit): Fix punctuation. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1827 (Emulation): Don't mention "PC bindings" which are standard. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1828 (Hyperlinking): Explain Mouse-1 convention here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1829 (Find Func): Node deleted. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1830 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1831 * mh-e.texi (Preface): Get rid of "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1832 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1833 * help.texi (Name Help): Xref to Hyperlinking. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1834 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1835 * glossary.texi (Glossary): |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1836 Rename "Balance Parentheses" to "Balancing...". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1837 Add "Byte Compilation". Correct "Copyleft". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1838 New xref in "Customization". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1839 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1840 Add "Graphical Terminal" "Keybinding", "Margin", "Window System". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1841 Rename "Registers" to "Register". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1842 Replace "Selecting" with "Selected Frame", |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1843 "Selected Window", and "Selecting a Buffer". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1844 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1845 * files.texi (Types of Log File): Explain how projects' |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1846 methods can vary. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1847 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1848 * eshell.texi (Installation): Delete node (for Emacs 20). |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1849 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1850 * display.texi (Faces): Delete "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1851 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1852 * custom.texi (Changing a Variable): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1853 * fixit.texi (Spelling): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1854 * mini.texi (Completion Options): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1855 * programs.texi (Symbol Completion): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1856 * text.texi (Text Mode): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1857 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1858 * commands.texi (Keys): Mention F1 and F2 in list of prefixes. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1859 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1860 * calendar.texi (Specified Dates): Mention `g w'. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1861 (Appointments): appt-activate toggles with no arg. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1862 |
60408
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
1863 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org> |
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
1864 |
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
1865 * flymake.texi: Refill and tweak style in @lisp blocks. |
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
1866 |
60401 | 1867 2005-03-05 Juri Linkov <juri@jurta.org> |
1868 | |
1869 * cmdargs.texi (Emacs Invocation): Add cindex | |
1870 "invocation (command line arguments)" | |
1871 (Misc X): Add -nbc, --no-blinking-cursor. | |
1872 | |
60383 | 1873 2005-03-04 Ulf Jasper <ulf.jasper@web.de> |
1874 | |
1875 * calendar.texi (iCalendar): No need to require it now. | |
1876 | |
60356
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
1877 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de> |
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
1878 |
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
1879 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very". |
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
1880 |
60341
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
1881 2005-03-03 Nick Roberts <nickrob@snap.net.nz> |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
1882 |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
1883 * trouble.texi (Contributing): Mention Savannah. Direct users to |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
1884 emacs-devel. |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
1885 |
60323 | 1886 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
1887 | |
1888 * calendar.texi (Adding to Diary): Mention redrawing of calendar | |
1889 window. | |
1890 | |
60314
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
1891 2005-03-01 Jay Belanger <belanger@truman.edu> |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
1892 |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
1893 * calc.texi (Trigonometric and Hyperbolic Functions): |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
1894 Mention additional functions. |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
1895 (Algebraic Simplifications): Mention additional simplifications. |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
1896 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1897 2005-02-27 Richard M. Stallman <rms@gnu.org> |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1898 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1899 * building.texi (Compilation): Update mode line status info. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
1900 |
60293 | 1901 2005-02-27 Matt Hodges <MPHodges@member.fsf.org> |
1902 | |
1903 * calendar.texi (General Calendar): Document binding of | |
1904 scroll-other-window-down. | |
1905 (Mayan Calendar): Fix earliest date. | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
1906 (Time Intervals): Document timeclock-change. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
1907 Fix timeclock-ask-before-exiting documentation. |
60293 | 1908 |
60255 | 1909 2005-02-26 Kim F. Storm <storm@cua.dk> |
1910 | |
1911 * frames.texi (Mouse References): | |
1912 Add mouse-1-click-in-non-selected-windows. | |
1913 | |
60247
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1914 2005-02-25 Richard M. Stallman <rms@gnu.org> |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1915 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1916 * screen.texi (Screen): Explain better about cursors and mode lines; |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1917 don't presuppose text terminals. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1918 (Point): Don't assume just one cursor. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1919 Clarify explanation of cursors. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1920 (Echo Area, Menu Bar): Cleanups. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1921 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1922 * mini.texi (Minibuffer): Prompts are highlighted. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1923 (Minibuffer Edit): Newline = C-j only on text terminals. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1924 Clarify resize-mini-windows values. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1925 Mention M-PAGEUP and M-PAGEDOWN. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1926 (Completion Commands): Mouse-1 like Mouse-2. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1927 (Minibuffer History): Explain history commands better. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1928 (Repetition): Add xref to Incremental Search. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1929 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1930 * mark.texi (Setting Mark): Clarify info about displaying mark. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1931 Clarify explanation of C-@ and C-SPC. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1932 (Transient Mark): Mention Delete Selection mode. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1933 (Marking Objects): Clean up text about extending the region. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1934 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1935 * m-x.texi (M-x): One C-g doesn't always go to top level. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1936 No delay before suggest-key-bindings output. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1937 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1938 * fixit.texi (Fixit): Mention C-/ for undo. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1939 (Spelling): Mention ESC TAB like M-TAB. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1940 Replacement words with r and R are rechecked. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1941 Say where C-g leaves point. Mention ? as input. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
1942 |
60231 | 1943 2005-02-23 Lute Kamstra <lute@gnu.org> |
1944 | |
1945 * cmdargs.texi (Initial Options): Add cross reference. | |
1946 | |
60140
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
1947 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org> |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
1948 |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
1949 * ses.texi: Add concept/function/variable indices (this work was |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
1950 donated by Brad Collins <brad@chenla.org>, copyright-assignment |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
1951 papers on file at FSF). |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
1952 |
60122
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
1953 2005-02-16 Luc Teirlinck <teirllm@auburn.edu> |
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
1954 |
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
1955 * emacs.texi (Top): Update menu for splitting of node in |
60125
7722b1983f28
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60122
diff
changeset
|
1956 msdog.texi. |
60122
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
1957 * frames.texi (Frames): Update xref for splitting of node in |
60125
7722b1983f28
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60122
diff
changeset
|
1958 msdog.texi. |
7722b1983f28
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60122
diff
changeset
|
1959 * trouble.texi (Quitting): Ditto. |
60122
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
1960 |
60117
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1961 2005-02-16 Richard M. Stallman <rms@gnu.org> |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1962 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1963 * windows.texi (Split Window): Simplify line truncation info |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1964 and xref to Display Custom. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1965 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1966 * trouble.texi (Quitting): Emergency escape only for text terminal. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1967 (Screen Garbled): C-l for ungarbling is only for text terminal. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1968 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1969 * text.texi (Text Mode): ESC TAB alternative for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1970 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1971 * sending.texi (Header Editing): ESC TAB alternative for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1972 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1973 * programs.texi (Program Modes): Mention Python mode. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1974 (Moving by Defuns): Repeating C-M-h extends region. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1975 (Basic Indent): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1976 (Custom C Indent): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1977 (Expressions): Repeating C-M-@ extends region. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1978 (Info Lookup): Clarify for C-h S. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1979 (Symbol Completion): ESC TAB alternative for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1980 (Electric C): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1981 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1982 * emacs.texi (Top): Update display.texi and frames.texi submenu data. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1983 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1984 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1985 MS-DOS Input node. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1986 (MS-DOS Keyboard): Start with explaining DEL and BREAK. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1987 (MS-DOS and MULE): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1988 (MS-DOS Processes, Windows Processes): Fix typos. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1989 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1990 * major.texi (Choosing Modes): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1991 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1992 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1993 (Keyboard Macro Step-Edit): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1994 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1995 * indent.texi (Indentation): Clarifications. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1996 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1997 * help.texi (Help): Correct error about C-h in query-replace. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1998 Clarify apropos vs C-h a. Fix how to search in FAQ. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
1999 (Key Help): Describe C-h w here. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2000 (Name Help): Minor cleanup. C-h w moved to Key Help. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2001 Clarify the "object" joke. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2002 (Apropos): Clarify. Mouse-1 like Mouse-2. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2003 (Help Mode): Mouse-1 like Mouse-2. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2004 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2005 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2006 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2007 * display.texi (Display): Reorder menu. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2008 (Faces): Cleanup. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2009 (Font Lock): Cleanup. Mention Options menu. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2010 Delete obsolete text. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2011 (Scrolling): For C-l, don't presume text terminal. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2012 (Horizontal Scrolling): Simplify intro. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2013 (Follow Mode): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2014 (Cursor Display): Moved before Display Custom. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2015 (Display Custom): Explain no-redraw-on-reenter is for text terminals. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2016 Doc default-tab-width. Doc line truncation more thoroughly. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2017 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2018 * dired.texi (Dired Enter): C-x C-f can run Dired. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2019 (Dired Visiting): Comment out `a' command. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2020 Mouse-1 is like Mouse-2. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2021 (Shell Commands in Dired): ? can be used more than once. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2022 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2023 * basic.texi (Continuation Lines): Simplify description of truncation, |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2024 and refer to Display Custom for the rest of it. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
2025 |
60011
d1a5eeb1d74f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60002
diff
changeset
|
2026 2005-02-10 Jay Belanger <belanger@truman.edu> |
d1a5eeb1d74f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60002
diff
changeset
|
2027 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2028 * calc.texi: Change @LaTeX to La@TeX throughout. |
60017
6f0850608427
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60011
diff
changeset
|
2029 Redefine @expr as @math for TeX output. |
6f0850608427
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60011
diff
changeset
|
2030 Redefine @texline as a no-op for TeX output. |
6f0850608427
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60011
diff
changeset
|
2031 Define @tfn, replace @t by @tfn throughout. |
60011
d1a5eeb1d74f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60002
diff
changeset
|
2032 |
60002
3d5a318cb24a
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59996
diff
changeset
|
2033 2005-02-09 Jay Belanger <belanger@truman.edu> |
3d5a318cb24a
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59996
diff
changeset
|
2034 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2035 * calc.texi: Add macro for LaTeX for info output. |
60002
3d5a318cb24a
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59996
diff
changeset
|
2036 |
59985 | 2037 2005-02-08 Kim F. Storm <storm@cua.dk> |
2038 | |
2039 * texinfo.tex (LaTex): Add def. | |
2040 | |
59968
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
2041 2005-02-06 Jay Belanger <belanger@truman.edu> |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
2042 |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
2043 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
2044 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
2045 throughout manual. |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
2046 |
59960 | 2047 2005-02-06 Lute Kamstra <lute@gnu.org> |
2048 | |
2049 * basic.texi (Undo): Fix typo. | |
2050 | |
2051 * cmdargs.texi (Emacs Invocation): Fix typo. | |
2052 | |
2053 * custom.texi (Init Examples): Fix typo. | |
2054 | |
2055 * abbrevs.texi (Expanding Abbrevs): Fix typo. | |
2056 | |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2057 2005-02-06 Richard M. Stallman <rms@gnu.org> |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2058 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2059 * regs.texi (Registers): Registers can hold numbers, too. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2060 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2061 * killing.texi (Other Kill Commands): Cleanup. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2062 Delete redundant explanation of kill in read-only buffer. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2063 (Yanking): Mention term "copying". |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2064 (Accumulating Text): Fix typo. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2065 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2066 * entering.texi (Entering Emacs): Update rationale at start. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2067 (Exiting): Treat iconifying on a par with suspension. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2068 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2069 * custom.texi (Minor Modes): Fix typo. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2070 (Easy Customization): Fix menu style. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2071 (Variables): Add xref. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2072 (Examining): Setting for future sessions works through .emacs. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2073 (Keymaps): "Text terminals", not "Many". |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2074 (Init Rebinding): Explain \C-. Show example of \M-. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2075 Fix minor wording errors. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2076 (Function Keys): Explain vector syntax just once. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2077 (Named ASCII Chars): Clarify history of TAB/C-i connection. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2078 (Init File): Mention .emacs.d directory. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2079 (Init Examples): Add xref. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2080 (Find Init): Mention .emacs.d directory. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2081 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2082 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2083 (Action Arguments): Explain which kinds of -l args are found how. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2084 (Initial Options): --batch does not inhibit site-start. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2085 Add xrefs. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2086 (Command Example): Use --batch, not -batch. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2087 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2088 * basic.texi (Inserting Text): Cleanup wording. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2089 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2090 C-n is not error at end of buffer. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2091 (Undo): Doc C-/ like C-_. Add xrefs. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2092 (Arguments): META key may be labeled ALT. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2093 Peculiar arg meanings are explained in doc strings. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2094 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2095 * abbrevs.texi (Expanding Abbrevs): Clarify. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
2096 |
59930 | 2097 2005-02-05 Eli Zaretskii <eliz@gnu.org> |
2098 | |
2099 * frames.texi (Frame Parameters): Add an xref to the description | |
2100 of list-colors-display. Add a pointer to the X docs about colors. | |
2101 | |
2102 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes. | |
2103 Impove docs of list-colors-display. | |
2104 | |
59896 | 2105 2005-02-03 Lute Kamstra <lute@gnu.org> |
2106 | |
2107 * frames.texi (Frames, Drag and Drop): Fix typos. | |
2108 | |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2109 2005-02-03 Richard M. Stallman <rms@gnu.org> |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2110 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2111 * windows.texi (Basic Window): Mention color-change in mode line. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2112 (Change Window): Explain dragging vertical boundaries. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2113 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2114 * text.texi (Sentences): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2115 (Paragraphs): Explain M-a and blank lines. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2116 (Outline Mode): Clarify text and menu. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2117 (Hard and Soft Newlines): Mention use-hard-newlines. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2118 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2119 * frames.texi (Frames): Delete unnecessary mention of Windows. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2120 (Mouse Commands): Likewise. Mention xterm mouse support. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2121 (Clipboard): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2122 (Mouse References): Mention use of Mouse-1 for following links. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2123 (Menu Mouse Clicks): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2124 (Mode Line Mouse): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2125 (Drag and Drop): Rewrite. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2126 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2127 * fixit.texi (Spelling): Fix typo. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2128 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2129 * files.texi (File Names): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2130 (Visiting): Update conditions for use of file dialog. Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2131 (Saving): Doc d as answer in save-some-buffers. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2132 (Remote Files): Clean up the text. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2133 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2134 * dired.texi (Misc Dired Commands): Delete dired-marked-files. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2135 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2136 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2137 (List Buffers): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2138 (Several Buffers): Doc T command. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2139 (Buffer Convenience): Clarify menu. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2140 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2141 * basic.texi (Undo): Clarify last change. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2142 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2143 2005-02-02 Matt Hodges <MPHodges@member.fsf.org> |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2144 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2145 * fixit.texi (Spelling): Fix typo. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2146 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
2147 2005-02-01 Luc Teirlinck <teirllm@auburn.edu> |
59839
9128c1837a85
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59824
diff
changeset
|
2148 |
9128c1837a85
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59824
diff
changeset
|
2149 * basic.texi (Undo): Update description of `undo-outer-limit'. |
9128c1837a85
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59824
diff
changeset
|
2150 |
59824
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
2151 2005-02-01 Nick Roberts <nickrob@snap.net.nz> |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
2152 |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
2153 * building.texi: Update documentation relating to GDB Graphical |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
2154 Interface. |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
2155 |
59803
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
2156 2005-01-30 Luc Teirlinck <teirllm@auburn.edu> |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
2157 |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
2158 * custom.texi (Easy Customization): Adapt menu to node name change. |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
2159 |
59801
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2160 2005-01-30 Richard M. Stallman <rms@gnu.org> |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2161 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2162 * custom.texi (Easy Customization): Defn of "User Option" now |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2163 includes faces. Don't say just "option" when talking about variables. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2164 Do say just "options" to mean "anything customizable". |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2165 (Specific Customization): Describe `customize-variable', |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2166 not `customize-option'. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2167 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2168 * glossary.texi (Glossary) <Faces>: Add xref. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2169 <User Option>: Change definition--include faces. Change xref. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2170 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2171 * picture.texi (Picture): Mention artist.el. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2172 |
59803
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
2173 * sending.texi, screen.texi, programs.texi, misc.texi: |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
2174 * mini.texi, major.texi, maintaining.texi, macos.texi: |
59801
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2175 * help.texi, frames.texi, files.texi: |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2176 Don't say just "option" when talking about variables. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2177 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2178 * display.texi, mule.texi: Don't say just "option" when talking |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2179 about variables. Other minor cleanups. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
2180 |
59764
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2181 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2182 |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2183 * gnus.texi: Some edits based on comments from David Abrahams. |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2184 |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2185 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org> |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2186 |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2187 * gnus.texi (RSS): Fix the keystroke. |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
2188 |
59742 | 2189 2005-01-26 Lute Kamstra <lute@gnu.org> |
2190 | |
2191 * cmdargs.texi (Initial Options): Add a cross reference to `Init | |
2192 File'. Mention the `-Q' option at the `--no-site-file' option. | |
2193 | |
59713 | 2194 2005-01-24 David Kastrup <dak@gnu.org> |
2195 | |
2196 * faq.texi: Update AUCTeX version info. | |
2197 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2198 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change) |
59690
0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader <miles@gnu.org>
parents:
59688
diff
changeset
|
2199 |
0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader <miles@gnu.org>
parents:
59688
diff
changeset
|
2200 * gnus-faq.texi ([4.1]): Typo. |
0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader <miles@gnu.org>
parents:
59688
diff
changeset
|
2201 |
59688
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
2202 2005-01-22 David Kastrup <dak@gnu.org> |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
2203 |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
2204 * building.texi (Grep Searching): Mention alias `find-grep' for |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
2205 `grep-find'. |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
2206 |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2207 2005-01-20 Richard M. Stallman <rms@gnu.org> |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2208 |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2209 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2210 |
59633
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
2211 2005-01-19 Jay Belanger <belanger@truman.edu> |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
2212 |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
2213 * calc.texi (Keep Arguments): Mention that keeping arguments |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
2214 doesn't work with keyboard macros. |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
2215 |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2216 2005-01-16 Richard M. Stallman <rms@gnu.org> |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2217 |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2218 * autotype.texi (Autoinserting): Fix small error. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2219 |
59582
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2220 2005-01-16 Michael Albinus <michael.albinus@gmx.de> |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2221 |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2222 Sync with Tramp 2.0.47. |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2223 |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2224 * tramp.texi (Compilation): New section, describing compilation of |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2225 remote files. |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
2226 |
59563 | 2227 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
59985 | 2228 |
61529 | 2229 * rmail.texi (Movemail): Explain differences |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2230 between standard and mailutils versions of movemail. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2231 Describe command line and configuration options introduced |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2232 with the latter. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2233 Explain the notion of mailbox URL, provide examples and |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2234 cross-references to mailutils documentation. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2235 Describe various methods of specifying mailbox names, |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2236 user names and user passwords for rmail. |
59683 | 2237 (Remote Mailboxes): New section. Describe |
2238 how movemail handles remote mailboxes. Describe configuration | |
59985 | 2239 options used to control its behavior. |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2240 (Other Mailbox Formats): Explain handling of various mailbox |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
2241 formats. |
59563 | 2242 |
59528
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
2243 2005-01-13 Richard M. Stallman <rms@gnu.org> |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
2244 |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
2245 * commands.texi (Commands): Clarification. |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
2246 |
59476
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2247 2005-01-11 Richard M. Stallman <rms@gnu.org> |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2248 |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2249 * programs.texi (Multi-line Indent): Fix previous change. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2250 (Fortran Autofill): Simplify description of fortran-auto-fill-mode. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2251 |
59477
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2252 2005-01-11 Kim F. Storm <storm@cua.dk> |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2253 |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2254 * widget.texi (Basic Types): Add :follow-link keyword. |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2255 |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2256 2005-01-09 Jay Belanger <belanger@truman.edu> |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2257 |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2258 * calc.texi (Basic Commands): Describe new behavior of calc-reset. |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
2259 |
59476
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2260 2005-01-08 Richard M. Stallman <rms@gnu.org> |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2261 |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2262 * display.texi (Faces): isearch-lazy-highlight-face renamed to |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2263 lazy-highlight. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2264 |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2265 * search.texi (Query Replace): Mention faces query-replace |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2266 and lazy-highlight. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2267 (Incremental Search): Update isearch highlighting info. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
2268 |
59419
9a44c6f6d8b7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59406
diff
changeset
|
2269 2005-01-08 Jay Belanger <belanger@truman.edu> |
9a44c6f6d8b7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59406
diff
changeset
|
2270 |
59426
555fd4d8a08e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59419
diff
changeset
|
2271 * calc.texi: Change throughout to reflect new default value of |
555fd4d8a08e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59419
diff
changeset
|
2272 calc-settings-file. |
59419
9a44c6f6d8b7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59406
diff
changeset
|
2273 |
59406
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
2274 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org> |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
2275 |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
2276 * message.texi (Reply): `message-reply-to-function' should return |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
2277 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>. |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
2278 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
2279 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change) |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
2280 |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
2281 * faq.texi (Changing load-path): Fix typo. |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
2282 |
59376
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
2283 2005-01-05 Jay Belanger <belanger@truman.edu> |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
2284 |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
2285 * calc.texi (Programming Tutorial): Replace kbd command by |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
2286 appropriate characters for a keyboard macro. |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
2287 |
59358
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
2288 2005-01-04 Jay Belanger <belanger@truman.edu> |
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
2289 |
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
2290 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats |
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
2291 for Lucid Emacs. |
59361
b535efc2507d
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59358
diff
changeset
|
2292 (Programming Tutorial): Mention that the user needs to be in the |
b535efc2507d
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59358
diff
changeset
|
2293 right mode to compute some functions. |
59358
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
2294 |
59354
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
2295 2005-01-04 Richard M. Stallman <rms@gnu.org> |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
2296 |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
2297 * custom.texi (Saving Customizations): Minor improvement. |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
2298 |
59348
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
2299 2005-01-04 Jay Belanger <belanger@truman.edu> |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
2300 |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
2301 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
2302 no longer applicable. |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
2303 |
59337
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
2304 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> |
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
2305 |
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
2306 * custom.texi (Saving Customizations): Emacs no longer loads |
59354
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
2307 `custom-file' after .emacs. No longer mention customizing through |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
2308 Custom. |
59337
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
2309 |
59297
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
2310 2005-01-01 Jay Belanger <belanger@truman.edu> |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
2311 |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
2312 * calc.texi (Programming Tutorial): Changed description of how to |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
2313 edit keyboard macros to match current behavior. |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
2314 |
59285
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
2315 2005-01-01 Andreas Schwab <schwab@suse.de> |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
2316 |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
2317 * killing.texi (Graphical Kill): Move up under node Killing, |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
2318 change @section to @subsection. |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
2319 |
59274
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2320 2005-01-01 Richard M. Stallman <rms@gnu.org> |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2321 |
59283
fde69534ba1a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59274
diff
changeset
|
2322 * custom.texi (Face Customization): Mention hex color specs. |
fde69534ba1a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59274
diff
changeset
|
2323 |
59274
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2324 * emacs.texi (Top): Update Killing submenu. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2325 |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2326 * killing.texi (Killing): Reorganize section. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2327 No more TeX-only text; put the node command at start of chapter. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2328 But the first section heading is used only in TeX. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2329 Rewrite the text to read better in this mode. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2330 (Graphical Kill): New subnode gets some of the text that |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2331 used to be in the first section. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
2332 |
59257
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
2333 2004-12-31 Richard M. Stallman <rms@gnu.org> |
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
2334 |
59263
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
2335 * dired.texi (Shell Commands in Dired): Delete the ? example. |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
2336 |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
2337 * display.texi (Scrolling): Correct scroll-preserve-screen-position. |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
2338 |
59257
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
2339 * files.texi (Saving): Describe new require-final-newline features |
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
2340 and mode-require-final-newline. |
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
2341 |
59234
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
2342 2004-12-31 Jay Belanger <belanger@truman.edu> |
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
2343 |
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
2344 * calc.texi: Mention C-cC-c as the way to finish editing throughout. |
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
2345 |
59193
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
2346 2004-12-29 Richard M. Stallman <rms@gnu.org> |
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
2347 |
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
2348 * custom.texi (File Variables): Clarify previous change. |
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
2349 |
59153
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
2350 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
2351 |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
2352 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
2353 out now. |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
2354 |
59152
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2355 2004-12-27 Richard M. Stallman <rms@gnu.org> |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2356 |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2357 * Makefile.in (MAKEINFO): Specify --force. |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2358 |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2359 * basic.texi (Moving Point): C-e now runs move-end-of-line. |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2360 (Undo): Doc undo-outer-limit. |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
2361 |
59046
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
2362 2004-12-20 Jay Belanger <belanger@truman.edu> |
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
2363 |
59234
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
2364 * calc.texi (Types Tutorial): Emphasize that you can't divide by |
59046
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
2365 zero. |
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
2366 |
59033
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
2367 2004-12-17 Luc Teirlinck <teirllm@auburn.edu> |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
2368 |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
2369 * cc-mode.texi (Text Filling and Line Breaking): Put period after |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
2370 @xref. |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
2371 (Font Locking): Avoid @strong{Note:}. |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
2372 |
59031
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
2373 2004-12-17 Michael Albinus <michael.albinus@gmx.de> |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
2374 |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
2375 Sync with Tramp 2.0.46. |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
2376 |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
2377 * tramp.texi (bottom): Add arch-tag. It was lost, somehow. |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
2378 |
59006
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
2379 2004-12-16 Luc Teirlinck <teirllm@auburn.edu> |
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
2380 |
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
2381 * url.texi: Correct typos. |
59008
2aa7a6b0295e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59007
diff
changeset
|
2382 (Retrieving URLs): @var{nil}->@code{nil}. |
59007
761b2e2fce6b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59006
diff
changeset
|
2383 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with |
761b2e2fce6b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59006
diff
changeset
|
2384 the standard "The GNU Emacs Manual" in fifth argument of @xref's. |
59006
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
2385 (Dealing with HTTP documents): @inforef->@xref. |
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
2386 |
58975 | 2387 2004-12-15 Juri Linkov <juri@jurta.org> |
2388 | |
2389 * mark.texi (Transient Mark, Mark Ring): M-< and other | |
2390 movement commands don't set mark in Transient Mark mode | |
2391 if mark is active. | |
2392 | |
58971
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
2393 2004-12-15 Jay Belanger <belanger@truman.edu> |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
2394 |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
2395 * calc.texi: Consistently capitalized all mode names. |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
2396 (Answers to Exercises): Mention that an answer can be a fraction |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
2397 when in Fraction mode. |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
2398 |
58958
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
2399 2004-12-13 Jay Belanger <belanger@truman.edu> |
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
2400 |
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
2401 * calc.texi: Fix some TeX definitions. |
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
2402 |
58927 | 2403 2004-12-12 Juri Linkov <juri@jurta.org> |
2404 | |
2405 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d, | |
2406 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d. | |
2407 | |
2408 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g. | |
2409 (Misc Dired Commands): Add @r{(Dired)} to w. | |
2410 | |
58921 | 2411 2004-12-12 Juri Linkov <juri@jurta.org> |
2412 | |
2413 * mark.texi (Marking Objects): Marking commands also extend the | |
2414 region when mark is active in Transient Mark mode. | |
2415 | |
58873
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
2416 2004-12-09 Luc Teirlinck <teirllm@auburn.edu> |
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
2417 |
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
2418 * reftex.texi (Imprint): Remove erroneous @value's. |
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
2419 |
58863
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2420 2004-12-08 Luc Teirlinck <teirllm@auburn.edu> |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2421 |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2422 * custom.texi (Saving Customizations): Emacs only loads the custom |
59996
aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Kim F. Storm <storm@cua.dk>
parents:
59985
diff
changeset
|
2423 file automatically after the init file in version 22.1 or later. |
58863
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2424 Adapt text and examples to this fact. |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2425 |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2426 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org) |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2427 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals. |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
2428 |
58856
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
2429 2004-12-08 Jay Belanger <belanger@truman.edu> |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
2430 |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
2431 * calc.texi (Starting Calc): Remove comment about installation. |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
2432 (Keypad Mode Overview): Remove comment about Emacs 19 support. |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
2433 |
58850
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2434 2004-12-08 Luc Teirlinck <teirllm@auburn.edu> |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2435 |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2436 * url.texi: Update @setfilename. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2437 (Getting Started): No need to worry about Gnus versions. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2438 (Dealing with HTTP documents): Use @inforef. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2439 |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2440 * org.texi: Fix @direntry file name. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
2441 |
58839
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
2442 2004-12-07 Luc Teirlinck <teirllm@auburn.edu> |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
2443 |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
2444 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
2445 be set through Custom. Otherwise, it has no effect. |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
2446 |
58830
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
2447 2004-12-07 Stefan <monnier@iro.umontreal.ca> |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
2448 |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
2449 * url.texi: New file. |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
2450 |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
2451 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it. |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
2452 |
58816
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
2453 2004-12-06 Jay Belanger <belanger@truman.edu> |
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
2454 |
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
2455 * calc.texi (Using Calc): Remove paragraph about installation. |
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
2456 |
58795
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
2457 2004-12-06 Jay Belanger <belanger@truman.edu> |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
2458 |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
2459 * calc.texi: Use more Texinfo macros and less TeX defs. |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
2460 Remove @refill's. |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
2461 |
58793
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
2462 2004-12-06 Richard M. Stallman <rms@gnu.org> |
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
2463 |
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
2464 * org.texi: New file. |
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
2465 |
58769
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2466 2004-12-05 Richard M. Stallman <rms@gnu.org> |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2467 |
58790
e17868a8dc33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58788
diff
changeset
|
2468 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi: |
e17868a8dc33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58788
diff
changeset
|
2469 * entering.texi: Rename Command Line to Emacs Invocation. |
e17868a8dc33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58788
diff
changeset
|
2470 |
58788
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
2471 * Makefile.in (org.dvi, ../info/org): New targets. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
2472 (INFO_TARGETS): Add ../info/org. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
2473 (DVI_TARGETS): Add org.dvi. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
2474 (maintainer-clean): Remove the info files in the info dir. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
2475 |
58769
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2476 * misc.texi (Term Mode): Correcty describe C-c. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2477 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2478 * custom.texi (Easy Customization): Move up to section level, |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2479 before Variables. Avoid using the term "variable"; say "option". |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2480 New initial explanation. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2481 (Variables): In initial explanation, connect "variable" to the |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2482 already-explained "user option". |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2483 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2484 * emacs.texi (Top): Fix ref to Command Line. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2485 Move reference to Easy Customization. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2486 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2487 * xresources.texi (X Resources): Fix From link. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2488 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2489 * doclicense.texi (GNU Free Documentation License): Fix To link. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2490 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2491 * entering.texi (Entering Emacs): Fix xref, now to Command Line. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2492 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2493 * cmdargs.texi (Command Line): Node renamed from Command Arguments. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2494 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2495 2004-12-03 Richard M. Stallman <rms@gnu.org> |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2496 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2497 * cmdargs.texi (Initial Options): Clarify batch mode i/o. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
2498 |
58720
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2499 2004-12-01 Luc Teirlinck <teirllm@auburn.edu> |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2500 |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2501 * kmacro.texi: Several small changes in addition to the following. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2502 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2503 defining a keyboard macro. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2504 Mention `kmacro-ring-max'. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2505 (Keyboard Macro Counter): Clarify description of |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2506 `kmacro-insert-counter', `kmacro-set-counter', |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2507 `kmacro-add-counter' and `kmacro-set-format'. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
2508 |
58624
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2509 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de> |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2510 |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2511 * custom.texi (File Variables): Add `unibyte' and make it more |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2512 clear that `unibyte' and `coding' are special. Suggested by Simon |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2513 Krahnke <overlord@gmx.li>. |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2514 |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2515 * mule.texi (Enabling Multibyte): Refer to File Variables. |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2516 Suggested by Simon Krahnke <overlord@gmx.li>. |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
2517 |
58539
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
2518 2004-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
2519 |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
2520 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
2521 x-use-old-gtk-file-dialog. |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
2522 |
58525 | 2523 2004-11-26 Eli Zaretskii <eliz@gnu.org> |
2524 | |
2525 * idlwave.texi: Fix the setfilename directive to put the produced | |
2526 file in ../info. | |
58528 | 2527 (Continued Statement Indentation): Resurrect Jan D.'s change from |
2528 2004-11-03 that was lost when a newer version of idlwave.texi was | |
2529 imported. | |
58525 | 2530 |
58378
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
2531 2004-11-20 Richard M. Stallman <rms@gnu.org> |
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
2532 |
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
2533 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line. |
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
2534 |
58376
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
2535 2004-11-09 Lars Brinkhoff <lars@nocrew.org> |
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
2536 |
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
2537 * building.texi (Lisp Eval): Delete hyphen in section name. |
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
2538 |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2539 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org> |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2540 |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2541 * files.texi (Old Versions): |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2542 No longer document annotation as "CVS only". |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2543 |
58113
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2544 2004-11-10 Andre Spiegel <spiegel@gnu.org> |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2545 |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2546 * files.texi (Version Control): Rewrite the introduction about |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2547 version systems, mentioning the new ones that we support. Thanks |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2548 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2549 suggestions. |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
2550 |
58959
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2551 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de> |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2552 |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2553 * gnus-faq.texi ([5.1]): Added missing bracket. |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2554 |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2555 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2556 `spam-initialize'. |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
2557 |
58835
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2558 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de> |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2559 |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2560 * message.texi (Various Message Variables): Mention that all mail |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2561 file variables are derived from `message-directory'. |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2562 |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2563 * gnus.texi (Splitting Mail): Clarify bogus group. |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
2564 |
57923
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
2565 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
2566 |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
2567 * emacs-mime.texi (Encoding Customization): Fix |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
2568 mm-coding-system-priorities entry. |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
2569 |
57912
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
2570 2004-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
2571 |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2572 * frames.texi (Dialog Boxes): |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2573 * idlwave.texi (Continued Statement Indentation): |
57912
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
2574 * reftex.texi (Options (Index Support)): |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2575 (Displaying and Editing the Index, Table of Contents): |
57912
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
2576 * speedbar.texi (Creating a display, Major Display Modes): Replace |
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
2577 non-nil with non-@code{nil}. |
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
2578 |
57869
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
2579 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
2580 |
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
2581 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog. |
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
2582 |
57658 | 2583 2004-10-23 Eli Zaretskii <eliz@gnu.org> |
2584 | |
2585 * text.texi (Text Based Tables, Table Definition) | |
2586 (Table Creation, Table Recognition, Cell Commands) | |
2587 (Cell Justification, Row Commands, Column Commands) | |
2588 (Fixed Width Mode, Table Conversion, Measuring Tables) | |
2589 (Table Misc): New nodes, documenting the Table Mode. | |
2590 | |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2591 2004-10-21 Jay Belanger <belanger@truman.edu> |
58526
5895e692eaa8
Fix format of 2004-10-21 Jay Belanger's entry.
Eli Zaretskii <eliz@gnu.org>
parents:
58525
diff
changeset
|
2592 |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2593 * calc.texi (Algebraic-Style Calculations): Removed a comment. |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2594 |
57613 | 2595 2004-10-19 Jason Rumney <jasonr@gnu.org> |
2596 | |
2597 * makefile.w32-in (info): Change order of arguments to makeinfo. | |
2598 | |
57588 | 2599 2004-10-19 Ulf Jasper <ulf.jasper@web.de> |
2600 | |
2601 * calendar.texi (iCalendar): Update for package changes. | |
2602 | |
57579
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
2603 2004-10-18 Luc Teirlinck <teirllm@auburn.edu> |
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
2604 |
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
2605 * calc.texi (Reporting Bugs): Double up `@'. |
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
2606 |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2607 2004-10-18 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2608 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2609 * calc.texi (Reporting Bugs): Changed the address that bugs |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2610 should be sent to. |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2611 |
57561
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2612 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2613 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2614 * gnus.texi (New Features): Add 5.11. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2615 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2616 * message.texi (Resending): Remove wrong default value. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2617 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2618 * gnus.texi (Mail Source Specifiers): Describe possible problems |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2619 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2620 `pop3-leave-mail-on-server' to the index. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2621 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2622 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org> |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2623 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2624 * message.texi (Canceling News): Add how to set a password. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
2625 |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2626 2004-10-12 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2627 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2628 * calc.texi (Help Commands): Changed the descriptions of |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2629 calc-describe-function and calc-describe-variable to match their |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2630 current behavior. |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2631 |
57489
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
2632 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de> |
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
2633 |
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
2634 * gnus-faq.texi ([5.9]): Improve code for reply-in-news. |
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
2635 |
57463
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2636 2004-10-12 Michael Albinus <michael.albinus@gmx.de> |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2637 |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2638 Sync with Tramp 2.0.45. |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2639 |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2640 * tramp.texi (Frequently Asked Questions): Comment paragraph about |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2641 plink link. The URL is outdated. Originator contacted for |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2642 clarification. |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
2643 |
57414 | 2644 2004-10-10 Juri Linkov <juri@jurta.org> |
2645 | |
2646 * gnus.texi (Top, Marking Articles): Join two menus in one node | |
2647 because a node can have only one menu. | |
2648 | |
57406
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
2649 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> |
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
2650 |
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
2651 * files.texi (Misc File Ops): View mode is a minor mode. |
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
2652 |
57400
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
2653 2004-10-09 Juri Linkov <juri@jurta.org> |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
2654 |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
2655 * gnus.texi (Fancy Mail Splitting): Remove backslash in the |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
2656 example of nnmail-split-fancy. |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
2657 |
57376 | 2658 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk> |
2659 | |
2660 * calendar.texi (iCalendar): Style changes. | |
2661 | |
57375
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
2662 2004-10-07 Luc Teirlinck <teirllm@auburn.edu> |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
2663 |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
2664 * search.texi (Regexps): The regexp described in the example is no |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
2665 longer stored in the variable `sentence-end'. |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
2666 |
57362 | 2667 2004-10-06 Karl Berry <karl@gnu.org> |
2668 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2669 * info.texi (@kbd{1}--@kbd{9}): No space around --, for |
57362 | 2670 consistency with other uses of dashes. |
2671 | |
57349
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
2672 2004-10-06 Nick Roberts <nickrob@snap.net.nz> |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
2673 |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
2674 * building.texi (Starting GUD): Note that multiple debugging |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
2675 sessions requires `gdb --fullname'. |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
2676 |
57376 | 2677 2004-10-05 Ulf Jasper <ulf.jasper@web.de> |
2678 | |
2679 * calendar.texi (iCalendar): New section for a new package. | |
2680 | |
57342 | 2681 2004-10-05 Karl Berry <karl@gnu.org> |
2682 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2683 * info.texi: Consistently use --- throughout, periods at end of |
57342 | 2684 menu descriptions, and a couple typos. |
2685 | |
57341
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2686 2004-10-05 Luc Teirlinck <teirllm@auburn.edu> |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2687 |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2688 * text.texi: Various small changes in addition to the following. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2689 (Text): Replace xref for autotype with inforef. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2690 (Sentences): Explain nil value for `sentence-end'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2691 (Paragraphs): Update default values for `paragraph-start' and |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2692 `paragraph-separate'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2693 (Text Mode): Correct description of Text mode's effect on the |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2694 syntax table. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2695 (Outline Visibility): `hide-other' does not hide top level headings. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2696 `selective-display-ellipses' no longer has an effect on Outline mode. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2697 (TeX Misc): Add missing @cindex. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2698 Replace xref for RefTeX with inforef. |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2699 (Requesting Formatted Text): The variable |
57341
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2700 `enriched-fill-after-visiting' no longer exists. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2701 (Editing Format Info): Update names of menu items and commands. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2702 (Format Faces): Mention special effect of specifying the default face. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2703 Describe inheritance of text properties. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2704 Correct description of `fixed' face. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2705 (Format Indentation): Correct description of effect of setting |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2706 margins. Mention `set-left-margin' and `set-right-margin'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2707 (Format Justification): Update names of menu items. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2708 `set-justification-full' is now bound to `M-j b'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2709 Mention that `default-justification' is a per buffer variable. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2710 (Format Properties): Update name of menu item. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2711 (Forcing Enriched Mode): `format-decode-buffer' automatically |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2712 turns on Enriched mode if the buffer is in text/enriched format. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
2713 |
57327 | 2714 2004-10-05 Emilio C. Lopes <eclig@gmx.net> |
2715 | |
2716 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week. | |
2717 | |
57250 | 2718 2004-09-28 Kim F. Storm <storm@cua.dk> |
2719 | |
2720 * display.texi (Display Custom) <indicate-buffer-boundaries>: | |
2721 Align with new functionality. | |
2722 | |
57243
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
2723 2004-09-26 Jesper Harder <harder@ifa.au.dk> |
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
2724 |
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
2725 * sieve.texi (Manage Sieve API): nil -> @code{nil}. |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2726 * pgg.texi (User Commands, Backend methods): Do. |
57243
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
2727 * gnus.texi: Markup fixes. |
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
2728 (Setting Process Marks): Fix `M P a' entry. |
65440
14d81d4cf24d
Fix formatting of misc. entries.
Kim F. Storm <storm@cua.dk>
parents:
65335
diff
changeset
|
2729 * emacs-mime.texi: Fixes. |
57243
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
2730 |
57224
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2731 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2732 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2733 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2734 again. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2735 Use 5.10 instead of 5.10.0. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2736 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2737 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2738 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2739 * gnus.texi (Summary Mail Commands): S D e. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2740 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2741 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change) |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2742 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2743 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2744 the gnus-article-mode-line-format section. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2745 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2746 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change) |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2747 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2748 * gnus.texi (Various Summary Stuff): Fix the documentation for |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2749 gnus-newsgroup-variables. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2750 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2751 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2752 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2753 * gnus.texi (MIME Commands): Added |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2754 gnus-mime-display-multipart-as-mixed, |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2755 gnus-mime-display-multipart-alternative-as-mixed, |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2756 gnus-mime-display-multipart-related-as-mixed. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2757 (Mail Source Customization): Clarify `mail-source-directory'. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2758 (Splitting Mail): Mention gnus-group-find-new-groups. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2759 (SpamOracle): Fixed typo. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2760 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2761 * gnus-faq.texi: Untabify. |
57250 | 2762 ([6.3]): nnir.el is in contrib directory. |
57224
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2763 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2764 * message.texi (News Headers): Clarify how a unique ID is created. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2765 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2766 * gnus.texi (Batching Agents): Fixed typo in example. Reported |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2767 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2768 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2769 2004-09-20 Andre Srinivasan <andre@e2open.com> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2770 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2771 * gnus.texi (Group Parameters): Added more on hooks. (Small |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2772 change.) |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2773 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2774 2004-09-20 Florian Weimer <fw@deneb.enyo.de> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2775 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2776 * gnus.texi (Charsets): Point to relevant section in emacs-mime. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
2777 |
57202
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
2778 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> |
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
2779 |
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
2780 * display.texi (Display Custom): Remove stray `@end defvar'. |
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
2781 |
57195 | 2782 2004-09-23 Kim F. Storm <storm@cua.dk> |
2783 | |
2784 * display.texi (Display Custom): Add `overflow-newline-into-fringe', | |
2785 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'. | |
2786 | |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2787 2004-09-22 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2788 |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2789 * calc.texi (Vectors as Lists): Added a warning that the tutorial |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2790 might be hidden during part of the session. |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2791 |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2792 2004-09-20 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2793 |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2794 * calc.texi (Notations Used in This Manual): Put in an earlier |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
2795 mention that DEL could be called Backspace. |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
2796 |
57167
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2797 2004-09-20 Richard M. Stallman <rms@gnu.org> |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2798 |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2799 * custom.texi (Hooks): Explain using setq to clear out a hook. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2800 (File Variables): Explain multiline string constants. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2801 (Non-ASCII Rebinding): Explain when you need to update |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2802 non-ASCII char codes in .emacs. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2803 |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2804 * building.texi (Compilation): Explain how to make a silent |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2805 subprocess that won't be terminated. Explain compilation-environment. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
2806 |
57082 | 2807 2004-09-13 Kim F. Storm <storm@cua.dk> |
2808 | |
2809 * mini.texi (Repetition): Rename isearch-resume-enabled to | |
2810 isearch-resume-in-command-history and change default to disabled. | |
2811 | |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2812 2004-09-10 Simon Josefsson <jas@extundo.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2813 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2814 * gnus.texi (IMAP): Add example. Suggested and partially written |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2815 by Steinar Bang <sb@dod.no>. |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2816 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2817 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2818 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2819 * gnus.texi (IMAP): Add comments about imaps synonym to imap in |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2820 netrc syntax. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2821 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2822 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2823 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2824 * gnus.texi (Spam ELisp Package Sequence of Events): Some clarifications. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2825 (Spam ELisp Package Global Variables): More clarifications. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2826 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2827 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2828 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2829 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail): |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2830 Mention spam-split does not modify incoming mail. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2831 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2832 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2833 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
2834 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
2835 |
57046 | 2836 2004-09-10 Eli Zaretskii <eliz@gnu.org> |
2837 | |
2838 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi | |
2839 | |
57041 | 2840 2004-09-09 Kim F. Storm <storm@cua.dk> |
2841 | |
2842 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro' | |
2843 with new `kmacro-name-last-macro'. | |
2844 | |
57033
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
2845 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de> |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
2846 |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
2847 * makefile.w32-in (sieve, pgg): Use $(infodir). |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
2848 |
57018 | 2849 2004-09-08 Juri Linkov <juri@jurta.org> |
2850 | |
2851 * mini.texi (Minibuffer History): Add `history-delete-duplicates'. | |
2852 | |
57008
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
2853 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change) |
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
2854 |
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
2855 * makefile.w32-in: Fix PGG and Sieve entries. |
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
2856 |
56911 | 2857 2004-09-03 Juri Linkov <juri@jurta.org> |
2858 | |
2859 * search.texi (Incremental Search): Update wording for M-%. | |
2860 | |
56900
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
2861 2004-09-02 Luc Teirlinck <teirllm@auburn.edu> |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
2862 |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
2863 * killing.texi (Killing): Correct description of kill commands in |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
2864 read-only buffer. |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
2865 |
56878 | 2866 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com> |
2867 | |
2868 * building.texi (Compilation Mode): Add a paragraph about rules | |
2869 for finding the compilation buffer for `next-error'. | |
2870 | |
2871 * search.texi (Other Repeating Search): Mention that Occur mode | |
2872 supports the next-error functionality. | |
2873 | |
56872 | 2874 2004-09-02 Juri Linkov <juri@jurta.org> |
2875 | |
2876 * search.texi (Regexp Replace): Add missing backslash to \footnote. | |
2877 | |
56860
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
2878 2004-08-31 Luc Teirlinck <teirllm@auburn.edu> |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
2879 |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
2880 * kmacro.texi (Basic Keyboard Macro): |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
2881 `apply-macro-to-region-lines' now operates on all lines that begin |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
2882 in the region, rather than on all complete lines in the region. |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
2883 |
56853
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
2884 2004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
2885 |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
2886 * frames.texi (Drag and drop): Add documentation about |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
2887 x-dnd-test-function and x-dnd-known-types. |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
2888 |
56851
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2889 2004-08-30 Luc Teirlinck <teirllm@auburn.edu> |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2890 |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2891 * indent.texi: Various minor changes in addition to: |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2892 (Indentation Commands): Correct description of `indent-relative'. |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2893 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2894 mode. The *Tab Stops* buffer uses Overwrite Mode. |
62241
868a2346b784
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62222
diff
changeset
|
2895 (Just Spaces): `tabify' converts sequences of at least two spaces |
868a2346b784
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62222
diff
changeset
|
2896 to tabs. |
56851
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
2897 |
56834 | 2898 2004-08-28 Eli Zaretskii <eliz@gnu.org> |
2899 | |
2900 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of | |
2901 Emacs and related programs. | |
2902 | |
56814
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2903 2004-08-27 Luc Teirlinck <teirllm@auburn.edu> |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2904 |
56823
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2905 * frames.texi (Secondary Selection): Setting the secondary |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2906 selection with M-Drag-Mouse-1 does not alter the kill ring, |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2907 setting it with M-Mouse-1 and M-Mouse-3 does. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2908 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2909 toolkit scroll bars. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2910 (Scroll Bars): Ditto. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2911 |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2912 * windows.texi (Basic Window): When using a window system, the value |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2913 of point in a non-selected window is indicated by a hollow box. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2914 (Split Window): Side by side windows are separated by a scroll bar, |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2915 if scroll bars are used. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2916 C-Mouse-2 on scroll bar now also works for toolkit scroll bars. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2917 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2918 (Window Convenience): Update bindings for `winner-undo' and |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2919 `winner-redo'. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2920 |
56814
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2921 * ack.texi (Acknowledgments): Use `@unnumbered'. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2922 * misc.texi : Adapt sectioning in Info to the node structure. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2923 (Invoking emacsclient): Make "Invoking emacsclient" a subsection |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2924 of "Using Emacs as a Server". |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2925 * building.texi (Building): Interchange nodes (for correct numbering). |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2926 * programs.texi (Programs): Interchange nodes (for correct numbering). |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2927 * killing.texi, entering.texi, commands.texi: Adapt sectioning in |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2928 Info to the node structure. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2929 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2930 Rearrange order of nodes and sections such that both "GNU GENERAL |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2931 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2932 end, as appropriate for appendices. |
56823
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2933 (Acknowledgments): Put inside @iftex instead of @ifnotinfo. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2934 Use `@unnumberedsec'. |
56814
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2935 * trouble.texi: Adapt sectioning in Info to the node structure. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2936 Adapt node pointers to change in emacs.texi. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2937 * cmdargs.texi, doclicense.texi: Adapt node pointers. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
2938 |
56803
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
2939 2004-08-27 Richard M. Stallman <rms@gnu.org> |
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
2940 |
56818
7698252cd520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56814
diff
changeset
|
2941 * faq.texi: Fix texinfo usage, esp. doublequotes. |
7698252cd520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56814
diff
changeset
|
2942 (Difference between Emacs and XEmacs): Some clarification. |
56823
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2943 |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
2944 * faq.texi (Difference between Emacs and XEmacs): |
56803
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
2945 Explain not to contrast XEmacs with GNU Emacs. |
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
2946 |
56796
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
2947 2004-08-26 Richard M. Stallman <rms@gnu.org> |
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
2948 |
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
2949 * faq.texi (Difference between Emacs and XEmacs): Rewrite. |
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
2950 |
56786 | 2951 2004-08-25 Kenichi Handa <handa@m17n.org> |
2952 | |
2953 * custom.texi (Non-ASCII Rebinding): Fix and simplify the | |
2954 description for unibyte mode. | |
2955 | |
56780
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
2956 2004-08-23 Luc Teirlinck <teirllm@auburn.edu> |
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
2957 |
56783
33930c56419f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56780
diff
changeset
|
2958 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref. |
56780
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
2959 |
56783
33930c56419f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56780
diff
changeset
|
2960 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref. |
33930c56419f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56780
diff
changeset
|
2961 (Configuring Scrolling): Correct invalid (for hardcopy) @xref. |
56780
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
2962 (Regexp Replace): Standardize reference to hardcopy Elisp Manual |
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
2963 in @pxref. |
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
2964 |
56775
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
2965 2004-08-22 Luc Teirlinck <teirllm@auburn.edu> |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
2966 |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
2967 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit): |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
2968 Change section names. |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
2969 |
56757
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
2970 2004-08-22 David Kastrup <dak@gnu.org> |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
2971 |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
2972 * reftex.texi (AUCTeX): Update links, section name. |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
2973 |
59996
aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Kim F. Storm <storm@cua.dk>
parents:
59985
diff
changeset
|
2974 * faq.texi (Calc): Update availability (included in 22.1). |
56757
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
2975 (AUCTeX): Update availability, information, versions, description. |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
2976 |
56745
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2977 2004-08-21 Luc Teirlinck <teirllm@auburn.edu> |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2978 |
56749
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
2979 * kmacro.texi (Keyboard Macro Ring): Rename section. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
2980 Emacs treats the head of the macro ring as the `last keyboard macro'. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
2981 (Keyboard Macro Counter): Minor change. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
2982 (Save Keyboard Macro): Some clarifications. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
2983 (Edit Keyboard Macro): Rename section. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
2984 |
56745
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2985 * buffers.texi (Buffers): Maximum buffer size is now 256M on |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2986 32-bit machines. |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2987 (Several Buffers): Clarify which buffer is selected if `2' is |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2988 pressed in the Buffer Menu. |
56746
f6af9a63d0f4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56745
diff
changeset
|
2989 Auto Revert mode can be used to update the Buffer Menu |
f6af9a63d0f4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56745
diff
changeset
|
2990 automatically. |
56745
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
2991 |
56737 | 2992 2004-08-21 Eli Zaretskii <eliz@gnu.org> |
2993 | |
2994 * help.texi (Misc Help): Add an index entry for finding an Info | |
2995 manual by its file name. | |
2996 | |
56733
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
2997 2004-08-20 Luc Teirlinck <teirllm@auburn.edu> |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
2998 |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
2999 * files.texi (Backup Deletion): Correct description of |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
3000 `delete-old-versions'. |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
3001 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'. |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
3002 (Auto Save Files): Recommend `auto-save-mode' to reenable |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
3003 auto-saving, rather than the abbreviation `auto-save'. |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
3004 |
56708
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
3005 2004-08-17 Luc Teirlinck <teirllm@auburn.edu> |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
3006 |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
3007 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
3008 for "killing" and "yanking" in main menu. |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
3009 |
56697
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3010 2004-08-16 Richard M. Stallman <rms@gnu.org> |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3011 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3012 * killing.texi (Yanking, Killing): Minor cleanups. |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3013 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3014 * mark.texi (Momentary Mark): Minor cleanups. |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3015 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3016 2004-08-15 Kenichi Handa <handa@etl.go.jp> |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3017 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3018 * custom.texi (Non-ASCII Rebinding): |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3019 C-q always inserts the right code to pass to global-set-key. |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
3020 |
56660 | 3021 2004-08-14 Eli Zaretskii <eliz@gnu.org> |
3022 | |
3023 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi. | |
3024 | |
56656
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
3025 2004-08-13 Luc Teirlinck <teirllm@auburn.edu> |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
3026 |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
3027 * regs.texi (RegNumbers): Mention `C-x r i' binding for |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
3028 `insert-register', instead of `C-x r g' binding, for consistency. |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
3029 |
56653
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
3030 2004-08-12 Luc Teirlinck <teirllm@auburn.edu> |
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
3031 |
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
3032 * fixit.texi (Spelling): Fix typo. |
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
3033 |
56650
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
3034 2004-08-11 Luc Teirlinck <teirllm@auburn.edu> |
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
3035 |
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
3036 * help.texi (Help): Fix Texinfo usage. |
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
3037 |
56646
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
3038 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org> |
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
3039 |
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
3040 * cc-mode.texi: Various updates for CC Mode 5.30.9. |
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
3041 |
56644
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
3042 2004-08-10 Michael Albinus <michael.albinus@gmx.de> |
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
3043 |
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
3044 Sync with Tramp 2.0.44. |
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
3045 |
56602 | 3046 2004-08-05 Lars Hansen <larsh@math.ku.dk> |
3047 | |
3048 * widget.texi (User Interface): Update how to separate the | |
3049 editable field of an editable-field widget from other widgets. | |
3050 (Programming Example): Add text after field. | |
3051 | |
56530
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3052 2004-07-24 Richard M. Stallman <rms@gnu.org> |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3053 |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3054 * text.texi (Paragraphs): Update how paragraphs are separated |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3055 and the default for paragraph-separate. |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3056 |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3057 * search.texi (Regexp Replace): Further update text for new |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3058 replacement operators. |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
3059 |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3060 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3061 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3062 * emacs-mime.texi (Encoding Customization): Add a note to the |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3063 mm-content-transfer-encoding-defaults entry. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3064 (rfc2047): Update. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3065 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3066 * gnus.texi (Article Highlighting): Add |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3067 gnus-cite-ignore-quoted-from. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3068 (POP before SMTP): New node. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3069 (Posting Styles): Addition. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3070 (Splitting Mail): Add nnmail-split-lowercase-expanded. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3071 (Fancy Mail Splitting): Ditto. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3072 (X-Face): Add gnus-x-face. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3073 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3074 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3075 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3076 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi, |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3077 * pgg.texi, sieve.texi: Use @copying and @insertcopying. |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3078 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3079 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3080 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3081 * gnus.texi (Mail Source Specifiers): Describe |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3082 `pop3-leave-mail-on-server'. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3083 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3084 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3085 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3086 * Makefile.in, makefile.w32-in: Added PGG and Sieve files. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3087 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3088 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3089 repository. Change setfilename. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3090 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3091 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
3092 |
56468
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
3093 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> |
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
3094 |
56472
ca0b6039ac8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56470
diff
changeset
|
3095 * emacs-xtra.texi (Subdir switches): Dired does not remember the |
ca0b6039ac8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56470
diff
changeset
|
3096 `R' switch. |
ca0b6039ac8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56470
diff
changeset
|
3097 |
56470
79a49dbad8e6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56468
diff
changeset
|
3098 * dired.texi (Dired Updating): `k' only deletes inserted |
79a49dbad8e6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56468
diff
changeset
|
3099 subdirectories from the Dired buffer if a prefix argument was given. |
79a49dbad8e6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56468
diff
changeset
|
3100 |
56468
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
3101 * search.texi (Regexps): Delete redundant definition of `symbol' in |
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
3102 description of `\_>'. It already occurs in the description of `\_<'. |
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
3103 |
56317 | 3104 2004-07-02 Juri Linkov <juri@jurta.org> |
3105 | |
3106 * pcl-cvs.texi (Viewing differences): Add `d r'. | |
3107 | |
56307 | 3108 2004-07-01 Juri Linkov <juri@jurta.org> |
3109 | |
3110 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e. | |
3111 (Regexp Search): Add M-r. | |
3112 | |
56302
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
3113 2004-06-30 Luc Teirlinck <teirllm@auburn.edu> |
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
3114 |
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
3115 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra. |
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
3116 |
56279
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
3117 2004-06-29 Jesper Harder <harder@ifa.au.dk> |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
3118 |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
3119 * ses.texi, viper.texi, search.texi, flymake.texi, faq.texi: |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
3120 * eshell.texi, ediff.texi, calendar.texi: Markup fixes. |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
3121 |
56252
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
3122 2004-06-25 Richard M. Stallman <rms@gnu.org> |
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
3123 |
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
3124 * search.texi (Regexp Replace): Rewrite description of \# \, and \?. |
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
3125 |
56247
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
3126 2004-06-25 David Kastrup <dak@gnu.org> |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
3127 |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
3128 * search.texi (Regexp Replace): Some typo corrections and |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
3129 rearrangement. |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
3130 |
56230
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3131 2004-06-24 David Kastrup <dak@gnu.org> |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3132 |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3133 * search.texi (Unconditional Replace): Use replace-string instead |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3134 of query-replace in example. |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3135 (Regexp Replace): Add explanations for `\,', `\#' and `\?' |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3136 sequences. |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3137 (Query Replace): Correct explanation of `^' which does not use |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3138 the mark stack. |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
3139 |
56221
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
3140 2004-06-21 Nick Roberts <nickrob@gnu.org> |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
3141 |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
3142 * misc.texi (Shell History Copying): Document comint-insert-input. |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
3143 (Shell Ring): Describe comint-dynamic-list-input-ring here. |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
3144 |
56181 | 3145 2004-06-21 Karl Berry <karl@gnu.org> |
3146 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3147 * info.texi (Top): Mention that only Emacs has mouse support. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3148 (Getting Started): Mention this in a few other places. |
56181 | 3149 |
56164
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
3150 2004-06-20 Jesper Harder <harder@ifa.au.dk> |
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
3151 |
56165
920d5b4fe0a2
* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
Jesper Harder <harder@ifa.au.dk>
parents:
56164
diff
changeset
|
3152 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash. |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3153 * custom.texi (Customization): Do. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3154 * anti.texi (Antinews): Do. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3155 * abbrevs.texi (Defining Abbrevs): Do. |
56165
920d5b4fe0a2
* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
Jesper Harder <harder@ifa.au.dk>
parents:
56164
diff
changeset
|
3156 |
56164
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
3157 * programs.texi (Info Lookup): Fix keybinding for |
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
3158 info-lookup-symbol. |
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
3159 |
56144
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3160 2004-06-16 Juanma Barranquero <lektu@terra.es> |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3161 |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3162 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3163 Add emacs-xtra. |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3164 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies. |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3165 (clean): Add emacs-xtra and flymake. Remove redundancies. |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
3166 |
56126
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
3167 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
3168 |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
3169 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
3170 Add emacs-xtra. |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
3171 * emacs-xtra.texi: New file. |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
3172 |
56114
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
3173 2004-06-14 Luc Teirlinck <teirllm@auburn.edu> |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
3174 |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
3175 * dired.texi (Dired Enter): Mention conditions on `ls' switches. |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
3176 (Dired and Find): Mention differences with ordinary Dired buffers. |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
3177 |
56098
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
3178 2004-06-13 Luc Teirlinck <teirllm@auburn.edu> |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
3179 |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
3180 * autotype.texi (Copyrights, Timestamps): Recommend |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
3181 `before-save-hook' instead of `write-file-functions'. |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
3182 |
56094
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
3183 2004-06-13 Richard M. Stallman <rms@gnu.org> |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
3184 |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
3185 * custom.texi (Init Syntax): Explain about vars that do special |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
3186 things when set with setq or with Custom. |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
3187 (Init Examples): Add line-number-mode example. |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
3188 |
56062 | 3189 2004-06-13 Lars Hansen <larsh@math.ku.dk> |
3190 | |
3191 * dired-x.texi (dired-mark-omitted): Update keybinding. | |
3192 | |
56047 | 3193 2004-06-12 Juri Linkov <juri@jurta.org> |
3194 | |
3195 * dired.texi (Operating on Files): Add dired-do-touch. | |
3196 | |
56013 | 3197 2004-06-10 Kim F. Storm <storm@cua.dk> |
3198 | |
3199 * pcl-cvs.texi (Viewing differences): Add 'd y'. | |
3200 | |
56008 | 3201 2004-06-10 Juri Linkov <juri@jurta.org> |
3202 | |
3203 * building.texi (Lisp Eval): Add C-M-x on defface. | |
3204 | |
55998
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
3205 2004-06-08 Luc Teirlinck <teirllm@auburn.edu> |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
3206 |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
3207 * files.texi (Reverting): Auto-Revert mode and |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
3208 Global Auto-Revert mode no longer revert remote files. |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
3209 |
55929 | 3210 2004-06-05 Lars Hansen <larsh@math.ku.dk> |
3211 | |
3212 * dired-x.texi (variable dired-omit-mode): Rename from | |
3213 dired-omit-files-p. | |
3214 (function dired-omit-mode): Rename from dired-omit-toggle. | |
3215 Call dired-omit-mode rather than set dired-omit-files-p. | |
3216 (dired-mark-omitted): Describe command. | |
3217 | |
55844
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
3218 2004-05-29 Michael Albinus <michael.albinus@gmx.de> |
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
3219 |
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
3220 Version 2.0.41 of Tramp released. |
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
3221 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3222 2004-05-29 Juanma Barranquero <lektu@terra.es> |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3223 |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3224 * makefile.w32-in (../info/flymake, flymake.dvi): New targets. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3225 (INFO_TARGETS, DVI_TARGETS): Add Flymake. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3226 |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3227 2004-05-29 Richard M. Stallman <rms@gnu.org> |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3228 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3229 * custom.texi (Init File): Two dashes start --no-site-file. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3230 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3231 * cl.texi (Top): Call this chapter `Introduction'. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3232 (Overview): In TeX, no section heading here. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3233 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3234 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3235 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3236 2004-05-29 Alan Mackenzie <acm@muc.de> |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3237 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3238 * programs.texi: Update for CC Mode 5.30 and incidental amendments. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3239 ("AWK"): Is consistently thus spelt throughout. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3240 (AWK, Pike): Document as "C-like modes". |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3241 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3242 (M-x man): Supersedes M-x manual-entry. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3243 Add numerous index entries. Correct "ESC a/e" to "M-a/e". |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3244 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3245 ("Comments in C"): Delete node; the info is in CC Mode manual. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3246 (c-comment-only-line-offset): Remove description. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3247 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3248 (C-c ., C-c C-c): Describe new C Mode bindings. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3249 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3250 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent) |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3251 (@dfn{Style}, c-default-style, comment-column, comment-padding) |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3252 (c-up-conditional, c-beginning-of-statement, c-end-of-statement): |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3253 Amend definitions. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3254 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3255 (c-beginning-of-defun, c-end-of-defun, c-context-line-break): |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3256 Describe functions. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3257 |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3258 (c-comment-start-regexp, c-hanging-comment-ender-p) |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3259 (c-hanging-comment-starter-p): Remove obsolete definitions. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3260 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3261 * emacs.texi: Remove the menu entry "Comments in C". |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
3262 |
55824 | 3263 2004-05-29 Eli Zaretskii <eliz@gnu.org> |
3264 | |
3265 * Makefile.in (../info/flymake, flymake.dvi): New targets. | |
3266 (INFO_TARGETS, DVI_TARGETS): Add Flymake. | |
3267 | |
3268 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> | |
3269 | |
3270 * flymake.texi: New file. | |
3271 | |
55788
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
3272 2004-05-28 Simon Josefsson <jas@extundo.com> |
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
3273 |
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
3274 * smtpmail.texi (Authentication): Improve STARTTLS discussion. |
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
3275 |
55781
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
3276 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
3277 |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
3278 * dired.texi (Dired and Find): `find-ls-option' does not apply to |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
3279 `M-x locate'. |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
3280 |
55626 | 3281 2004-05-16 Karl Berry <karl@gnu.org> |
3282 | |
3283 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo, | |
3284 makeinfo --html fails. | |
3285 * help.texi (Help Summary) [@ifnottex]: Likewise. | |
3286 | |
55576
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
3287 2004-05-13 Nick Roberts <nickrob@gnu.org> |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
3288 |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
3289 * building.texi (GDB Graphical Interface): Update and describe |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
3290 layout first. |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
3291 |
55421
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3292 2004-05-07 Kai Grossjohann <kai@emptydomain.de> |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3293 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3294 Version 2.0.40 of Tramp released. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3295 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3296 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de> |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3297 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3298 Complete rework, based on review by Karl Berry <karl@gnu.org>. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3299 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3300 * tramp.texi (Auto-save and Backup): Explain exploitation of new |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3301 variables `tramp-backup-directory-alist' and |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3302 `tramp-bkup-backup-directory-info'. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3303 (Overview, Connection types) |
55421
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3304 (External transfer methods, Default Method) |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3305 (Windows setup hints): Remove restriction of password entering |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3306 with external methods. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3307 (Auto-save and Backup): Make file name example |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3308 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info' |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3309 and `auto-save-directory' must be used. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3310 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3311 only "NT"). Remove doubled entry "What kinds of systems does |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3312 @tramp{} work on". |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3313 (tramp): Macro removed. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3314 (Obtaining Tramp): Flag removed from title. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3315 (all): "tramp-" and "-" removed from flag names. Flags `tramp' |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3316 and `trampver' used properly. Flag `tramp-inst' replaced by |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3317 `installchapter'. Installation related text adapted. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
3318 |
55356 | 3319 2004-05-04 Jason Rumney <jasonr@gnu.org> |
3320 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3321 * makefile.w32-in: Revert last change. |
55356 | 3322 |
55334 | 3323 2004-05-03 Jason Rumney <jasonr@gnu.org> |
3324 | |
3325 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes. | |
3326 | |
55202
4c64ee838f41
* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO <jet@gyve.org>
parents:
55201
diff
changeset
|
3327 2004-04-28 Masatake YAMATO <jet@gyve.org> |
4c64ee838f41
* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO <jet@gyve.org>
parents:
55201
diff
changeset
|
3328 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3329 * widget.texi (Programming Example): Remove overlays. |
55202
4c64ee838f41
* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO <jet@gyve.org>
parents:
55201
diff
changeset
|
3330 |
55201 | 3331 2004-04-27 Jesper Harder <harder@ifa.au.dk> |
3332 | |
3333 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp. | |
3334 | |
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
3335 2004-04-23 Juanma Barranquero <lektu@terra.es> |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
3336 |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
3337 * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
3338 |
54976 | 3339 2004-04-18 Juri Linkov <juri@jurta.org> |
3340 | |
3341 * fixit.texi (Spelling): Remove file extension from ispell xref. | |
3342 | |
54898 | 3343 2004-04-15 Kim F. Storm <storm@cua.dk> |
3344 | |
3345 * cmdargs.texi (Initial Options): Add -Q. | |
3346 | |
54722 | 3347 2004-04-05 Kim F. Storm <storm@cua.dk> |
3348 | |
3349 * custom.texi (File Variables): Add safe-local-eval-forms. | |
3350 | |
54720
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
3351 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
3352 |
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
3353 * info.texi (Info Search): Add info-apropos. |
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
3354 |
54684
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
3355 2004-04-02 Luc Teirlinck <teirllm@auburn.edu> |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
3356 |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
3357 * files.texi (Reverting): Correct description of revert-buffer's |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
3358 handling of point. |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
3359 |
54488 | 3360 2004-03-22 Juri Linkov <juri@jurta.org> |
3361 | |
3362 * emacs.texi (Top): Add `Misc X'. | |
3363 | |
3364 * faq.texi, trouble.texi: Fix help key bindings. | |
3365 | |
3366 * glossary.texi: Improve references. | |
3367 | |
3368 * help.texi: Sync keywords with finder.el. | |
3369 | |
3370 * mini.texi (Completion): Add description for menu items. | |
3371 | |
3372 * misc.texi (Browse-URL, FFAP): Add information about keywords. | |
3373 | |
3374 * sending.texi (Mail Methods): Fix xref to Message manual. | |
3375 | |
54421
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
3376 2004-03-17 Luc Teirlinck <teirllm@auburn.edu> |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
3377 |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
3378 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
3379 (as suggested by Karl Berry). Update information about colored |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
3380 stars in menus. Add new subheading describing M-n. |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
3381 |
54380
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
3382 2004-03-12 Richard M. Stallman <rms@gnu.org> |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
3383 |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
3384 * cl.texi (Top): Rename top node's title. |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
3385 |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
3386 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely. |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
3387 |
54318 | 3388 2004-03-08 Karl Berry <karl@gnu.org> |
3389 | |
3390 * info.texi: \input texinfo.tex instead of just texinfo, to avoid | |
3391 problems making the texinfo distribution. | |
3392 | |
54274
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3393 2004-03-04 Richard M. Stallman <rms@gnu.org> |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3394 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3395 * search.texi (Regexps): Explain that ^ and $ have their |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3396 special meanings only in certain contexts. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3397 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3398 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3399 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3400 * mule.texi (Specify Coding): Doc C-x RET F. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3401 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3402 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3403 for multiple compile and grep buffers. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3404 (Indirect Buffers): Don't recommand clone-indirect-buffer |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3405 for multiple compile and grep buffers. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
3406 |
54202
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3407 2004-02-29 Simon Josefsson <jas@extundo.com> |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3408 |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3409 * smtpmail.texi (Authentication): Changed the list of supported |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3410 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3411 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3412 <voegelas@gmx.net>. |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
3413 |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
54199
diff
changeset
|
3414 2004-02-29 Juanma Barranquero <lektu@terra.es> |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
54199
diff
changeset
|
3415 |
65625
348c05075334
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65617
diff
changeset
|
3416 * makefile.w32-in (mostlyclean, clean, maintainer-clean): |
348c05075334
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65617
diff
changeset
|
3417 Use $(DEL) instead of rm, and ignore exit code. |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
54199
diff
changeset
|
3418 |
54198
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3419 2004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net> |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3420 |
54198
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3421 Tramp version 2.0.39 released. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3422 |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3423 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de> |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3424 |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3425 * tramp.texi (Customizing Completion): Explain new functions |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3426 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3427 (all): Savannah URLs unified to "http://savannah.nongnu.org". |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3428 (Top): Refer to Savannah mailing list as the major one. Mention |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3429 older mailing lists in HTML mode only. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3430 (Auto-save and Backup): Add auto-save. Based on wording of Kai. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3431 (Frequently Asked Questions): Remote hosts must not be Unix-like |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3432 for "smb" method. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3433 (Password caching): New node. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3434 (External transfer methods): Refer to password caching for "smb" |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3435 method. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
3436 |
54129
12793b62539c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
54098
diff
changeset
|
3437 2004-02-23 Nick Roberts <nick@nick.uklinux.net> |
12793b62539c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
54098
diff
changeset
|
3438 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3439 * building.texi (Watch Expressions): Update. |
54129
12793b62539c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
54098
diff
changeset
|
3440 |
54098
915db97826a8
Fix the date of last change.
Eli Zaretskii <eliz@is.elta.co.il>
parents:
54097
diff
changeset
|
3441 2004-02-21 Juri Linkov <juri@jurta.org> |
54097
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3442 |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3443 * cmdargs.texi (Action Arguments): Add alias --find-file. Add |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3444 --directory, --help, --version. Move text about command-line-args |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3445 to Command Arguments. |
54976 | 3446 (Initial Options): Add @cindex for --script. Fix @cindex for -q. |
3447 Add --no-desktop. Add alias --no-multibyte, --no-unibyte. | |
54097
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3448 (Window Size X): Join -g and --geometry. Add @cindex. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3449 (Borders X): Fix @cindex for -ib. Add @cindex for -bw. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3450 (Title X): Remove alias -title. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3451 (Misc X): New node. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
3452 |
54318 | 3453 2004-02-17 Karl Berry <karl@gnu.org> |
3454 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3455 * info.texi (Help-Int): Mention the new line number feature. |
54318 | 3456 |
53950
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
3457 2004-02-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
3458 |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
3459 * frames.texi (Drag and drop): Add Motif to list of supported |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
3460 protocols. |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
3461 |
53946
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
3462 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> |
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
3463 |
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
3464 * ses.texi (Advanced Features): New functionality for |
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
3465 ses-set-header-row (defaults to current row unless C-u used). |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3466 (Acknowledgements): Add Stefan Monnier. |
53946
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
3467 |
53792
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
3468 2004-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
3469 |
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
3470 * frames.texi (Drag and drop): New section. |
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
3471 |
53694
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
3472 2004-01-24 Richard M. Stallman <rms@gnu.org> |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
3473 |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
3474 * emacs.texi (Acknowledgments): Renamed from Acknowledgements. |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
3475 Include it only @ifnotinfo. Patch the preceding and following |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
3476 node headers to point to each other. |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
3477 |
53561 | 3478 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk> |
3479 | |
3480 * calendar.texi (Appointments): Update section. | |
3481 | |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3482 2003-12-29 Kevin Ryde <user42@zip.com.au> |
53392
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53253
diff
changeset
|
3483 |
53395
5d8c5698bbf7
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53392
diff
changeset
|
3484 * viper.texi (Vi Macros): Fix reference to the Emacs manual. |
5d8c5698bbf7
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53392
diff
changeset
|
3485 |
53392
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53253
diff
changeset
|
3486 * programs.texi (C Modes): Fix the xref. |
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53253
diff
changeset
|
3487 |
53253
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
3488 2003-12-23 Nick Roberts <nick@nick.uklinux.net> |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
3489 |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
3490 * building.texi (Watch Expressions): Update. |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
3491 (Commands of GUD): Include use of toolbar + breakpoints set from |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
3492 fringe/margin. |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
3493 |
53245 | 3494 2003-12-03 Andre Spiegel <spiegel@gnu.org> |
3495 | |
3496 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie | |
3497 <acm@muc.de>. | |
3498 | |
53207
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3499 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net> |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3500 |
53207
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3501 Tramp version 2.0.38 released. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3502 |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3503 * tramp.texi (Remote shell setup): Warn of environment variables |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3504 FRUMPLE if user frumple exists. Suggested by Sven Gabriel |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3505 <sven.gabriel@imk.fzk.de>. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3506 (Configuration): Tramp now chooses base64/uuencode |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3507 automatically. Update wording accordingly. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3508 (Top): More description for the `Default Method' menu entry. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3509 (Default Method): Use @code, not @var, for Lisp variables. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3510 (Default Method): New subsection `Which method is the right one |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3511 for me?' Suggested by Christian Kirsch. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3512 (Configuration): Pointer to new subsection added. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3513 (Default Method): Too many "use" in one sentence. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3514 Rephrase. Reported by Christian Kirsch. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3515 (Filename Syntax): Old `su' example is probably a left-over from |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3516 the sm/su method naming. Replace with `ssh', instead. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3517 (External transfer methods, Auto-save and Backup): |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3518 Typo fixes. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3519 |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3520 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de> |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3521 |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3522 * tramp.texi (all): Harmonize all occurences of @tramp{}. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3523 (Top): Mention japanese manual only if flag `jamanual' is set. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3524 Insert section `Japanese manual' in menu. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
3525 |
53191
119702bcc6c0
NEWS and documentation for use-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53172
diff
changeset
|
3526 2003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
119702bcc6c0
NEWS and documentation for use-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53172
diff
changeset
|
3527 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3528 * frames.texi (Dialog Boxes): Add use-file-dialog. |
53191
119702bcc6c0
NEWS and documentation for use-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53172
diff
changeset
|
3529 |
53172
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
3530 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org> |
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
3531 |
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
3532 * eshell.texi (Known Problems): Add doc item. |
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
3533 |
53121
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
3534 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org> |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
3535 |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
3536 * ack.texi: Note that Alan Mackenzie contributed the AWK support |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
3537 in CC Mode. |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
3538 |
53119
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3539 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org> |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3540 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3541 * cc-mode.texi: Update for CC Mode 5.30. |
53119
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3542 |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3543 Note: Please refrain from doing purely cosmetic changes like |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3544 removing trailing whitespace in this manual; it clobbers cvs |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3545 merging for no good reason. |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
3546 |
52980 | 3547 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) |
3548 | |
3549 * man/ack.texi, man/basic.texi, man/cmdargs.texi: | |
3550 * man/commands.texi, man/custom.texi, man/display.texi: | |
3551 * man/ediff.texi, man/emacs.texi, man/faq.texi, man/files.texi: | |
3552 * man/frames.texi, man/glossary.texi, man/killing.texi: | |
3553 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi: | |
3554 * man/mule.texi, man/rmail.texi, man/search.texi: | |
3555 * man/sending.texi, man/text.texi, man/tramp.texi: | |
3556 * man/trouble.texi, man/vip.texi, man/viper.texi, man/widget.texi: | |
3557 * man/woman.texi: Replace @sc{ascii} and ASCII with @acronym{ASCII}. | |
3558 | |
52976 | 3559 2003-11-01 Alan Mackenzie <acm@muc.de> |
3560 | |
3561 * search.texi (Scrolling During Incremental Search): Document a | |
3562 new scrolling facility in isearch mode. | |
3563 | |
52943 | 3564 2003-10-26 Karl Berry <karl@gnu.org> |
3565 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3566 * info.texi (Info Search): Echo area, not echo are. From Debian |
52943 | 3567 diff. |
3568 | |
52936
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
3569 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk> |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
3570 |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
3571 * widget.texi (Defining New Widgets): Document new beavior of |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
3572 :buttons and :children keywords. |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
3573 |
52911
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
3574 2003-10-22 Miles Bader <miles@gnu.org> |
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
3575 |
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
3576 * Makefile.in (info): Move before $(top_srcdir)/info. |
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
3577 |
52906
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
3578 2003-10-22 Nick Roberts <nick@nick.uklinux.net> |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
3579 |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
3580 * building.texi (Watch Expressions): Update section on data display |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
3581 to reflect code changes (GDB Graphical Interface). |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
3582 |
52870
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
3583 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org> |
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
3584 |
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
3585 * tramp.texi (Inline methods): Small grammar fix. |
52872
420e2bc2b809
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52870
diff
changeset
|
3586 (External transfer methods): Likewise. |
52870
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
3587 |
52847
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
3588 2003-10-13 Richard M. Stallman <rms@gnu.org> |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
3589 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
3590 * xresources.texi (GTK resources): Clean up previous change. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
3591 |
52825
34537e2e1a05
* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv <jan.h.d@swipnet.se>
parents:
52811
diff
changeset
|
3592 2003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
34537e2e1a05
* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv <jan.h.d@swipnet.se>
parents:
52811
diff
changeset
|
3593 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3594 * xresources.texi (GTK resources): Add a note that some themes |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3595 disallow customizations. Add scroll theme example. |
52825
34537e2e1a05
* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv <jan.h.d@swipnet.se>
parents:
52811
diff
changeset
|
3596 |
52811
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
3597 2003-10-08 Nick Roberts <nick@nick.uklinux.net> |
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
3598 |
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
3599 * speedbar.texi: Remove paragraph for GUD that is no longer true. |
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
3600 |
52789
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
3601 2003-10-06 Luc Teirlinck <teirllm@auburn.edu> |
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
3602 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3603 * texinfo.tex: Replace `%' in arch tagline by @ignore. |
52789
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
3604 |
52707
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3605 2003-09-30 Richard M. Stallman <rms@gnu.org> |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3606 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3607 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3608 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3609 * widget.texi (User Interface): Fix typos. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3610 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3611 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3612 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3613 * cmdargs.texi (General Variables): Remove MAILRC envvar. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3614 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3615 * misc.texi (Saving Emacs Sessions): Shorten the section, |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3616 collapsing back into one node. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
3617 |
52676 | 3618 2003-09-30 Lars Hansen <larsh@math.ku.dk> |
52789
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
3619 |
52676 | 3620 * misc.texi: Section "Saving Emacs Sessions" rewritten. |
3621 | |
57354 | 3622 2003-09-29 Jan Dj,Ad(Brv. <jan.h.d@swipnet.se> |
52671
d08a70365018
xresources.texi (GTK names in Emacs): Correct typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
52670
diff
changeset
|
3623 |
d08a70365018
xresources.texi (GTK names in Emacs): Correct typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
52670
diff
changeset
|
3624 * xresources.texi (GTK names in Emacs): Correct typo. |
d08a70365018
xresources.texi (GTK names in Emacs): Correct typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
52670
diff
changeset
|
3625 |
52670
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
3626 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> |
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
3627 |
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
3628 * pcl-cvs.texi (Selected Files): Fix typo. |
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
3629 |
52612
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
3630 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu> |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
3631 |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
3632 * cmdargs.texi (Font X): Mention new default font. More |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
3633 fully describe long font names, wildcard patterns and the |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
3634 problems involved. (Result of discussion on emacs-devel.) |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
3635 |
52583
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
3636 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu> |
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
3637 |
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
3638 * emacs.texi (Acknowledgements): Correct typo. |
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
3639 |
52578
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3640 2003-09-22 Richard M. Stallman <rms@gnu.org> |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3641 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3642 * dired.texi (Misc Dired Commands): New node. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3643 (Dired Navigation): Add dired-goto-file. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3644 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3645 * files.texi (File Aliases, Misc File Ops): Add @cindex entries. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3646 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3647 * emacs.texi (Acknowledgements): New node, split from Distribution. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3648 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3649 * cmdargs.texi (Action Arguments): -f reads interactive args. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
3650 |
52562 | 3651 2003-09-21 Karl Berry <karl@gnu.org> |
3652 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3653 * info.texi (] and [ commands): No period at end of section title. |
52562 | 3654 |
52771 | 3655 2003-09-08 Lute Kamstra <lute@gnu.org> |
52466 | 3656 |
3657 * screen.texi (Mode Line): Say that POS comes before LINE. | |
3658 Mention `size-indication-mode'. | |
3659 * display.texi (Optional Mode Line): Document | |
3660 `size-indication-mode'. | |
3661 * basic.texi (Position Info): Mention `size-indication-mode'. | |
3662 | |
52455
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
3663 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu> |
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
3664 |
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
3665 * xresources.texi (Resources): Refer to `editres' man page. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3666 (Lucid Resources): Update defaults. Expand description of |
52455
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
3667 `shadowThickness'. |
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
3668 |
52429
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
3669 2003-09-04 Miles Bader <miles@gnu.org> |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
3670 |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
3671 * Makefile.in (top_srcdir): New variable. |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
3672 ($(top_srcdir)/info): New rule. |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
3673 (info): Depend on it. |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
3674 |
52427 | 3675 2003-09-03 Peter Runestig <peter@runestig.com> |
3676 | |
3677 * makefile.w32-in: New file. | |
3678 | |
52381
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
3679 2003-08-29 Richard M. Stallman <rms@gnu.org> |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
3680 |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
3681 * misc.texi (Saving Emacs Sessions): Correct previous change. |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
3682 |
52337
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
3683 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk> |
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
3684 |
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
3685 * widget.texi (User Interface): Explain the need of static text |
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
3686 around an editable field. |
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
3687 |
52259
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
3688 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> |
52251
c4f241fada90
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52236
diff
changeset
|
3689 |
52268
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52262
diff
changeset
|
3690 * widget.texi (Basic Types): The argument to `:help-echo' can now |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52262
diff
changeset
|
3691 be a form that evaluates to a string. |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52262
diff
changeset
|
3692 |
52259
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
3693 * emacs.texi (Top): Update menu to reflect new Keyboard Macros |
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
3694 chapter. |
52262
1259ee7a602f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52259
diff
changeset
|
3695 (Intro): Include kmacro.texi after fixit.texi instead of after |
1259ee7a602f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52259
diff
changeset
|
3696 custom.texi. (As suggested by Kim Storm.) |
52251
c4f241fada90
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52236
diff
changeset
|
3697 |
52259
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
3698 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu> |
52236
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3699 |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3700 * fixit.texi (Fixit): Update `Next' pointer. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3701 * files.texi (Files): Update `Previous' pointer. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3702 * kmacro.texi (Keyboard Macros): Remove redundant node and |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3703 section. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3704 * emacs.texi (Intro): Include kmacro.texi after custom.texi. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3705 (Suggested by Kim Storm.) |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3706 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim |
52236
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3707 Storm.) |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
3708 |
52228
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3709 2003-08-18 Kim F. Storm <storm@cua.dk> |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3710 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3711 * kmacro.texi: New file describing enhanced keyboard macro |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3712 functionality. Replaces old description in custom.texi. |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3713 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3714 * custom.texi (Customization): Add xref to Keyboard Macros chapter. |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3715 (Keyboard Macros): Move to new kmacro.texi file. |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3716 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3717 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics. |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3718 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3719 * calc.texi (Queries in Macros): Update xref to keyboard macro query. |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
3720 |
52233 | 3721 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu> |
3722 | |
3723 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'. | |
3724 | |
52220 | 3725 2003-08-17 Alex Schroeder <alex@gnu.org> |
3726 | |
3727 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not | |
3728 required. | |
3729 | |
52214
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
3730 2003-08-16 Richard M. Stallman <rms@gnu.org> |
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
3731 |
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
3732 * dired-x.texi (Shell Command Guessing): Explain *. |
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
3733 |
52204
4c984cea926f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52196
diff
changeset
|
3734 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change) |
52196
d981f8624faa
* pcl-cvs.texi (Log Edit Mode): Fix typo.
Karl Fogel <kfogel@red-bean.com>
parents:
52154
diff
changeset
|
3735 |
52204
4c984cea926f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52196
diff
changeset
|
3736 * pcl-cvs.texi (Log Edit Mode): Fix key binding for |
4c984cea926f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52196
diff
changeset
|
3737 log-edit-insert-changelog. |
52196
d981f8624faa
* pcl-cvs.texi (Log Edit Mode): Fix typo.
Karl Fogel <kfogel@red-bean.com>
parents:
52154
diff
changeset
|
3738 |
52154
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
3739 2003-08-05 Richard M. Stallman <rms@gnu.org> |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
3740 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
3741 * programs.texi (Lisp Indent): Don't describe |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
3742 lisp-indent-function property here. Use xref to Lisp Manual. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
3743 |
52123 | 3744 2003-08-03 Karl Berry <karl@gnu.org> |
3745 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3746 * info.texi: Need @contents. |
52123 | 3747 |
52121 | 3748 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
3749 | |
3750 * calendar.texi (Date Formats): Document changed behaviour of | |
3751 abbreviations. | |
3752 | |
52040
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
3753 2003-07-24 Markus Rost <rost@math.ohio-state.edu> |
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
3754 |
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
3755 * buffers.texi (List Buffers): Fix previous change. |
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
3756 |
51967
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
3757 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3758 |
51967
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
3759 Tramp version 2.0.36 released. |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
3760 |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
3761 * tramp.texi (Remote shell setup): Explain about problems with |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
3762 non-Bourne commands in ~/.profile and ~/.shrc. |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
3763 |
51902
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
3764 2003-07-13 Markus Rost <rost@math.ohio-state.edu> |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
3765 |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
3766 * buffers.texi (List Buffers): Adjust to new format of *Buffer |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
3767 List*. |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
3768 |
51811
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
3769 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu> |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
3770 |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
3771 * info.texi (Help-Inv, Help-M, Help-Xref): Update following |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
3772 renaming of `vis-mode' to `visible-mode'. |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
3773 |
51809
c6d474f99d3e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51808
diff
changeset
|
3774 * display.texi (Font Lock): Fix typo. |
c6d474f99d3e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51808
diff
changeset
|
3775 |
51808
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3776 2003-07-07 Richard M. Stallman <rms@gnu.org> |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3777 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3778 * display.texi (Font Lock): Add xref for format info on |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3779 font-lock-remove-keywords. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3780 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3781 * building.texi (Compilation): Document what happens with asynch |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3782 children of compiler process. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3783 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3784 * help.texi (Library Keywords): Use @multitable. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
3785 |
51728
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
3786 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu> |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
3787 |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
3788 * info.texi (Top, Help-Small-Screen): Remove accidentally added |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
3789 next, prev and up pointers. |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
3790 |
51712
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3791 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu> |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3792 |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3793 * info.texi (Help): Mention existence of Emacs and stand-alone |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3794 Info at the very beginning of the tutorial. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3795 (Help-Inv): New node. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3796 (Help-]): New node. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3797 (Help-M): Systematically point out the differences between default |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3798 Emacs and stand-alone versions. Delete second menu. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3799 (Help-Xref): Systematically point out the differences between |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3800 default Emacs and stand-alone versions. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3801 (Help-Int): Change `l' example. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3802 (Expert Info): Fix typos. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3803 (Emacs Info Variables): Mention `Info-hide-note-references' and |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3804 new default for `Info-scroll-prefer-subnodes'. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3805 |
51604
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3806 2003-06-17 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3807 |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3808 Version 2.0.35 of Tramp released. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3809 |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3810 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>: |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3811 (Inline methods): Add methods `remsh' and `plink1'. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3812 (External transfer methods): Add method `remcp'. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3813 (Multi-hop Methods): Add method `remsh'. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3814 Small patch from Adrian Aichner <adrian@xemacs.org>: |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3815 Fix minor typos. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3816 (Concept Index): Added to make manual searchable via |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3817 `Info-index'. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3818 (Version Control): Add cindex entry. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
3819 |
51455
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3820 2003-06-04 Richard M. Stallman <rms@gnu.org> |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3821 |
51457
4363ea1a617b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51455
diff
changeset
|
3822 * programs.texi (Expressions): Delete C-M-DEL. |
4363ea1a617b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51455
diff
changeset
|
3823 |
51455
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3824 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output. |
51712
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
3825 comint-move-point-for-output renamed from |
51455
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3826 comint-scroll-to-bottom-on-output. |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3827 |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3828 * custom.texi (Init Rebinding): Replace previous change with xref. |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3829 (Non-ASCII Rebinding): Explain that issue more briefly here. |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
3830 |
51300
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
3831 2003-05-28 Richard M. Stallman <rms@gnu.org> |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
3832 |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
3833 * indent.texi (Indentation): Condense, simplify, clarify prev change. |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
3834 |
51297
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
3835 2003-05-28 Nick Roberts <nick@nick.uklinux.net> |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
3836 |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
3837 * building.texi (GDB Graphical Interface): New node. |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
3838 (Rewritten somewhat by RMS.) |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
3839 |
51274
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
3840 2003-05-28 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
3841 |
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
3842 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for |
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
3843 non-English letters. Explain how to set coding systems correctly |
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
3844 and how to include the right coding cookie in the file. |
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
3845 |
51178
4f760005cf14
Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51145
diff
changeset
|
3846 2003-05-24 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
4f760005cf14
Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51145
diff
changeset
|
3847 |
4f760005cf14
Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51145
diff
changeset
|
3848 * trampver.texi: Version 2.0.34 released. |
4f760005cf14
Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51145
diff
changeset
|
3849 |
51145
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
3850 2003-05-22 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
3851 |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
3852 * indent.texi (Indentation): Explain the concepts. |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
3853 (Just Spaces): Explain why preventing tabs for indentation might |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
3854 be useful. |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
3855 |
50792 | 3856 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
3857 | |
3858 * faq.texi: Improve previous changes. | |
3859 | |
50781 | 3860 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk> |
3861 | |
3862 * faq.texi: Update copyright and maintenance details. | |
3863 Update some package URLs, versions, and maintainers. | |
3864 Remove many references to the Emacs Lisp Archive. | |
52670
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
3865 |
50670
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
3866 2003-04-23 Simon Josefsson <jas@extundo.com> |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
3867 |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
3868 * smtpmail.texi: Fix license (the invariant sections mentioned has |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
3869 never been part of the smtp manual). Align info dir entry with |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
3870 other emacs packages. |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
3871 |
50607
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
3872 2003-04-16 Richard M. Stallman <rms@gnu.org> |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
3873 |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
3874 * search.texi (Regexps): Ref to Lisp manual for more regexp features. |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
3875 |
50495
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
3876 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de> |
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
3877 |
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
3878 * tramp.texi: Version 2.0.33 released. |
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
3879 Remove installation chapter. Remove XEmacs specifics. |
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
3880 |
50343
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
3881 2003-03-29 Richard M. Stallman <rms@gnu.org> |
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
3882 |
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
3883 * tramp.texi (Top): Undo the previous renaming. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3884 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete. |
50343
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
3885 |
50338
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3886 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3887 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3888 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3889 version of manual. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3890 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3891 * tramp.texi (Auto-save and Backup): New node. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3892 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3893 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de> |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3894 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3895 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3896 Emacs" in order to have better differentiation to "XEmacs". |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3897 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name' |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3898 are new macros in order to point to the other Emacs flavor where |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3899 appropriate. In info case, point to node `Installation' in order |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3900 to explain how to generate the other way. In html case, make a |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3901 link to the other html file. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3902 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf' |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3903 after CVS checkout/update. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3904 (Installation): Completely rewritten. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3905 (Installation parameters, Load paths): New sections under |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3906 `Installation'. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
3907 |
49996
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3908 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3909 |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3910 * tramp.texi: Version 2.0.30 released. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3911 Replace word "path" with "localname" where used as a component of |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3912 a Tramp file name. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3913 |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3914 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de> |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3915 |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3916 * tramp.texi (Frequently Asked Questions): `tramp-chunksize' |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3917 introduced. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3918 (Installation): Explain what to do if files from the tramp/contrib |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3919 directory are needed. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
3920 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3921 2003-02-23 Alex Schroeder <alex@emacswiki.org> |
49940
d6bf0b66b213
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49936
diff
changeset
|
3922 |
d6bf0b66b213
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49936
diff
changeset
|
3923 * smtpmail.texi (How Mail Works): New. |
d6bf0b66b213
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49936
diff
changeset
|
3924 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3925 2003-02-22 Alex Schroeder <alex@emacswiki.org> |
49928
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3926 |
49929
098268b04ffd
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49928
diff
changeset
|
3927 * cmdargs.texi (General Variables): Document SMTPSERVER. |
098268b04ffd
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49928
diff
changeset
|
3928 |
49928
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3929 * smtpmail.texi: New file. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3930 |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3931 * sending.texi: Remove SMTP node. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3932 (Mail Sending): Describe `send-mail-function'. Link to SMTP |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3933 library. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3934 |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3935 * Makefile.in: Build SMTP manual. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
3936 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
3937 2003-02-22 Alex Schroeder <alex@emacswiki.org> |
49936
71b14e933f12
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49929
diff
changeset
|
3938 |
71b14e933f12
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49929
diff
changeset
|
3939 * sending.texi (Sending via SMTP): Explain MTA/MUA. |
71b14e933f12
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49929
diff
changeset
|
3940 |
49905
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
3941 2003-02-22 Simon Josefsson <jas@extundo.com> |
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
3942 |
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
3943 * sending.texi (Mail Methods): Add node about SMTP. |
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
3944 |
49827
754f6f48efbe
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents:
49673
diff
changeset
|
3945 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
754f6f48efbe
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents:
49673
diff
changeset
|
3946 |
754f6f48efbe
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents:
49673
diff
changeset
|
3947 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar |
754f6f48efbe
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents:
49673
diff
changeset
|
3948 |
49610
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3949 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3950 |
49673
e6612803fd8e
Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49610
diff
changeset
|
3951 * tramp.texi: Version 2.0.29 released. |
e6612803fd8e
Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49610
diff
changeset
|
3952 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not |
e6612803fd8e
Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49610
diff
changeset
|
3953 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net. |
49610
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3954 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3955 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de> |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3956 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3957 * tramp.texi (Frequently Asked Questions): Explain a workaround if |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3958 another package loads accidently Ange-FTP. |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3959 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3960 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de> |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3961 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3962 * tramp.texi (Customizing Completion): Add function |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3963 `tramp-parse-sconfig'. Change example of |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3964 `tramp-set-completion-function', because parsing of ssh config |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3965 files looks more natural. |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
3966 |
49596
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
3967 2003-02-01 Kevin Ryde <user42@zip.com.au> |
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
3968 |
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
3969 * glossary.texi (Glossary): Correction to cl cross reference. |
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
3970 |
49341
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
3971 2003-01-20 Richard M. Stallman <rms@gnu.org> |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
3972 |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
3973 * killing.texi (Rectangles): Document C-x c r. |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
3974 |
49532
d4870f6c9ac0
Change email and real name.
Jan Djärv <jan.h.d@swipnet.se>
parents:
49341
diff
changeset
|
3975 2003-01-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
49322 | 3976 |
3977 * xresources.texi (GTK resources): New node. | |
3978 (GTK widget names): New node. | |
3979 (GTK names in Emacs): New node. | |
3980 (GTK styles): New node. | |
3981 | |
49273
bf2ab88cad81
* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
49124
diff
changeset
|
3982 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> |
bf2ab88cad81
* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
49124
diff
changeset
|
3983 |
bf2ab88cad81
* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
49124
diff
changeset
|
3984 * gnus.texi: Do not use `path' in several locations. |
bf2ab88cad81
* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
49124
diff
changeset
|
3985 |
49124
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
3986 2003-01-09 Francesco Potort,Al(B <pot@gnu.org> |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
3987 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3988 * maintaining.texi (Create Tags Table): Add reference to the new |
49124
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
3989 `etags --help --lang=LANG' option. |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
3990 |
48974
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
3991 2002-12-26 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
3992 |
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
3993 * tramp.texi (External transfer methods): New method `smb'. From |
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
3994 Michael Albinus. |
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
3995 |
48239
e62f3275cb5e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48163
diff
changeset
|
3996 2002-11-05 Karl Berry <karl@gnu.org> |
48163 | 3997 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
3998 * info.texi (Info-fontify): Reorder face list to avoid bad line |
48163 | 3999 breaks. |
4000 | |
47772
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
4001 2002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
4002 |
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
4003 * tramp.texi: Move @copying to standard place. Use |
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
4004 @insertcopying. |
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
4005 |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4006 2002-10-02 Karl Berry <karl@gnu.org> |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4007 |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4008 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4009 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi emacs.texi |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4010 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4011 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4012 speedbar.texi vip.texi viper.texi widget.texi woman.texi): |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4013 Per rms, update all manuals to use @copying instead of @ifinfo. |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4014 Also use @ifnottex instead of @ifinfo around the top node, where |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4015 needed for the sake of the HTML output. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4016 (The Gnus manual is not fixed since it's not clear to me how it |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4017 works; and the Tramp manual already uses @copying, although in an |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4018 unusual way. All others were changed.) |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
4019 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
4020 2002-09-10 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
4021 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
4022 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
4023 (../info/ses, ses.dvi): New targets. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
4024 * ses.texi: New file. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
4025 |
47285 | 4026 2002-09-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
4027 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4028 * texinfo.tex: Update to texinfo 4.2. |
47285 | 4029 |
47049
b383699b81b6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
46704
diff
changeset
|
4030 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl> |
b383699b81b6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
46704
diff
changeset
|
4031 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
4032 * reftex.texi: Update to RefTeX 4.19. |
47049
b383699b81b6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
46704
diff
changeset
|
4033 |
45860
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
4034 2002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
4035 |
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
4036 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. |
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
4037 (../info/tramp, tramp.dvi): New targets. |
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
4038 |
42524 | 4039 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il> |
4040 | |
4041 * Makefile.in (DVI_TARGETS): Add calc.dvi. | |
4042 (calc.dvi): Uncomment. | |
4043 | |
42208 | 4044 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il> |
4045 | |
4046 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual | |
4047 source files. | |
4048 | |
41124 | 4049 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
4050 | |
4051 * Makefile.in (emacsman): New target. | |
4052 | |
40813 | 4053 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il> |
4054 | |
4055 * Makefile.in (INFO_TARGETS): Add ../info/calc. | |
4056 (../info/calc): New target. | |
4057 | |
40111 | 4058 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
4059 | |
40152 | 4060 * (Version 21.1 released.) |
40111 | 4061 |
39742 | 4062 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
4063 | |
4064 * Branch for 21.1. | |
40965 | 4065 |
37345 | 4066 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il> |
4067 | |
4068 * Makefile.in (../info/info): Use an explicit -o switch to | |
4069 makeinfo. | |
4070 | |
36549 | 4071 2001-03-05 Gerd Moellmann <gerd@gnu.org> |
4072 | |
4073 * Makefile.in (mostlyclean, maintainer-clean): Delete more files. | |
4074 | |
34740 | 4075 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il> |
4076 | |
4077 * Makefile.in (../info/idlwave): Use --no-split. | |
4078 | |
34559 | 4079 2000-12-14 Dave Love <fx@gnu.org> |
4080 | |
4081 * Makefile.in (mostlyclean): Remove gnustmp.* | |
4082 (gnus.dvi): Change rule to remove @latex stuff. | |
4083 | |
32676 | 4084 2000-10-19 Eric M. Ludlam <zappo@ultranet.com> |
4085 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4086 * Makefile.in (Speedbar): Add build targets for speedbar.texi. |
32676 | 4087 |
32450
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
32114
diff
changeset
|
4088 2000-10-13 John Wiegley <johnw@gnu.org> |
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
32114
diff
changeset
|
4089 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4090 * Makefile.in: Add build targets for eshell.texi. |
32450
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
32114
diff
changeset
|
4091 |
31862
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
4092 2000-09-25 Gerd Moellmann <gerd@gnu.org> |
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
4093 |
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
4094 * Makefile.in: Remove/comment speedbar stuff. |
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
4095 |
31885 | 4096 2000-09-22 Dave Love <fx@gnu.org> |
4097 | |
4098 * Makefile.in: Add emacs-mime. | |
4099 | |
30664 | 4100 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
4101 | |
4102 * Makefile.in (INFO_TARGETS): Add ../info/woman. | |
4103 (DVI_TARGETS): Add woman.dvi. | |
4104 (../info/woman, woman.dvi): New targets. | |
4105 | |
29351
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4106 2000-05-31 Stefan Monnier <monnier@cs.yale.edu> |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4107 |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4108 * .cvsignore (*.tmp): New entry. Seems to be used for @macro. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4109 |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4110 * pcl-cvs.texi: New file. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4111 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4112 (../info/pcl-cvs, pcl-cvs.dvi): New targets. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
4113 |
28867 | 4114 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
4115 | |
4116 * Makefile.in (INFO_TARGETS): Add info/ebrowse. | |
4117 (../info/ebrowse, ebrowse.dvi): New targets. | |
4118 | |
27506 | 4119 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
4120 | |
4121 * Makefile.in (INFO_TARGETS): Add eudc. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4122 (DVI_TARGETS): Add eudc.dvi. |
27506 | 4123 (../info/eudc, eudc.dvi): New targets. |
4124 | |
27181 | 4125 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il> |
4126 | |
4127 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for | |
4128 compatibility with 8+3 filesystems). | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4129 (../info/efaq): Rename from emacs-faq. |
27181 | 4130 |
27105 | 4131 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
4132 | |
4133 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave. | |
4134 (../info/idlwave, idlwave.dvi): New targets. | |
4135 | |
26151 | 4136 1999-10-23 Dave Love <fx@gnu.org> |
4137 | |
46704
1e725474da67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
46685
diff
changeset
|
4138 * Makefile.in: Use autotype.texi. |
26141
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25996
diff
changeset
|
4139 |
25996
9e6b179f629d
(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25916
diff
changeset
|
4140 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
9e6b179f629d
(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25916
diff
changeset
|
4141 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4142 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the |
25996
9e6b179f629d
(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25916
diff
changeset
|
4143 faq.texi file) rather than ../info/faq. |
9e6b179f629d
(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25916
diff
changeset
|
4144 |
25916 | 4145 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
4146 | |
4147 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode. | |
4148 (../info/ada-mode, ada-mode.dvi): New targets. | |
4149 | |
25839 | 4150 1999-09-01 Dave Love <fx@gnu.org> |
4151 | |
4152 * Makefile.in: Add faq. | |
4153 | |
25829 | 4154 1999-07-12 Richard Stallman <rms@gnu.org> |
4155 | |
4156 * Version 20.4 released. | |
4157 | |
4158 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
4159 | |
4160 * Makefile.in (INFO_TARGETS): Delete customize.info. | |
4161 (DVI_TARGETS): Delete customize.dvi. | |
4162 (../info/customize, customize.dvi): Targets deleted. | |
36737
71af0a08c2cc
Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents:
36549
diff
changeset
|
4163 |
25829 | 4164 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> |
4165 | |
4166 * Version 20.3 released. | |
4167 | |
4168 1998-05-06 Richard Stallman <rms@psilocin.gnu.org> | |
4169 | |
4170 * Makefile.in (EMACSSOURCES): Add mule.texi. | |
4171 Add msdog.texi, ack.texi. Remove gnu1.texi. | |
36737
71af0a08c2cc
Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents:
36549
diff
changeset
|
4172 |
25829 | 4173 1998-04-06 Andreas Schwab <schwab@gnu.org> |
4174 | |
4175 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use | |
4176 it in dvi targets. | |
4177 (../etc/GNU): Change to $(srcdir) first. | |
4178 | |
4179 1998-03-11 Carsten Dominik <cd@delysid.gnu.org> | |
4180 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4181 * reftex.texi: Update for RefTeX version 3.22. |
25829 | 4182 |
4183 1998-02-08 Richard Stallman <rms@psilocin.gnu.org> | |
4184 | |
4185 * Makefile.in (reftex.dvi, ../info/reftex): New targets. | |
4186 (INFO_TARGETS, DVI_TARGETS): Add the new targets. | |
4187 | |
4188 1997-09-23 Paul Eggert <eggert@twinsun.com> | |
4189 | |
4190 * Makefile.in: Merge changes mistakenly made to `Makefile'. | |
4191 (INFO_TARGETS): Change ../info/custom to ../info/customize. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4192 (../info/customize): Rename from ../info/custom. |
25829 | 4193 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi. |
4194 | |
4195 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4196 | |
4197 * Version 20.2 released. | |
4198 | |
4199 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4200 | |
4201 * Version 20.1 released. | |
4202 | |
4203 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4204 | |
4205 * Makefile (../info/customize, customize.dvi): New targets. | |
4206 (INFO_TARGETS): Add ../info/customize. | |
4207 (DVI_TARGETS): Add customize.dvi. | |
4208 | |
4209 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4210 | |
4211 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep. | |
4212 | |
4213 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4214 | |
4215 * Version 19.33 released. | |
4216 | |
4217 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4218 | |
4219 * Version 19.32 released. | |
4220 | |
4221 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
4222 | |
4223 * Makefile.in: Add rules for the Message manual. | |
4224 | |
4225 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
4226 | |
4227 * gnus.texi: New version. | |
4228 | |
4229 * message.texi: New manual. | |
4230 | |
4231 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4232 | |
4233 * Makefile.in (All info targets): cd $(srcdir) to do the work. | |
4234 | |
4235 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4236 | |
4237 * Makefile.in (All info targets): Specify $(srcdir) in input files. | |
4238 Specify -I option. | |
4239 (All dvi targets): Set the TEXINPUTS variable. | |
36737
71af0a08c2cc
Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents:
36549
diff
changeset
|
4240 |
25829 | 4241 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> |
4242 | |
4243 * Version 19.31 released. | |
4244 | |
4245 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
4246 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4247 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode. |
25829 | 4248 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS. |
4249 | |
4250 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4251 | |
4252 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets. | |
4253 (INFO_TARGETS): Add ../info/cc-mode. | |
4254 (DVI_TARGETS): Add cc-mode.dvi. | |
4255 | |
4256 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4257 | |
4258 * Version 19.30 released. | |
4259 | |
4260 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
4261 | |
4262 * gnus.texi: New file. | |
4263 | |
4264 1995-11-04 Erik Naggum <erik@naggum.no> | |
4265 | |
4266 * gnus.texi: File deleted. | |
4267 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49596
diff
changeset
|
4268 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org> |
25829 | 4269 |
4270 * mh-e.texi: "Function Index" -> "Command Index" to work with | |
4271 Emacs 19.30 C-h C-k support of separately-documented commands. | |
4272 | |
4273 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4274 | |
4275 * Makefile.in (../info/ediff, ediff.dvi): New targets. | |
4276 (INFO_TARGETS, DVI_TARGETS): Add those new targets. | |
4277 | |
4278 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4279 | |
4280 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets. | |
4281 (../info/viper, viper.dvi): New targets. | |
4282 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49596
diff
changeset
|
4283 1995-04-20 Kevin Rodgers <kevinr@ihs.com> |
25829 | 4284 |
4285 * dired-x.texi (Installation): Change the example to set | |
4286 buffer-local variables like dired-omit-files-p in | |
4287 dired-mode-hook. | |
4288 | |
4289 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4290 | |
4291 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets. | |
4292 (../info/mh-e, mh-e.dvi): New targets. | |
4293 | |
4294 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu> | |
4295 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4296 * Makefile.in (maintainer-clean): Rename from realclean. |
25829 | 4297 |
4298 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4299 | |
4300 * Makefile.in: New file. | |
4301 * Makefile: File deleted. | |
4302 | |
4303 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4304 | |
4305 * Makefile (TEXINDEX_OBJS): Variable deleted. | |
4306 (texindex, texindex.o, getopt.o): Rules deleted. | |
4307 All deps on texindex deleted. | |
4308 (distclean): Don't delete texindex. | |
4309 (mostlyclean): Don't delete *.o. | |
4310 * texindex.c, getopt.c: Files deleted. | |
4311 | |
4312 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4313 | |
4314 * Version 19.26 released. | |
4315 | |
4316 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu) | |
4317 | |
4318 * Makefile (EMACSSOURCES): Exclude undo.texi. | |
4319 | |
4320 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4321 | |
4322 * Version 19.25 released. | |
4323 | |
4324 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4325 | |
4326 * Version 19.24 released. | |
4327 | |
4328 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4329 | |
4330 * Version 19.23 released. | |
4331 | |
4332 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4333 | |
4334 * Makefile: Delete spurious tab. | |
4335 | |
4336 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4337 | |
4338 * Makefile (.SUFFIXES): New rule. | |
4339 | |
4340 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4341 | |
4342 * Makefile (dired-x.dvi, ../info/dired-x): New targets. | |
4343 (INFO_TARGETS, DVI_TARGETS): Add the new targets. | |
4344 | |
4345 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4346 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4347 * Makefile (../info/sc): Rename frin sc.info. |
25829 | 4348 (../info/cl): Likewise. |
4349 (INFO_TARGETS): Use new names. | |
4350 | |
4351 1993-12-04 Richard Stallman (rms@srarc2) | |
4352 | |
4353 * getopt.c: New file. | |
4354 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src. | |
4355 (getopt.o): New rule. | |
4356 (dvi): Don't depend on texindex. | |
4357 (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi): | |
4358 Depend on texindex. | |
4359 | |
4360 1993-12-03 Richard Stallman (rms@srarc2) | |
4361 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4362 * Makefile (../info/sc.info): Rename from ../info/sc. |
25829 | 4363 (TEXI2DVI): New variable. |
4364 (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi): | |
4365 Add explicit commands. | |
4366 (TEXINDEX_OBJS): Delete duplicate getopt.o. | |
4367 | |
4368 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4369 | |
4370 * Version 19.22 released. | |
4371 | |
4372 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4373 | |
4374 * Makefile (TEXINDEX_OBJS): Delete spurious period. | |
4375 | |
4376 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4377 | |
4378 * Version 19.21 released. | |
4379 | |
4380 1993-11-15 Paul Eggert (eggert@twinsun.com) | |
4381 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4382 * man/Makefile (../info/cl.info): Rename from ../info/cl. |
25829 | 4383 |
4384 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4385 | |
4386 * Makefile (../etc/GNU): New target. | |
4387 (EMACSSOURCES): Add gnu1.texi. | |
4388 | |
4389 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4390 | |
4391 * Makefile (realclean): Don't delete the Info files. | |
4392 | |
4393 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu) | |
4394 | |
4395 * forms.texi: Fix forms.texi so that it will format correctly. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4396 Add missing `@end iftex', fix bad reference. |
25829 | 4397 |
4398 * info.texi, info-stn.texi: New files implement texinfo version of | |
4399 `info' file. | |
4400 | |
47285 | 4401 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x |
25829 | 4402 4' where appropriate. |
4403 | |
4404 1993-10-20 Brian Fox (bfox@ai.mit.edu) | |
4405 | |
4406 * Makefile: Fix targets for texindex, new info.texi files. | |
4407 * info-stnd.texi: New file implements info for standalone info | |
4408 reader. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4409 * info.texi: Update to include recent changes to "../info/info". |
25829 | 4410 New source file for ../info/info; includes info-stnd.texi. |
4411 | |
4412 * texindex.c: Include "../src/config.h" if building in emacs. | |
4413 | |
4414 * Makefile: Change all files to FILENAME.texi, force all targets | |
4415 to be FILENAME, not FILENAME.info. This changes sc.texinfo, | |
4416 vip.texinfo, forms.texinfo, cl.texinfo. | |
4417 Add target to build texindex.c, defining `emacs'. | |
4418 | |
4419 * forms.texi: Install new file to match version 2.3 of forms.el. | |
4420 | |
4421 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4422 | |
4423 * Version 19.19 released. | |
4424 | |
4425 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch) | |
4426 | |
4427 * sc.texinfo: Fix info file name. | |
4428 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4429 * Makefile (info): Add gnus and sc. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4430 (dvi): Add gnus.dvi and sc.dvi. |
25829 | 4431 (../info/sc, sc.dvi): New targets. |
4432 | |
4433 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4434 | |
4435 * Version 19.18 released. | |
4436 | |
4437 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4438 | |
4439 * Makefile: Fix source file names of the separate manuals. | |
4440 (gnus.dvi, ../info/gnus): New targets. | |
4441 | |
4442 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4443 | |
4444 * Version 19.17 released. | |
4445 | |
4446 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4447 | |
4448 * split-man: Fix typos in last change. | |
4449 | |
4450 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4451 | |
4452 * Version 19.16 released. | |
4453 | |
4454 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4455 | |
4456 * version 19.15 released. | |
4457 | |
4458 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4459 | |
4460 * Makefile (distclean): It's rm, not rf. | |
4461 | |
4462 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4463 | |
4464 * Version 19.14 released. | |
4465 | |
4466 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4467 | |
4468 * Makefile: New file. | |
4469 | |
4470 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4471 | |
4472 * Version 19.13 released. | |
4473 | |
4474 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4475 | |
4476 * Version 19.9 released. | |
4477 | |
4478 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4479 | |
4480 * Version 19.8 released. | |
4481 | |
4482 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4483 | |
4484 * cmdargs.texi: Document the -i, -itype, and -iconic options. | |
4485 | |
4486 * trouble.texi: It's `enable-flow-control-on', not | |
4487 `evade-flow-control-on'. | |
4488 | |
4489 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4490 | |
4491 * display.texi: Document standard-display-european. | |
4492 | |
4493 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4494 | |
4495 * Version 19.7 released. | |
4496 | |
4497 * emacs.texi: Add a sentence to the top menu mentioning the | |
4498 specific version of Emacs this manual applies to. | |
4499 | |
4500 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4501 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4502 * basic.texi: Document next-line-add-lines variable used to |
25829 | 4503 implement down-arrow. |
4504 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4505 * killing.texi: Document kill-whole-line. |
25829 | 4506 |
4507 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
4508 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4509 * text.texi: Update unix TeX ordering information. |
25829 | 4510 |
4511 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4512 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4513 * news.texi: Mention fill-rectangle in keybinding list. |
25829 | 4514 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4515 * killing.texi: Document fill-rectangle. |
25829 | 4516 |
4517 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4518 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4519 * vc.texi: Bring the docs up to date with VC 5.2. |
25829 | 4520 |
4521 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4522 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4523 * emacs.tex: Mention blackbox and gomoku under Amusements. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4524 Assembler mode is now mentioned and appropriately indexed |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4525 under Programming Modes. |
25829 | 4526 |
40965 | 4527 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu) |
25829 | 4528 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4529 * emacs.tex: Update TeX ordering information. |
25829 | 4530 |
40965 | 4531 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) |
25829 | 4532 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4533 * gnus.texinfo: New file. Removed installation instructions. |
25829 | 4534 |
40965 | 4535 1990-06-26 David Lawrence (tale@geech) |
25829 | 4536 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4537 * emacs.tex: Note that completion-ignored-extensions is not used |
25829 | 4538 to filter out names when all completions are displayed in |
4539 *Completions*. | |
4540 | |
40965 | 4541 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25829 | 4542 |
4543 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h. | |
4544 | |
40965 | 4545 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu) |
25829 | 4546 |
4547 * emacs.tex: Add @findex grep. | |
4548 | |
40965 | 4549 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
25829 | 4550 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4551 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4552 then define `\sc' as the command for smallcaps in Texinfo. This |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4553 means that the @sc command will produce small caps. bfox has |
25829 | 4554 made the corresponding change to makeinfo and texinfm.el. |
4555 | |
40965 | 4556 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) |
25829 | 4557 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4558 * emacs.tex: Correct two typos. No other changes before |
25829 | 4559 Version 19 will be made. |
4560 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4561 * vip.texinfo: Remove menu entry Adding Lisp Code in node |
25829 | 4562 Customization since the menu entry did not point to anything. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
4563 Also add an @finalout command to remove overfull hboxes from the |
25829 | 4564 printed output. |
4565 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4566 * cl.texinfo: Add @bye, \input line and @settitle to file. |
25829 | 4567 This file is clearly intended to be a chapter of some other work, |
4568 but the other work does not yet exist. | |
4569 | |
40965 | 4570 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) |
25829 | 4571 |
4572 * texinfo.texinfo: Three typos corrected. | |
4573 | |
40965 | 4574 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) |
25829 | 4575 |
4576 * emacs.tex: Update information for obtaining TeX distribution from the | |
4577 University of Washington. | |
4578 | |
30994 | 4579 ;; Local Variables: |
52427 | 4580 ;; coding: iso-2022-7bit |
30994 | 4581 ;; End: |
39627 | 4582 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64871
diff
changeset
|
4583 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64871
diff
changeset
|
4584 2003, 2004, 2005 Free Software Foundation, Inc. |
39627 | 4585 Copying and distribution of this file, with or without modification, |
4586 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 4587 |
4588 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd |