Mercurial > emacs
comparison lispref/ChangeLog @ 90103:3ebd9bdb4fe5
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
Update from CVS: man/calc.texi: Add macro for LaTeX for info output.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 13 Feb 2005 07:19:08 +0000 |
parents | 72cf6261961e d17700aac611 |
children | 7e3f621f1dd4 |
comparison
equal
deleted
inserted
replaced
90102:9b4f359c4117 | 90103:3ebd9bdb4fe5 |
---|---|
1 2005-02-10 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * objects.texi (Symbol Type): Minor correction. | |
4 | |
5 2005-02-06 Lute Kamstra <lute@gnu.org> | |
6 | |
7 * modes.texi (Example Major Modes): Fix typos. | |
8 | |
9 2005-02-06 Richard M. Stallman <rms@gnu.org> | |
10 | |
11 * text.texi (Margins): fill-nobreak-predicate can be one function. | |
12 | |
13 * strings.texi (Modifying Strings): clear-string can make unibyte. | |
14 (Formatting Strings): format gives error if values missing. | |
15 | |
16 * positions.texi (Character Motion): Mention default arg | |
17 for forward-char. backward-char refers to forward-char. | |
18 (Word Motion): Mention default arg for forward-word. | |
19 (Buffer End Motion): Mention default arg for beginning-of-buffer. | |
20 Simplify end-of-buffer. | |
21 (Text Lines): Mention default arg for forward-line. | |
22 (List Motion): Mention default arg for beginning/end-of-defun. | |
23 (Skipping Characters): Minor fixes in explaining character-set. | |
24 | |
25 * modes.texi (Major Mode Conventions): Mention "system abbrevs". | |
26 Mode inheritance applies only when default-major-mode is nil. | |
27 Clarifications. | |
28 (Example Major Modes): Update Text mode and Lisp mode examples. | |
29 (Minor Mode Conventions): Mention define-minor-mode at top. | |
30 (Defining Minor Modes): In Hungry example, don't define C-M-DEL. | |
31 (Mode Line Format): Update mode line face display info. | |
32 (Properties in Mode): Mention effect of risky vars. | |
33 (Imenu): Define imenu-add-to-menubar. | |
34 (Font Lock Mode): Add descriptions to menu lines. | |
35 (Faces for Font Lock): Add font-lock-doc-face. | |
36 | |
1 2005-02-05 Lute Kamstra <lute@gnu.org> | 37 2005-02-05 Lute Kamstra <lute@gnu.org> |
2 | 38 |
3 * text.texi (Maintaining Undo): Remove obsolete function. | 39 * text.texi (Maintaining Undo): Remove obsolete function. |
4 | 40 |
5 2005-02-05 Eli Zaretskii <eliz@gnu.org> | 41 2005-02-05 Eli Zaretskii <eliz@gnu.org> |