Mercurial > emacs
annotate doc/lispref/ChangeLog @ 95988:e5fc6d88311c
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 16 Jun 2008 02:07:45 +0000 |
parents | 9f1670294b4d |
children | 117a6addfeb0 |
rev | line source |
---|---|
95988 | 1 2008-06-16 Glenn Morris <rgm@gnu.org> |
2 | |
3 * vol1.texi (EMACSVER): | |
4 * vol2.texi (EMACSVER): Set to 23.0.60. | |
5 | |
6 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text | |
7 as per maintain.info. | |
8 | |
95945 | 9 2008-06-15 Glenn Morris <rgm@gnu.org> |
10 | |
95951 | 11 * makefile.w32-in (manual): Use "23" rather than "21". |
12 | |
13 * Makefile.in (emacsver): New, set by configure. | |
14 (manual): Use emacsver. | |
15 | |
95948 | 16 * intro.texi: Report bugs using M-x report-emacs-bug. |
17 | |
95945 | 18 * elisp.texi (EMACSVER): Remove duplicate, outdated setting. |
19 | |
95881
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
20 2008-06-13 Daniel Engeler <engeler@gmail.com> |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
21 |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
22 * elisp.texi, internals.texi, processes.texi: Add documentation |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
23 about serial port access. |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
24 |
95563
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
25 2008-06-05 Miles Bader <miles@gnu.org> |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
26 |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
27 * display.texi (Displaying Faces): Update to reflect function |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
28 renamings in face-remap.el. |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
29 |
95554
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
30 2008-06-05 Juanma Barranquero <lekktu@gmail.com> |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
31 |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
32 * display.texi (Fontsets): Fix typos. |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
33 |
95515
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
34 2008-06-03 Miles Bader <miles@gnu.org> |
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
35 |
95554
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
36 * display.texi (Displaying Faces): Add add-relative-face-remapping, |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
37 remove-relative-face-remapping, set-base-face-remapping, |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
38 and set-default-base-face-remapping. |
95515
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
39 |
95457
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
40 2008-06-01 Miles Bader <miles@gnu.org> |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
41 |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
42 * display.texi (Displaying Faces): Add face-remapping-alist. |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
43 |
95424
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
44 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
45 |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
46 * tips.texi (Coding Conventions): Do not encourage the use of "-flag" |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
47 variable names. |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
48 |
94636
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
49 2008-05-03 Eric S. Raymond <esr@golux> |
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
50 |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
51 * keymaps.texi: Clarify that (current-local-map) and |
94636
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
52 (current-global-map) return references, not copies. |
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
53 |
94531 | 54 2008-05-02 Juri Linkov <juri@jurta.org> |
55 | |
56 * minibuf.texi (Text from Minibuffer): Document a list of | |
57 default values for `read-from-minibuffer'. | |
58 | |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
59 2008-04-24 Juanma Barranquero <lekktu@gmail.com> |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
60 |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
61 * nonascii.texi (Translation of Characters): Fix previous change. |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
62 |
94196
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
63 2008-04-20 Chong Yidong <cyd@stupidchicken.com> |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
64 |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
65 * display.texi (Overlay Properties): Clarify role of underlying |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
66 textprop and overlay keymaps for display strings. |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
67 |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
68 * keymaps.texi (Active Keymaps): Ditto. |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
69 |
94180
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
70 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
71 |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
72 * minibuf.texi (Programmed Completion): |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
73 Replace dynamic-completion-table with the new completion-table-dynamic. |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
74 |
93813
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
75 2008-04-07 Chong Yidong <cyd@stupidchicken.com> |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
76 |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
77 * intro.texi (Some Terms): Change "fonts in this manual" index |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
78 entry to "typographic conventions". |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
79 |
93703 | 80 2008-04-05 Eli Zaretskii <eliz@gnu.org> |
81 | |
82 * objects.texi (Text Props and Strings): Add indexing for read | |
83 syntax of text properties. | |
84 | |
93202
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
85 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
86 |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
87 * processes.texi (Decoding Output): Remove process-filter-multibyte |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
88 functions. |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
89 |
92978
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
90 2008-03-15 Martin Rudalics <rudalics@gmx.at> |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
91 |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
92 * display.texi (Finding Overlays): Say that empty overlays at |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
93 the end of the buffer are reported too. |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
94 |
92803 | 95 2008-03-13 Glenn Morris <rgm@gnu.org> |
96 | |
97 * elisp.texi (EMACSVER): Set to 23.0.60. | |
98 | |
92238
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
99 2008-02-26 Chong Yidong <cyd@stupidchicken.com> |
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
100 |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
101 * strings.texi (Formatting Strings): Treat - and 0 as flag characters. |
92238
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
102 |
92097 | 103 2008-02-22 Glenn Morris <rgm@gnu.org> |
104 | |
105 * frames.texi (Position Parameters): Clarify the description of | |
106 `left' and `top', using information from "Geometry". | |
107 (Geometry): Give a pointer to "Position Parameters", rather than | |
108 repeating information. | |
109 | |
91743 | 110 2008-02-11 Glenn Morris <rgm@gnu.org> |
111 | |
112 * objects.texi (Equality Predicates): No longer talk about "two" | |
113 functions. | |
114 | |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
115 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change) |
91743 | 116 |
117 * objects.texi (Equality Predicates): Add defun for | |
118 equal-including-properties. | |
119 | |
91714 | 120 2008-02-10 Glenn Morris <rgm@gnu.org> |
121 | |
122 * objects.texi (Equality Predicates): | |
123 Mention equal-including-properties. | |
124 | |
92148 | 125 2008-02-07 Richard Stallman <rms@gnu.org> |
126 | |
127 * windows.texi (Window Start): Mention the feature of moving | |
128 window-start to start of line. | |
129 | |
93309 | 130 2008-02-07 Jan Djärv <jan.h.d@swipnet.se> |
91625 | 131 |
132 * keymaps.texi (Tool Bar): Document rtl property. | |
133 | |
88020
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
134 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
135 |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
136 * display.texi (Button Types): |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
137 For define-button-type, clarify type of NAME. |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
138 |
87903 | 139 2008-01-19 Martin Rudalics <rudalics@gmx.at> |
140 | |
141 * buffers.texi (Buffer Modification): Fix typo. | |
142 | |
87595
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
143 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
144 |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
145 * os.texi (System Environment): Remove references to OSes that are |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
146 not supported anymore. |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
147 |
87593
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
148 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
149 |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
150 * os.texi (System Environment): Remove mention for Masscomp. |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
151 |
87649 | 152 2008-01-04 Richard Stallman <rms@gnu.org> |
153 | |
154 * display.texi (Faces): Don't talk about internal face vector as arg | |
155 to facep. | |
156 | |
157 * customize.texi (Type Keywords): Fix previous change. | |
158 | |
159 * text.texi (Links and Mouse-1): Fix xref for commands.texi change. | |
160 * elisp.texi (Top): Fix menu for commands.texi change. | |
161 | |
87519
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
162 2007-12-30 Richard Stallman <rms@gnu.org> |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
163 |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
164 * commands.texi (Accessing Mouse): Renamed from Accessing Events. |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
165 (Accessing Scroll): New node broken out of Accessing Mouse. |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
166 |
87453 | 167 2007-12-28 Richard Stallman <rms@gnu.org> |
168 | |
169 * frames.texi (Size Parameters): Fix typo. | |
170 (Basic Parameters): For `title', refer to title bar. | |
171 (Size and Position): Explain meaning of frame pixel width and height. | |
172 | |
173 2007-12-23 Richard Stallman <rms@gnu.org> | |
174 | |
175 * customize.texi (Type Keywords): Uncomment :validate and clarify it. | |
176 Improve some of the commented-out keywords' text too. | |
177 | |
87275
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
178 2007-12-14 Martin Rudalics <rudalics@gmx.at> |
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
179 |
87277
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
180 * nonascii.texi (Encoding and I/O): Reword to avoid saying |
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
181 "visit the current buffer". |
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
182 |
87275
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
183 * os.texi (System Interface): Fix typo. |
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
184 |
87098 | 185 2007-12-04 Richard Stallman <rms@gnu.org> |
186 | |
187 * objects.texi (Symbol Type): Fix typo. | |
188 | |
189 2007-12-03 Richard Stallman <rms@gnu.org> | |
190 | |
191 * hooks.texi (Standard Hooks): Add link to Hooks for Loading. | |
192 | |
86883 | 193 2007-12-01 Glenn Morris <rgm@gnu.org> |
194 | |
195 * functions.texi (Declaring Functions): Improve previous change. | |
196 | |
86846 | 197 2007-11-30 Glenn Morris <rgm@gnu.org> |
198 | |
199 * functions.texi (Declaring Functions): Add optional fourth | |
200 argument of declare-function, and setting third argument to `t'. | |
201 | |
87098 | 202 2007-11-29 Richard Stallman <rms@gnu.org> |
203 | |
204 * customize.texi (Composite Types): Document `group' type. | |
205 | |
86825 | 206 2007-11-29 Glenn Morris <rgm@gnu.org> |
207 | |
208 * functions.texi (Declaring Functions): Add findex. Mention | |
209 `external' files. | |
210 | |
86448
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
211 2007-11-26 Juanma Barranquero <lekktu@gmail.com> |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
212 |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
213 * functions.texi (Declaring Functions): Fix directive. |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
214 |
86439
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
215 2007-11-25 Richard Stallman <rms@gnu.org> |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
216 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
217 * help.texi (Help Functions): Clean up last change. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
218 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
219 * advice.texi (Preactivation, Activation of Advice): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
220 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
221 * loading.texi (Named Features): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
222 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
223 * macros.texi (Eval During Expansion): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
224 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
225 * variables.texi (Variable Aliases): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
226 |
86409
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
227 2007-11-24 Richard Stallman <rms@gnu.org> |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
228 |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
229 * functions.texi (Declaring Functions): Clarify previous change. |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
230 |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
231 * compile.texi (Compiler Errors): Clarify previous change. |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
232 |
87098 | 233 2007-11-24 Richard Stallman <rms@gnu.org> |
234 | |
235 * display.texi (Refresh Screen, Forcing Redisplay): | |
236 Clarify the text and move items around. | |
237 | |
86385 | 238 2007-11-24 Glenn Morris <rgm@gnu.org> |
239 | |
240 * functions.texi (Declaring Functions): New section. | |
241 * compile.texi (Compiler Errors): Mention declaring functions, | |
242 defvar with no initvalue, and byte-compile-warnings. | |
243 | |
86086
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
244 2007-11-15 Martin Rudalics <rudalics@gmx.at> |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
245 |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
246 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing. |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
247 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing. |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
248 |
86052
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
249 2007-11-13 Martin Rudalics <rudalics@gmx.at> |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
250 |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
251 * help.texi (Help Functions): Document new macro `with-help-window'. |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
252 |
86021 | 253 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net> |
254 | |
255 * searching.texi (Replacing Match): Describe new | |
256 `match-substitute-replacement'. | |
257 | |
85824
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
258 2007-10-31 Richard Stallman <rms@gnu.org> |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
259 |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
260 * strings.texi (Creating Strings): Null strings from concat not unique. |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
261 |
85664
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
262 2007-10-26 Richard Stallman <rms@gnu.org> |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
263 |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
264 * objects.texi (Equality Predicates): Null strings are uniquified. |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
265 |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
266 * minibuf.texi: Minor clarifications in previous change. |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
267 |
85627 | 268 2007-10-25 Glenn Morris <rgm@gnu.org> |
269 | |
270 * customize.texi (Variable Definitions): Add :risky and :safe keywords. | |
271 | |
85688 | 272 2007-10-24 Richard Stallman <rms@gnu.org> |
273 | |
274 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. | |
275 | |
276 * variables.texi (Frame-Local Variables): Node deleted. | |
277 (Variables): Delete Frame-Local Variables from menu. | |
278 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local) | |
279 (Default Value): Don't mention frame-local vars. | |
280 | |
281 * os.texi (Idle Timers): current-idle-time returns nil if not idle. | |
282 | |
283 * loading.texi (Unloading): Document FEATURE-unload-function | |
284 instead of FEATURE-unload-hook. | |
285 | |
286 * frames.texi (Multiple Displays): Don't mention frame-local vars. | |
287 | |
85523 | 288 2007-10-22 Juri Linkov <juri@jurta.org> |
289 | |
290 * minibuf.texi (Text from Minibuffer, Minibuffer Completion) | |
291 (High-Level Completion): Document a list of default value strings | |
292 in the DEFAULT argument, for which minibuffer functions return the | |
293 first element. | |
294 | |
85385 | 295 2007-10-17 Juri Linkov <juri@jurta.org> |
296 | |
297 * text.texi (Filling): Update arguments of fill-paragraph. | |
298 fill-paragraph operates on the active region in Transient Mark mode. | |
299 Remove fill-paragraph-or-region. | |
300 | |
85285
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
301 2007-10-13 Karl Berry <karl@gnu.org> |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
302 |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
303 * elisp.texi (@dircategory): Move to after @copying, |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
304 since we want @copying as close as possible to the beginning of |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
305 the output. |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
306 |
85311 | 307 2007-10-12 Richard Stallman <rms@gnu.org> |
308 | |
309 * elisp.texi (Top): Add Distinguish Interactive to subnode menu. | |
310 | |
311 * commands.texi (Distinguish Interactive): New node, | |
312 broken out from Interactive Call and rewritten. | |
313 (Command Loop): Put Distinguish Interactive in menu. | |
314 | |
315 2007-10-09 Richard Stallman <rms@gnu.org> | |
316 | |
317 * text.texi (Examining Properties): Mention overlay priority. | |
318 | |
319 * display.texi (Display Margins): Correct the description | |
320 of margin display specifications. | |
321 (Replacing Specs): New subnode broken out of Display Property. | |
322 | |
85080 | 323 2007-10-06 Juri Linkov <juri@jurta.org> |
324 | |
325 * text.texi (Filling): Document fill-paragraph-or-region. | |
326 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
327 2007-10-05 Juanma Barranquero <lekktu@gmail.com> |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
328 |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
329 * display.texi (Auto Faces): Fix typo. |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
330 |
85114 | 331 2007-10-02 Richard Stallman <rms@gnu.org> |
332 | |
333 * display.texi (Display Property): Explain some display specs | |
334 don't let you move point in. | |
335 | |
336 * frames.texi (Cursor Parameters): Describe | |
337 cursor-in-non-selected-windows here. Explain more values. | |
338 | |
339 * windows.texi (Basic Windows): Don't describe | |
340 cursor-in-non-selected-windows here. | |
341 | |
342 2007-10-01 Eli Zaretskii <eliz@gnu.org> | |
343 | |
344 * processes.texi (Misc Network): Note that these functions are | |
345 supported only on some systems. | |
346 | |
85005
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
347 2007-10-01 Richard Stallman <rms@gnu.org> |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
348 |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
349 * display.texi (Overlay Properties): Explain nil as priority. |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
350 Explain that conflicts are unpredictable if not resolved by |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
351 priorities. |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
352 |
84809
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
353 2007-09-23 Richard Stallman <rms@gnu.org> |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
354 |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
355 * macros.texi (Backquote): Minor clarification. |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
356 |
85114 | 357 2007-09-19 Richard Stallman <rms@gnu.org> |
358 | |
359 * display.texi (Display Property): Explain multiple display specs. | |
360 Clarify when they work in parallel and when one overrides. | |
361 Fix error in example. | |
362 | |
84113 | 363 2007-09-06 Glenn Morris <rgm@gnu.org> |
364 | |
365 * Move from lispref/ to doc/lispref/. Change all setfilename | |
366 commands to use ../../info. | |
367 * Makefile.in (infodir): Go up one more level. | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
368 (usermanualdir): Change from ../man to ../emacs. |
84113 | 369 (miscmanualdir): New. |
370 (dist): Use new variable miscmanualdir. | |
371 * makefile.w32-in (infodir, texinputdir): Go up one more level. | |
372 (usermanualdir): Change from ../man to ../emacs. | |
373 | |
85114 | 374 2007-08-30 Martin Rudalics <rudalics@gmx.at> |
375 | |
376 * commands.texi (Command Loop Info): Advise against changing | |
377 most variables described here. Explain new variable | |
378 last-repeatable-command. | |
379 | |
84043 | 380 2007-08-29 Glenn Morris <rgm@gnu.org> |
381 | |
382 * elisp.texi (EMACSVER): Increase to 23.0.50. | |
383 | |
384 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu> | |
385 | |
386 * frames.texi (Basic Parameters): Add display-environment-variable | |
387 and term-environment-variable. | |
388 | |
389 2007-08-28 Juri Linkov <juri@jurta.org> | |
390 | |
391 * display.texi (Image Formats, Other Image Types): Add SVG. | |
392 | |
393 2007-08-28 Juri Linkov <juri@jurta.org> | |
394 | |
395 * display.texi (Images): Move formats-related text to new node | |
396 "Image Formats". | |
397 (Image Formats): New node. | |
398 | |
85114 | 399 2007-08-27 Richard Stallman <rms@gnu.org> |
400 | |
401 * windows.texi (Window Configurations): Clarify what | |
402 a window configuration saves. | |
403 | |
84043 | 404 2007-08-25 Richard Stallman <rms@gnu.org> |
405 | |
406 * display.texi (Images): Delete redundant @findex. | |
407 | |
408 2007-08-16 Richard Stallman <rms@gnu.org> | |
409 | |
410 * processes.texi (Asynchronous Processes): Clarify | |
411 doc of start-file-process. | |
412 | |
413 2007-08-08 Martin Rudalics <rudalics@gmx.at> | |
414 | |
415 * modes.texi (Example Major Modes): Fix typo. | |
416 | |
417 2007-08-08 Glenn Morris <rgm@gnu.org> | |
418 | |
419 * intro.texi (nil and t): Do not use `iff' in documentation. | |
420 | |
421 * tips.texi (Documentation Tips): Recommend against `iff'. | |
422 | |
423 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | |
424 | |
425 * display.texi (Image Cache): Document image-refresh. | |
426 | |
427 2007-08-06 Martin Rudalics <rudalics@gmx.at> | |
428 | |
429 * windows.texi (Size of Window): Document window-full-width-p. | |
430 | |
431 2007-07-25 Glenn Morris <rgm@gnu.org> | |
432 | |
433 * gpl.texi (GPL): Replace license with GPLv3. | |
434 | |
435 * Relicense all FSF files to GPLv3 or later. | |
436 | |
437 2007-07-24 Michael Albinus <michael.albinus@gmx.de> | |
438 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
439 * processes.texi (Synchronous Processes): |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
440 Add `process-file-shell-command'. |
84043 | 441 (Asynchronous Processes): Mention restricted use of |
442 `process-filter' and `process-sentinel' in | |
443 `start-file-process'. Add `start-file-process-shell-command'. | |
444 | |
445 2007-07-17 Michael Albinus <michael.albinus@gmx.de> | |
446 | |
447 * files.texi (Magic File Names): Introduce optional parameter | |
448 IDENTIFICATION for `file-remote-p'. | |
449 | |
450 2007-07-16 Richard Stallman <rms@gnu.org> | |
451 | |
452 * display.texi (Defining Faces): Fix previous change. | |
453 | |
454 2007-07-14 Richard Stallman <rms@gnu.org> | |
455 | |
456 * control.texi (Handling Errors): Document `debug' in handler list. | |
457 | |
458 2007-07-10 Richard Stallman <rms@gnu.org> | |
459 | |
460 * display.texi (Defining Faces): Explain C-M-x feature for defface. | |
461 | |
462 2007-07-09 Richard Stallman <rms@gnu.org> | |
463 | |
464 * files.texi (Magic File Names): Rewrite previous change. | |
465 | |
466 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | |
467 | |
468 * files.texi (Magic File Names): Introduce optional parameter | |
469 CONNECTED for `file-remote-p'. | |
470 | |
471 2007-07-07 Michael Albinus <michael.albinus@gmx.de> | |
472 | |
473 * processes.texi (Asynchronous Processes): | |
474 * files.texi (Magic File Names): Add `start-file-process'. | |
475 | |
476 2007-06-27 Richard Stallman <rms@gnu.org> | |
477 | |
478 * files.texi (Format Conversion Piecemeal): Clarify | |
479 `after-insert-file-functions' calling convention. | |
480 | |
481 2007-06-27 Michael Albinus <michael.albinus@gmx.de> | |
482 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
483 * files.texi (Magic File Names): Remove `dired-call-process'. |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
484 Add `process-file'. |
84043 | 485 |
486 2007-06-27 Kenichi Handa <handa@m17n.org> | |
487 | |
488 * text.texi (Special Properties): Fix description about | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
489 `composition' property. |
84043 | 490 |
491 2007-06-26 Kenichi Handa <handa@m17n.org> | |
492 | |
493 * nonascii.texi (Default Coding Systems): Document about the | |
494 return value `undecided'. | |
495 | |
496 2007-06-25 David Kastrup <dak@gnu.org> | |
497 | |
498 * keymaps.texi (Active Keymaps): Document new POSITION argument of | |
499 `current-active-maps'. | |
500 | |
501 2007-06-24 Karl Berry <karl@gnu.org> | |
502 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
503 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text. |
84043 | 504 |
505 2007-06-15 Juanma Barranquero <lekktu@gmail.com> | |
506 | |
507 * display.texi (Overlay Arrow): Doc fix. | |
508 | |
509 2007-06-14 Karl Berry <karl@tug.org> | |
510 | |
511 * anti.texi (Antinews): Typo. | |
512 | |
513 2007-06-14 Chong Yidong <cyd@stupidchicken.com> | |
514 | |
515 * display.texi (Image Cache): Document image-refresh. | |
516 | |
517 2007-06-12 Karl Berry <karl@gnu.org> | |
518 | |
519 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update. | |
520 * two-volume.make: New file. | |
521 * .cvsignore: Ignore two-volume files. | |
522 | |
523 2007-06-12 Tom Tromey <tromey@redhat.com> | |
524 | |
525 * os.texi (Init File): Document user-emacs-directory. | |
526 | |
527 2007-06-03 Nick Roberts <nickrob@snap.net.nz> | |
528 | |
529 * commands.texi (Click Events): Describe width and height when | |
530 object is nil. | |
531 | |
532 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | |
533 | |
534 * commands.texi (Click Events): Layout more logically. Describe | |
535 width and height. | |
536 (Drag Events, Motion Events): Update to new format for position. | |
537 | |
538 2007-06-02 Richard Stallman <rms@gnu.org> | |
539 | |
540 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces. | |
541 | |
542 2007-06-02 Chong Yidong <cyd@stupidchicken.com> | |
543 | |
544 * Version 22.1 released. | |
545 | |
546 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
547 | |
548 * text.texi (Special Properties): Correct meaning of fontified face. | |
549 | |
550 2007-05-30 Richard Stallman <rms@gnu.org> | |
551 | |
552 * text.texi (Special Properties): Add link to Adjusting Point. | |
553 | |
554 2007-05-12 Richard Stallman <rms@gnu.org> | |
555 | |
556 * text.texi (Margins): indent-to-left-margin is not the default. | |
557 (Mode-Specific Indent): For indent-line-function, the default | |
558 is indent-relative. | |
559 | |
560 * modes.texi (Example Major Modes): Explain last line of text-mode | |
561 is redundant. | |
562 | |
563 2007-05-10 Richard Stallman <rms@gnu.org> | |
564 | |
565 * keymaps.texi (Scanning Keymaps): Update where-is-internal example. | |
566 | |
567 * help.texi (Keys in Documentation): Add reference to | |
568 Documentation Tips. | |
569 | |
570 * files.texi (Format Conversion): TO-FN gets three arguments. | |
571 | |
572 * modes.texi (Auto Major Mode): Document file-start-mode-alist. | |
573 | |
574 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org> | |
575 | |
576 * elisp.texi (Top): Remove "Saving Properties" from detailed menu. | |
577 * files.texi (Format Conversion): Expand intro; add menu. | |
578 (Format Conversion Overview, Format Conversion Round-Trip) | |
579 (Format Conversion Piecemeal): New nodes/subsections. | |
580 * hooks.texi: Xref "Format Conversion" , not "Saving Properties". | |
581 * text.texi (Text Properties): Remove "Saving Properties" from menu. | |
582 (Saving Properties): Delete node/subsection. | |
583 | |
584 2007-05-07 Karl Berry <karl@gnu.org> | |
585 | |
586 * elisp.texi (EMACSVER): Back to 22. | |
587 | |
588 2007-05-06 Richard Stallman <rms@gnu.org> | |
589 | |
590 * processes.texi (Accepting Output): Revert most of previous change. | |
591 | |
592 2007-05-05 Richard Stallman <rms@gnu.org> | |
593 | |
594 * processes.texi (Accepting Output): accept-process-output | |
595 uses microseconds, not milliseconds. But that arg is obsolete. | |
596 | |
597 2007-05-04 Karl Berry <karl@tug.org> | |
598 | |
599 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. | |
600 | |
601 2007-05-04 Eli Zaretskii <eliz@gnu.org> | |
602 | |
603 * tips.texi (Documentation Tips): Rearrange items to place the | |
604 more important ones first. Add an index entry for hyperlinks. | |
605 | |
606 2007-05-03 Karl Berry <karl@gnu.org> | |
607 | |
608 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. | |
609 (EMACSVER) [smallbook]: 22 for printed version. | |
610 | |
611 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | |
612 so restore anchor to normal position after defun. Found by Kevin Ryde. | |
613 | |
614 2007-04-26 Glenn Morris <rgm@gnu.org> | |
615 | |
616 * elisp.texi (EMACSVER): Increase to 22.1.50. | |
617 | |
618 2007-04-28 Karl Berry <karl@gnu.org> | |
619 | |
620 * elisp.texi: Improve line breaks on copyright page, | |
621 similar layout to emacs manual, 8.5x11 by default. | |
622 | |
623 2007-04-24 Richard Stallman <rms@gnu.org> | |
624 | |
625 * text.texi (Special Properties): Add xref to Overlay Properties. | |
626 | |
627 * display.texi (Overlay Properties): Add xref to Special Properties. | |
628 | |
629 2007-04-22 Richard Stallman <rms@gnu.org> | |
630 | |
631 * keymaps.texi (Extended Menu Items): Move the info about | |
632 format with cached keyboard binding. | |
633 | |
634 2007-04-21 Richard Stallman <rms@gnu.org> | |
635 | |
636 * text.texi (Special Properties): Clarify previous change. | |
637 | |
638 * files.texi (File Name Expansion): Clarify previous change. | |
639 | |
640 * display.texi (Attribute Functions): Fix example for | |
641 face-attribute-relative-p. | |
642 | |
643 2007-04-19 Kenichi Handa <handa@m17n.org> | |
644 | |
645 * text.texi (Special Properties): Document composition property. | |
646 | |
647 2007-04-19 Glenn Morris <rgm@gnu.org> | |
648 | |
649 * files.texi (File Name Expansion): Mention "superroot". | |
650 | |
651 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | |
652 | |
653 * frames.texi (Multiple Displays): Add note about "multi-monitor" | |
654 setups. | |
655 (Display Feature Testing): Note that display refers to all | |
656 physical monitors for multi-monitor setups. | |
657 | |
658 2007-04-14 Richard Stallman <rms@gnu.org> | |
659 | |
660 * lists.texi (Sets And Lists): Clarify `delete' examples. | |
661 Remove spurious xref to same node. | |
662 Clarify xref for add-to-list. | |
663 | |
664 2007-04-12 Nick Roberts <nickrob@snap.net.nz> | |
665 | |
666 * keymaps.texi (Format of Keymaps): Remove spurious ")" from | |
667 value of lisp-mode-map. | |
668 | |
669 2007-04-11 Karl Berry <karl@gnu.org> | |
670 | |
671 * anti.texi (Antinews): | |
672 * display.texi (Overlay Properties, Defining Images): | |
673 * processes.texi (Synchronous Processes, Sentinels): | |
674 * syntax.texi (Syntax Table Internals): | |
675 * searching.texi (Regexp Special): | |
676 * nonascii.texi (Default Coding Systems): | |
677 * text.texi (Special Properties): | |
678 * minibuf.texi (Basic Completion): Wording to improve breaks in | |
679 8.5x11 format. | |
680 * elisp.texi (smallbook): New @set to more easily switch between | |
681 smallbook and 8.5x11. | |
682 | |
683 2007-04-11 Richard Stallman <rms@gnu.org> | |
684 | |
685 * text.texi (Lazy Properties): Minor fix. | |
686 | |
687 2007-04-08 Karl Berry <karl@gnu.org> | |
688 | |
689 * symbols.texi (Plists and Alists): Period after "vs" in index entries. | |
690 * macros.texi (Backquote): Downcase Backquote in index entries for | |
691 consistency. | |
692 | |
693 2007-04-08 Richard Stallman <rms@gnu.org> | |
694 | |
695 * text.texi (Adaptive Fill): Just describe default, | |
696 don't show it (since it contains non-ASCII chars). | |
697 | |
698 2007-04-07 Karl Berry <karl@gnu.org> | |
699 | |
700 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in | |
701 adaptive-fill-regexp's value, since they are not in the standard | |
702 TeX fonts. | |
703 | |
704 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com> | |
705 | |
706 * display.texi (Defining Faces): Fix example. | |
707 | |
708 2007-04-07 Karl Berry <karl@gnu.org> | |
709 | |
710 * display.texi (Button Buffer Commands): Improve page break. | |
711 | |
712 2007-04-07 Richard Stallman <rms@gnu.org> | |
713 | |
714 * advice.texi (Activation of Advice): Remove redundant index entry. | |
715 | |
716 * backups.texi: Improve index entries. Remove redundant ones. | |
717 | |
718 * compile.texi (Byte Compilation): Improve index entry. | |
719 | |
720 * hash.texi (Creating Hash): Improve index entry. | |
721 | |
722 * symbols.texi (Definitions): Improve index entry. | |
723 | |
724 * edebug.texi: Improve index entries. Remove redundant/useless ones. | |
725 | |
726 * maps.texi (Standard Keymaps): Remove useless index entry. | |
727 | |
728 * help.texi (Documentation Basics): Remove redundant index entries. | |
729 | |
730 * customize.texi: Improve index entries. | |
731 Remove redundant/useless ones. | |
732 | |
733 * locals.texi (Standard Buffer-Local Variables): Clarify intro text. | |
734 | |
735 * streams.texi (Output Variables): Improve index entry. | |
736 | |
737 * abbrevs.texi (Abbrevs): Remove useless index entry. | |
738 | |
739 * macros.texi (Expansion): Remove useless index entry. | |
740 | |
741 * text.texi: Improve index entries. Remove redundant/useless ones. | |
742 (Text Properties, Examining Properties) | |
743 (Special Properties): Use "property category" instead of "category" | |
744 to refer to the `category' property. | |
745 | |
746 * positions.texi: Improve index entries. Remove useless one. | |
747 | |
748 * lists.texi: Improve index entries. Remove redundant/useless ones. | |
749 | |
750 * os.texi: Improve index entries. | |
751 (Timers): Fix previous change. | |
752 | |
753 * buffers.texi: Improve index entries. | |
754 (Modification Time): Get rid of term "obsolete buffer". | |
755 | |
756 * debugging.texi: Improve index entries. | |
757 (Test Coverage): Add xref to other test coverage ftr. | |
758 | |
759 * eval.texi: Improve index entry. Remove redundant ones. | |
760 | |
761 * numbers.texi: Improve index entries. Remove redundant/useless ones. | |
762 | |
763 * files.texi: Improve index entries. Remove redundant/useless ones. | |
764 | |
765 * objects.texi: Improve index entries. | |
766 | |
767 * processes.texi: Improve index entries. | |
768 | |
769 * modes.texi: Improve index entry. Remove redundant one. | |
770 | |
771 * nonascii.texi: Improve index entries. | |
772 | |
773 * internals.texi: Improve index entries. | |
774 | |
775 * syntax.texi: Improve index entries. | |
776 | |
777 * keymaps.texi (Active Keymaps): Improve index entries. | |
778 | |
779 * commands.texi: Improve index entries. Remove redundant/useless ones. | |
780 | |
781 * frames.texi: Improve index entries. Remove redundant/useless ones. | |
782 | |
783 * markers.texi: Improve index entries. Remove redundant ones. | |
784 | |
785 * tips.texi: Improve index entries. | |
786 | |
787 * loading.texi (Unloading): Improve index entry. | |
788 | |
789 * variables.texi: Improve index entries. Remove redundant one. | |
790 | |
791 * sequences.texi: Improve index entry. | |
792 | |
793 * display.texi: Improve index entries. Remove redundant ones. | |
794 | |
795 * windows.texi: Improve index entries. | |
796 | |
797 * searching.texi: Improve index entries. Remove redundant one. | |
798 | |
799 * strings.texi (Case Tables): Improve last change. | |
800 | |
801 2007-04-04 Chong Yidong <cyd@stupidchicken.com> | |
802 | |
803 * strings.texi (Case Tables): Document with-case-table and | |
804 ascii-case-table. | |
805 | |
806 2007-04-03 Karl Berry <karl@gnu.org> | |
807 | |
808 * processes.texi (Network): Reword to improve page break. | |
809 | |
810 2007-04-03 Eli Zaretskii <eliz@gnu.org> | |
811 | |
812 * functions.texi (Inline Functions): Describe more disadvantages | |
813 of defsubst, and make advice against it stronger. | |
814 | |
815 2007-04-02 Karl Berry <karl@gnu.org> | |
816 | |
817 * backups.texi (Backup Names): Avoid widow words. | |
818 * modes.texi (Example Major Modes): Align last comment. | |
819 | |
820 2007-04-01 Chong Yidong <cyd@stupidchicken.com> | |
821 | |
822 * keymaps.texi (Remapping Commands): Document new arg to | |
823 command-remapping. | |
824 | |
825 2007-04-01 Karl Berry <karl@gnu.org> | |
826 | |
827 * processes.texi (Low-Level Network): Typo. | |
828 * loading.texi (Hooks for Loading): Avoid double "the". | |
829 * keymaps.texi (Key Sequences): No double "and". | |
830 (Changing Key Bindings): Shorten to improve line break. | |
831 | |
832 2007-03-31 Glenn Morris <rgm@gnu.org> | |
833 | |
834 * os.texi (Timers): Fix description of run-at-time TIME formats. | |
835 | |
836 2007-03-31 Richard Stallman <rms@gnu.org> | |
837 | |
838 * display.texi (Invisible Text): Correct buffer-invisibility-spec | |
839 regarding ellipsis. | |
840 | |
841 2007-03-31 Eli Zaretskii <eliz@gnu.org> | |
842 | |
843 * intro.texi (nil and t): | |
844 * symbols.texi (Plists and Alists): | |
845 * variables.texi (Variable Aliases, Constant Variables): | |
846 * functions.texi (Defining Functions): | |
847 * advice.texi (Advising Primitives): | |
848 * debugging.texi (Syntax Errors, Compilation Errors): | |
849 * minibuf.texi (Minibuffer Windows): | |
850 * commands.texi (Adjusting Point): | |
851 * modes.texi (Syntactic Font Lock, Faces for Font Lock) | |
852 (Auto Major Mode, Major Mode Conventions): | |
853 * help.texi (Describing Characters): | |
854 * files.texi (Create/Delete Dirs, Information about Files) | |
855 (File Locks, Writing to Files, Reading from Files) | |
856 (Saving Buffers): | |
857 * windows.texi (Resizing Windows, Cyclic Window Ordering): | |
858 * frames.texi (Finding All Frames): | |
859 * positions.texi (Buffer End, Motion): | |
860 * markers.texi (The Region): | |
861 * text.texi (Deletion, Near Point): | |
862 * display.texi (Displaying Messages, Truncation): | |
863 * os.texi (Processor Run Time): | |
864 * tips.texi (Key Binding Conventions, Programming Tips) | |
865 (Warning Tips, Documentation Tips, Comment Tips): | |
866 * internals.texi (Memory Usage): Improve indexing. | |
867 | |
868 * variables.texi (Frame-Local Variables): | |
869 * functions.texi (Argument List): | |
870 * loading.texi (Library Search): | |
871 * streams.texi (Output Variables): | |
872 * keymaps.texi (Translation Keymaps, Searching Keymaps): | |
873 * searching.texi (Replacing Match, Search and Replace): | |
874 * processes.texi (Byte Packing, Decoding Output) | |
875 (Accepting Output, Network Servers, Shell Arguments): | |
876 * display.texi (Abstract Display, Image Cache, Scroll Bars): | |
877 * windows.texi (Window Point, Window Start): | |
878 * frames.texi (Management Parameters, Frame Parameters, Frame Titles): | |
879 * commands.texi (Reading Input, Keyboard Events): | |
880 * minibuf.texi (Reading File Names, Minibuffer Completion) | |
881 (Recursive Mini): | |
882 * positions.texi (List Motion): | |
883 * hash.texi (Hash Tables, Creating Hash, Defining Hash): | |
884 * numbers.texi (Arithmetic Operations, Math Functions) | |
885 (Predicates on Numbers, Comparison of Numbers): | |
886 (Numeric Conversions): | |
887 * locals.texi (Standard Buffer-Local Variables): | |
888 * maps.texi (Standard Keymaps): | |
889 * os.texi (User Identification, System Environment, Recording Input) | |
890 (X11 Keysyms): | |
891 * nonascii.texi (Non-ASCII Characters, Splitting Characters): | |
892 * backups.texi (Backups and Auto-Saving): | |
893 * customize.texi (Customization, Group Definitions) | |
894 (Variable Definitions): | |
895 * compile.texi (Byte Compilation): Improve index entries. | |
896 | |
897 2007-03-31 Karl Berry <karl@gnu.org> | |
898 | |
899 * macros.texi (Defining Macros): Avoid widow syllable. | |
900 | |
901 2007-03-31 Eli Zaretskii <eliz@gnu.org> | |
902 | |
903 * elisp.texi (Top): Postscript -> PostScript. | |
904 | |
905 * display.texi (Images, Postscript Images): Postscript -> PostScript. | |
906 | |
907 2007-03-31 Markus Triska <markus.triska@gmx.at> | |
908 | |
909 * internals.texi (Writing Emacs Primitives): Untabify `For'. | |
910 | |
911 2007-03-30 Karl Berry <karl@gnu.org> | |
912 | |
913 * lists.texi (List-related Predicates): Remove spurious @need. | |
914 (Setcdr): Use @smallexample to improve page break. | |
915 (Association Lists) <assoc>: Reword to improve page break. | |
916 | |
917 * strings.texi (String Conversion): Insert blank line to improve | |
918 page break. | |
919 | |
920 * numbers.texi (Random Numbers): Use @minus{}. | |
921 (Math Functions): Use @minus{}. | |
922 | |
923 * intro.texi (Acknowledgements): Avoid line breaks before middle | |
924 initials. | |
925 | |
926 2007-03-24 Eli Zaretskii <eliz@gnu.org> | |
927 | |
928 * errors.texi (Standard Errors): Add an index entry. | |
929 | |
930 2007-03-19 Richard Stallman <rms@gnu.org> | |
931 | |
932 * os.texi (Recording Input): recent-keys now gives 300 keys. | |
933 | |
934 2007-03-12 Glenn Morris <rgm@gnu.org> | |
935 | |
936 * os.texi: Replace "daylight savings" with "daylight saving" | |
937 throughout. | |
938 | |
939 2007-03-05 Richard Stallman <rms@gnu.org> | |
940 | |
941 * variables.texi (File Local Variables): Update | |
942 enable-local-variables values. | |
943 | |
944 2007-03-04 Richard Stallman <rms@gnu.org> | |
945 | |
946 * syntax.texi (Control Parsing): Minor clarification. | |
947 | |
948 * strings.texi (Formatting Strings): Clarify width, precision, flags. | |
949 | |
950 * sequences.texi (Sequence Functions): Move string-bytes away, | |
951 add xref. | |
952 | |
953 * nonascii.texi (Text Representations): Move string-bytes here. | |
954 | |
955 * modes.texi (Major Mode Conventions): Fundamental mode is exception. | |
956 | |
957 * minibuf.texi (Basic Completion): Minor clarification. | |
958 | |
959 * markers.texi (The Mark): Clarify existence vs activation of mark. | |
960 Other cleanup. | |
961 | |
962 * display.texi (Finding Overlays): Write better example. | |
963 | |
964 * compile.texi (Eval During Compile): Clarify putting macros | |
965 in eval-when-compile. | |
966 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
967 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change) |
84043 | 968 |
969 * loading.texi (How Programs Do Loading): Fix anchor position at | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
970 load-read-function definition doc. |
84043 | 971 |
972 2007-02-21 Kim F. Storm <storm@cua.dk> | |
973 | |
974 * strings.texi (Text Comparison): Mention that assoc-string | |
975 converts symbols to strings before testing. | |
976 | |
977 2007-02-17 Kim F. Storm <storm@cua.dk> | |
978 | |
979 * processes.texi (Bindat Spec): Vector types can have optional | |
980 element type. | |
981 (Bindat Examples): Fix example. Add vector with element type. | |
982 | |
983 2007-02-16 Andreas Schwab <schwab@suse.de> | |
984 | |
985 * strings.texi (Formatting Strings): Document '+' flag. | |
986 | |
987 2007-02-15 Juanma Barranquero <lekktu@gmail.com> | |
988 | |
989 * strings.texi (Modifying Strings): Clarify that `clear-string' | |
990 always converts the string to unibyte. | |
991 | |
992 2007-02-14 Kim F. Storm <storm@cua.dk> | |
993 | |
994 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face. | |
995 Rewrite glyph code description to refer to these functions. | |
996 Remove details of encoding face number and char into integer code. | |
997 | |
998 2007-02-03 Alan Mackenzie <acm@muc.de> | |
999 | |
1000 * loading.texi (Hooks for Loading): Make the description of | |
1001 `eval-after-load' more detailed, and amend the description of | |
1002 after-load-alist, in accordance with changes from 2006-05. | |
1003 | |
1004 2007-02-03 Chong Yidong <cyd@stupidchicken.com> | |
1005 | |
1006 * modes.texi (Defining Minor Modes): Document that a :require | |
1007 keyword or similar may be required to make saved customization | |
1008 variables work. | |
1009 | |
1010 2007-02-03 Eli Zaretskii <eliz@gnu.org> | |
1011 | |
1012 * elisp.texi (Top): Make the detailed menu headers compliant with | |
1013 Texinfo guidelines and with what texnfo-upd.el expects. Add | |
1014 comments to prevent people from inadvertently modifying the key | |
1015 parts needed by `texinfo-multiple-files-update'. | |
1016 | |
1017 2007-02-02 Eli Zaretskii <eliz@gnu.org> | |
1018 | |
1019 * elisp.texi (Top): Update the top-level menus. | |
1020 | |
1021 * syntax.texi (Categories): Add index entries. | |
1022 | |
1023 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | |
1024 | |
1025 * display.texi (Attribute Functions): Fix name and description of | |
1026 the UNDERLINE arg of `set-face-underline-p'. | |
1027 | |
1028 2007-01-29 Eli Zaretskii <eliz@gnu.org> | |
1029 | |
1030 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local | |
1031 Variables", and "Standard Keymaps" to the detailed menu. | |
1032 | |
1033 * variables.texi (Future Local Variables): Add index entry. | |
1034 | |
1035 2007-01-28 Richard Stallman <rms@gnu.org> | |
1036 | |
1037 * tips.texi (Coding Conventions): Clarify the tip about macros | |
1038 that define a function or a variable. | |
1039 | |
1040 * files.texi (File Attributes): UID and GID can be floats. | |
1041 (Magic File Names): Explain why deferring all operations to | |
1042 the standard handler does not work. | |
1043 | |
1044 2007-01-23 Martin Rudalics <rudalics@gmx.at> | |
1045 | |
1046 * backups.texi (Reverting): Use "buffer" instead of "file" | |
1047 when talking about major and minor modes. | |
1048 | |
1049 2007-01-21 Richard Stallman <rms@gnu.org> | |
1050 | |
1051 * help.texi (Documentation): Add xref to Documentation Tips. | |
1052 | |
1053 2007-01-14 Juanma Barranquero <lekktu@gmail.com> | |
1054 | |
1055 * tips.texi (Coding Conventions): Fix typos. | |
1056 | |
1057 2007-01-05 Richard Stallman <rms@gnu.org> | |
1058 | |
1059 * modes.texi (Defining Minor Modes): Fix previous change. | |
1060 | |
1061 2007-01-03 Richard Stallman <rms@gnu.org> | |
1062 | |
1063 * customize.texi (Variable Definitions, Customization Types): | |
1064 Don't use * in doc string for defcustom. | |
1065 | |
1066 2007-01-02 Richard Stallman <rms@gnu.org> | |
1067 | |
1068 * variables.texi (Variable Aliases): Clarify that aliases vars | |
1069 always have the same value. | |
1070 | |
1071 * processes.texi (Bindat Spec): Fix Texinfo usage. | |
1072 | |
1073 * modes.texi (Defining Minor Modes): Explain effect of command | |
1074 defined with define-global-minor-mode on new buffers. | |
1075 | |
1076 2006-12-30 Kim F. Storm <storm@cua.dk> | |
1077 | |
1078 * keymaps.texi (Tool Bar): Describe `grow-only' value of | |
1079 `auto-resize-tool-bars'. | |
1080 | |
1081 2006-12-30 Richard Stallman <rms@gnu.org> | |
1082 | |
1083 * keymaps.texi (Active Keymaps): Fix previous change. | |
1084 | |
1085 2006-12-30 Nick Roberts <nickrob@snap.net.nz> | |
1086 | |
1087 * keymaps.texi (Active Keymaps): Make xref to lookup-key. | |
1088 | |
1089 2006-12-30 Kim F. Storm <storm@cua.dk> | |
1090 | |
1091 * processes.texi (Bindat Spec): Clarify using field names in | |
1092 length specifications. | |
1093 | |
1094 2006-12-29 Kim F. Storm <storm@cua.dk> | |
1095 | |
1096 * processes.texi (Bindat Spec): Explain eval forms and lengths better. | |
1097 Add count and index variables for eval forms in repeat blocks. | |
1098 | |
1099 2006-12-24 Richard Stallman <rms@gnu.org> | |
1100 | |
1101 * customize.texi (Variable Definitions): Document | |
1102 new name custom-add-frequent-value. | |
1103 | |
1104 2006-12-19 Kim F. Storm <storm@cua.dk> | |
1105 | |
1106 * commands.texi (Misc Events): User signals now result in sigusr1 | |
1107 and sigusr2 events which are handled through special-event-map. | |
1108 (Special Events): User signals and drag-n-drop are special. | |
1109 | |
1110 2006-12-17 Richard Stallman <rms@gnu.org> | |
1111 | |
1112 * loading.texi (Named Features): Explain subfeatures better. | |
1113 | |
1114 * customize.texi: Use "option" only for user options. | |
1115 For the keyword values inside defcustom etc, say "keywords". | |
1116 For :options value's elements, say "elements". | |
1117 :group should not be omitted. | |
1118 | |
1119 * syntax.texi (Parsing Expressions): Split up node. | |
1120 (Motion via Parsing, Position Parse, Parser State) | |
1121 (Low-Level Parsing, Control Parsing): New subnodes. | |
1122 (Parser State): Document syntax-ppss-toplevel-pos. | |
1123 | |
1124 * positions.texi (List Motion): Punctuation fix. | |
1125 | |
1126 * files.texi (File Name Completion): Document PREDICATE arg | |
1127 to file-name-completion. | |
1128 | |
1129 2006-12-16 Eli Zaretskii <eliz@gnu.org> | |
1130 | |
1131 * internals.texi (Building Emacs, Writing Emacs Primitives): | |
1132 Add index entries. | |
1133 | |
1134 2006-12-11 Richard Stallman <rms@gnu.org> | |
1135 | |
1136 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults | |
1137 affects face menu. Explain how to make it non-nil without enabling | |
1138 any fontification. | |
1139 | |
1140 2006-12-10 Chong Yidong <cyd@stupidchicken.com> | |
1141 | |
1142 * modes.texi (Font Lock Basics): Document nil value of | |
1143 font-lock-defaults. | |
1144 | |
1145 2006-12-10 Glenn Morris <rgm@gnu.org> | |
1146 | |
1147 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force | |
1148 value for system-flag argument. Abbrev tables may not be empty | |
1149 when major modes are loaded. | |
1150 | |
1151 2006-12-08 Juanma Barranquero <lekktu@gmail.com> | |
1152 | |
1153 * makefile.w32-in (maintainer-clean): Partially revert last | |
1154 change; delete "elisp-?" and "elisp-??" instead of "elisp-*" | |
1155 to protect elisp-covers.texi. | |
1156 | |
1157 2006-12-07 Juanma Barranquero <lekktu@gmail.com> | |
1158 | |
1159 * makefile.w32-in (maintainer-clean): Depend on `distclean'. | |
1160 Don't remove elisp* info files; they are already deleted by the | |
1161 `clean' and `distclean' targets, and they are in the $(infodir) | |
1162 directory, not the current one. | |
1163 | |
1164 2006-12-04 Kim F. Storm <storm@cua.dk> | |
1165 | |
1166 * commands.texi (Misc Events): Update signal events. | |
1167 (Event Examples): Add signal example. | |
1168 | |
1169 2006-11-29 Richard Stallman <rms@gnu.org> | |
1170 | |
1171 * frames.texi (Visibility of Frames): Explain visible windows | |
1172 can be covered by others. Add xref for raise-frame. | |
1173 | |
1174 2006-11-28 Richard Stallman <rms@gnu.org> | |
1175 | |
1176 * searching.texi (Regexp Special): Update when ^ is special. | |
1177 | |
1178 2006-11-27 Eli Zaretskii <eliz@gnu.org> | |
1179 | |
1180 * customize.texi (Customization, Common Keywords) | |
1181 (Group Definitions, Variable Definitions, Composite Types) | |
1182 (Type Keywords, Customization Types): Add index entries for | |
1183 various customization keywords. | |
1184 | |
1185 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
1186 | |
1187 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity. | |
1188 | |
93309 | 1189 2006-11-10 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 1190 |
1191 * frames.texi (Window System Selections): Remove clipboard from | |
1192 description of selection-coding-system. | |
1193 | |
1194 2006-11-06 Richard Stallman <rms@gnu.org> | |
1195 | |
1196 * lists.texi (List Variables): Document COMPARE-FN. | |
1197 | |
1198 * keymaps.texi: Avoid use of "binding" to mean a relation; | |
1199 use it only to refer to the meaning associated with a key. | |
1200 (Keymaps): Change menu node description. | |
1201 | |
1202 * elisp.texi (Top): Change menu node description. | |
1203 | |
1204 * display.texi (Managing Overlays): Document overlay-recenter. | |
1205 | |
1206 2006-10-29 Chong Yidong <cyd@stupidchicken.com> | |
1207 | |
1208 * Makefile.in: Use relative paths to avoid advertising filesystem | |
1209 contents during compilation. | |
1210 | |
1211 2006-10-23 Kim F. Storm <storm@cua.dk> | |
1212 | |
1213 * commands.texi (Event Input Misc): Update unread-command-events. | |
1214 | |
1215 2006-10-23 Nick Roberts <nickrob@snap.net.nz> | |
1216 | |
1217 * lists.texi (Sets And Lists): Fix typos. | |
1218 | |
1219 2006-10-18 Juanma Barranquero <lekktu@gmail.com> | |
1220 | |
1221 * control.texi (Processing of Errors): Use @var for an argument, | |
1222 not @code. | |
1223 | |
1224 2006-10-16 Richard Stallman <rms@gnu.org> | |
1225 | |
1226 * edebug.texi (Edebug Recursive Edit): Minor cleanup. | |
1227 | |
1228 * keymaps.texi (Format of Keymaps): Show all the keymap element | |
1229 patterns that result from menu items. | |
1230 (Key Lookup): Minor cleanups. | |
1231 | |
1232 * modes.texi (Precalculated Fontification): Don't say that | |
1233 not setting font-lock-defaults avoids loading font-lock. | |
1234 | |
1235 * help.texi (Documentation): Move xref to Emacs Manual here. | |
1236 (Documentation Basics): From here. | |
1237 Also doc emacs-lisp-docstring-fill-column. | |
1238 | |
1239 * elisp.texi: Update version and ISBN. | |
1240 | |
1241 * commands.texi (Interactive Call): Clarify KEYS arg to | |
1242 call-interactively is a vector. | |
1243 (Command Loop Info): Delete anchor in this-command-keys. | |
1244 Add anchor in this-command-keys-vector. | |
1245 (Recursive Editing): Document how recursive-edit | |
1246 handles the current buffer. | |
1247 | |
1248 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | |
1249 | |
1250 * frames.texi (Frame Titles): %c and %l are ignored in | |
1251 frame-title-format. | |
1252 | |
1253 2006-10-11 Richard Stallman <rms@gnu.org> | |
1254 | |
1255 * keymaps.texi (Key Sequences): Clarify use of kbd. | |
1256 | |
1257 2006-10-10 Kim F. Storm <storm@cua.dk> | |
1258 | |
1259 * lists.texi (Sets And Lists): Add memql. | |
1260 | |
1261 2006-10-03 Richard Stallman <rms@gnu.org> | |
1262 | |
1263 * searching.texi (Char Classes): Document :multibyte: and :unibyte:. | |
1264 Clarify :ascii: and :nonascii:. | |
1265 | |
1266 2006-09-29 Juri Linkov <juri@jurta.org> | |
1267 | |
1268 * modes.texi (%-Constructs): Reorder coding systems in the | |
1269 documentation of %z to the real order displayed in the modeline. | |
1270 | |
1271 2006-09-25 Richard Stallman <rms@gnu.org> | |
1272 | |
1273 * os.texi (Timers): Describe timer-max-repeats. | |
1274 | |
1275 2006-09-25 Chong Yidong <cyd@stupidchicken.com> | |
1276 | |
1277 * os.texi (Timers): Mention with-local-quit. | |
1278 | |
1279 2006-09-24 Richard Stallman <rms@gnu.org> | |
1280 | |
1281 * searching.texi (Searching and Matching): Mention property search. | |
1282 | |
1283 * commands.texi (Command Loop Info): Explain how read-event affects | |
1284 this-command-keys. | |
1285 | |
1286 2006-09-20 Richard Stallman <rms@gnu.org> | |
1287 | |
1288 * os.texi (Timers): Clarify about REPEAT when timer is delayed. | |
1289 | |
1290 * windows.texi (Window Start): Minor cleanups. | |
1291 | |
1292 2006-09-20 Kim F. Storm <storm@cua.dk> | |
1293 | |
1294 * windows.texi (Window Start): pos-visible-in-window-p allows | |
1295 specifying t for position to mean "end of window". | |
1296 Add window-line-height. | |
1297 | |
1298 * anti.texi (Antinews): Mention window-line-height. | |
1299 | |
1300 2006-09-19 David Kastrup <dak@gnu.org> | |
1301 | |
1302 * keymaps.texi (Searching Keymaps): Small clarification. | |
1303 | |
1304 2006-09-18 Richard Stallman <rms@gnu.org> | |
1305 | |
1306 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings | |
1307 cause keyboard menus. | |
1308 (Menu Keymaps): Likewise. | |
1309 (Defining Menus, Keyboard Menus): Clarify. | |
1310 | |
1311 * text.texi (Fields): Clarify explanation of constrain-to-field. | |
1312 | |
1313 2006-09-16 Eli Zaretskii <eliz@gnu.org> | |
1314 | |
1315 * variables.texi (Tips for Defining): Fix a typo. | |
1316 | |
1317 2006-09-15 Richard Stallman <rms@gnu.org> | |
1318 | |
1319 * keymaps.texi (Remapping Commands, Searching Keymaps) | |
1320 (Active Keymaps): Clean up previous change. | |
1321 | |
1322 2006-09-15 Jay Belanger <belanger@truman.edu> | |
1323 | |
1324 * gpl.texi: Replace "Library Public License" by "Lesser Public | |
1325 License" throughout. | |
1326 | |
1327 2006-09-15 David Kastrup <dak@gnu.org> | |
1328 | |
1329 * keymaps.texi (Active Keymaps): Adapt description to use | |
1330 `get-char-property' instead `get-text-property'. Explain how | |
1331 mouse events change this. Explain the new optional argument of | |
1332 `key-binding' and its mouse-dependent lookup. | |
1333 (Searching Keymaps): Adapt description similarly. | |
1334 (Remapping Commands): Explain the new optional argument of | |
1335 `command-remapping'. | |
1336 | |
1337 2006-09-14 Richard Stallman <rms@gnu.org> | |
1338 | |
1339 * keymaps.texi (Searching Keymaps): Clarification. | |
1340 (Active Keymaps): Refer to Searching Keymaps instead of duplication. | |
1341 | |
1342 2006-09-13 Richard Stallman <rms@gnu.org> | |
1343 | |
1344 * objects.texi (Character Type): Node split. | |
1345 Add xref to Describing Characters. | |
1346 (Basic Char Syntax, General Escape Syntax) | |
1347 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes. | |
1348 | |
1349 2006-09-11 Richard Stallman <rms@gnu.org> | |
1350 | |
1351 * display.texi (Display Table Format): Wording clarification. | |
1352 (Glyphs): Clarifications. | |
1353 | |
1354 2006-09-10 Chong Yidong <cyd@stupidchicken.com> | |
1355 | |
1356 * keymaps.texi (Active Keymaps): Mention that key-binding checks | |
1357 local maps. | |
1358 | |
1359 2006-09-10 Kim F. Storm <storm@cua.dk> | |
1360 | |
1361 * display.texi (Forcing Redisplay): Document return value of | |
1362 function redisplay. | |
1363 | |
1364 2006-09-09 Richard Stallman <rms@gnu.org> | |
1365 | |
1366 * windows.texi (Window Hooks): Explain limits of | |
1367 window-scroll-functions. | |
1368 | |
1369 * display.texi (Fringe Indicators): Update for last change in | |
1370 indicate-buffer-boundaries. | |
1371 | |
1372 2006-09-08 Richard Stallman <rms@gnu.org> | |
1373 | |
1374 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec. | |
1375 | |
1376 2006-09-06 Kim F. Storm <storm@cua.dk> | |
1377 | |
1378 * frames.texi (Display Feature Testing): display-mm-dimensions-alist. | |
1379 | |
1380 * windows.texi (Window Start): Update pos-visible-in-window-p. | |
1381 | |
1382 2006-09-04 Richard Stallman <rms@gnu.org> | |
1383 | |
1384 * processes.texi (Accepting Output): Explain SECONDS=0 for | |
1385 accept-process-output. | |
1386 | |
1387 * os.texi (Idle Timers): Explain why timer functions should not | |
1388 loop until (input-pending-p). | |
1389 | |
1390 2006-09-02 Eli Zaretskii <eliz@gnu.org> | |
1391 | |
1392 * makefile.w32-in (usermanualdir): New variable. | |
1393 (elisp.dvi): Use it. | |
1394 | |
1395 2006-09-01 Eli Zaretskii <eliz@gnu.org> | |
1396 | |
1397 * buffers.texi (Buffer Modification): Fix last change. | |
1398 | |
1399 2006-09-01 Chong Yidong <cyd@stupidchicken.com> | |
1400 | |
1401 * buffers.texi (Buffer Modification): Document | |
1402 buffer-chars-modified-tick. | |
1403 | |
1404 2006-08-31 Richard Stallman <rms@gnu.org> | |
1405 | |
1406 * modes.texi (Syntactic Font Lock): Mention specific faces once again. | |
1407 | |
1408 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change) | |
1409 | |
1410 * modes.texi (Syntactic Font Lock): | |
1411 Mention font-lock-syntactic-face-function | |
1412 instead of specific faces. | |
1413 | |
1414 2006-08-29 Chong Yidong <cyd@stupidchicken.com> | |
1415 | |
1416 * display.texi (Images): Add xrref to display-images-p. | |
1417 | |
1418 2006-08-28 Kenichi Handa <handa@m17n.org> | |
1419 | |
1420 * nonascii.texi (Lisp and Coding Systems): Fix description of | |
1421 detect-coding-region. | |
1422 | |
1423 2006-08-27 Michael Olson <mwolson@gnu.org> | |
1424 | |
1425 * processes.texi (Transaction Queues): Remove stray quote | |
1426 character. | |
1427 | |
1428 2006-08-25 Richard Stallman <rms@gnu.org> | |
1429 | |
1430 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. | |
1431 Add xref. | |
1432 | |
1433 2006-08-24 Chong Yidong <cyd@stupidchicken.com> | |
1434 | |
1435 * os.texi (Timers): Avoid waiting inside timers. | |
1436 | |
1437 2006-08-21 Lute Kamstra <lute@gnu.org> | |
1438 | |
1439 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi. | |
1440 | |
1441 2006-08-20 Richard Stallman <rms@gnu.org> | |
1442 | |
1443 * os.texi (Idle Timers): New node, split out from Timers. | |
1444 Document current-idle-time. | |
1445 * commands.texi (Reading One Event): Update xref. | |
1446 * elisp.texi (Top): Update subnode menu. | |
1447 | |
1448 2006-08-16 Richard Stallman <rms@gnu.org> | |
1449 | |
1450 * keymaps.texi (Extended Menu Items): Show format of cached | |
1451 bindings in extended menu items. | |
1452 | |
1453 * customize.texi (Variable Definitions): Explain when the | |
1454 standard value expression is evaluated. | |
1455 | |
1456 2006-08-15 Chong Yidong <cyd@stupidchicken.com> | |
1457 | |
1458 * commands.texi (Reading One Event): Explain idleness in | |
1459 `read-event'. | |
1460 | |
1461 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | |
1462 | |
1463 * text.texi (Near Point): Say "cursor" not "terminal cursor". | |
1464 (Commands for Insertion): Removed split-line since it's not | |
1465 relevant for Lisp programming. | |
1466 (Yank Commands): Rewrite introduction. | |
1467 (Undo): Clarify. | |
1468 (Maintaining Undo): Clarify. Document undo-ask-before-discard. | |
1469 (Filling): Remove redundant comment. Clarify return value of | |
1470 current-justification. | |
1471 (Margins): Minor clarifications. | |
1472 (Adaptive Fill): Update default value of adaptive-fill-regexp. | |
1473 (Sorting): Update definition of sort-lines. | |
1474 (Columns): Clarify behavior of sort-columns. | |
1475 (Indent Tabs): Link to Tab Stops in Emacs manual. | |
1476 (Special Properties): Clarify. | |
1477 (Clickable Text): Mention Buttons package. | |
1478 | |
1479 2006-08-12 Kevin Ryde <user42@zip.com.au> | |
1480 | |
1481 * os.texi (Time Parsing): Add %z to description of | |
1482 format-time-string, as per docstring. Add cross reference to | |
1483 glibc manual for strftime. | |
1484 | |
1485 2006-08-08 Richard Stallman <rms@gnu.org> | |
1486 | |
1487 * modes.texi: Clean up wording in previous change. | |
1488 | |
1489 2006-08-07 Chong Yidong <cyd@stupidchicken.com> | |
1490 | |
1491 * modes.texi (Hooks): Clarify. | |
1492 (Major Mode Basics): Mention define-derived-mode explicitly. | |
1493 (Major Mode Conventions): Rebinding RET is OK for some modes. | |
1494 Mention change-major-mode-hook and after-change-major-mode-hook. | |
1495 (Example Major Modes): Moved to end of Modes section. | |
1496 (Mode Line Basics): Clarify. | |
1497 (Mode Line Data): Mention help-echo and local-map in strings. | |
1498 Explain reason for treatment of non-risky variables. | |
1499 (Properties in Mode): Clarify. | |
1500 (Faces for Font Lock): Add font-lock-negation-char-face. | |
1501 | |
1502 2006-08-04 Eli Zaretskii <eliz@gnu.org> | |
1503 | |
1504 * strings.texi (Formatting Strings): Warn against arbitrary | |
1505 strings as first arg to `format'. | |
1506 | |
1507 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org> | |
1508 | |
1509 * text.texi (Clickable Text): Mention `help-echo' text property. | |
1510 Update intro, examples and associated explanations. | |
1511 | |
1512 2006-07-31 Richard Stallman <rms@gnu.org> | |
1513 | |
1514 * commands.texi: Update xrefs. | |
1515 (Event Mod): New node, cut out from old Translating Input. | |
1516 | |
1517 * maps.texi: Update xrefs. | |
1518 | |
1519 * keymaps.texi (Translation Keymaps): New node. | |
1520 Update xrefs from Translating Input to Translation Keymaps. | |
1521 | |
1522 * elisp.texi (Top): Update subnode menu. | |
1523 | |
1524 * display.texi (Face Functions): Fix explanations of FRAME=t or nil. | |
1525 | |
1526 * os.texi (System Interface): Fix menu descriptions of some nodes. | |
1527 (Translating Input): Node deleted. | |
1528 | |
1529 2006-07-31 Nick Roberts <nickrob@snap.net.nz> | |
1530 | |
1531 * modes.texi (Minor Mode Conventions): Update xref for add-to-list. | |
1532 | |
1533 * lists.texi (Sets And Lists): Likewise. | |
1534 | |
1535 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org> | |
1536 | |
1537 * text.texi (Fields): Mention POS | |
1538 requirement when narrowing is in effect. | |
1539 | |
1540 2006-07-28 Richard Stallman <rms@gnu.org> | |
1541 | |
1542 * display.texi (Face Attributes): Simplify wording. | |
1543 (Attribute Functions): Clarify meaning of new-frame default | |
1544 attribute settings. | |
1545 | |
1546 * customize.texi (Common Keywords): Document how to use | |
1547 :package-version in a package not in Emacs. | |
1548 | |
1549 2006-07-28 Kim F. Storm <storm@cua.dk> | |
1550 | |
1551 * commands.texi (Reading One Event): Fix last change. | |
1552 | |
1553 2006-07-26 Chong Yidong <cyd@stupidchicken.com> | |
1554 | |
1555 * commands.texi (Reading One Event): Document SECONDS argument for | |
1556 read-event, read-char, and read-char-exclusive. | |
1557 | |
1558 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
1559 | |
1560 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline | |
1561 to ensure correct identification. | |
1562 | |
1563 2006-07-24 Richard Stallman <rms@gnu.org> | |
1564 | |
1565 * text.texi (Clickable Text): Clarify. | |
1566 | |
1567 * sequences.texi (Vector Functions): Delete duplicate xref. | |
1568 | |
1569 * objects.texi (Function Type): Clarify. | |
1570 | |
1571 * modes.texi (Keymaps and Minor Modes): List punct chars for minor | |
1572 modes. | |
1573 | |
1574 * lists.texi (List Variables): New node. | |
1575 Material moved from other nodes. | |
1576 | |
1577 * variables.texi (Setting Variables): add-to-list and | |
1578 add-to-ordered-list moved to List Variables node. | |
1579 | |
1580 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org> | |
1581 | |
1582 * text.texi (Links and Mouse-1): | |
1583 For mouse-on-link-p, expand on arg POS. | |
1584 | |
1585 2006-07-21 Kim F. Storm <storm@cua.dk> | |
1586 | |
1587 * display.texi (Forcing Redisplay): Don't mention systems which | |
1588 don't support sub-second timers for redisplay-preemption-period. | |
1589 | |
1590 * os.texi (Terminal Output): Clarify text vs graphical terminal. | |
1591 | |
1592 2006-07-21 Eli Zaretskii <eliz@gnu.org> | |
1593 | |
1594 * frames.texi (Input Focus): Document that focus-follows-mouse has | |
1595 no effect on MS-Windows. | |
1596 | |
1597 2006-07-18 Richard Stallman <rms@gnu.org> | |
1598 | |
1599 * display.texi (Forcing Redisplay): Cleanups in previous change. | |
1600 | |
1601 * processes.texi (Low-Level Network): Make menu more convenient. | |
1602 | |
1603 2006-07-18 Kim F. Storm <storm@cua.dk> | |
1604 | |
1605 * display.texi (Forcing Redisplay): redisplay-preemption-period | |
1606 only used on window systems. Add xref to Terminal Output. | |
1607 | |
1608 * os.texi (Terminal Output): baud-rate only controls preemption on | |
1609 non-window systems. Add xref to Forcing Redisplay. | |
1610 | |
1611 * processes.texi (Low-Level Network): Rename node "Make Network" | |
1612 to "Network Processes". | |
1613 | |
1614 2006-07-18 Karl Berry <karl@gnu.org> | |
1615 | |
1616 * variables.texi, functions.texi, customize.texi, loading.texi: | |
1617 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20. | |
1618 | |
1619 2006-07-17 Chong Yidong <cyd@stupidchicken.com> | |
1620 | |
1621 * commands.texi (Waiting): Document batch-mode sit-for behavior. | |
1622 | |
1623 2006-07-17 Richard Stallman <rms@gnu.org> | |
1624 | |
1625 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus. | |
1626 Put period and comma inside quotes. | |
1627 | |
1628 * loading.texi, markers.texi: Use real doublequote inside menus. | |
1629 | |
1630 * windows.texi: Put point and comma inside quotes. | |
1631 (Textual Scrolling): Use @samp for error message. | |
1632 | |
1633 * variables.texi, tips.texi, syntax.texi, symbols.texi: | |
1634 * strings.texi, streams.texi, processes.texi, os.texi: | |
1635 * objects.texi, numbers.texi, modes.texi, minibuf.texi: | |
1636 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi: | |
1637 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi: | |
1638 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi: | |
1639 Put point and comma inside quotes. | |
1640 | |
1641 * control.texi (Processing of Errors): Add command-error-function. | |
1642 | |
1643 * variables.texi (File Local Variables): Clarify that | |
1644 file local variables make buffer-local bindings. | |
1645 | |
1646 * modes.texi (Syntactic Font Lock): Give default for | |
1647 font-lock-syntax-table. | |
1648 | |
1649 2006-07-17 Nick Roberts <nickrob@snap.net.nz> | |
1650 | |
1651 * text.texi (Special Properties): Clean up previous change. | |
1652 | |
1653 2006-07-16 Karl Berry <karl@gnu.org> | |
1654 | |
1655 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi: | |
1656 * control.texi: Fix bad page breaks through chapter 10 (control). | |
1657 | |
1658 * anti.texi (Antinews): Reorder face-attribute fns to avoid | |
1659 underfull hbox. | |
1660 | |
1661 2006-07-15 Nick Roberts <nickrob@snap.net.nz> | |
1662 | |
1663 * text.texi (Special Properties): Describe fontified text property | |
1664 in relation to a character (not text). | |
1665 | |
1666 2006-07-15 Kim F. Storm <storm@cua.dk> | |
1667 | |
1668 * maps.texi (Standard Keymaps): Add xref for minibuffer maps. | |
1669 Add apropos-mode-map, custom-mode-map, esc-map, global-map, | |
1670 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map. | |
1671 | |
1672 * anti.texi (Antinews): Mention redisplay function. | |
1673 The kbd macro existed, but was not documented, before 22.x. | |
1674 Function pos-visible-in-window-p is not new in 22.x, just enhanced. | |
1675 | |
1676 2006-07-14 Nick Roberts <nickrob@snap.net.nz> | |
1677 | |
1678 * display.texi (Displaying Messages): Add anchor. | |
1679 | |
1680 * frames.texi (Dialog Boxes): Use it. | |
1681 | |
1682 2006-07-12 Richard Stallman <rms@gnu.org> | |
1683 | |
1684 * objects.texi (Frame Type): Explain nature of frames better. | |
1685 | |
1686 * frames.texi (Frames): Explain nature of frames better. | |
1687 | |
1688 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com> | |
1689 | |
1690 * tips.texi (Coding Conventions): Explain why use cl at compile time. | |
1691 | |
1692 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
1693 | |
1694 * frames.texi (Window System Selections): Mention scrap support for Mac. | |
1695 Default value of x-select-enable-clipboard is t on Mac. | |
1696 | |
1697 * os.texi (Getting Out): Suspending is not allowed on Mac, either. | |
1698 | |
1699 2006-07-11 Kim F. Storm <storm@cua.dk> | |
1700 | |
1701 * display.texi (Forcing Redisplay): Add `redisplay' function. | |
1702 Don't mention (sit-for -1) -- use (redisplay t) instead. | |
1703 | |
1704 * commands.texi (Waiting): (sit-for -1) is no longer special. | |
1705 (sit-for 0) is equivalent to (redisplay). | |
1706 Iconifying/deiconifying no longer makes sit-for return. | |
1707 | |
1708 2006-07-10 Nick Roberts <nickrob@snap.net.nz> | |
1709 | |
1710 * display.texi (Buttons): Fix typo. | |
1711 | |
1712 * index.texi, elisp.texi (New Symbols): Comment node out. | |
1713 | |
1714 2006-07-09 Richard Stallman <rms@gnu.org> | |
1715 | |
1716 * display.texi (Truncation): Clean up previous change. | |
1717 | |
1718 2006-07-08 Richard Stallman <rms@gnu.org> | |
1719 | |
1720 * commands.texi (Interactive Call): Use 3 as prefix in example | |
1721 for execute-extended-command. | |
1722 | |
1723 * display.texi (Attribute Functions): Move paragraph about | |
1724 compatibility with Emacs < 21. | |
1725 | |
1726 2006-07-09 Kim F. Storm <storm@cua.dk> | |
1727 | |
1728 * display.texi (Refresh Screen): Clarify force-window-update. | |
1729 (Truncation): "Normally" indicated by fringe arrows. | |
1730 | |
1731 2006-07-08 Eli Zaretskii <eliz@gnu.org> | |
1732 | |
1733 * windows.texi (Textual Scrolling, Resizing Windows): | |
1734 * variables.texi (Constant Variables): | |
1735 * text.texi (Buffer Contents, Deletion, Changing Properties) | |
1736 (Property Search, Special Properties, Sticky Properties) | |
1737 (Links and Mouse-1, Fields, Change Hooks): | |
1738 * syntax.texi (Syntax Table Functions, Parsing Expressions) | |
1739 (Categories): | |
1740 * symbols.texi (Other Plists): | |
1741 * streams.texi (Output Variables): | |
1742 * processes.texi (Input to Processes, Query Before Exit): | |
1743 * positions.texi (Word Motion, Text Lines, List Motion): | |
1744 * os.texi (Init File, System Environment, Sound Output) | |
1745 (Session Management): | |
1746 * nonascii.texi (Text Representations, Character Sets) | |
1747 (Chars and Bytes, Locales): | |
1748 * modes.texi (Defining Minor Modes, Header Lines): | |
1749 * minibuf.texi (Minibuffer Contents): | |
1750 * markers.texi (Information from Markers): | |
1751 * lists.texi (List Elements, Building Lists, Association Lists): | |
1752 * keymaps.texi (Tool Bar): | |
1753 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash): | |
1754 * functions.texi (What Is a Function, Mapping Functions): | |
1755 * frames.texi (Creating Frames, Parameter Access, Pointer Shape) | |
1756 (Color Names, Text Terminal Colors, Display Feature Testing): | |
1757 * files.texi (Visiting Functions, File Name Components) | |
1758 (Unique File Names, Contents of Directories): | |
1759 * display.texi (Forcing Redisplay, Displaying Messages) | |
1760 (Temporary Displays, Font Selection, Auto Faces) | |
1761 (Font Lookup, Fringe Indicators, Display Margins) | |
1762 (Image Descriptors, Showing Images, Image Cache, Button Types) | |
1763 (Making Buttons, Manipulating Buttons, Button Buffer Commands) | |
1764 (Display Table Format, Glyphs): | |
1765 * control.texi (Iteration): | |
1766 * commands.texi (Command Loop Info, Adjusting Point): | |
1767 * backups.texi (Making Backups, Auto-Saving): | |
1768 Remove @tindex entries. | |
1769 | |
1770 2006-07-07 Kim F. Storm <storm@cua.dk> | |
1771 | |
1772 * display.texi (Fringe Cursors): Fix typo. | |
1773 (Customizing Bitmaps): Fix define-fringe-bitmap entry. | |
1774 (Overlay Arrow): Default is overlay-arrow fringe indicator. | |
1775 | |
1776 2006-07-05 Richard Stallman <rms@gnu.org> | |
1777 | |
1778 * text.texi (Buffer Contents): Add example of text props | |
1779 in result of buffer-substring. | |
1780 (Text Properties): Explain better about use of specific property names. | |
1781 (Property Search): Some cleanups; reorder some functions. | |
1782 | |
1783 * keymaps.texi (Changing Key Bindings): Cleanup. | |
1784 Add xref to Key Binding Conventions. | |
1785 | |
1786 * display.texi (Attribute Functions): Add examples for | |
1787 face-attribute-relative-p. | |
1788 | |
1789 * tips.texi (Coding Conventions): Cleanup last change. | |
1790 | |
1791 2006-07-05 Karl Berry <karl@gnu.org> | |
1792 | |
1793 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi. | |
1794 Remove @setchapternewpage odd. | |
1795 Result is 1013 pages, down from 1100. | |
1796 | |
1797 * anti.texi, customize.texi, display.texi, internals.texi: | |
1798 * minibuf.texi, modes.texi, tips.texi: | |
1799 Fix overfull/underfull boxes. | |
1800 | |
1801 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> | |
1802 | |
1803 * edebug.texi (Instrumenting): | |
1804 Add Edebug-specific findex for eval-buffer. | |
1805 * loading.texi (Loading): | |
1806 Replace eval-current-buffer with eval-buffer. | |
1807 | |
1808 2006-06-30 Nick Roberts <nickrob@snap.net.nz> | |
1809 | |
1810 * locals.texi (Standard Buffer-Local Variables): Update the list | |
1811 of variables. | |
1812 | |
1813 2006-06-26 Nick Roberts <nickrob@snap.net.nz> | |
1814 | |
1815 * files.texi (File Name Completion): Point user to the node | |
1816 "Reading File Names". | |
1817 | |
1818 2006-06-24 Eli Zaretskii <eliz@gnu.org> | |
1819 | |
1820 * files.texi (Contents of Directories): Document case-insensitive | |
1821 behavior on respective filesystems. | |
1822 | |
1823 * objects.texi (Character Type): Document that Emacs signals an | |
1824 error for unsupported Unicode characters specified as \uNNNN. | |
1825 | |
1826 2006-06-19 Richard Stallman <rms@gnu.org> | |
1827 | |
1828 * processes.texi (Bindat Spec): Clarify previous change. | |
1829 | |
1830 2006-06-16 Richard Stallman <rms@gnu.org> | |
1831 | |
1832 * tips.texi (Coding Conventions): Better explain conventions | |
1833 for definition constructs. | |
1834 | |
1835 * text.texi (Special Properties): String value of `read-only' | |
1836 serves as the error message. | |
1837 | |
1838 * objects.texi (Character Type): Clarify prev. change. | |
1839 (Non-ASCII in Strings): Mention \u and \U. | |
1840 | |
1841 * commands.texi (Using Interactive): Explain problem of | |
1842 markers, etc., in command-history. | |
1843 | |
1844 2006-06-14 Kim F. Storm <storm@cua.dk> | |
1845 | |
1846 * commands.texi (Waiting): Negative arg to sit-for forces | |
1847 redisplay even if input is pending. | |
1848 | |
1849 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a | |
1850 redisplay. Remove incorrect example of binding redisplay-dont-pause | |
1851 around (sit-for 0). | |
1852 | |
1853 2006-06-13 Richard Stallman <rms@gnu.org> | |
1854 | |
1855 * display.texi (Forcing Redisplay): Clarify previous change. | |
1856 | |
1857 2006-06-13 Romain Francoise <romain@orebokech.com> | |
1858 | |
1859 * display.texi (Forcing Redisplay): Fix typo. | |
1860 | |
1861 2006-06-13 Kim F. Storm <storm@cua.dk> | |
1862 | |
1863 * display.texi (Forcing Redisplay): Add redisplay-preemption-period. | |
1864 | |
1865 2006-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
1866 | |
1867 * tips.texi (Coding Conventions): Add `@end itemize'. | |
1868 | |
1869 2006-06-10 Richard Stallman <rms@gnu.org> | |
1870 | |
1871 * tips.texi (Coding Conventions): Explain use of coding systems | |
1872 to ensure one decoding for strings. | |
1873 | |
1874 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> | |
1875 | |
1876 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF | |
1877 syntax. | |
1878 | |
1879 2006-06-07 Eli Zaretskii <eliz@gnu.org> | |
1880 | |
1881 * display.texi (Font Selection): Remove description of | |
1882 clear-face-cache. | |
1883 | |
1884 * compile.texi (Eval During Compile): Fix a typo. Add index | |
1885 entries for possible uses of eval-when-compile. | |
1886 | |
1887 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org> | |
1888 | |
1889 * display.texi (Abstract Display): Fix typo. | |
1890 | |
1891 2006-06-03 Eli Zaretskii <eliz@gnu.org> | |
1892 | |
1893 * minibuf.texi (Minibuffer History) <history-add-new-input>: | |
1894 Reword variable's description. | |
1895 | |
1896 2006-06-01 Richard Stallman <rms@gnu.org> | |
1897 | |
1898 * windows.texi (Splitting Windows): Clarify splitting nonselected | |
1899 window. | |
1900 | |
1901 2006-05-31 Juri Linkov <juri@jurta.org> | |
1902 | |
1903 * minibuf.texi (Minibuffer History): Add history-add-new-input. | |
1904 | |
1905 2006-05-30 Richard Stallman <rms@gnu.org> | |
1906 | |
1907 * display.texi (Line Height): Fix errors in description of | |
1908 default line height and line-height properyty. | |
1909 | |
1910 * nonascii.texi (Default Coding Systems): Further clarification. | |
1911 | |
1912 2006-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
1913 | |
1914 * internals.texi (Pure Storage): Mention that an overflow in pure | |
1915 space causes a memory leak. | |
1916 (Garbage Collection): If there was an overflow in pure space, | |
1917 `garbage-collect' returns nil. | |
1918 | |
1919 2006-05-30 Eli Zaretskii <eliz@gnu.org> | |
1920 | |
1921 * nonascii.texi (Default Coding Systems): Fix it some more. | |
1922 | |
1923 2006-05-29 Eli Zaretskii <eliz@gnu.org> | |
1924 | |
1925 * nonascii.texi (Default Coding Systems): Fix last change. | |
1926 | |
1927 2006-05-29 Kenichi Handa <handa@m17n.org> | |
1928 | |
1929 * nonascii.texi (find-operation-coding-system): Describe the new | |
1930 argument format (FILENAME . BUFFER). | |
1931 | |
1932 2006-05-28 Richard Stallman <rms@gnu.org> | |
1933 | |
1934 * tips.texi (Coding Conventions): Better explain reasons not to | |
1935 advise other packages or use `eval-after-load'. | |
1936 | |
1937 2006-05-29 Kim F. Storm <storm@cua.dk> | |
1938 | |
1939 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to | |
1940 `bindat-idx' and `bindat-raw' for clarity. | |
1941 | |
1942 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | |
1943 | |
1944 * processes.texi (Bindat Spec): Expand on `repeat' handler. | |
1945 | |
1946 * display.texi (Display): Add "Abstract Display" to menu. | |
1947 (Abstract Display, Abstract Display Functions) | |
1948 (Abstract Display Example): New nodes. | |
1949 * elisp.texi (Top): Add "Abstract Display" to menu. | |
1950 | |
1951 2006-05-27 Chong Yidong <cyd@stupidchicken.com> | |
1952 | |
1953 * keymaps.texi (Key Sequences): Link to input events definition. | |
1954 (Format of Keymaps): Delete material duplicated in Keymap Basics. | |
1955 | |
1956 * files.texi (Changing Files): Document updated argument list for | |
1957 copy-file. | |
1958 | |
1959 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | |
1960 | |
1961 * processes.texi (Bindat Functions): Explain term "total length". | |
1962 Use it in bindat-length and bindat-pack descriptions. | |
1963 | |
1964 2006-05-26 Eli Zaretskii <eliz@gnu.org> | |
1965 | |
1966 * tips.texi (Coding Conventions): Advise against using | |
1967 eval-after-load in packages. Add an index entry. | |
1968 | |
1969 2006-05-25 Juri Linkov <juri@jurta.org> | |
1970 | |
1971 * minibuf.texi (Text from Minibuffer): Undocument keep-all. | |
1972 | |
1973 * modes.texi (%-Constructs): Add %e, %z, %Z. | |
1974 | |
1975 2006-05-25 Richard Stallman <rms@gnu.org> | |
1976 | |
1977 * elisp.texi (Top): Update subnode menu. | |
1978 | |
1979 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences. | |
1980 (Keymaps): Update menu. | |
1981 | |
1982 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | |
1983 | |
1984 * keymaps.texi (Key Sequences): Some clarifications. | |
1985 | |
1986 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> | |
1987 | |
1988 * processes.texi (Bindat Functions): Say "unibyte string" | |
1989 explicitly for bindat-unpack and bindat-pack descriptions. | |
1990 (Bindat Examples): Don't call `string-make-unibyte' in example. | |
1991 | |
1992 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | |
1993 | |
1994 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
1995 Explain string and vector representations of key sequences. |
84043 | 1996 |
1997 * keymaps.texi (Changing Key Bindings): | |
86150
d0f21febd1dc
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86086
diff
changeset
|
1998 * commands.texi (Interactive Codes): |
84043 | 1999 * help.texi (Describing Characters): Refer to it. |
2000 | |
2001 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> | |
2002 | |
2003 * frames.texi (Pointer Shape): @end table -> @end defvar. | |
2004 | |
2005 2006-05-22 Richard Stallman <rms@gnu.org> | |
2006 | |
2007 * elisp.texi (Top): Update subnode menus. | |
2008 | |
2009 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes. | |
2010 Contents rewritten; material from old Pointer Shape node moved here. | |
2011 | |
2012 * display.texi (Pointer Shape): Node deleted. | |
2013 (Image Descriptors): Minor cleanup. | |
2014 | |
2015 2006-05-21 Richard Stallman <rms@gnu.org> | |
2016 | |
2017 * syntax.texi (Parsing Expressions): Update info on which STATE | |
2018 elements are ignored. | |
2019 | |
2020 2006-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
2021 | |
2022 * hooks.texi (Standard Hooks): Correct typo. | |
2023 | |
2024 * gpl.texi (GPL): ifinfo -> ifnottex. | |
2025 | |
2026 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change) | |
2027 | |
2028 * searching.texi (Simple Match Data): Warn about match data being | |
2029 set anew by every search. | |
2030 | |
2031 2006-05-17 Richard Stallman <rms@gnu.org> | |
2032 | |
2033 * minibuf.texi (Minibuffer History): Clarify. | |
2034 | |
2035 * searching.texi (Regexp Special): Clarify nested regexp warning. | |
2036 | |
2037 2006-05-16 Kim F. Storm <storm@cua.dk> | |
2038 | |
2039 * minibuf.texi (Minibuffer History): Update add-to-history. | |
2040 | |
2041 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) | |
2042 | |
2043 * nonascii.texi (Explicit Encoding): Fix | |
2044 typo (encoding<->decoding). | |
2045 | |
2046 2006-05-14 Richard Stallman <rms@gnu.org> | |
2047 | |
2048 * buffers.texi (Creating Buffers): Cleanup. | |
2049 | |
2050 * files.texi (Visiting Functions): Rewrite in find-file-noselect. | |
2051 | |
2052 2006-05-13 Eli Zaretskii <eliz@gnu.org> | |
2053 | |
2054 * buffers.texi (Current Buffer): Document that with-temp-buffer | |
2055 disables undo. | |
2056 | |
2057 * os.texi (Terminal-Specific): More accurate description of how | |
2058 Emacs searches for the terminal-specific libraries. | |
2059 | |
2060 2006-05-12 Eli Zaretskii <eliz@gnu.org> | |
2061 | |
2062 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to | |
2063 emacs-xtra to @inforef's. | |
2064 | |
2065 * text.texi (Undo): Document that undo is turned off in buffers | |
2066 whose names begin with a space. | |
2067 | |
2068 * buffers.texi (Buffer Names): Add index entries for buffers whose | |
2069 names begin with a space. | |
2070 (Creating Buffers): Document that undo is turned off in buffers | |
2071 whose names begin with a space. | |
2072 | |
2073 * files.texi (Visiting Functions, Reading from Files) | |
2074 (Saving Buffers): Mention code and EOL conversions by file I/O | |
2075 primitives and subroutines. | |
2076 | |
2077 * nonascii.texi (Lisp and Coding Systems): Document | |
2078 coding-system-eol-type. Add index entries for eol conversion. | |
2079 | |
2080 * display.texi (Defining Faces): Mention `mac', and add an xref to | |
2081 where window-system is described. | |
2082 | |
2083 2006-05-10 Richard Stallman <rms@gnu.org> | |
2084 | |
2085 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules. | |
2086 | |
2087 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de> | |
2088 | |
2089 * variables.texi (File Local Variables): Recommend to quote lambda | |
2090 expressions in safe-local-variable property. | |
2091 | |
2092 2006-05-09 Richard Stallman <rms@gnu.org> | |
2093 | |
2094 * variables.texi (File Local Variables): Document | |
2095 safe-local-eval-forms and safe-local-eval-function. | |
2096 | |
2097 2006-05-07 Kim F. Storm <storm@cua.dk> | |
2098 | |
2099 * minibuf.texi (Minibuffer History): Remove keep-dups arg | |
2100 from add-to-history. | |
2101 | |
2102 2006-05-07 Romain Francoise <romain@orebokech.com> | |
2103 | |
2104 * commands.texi (Event Input Misc): | |
2105 * compile.texi (Eval During Compile): | |
2106 * internals.texi (Buffer Internals): | |
2107 * minibuf.texi (Initial Input): | |
2108 * nonascii.texi (Scanning Charsets): | |
2109 * numbers.texi (Comparison of Numbers): | |
2110 * windows.texi (Textual Scrolling, Vertical Scrolling): | |
2111 Fix various typos. | |
2112 | |
2113 2006-05-06 Eli Zaretskii <eliz@gnu.org> | |
2114 | |
2115 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by | |
2116 conditional xref's to either emacs or emacs-xtra, depending on | |
2117 @iftex/@ifnottex. | |
2118 | |
2119 * minibuf.texi (Minibuffer History): Document add-to-history. | |
2120 | |
2121 2006-05-05 Eli Zaretskii <eliz@gnu.org> | |
2122 | |
2123 * internals.texi (Pure Storage): Mention the pure overflow message | |
2124 at startup. | |
2125 | |
93309 | 2126 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se> |
84043 | 2127 |
2128 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. | |
2129 (Searching Keymaps): Fix pseudo-Lisp description of keymap | |
2130 search. | |
2131 | |
2132 2006-05-01 Richard Stallman <rms@gnu.org> | |
2133 | |
2134 * intro.texi (nil and t): Clarify. | |
2135 | |
2136 * variables.texi (File Local Variables): Suggest using booleanp. | |
2137 | |
2138 2006-05-01 Juanma Barranquero <lekktu@gmail.com> | |
2139 | |
2140 * objects.texi (Type Predicates): Fix typos. | |
2141 | |
2142 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2143 | |
2144 * intro.texi (nil and t): Add booleanp. | |
2145 | |
2146 * objects.texi (Type Predicates): Add links for booleanp and | |
2147 string-or-null-p. | |
2148 | |
2149 2006-04-29 Richard Stallman <rms@gnu.org> | |
2150 | |
2151 * modes.texi (Multiline Font Lock): Rename from | |
2152 Multi line Font Lock Elements. Much clarification. | |
2153 (Font Lock Multiline, Region to Fontify): Much clarification. | |
2154 | |
2155 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2156 | |
2157 * variables.texi (File Local Variables): Remove the special case t for | |
2158 safe-local-variable. | |
2159 | |
2160 2006-04-26 Richard Stallman <rms@gnu.org> | |
2161 | |
2162 * syntax.texi (Parsing Expressions): Minor cleanup. | |
2163 | |
2164 2006-04-18 Richard Stallman <rms@gnu.org> | |
2165 | |
2166 * tips.texi (Coding Conventions): Explain when the package's | |
2167 prefix should appear later on (not at the start of the name). | |
2168 | |
2169 * searching.texi (String Search): Clarify effect of NOERROR. | |
2170 | |
2171 * modes.texi (Imenu): Clarify what special items do. | |
2172 | |
2173 * hooks.texi (Standard Hooks): Delete text about old hook names. | |
2174 | |
2175 2006-04-17 Romain Francoise <romain@orebokech.com> | |
2176 | |
2177 * variables.texi (Local Variables): Update the default value of | |
2178 `max-specpdl-size'. | |
2179 | |
2180 2006-04-15 Michael Olson <mwolson@gnu.org> | |
2181 | |
2182 * processes.texi (Transaction Queues): Mention the new optional | |
2183 `delay-question' argument for `tq-enqueue'. | |
2184 | |
2185 2006-04-13 Bill Wohler <wohler@newt.com> | |
2186 | |
2187 * customize.texi (Common Keywords): Use dotted notation for | |
2188 :package-version value. Specify its values. Improve documentation | |
2189 for customize-package-emacs-version-alist. | |
2190 | |
2191 2006-04-12 Bill Wohler <wohler@newt.com> | |
2192 | |
2193 * customize.texi (Common Keywords): Move description of | |
2194 customize-package-emacs-version-alist to @defvar. | |
2195 | |
2196 2006-04-10 Bill Wohler <wohler@newt.com> | |
2197 | |
2198 * customize.texi (Common Keywords): Add :package-version. | |
2199 | |
2200 2006-04-10 Kim F. Storm <storm@cua.dk> | |
2201 | |
2202 * text.texi (Buffer Contents): Add NOPROPS arg to | |
2203 filter-buffer-substring. | |
2204 | |
2205 2006-04-08 Kevin Ryde <user42@zip.com.au> | |
2206 | |
2207 * os.texi (Command-Line Arguments): Update xref to emacs manual | |
2208 "Command Arguments" -> "Emacs Invocation", per change there. | |
2209 | |
2210 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org> | |
2211 | |
2212 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to | |
2213 be on one line to help makeinfo not render two spaces after the dot. | |
2214 | |
2215 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> | |
2216 | |
2217 * strings.texi (Predicates for Strings): Add string-or-null-p. | |
2218 | |
2219 2006-03-28 Kim F. Storm <storm@cua.dk> | |
2220 | |
2221 * processes.texi (Accepting Output): Remove obsolete (and incorrect) | |
2222 remarks about systems that don't support fractional seconds. | |
2223 | |
2224 2006-03-25 Karl Berry <karl@gnu.org> | |
2225 | |
2226 * elisp.texi: Use @copyright{} instead of (C), and do not indent | |
2227 the year list. | |
2228 | |
2229 2006-03-21 Nick Roberts <nickrob@snap.net.nz> | |
2230 | |
2231 * display.texi (Fringe Indicators): Fix typos. | |
2232 | |
2233 2006-03-19 Luc Teirlinck <teirllm@auburn.edu> | |
2234 | |
2235 * tips.texi (Documentation Tips): One can now also write `program' | |
2236 in front of a quoted symbol in a docstring to prevent making a | |
2237 hyperlink. | |
2238 | |
2239 2006-03-19 Alan Mackenzie <acm@muc.de> | |
2240 | |
2241 * text.texi (Special Properties): Clarify `fontified' property. | |
2242 | |
2243 2006-03-16 Richard Stallman <rms@gnu.org> | |
2244 | |
2245 * display.texi (Defining Images): Minor cleanup. | |
2246 | |
2247 2006-03-16 Bill Wohler <wohler@newt.com> | |
2248 | |
2249 * display.texi (Defining Images): In image-load-path-for-library, | |
2250 prefer user's images. | |
2251 | |
2252 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2253 | |
2254 * modes.texi (Region to Fontify): Remove font-lock-lines-before. | |
2255 | |
2256 2006-03-15 Bill Wohler <wohler@newt.com> | |
2257 | |
2258 * display.texi (Defining Images): Fix example in | |
2259 image-load-path-for-library by not recommending that one binds | |
2260 image-load-path. Just defvar it to placate compiler and only use | |
2261 it if previously defined. | |
2262 | |
2263 2006-03-14 Bill Wohler <wohler@newt.com> | |
2264 | |
2265 * display.texi (Defining Images): In image-load-path-for-library, | |
2266 always return list of directories. Update example. | |
2267 | |
2268 2006-03-14 Alan Mackenzie <acm@muc.de> | |
2269 | |
2270 * modes.texi: New node, "Region to Fontify" (for Font Lock). | |
2271 This describes font-lock-extend-region-function. | |
2272 ("Other Font Lock Variables"): Move "font-lock-lines-before" to | |
2273 the new node "Region to Fontify". | |
2274 | |
2275 2006-03-13 Richard Stallman <rms@gnu.org> | |
2276 | |
2277 * display.texi (Invisible Text): The impossible position is | |
2278 now before the invisible text, not after. | |
2279 (Defining Images): Clean up last change. | |
2280 | |
2281 2006-03-11 Bill Wohler <wohler@newt.com> | |
2282 | |
2283 * display.texi (Defining Images): Add image-load-path-for-library. | |
2284 | |
2285 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> | |
2286 | |
2287 * text.texi (Adaptive Fill): Fix Texinfo usage. | |
2288 | |
2289 * strings.texi (Creating Strings): Fix Texinfo usage. | |
2290 | |
2291 * searching.texi (Regexp Special): Use @samp for regular | |
2292 expressions that are not in Lisp syntax. | |
2293 | |
2294 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> | |
2295 | |
2296 * searching.texi (Regexp Special): Put remark between parentheses | |
2297 to avoid misreading. | |
2298 | |
2299 2006-03-07 Luc Teirlinck <teirllm@auburn.edu> | |
2300 | |
2301 * searching.texi (Syntax of Regexps): More accurately describe | |
2302 which characters are special in which situations. | |
2303 (Regexp Special): Recommend _not_ to quote `]' or `-' when they | |
2304 are not special. Describe in detail when `[' and `]' are special. | |
2305 (Regexp Backslash): Plenty of regexps with unbalanced square | |
2306 brackets are valid, so reword that statement. | |
2307 | |
2308 2006-03-02 Kim F. Storm <storm@cua.dk> | |
2309 | |
2310 * keymaps.texi (Tool Bar): Add tool-bar-border. | |
2311 | |
2312 2006-02-28 Luc Teirlinck <teirllm@auburn.edu> | |
2313 | |
2314 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos. | |
2315 | |
2316 2006-02-27 Luc Teirlinck <teirllm@auburn.edu> | |
2317 | |
2318 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu. | |
2319 | |
2320 * files.texi (Locating Files): Suggest additional values for the | |
2321 SUFFIXES arg of `locate-file'. Update pxref. | |
2322 | |
2323 * loading.texi (Loading): Include new node "Load Suffixes" in menu. | |
2324 (How Programs Do Loading): Discuss the effects of Auto Compression | |
2325 mode on `load'. | |
2326 (Load Suffixes): New node. | |
2327 (Library Search): Delete description of `load-suffixes'; it was | |
2328 moved to "Load Suffixes". | |
2329 (Autoload, Named Features): Mention `load-suffixes'. | |
2330 | |
2331 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | |
2332 | |
2333 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos. | |
2334 | |
2335 * windows.texi (Window Tree): Fix typo. | |
2336 | |
2337 2006-02-20 Kim F. Storm <storm@cua.dk> | |
2338 | |
2339 * display.texi (Fringe Indicators): New section. | |
2340 Move indicate-empty-lines, indicate-buffer-boundaries, and | |
2341 default-indicate-buffer-boundaries here. | |
2342 Add fringe-indicator-alist and default-fringes-indicator-alist. | |
2343 Add list of logical fringe indicator symbols. | |
2344 Update list of standard bitmap names. | |
2345 (Fringe Cursors): New section. | |
2346 Move overflow-newline-into-fringe here. | |
2347 Add fringe-cursor-alist and default-fringes-cursor-alist. | |
2348 Add list of fringe cursor symbols. | |
2349 | |
2350 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | |
2351 | |
2352 * commands.texi (Using Interactive): Fix reference to node | |
2353 "Minibuffers". | |
2354 | |
2355 2006-02-19 Richard M. Stallman <rms@gnu.org> | |
2356 | |
2357 * minibuf.texi (High-Level Completion): | |
2358 Add xref to read-input-method-name. | |
2359 | |
2360 * files.texi (Relative File Names): Move file-relative-name here. | |
2361 (File Name Expansion): From here. Minor clarifications. | |
2362 | |
2363 * commands.texi (Using Interactive): Add xrefs about reading input. | |
2364 Clarify remarks about that moving point and mark. | |
2365 Put string case before list case. | |
2366 | |
93309 | 2367 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se> |
84043 | 2368 |
2369 * display.texi (Other Display Specs, Image Descriptors): | |
2370 Revert erroneous changes. The previous description of | |
2371 image-descriptors as `(image . PROPS)' was correct. | |
2372 | |
2373 2006-02-14 Richard M. Stallman <rms@gnu.org> | |
2374 | |
2375 * variables.texi (File Local Variables): Clarifications. | |
2376 | |
2377 2006-02-14 Juanma Barranquero <lekktu@gmail.com> | |
2378 | |
2379 * variables.texi (File Local Variables): Use @code for a cons | |
2380 cell, not @var. | |
2381 | |
2382 2006-02-13 Chong Yidong <cyd@stupidchicken.com> | |
2383 | |
2384 * variables.texi (File Local Variables): Document new file local | |
2385 variable behavior. | |
2386 | |
2387 2006-02-10 Kim F. Storm <storm@cua.dk> | |
2388 | |
2389 * eval.texi (Function Indirection): Add NOERROR to indirect-function. | |
2390 | |
2391 2006-02-08 Juanma Barranquero <lekktu@gmail.com> | |
2392 | |
2393 * modes.texi (%-Constructs): Remove obsolete info about | |
2394 `global-mode-string'. | |
2395 | |
2396 2006-02-07 Richard M. Stallman <rms@gnu.org> | |
2397 | |
2398 * commands.texi (Prefix Command Arguments): Minor cleanup. | |
2399 | |
2400 * display.texi: "Graphical display", not window system. | |
2401 | |
2402 * functions.texi (What Is a Function): Fix xref. | |
2403 | |
2404 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions. | |
2405 (Changing Key Bindings): Clarify when remapping is better than | |
2406 substitute-key-definition. | |
2407 | |
2408 2006-02-02 Richard M. Stallman <rms@gnu.org> | |
2409 | |
2410 * minibuf.texi (Basic Completion): Completion alists are risky. | |
2411 | |
2412 * keymaps.texi (Active Keymaps): Clarifications. | |
2413 (Searching Keymaps): New node. | |
2414 (Keymaps): Update menu. | |
2415 | |
2416 * frames.texi (Layout Parameters): Minor clarification. | |
2417 (Drag and Drop): New node. | |
2418 (Frames): Update menu. | |
2419 | |
2420 2006-01-29 Chong Yidong <cyd@stupidchicken.com> | |
2421 | |
2422 * display.texi (Other Display Specs, Image Descriptors): | |
2423 Image description is a list, not a cons cell. | |
2424 | |
2425 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> | |
2426 | |
2427 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted | |
2428 list is not necessarily a list). | |
2429 | |
2430 2006-01-27 Eli Zaretskii <eliz@gnu.org> | |
2431 | |
2432 * frames.texi (Layout Parameters): border-width and | |
2433 internal-border-width belong to the frame, not the window. | |
2434 | |
2435 2006-01-19 Richard M. Stallman <rms@gnu.org> | |
2436 | |
2437 * nonascii.texi (Translation of Characters): Search cmds use | |
2438 translation-table-for-input. Automatically made local. | |
2439 | |
2440 * markers.texi (Overview of Markers): Count insertion type | |
2441 as one of a marker's attributes. | |
2442 | |
2443 * keymaps.texi (Controlling Active Maps): New node, split out of | |
2444 Active Keymaps. | |
2445 (Keymaps): Menu updated. | |
2446 (Active Keymaps): Give pseudocode to explain how the active | |
2447 maps are searched. current-active-maps and key-binding moved here. | |
2448 (Functions for Key Lookup): current-active-maps and key-binding moved. | |
2449 Clarifications. | |
2450 (Searching the Keymaps): New subnode. | |
2451 | |
2452 * elisp.texi (Top): Menu clarification. | |
2453 | |
2454 * display.texi (Other Display Specs): Delete duplicate entry for | |
2455 just a string as display spec. Move text about recursive display | |
2456 specs on such a string. | |
2457 | |
2458 * commands.texi (Key Sequence Input): Clarify. | |
2459 Move num-nonmacro-input-events out. | |
2460 (Reading One Event): num-nonmacro-input-events moved here. | |
2461 | |
2462 2006-01-14 Nick Roberts <nickrob@snap.net.nz> | |
2463 | |
2464 * advice.texi (Simple Advice): Update example to fit argument | |
2465 change in previous-line. | |
2466 | |
2467 2006-01-05 Richard M. Stallman <rms@gnu.org> | |
2468 | |
2469 * markers.texi (The Mark): Fix in `mark'. | |
2470 | |
2471 2006-01-04 Richard M. Stallman <rms@gnu.org> | |
2472 | |
2473 * processes.texi (Misc Network, Make Network): Minor cleanups. | |
2474 | |
2475 2006-01-04 Kim F. Storm <storm@cua.dk> | |
2476 | |
2477 * processes.texi (Make Network): Add IPv6 addresses and handling. | |
2478 (Network Feature Testing): Mention (:family ipv6). | |
2479 (Misc Network): Add IPv6 formats to format-network-address. | |
2480 | |
2481 2005-12-30 Richard M. Stallman <rms@gnu.org> | |
2482 | |
2483 * text.texi (Changing Properties): | |
2484 Don't use return value of set-text-properties. | |
2485 | |
2486 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> | |
2487 | |
2488 * modes.texi (Mode Line Format): Correct typo in menu. | |
2489 | |
2490 2005-12-29 Richard M. Stallman <rms@gnu.org> | |
2491 | |
2492 * modes.texi (Mode Line Top): New node. | |
2493 (Mode Line Data): Some text moved to new node. | |
2494 Explain the data structure more concretely. | |
2495 (Mode Line Basics): Clarifications. | |
2496 (Mode Line Variables): Clarify intro paragraph. | |
2497 (%-Constructs): Clarify intro paragraph. | |
2498 (Mode Line Format): Update menu. | |
2499 | |
2500 2005-12-28 Luc Teirlinck <teirllm@auburn.edu> | |
2501 | |
2502 * minibuf.texi (Basic Completion): Update lazy-completion-table | |
2503 examples for removal of ARGS argument. | |
2504 | |
2505 2005-12-23 Richard M. Stallman <rms@gnu.org> | |
2506 | |
2507 * text.texi (Undo): Restore some explanation from the version | |
2508 that was deleted. | |
2509 | |
2510 2005-12-23 Eli Zaretskii <eliz@gnu.org> | |
2511 | |
2512 * text.texi (Undo): Remove duplicate descriptions of `apply | |
2513 funname' and `apply delta' elements of the undo list. | |
2514 | |
2515 2005-12-20 Richard M. Stallman <rms@gnu.org> | |
2516 | |
2517 * help.texi (Help Functions): Update documentation of `apropos'. | |
2518 | |
2519 2005-12-20 Luc Teirlinck <teirllm@auburn.edu> | |
2520 | |
2521 * customize.texi (Type Keywords): Delete xref to "Text help-echo", | |
2522 because it is confusing. If the :help-echo keyword is a function, | |
2523 it is not directly used as the :help-echo overlay property, as the | |
2524 xref seems to suggest (it does not take the appropriate args). | |
2525 | |
2526 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> | |
2527 | |
2528 * customize.texi (Common Keywords): Fix Texinfo usage. | |
2529 (Group Definitions, Variable Definitions): Update for new | |
2530 conventions for using `*' in docstrings. | |
2531 | |
2532 * tips.texi (Documentation Tips): Update for new conventions for | |
2533 using `*' in docstrings. | |
2534 | |
2535 2005-12-16 Richard M. Stallman <rms@gnu.org> | |
2536 | |
2537 * minibuf.texi (Minibuffer Contents): Minor cleanup. | |
2538 | |
2539 2005-12-16 Juri Linkov <juri@jurta.org> | |
2540 | |
2541 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents. | |
2542 | |
2543 2005-12-14 Romain Francoise <romain@orebokech.com> | |
2544 | |
2545 * modes.texi (Customizing Keywords): Rename `append' to `how'. | |
2546 Fix typo. | |
2547 | |
2548 2005-12-11 Juri Linkov <juri@jurta.org> | |
2549 | |
2550 * minibuf.texi (Completion Commands): Add mention of read-file-name | |
2551 for filename completion keymaps. | |
2552 (Reading File Names): Add mention of filename completion keymaps | |
2553 for read-file-name and xref to `Completion Commands'. | |
2554 | |
2555 2005-12-10 Richard M. Stallman <rms@gnu.org> | |
2556 | |
2557 * customize.texi (Common Keywords): State caveats for use of :tag. | |
2558 | |
2559 2005-12-08 Richard M. Stallman <rms@gnu.org> | |
2560 | |
2561 * minibuf.texi (Intro to Minibuffers): Replace list of local maps | |
2562 with xrefs and better explanation. | |
2563 (Completion Commands): Add the filename completion maps. | |
2564 | |
2565 * objects.texi (Character Type): Clarify that \s is not space | |
2566 if a dash follows. | |
2567 | |
2568 2005-12-05 Richard M. Stallman <rms@gnu.org> | |
2569 | |
2570 * windows.texi (Resizing Windows): Delete preserve-before args. | |
2571 | |
2572 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
2573 | |
2574 * keymaps.texi (Format of Keymaps): Remove mention of a quirk | |
2575 in full keymaps, since the quirk has been fixed. | |
2576 | |
2577 2005-12-03 Eli Zaretskii <eliz@gnu.org> | |
2578 | |
2579 * hooks.texi (Standard Hooks): Add index entries. Mention | |
2580 `compilation-finish-functions'. | |
2581 | |
2582 2005-11-27 Richard M. Stallman <rms@gnu.org> | |
2583 | |
2584 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge. | |
2585 | |
2586 2005-11-21 Juri Linkov <juri@jurta.org> | |
2587 | |
2588 * customize.texi (Common Keywords): Update links types | |
2589 custom-manual and url-link. Add link types emacs-library-link, | |
2590 file-link, function-link, variable-link, custom-group-link. | |
2591 | |
2592 2005-11-20 Chong Yidong <cyd@stupidchicken.com> | |
2593 | |
2594 * display.texi: Revert 2005-11-20 change. | |
2595 | |
2596 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org> | |
2597 | |
2598 * processes.texi (Bindat Functions): | |
2599 Say "third" to refer to zero-based index "2". | |
2600 | |
2601 2005-11-18 Luc Teirlinck <teirllm@auburn.edu> | |
2602 | |
2603 * loading.texi (Library Search): Update the default value of | |
2604 `load-suffixes'. | |
2605 | |
2606 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | |
2607 | |
2608 * display.texi (Attribute Functions): Mention :ignore-defface. | |
2609 | |
2610 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2611 | |
2612 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode. | |
2613 (Minor Mode Conventions): Mention the use of a hook. | |
2614 | |
2615 2005-11-06 Richard M. Stallman <rms@gnu.org> | |
2616 | |
2617 * files.texi (Magic File Names): find-file-name-handler checks the | |
2618 `operations' property of the handler. | |
2619 | |
2620 2005-11-03 Richard M. Stallman <rms@gnu.org> | |
2621 | |
2622 * variables.texi (Frame-Local Variables): Small clarification. | |
2623 | |
2624 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | |
2625 | |
2626 * os.texi (Init File): Document ~/.emacs.d/init.el. | |
2627 | |
2628 2005-10-29 Richard M. Stallman <rms@gnu.org> | |
2629 | |
2630 * internals.texi (Garbage Collection): Document memory-full. | |
2631 | |
2632 2005-10-28 Bill Wohler <wohler@newt.com> | |
2633 | |
2634 * tips.texi (Documentation Tips): Help mode now creates hyperlinks | |
2635 for URLs. | |
2636 | |
2637 2005-10-28 Richard M. Stallman <rms@gnu.org> | |
2638 | |
2639 * minibuf.texi (Completion Commands): Clean up prev change. | |
2640 | |
2641 2005-10-26 Kevin Ryde <user42@zip.com.au> | |
2642 | |
2643 * compile.texi (Eval During Compile): Explain recommended uses | |
2644 of eval-when-compile and eval-and-compile. | |
2645 | |
2646 2005-10-27 Masatake YAMATO <jet@gyve.org> | |
2647 | |
2648 * minibuf.texi (Completion Commands): | |
2649 Write about new optional argument for `display-completion-list'. | |
2650 | |
2651 2005-10-23 Richard M. Stallman <rms@gnu.org> | |
2652 | |
2653 * display.texi (Overlay Arrow): Clarify about local bindings of | |
2654 overlay-arrow-position. | |
2655 | |
2656 2005-10-22 Eli Zaretskii <eliz@gnu.org> | |
2657 | |
2658 * internals.texi (Building Emacs): Fix last change. | |
2659 | |
2660 2005-10-22 Richard M. Stallman <rms@gnu.org> | |
2661 | |
2662 * internals.texi (Building Emacs): Document eval-at-startup. | |
2663 | |
2664 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
2665 | |
2666 * loading.texi (Where Defined): load-history contains abs file names. | |
2667 symbol-file returns abs file names. | |
2668 | |
2669 2005-10-19 Kim F. Storm <storm@cua.dk> | |
2670 | |
2671 * display.texi (Showing Images): Add max-image-size integer value. | |
2672 | |
2673 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | |
2674 | |
2675 * display.texi (Showing Images): Document max-image-size. | |
2676 | |
2677 2005-10-17 Richard M. Stallman <rms@gnu.org> | |
2678 | |
2679 * commands.texi (Quitting): Minor clarification. | |
2680 | |
2681 * processes.texi (Sentinels): Clarify about output and quitting. | |
2682 (Filter Functions): Mention with-local-quit. | |
2683 | |
2684 2005-10-17 Juri Linkov <juri@jurta.org> | |
2685 | |
2686 * buffers.texi (Current Buffer): | |
2687 * commands.texi (Event Input Misc): | |
2688 * compile.texi (Eval During Compile, Compiler Errors): | |
2689 * customize.texi (Group Definitions): | |
2690 * display.texi (Progress, Defining Faces): | |
2691 * files.texi (Writing to Files): | |
2692 * modes.texi (Mode Hooks, Defining Minor Modes): | |
2693 * streams.texi (Output Functions): | |
2694 * syntax.texi (Syntax Table Functions): | |
2695 * text.texi (Change Hooks): | |
2696 Replace `...' with `@dots{}' in `@defmac' and `@defspec'. | |
2697 | |
2698 * commands.texi (Quitting): Replace arg `forms' with `body' in | |
2699 `with-local-quit'. | |
2700 | |
2701 * positions.texi (Excursions): Replace arg `forms' with `body' in | |
2702 `save-excursion'. | |
2703 | |
2704 2005-10-08 Kim F. Storm <storm@cua.dk> | |
2705 | |
2706 * windows.texi (Window Tree): Rename window-split-tree to window-tree. | |
2707 Rename manual section accordingly. | |
2708 | |
2709 2005-10-04 Kim F. Storm <storm@cua.dk> | |
2710 | |
2711 * windows.texi (Window Split Tree): New section describing | |
2712 new function window-split-tree function. | |
2713 | |
2714 2005-10-03 Nick Roberts <nickrob@snap.net.nz> | |
2715 | |
2716 * display.texi (Fringe Size/Pos): Simplify and add detail. | |
2717 | |
2718 2005-09-30 Romain Francoise <romain@orebokech.com> | |
2719 | |
2720 * minibuf.texi (High-Level Completion): Explain that the prompt | |
2721 given to `read-buffer' should end with a colon and a space. | |
2722 Update usage examples. | |
2723 | |
2724 2005-09-29 Juri Linkov <juri@jurta.org> | |
2725 | |
2726 * display.texi (Displaying Messages): Rename argument name | |
2727 `string' to `format-string' in functions `message', `message-box', | |
2728 `message-or-box'. | |
2729 | |
2730 2005-09-26 Chong Yidong <cyd@stupidchicken.com> | |
2731 | |
2732 * errors.texi (Standard Errors): Correct xrefs. | |
2733 | |
2734 2005-09-18 Chong Yidong <cyd@stupidchicken.com> | |
2735 | |
2736 * display.texi (Defining Images): Update documentation for | |
2737 `image-load-path'. | |
2738 | |
2739 2005-09-17 Richard M. Stallman <rms@gnu.org> | |
2740 | |
2741 * display.texi (Defining Images): Clean up previous change. | |
2742 | |
2743 2005-09-16 Romain Francoise <romain@orebokech.com> | |
2744 | |
2745 * elisp.texi: Specify GFDL version 1.2. | |
2746 | |
2747 * doclicense.texi (GNU Free Documentation License): Update to | |
2748 version 1.2. | |
2749 | |
2750 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | |
2751 | |
2752 * display.texi (Defining Images): Document `image-load-path'. | |
2753 | |
2754 2005-09-15 Richard M. Stallman <rms@gnu.org> | |
2755 | |
2756 * objects.texi (Printed Representation): Minor cleanup. | |
2757 (Box Diagrams): Minor fix. | |
2758 (Cons Cell Type): Move (...) index item here. | |
2759 (Box Diagrams): From here. | |
2760 (Array Type): Minor fix. | |
2761 (Type Predicates): Delete index "predicates". | |
2762 (Hash Table Type): Clarify xref. | |
2763 (Dotted Pair Notation): Minor fix. | |
2764 | |
2765 2005-09-10 Chong Yidong <cyd@stupidchicken.com> | |
2766 | |
2767 * files.texi (Saving Buffers): Fix typo. | |
2768 | |
2769 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
2770 | |
2771 * tips.texi (Programming Tips): Correct the "default" prompt spec. | |
2772 | |
2773 2005-09-08 Chong Yidong <cyd@stupidchicken.com> | |
2774 | |
2775 * locals.texi (Standard Buffer-Local Variables): Don't include | |
2776 mode variables for minor modes. | |
2777 Fix xrefs for buffer-display-count, buffer-display-table, | |
2778 buffer-offer-save, buffer-saved-size, cache-long-line-scans, | |
2779 enable-multibyte-characters, fill-column, header-line-format, | |
2780 left-fringe-width, left-margin, and right-fringe-width. | |
2781 | |
2782 * hooks.texi (Standard Hooks): All hooks should conform to the | |
2783 standard naming convention now. | |
2784 Fix xref for `echo-area-clear-hook'. | |
2785 | |
2786 * display.texi (Usual Display): Note that indicate-empty-lines and | |
2787 tab-width are buffer-local. | |
2788 | |
2789 * files.texi (Saving Buffers): Add xref to `Killing Buffers'. | |
2790 | |
2791 * modes.texi (Mode Help): Note that major-mode is buffer-local. | |
2792 | |
2793 * nonascii.texi (Encoding and I/O): Note that | |
2794 buffer-file-coding-system is buffer-local. | |
2795 | |
2796 * positions.texi (List Motion): Note that defun-prompt-regexp is | |
2797 buffer-local. | |
2798 | |
2799 * text.texi (Auto Filling): Note that auto-fill-function is | |
2800 buffer-local. | |
2801 (Undo): Note that buffer-undo-list is buffer-local. | |
2802 | |
2803 * windows.texi (Buffers and Windows): Document | |
2804 buffer-display-count. | |
2805 | |
2806 2005-09-06 Richard M. Stallman <rms@gnu.org> | |
2807 | |
2808 * tips.texi (Coding Conventions): Sometimes it is ok to put the | |
2809 package prefix elsewhere than at the start of the name. | |
2810 | |
2811 2005-09-03 Richard M. Stallman <rms@gnu.org> | |
2812 | |
2813 * tips.texi (Programming Tips): Add conventions for minibuffer | |
2814 questions and prompts. | |
2815 | |
2816 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change) | |
2817 | |
2818 * intro.texi (nil and t): Minor cleanup. | |
2819 Delete spurious mention of keyword symbols. | |
2820 (Evaluation Notation): Add index entry. | |
2821 (A Sample Function Description): Minor cleanup. | |
2822 (A Sample Variable Description): Not all vars can be set. | |
2823 | |
2824 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org> | |
2825 | |
2826 * text.texi (Buffer Contents): Use "\n" in examples' result strings. | |
2827 | |
2828 (Insertion): Document precise type of `insert-char' arg COUNT. | |
2829 | |
2830 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
2831 | |
2832 * modes.texi (Other Font Lock Variables): Sync the default of | |
2833 font-lock-lines-before. | |
2834 | |
2835 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
2836 | |
2837 * files.texi (Magic File Names): Add `make-auto-save-file-name'. | |
2838 | |
2839 2005-08-29 Richard M. Stallman <rms@gnu.org> | |
2840 | |
2841 * elisp.texi (Top): Update subnode menu. | |
2842 | |
2843 * searching.texi (Searching and Matching): Move node. | |
2844 Rearrange contents and add overall explanation. | |
2845 (Searching and Case): Move node. | |
2846 (Searching and Matching): Update menu. | |
2847 | |
2848 2005-08-27 Eli Zaretskii <eliz@gnu.org> | |
2849 | |
2850 * os.texi (Startup Summary): Fix the description of the initial | |
2851 startup message display. | |
2852 | |
2853 2005-08-25 Richard M. Stallman <rms@gnu.org> | |
2854 | |
2855 * searching.texi (Search and Replace): Add replace-regexp-in-string. | |
2856 | |
2857 2005-08-25 Emilio C. Lopes <eclig@gmx.net> | |
2858 | |
2859 * display.texi (Finding Overlays): Fix `find-overlay-prop' in | |
2860 `next-overlay-change' example. | |
2861 | |
2862 2005-08-22 Juri Linkov <juri@jurta.org> | |
2863 | |
2864 * display.texi (Attribute Functions): Add set-face-inverse-video-p. | |
2865 Fix invert-face. Fix args of face-background. | |
2866 | |
2867 * display.texi (Standard Faces): Delete node. | |
2868 (Faces): Add xref to `(emacs)Standard Faces'. | |
2869 (Displaying Faces): Fix xref to `Standard Faces'. | |
2870 | |
2871 * modes.texi (Mode Line Data): Fix xref to Standard Faces. | |
2872 | |
2873 2005-08-20 Alan Mackenzie <acm@muc.de> | |
2874 | |
2875 * buffers.texi (The Buffer List): Clarify the manipulation of the | |
2876 buffer list. | |
2877 | |
2878 2005-08-14 Richard M. Stallman <rms@gnu.org> | |
2879 | |
2880 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not | |
2881 a regexp. | |
2882 | |
2883 2005-08-11 Richard M. Stallman <rms@gnu.org> | |
2884 | |
2885 * elisp.texi (Top): Update subnode lists. | |
2886 | |
2887 * display.texi (Inverse Video): Node deleted. | |
2888 | |
2889 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips): | |
2890 New nodes split out of Coding Conventions. | |
2891 | |
2892 * searching.texi (Regular Expressions): Document re-builder. | |
2893 | |
2894 * os.texi (Time Parsing): New node split out of Time Conversion. | |
2895 | |
2896 * processes.texi (Misc Network, Network Feature Testing) | |
2897 (Network Options, Make Network): New nodes split out of | |
2898 Low-Level Network. | |
2899 | |
2900 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
2901 | |
2902 * frames.texi (Geometry): New node, split from Size and Position. | |
2903 (Frame Parameters): Refer to Geometry. | |
2904 | |
2905 * buffers.texi (The Buffer List): Fix xrefs. | |
2906 | |
2907 * windows.texi (Splitting Windows): Fix xref. | |
2908 | |
2909 * frames.texi (Layout Parameters): Add xref. | |
2910 | |
2911 * display.texi (Line Height, Scroll Bars): Fix xrefs. | |
2912 | |
2913 * keymaps.texi (Menu Bar): Fix xref. | |
2914 | |
2915 * locals.texi (Standard Buffer-Local Variables): Fix xref. | |
2916 | |
2917 * modes.texi (%-Constructs): Fix xref. | |
2918 | |
2919 * frames.texi (Window Frame Parameters): Node split up. | |
2920 (Basic Parameters, Position Parameters, Size Parameters) | |
2921 (Layout Parameters, Buffer Parameters, Management Parameters) | |
2922 (Cursor Parameters, Color Parameters): New subnodes. | |
2923 | |
2924 2005-08-09 Luc Teirlinck <teirllm@auburn.edu> | |
2925 | |
2926 * positions.texi (Screen Lines): Update xref for previous change | |
2927 in minibuf.texi. | |
2928 | |
2929 * minibuf.texi (Intro to Minibuffers): Update pxref for previous | |
2930 change in minibuf.texi. | |
2931 | |
2932 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
2933 | |
2934 * tips.texi (Coding Conventions): Minor cleanup. | |
2935 | |
2936 * modes.texi (Defining Minor Modes): Explain when init-value | |
2937 can be non-nil. | |
2938 | |
2939 * elisp.texi (Top): Update submenu for Minibuffer. | |
2940 | |
2941 * minibuf.texi (Minibuffer Misc): Node split up. | |
2942 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents) | |
2943 (Recursive Mini): New nodes split out from Minibuffer Misc. | |
2944 (Minibuffer Misc): Document max-mini-window-height. | |
2945 | |
2946 * hash.texi (Defining Hash): Delete stray paren in example. | |
2947 | |
2948 * display.texi (Echo Area Customization): Don't define | |
2949 max-mini-window-height here; xref instead. | |
2950 | |
2951 * commands.texi (Event Input Misc): Update while-no-input. | |
2952 | |
2953 * advice.texi (Advising Functions): Explain when to use advice | |
2954 and when to use a hook. | |
2955 | |
2956 2005-07-30 Eli Zaretskii <eliz@gnu.org> | |
2957 | |
2958 * makefile.w32-in (info): Don't run install-info. | |
2959 ($(infodir)/dir): New target, produced by running install-info. | |
2960 | |
2961 2005-07-27 Luc Teirlinck <teirllm@auburn.edu> | |
2962 | |
2963 * modes.texi (Defining Minor Modes): The keyword for the initial | |
2964 value is :init-value, not :initial-value. | |
2965 | |
2966 2005-07-23 Eli Zaretskii <eliz@gnu.org> | |
2967 | |
2968 * loading.texi (Autoload): Make the `doctor' example be consistent | |
2969 with what's in current loaddefs.el. Describe the "fn" magic in | |
2970 the usage portion of the doc string. | |
2971 | |
2972 2005-07-22 Richard M. Stallman <rms@gnu.org> | |
2973 | |
2974 * internals.texi (Garbage Collection): Clarify previous change. | |
2975 | |
2976 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2977 | |
2978 * internals.texi (Garbage Collection): Add gc-cons-percentage. | |
2979 | |
2980 2005-07-18 Juri Linkov <juri@jurta.org> | |
2981 | |
2982 * commands.texi (Accessing Events): | |
2983 * frames.texi (Text Terminal Colors, Resources): | |
2984 * markers.texi (The Mark): | |
2985 * modes.texi (Defining Minor Modes): | |
2986 Delete duplicate duplicate words. | |
2987 | |
2988 2005-07-16 Richard M. Stallman <rms@gnu.org> | |
2989 | |
2990 * display.texi (Managing Overlays): Clarify make-overlay | |
2991 args for insertion types. | |
2992 | |
2993 2005-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
2994 | |
2995 * customize.texi (Variable Definitions): | |
2996 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'. | |
2997 `standard-value' is a list too. | |
2998 (Defining New Types): Use @key{RET} instead of @key{ret}. | |
2999 | |
3000 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change) | |
3001 | |
3002 * os.texi (Translating Input): Fix typo. | |
3003 | |
3004 2005-07-08 Richard M. Stallman <rms@gnu.org> | |
3005 | |
3006 * README: Update edition number and size estimate. | |
3007 | |
3008 * elisp.texi (VERSION): Set to 2.9. | |
3009 | |
3010 2005-07-07 Richard M. Stallman <rms@gnu.org> | |
3011 | |
3012 * book-spine.texinfo: Update Emacs version. | |
3013 | |
3014 * display.texi (Inverse Video): Delete mode-line-inverse-video. | |
3015 | |
3016 2005-07-06 Richard M. Stallman <rms@gnu.org> | |
3017 | |
3018 * searching.texi (Regexp Search): Clarify what re-search-forward | |
3019 does when the search fails. | |
3020 | |
3021 2005-07-05 Lute Kamstra <lute@gnu.org> | |
3022 | |
3023 * Update FSF's address in GPL notices. | |
3024 | |
3025 * doclicense.texi (GNU Free Documentation License): | |
3026 * gpl.texi (GPL): | |
3027 * tips.texi (Coding Conventions, Library Headers): | |
3028 * vol1.texi: | |
3029 * vol2.texi: Update FSF's address. | |
3030 | |
3031 2005-07-04 Richard M. Stallman <rms@gnu.org> | |
3032 | |
3033 * hooks.texi (Standard Hooks): Add occur-hook. | |
3034 | |
3035 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | |
3036 | |
3037 * display.texi (The Echo Area): Correct menu. | |
3038 | |
3039 2005-07-03 Richard M. Stallman <rms@gnu.org> | |
3040 | |
3041 * elisp.texi (Top): Update subnode menu for Display. | |
3042 | |
3043 * display.texi (Displaying Messages): New node, with most | |
3044 of what was in The Echo Area. | |
3045 (Progress): Moved under The Echo Area. | |
3046 (Logging Messages): New node with new text. | |
3047 (Echo Area Customization): New node, the rest of what was | |
3048 in The Echo Area. Document message-truncate-lines with @defvar. | |
3049 (Display): Update menu. | |
3050 | |
3051 * windows.texi (Textual Scrolling): Doc 3 values for | |
3052 scroll-preserve-screen-position. | |
3053 | |
3054 * text.texi (Special Properties): Change hook functions | |
3055 should bind inhibit-modification-hooks around altering buffer text. | |
3056 | |
3057 * keymaps.texi (Key Binding Commands): Call binding BINDING | |
3058 rather than DEFINITION. | |
3059 | |
3060 2005-06-29 Juanma Barranquero <lekktu@gmail.com> | |
3061 | |
3062 * variables.texi (Defining Variables): `user-variable-p' returns t | |
3063 for aliases of user options, nil for alias loops. | |
3064 | |
3065 2005-06-28 Richard M. Stallman <rms@gnu.org> | |
3066 | |
3067 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before | |
3068 make-keymap. | |
3069 | |
3070 2005-06-27 Luc Teirlinck <teirllm@auburn.edu> | |
3071 | |
3072 * variables.texi (Setting Variables): Correct and clarify | |
3073 description of `add-to-ordered-list'. | |
3074 | |
3075 2005-06-26 Richard M. Stallman <rms@gnu.org> | |
3076 | |
3077 * display.texi (Faces): Minor cleanup. | |
3078 | |
3079 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | |
3080 | |
3081 * display.texi (Faces): `facep' returns t for strings that are | |
3082 face names. | |
3083 | |
3084 2005-06-25 Richard M. Stallman <rms@gnu.org> | |
3085 | |
3086 * objects.texi (Equality Predicates): Clarify meaning of equal. | |
3087 | |
3088 * windows.texi (Selecting Windows): save-selected-window | |
3089 and with-selected-window save and restore the current buffer. | |
3090 | |
3091 2005-06-24 Richard M. Stallman <rms@gnu.org> | |
3092 | |
3093 * numbers.texi (Float Basics): Explain how to test for NaN, | |
3094 and printing the sign of NaNs. | |
3095 | |
3096 2005-06-24 Eli Zaretskii <eliz@gnu.org> | |
3097 | |
3098 * makefile.w32-in (MAKEINFO): Use --force. | |
3099 | |
3100 2005-06-23 Richard M. Stallman <rms@gnu.org> | |
3101 | |
3102 * display.texi (Face Functions): Correct Texinfo usage. | |
3103 | |
3104 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
3105 | |
3106 * lists.texi (Rings): `ring-elements' now returns the elements of | |
3107 RING in order. | |
3108 | |
3109 2005-06-23 Juanma Barranquero <lekktu@gmail.com> | |
3110 | |
3111 * markers.texi (The Mark): Texinfo usage fix. | |
3112 | |
3113 2005-06-23 Kim F. Storm <storm@cua.dk> | |
3114 | |
3115 * searching.texi (Entire Match Data): Remove evaporate option for | |
3116 match-data. Do not mention evaporate option for set-match-data. | |
3117 | |
3118 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> | |
3119 | |
3120 * display.texi (Face Functions): Mention face aliases. | |
3121 | |
3122 2005-06-21 Richard M. Stallman <rms@gnu.org> | |
3123 | |
3124 * anti.texi (Antinews): Texinfo usage fix. | |
3125 | |
3126 2005-06-21 Karl Berry <karl@gnu.org> | |
3127 | |
3128 * elisp.texi: Use @copying. | |
3129 | |
3130 * elisp.texi: Put @summarycontents and @contents before the Top | |
3131 node, instead of the end of the file, so that the contents appear | |
3132 in the right place in the dvi/pdf output. | |
3133 | |
3134 2005-06-21 Juri Linkov <juri@jurta.org> | |
3135 | |
3136 * display.texi (Defining Faces): Add `customized-face'. | |
3137 | |
3138 2005-06-20 Kim F. Storm <storm@cua.dk> | |
3139 | |
3140 * variables.texi (Setting Variables): Any type of element can be | |
3141 given order in add-to-ordered-list. Compare elements with eq. | |
3142 | |
3143 * lists.texi (Rearrangement): Sort predicate may just return non-nil. | |
3144 | |
3145 2005-06-20 Karl Berry <karl@gnu.org> | |
3146 | |
3147 * syntax.texi (Syntax Flags): Make last column very slightly wider | |
3148 to avoid "generic comment" breaking on two lines and causing an | |
3149 underfull box. | |
3150 | |
3151 2005-06-19 Luc Teirlinck <teirllm@auburn.edu> | |
3152 | |
3153 * lists.texi (Rings): Various minor clarifications and corrections. | |
3154 | |
3155 2005-06-18 Richard M. Stallman <rms@gnu.org> | |
3156 | |
3157 * functions.texi (Obsolete Functions): Simplify. | |
3158 | |
3159 * variables.texi (Variable Aliases): Simplify. | |
3160 | |
3161 * anti.texi, backups.texi, compile.texi, customization.texi: | |
3162 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: | |
3163 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: | |
3164 * os.texi, processes.texi, searching.texi, strings.texi, text.texi: | |
3165 * variables.texi: Fix formatting ugliness. | |
3166 | |
3167 * elisp.texi: Add links to Rings and Byte Packing. | |
3168 Update version and copyright years. | |
3169 | |
3170 * minibuf.texi: Fix formatting ugliness. | |
3171 (Completion Commands): Move keymap vars to the end | |
3172 and vars completing-read binds to the top. | |
3173 | |
3174 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> | |
3175 | |
3176 * processes.texi: Fix typos. | |
3177 (Bindat Spec): Correct Texinfo error. | |
3178 (Byte Packing): Fix ungrammatical sentence. | |
3179 | |
3180 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org> | |
3181 | |
3182 * lists.texi (Rings): New node. | |
3183 (Lists): Add it to menu. | |
3184 | |
3185 * processes.texi (Byte Packing): New node. | |
3186 (Processes): Add it to menu. | |
3187 | |
3188 2005-06-17 Richard M. Stallman <rms@gnu.org> | |
3189 | |
3190 * syntax.texi (Parsing Expressions): Fix texinfo usage. | |
3191 | |
3192 * help.texi (Documentation Basics): Explain the xref to | |
3193 Documentation Tips. | |
3194 | |
3195 * debugging.texi (Debugger Commands): Minor fix. | |
3196 | |
3197 2005-06-16 Luc Teirlinck <teirllm@auburn.edu> | |
3198 | |
3199 * edebug.texi (Instrumenting): Eliminate duplicate link. | |
3200 (Specification List): Replace references to "below", referring to | |
3201 a later node, with one @ref to that node. | |
3202 | |
3203 * os.texi (Timers): Timers should save and restore the match data | |
3204 if they change it. | |
3205 | |
3206 * debugging.texi (Debugger Commands): Mention that the Lisp | |
3207 debugger can not step through primitive functions. | |
3208 | |
3209 2005-06-16 Juanma Barranquero <lekktu@gmail.com> | |
3210 | |
3211 * functions.texi (Obsolete Functions): Update argument names of | |
3212 `make-obsolete' and `define-obsolete-function-alias'. | |
3213 | |
3214 * variables.texi (Variable Aliases): Update argument names of | |
3215 `defvaralias', `make-obsolete-variable' and | |
3216 `define-obsolete-variable-alias'. | |
3217 | |
3218 2005-06-15 Kim F. Storm <storm@cua.dk> | |
3219 | |
3220 * searching.texi (Entire Match Data): Rephrase warnings about | |
3221 evaporate arg to match-data and set-match-data. | |
3222 | |
3223 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> | |
3224 | |
3225 * elisp.texi (Top): Update detailed menu. | |
3226 | |
3227 * edebug.texi (Edebug): Update menu. | |
3228 (Instrumenting): Update xrefs. | |
3229 (Edebug Execution Modes): Correct xref. | |
3230 (Jumping): Clarify description of `h' command. | |
3231 Eliminate redundant @ref. | |
3232 (Breaks): New node. | |
3233 (Breakpoints): Is now a subsubsection. | |
3234 (Global Break Condition): Mention `C-x X X'. | |
3235 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. | |
3236 (Trace Buffer): Clarify STRING arg of `edebug-tracing'. | |
3237 (Edebug Display Update): Correct pxref. | |
3238 (Edebug and Macros): New node. | |
3239 (Instrumenting Macro Calls): Is now a subsubsection. | |
3240 Neither arg of `def-edebug-spec' is evaluated. | |
3241 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'. | |
3242 (Specification Examples): Fix typo. | |
3243 | |
3244 2005-06-14 Lute Kamstra <lute@gnu.org> | |
3245 | |
3246 * debugging.texi (Function Debugging): Primitives can break on | |
3247 entry too. | |
3248 | |
3249 2005-06-14 Kim F. Storm <storm@cua.dk> | |
3250 | |
3251 * variables.texi (Setting Variables): Add add-to-ordered-list. | |
3252 | |
3253 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
3254 | |
3255 * syntax.texi (Parsing Expressions): Document aux functions and vars of | |
3256 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function. | |
3257 | |
3258 2005-06-13 Lute Kamstra <lute@gnu.org> | |
3259 | |
3260 * text.texi (Special Properties): Fix cross reference. | |
3261 | |
3262 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> | |
3263 | |
3264 * debugging.texi (Function Debugging): Delete mention of empty | |
3265 string argument to `cancel-debug-on-entry'. Delete inaccurate | |
3266 description of the return value of that command. | |
3267 | |
3268 2005-06-11 Alan Mackenzie <acm@muc.de> | |
3269 | |
3270 * text.texi (Adaptive Fill): Amplify the description of | |
3271 fill-context-prefix. | |
3272 | |
3273 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
3274 | |
3275 * syntax.texi (Parsing Expressions): Fix Texinfo error. | |
3276 | |
3277 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
3278 | |
3279 * syntax.texi (Parsing Expressions): Document syntax-ppss. | |
3280 | |
3281 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
3282 | |
3283 * debugging.texi (Error Debugging): Minor rewording. | |
3284 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' | |
3285 is optional. | |
3286 | |
3287 2005-06-10 Lute Kamstra <lute@gnu.org> | |
3288 | |
3289 * elisp.texi: Use EMACSVER to refer to the current version of Emacs. | |
3290 (Top): Give it a title. Correct version number. Give the | |
3291 detailed node listing a more prominent header. | |
3292 * intro.texi: Don't set VERSION here a second time. | |
3293 Mention Emacs's version too. | |
3294 * anti.texi (Antinews): Use EMACSVER to refer to the current | |
3295 version of Emacs. | |
3296 | |
3297 2005-06-09 Kim F. Storm <storm@cua.dk> | |
3298 | |
3299 * searching.texi (Entire Match Data): Explain new `reseat' argument to | |
3300 match-data and set-match-data. | |
3301 | |
3302 2005-06-08 Richard M. Stallman <rms@gnu.org> | |
3303 | |
3304 * searching.texi (Entire Match Data): Clarify when match-data | |
3305 returns markers and when integers. | |
3306 | |
3307 * display.texi (Defining Faces): Explain that face name should not | |
3308 end in `-face'. | |
3309 | |
3310 * modes.texi (Mode Line Data): Minor cleanup. | |
3311 (Customizing Keywords): Node split out of Search-based Fontification. | |
3312 Add example of using font-lock-add-keywords from a hook. | |
3313 Clarify when MODE should be non-nil, and when nil. | |
3314 | |
3315 2005-06-06 Richard M. Stallman <rms@gnu.org> | |
3316 | |
3317 * modes.texi (Mode Line Data): Explain what happens when the car | |
3318 of a list is a void symbol. | |
3319 (Search-based Fontification): Explain MODE arg to | |
3320 font-lock-add-keywords and warn about calls from major modes. | |
3321 | |
3322 2005-06-08 Juri Linkov <juri@jurta.org> | |
3323 | |
3324 * display.texi (Standard Faces): Add `shadow' face. | |
3325 | |
3326 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
3327 | |
3328 * modes.texi (Major Mode Conventions): A derived mode only needs | |
3329 to put the call to the parent mode inside `delay-mode-hooks'. | |
3330 | |
3331 2005-05-29 Richard M. Stallman <rms@gnu.org> | |
3332 | |
3333 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is | |
3334 new, and what that implies. Clarify. | |
3335 | |
3336 * files.texi (Locating Files): Clean up the text. | |
3337 | |
3338 * frames.texi (Window Frame Parameters): Document user-size. | |
3339 Shorten entry for top by referring to left. | |
3340 | |
3341 2005-05-26 Richard M. Stallman <rms@gnu.org> | |
3342 | |
3343 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook | |
3344 is new, and what the implications are. Other clarifications. | |
3345 | |
3346 2005-05-24 Richard M. Stallman <rms@gnu.org> | |
3347 | |
3348 * frames.texi (Dialog Boxes): Minor fixes. | |
3349 | |
3350 2005-05-25 Masatake YAMATO <jet@gyve.org> | |
3351 | |
3352 * display.texi (Standard Faces): Write about `mode-line-highlight'. | |
3353 | |
3354 2005-05-24 Luc Teirlinck <teirllm@auburn.edu> | |
3355 | |
3356 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog' | |
3357 is optional. | |
3358 | |
3359 2005-05-24 Nick Roberts <nickrob@snap.net.nz> | |
3360 | |
3361 * frames.texi (Dialog Boxes): Descibe new optional argument. | |
3362 | |
3363 2005-05-23 Lute Kamstra <lute@gnu.org> | |
3364 | |
3365 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend | |
3366 syntax-begin-function over font-lock-beginning-of-syntax-function. | |
3367 | |
3368 2005-05-21 Luc Teirlinck <teirllm@auburn.edu> | |
3369 | |
3370 * minibuf.texi (Reading File Names): Update description of | |
3371 `read-directory-name'. | |
3372 | |
3373 * modes.texi (Derived Modes): Clarify :group keyword. | |
3374 | |
3375 2005-05-21 Eli Zaretskii <eliz@gnu.org> | |
3376 | |
3377 * files.texi (Locating Files): New subsection. | |
3378 Describe locate-file and executable-find. | |
3379 | |
3380 2005-05-21 Kevin Ryde <user42@zip.com.au> | |
3381 | |
3382 * frames.texi (Initial Parameters): Update cross reference to | |
3383 "Emacs Invocation". | |
3384 | |
3385 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
3386 | |
3387 * keymaps.texi (Active Keymaps): Add anchor. | |
3388 | |
3389 * modes.texi (Hooks): Delete confusing and unnecessary sentence. | |
3390 (Major Mode Conventions): Refer to `Auto Major Mode' in more | |
3391 appropriate place. | |
3392 (Derived Modes): Small clarifications. | |
3393 (Minor Mode Conventions, Keymaps and Minor Modes): | |
3394 Replace references to nodes with references to anchors. | |
3395 (Mode Line Data): Warn that `(:eval FORM)' should not load any files. | |
3396 Clarify description of lists whose first element is an integer. | |
3397 (Mode Line Variables): Add anchor. | |
3398 (%-Constructs): Clarify description of integer after %. | |
3399 (Emulating Mode Line): Describe nil value for FACE. | |
3400 | |
3401 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> | |
3402 | |
3403 * modes.texi (Derived Modes): Correct references to non-existing | |
3404 variable standard-syntax-table. | |
3405 | |
3406 2005-05-17 Lute Kamstra <lute@gnu.org> | |
3407 | |
3408 * modes.texi (Defining Minor Modes): Mention the mode hook. | |
3409 | |
3410 2005-05-15 Kim F. Storm <storm@cua.dk> | |
3411 | |
3412 * processes.texi (Network): Remove open-network-stream-nowait. | |
3413 (Network Servers): Remove open-network-stream-server. | |
3414 | |
3415 2005-05-15 Luc Teirlinck <teirllm@auburn.edu> | |
3416 | |
3417 * elisp.texi (Top): Update detailed menu. | |
3418 | |
3419 * variables.texi: Reorder nodes. | |
3420 (Variables): Update menu. | |
3421 (File Local Variables): Do not refer to the `-*-' line as | |
3422 a "local variables list". Add pxref. | |
3423 | |
3424 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> | |
3425 | |
3426 * elisp.texi (Top): Update detailed menu for node changes. | |
3427 | |
3428 * modes.texi (Modes): Update Menu. | |
3429 (Hooks): Move to beginning of chapter. | |
3430 Most minor modes run mode hooks too. | |
3431 `add-hook' can handle void hooks or hooks whose value is a single | |
3432 function. | |
3433 (Major Modes): Update Menu. | |
3434 (Major Mode Basics): New node, split off from `Major Modes'. | |
3435 (Major Mode Conventions): Correct xref. Explain how to handle | |
3436 auto-mode-alist if the major mode command has an autoload cookie. | |
3437 (Auto Major Mode): Major update. Add magic-mode-alist. | |
3438 (Derived Modes): Major update. | |
3439 (Mode Line Format): Update Menu. | |
3440 (Mode Line Basics): New node, split off from `Mode Line Format'. | |
3441 | |
3442 * loading.texi (Autoload): Mention `autoload cookie' as synonym | |
3443 for `magic autoload comment'. Add index entries and anchor. | |
3444 | |
3445 2005-05-14 Richard M. Stallman <rms@gnu.org> | |
3446 | |
3447 * tips.texi (Coding Conventions): Explain how important it is | |
3448 that just loading certain files not change Emacs behavior. | |
3449 | |
3450 * modes.texi (Defining Minor Modes): Define define-global-minor-mode. | |
3451 | |
3452 2005-05-12 Lute Kamstra <lute@gnu.org> | |
3453 | |
3454 * modes.texi (Generic Modes): Update. | |
3455 (Major Modes): Refer to node "Generic Modes". | |
3456 | |
3457 * elisp.texi (Top): Update to the current structure of the manual. | |
3458 * processes.texi (Processes): Add menu description. | |
3459 * customize.texi (Customization): Add menu descriptions. | |
3460 | |
3461 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org> | |
3462 | |
3463 * processes.texi (Signals to Processes) | |
3464 (Low-Level Network): Fix typos. | |
3465 | |
3466 2005-05-11 Lute Kamstra <lute@gnu.org> | |
3467 | |
3468 * elisp.texi (Top): Add some nodes from the chapter "Major and | |
3469 Minor Modes" to the detailed node listing. | |
3470 | |
3471 2005-05-10 Richard M. Stallman <rms@gnu.org> | |
3472 | |
3473 * keymaps.texi (Extended Menu Items): Menu item filter functions | |
3474 can be called at any time. | |
3475 | |
3476 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> | |
3477 | |
3478 * variables.texi (File Local Variables): `(hack-local-variables t)' | |
3479 now also checks whether a mode is specified in the local variables | |
3480 list. | |
3481 | |
3482 2005-05-05 Kevin Ryde <user42@zip.com.au> | |
3483 | |
3484 * display.texi (The Echo Area): Correct format function cross | |
3485 reference. | |
3486 | |
3487 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | |
3488 | |
3489 * variables.texi (Variable Aliases): Change description of | |
3490 `define-obsolete-variable-alias'. | |
3491 | |
3492 * functions.texi (Functions): Add "Obsolete Functions" to menu. | |
3493 (Defining Functions): Add xref. | |
3494 (Obsolete Functions): New node. | |
3495 (Function Safety): Standardize capitalization of section title. | |
3496 | |
3497 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'. | |
3498 (Dialog Boxes): Complete description of `x-popup-dialog'. | |
3499 | |
3500 2005-05-04 Richard M. Stallman <rms@gnu.org> | |
3501 | |
3502 * commands.texi (Interactive Codes): Fix Texinfo usage. | |
3503 Document U more clearly. | |
3504 | |
3505 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
3506 | |
3507 * variables.texi (Variable Aliases): `make-obsolete-variable' is a | |
3508 function and not a macro. | |
3509 | |
3510 * frames.texi (Pop-Up Menus): Correct and clarify description of | |
3511 `x-popup-menu'. | |
3512 (Dialog Boxes): Clarify description of `x-popup-dialog'. | |
3513 | |
3514 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
3515 | |
3516 * edebug.texi (Checking Whether to Stop): Fix previous change. | |
3517 | |
3518 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
3519 | |
3520 * display.texi: Fix typos and Texinfo usage. | |
3521 | |
3522 * edebug.texi (Checking Whether to Stop): executing-macro -> | |
3523 executing-kbd-macro. | |
3524 | |
3525 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
3526 | |
3527 * display.texi (Invisible Text): Correct add-to-invisibility-spec. | |
3528 | |
3529 2005-04-30 Richard M. Stallman <rms@gnu.org> | |
3530 | |
3531 * files.texi (Magic File Names): Document `operations' property. | |
3532 | |
3533 2005-04-29 Lute Kamstra <lute@gnu.org> | |
3534 | |
3535 * modes.texi (Generic Modes): New node. | |
3536 (Major Modes): Add it to the menu. | |
3537 (Derived Modes): Add "derived mode" to concept index. | |
3538 | |
3539 2005-04-28 Lute Kamstra <lute@gnu.org> | |
3540 | |
3541 * modes.texi (Defining Minor Modes): Fix previous change. | |
3542 (Font Lock Mode): Simplify. | |
3543 (Font Lock Basics): Say that font-lock-defaults is buffer-local | |
3544 when set and that some parts are optional. Add cross references. | |
3545 (Search-based Fontification): Say how to specify font-lock-keywords. | |
3546 Add cross references. Add font-lock-multiline to index. | |
3547 Move font-lock-keywords-case-fold-search here from node "Other Font | |
3548 Lock Variables". Document font-lock-add-keywords and | |
3549 font-lock-remove-keywords. | |
3550 (Other Font Lock Variables): Move font-lock-keywords-only, | |
3551 font-lock-syntax-table, font-lock-beginning-of-syntax-function, | |
3552 and font-lock-syntactic-face-function to node "Syntactic Font | |
3553 Lock". Move font-lock-keywords-case-fold-search to node | |
3554 "Search-based Fontification". Document font-lock-inhibit-thing-lock | |
3555 and font-lock-{,un}fontify-{buffer,region}-function. | |
3556 (Precalculated Fontification): Remove reference to deleted variable | |
3557 font-lock-core-only. | |
3558 (Faces for Font Lock): Add font-lock-comment-delimiter-face. | |
3559 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, | |
3560 font-lock-syntax-table, font-lock-beginning-of-syntax-function, | |
3561 and font-lock-syntactic-face-function here from node "Other Font | |
3562 Lock Variables". Move font-lock-syntactic-keywords to "Setting | |
3563 Syntax Properties". Add cross references. | |
3564 (Setting Syntax Properties): New node. | |
3565 Move font-lock-syntactic-keywords here from "Syntactic Font Lock". | |
3566 * syntax.texi (Syntax Properties): Add cross reference. | |
3567 * hooks.texi (Standard Hooks): Add Font-Lock hooks. | |
3568 | |
3569 2005-04-26 Richard M. Stallman <rms@gnu.org> | |
3570 | |
3571 * display.texi (Defining Faces): | |
3572 Document `default' elements of defface spec. | |
3573 | |
3574 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode. | |
3575 | |
3576 * variables.texi (Variable Aliases): Clarify text. | |
3577 | |
3578 2005-04-25 Chong Yidong <cyd@stupidchicken.com> | |
3579 | |
3580 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock. | |
3581 | |
3582 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> | |
3583 | |
3584 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. | |
3585 | |
3586 2005-04-24 Eli Zaretskii <eliz@gnu.org> | |
3587 | |
3588 * syntax.texi (Syntax Table Internals): Elaborate documentation of | |
3589 syntax-after and syntax-class. | |
3590 | |
3591 * files.texi (Changing Files): Fix last change's cross-reference. | |
3592 (Unique File Names): Don't mention "numbers" in the documentation | |
3593 of make-temp-file and make-temp-name. | |
3594 | |
3595 2005-04-23 Richard M. Stallman <rms@gnu.org> | |
3596 | |
3597 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file. | |
3598 | |
3599 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
3600 | |
3601 * windows.texi (Cyclic Window Ordering): Clarify window-list. | |
3602 | |
3603 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
3604 | |
3605 * variables.texi (Variable Aliases): Describe make-obsolete-variable | |
3606 and define-obsolete-variable-alias. | |
3607 | |
3608 2005-04-22 Kim F. Storm <storm@cua.dk> | |
3609 | |
3610 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe. | |
3611 (Other Plists): Remove safe-plist-get, as plist-get is now safe. | |
3612 | |
3613 2005-04-21 Lute Kamstra <lute@gnu.org> | |
3614 | |
3615 * lists.texi (Association Lists): Document rassq-delete-all. | |
3616 | |
3617 2005-04-19 Richard M. Stallman <rms@gnu.org> | |
3618 | |
3619 * modes.texi (Search-based Fontification): Explain that | |
3620 facespec is an expression to be evaluated. | |
3621 | |
3622 2005-04-19 Kevin Ryde <user42@zip.com.au> | |
3623 | |
3624 * streams.texi (Output Functions): Fix xref. | |
3625 * strings.texi (String Conversion): Fix xref. | |
3626 | |
3627 2005-04-19 Kim F. Storm <storm@cua.dk> | |
3628 | |
3629 * symbols.texi (Symbol Plists): Add safe-get. | |
3630 Mention that `get' may signal an error. | |
3631 | |
3632 2005-04-18 Nick Roberts <nickrob@snap.net.nz> | |
3633 | |
3634 * customize.texi (Variable Definitions): Replace tooltip-mode | |
3635 example with save-place. | |
3636 | |
3637 2005-04-17 Richard M. Stallman <rms@gnu.org> | |
3638 | |
3639 * buffers.texi (Indirect Buffers): Clarify. | |
3640 | |
3641 * positions.texi (Positions): Clarify converting marker to integer. | |
3642 | |
3643 * strings.texi (String Basics): Mention string-match; clarify. | |
3644 | |
3645 2005-04-08 Lute Kamstra <lute@gnu.org> | |
3646 | |
3647 * modes.texi (Search-based Fontification): Fix cross references. | |
3648 Use consistent terminology. Document anchored highlighting. | |
3649 | |
3650 2005-04-05 Lute Kamstra <lute@gnu.org> | |
3651 | |
3652 * modes.texi (Defining Minor Modes): Document :group keyword | |
3653 argument and its default value. | |
3654 | |
3655 2005-04-03 Lute Kamstra <lute@gnu.org> | |
3656 | |
3657 * hooks.texi (Standard Hooks): Add some hooks. Add cross | |
3658 references and/or descriptions. Delete major mode hooks; mention | |
3659 them as a category instead. Rename or delete obsolete hooks. | |
3660 | |
3661 2005-04-02 Richard M. Stallman <rms@gnu.org> | |
3662 | |
3663 * nonascii.texi (Coding System Basics): Another wording cleanup. | |
3664 | |
3665 2005-04-01 Richard M. Stallman <rms@gnu.org> | |
3666 | |
3667 * nonascii.texi (Coding System Basics): Clarify previous change. | |
3668 | |
3669 2005-04-01 Kenichi Handa <handa@m17n.org> | |
3670 | |
3671 * nonascii.texi (Coding System Basics): Describe about rondtrip | |
3672 identity of coding systems. | |
3673 | |
3674 2005-03-29 Chong Yidong <cyd@stupidchicken.com> | |
3675 | |
3676 * text.texi (Buffer Contents): Add filter-buffer-substring and | |
3677 buffer-substring-filters. | |
3678 | |
3679 2005-03-26 Chong Yidong <cyd@stupidchicken.com> | |
3680 | |
3681 * anti.texi (Antinews): Mention `G' interactive code. | |
3682 | |
3683 * tips.texi (Compilation Tips): Mention benchmark.el. | |
3684 | |
3685 2005-03-27 Luc Teirlinck <teirllm@auburn.edu> | |
3686 | |
3687 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block' | |
3688 is now bound to M-o M-o. | |
3689 | |
3690 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o. | |
3691 | |
3692 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> | |
3693 | |
3694 * calendar.texi: Delete file (and move contents to emacs-xtra.texi | |
3695 in the Emacs Manual). | |
3696 * Makefile.in (srcs): Remove calendar.texi. | |
3697 * makefile.w32-in (srcs): Remove calendar.texi. | |
3698 * display.texi (Display): Change name of next node. | |
3699 * os.texi (System In): Change name of previous node. | |
3700 * elisp.texi (Top): Remove Calendar references. | |
3701 * vol1.texi (Top): Remove Calendar references. | |
3702 * vol2.texi (Top): Remove Calendar references. | |
3703 | |
3704 2005-03-25 Richard M. Stallman <rms@gnu.org> | |
3705 | |
3706 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps): | |
3707 Cleanup previous change. | |
3708 | |
3709 2005-03-25 Chong Yidong <cyd@stupidchicken.com> | |
3710 | |
3711 * display.texi (Face Attributes): Faces earlier in an :inherit | |
3712 list take precedence. | |
3713 (Scroll Bars): Fix description of vertical-scroll-bars. | |
3714 Document frame-current-scroll-bars and window-current-scroll-bars. | |
3715 | |
3716 * markers.texi (The Mark): Document temporary Transient Mark mode. | |
3717 | |
3718 * minibuf.texi (Reading File Names): | |
3719 Document read-file-name-completion-ignore-case. | |
3720 | |
3721 * positions.texi (Screen Lines): Document nil for width argument | |
3722 to compute-motion. | |
3723 | |
3724 2005-03-23 Kim F. Storm <storm@cua.dk> | |
3725 | |
3726 * display.texi (Standard Faces): Other faces used in the fringe | |
3727 implicitly inherits from the fringe face. | |
3728 (Fringe Bitmaps): FACE in right-fringe and left-fringe display | |
3729 properties implicitly inherits from fringe face. | |
3730 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face. | |
3731 | |
3732 2005-03-20 Chong Yidong <cyd@stupidchicken.com> | |
3733 | |
3734 * display.texi (Invisible Text): State default value of | |
3735 line-move-ignore-invisible. | |
3736 (Managing Overlays): Document remove-overlays. | |
3737 (Standard Faces): Document escape-glyph face. | |
3738 | |
3739 * minibuf.texi (Reading File Names): Document read-file-name-function. | |
3740 | |
3741 * modes.texi (Other Font Lock Variables): | |
3742 Document font-lock-lines-before. | |
3743 | |
3744 * positions.texi (Skipping Characters): skip-chars-forward allows | |
3745 character classes. | |
3746 | |
3747 2005-03-18 Lute Kamstra <lute@gnu.org> | |
3748 | |
3749 * edebug.texi (Instrumenting Macro Calls): Fix another typo. | |
3750 | |
3751 2005-03-17 Richard M. Stallman <rms@gnu.org> | |
3752 | |
3753 * text.texi (Undo): Document extensible undo entries. | |
3754 | |
86150
d0f21febd1dc
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86086
diff
changeset
|
3755 * searching.texi (String Search, Regexp Search): Cleanups. |
84043 | 3756 |
3757 * nonascii.texi (Character Codes): Minor fix. | |
3758 | |
3759 * display.texi (Display Property): Explain the significance | |
3760 of having text properties that are eq. | |
3761 (Other Display Specs): Explain string as display spec. | |
3762 | |
3763 * commands.texi (Interactive Codes): Document G option. | |
3764 | |
3765 2005-03-17 Chong Yidong <cyd@stupidchicken.com> | |
3766 | |
3767 * text.texi (Filling): Add sentence-end-without-period and | |
3768 sentence-end-without-space. | |
3769 (Changing Properties): Minor fix. | |
3770 | |
3771 * anti.texi: Total rewrite. | |
3772 | |
3773 2005-03-15 Lute Kamstra <lute@gnu.org> | |
3774 | |
3775 * edebug.texi (Instrumenting Macro Calls): Fix typos. | |
3776 | |
3777 2005-03-08 Kim F. Storm <storm@cua.dk> | |
3778 | |
3779 * display.texi (Specified Space): Property :width is support on | |
3780 non-graphic terminals, :height is not. | |
3781 | |
3782 2005-03-07 Richard M. Stallman <rms@gnu.org> | |
3783 | |
3784 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): | |
3785 Now subnodes of Fringes. | |
3786 (Overlay Arrow): Document overlay-arrow-variable-list. | |
3787 (Fringe Size/Pos): New node, broken out of Fringes. | |
3788 (Display): Explain clearing vs redisplay better. | |
3789 (Truncation): Clarify use of bitmaps. | |
3790 (The Echo Area): Clarify the uses of the echo area. | |
3791 Add max-mini-window-height. | |
3792 (Progress): Clarify. | |
3793 (Invisible Text): Explain that main loop moves point out. | |
3794 (Selective Display): Say "hidden", not "invisible". | |
3795 (Managing Overlays): Move up. Describe relation to Undo here. | |
3796 (Overlay Properties): Clarify intro. | |
3797 (Finding Overlays): Explain return values when nothing found. | |
3798 (Width): truncate-string-to-width has added arg. | |
3799 (Displaying Faces): Clarify and update mode line face handling. | |
3800 (Face Functions): Minor cleanup. | |
3801 (Conditional Display): Merge into Other Display Specs. | |
3802 (Pixel Specification, Other Display Specs): Minor cleanups. | |
3803 (Images, Image Descriptors): Minor cleanups. | |
3804 (GIF Images): Patents have expired. | |
3805 (Showing Images): Explain default text for insert-image. | |
3806 (Manipulating Button Types): Merge into Manipulating Buttons. | |
3807 (Making Buttons): Explain return values. | |
3808 (Button Buffer Commands): Add xref. | |
3809 (Inverse Video): Update mode-line-inverse-video. | |
3810 (Display Table Format): Clarify. | |
3811 (Active Display Table): Give defaults for window-display-table. | |
3812 | |
3813 * calendar.texi (Calendar Customizing): calendar-holiday-marker | |
3814 and calendar-today-marker are strings, not chars. | |
3815 (Holiday Customizing): Minor fix. | |
3816 | |
3817 * internals.texi (Writing Emacs Primitives): Update `or' example. | |
3818 Update limit on # args of subr. | |
3819 | |
3820 * edebug.texi (Using Edebug): Arrow is in fringe. | |
3821 (Instrumenting): Arg to eval-defun works without loading edebug. | |
3822 (Edebug Execution Modes): Add xref. | |
3823 | |
3824 * customize.texi (Common Keywords): Clarify :require. | |
3825 Mention :version here. | |
3826 (Variable Definitions, Group Definitions): Not here. | |
3827 (Variable Definitions): Clarify symbol arg to :initialize and :set fns. | |
3828 | |
3829 2005-03-07 Chong Yidong <cyd@stupidchicken.com> | |
3830 * nonascii.texi (Text Representations): Clarify position-bytes. | |
3831 (Character Sets): Add list-charset-chars. | |
3832 (Scanning Charsets): Add charset-after. | |
3833 (Encoding and I/O): Minor fix. | |
3834 | |
3835 2005-03-06 Richard M. Stallman <rms@gnu.org> | |
3836 | |
3837 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21". | |
3838 (Resizing Windows): Likewise. | |
3839 | |
3840 * text.texi (Change Hooks): Get rid of "Emacs 21". | |
3841 | |
3842 * strings.texi (Formatting Strings): Get rid of "Emacs 21". | |
3843 | |
3844 * streams.texi (Output Variables): Get rid of "Emacs 21". | |
3845 | |
3846 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21". | |
3847 | |
3848 * os.texi (Translating Input): Replace flow-control example | |
3849 with a less obsolete example that uses `keyboard-translate'. | |
3850 | |
3851 * objects.texi (Hash Table Type, Circular Objects): | |
3852 Get rid of "Emacs 21". | |
3853 | |
3854 * modes.texi (Mode Line Format): Get rid of "Emacs 21". | |
3855 (Mode Line Data, Properties in Mode, Header Lines): Likewise. | |
3856 | |
3857 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21". | |
3858 | |
3859 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21". | |
3860 | |
3861 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21". | |
3862 (Menu Bar): Fix when menu-bar-update-hook is called. | |
3863 | |
3864 * hash.texi (Hash Tables): Get rid of "Emacs 21". | |
3865 | |
3866 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21", | |
3867 and make it read better. | |
3868 | |
3869 * files.texi (Writing to Files): Get rid of "Emacs 21". | |
3870 (Unique File Names): Likewise. | |
3871 | |
3872 * elisp.texi: Update Emacs version to 22. | |
3873 | |
3874 * display.texi (Forcing Redisplay): Get rid of "Emacs 21". | |
3875 (Overlay Properties, Face Attributes): Likewise. | |
3876 (Managing Overlays): Fix punctuation. | |
3877 (Attribute Functions): Clarify set-face-font; get rid of | |
3878 info about old Emacs versions. | |
3879 (Auto Faces, Font Lookup, Display Property, Images): | |
3880 Get rid of "Emacs 21". | |
3881 | |
3882 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21". | |
3883 | |
3884 2005-03-05 Richard M. Stallman <rms@gnu.org> | |
3885 | |
3886 * debugging.texi (Error Debugging): Remove stack-trace-on-error. | |
3887 | |
3888 2005-03-04 Lute Kamstra <lute@gnu.org> | |
3889 | |
3890 * debugging.texi (Error Debugging): Document stack-trace-on-error. | |
3891 | |
3892 2005-03-03 Lute Kamstra <lute@gnu.org> | |
3893 | |
3894 * edebug.texi (Instrumenting Macro Calls): Fix typo. | |
3895 | |
3896 2005-03-01 Lute Kamstra <lute@gnu.org> | |
3897 | |
3898 * debugging.texi (Debugger Commands): Update `j'. | |
3899 | |
3900 2005-02-28 Lute Kamstra <lute@gnu.org> | |
3901 | |
3902 * debugging.texi (Debugging): Fix typo. | |
3903 (Error Debugging): Document eval-expression-debug-on-error. | |
3904 (Function Debugging): Update example. | |
3905 (Using Debugger): Mention starred stack frames. | |
3906 (Debugger Commands): Document `j' and `l'. | |
3907 (Invoking the Debugger): `d' and `j' exit recursive edit too. | |
3908 Update the messages that the debugger displays. | |
3909 (Internals of Debugger): Add cross reference. Update example. | |
3910 (Excess Open): Minor improvement. | |
3911 (Excess Close): Minor improvement. | |
3912 | |
3913 2005-02-26 Richard M. Stallman <rms@gnu.org> | |
3914 | |
3915 * tips.texi (Coding Conventions): Clarify. | |
3916 Put all the major mode key reservations together. | |
3917 Mention the Mouse-1 => Mouse-2 conventions. | |
3918 | |
3919 * syntax.texi (Syntax Class Table): Clarify. | |
3920 (Syntax Table Functions): syntax-after moved from here. | |
3921 (Syntax Table Internals): syntax-after moved to here. | |
3922 (Parsing Expressions): Update info on number of values | |
3923 and what's meaningful in the STATE argument. | |
3924 (Categories): Fix typo. | |
3925 | |
3926 * sequences.texi (Arrays): Cleanup. | |
3927 (Char-Tables): Clarify. | |
3928 | |
3929 * processes.texi (Deleting Processes): Cleanups, add xref. | |
3930 (Subprocess Creation): Explain nil in exec-path. Cleanup. | |
3931 (Process Information): set-process-coding-system, some args optional. | |
3932 (Input to Processes): Explain various types for PROCESS args. | |
3933 Rename them from PROCESS-NAME to PROCESS. | |
3934 (Signals to Processes): Likewise. | |
3935 (Decoding Output): Cleanup. | |
3936 (Query Before Exit): Clarify. | |
3937 | |
3938 * os.texi (Startup Summary): Correct the options; add missing ones. | |
3939 (Terminal Output, Batch Mode): Clarify. | |
3940 (Flow Control): Node deleted. | |
3941 | |
3942 * markers.texi (The Mark): Clarify. | |
3943 | |
3944 * macros.texi (Expansion): Cleanup. | |
3945 (Indenting Macros): indent-spec allows ints, not floats. | |
3946 | |
3947 * keymaps.texi (Keymaps): Clarify. | |
3948 (Format of Keymaps): Update lisp-mode-map example. | |
3949 (Active Keymaps, Key Lookup): Clarify. | |
3950 (Changing Key Bindings): Add xref to `kbd'. | |
3951 (Key Binding Commands, Simple Menu Items): Clarify. | |
3952 (Mouse Menus, Menu Bar): Clarify. | |
3953 (Menu Example): Replace print example with menu-bar-replace-menu. | |
3954 | |
3955 * help.texi (Documentation Basics): Add function-documentation prop. | |
3956 | |
3957 * elisp.texi (Top): Don't refer to Flow Control node. | |
3958 | |
3959 * commands.texi (Command Overview): Improve xrefs. | |
3960 (Adjusting Point): Adjusting point applies to intangible and invis. | |
3961 (Key Sequence Input): Doc extra read-key-sequence args. | |
3962 Likewise for read-key-sequence-vector. | |
3963 | |
3964 * backups.texi (Rename or Copy): Minor fix. | |
3965 (Numbered Backups): For version-control, say the default. | |
3966 (Auto-Saving): make-auto-save-file-name example is simplified. | |
3967 | |
3968 * advice.texi (Advising Functions): Don't imply one part of Emacs | |
3969 should advise another part. Markup changes. | |
3970 (Defining Advice): Move transitional para. | |
3971 (Activation of Advice): Cleanup. | |
3972 Explain if COMPILE is nil or negative. | |
3973 | |
3974 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo. | |
3975 | |
3976 2005-02-24 Lute Kamstra <lute@gnu.org> | |
3977 | |
3978 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE, | |
3979 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used. | |
3980 | |
3981 2005-02-23 Lute Kamstra <lute@gnu.org> | |
3982 | |
3983 * modes.texi (Defining Minor Modes): define-minor-mode can be used | |
3984 to define global minor modes as well. | |
3985 | |
3986 * display.texi (Managing Overlays): overlay-buffer returns nil for | |
3987 deleted overlays. | |
3988 | |
3989 2005-02-22 Kim F. Storm <storm@cua.dk> | |
3990 | |
3991 * minibuf.texi (Basic Completion): Allow symbols in addition to | |
3992 strings in try-completion and all-completions. | |
3993 | |
3994 2005-02-14 Lute Kamstra <lute@gnu.org> | |
3995 | |
3996 * elisp.texi (Top): Remove reference to deleted node. | |
3997 | |
3998 * lists.texi (Lists): Remove reference to deleted node. | |
3999 (Cons Cells): Fix typo. | |
4000 | |
4001 * loading.texi (Where Defined): Fix typo. | |
4002 | |
4003 2005-02-14 Richard M. Stallman <rms@gnu.org> | |
4004 | |
4005 * variables.texi (Creating Buffer-Local): change-major-mode-hook | |
4006 is useful for discarding some minor modes. | |
4007 | |
4008 * symbols.texi (Symbol Components): Reorder examples. | |
4009 | |
4010 * streams.texi (Input Functions): State standard-input default. | |
4011 (Output Variables): State standard-output default. | |
4012 | |
4013 * objects.texi (Printed Representation): Clarify read syntax vs print. | |
4014 (Floating Point Type): Explain meaning better. | |
4015 (Symbol Type): Explain uniqueness better. | |
4016 (Cons Cell Type): Explain empty list sooner. CAR and CDR later. | |
4017 List examples sooner. | |
4018 (Box Diagrams): New subnode broken out. | |
4019 Some examples moved from old Lists as Boxes node. | |
4020 (Dotted Pair Notation): Clarify intro. | |
4021 (Array Type): Clarify. | |
4022 (Type Predicates): Add hash-table-p. | |
4023 | |
4024 * numbers.texi (Integer Basics): Clarify radix explanation. | |
4025 (Predicates on Numbers): Minor clarification. | |
4026 (Comparison of Numbers): Minor clarification. Clarify eql. | |
4027 Typos in min, max. | |
4028 (Math Functions): Clarify overflow in expt. | |
4029 | |
4030 * minibuf.texi (Text from Minibuffer): Minor clarification. | |
4031 Mention arrow keys. | |
4032 | |
4033 * loading.texi (Autoload): defun's doc string overrides autoload's | |
4034 doc string. | |
4035 (Repeated Loading): Modernize "add to list" examples. | |
4036 (Where Defined): Finish updating table of load-history elts. | |
4037 | |
4038 * lists.texi (List-related Predicates): Minor wording improvement. | |
4039 (Lists as Boxes): Node deleted. | |
4040 (Building Lists): Explain trivial cases of number-sequence. | |
4041 | |
4042 * hash.texi (Hash Tables): Add desc to menu items. | |
4043 (Creating Hash): Expain "full" means "make larger", | |
4044 (Hash Access): Any object can be a key. | |
4045 State value of maphash. | |
4046 | |
4047 * functions.texi (What Is a Function): Wording cleanup. | |
4048 (Function Documentation): Minor cleanup. | |
4049 Explain purpose of calling convention at end of doc string. | |
4050 (Function Names): Wording cleanup. | |
4051 (Calling Functions): Wording cleanup. | |
4052 Explain better how funcall calls the function. | |
4053 (Function Cells): Delete example of saving and redefining function. | |
4054 | |
4055 * control.texi (Combining Conditions): Wording cleanup. | |
4056 (Iteration): dolist and dotimes bind VAR locally. | |
4057 (Cleanups): Xref to Atomic Changes. | |
4058 | |
4059 * compile.texi (Byte Compilation): Delete 19.29 info. | |
4060 (Compilation Functions): Macros' difficulties don't affect defsubst. | |
4061 (Docs and Compilation): Delete 19.29 info. | |
4062 | |
4063 2005-02-10 Richard M. Stallman <rms@gnu.org> | |
4064 | |
4065 * objects.texi (Symbol Type): Minor correction. | |
4066 | |
4067 2005-02-06 Lute Kamstra <lute@gnu.org> | |
4068 | |
4069 * modes.texi (Example Major Modes): Fix typos. | |
4070 | |
4071 2005-02-06 Richard M. Stallman <rms@gnu.org> | |
4072 | |
4073 * text.texi (Margins): fill-nobreak-predicate can be one function. | |
4074 | |
4075 * strings.texi (Modifying Strings): clear-string can make unibyte. | |
4076 (Formatting Strings): format gives error if values missing. | |
4077 | |
4078 * positions.texi (Character Motion): Mention default arg | |
4079 for forward-char. backward-char refers to forward-char. | |
4080 (Word Motion): Mention default arg for forward-word. | |
4081 (Buffer End Motion): Mention default arg for beginning-of-buffer. | |
4082 Simplify end-of-buffer. | |
4083 (Text Lines): Mention default arg for forward-line. | |
4084 (List Motion): Mention default arg for beginning/end-of-defun. | |
4085 (Skipping Characters): Minor fixes in explaining character-set. | |
4086 | |
4087 * modes.texi (Major Mode Conventions): Mention "system abbrevs". | |
4088 Mode inheritance applies only when default-major-mode is nil. | |
4089 Clarifications. | |
4090 (Example Major Modes): Update Text mode and Lisp mode examples. | |
4091 (Minor Mode Conventions): Mention define-minor-mode at top. | |
4092 (Defining Minor Modes): In Hungry example, don't define C-M-DEL. | |
4093 (Mode Line Format): Update mode line face display info. | |
4094 (Properties in Mode): Mention effect of risky vars. | |
4095 (Imenu): Define imenu-add-to-menubar. | |
4096 (Font Lock Mode): Add descriptions to menu lines. | |
4097 (Faces for Font Lock): Add font-lock-doc-face. | |
4098 | |
4099 2005-02-05 Lute Kamstra <lute@gnu.org> | |
4100 | |
4101 * text.texi (Maintaining Undo): Remove obsolete function. | |
4102 | |
4103 2005-02-05 Eli Zaretskii <eliz@gnu.org> | |
4104 | |
4105 * frames.texi (Color Names): Add pointer to the X docs about RGB | |
4106 color specifications. Improve indexing | |
4107 (Text Terminal Colors): Replace the description of RGB values by | |
4108 an xref to "Color Names". | |
4109 | |
4110 2005-02-03 Richard M. Stallman <rms@gnu.org> | |
4111 | |
4112 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows. | |
4113 Clarify. | |
4114 (Selecting Windows): Clarify save-selected-window. | |
4115 (Cyclic Window Ordering): Clarify walk-windows. | |
4116 (Window Point): Clarify. | |
4117 (Window Start): Add comment to example. | |
4118 (Resizing Windows): Add `interactive' specs in examples. | |
4119 Document fit-window-to-buffer. | |
4120 | |
4121 * text.texi (User-Level Deletion): just-one-space takes numeric arg. | |
4122 (Undo, Maintaining Undo): Clarify last change. | |
4123 (Sorting): In sort-numeric-fields, explain about octal and hex. | |
4124 Mention sort-numeric-base. | |
4125 (Format Properties): Add xref for hard newlines. | |
4126 | |
4127 * frames.texi (Window Frame Parameters): Explain pixel=char on tty. | |
4128 (Pop-Up Menus): Fix typo. | |
4129 (Color Names): Explain all types of color names. | |
4130 Explain color-values on B&W terminal. | |
4131 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names. | |
4132 | |
4133 * files.texi (File Locks): Not supported on MS systems. | |
4134 (Testing Accessibility): Clarify. | |
4135 | |
4136 * edebug.texi (Printing in Edebug): Fix edebug-print-circle. | |
4137 (Coverage Testing): Fix typo. | |
4138 | |
4139 * commands.texi (Misc Events): Remove stray space. | |
4140 | |
4141 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name. | |
4142 (Modification Time): Clarify when visited-file-modtime returns 0. | |
4143 (The Buffer List): Clarify bury-buffer. | |
4144 (Killing Buffers): Clarify. | |
4145 (Indirect Buffers): Add clone-indirect-buffer. | |
4146 | |
4147 2005-02-02 Matt Hodges <MPHodges@member.fsf.org> | |
4148 | |
4149 * edebug.texi (Printing in Edebug): Fix default value of | |
4150 edebug-print-circle. | |
4151 (Coverage Testing): Fix displayed frequency count data. | |
4152 | |
4153 2005-02-02 Luc Teirlinck <teirllm@auburn.edu> | |
4154 | |
4155 * text.texi (Maintaining Undo): Add `undo-outer-limit'. | |
4156 | |
4157 2005-02-02 Kim F. Storm <storm@cua.dk> | |
4158 | |
4159 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements. | |
4160 | |
4161 2005-01-29 Eli Zaretskii <eliz@gnu.org> | |
4162 | |
4163 * commands.texi (Misc Events): Describe the help-echo event. | |
4164 | |
4165 * text.texi (Special Properties) <help-echo>: Use `pos' | |
4166 consistently in description of the help-echo property. | |
4167 Use @code{nil} instead of @var{nil}. | |
4168 | |
4169 * display.texi (Overlay Properties): Fix the index entry for | |
4170 help-echo overlay property. | |
4171 | |
4172 * customize.texi (Type Keywords): Uncomment the xref to the | |
4173 help-echo property documentation. | |
4174 | |
4175 2005-01-23 Kim F. Storm <storm@cua.dk> | |
4176 | |
4177 * windows.texi (Window Start): Fix `pos-visible-in-window-p' | |
4178 return value. Third element FULLY replaced by PARTIAL which | |
4179 specifies number of invisible pixels if row is only partially visible. | |
4180 (Textual Scrolling): Mention auto-window-vscroll. | |
4181 (Vertical Scrolling): New defvar auto-window-vscroll. | |
4182 | |
4183 2005-01-16 Luc Teirlinck <teirllm@auburn.edu> | |
4184 | |
4185 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses | |
4186 command remapping. | |
4187 | |
4188 2005-01-15 Richard M. Stallman <rms@gnu.org> | |
4189 | |
4190 * display.texi (Defining Images): Mention DATA-P arg of create-image. | |
4191 | |
4192 2005-01-14 Kim F. Storm <storm@cua.dk> | |
4193 | |
4194 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y. | |
4195 | |
4196 * text.texi (Links and Mouse-1): Fix string and vector item. | |
4197 | |
4198 2005-01-13 Richard M. Stallman <rms@gnu.org> | |
4199 | |
4200 * keymaps.texi (Active Keymaps): Rewrite the text, and update the | |
4201 descriptions of overriding-local-map and overriding-terminal-local-map. | |
4202 | |
4203 * text.texi (Links and Mouse-1): Clarify text. | |
4204 | |
4205 2005-01-13 Kim F. Storm <storm@cua.dk> | |
4206 | |
4207 * modes.texi (Emulating Mode Line): Update format-mode-line entry. | |
4208 | |
4209 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change) | |
4210 | |
4211 * keymaps.texi (Active Keymaps): Fix overriding-local-map description. | |
4212 | |
4213 2005-01-12 Kim F. Storm <storm@cua.dk> | |
4214 | |
4215 * text.texi (Links and Mouse-1): Rename section from Enabling | |
4216 Mouse-1 to Following Links. Change xrefs. | |
4217 Add examples for define-button-type and define-widget. | |
4218 | |
4219 * display.texi (Button Properties, Button Buffer Commands): | |
4220 Clarify mouse-1 and follow-link functionality. | |
4221 | |
4222 2005-01-12 Richard M. Stallman <rms@gnu.org> | |
4223 | |
4224 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change. | |
4225 | |
4226 * display.texi (Beeping): Fix Texinfo usage. | |
4227 | |
4228 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line. | |
4229 | |
4230 2005-01-11 Kim F. Storm <storm@cua.dk> | |
4231 | |
4232 * display.texi (Button Properties, Button Buffer Commands): | |
4233 Mention mouse-1 binding. Add follow-link keyword. | |
4234 | |
4235 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu. | |
4236 (Enabling Mouse-1 to Follow Links): New subsection. | |
4237 | |
4238 2005-01-06 Richard M. Stallman <rms@gnu.org> | |
4239 | |
4240 * text.texi (Special Properties): Minor change. | |
4241 | |
4242 * os.texi (Timers): Clarify previous change. | |
4243 | |
4244 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg. | |
4245 | |
4246 2005-01-01 Luc Teirlinck <teirllm@auburn.edu> | |
4247 | |
4248 * display.texi (Face Attributes): Correct xref to renamed node. | |
4249 | |
4250 2005-01-01 Richard M. Stallman <rms@gnu.org> | |
4251 | |
4252 * display.texi (Face Attributes): Describe hex color specs. | |
4253 | |
4254 2004-12-31 Richard M. Stallman <rms@gnu.org> | |
4255 | |
4256 * os.texi (Timers): Update previous change. | |
4257 | |
4258 2004-12-30 Kim F. Storm <storm@cua.dk> | |
4259 | |
4260 * display.texi (Line Height): Total line-height is now specified | |
4261 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) | |
4262 in cons cells. (nil . RATIO) is relative to actual line height. | |
4263 Use line-height `t' instead of `0' to get minimum height. | |
4264 | |
4265 2004-12-29 Richard M. Stallman <rms@gnu.org> | |
4266 | |
4267 * os.texi (Timers): Discuss timers vs editing the buffer and undo. | |
4268 | |
4269 2004-12-28 Richard M. Stallman <rms@gnu.org> | |
4270 | |
4271 * commands.texi (Quitting): Clarify value of with-local-quit. | |
4272 | |
4273 * elisp.texi (Top): Fix previous change. | |
4274 | |
4275 * loading.texi (Loading): Fix previous change. | |
4276 | |
4277 2004-12-27 Richard M. Stallman <rms@gnu.org> | |
4278 | |
4279 * Makefile.in (MAKEINFO): Specify --force. | |
4280 | |
4281 * buffers.texi (Killing Buffers): Add buffer-save-without-query. | |
4282 | |
4283 * modes.texi (Emulating Mode Line): Document format's BUFFER arg. | |
4284 | |
4285 * display.texi (Line Height): Further clarify. | |
4286 | |
4287 * elisp.texi (Top): Update Loading submenu. | |
4288 | |
4289 * loading.texi (Where Defined): New node. | |
4290 (Unloading): load-history moved to Where Defined. | |
4291 | |
4292 2004-12-21 Richard M. Stallman <rms@gnu.org> | |
4293 | |
4294 * commands.texi (Event Input Misc): Add while-no-input. | |
4295 | |
4296 2004-12-11 Richard M. Stallman <rms@gnu.org> | |
4297 | |
4298 * display.texi (Line Height): Rewrite text for clarity. | |
4299 | |
4300 2004-12-11 Kim F. Storm <storm@cua.dk> | |
4301 | |
4302 * display.texi (Display): Add node "Line Height" to menu. | |
4303 (Line Height): New node. Move full description of line-spacing | |
4304 and line-height text properties here from text.texi. | |
4305 (Scroll Bars): Add vertical-scroll-bar variable. | |
4306 | |
4307 * frames.texi (Window Frame Parameters): Remove line-height defvar. | |
4308 | |
4309 * locals.texi (Standard Buffer-Local Variables): Fix xref for | |
4310 line-spacing and vertical-scroll-bar. | |
4311 | |
4312 * text.texi (Special Properties): Just mention line-spacing and | |
4313 line-height here, add xref to new "Line Height" node. | |
4314 | |
4315 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org> | |
4316 | |
4317 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'. | |
4318 | |
4319 * locals.texi (Standard Buffer-Local Variables): | |
4320 Add @xref for `line-spacing'. | |
4321 | |
4322 2004-12-05 Richard M. Stallman <rms@gnu.org> | |
4323 | |
4324 * Makefile.in (maintainer-clean): Remove the info files | |
4325 in $(infodir) where they are created. | |
4326 | |
4327 2004-12-03 Richard M. Stallman <rms@gnu.org> | |
4328 | |
4329 * windows.texi (Selecting Windows): get-lru-window and | |
4330 get-largest-window don't consider dedicated windows. | |
4331 | |
4332 * text.texi (Undo): Document undo-in-progress. | |
4333 | |
4334 2004-11-26 Richard M. Stallman <rms@gnu.org> | |
4335 | |
4336 * locals.texi (Standard Buffer-Local Variables): Undo prev change. | |
4337 Remove a few vars that are not always buffer-local. | |
4338 | |
4339 2004-11-24 Luc Teirlinck <teirllm@auburn.edu> | |
4340 | |
4341 * locals.texi (Standard Buffer-Local Variables): Comment out | |
4342 xref's to non-existent node `Yet to be written'. | |
4343 | |
4344 2004-11-24 Richard M. Stallman <rms@gnu.org> | |
4345 | |
4346 * processes.texi (Synchronous Processes): Grammar fix. | |
4347 | |
4348 * numbers.texi (Comparison of Numbers): Add eql. | |
4349 | |
4350 * locals.texi (Standard Buffer-Local Variables): Add many vars. | |
4351 | |
4352 * intro.texi (Printing Notation): Fix previous change. | |
4353 | |
4354 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries | |
4355 and default-indicate-buffer-boundaries from here. | |
4356 (Usual Display): To here. | |
4357 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. | |
4358 (Usual Display): Move tab-width up. | |
4359 | |
4360 * customize.texi (Variable Definitions): Replace | |
4361 show-paren-mode example with tooltip-mode. | |
4362 (Simple Types, Composite Types, Defining New Types): | |
4363 Minor cleanups. | |
4364 | |
4365 2004-11-21 Jesper Harder <harder@ifa.au.dk> | |
4366 | |
4367 * processes.texi (Synchronous Processes, Output from Processes): | |
4368 Markup fix. | |
4369 | |
4370 2004-11-20 Richard M. Stallman <rms@gnu.org> | |
4371 | |
4372 * positions.texi (Skipping Characters): skip-chars-forward | |
4373 now handles char classes. | |
4374 | |
4375 * intro.texi (Printing Notation): Avoid confusion of `print' | |
4376 when explaining @print. | |
4377 | |
4378 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example. | |
4379 | |
4380 * display.texi (Display Table Format): Minor fix. | |
4381 | |
4382 * streams.texi (Output Functions): Fix print example. | |
4383 | |
4384 * Makefile.in (elisp): New target. | |
4385 (dist): Depend on $(infodir)/elisp, not elisp. | |
4386 Copy the info files from $(infodir). | |
4387 | |
4388 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in | |
4389 read-from-minibuffer. | |
4390 | |
4391 * searching.texi (Regexp Search): Rename that to search-spaces-regexp. | |
4392 | |
4393 2004-11-19 Richard M. Stallman <rms@gnu.org> | |
4394 | |
4395 * searching.texi (Regexp Search): Add search-whitespace-regexp. | |
4396 | |
4397 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change) | |
4398 | |
4399 * tips.texi (Coding Conventions): Fix typo. | |
4400 | |
4401 2004-11-16 Richard M. Stallman <rms@gnu.org> | |
4402 | |
4403 * tips.texi (Coding Conventions): Separate defvar and require | |
4404 methods to avoid warnings. Use require only when there are many | |
4405 functions and variables from that package. | |
4406 | |
4407 * minibuf.texi (Minibuffer Completion): When ignoring case, | |
4408 predicate must not be case-sensitive. | |
4409 | |
4410 * debugging.texi (Function Debugging, Explicit Debug): Clarified. | |
4411 (Test Coverage): Don't talk about "splotches". Clarified. | |
4412 | |
4413 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> | |
4414 | |
4415 * frames.texi (Window Frame Parameters): Fix typo. | |
4416 | |
4417 2004-11-15 Kim F. Storm <storm@cua.dk> | |
4418 | |
4419 * symbols.texi (Other Plists): Note that plist-get may signal error. | |
4420 Add safe-plist-get. | |
4421 | |
4422 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org> | |
4423 | |
4424 * modes.texi (Font Lock Basics): Fix typo. | |
4425 | |
4426 2004-11-08 Richard M. Stallman <rms@gnu.org> | |
4427 | |
4428 * syntax.texi (Syntax Table Functions): Add syntax-after. | |
4429 | |
4430 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | |
4431 | |
4432 * os.texi (Processor Run Time): New section documenting | |
4433 get-internal-run-time. | |
4434 | |
4435 2004-11-06 Eli Zaretskii <eliz@gnu.org> | |
4436 | |
4437 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as | |
4438 it nukes elisp-cover.texi. | |
4439 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no | |
4440 elisp-0 etc. | |
4441 | |
4442 2004-11-05 Luc Teirlinck <teirllm@auburn.edu> | |
4443 | |
4444 * commands.texi (Keyboard Macros): Document `append' return value | |
4445 of `defining-kbd-macro'. | |
4446 | |
4447 2004-11-01 Richard M. Stallman <rms@gnu.org> | |
4448 | |
4449 * commands.texi (Interactive Call): Add called-interactively-p. | |
4450 | |
4451 2004-10-29 Simon Josefsson <jas@extundo.com> | |
4452 | |
4453 * minibuf.texi (Reading a Password): Revert. | |
4454 | |
4455 2004-10-28 Richard M. Stallman <rms@gnu.org> | |
4456 | |
4457 * frames.texi (Display Feature Testing): Explain about "vendor". | |
4458 | |
4459 2004-10-27 Richard M. Stallman <rms@gnu.org> | |
4460 | |
4461 * commands.texi (Interactive Codes): `N' uses numeric prefix, | |
4462 not raw. Clarify `n'. | |
4463 (Interactive Call): Rewrite interactive-p, focusing on when | |
4464 and how to use it. | |
4465 (Misc Events): Clarify previous change. | |
4466 | |
4467 * advice.texi (Simple Advice): Clarify what job the example does. | |
4468 (Around-Advice): Clarify ad-do-it. | |
4469 (Activation of Advice): An option of ad-default-compilation-action | |
4470 is `never', not `nil'. | |
4471 | |
4472 2004-10-26 Kim F. Storm <storm@cua.dk> | |
4473 | |
4474 * commands.texi (Interactive Codes): Add U code letter. | |
4475 | |
4476 2004-10-25 Simon Josefsson <jas@extundo.com> | |
4477 | |
4478 * minibuf.texi (Reading a Password): Add. | |
4479 | |
4480 2004-10-24 Jason Rumney <jasonr@gnu.org> | |
4481 | |
4482 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up | |
4483 and wheel-down. | |
4484 | |
4485 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> | |
4486 | |
4487 * processes.texi (Synchronous Processes): Document process-file. | |
4488 | |
4489 2004-10-22 Kenichi Handa <handa@m17n.org> | |
4490 | |
4491 * text.texi (translate-region): Document that it accepts also a | |
4492 char-table. | |
4493 | |
4494 2004-10-22 David Ponce <david@dponce.com> | |
4495 | |
4496 * windows.texi (Resizing Windows): Document the `preserve-before' | |
4497 argument of the functions `enlarge-window' and `shrink-window'. | |
4498 | |
4499 2004-10-19 Jason Rumney <jasonr@gnu.org> | |
4500 | |
4501 * makefile.w32-in (elisp): Change order of arguments to makeinfo. | |
4502 | |
4503 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
4504 | |
4505 * text.texi (Filling): Add anchor for definition of | |
4506 `sentence-end-double-space'. | |
4507 | |
4508 * searching.texi (Regexp Example): Update description of how | |
4509 Emacs currently recognizes the end of a sentence. | |
4510 (Standard Regexps): Update definition of the variable | |
4511 `sentence-end'. Add definition of the function `sentence-end'. | |
4512 | |
4513 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net> | |
4514 | |
4515 * display.texi (Progress): New node. | |
4516 | |
4517 2004-10-05 Kim F. Storm <storm@cua.dk> | |
4518 | |
4519 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos. | |
4520 | |
4521 2004-09-29 Kim F. Storm <storm@cua.dk> | |
4522 | |
4523 * display.texi (Fringe Bitmaps): Use symbols rather than numbers | |
4524 to identify bitmaps. Remove -fringe-bitmap suffix for standard | |
4525 fringe bitmap symbols, as they now have their own namespace. | |
4526 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering | |
4527 vs. pixels. Signal error if no free bitmap slots. | |
4528 (Pixel Specification): Change IMAGE to @var{image}. | |
4529 | |
4530 2004-09-28 Richard M. Stallman <rms@gnu.org> | |
4531 | |
4532 * text.texi (Special Properties): Clarify line-spacing and line-height. | |
4533 | |
4534 * searching.texi (Regexp Search): Add looking-back. | |
4535 | |
4536 2004-09-25 Luc Teirlinck <teirllm@auburn.edu> | |
4537 | |
4538 * display.texi: Correct typos. | |
4539 (Image Descriptors): Correct xref's. | |
4540 | |
4541 2004-09-25 Richard M. Stallman <rms@gnu.org> | |
4542 | |
4543 * text.texi (Special Properties): Cleanups in `cursor'. | |
4544 Rewrites in `line-height' and `line-spacing'; exchange them. | |
4545 | |
4546 * display.texi (Fringes): Rewrite previous change. | |
4547 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite. | |
4548 (Display Fringe Bitmaps): Node deleted, text moved. | |
4549 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite. | |
4550 (Scroll Bars): Clarify set-window-scroll-bars. | |
4551 (Pointer Shape): Rewrite. | |
4552 (Specified Space): Clarify :align-to, etc. | |
4553 (Pixel Specification): Use @var. Clarify new text. | |
4554 (Other Display Specs): Clarify `slice'. | |
4555 (Image Descriptors): Cleanups. | |
4556 (Showing Images): Cleanups. | |
4557 | |
4558 2004-09-24 Luc Teirlinck <teirllm@auburn.edu> | |
4559 | |
4560 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'. | |
4561 | |
4562 * modes.texi: Various minor changes in addition to: | |
4563 (Major Mode Conventions): Final call to `run-mode-hooks' should | |
4564 not be inside the `delay-mode-hooks' form. | |
4565 (Mode Hooks): New node. | |
4566 (Hooks): Delete obsolete example. | |
4567 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new | |
4568 node "Mode Hooks". | |
4569 | |
4570 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> | |
4571 | |
4572 * display.texi: Correct various typos. | |
4573 (Display): Rename node "Pointer Shapes" to "Pointer | |
4574 Shape". (There is already a node called "Pointer Shapes" in | |
4575 frames.texi.) | |
4576 (Images): Remove non-existent node "Image Slices" from menu. | |
4577 | |
4578 2004-09-23 Kim F. Storm <storm@cua.dk> | |
4579 | |
4580 * text.texi (Special Properties): Add `cursor', `pointer', | |
4581 `line-height', and `line-spacing' properties. | |
4582 | |
4583 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer | |
4584 Shapes' to menu. | |
4585 (Standard Faces): Doc fix for fringe face. | |
4586 (Fringes): Add `overflow-newline-into-fringe' and | |
4587 'indicate-buffer-boundaries'. | |
4588 (Fringe Bitmaps, Pointer Shapes): New nodes. | |
4589 (Display Property): Add 'Pixel Specification' and 'Display Fringe | |
4590 Bitmaps' to menu. | |
4591 (Specified Space): Describe pixel width and height. | |
4592 (Pixel Specification): New node. | |
4593 (Other Display Specs): Add `slice' property. | |
4594 (Display Fringe Bitmaps): New node. | |
4595 (Images): Add 'Image Slices' to menu. | |
4596 (Image Descriptors): Add `:pointer' and `:map' properties. | |
4597 (Showing Images): Add slice arg to `insert-image'. Add | |
4598 'insert-sliced-image'. | |
4599 | |
4600 2004-09-20 Richard M. Stallman <rms@gnu.org> | |
4601 | |
4602 * commands.texi (Key Sequence Input): | |
4603 Clarify downcasing in read-key-sequence. | |
4604 | |
4605 2004-09-08 Juri Linkov <juri@jurta.org> | |
4606 | |
4607 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'. | |
4608 | |
4609 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | |
4610 | |
4611 * locals.texi (Standard Buffer-Local Variables): Add | |
4612 `buffer-auto-save-file-format'. | |
4613 * internals.texi (Buffer Internals): Describe new | |
4614 auto_save_file_format field of the buffer structure. | |
4615 * files.texi (Format Conversion): `auto-save-file-format' has been | |
4616 renamed `buffer-auto-save-file-format'. | |
4617 | |
4618 2004-08-27 Luc Teirlinck <teirllm@auburn.edu> | |
4619 | |
4620 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be | |
4621 an integer or a marker. | |
4622 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'. | |
4623 | |
4624 2004-08-22 Richard M. Stallman <rms@gnu.org> | |
4625 | |
4626 * modes.texi (Major Mode Conventions): Discuss rebinding of | |
4627 standard key bindings. | |
4628 | |
4629 2004-08-18 Kim F. Storm <storm@cua.dk> | |
4630 | |
4631 * processes.texi (Accepting Output): Add `just-this-one' arg to | |
4632 `accept-process-output'. | |
4633 (Output from Processes): New var `process-adaptive-read-buffering'. | |
4634 | |
4635 2004-08-10 Luc Teirlinck <teirllm@auburn.edu> | |
4636 | |
4637 * keymaps.texi: Various changes in addition to: | |
4638 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode. | |
4639 Give more varied examples for `kbd'. | |
4640 (Creating Keymaps): Char tables have slots for all characters | |
4641 without modifiers. | |
4642 (Active Keymaps): `overriding-local-map' and | |
4643 `overriding-terminal-local-map' also override text property and | |
4644 overlay keymaps. | |
4645 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'. | |
4646 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""' | |
4647 to denote a prefix of no events. | |
4648 `map-keymap' includes parent's bindings _recursively_. | |
4649 Clarify and correct description of `where-is-internal'. | |
4650 Mention BUFFER-OR-NAME arg to `describe-bindings'. | |
4651 (Menu Example): For menus intended for use with the keyboard, the | |
4652 menu items should be bound to characters or real function keys. | |
4653 | |
4654 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | |
4655 | |
4656 * objects.texi (Character Type): Reposition `@anchor' to prevent | |
4657 double space inside sentence in Info. | |
4658 | |
4659 * hooks.texi (Standard Hooks): `disabled-command-hook' has been | |
4660 renamed to `disabled-command-function'. | |
4661 * commands.texi (Key Sequence Input): Remove unnecessary anchor. | |
4662 (Command Loop Info): Replace reference to it. | |
4663 (Disabling Commands): `disabled-command-hook' has been renamed to | |
4664 `disabled-command-function'. | |
4665 | |
4666 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | |
4667 | |
4668 * os.texi (Translating Input): Only non-prefix bindings in | |
4669 `key-translation-map' override actual key bindings. Warn about | |
4670 possible indirect effect of actual key bindings on non-prefix | |
4671 bindings in `key-translation-map'. | |
4672 | |
4673 2004-08-06 Luc Teirlinck <teirllm@auburn.edu> | |
4674 | |
4675 * minibuf.texi (High-Level Completion): Add anchor for definition | |
4676 of `read-variable'. | |
4677 | |
4678 * commands.texi: Various changes in addition to: | |
4679 (Using Interactive): Clarify description of `interactive-form'. | |
4680 (Interactive Call): Mention default for KEYS argument to | |
4681 `call-interactively'. | |
4682 (Command Loop Info): Clarify description of `this-command-keys'. | |
4683 Mention KEEP-RECORD argument to `clear-this-command-keys'. | |
4684 Value of `last-event-frame' can be `macro'. | |
4685 (Repeat Events): `double-click-fuzz' is also used to distinguish | |
4686 clicks and drags. | |
4687 (Classifying Events): Clarify descriptions of `event-modifiers' | |
4688 `event-basic-type' and `event-convert-list'. | |
4689 (Accessing Events): `posn-timestamp' takes POSITION argument. | |
4690 (Quoted Character Input): Clarify description of | |
4691 `read-quoted-char' and fix example. | |
4692 (Quitting): Add `with-local-quit'. | |
4693 (Disabling Commands): Correct and clarify descriptions of | |
4694 `enable-command' and `disable-command'. | |
4695 Mention what happens if `disabled-command-hook' is nil. | |
4696 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'. | |
4697 Describe `executing-kbd-macro' instead of obsolete `executing-macro'. | |
4698 | |
4699 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | |
4700 | |
4701 * frames.texi: Various changes in addition to: | |
4702 (Creating Frames): Expand and clarify description of `make-frame'. | |
4703 (Window Frame Parameters): Either none or both of the `icon-left' | |
4704 and `icon-top' parameters must be specified. Put descriptions of | |
4705 `menu-bar-lines' and `toolbar-lines' closer together and change | |
4706 them accordingly. | |
4707 (Frame Titles): `multiple-frames' is not guaranteed to be accurate | |
4708 except while processing `frame-title-format' or `icon-title-format'. | |
4709 (Deleting Frames): Correct description of `delete-frame'. | |
4710 Non-nil return values of `frame-live-p' are like those of `framep'. | |
4711 (Frames and Windows): Mention return value of | |
4712 `set-frame-selected-window'. | |
4713 (Visibility of Frames): Mention `force' argument to | |
4714 `make-frame-invisible'. `frame-visible-p' returns t for all | |
4715 frames on text-only terminals. | |
4716 (Frame Configurations): Restoring a frame configuration does not | |
4717 restore deleted frames. | |
4718 (Window System Selections): `x-set-selection' returns DATA. | |
4719 (Resources): Add example. | |
4720 (Display Feature Testing): Clarify descriptions of | |
4721 `display-pixel-height', `display-pixel-width', `x-server-version' | |
4722 and `x-server-vendor'. | |
4723 | |
4724 * windows.texi (Choosing Window): Add anchor. | |
4725 * minibuf.texi (Minibuffer Misc): Add anchor. | |
4726 | |
4727 2004-07-23 John Paul Wallington <jpw@gnu.org> | |
4728 | |
4729 * macros.texi (Defining Macros): Declaration keyword for setting | |
4730 Edebug spec is `debug' not `edebug'. | |
4731 | |
4732 2004-07-19 Luc Teirlinck <teirllm@auburn.edu> | |
4733 | |
4734 * windows.texi: Various small changes in addition to: | |
4735 (Window Point): Mention return value of `set-window-point'. | |
4736 (Window Start): `pos-visible-in-window-p' disregards horizontal | |
4737 scrolling. Explain return value if PARTIALLY is non-nil. | |
4738 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll' | |
4739 and `set-window-vscroll'. | |
4740 (Size of Window): The argument WINDOW to `window-inside-edges', | |
4741 `window-pixel-edges' and `window-inside-pixel-edges' is optional. | |
4742 (Resizing Windows): Explain return value of | |
4743 `shrink-window-if-larger-than-buffer'. | |
4744 `window-size-fixed' automatically becomes buffer local when set. | |
4745 (Window Configurations): Explain return value of | |
4746 `set-window-configuration'. | |
4747 | |
4748 * minibuf.texi (Minibuffer Misc): Add anchor for | |
4749 `minibuffer-scroll-window'. | |
4750 | |
4751 * positions.texi (Text Lines): Add anchor for `count-lines'. | |
4752 | |
4753 2004-07-17 Richard M. Stallman <rms@gnu.org> | |
4754 | |
4755 * display.texi (Overlay Properties): Adding `evaporate' prop | |
4756 deletes empty overlay immediately. | |
4757 | |
4758 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook, | |
4759 fix example. | |
4760 | |
4761 2004-07-16 Jim Blandy <jimb@redhat.com> | |
4762 | |
4763 * searching.texi (Regexp Backslash): Document new \_< and \_> | |
4764 operators. | |
4765 | |
4766 2004-07-16 Juanma Barranquero <lektu@terra.es> | |
4767 | |
4768 * display.texi (Images): Fix Texinfo usage. | |
4769 | |
4770 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | |
4771 | |
4772 * buffers.texi (Modification Time): `visited-file-modtime' now | |
4773 returns a list of two integers, instead of a cons. | |
4774 | |
4775 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
4776 | |
4777 * windows.texi: Various changes in addition to: | |
4778 (Splitting Windows): Add `split-window-keep-point'. | |
4779 | |
4780 2004-07-09 Richard M. Stallman <rms@gnu.org> | |
4781 | |
4782 * frames.texi (Input Focus): Minor fix. | |
4783 | |
4784 2004-07-07 Luc Teirlinck <teirllm@auburn.edu> | |
4785 | |
4786 * frames.texi (Input Focus): Clarify descriptions of | |
4787 `select-frame-set-input-focus' and `select-frame'. | |
4788 | |
4789 2004-07-06 Luc Teirlinck <teirllm@auburn.edu> | |
4790 | |
4791 * os.texi: Various small changes in addition to: | |
4792 (Killing Emacs): Expand and clarify description of | |
4793 `kill-emacs-query-functions' and `kill-emacs-hook'. | |
4794 (System Environment): Expand and clarify description of `getenv' | |
4795 and `setenv'. | |
4796 (Timers): Clarify description of `run-at-time'. | |
4797 (Translating Input): Correct description of | |
4798 `extra-keyboard-modifiers'. | |
4799 (Flow Control): Correct description of `enable-flow-control'. | |
4800 | |
4801 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org> | |
4802 | |
4803 * os.texi: Update copyright. | |
4804 (Session Management): Grammar fix. | |
4805 Clarify which Emacs does the restarting. | |
4806 Use @samp for *scratch* buffer. | |
4807 | |
4808 2004-07-04 Alan Mackenzie <acm@muc.de> | |
4809 | |
4810 * frames.texi (Input Focus): Add documentation for | |
4811 `select-frame-set-input-focus'. Replace refs to non-existent | |
4812 `switch-frame' with `select-frame'. Minor corrections and tidying | |
4813 up of text-only terminal stuff. | |
4814 | |
4815 2004-07-02 Richard M. Stallman <rms@gnu.org> | |
4816 | |
4817 * files.texi (Saving Buffers): Cleanup write-contents-function. | |
4818 (Magic File Names): Cleanup file-remote-p. | |
4819 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95881
diff
changeset
|
4820 2004-07-02 Kai Großjohann <kai@emptydomain.de> |
84043 | 4821 |
4822 * files.texi (Magic File Names): `file-remote-p' returns an | |
4823 identifier of the remote system, not just t. | |
4824 | |
4825 2004-07-02 David Kastrup <dak@gnu.org> | |
4826 | |
4827 * searching.texi (Entire Match Data): Add explanation about new | |
4828 match-data behavior when @var{integers} is non-nil. | |
4829 | |
4830 2004-06-24 Richard M. Stallman <rms@gnu.org> | |
4831 | |
4832 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event. | |
4833 | |
4834 * customize.texi (Variable Definitions): Note about doc strings | |
4835 and :set. | |
4836 | |
4837 * keymaps.texi (Keymap Terminology): Document `kbd'. | |
4838 (Changing Key Bindings, Key Binding Commands): Use kbd in examples. | |
4839 | |
4840 * display.texi (Invisible Text): Setting buffer-invisibility-spec | |
4841 makes it buffer-local. | |
4842 | |
4843 * files.texi (Saving Buffers): Correct previous change. | |
4844 | |
4845 * commands.texi (Accessing Events): | |
4846 Clarify posn-col-row and posn-actual-col-row. | |
4847 | |
4848 2004-06-24 David Ponce <david.ponce@wanadoo.fr> | |
4849 | |
4850 * commands.texi (Accessing Events): New functions | |
4851 posn-at-point and posn-at-x-y. Add example to posn-x-y. | |
4852 | |
4853 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
4854 | |
4855 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi: | |
4856 * frames.texi, buffers.texi, backups.texi, variables.texi: | |
4857 * loading.texi, eval.texi, functions.texi, control.texi: | |
4858 * symbols.texi, minibuf.texi: Reposition @anchor's. | |
4859 | |
4860 * help.texi: Various small changes in addition to the following. | |
4861 (Describing Characters): Describe PREFIX argument to | |
4862 `key-description'. Correct and clarify definition of | |
4863 `text-char-description'. Describe NEED-VECTOR argument to | |
4864 `read-kbd-macro'. | |
4865 (Help Functions): Clarify definition of `apropos'. | |
4866 | |
4867 2004-06-23 Lars Hansen <larsh@math.ku.dk> | |
4868 | |
4869 * files.texi (Saving Buffers): Correct description of | |
4870 `write-contents-functions'. | |
4871 | |
4872 2004-06-21 Juanma Barranquero <lektu@terra.es> | |
4873 | |
4874 * display.texi (Images): Remove redundant @vindex directives. | |
4875 Rewrite `image-library-alist' doc in active voice. | |
4876 | |
4877 2004-06-14 Juanma Barranquero <lektu@terra.es> | |
4878 | |
4879 * display.texi (Images): Document new delayed library loading, | |
4880 variable `image-library-alist' and (existing but undocumented) | |
4881 function `image-type-available-p'. | |
4882 | |
4883 2004-06-05 Richard M. Stallman <rms@gnu.org> | |
4884 | |
4885 * minibuf.texi (Minibuffer Completion): For INITIAL arg, | |
4886 refer the user to the Initial Input node. | |
4887 (Text from Minibuffer): Likewise. | |
4888 (Initial Input): New node. Document this feature | |
4889 and say it is mostly deprecated. | |
4890 | |
4891 2004-05-30 Richard M. Stallman <rms@gnu.org> | |
4892 | |
4893 * loading.texi (Named Features): Clarify return value | |
4894 and meaning of NOERROR. | |
4895 | |
4896 * variables.texi (File Local Variables): Minor cleanup. | |
4897 | |
4898 2004-05-30 Michael Albinus <michael.albinus@gmx.de> | |
4899 | |
4900 * files.texi (Magic File Names): Add `file-remote-p' as operation | |
4901 of file name handlers. | |
4902 | |
4903 2004-05-29 Richard M. Stallman <rms@gnu.org> | |
4904 | |
4905 * modes.texi (Minor Mode Conventions): (-) has no special meaning | |
4906 as arg to a minor mode command. | |
4907 | |
4908 2004-05-22 Richard M. Stallman <rms@gnu.org> | |
4909 | |
4910 * syntax.texi (Syntax Class Table): Word syntax not just for English. | |
4911 | |
4912 * streams.texi (Output Variables): Doc float-output-format. | |
4913 | |
4914 * searching.texi (Regexp Special): Nested repetition can be infloop. | |
4915 | |
4916 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause | |
4917 real stack overflow. | |
4918 | |
4919 * compile.texi: Minor cleanups. | |
4920 | |
4921 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu> | |
4922 | |
4923 * lists.texi (Cons Cells): Explain dotted lists, true lists, | |
4924 circular lists. | |
4925 (List Elements): Explain handling of circular and dotted lists. | |
4926 | |
4927 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org> | |
4928 | |
4929 * modes.texi (Search-based Fontification): Fix typo. | |
4930 | |
4931 2004-05-10 Juanma Barranquero <lektu@terra.es> | |
4932 | |
4933 * modes.texi (Mode Line Variables): Fix description of | |
4934 global-mode-string, which is now after which-func-mode, not the | |
4935 buffer name. | |
4936 | |
4937 2004-05-07 Lars Hansen <larsh@math.ku.dk> | |
4938 | |
4939 * modes.texi (Desktop Save Mode): Add. | |
4940 (Modes): Add menu entry Desktop Save Mode. | |
4941 | |
4942 * hooks.texi: Add desktop-after-read-hook, | |
4943 desktop-no-desktop-file-hook and desktop-save-hook. | |
4944 | |
4945 * locals.texi: Add desktop-save-buffer. | |
4946 | |
4947 2004-04-30 Jesper Harder <harder@ifa.au.dk> | |
4948 | |
4949 * display.texi: emacs -> Emacs. | |
4950 | |
4951 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | |
4952 | |
4953 * files.texi (Changing Files): Document set-file-times. | |
4954 | |
4955 2004-04-23 Juanma Barranquero <lektu@terra.es> | |
4956 | |
4957 * makefile.w32-in: Add "-*- makefile -*-" mode tag. | |
4958 | |
4959 2004-04-18 Jesper Harder <harder@ifa.au.dk> | |
4960 | |
4961 * tips.texi (Coding Conventions): defopt -> defcustom. | |
4962 | |
4963 2004-04-16 Luc Teirlinck <teirllm@auburn.edu> | |
4964 | |
4965 * sequences.texi: Various clarifications. | |
4966 | |
4967 2004-04-14 Luc Teirlinck <teirllm@auburn.edu> | |
4968 | |
4969 * buffers.texi (Read Only Buffers): Mention optional ARG to | |
4970 `toggle-read-only'. | |
4971 | |
4972 2004-04-14 Nick Roberts <nick@nick.uklinux.net> | |
4973 | |
4974 * windows.texi (Selecting Windows): Note that get-lru-window | |
4975 returns a full-width window if possible. | |
4976 | |
4977 2004-04-13 Luc Teirlinck <teirllm@auburn.edu> | |
4978 | |
4979 * buffers.texi: Various changes in addition to: | |
4980 (Buffer File Name): Add `find-buffer-visiting'. | |
4981 (Buffer Modification): Mention optional ARG to `not-modified'. | |
4982 (Indirect Buffers): Mention optional CLONE argument to | |
4983 `make-indirect-buffer'. | |
4984 | |
4985 * files.texi: Various changes in addition to: | |
4986 (Visiting Functions): `find-file-hook' is now a normal hook. | |
4987 (File Name Expansion): Explain difference between the way that | |
4988 `expand-file-name' and `file-truename' treat `..'. | |
4989 (Contents of Directories): Mention optional ID-FORMAT argument to | |
4990 `directory-files-and-attributes'. | |
4991 (Format Conversion): Mention new optional CONFIRM argument to | |
4992 `format-write-file'. | |
4993 | |
4994 2004-04-12 Miles Bader <miles@gnu.org> | |
4995 | |
4996 * macros.texi (Expansion): Add description of `macroexpand-all'. | |
4997 | |
4998 2004-04-05 Jesper Harder <harder@ifa.au.dk> | |
4999 | |
5000 * variables.texi (Variable Aliases): Mention | |
5001 cyclic-variable-indirection. | |
5002 | |
5003 * errors.texi (Standard Errors): Ditto. | |
5004 | |
5005 2004-04-04 Luc Teirlinck <teirllm@auburn.edu> | |
5006 | |
5007 * backups.texi: Various small changes in addition to: | |
5008 (Making Backups): Mention return value of `backup-buffer'. | |
5009 (Auto-Saving): Mention optional FORCE argument to | |
5010 `delete-auto-save-file-if-necessary'. | |
5011 (Reverting): Mention optional PRESERVE-MODES argument to | |
5012 `revert-buffer'. Correct description of `revert-buffer-function'. | |
5013 | |
5014 2004-03-22 Juri Linkov <juri@jurta.org> | |
5015 | |
5016 * sequences.texi (Sequence Functions): Replace xref to `Vectors' | |
5017 with `Vector Functions'. | |
5018 | |
5019 * text.texi (Sorting): Add missing quote. | |
5020 | |
5021 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> | |
5022 | |
5023 * intro.texi (Lisp History): Replace xref to `cl' manual with | |
5024 inforef. | |
5025 | |
5026 2004-03-12 Richard M. Stallman <rms@gnu.org> | |
5027 | |
5028 * intro.texi (Version Info): Add arg to emacs-version. | |
5029 (Lisp History): Change xref to CL manual. | |
5030 | |
5031 2004-03-09 Luc Teirlinck <teirllm@auburn.edu> | |
5032 | |
5033 * minibuf.texi (Completion Commands): Add xref to Emacs manual | |
5034 for Partial Completion mode. | |
5035 | |
5036 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org> | |
5037 | |
5038 * customize.texi: Fix typo. Remove eol whitespace. | |
5039 | |
5040 2004-03-04 Richard M. Stallman <rms@gnu.org> | |
5041 | |
5042 * processes.texi: Fix typos. | |
5043 | |
5044 * lists.texi (Building Lists): Minor clarification. | |
5045 | |
5046 * hash.texi (Creating Hash): Correct the meaning of t for WEAK | |
5047 in make-hash-table. | |
5048 | |
5049 2004-02-29 Juanma Barranquero <lektu@terra.es> | |
5050 | |
5051 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of | |
5052 rm, and ignore exit code. | |
5053 | |
5054 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> | |
5055 | |
5056 * display.texi (Defining Faces): Add description for min-colors. | |
5057 Update example. | |
5058 | |
5059 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> | |
5060 | |
5061 * abbrevs.texi: Various corrections and clarifications in addition | |
5062 to the following: | |
5063 (Abbrev Tables): Delete add-abbrev (as suggested by RMS). | |
5064 | |
5065 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
5066 | |
5067 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp. | |
5068 | |
5069 2004-02-21 Luc Teirlinck <teirllm@auburn.edu> | |
5070 | |
5071 * text.texi: Various small changes in addition to the following: | |
5072 (User-Level Deletion): Mention optional BACKWARD-ONLY argument | |
5073 to delete-horizontal-space. | |
5074 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct | |
5075 description of yank-handler text property at various places. | |
5076 | |
5077 * frames.texi (Window System Selections): Add anchor. | |
5078 | |
5079 * syntax.texi (Syntax Table Functions): Clarify and correct | |
5080 descriptions of make-syntax-table and copy-syntax-table. | |
5081 (Motion and Syntax): Clarify SYNTAXES argument to | |
5082 skip-syntax-forward. | |
5083 (Parsing Expressions): Mention that the return value of | |
5084 parse-partial-sexp is currently a list of ten rather than nine | |
5085 elements. | |
5086 (Categories): Various corrections and clarifications. | |
5087 | |
5088 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | |
5089 | |
5090 * markers.texi (Marker Insertion Types): Minor change. | |
5091 | |
5092 * locals.texi (Standard Buffer-Local Variables): | |
5093 * commands.texi (Interactive Codes, Using Interactive): | |
5094 * functions.texi (Related Topics): Fix xrefs. | |
5095 | |
5096 2004-02-16 Luc Teirlinck <teirllm@auburn.edu> | |
5097 | |
5098 * lists.texi (Sets And Lists): Update description of delete-dups. | |
5099 | |
5100 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5101 | |
5102 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button. | |
5103 | |
93309 | 5104 2004-02-16 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 5105 |
5106 * frames.texi (Parameter Access): frame-parameters arg is optional. | |
5107 modify-frame-parameters handles nil for FRAME. | |
5108 (Window Frame Parameters): menu-bar-lines and tool-bar-lines | |
5109 are all-or-nothing for certain toolkits. | |
5110 Mention parameter wait-for-wm. | |
5111 (Frames and Windows): In frame-first-window and frame-selected-window | |
5112 the arg is optional. | |
5113 (Input Focus): In redirect-frame-focus the second arg is optional. | |
5114 (Window System Selections): Mention selection type CLIPBOARD. | |
5115 Mention data-type UTF8_STRING. | |
5116 Mention numbering of cut buffers. | |
5117 (Resources): Describe x-resource-name. | |
5118 | |
5119 2004-02-16 Richard M. Stallman <rms@gnu.org> | |
5120 | |
5121 * windows.texi (Buffers and Windows): Delete false table | |
5122 about all-frames. | |
5123 | |
5124 * syntax.texi (Parsing Expressions): Delete old caveat | |
5125 about parse-sexp-ignore-comments. | |
5126 | |
5127 * streams.texi (Output Variables): Add print-quoted. | |
5128 | |
5129 * lists.texi (Building Lists): Minor cleanup. | |
5130 | |
5131 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values. | |
5132 | |
5133 * display.texi (Overlays): Explain overlays use markers. | |
5134 (Managing Overlays): Explain front-advance and rear-advance | |
5135 in more detail. | |
5136 | |
5137 * loading.texi (Unloading): Document unload-feature-special-hooks. | |
5138 Get rid of fns-NNN.el file. | |
5139 | |
5140 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
5141 | |
5142 * help.texi (Describing Characters): Fix text-char-description | |
5143 example output. | |
5144 | |
5145 * edebug.texi (Using Edebug): Fix example. | |
5146 | |
5147 * debugging.texi (Internals of Debugger): Fix return value. | |
5148 | |
5149 * files.texi (Changing Files): Fix argname. | |
5150 | |
5151 * calendar.texi: Fix parens, and default values. | |
5152 | |
5153 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes. | |
5154 * nonascii.texi, objects.texi, os.texi: Minor fixes. | |
5155 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes. | |
5156 | |
5157 * positions.texi (Text Lines): Don't add -1 in current-line. | |
5158 | |
5159 2004-02-16 Richard M. Stallman <rms@gnu.org> | |
5160 | |
5161 * compile.texi (Compiler Errors): if-boundp feature applies to cond. | |
5162 | |
5163 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5164 | |
5165 * processes.texi (Low-Level Network): Fix a typo. | |
5166 | |
5167 2004-02-12 Kim F. Storm <storm@cua.dk> | |
5168 | |
5169 * display.texi (Fringes): Use consistent wording. | |
5170 Note that window-fringe's window arg is optional. | |
5171 (Scroll Bars): Use consistent wording. | |
5172 | |
5173 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | |
5174 | |
5175 * tips.texi (Comment Tips): Document the new conventions for | |
5176 commenting out code. | |
5177 | |
93309 | 5178 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 5179 |
5180 * positions.texi (Text Lines): Added missing end defun. | |
5181 | |
5182 2004-02-07 Kim F. Storm <storm@cua.dk> | |
5183 | |
5184 * positions.texi (Text Lines): Add line-number-at-pos. | |
5185 | |
5186 2004-02-06 John Paul Wallington <jpw@gnu.org> | |
5187 | |
5188 * display.texi (Button Properties, Button Buffer Commands): | |
5189 mouse-2 invokes button, not down-mouse-1. | |
5190 | |
5191 2004-02-04 Jason Rumney <jasonr@gnu.org> | |
5192 | |
5193 * makefile.w32-in: Sync with Makefile.in changes. | |
5194 | |
5195 2004-02-03 Luc Teirlinck <teirllm@auburn.edu> | |
5196 | |
5197 * minibuf.texi (Text from Minibuffer): Various corrections and | |
5198 clarifications. | |
5199 (Object from Minibuffer): Correct Lisp description of | |
5200 read-minibuffer. | |
5201 (Minibuffer History): Clarify description of cons values for | |
5202 HISTORY arguments. | |
5203 (Basic Completion): Various corrections and clarifications. Add | |
5204 completion-regexp-list. | |
5205 (Minibuffer Completion): Correct and clarify description of | |
5206 completing-read. | |
5207 (Completion Commands): Mention Partial Completion mode. Various | |
5208 other minor changes. | |
5209 (High-Level Completion): Various corrections and clarifications. | |
5210 (Reading File Names): Ditto. | |
5211 (Minibuffer Misc): Ditto. | |
5212 | |
5213 2004-01-26 Luc Teirlinck <teirllm@auburn.edu> | |
5214 | |
5215 * strings.texi (Text Comparison): assoc-string also matches | |
5216 elements of alists that are strings instead of conses. | |
5217 (Formatting Strings): Standardize Texinfo usage. Update index | |
5218 entries. | |
5219 | |
5220 2004-01-20 Luc Teirlinck <teirllm@auburn.edu> | |
5221 | |
5222 * lists.texi (Sets And Lists): Add delete-dups. | |
5223 | |
5224 2004-01-15 Luc Teirlinck <teirllm@auburn.edu> | |
5225 | |
5226 * edebug.texi (Instrumenting Macro Calls): `declare' is not a | |
5227 special form. | |
5228 * macros.texi (Defining Macros): Update description of `declare', | |
5229 which now is a macro. | |
5230 (Wrong Time): Fix typos. | |
5231 | |
5232 2004-01-14 Luc Teirlinck <teirllm@auburn.edu> | |
5233 | |
5234 * compile.texi (Compilation Functions): Expand descriptions of | |
5235 `compile-defun', `byte-compile-file', `byte-recompile-directory' | |
5236 and `batch-byte-compile'. In particular, mention and describe | |
5237 all optional arguments. | |
5238 (Disassembly): Correct and clarify the description of `disassemble'. | |
5239 | |
5240 2004-01-11 Luc Teirlinck <teirllm@auburn.edu> | |
5241 | |
5242 * searching.texi: Various small changes in addition to the | |
5243 following. | |
5244 (Regexp Example): Adapt to new value of `sentence-end'. | |
5245 (Regexp Functions): The PAREN argument to `regexp-opt' can be | |
5246 `words'. | |
5247 (Search and Replace): Add usage note for `perform-replace'. | |
5248 (Entire Match Data): Mention INTEGERS and REUSE arguments to | |
5249 `match-data'. | |
5250 (Standard Regexps): Update for new values of `paragraph-start' | |
5251 and `sentence-end'. | |
5252 | |
5253 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> | |
5254 | |
5255 * files.texi (Saving Buffers): Clarify descriptions of | |
5256 `write-contents-functions' and `before-save-hook'. | |
5257 Make the defvar's for `before-save-hook' and `after-save-hook' | |
5258 into defopt's. | |
5259 | |
5260 2004-01-07 Kim F. Storm <storm@cua.dk> | |
5261 | |
5262 * commands.texi (Click Events): Describe new image and | |
5263 width/height elements of click events. | |
5264 (Accessing Events): Add posn-string, posn-image, and | |
5265 posn-object-width-height. Change posn-object to return either | |
5266 image or string object. | |
5267 | |
5268 2004-01-01 Simon Josefsson <jas@extundo.com> | |
5269 | |
5270 * hooks.texi (Standard Hooks): Add before-save-hook. | |
5271 * files.texi (Saving Buffers): Likewise. | |
5272 | |
5273 2004-01-03 Richard M. Stallman <rms@gnu.org> | |
5274 | |
5275 * frames.texi (Frames and Windows): Delete frame-root-window. | |
5276 | |
5277 2004-01-03 Luc Teirlinck <teirllm@auburn.edu> | |
5278 | |
5279 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors. | |
5280 | |
5281 * functions.texi: Various small changes in addition to the | |
5282 following. | |
5283 (What Is a Function): `functionp' returns nil for macros. Clarify | |
5284 behavior of this and following functions for symbol arguments. | |
5285 (Function Documentation): Add `\' in front of (fn @var{arglist}) | |
5286 and explain why. | |
5287 (Defining Functions): Mention DOCSTRING argument to `defalias'. | |
5288 Add anchor. | |
5289 (Mapping Functions): Add anchor. Unquote nil in mapcar* example. | |
5290 | |
5291 2004-01-01 Miles Bader <miles@gnu.org> | |
5292 | |
5293 * display.texi (Buttons): New section. | |
5294 | |
5295 2003-12-31 Andreas Schwab <schwab@suse.de> | |
5296 | |
5297 * numbers.texi (Math Functions): sqrt reports a domain-error | |
5298 error. | |
5299 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'. | |
5300 | |
5301 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> | |
5302 | |
5303 * tips.texi (Documentation Tips): Update item on hyperlinks in | |
5304 documentation strings. | |
5305 | |
5306 * errors.texi (Standard Errors): Various small corrections and | |
5307 additions. | |
5308 | |
5309 * control.texi: Various small changes in addition to the | |
5310 following. | |
5311 (Signaling Errors): Provide some more details on how `signal' | |
5312 constructs the error message. Add anchor to the definition of | |
5313 `signal'. | |
5314 (Error Symbols): Describe special treatment of `quit'. | |
5315 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM | |
5316 to emphasize that it has to be a single form. | |
5317 | |
5318 * buffers.texi: Add anchor. | |
5319 | |
5320 2003-12-29 Richard M. Stallman <rms@gnu.org> | |
5321 | |
5322 * windows.texi (Choosing Window): Add same-window-p, special-display-p. | |
5323 (Window Configurations): Add window-configuration-frame. | |
5324 | |
5325 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p. | |
5326 | |
5327 * text.texi (Examining Properties): Add get-char-property-and-overlay. | |
5328 Change arg name in get-char-property. | |
5329 (Special Properties): Update handling of keymap property. | |
5330 | |
5331 * strings.texi (Modifying Strings): Add clear-string. | |
5332 (Text Comparison): Add assoc-string and remove | |
5333 assoc-ignore-case, assoc-ignore-representation. | |
5334 | |
5335 * os.texi (Time of Day): Add set-time-zone-rule. | |
5336 | |
5337 * numbers.texi (Math Functions): asin, acos, log, log10 | |
5338 report domain-error errors. | |
5339 | |
5340 * nonascii.texi (Converting Representations): | |
5341 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. | |
5342 (Encoding and I/O): Add file-name-coding-system. | |
5343 | |
5344 * modes.texi (Search-based Fontification): Explain that | |
5345 face specs are symbols with face names as values. | |
5346 | |
5347 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window. | |
5348 | |
5349 * lists.texi (Building Lists): remq moved elsewhere. | |
5350 (Sets And Lists): remq moved here. | |
5351 (Association Lists): Refer to assoc-string. | |
5352 | |
5353 * internals.texi (Garbage Collection): Add memory-use-counts. | |
5354 | |
5355 * frames.texi (Frames and Windows): Add set-frame-selected-window | |
5356 and frame-root-window. | |
5357 | |
5358 * files.texi (Contents of Directories): | |
5359 Add directory-files-and-attributes. | |
5360 | |
5361 * display.texi (Refresh Screen): Add force-window-update. | |
5362 (Invisible Text): Explain about moving point out of invis text. | |
5363 (Overlay Properties): Add overlay-properties. | |
5364 (Managing Overlays): Add overlayp. | |
5365 (GIF Images): Invalid image number displays a hollow box. | |
5366 | |
5367 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p. | |
5368 (Killing Buffers): Add buffer-live-p. | |
5369 | |
5370 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
5371 | |
5372 * display.texi (Fringes): Fix typo "set-buffer-window". | |
5373 | |
5374 2003-12-24 Luc Teirlinck <teirllm@auburn.edu> | |
5375 | |
5376 * display.texi, eval.texi, help.texi, internals.texi, loading.texi: | |
5377 * nonascii.texi, processes.texi, tips.texi, variables.texi: | |
5378 Add or change various xrefs and anchors. | |
5379 | |
5380 * commands.texi: Replace all occurrences of @acronym{CAR} with | |
5381 @sc{car}, for consistency with the rest of the Elisp manual. | |
5382 `car' and `cdr' are historically acronyms, but are no longer | |
5383 widely thought of as such. | |
5384 | |
5385 * internals.texi (Pure Storage): Mention that `purecopy' does not | |
5386 copy text properties. | |
5387 (Object Internals): Now 29 bits are used (in most implementations) | |
5388 to address Lisp objects. | |
5389 | |
5390 * variables.texi (Variables with Restricted Values): New node. | |
5391 | |
5392 * objects.texi (Lisp Data Types): Mention that certain variables | |
5393 can only take on a restricted set of values and add an xref to | |
5394 the new node "Variables with Restricted Values". | |
5395 | |
5396 * eval.texi (Function Indirection): Describe the errors that | |
5397 `indirect-function' can signal. | |
5398 (Eval): Clarify the descriptions of `eval-region' and `values'. | |
5399 Describe `eval-buffer' instead of `eval-current-buffer' and | |
5400 mention `eval-current-buffer' as an alias for `current-buffer'. | |
5401 Correct the description and mention all optional arguments. | |
5402 | |
5403 * nonascii.texi: Various small changes in addition to the | |
5404 following. | |
5405 (Converting Representations): Clarify behavior of | |
5406 `string-make-multibyte' and `string-to-multibyte' for unibyte all | |
5407 ASCII arguments. | |
5408 (Character Sets): Document the variable `charset-list' and adapt | |
5409 the definition of the function `charset-list' accordingly. | |
5410 (Translation of Characters): Clarify use of generic characters in | |
5411 `make-translation-table'. Clarify and correct the description of | |
5412 the use of translation tables in encoding and decoding. | |
5413 (User-Chosen Coding Systems): Correct and clarify the description | |
5414 of `select-safe-coding-system'. | |
5415 (Default Coding Systems): Clarify description of | |
5416 `file-coding-system-alist'. | |
5417 | |
5418 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | |
5419 | |
5420 * strings.texi (Text Comparison): Correctly describe when two | |
5421 strings are `equal'. Combine and clarify descriptions of | |
5422 `assoc-ignore-case' and `assoc-ignore-representation'. | |
5423 | |
5424 * objects.texi (Non-ASCII in Strings): Clarify description of | |
5425 when a string is unibyte or multibyte. | |
5426 (Bool-Vector Type): Update examples. | |
5427 (Equality Predicates): Correctly describe when two strings are | |
5428 `equal'. | |
5429 | |
5430 2003-11-29 Luc Teirlinck <teirllm@auburn.edu> | |
5431 | |
5432 * lists.texi (Building Lists): `append' no longer accepts integer | |
5433 arguments. Update the description of `number-sequence' to reflect | |
5434 recent changes. | |
5435 (Sets And Lists): Describe `member-ignore-case' after `member'. | |
5436 | |
5437 2003-11-27 Kim F. Storm <storm@cua.dk> | |
5438 | |
5439 * commands.texi (Click Events): Click object may be an images. | |
5440 Describe (dx . dy) element of click positions. | |
5441 (Accessing Events): Remove duplicate posn-timestamp. | |
5442 New functions posn-object and posn-object-x-y. | |
5443 | |
5444 2003-11-23 Kim F. Storm <storm@cua.dk> | |
5445 | |
5446 * commands.texi (Click Events): Describe enhancements to event | |
5447 position lists, including new text-pos and (col . row) items. | |
5448 Mention left-fringe and right-fringe area events. | |
5449 (Accessing Events): New functions posn-area and | |
5450 posn-actual-col-row. Mention posn-timestamp. Mention that | |
5451 posn-point in non-text area still returns buffer position. | |
5452 Clarify posn-col-row. | |
5453 | |
5454 2003-11-21 Lars Hansen <larsh@math.ku.dk> | |
5455 | |
5456 * files.texi (File Attributes): Describe new parameter ID-FORMAT. | |
5457 * anti.texi (File Attributes): Describe removed parameter | |
5458 ID-FORMAT. | |
5459 | |
5460 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> | |
5461 | |
5462 * positions.texi (Positions): Mention that, if a marker is used as | |
5463 a position, its buffer is ignored. | |
5464 | |
5465 * markers.texi (Overview of Markers): Mention it here too. | |
5466 | |
5467 2003-11-12 Luc Teirlinck <teirllm@auburn.edu> | |
5468 | |
5469 * numbers.texi (Numeric Conversions): Not just `floor', but also | |
5470 `truncate', `ceiling' and `round' accept optional argument DIVISOR. | |
5471 | |
5472 2003-11-10 Luc Teirlinck <teirllm@auburn.edu> | |
5473 | |
5474 * markers.texi (Creating Markers): Specify insertion type of | |
5475 created markers. Add xref to `Marker Insertion Types'. | |
5476 Second argument to `copy-marker' is optional. | |
5477 (Marker Insertion Types): Mention that most markers are created | |
5478 with insertion type nil. | |
5479 (The Mark): Correctly describe when `mark' signals an error. | |
5480 (The Region): Correctly describe when `region-beginning' and | |
5481 `region-end' signal an error. | |
5482 | |
5483 2003-11-08 Luc Teirlinck <teirllm@auburn.edu> | |
5484 | |
5485 * hash.texi (Creating Hash): Clarify description of `eql'. | |
5486 `makehash' is obsolete. | |
5487 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. | |
5488 | |
5489 * positions.texi (Point): Change description of `buffer-end', so | |
5490 that it is also correct for floating point arguments. | |
5491 (List Motion): Correct argument lists of `beginning-of-defun' and | |
5492 `end-of-defun'. | |
5493 (Excursions): Add xref to `Marker Insertion Types'. | |
5494 (Narrowing): Argument to `narrow-to-page' is optional. | |
5495 | |
5496 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> | |
5497 | |
5498 * streams.texi (Output Streams): Clarify behavior of point for | |
5499 marker output streams. | |
5500 | |
5501 2003-11-04 Luc Teirlinck <teirllm@auburn.edu> | |
5502 | |
5503 * variables.texi (Defining Variables): Second argument to | |
5504 `defconst' is not optional. | |
5505 (Setting Variables): Mention optional argument APPEND to | |
5506 `add-to-list'. | |
5507 (Creating Buffer-Local): Expand description of | |
5508 `make-variable-buffer-local'. | |
5509 (Frame-Local Variables): Expand description of | |
5510 `make-variable-frame-local'. | |
5511 (Variable Aliases): Correct description of optional argument | |
5512 DOCSTRING to `defvaralias'. Mention return value of | |
5513 `defvaralias'. | |
5514 (File Local Variables): Add xref to `File variables' in Emacs | |
5515 Manual. Correct description of `hack-local-variables'. Mention | |
5516 `safe-local-variable' property. Mention optional second argument | |
5517 to `risky-local-variable-p'. | |
5518 | |
5519 2003-11-03 Luc Teirlinck <teirllm@auburn.edu> | |
5520 | |
5521 * symbols.texi (Symbol Plists): Mention return value of `setplist'. | |
5522 | |
5523 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5524 | |
5525 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi | |
5526 lispref/customize.texi, lispref/display.texi, lispref/files.texi, | |
5527 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi, | |
5528 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi, | |
5529 lispref/objects.texi, lispref/os.texi, lispref/positions.texi, | |
5530 lispref/processes.texi, lispref/searching.texi, | |
5531 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi, | |
5532 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with | |
5533 @acronym{FOO}. | |
5534 | |
5535 2003-10-27 Luc Teirlinck <teirllm@auburn.edu> | |
5536 | |
5537 * strings.texi (Creating Strings): Argument START to `substring' | |
5538 can not be `nil'. Expand description of | |
5539 `substring-no-properties'. Correct description of `split-string', | |
5540 especially with respect to empty matches. Prevent very bad line | |
5541 break in definition of `split-string-default-separators'. | |
5542 (Text Comparison): `string=' and `string<' also accept symbols as | |
5543 arguments. | |
5544 (String Conversion): More completely describe argument BASE in | |
5545 `string-to-number'. | |
5546 (Formatting Strings): `%s' and `%S' in `format' do require | |
5547 corresponding object. Clarify behavior of numeric prefix after | |
5548 `%' in `format'. | |
5549 (Case Conversion): The argument to `upcase-initials' can be a | |
5550 character. | |
5551 | |
5552 2003-10-27 Kenichi Handa <handa@m17n.org> | |
5553 | |
5554 * display.texi (Fontsets): Fix texinfo usage. | |
5555 | |
5556 2003-10-25 Kenichi Handa <handa@m17n.org> | |
5557 | |
5558 * display.texi (Fontsets): Add description of the function | |
5559 set-fontset-font. | |
5560 | |
5561 2003-10-23 Luc Teirlinck <teirllm@auburn.edu> | |
5562 | |
5563 * display.texi (Temporary Displays): Add xref to `Documentation | |
5564 Tips'. | |
5565 | |
5566 * functions.texi (Function Safety): Use inforef instead of pxref | |
5567 for SES. | |
5568 | |
5569 2003-10-23 Andreas Schwab <schwab@suse.de> | |
5570 | |
5571 * Makefile.in (TEX, texinputdir): Don't define. | |
5572 (TEXI2DVI): Define. | |
5573 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm, | |
5574 add $(srcdir)/index.texi. | |
5575 ($(infodir)/elisp): Remove index.texi dependency. | |
5576 (elisp.dvi): Likewise. Use $(TEXI2DVI). | |
5577 (index.texi): Remove target. | |
5578 (dist): Don't link $(srcdir)/permute-index. | |
5579 (clean): Don't remove index.texi. | |
5580 | |
5581 * permute-index, index.perm: Remove. | |
5582 * index.texi: Rename from index.unperm. | |
5583 | |
5584 2003-10-22 Luc Teirlinck <teirllm@auburn.edu> | |
5585 | |
5586 * tips.texi (Documentation Tips): Document new behavior for face | |
5587 and variable hyperlinks in Help mode. | |
5588 | |
5589 2003-10-21 Luc Teirlinck <teirllm@auburn.edu> | |
5590 | |
5591 * objects.texi (Integer Type): Update for extra bit of integer range. | |
5592 (Character Type): Ditto. | |
5593 | |
5594 2003-10-16 Eli Zaretskii <eliz@gnu.org> | |
5595 | |
5596 * numbers.texi (Integer Basics): Add index entries for reading | |
5597 numbers in hex, octal, and binary. | |
5598 | |
5599 2003-10-16 Lute Kamstra <lute@gnu.org> | |
5600 | |
5601 * modes.texi (Mode Line Format): Mention force-mode-line-update's | |
5602 argument. | |
5603 | |
5604 2003-10-13 Luc Teirlinck <teirllm@auburn.edu> | |
5605 | |
5606 * windows.texi (Choosing Window): Fix typo. | |
5607 * edebug.texi (Edebug Execution Modes): Fix typo. | |
5608 | |
5609 2003-10-13 Richard M. Stallman <rms@gnu.org> | |
5610 | |
5611 * windows.texi (Basic Windows): A window has fringe settings, | |
5612 display margins and scroll-bar settings. | |
5613 (Splitting Windows): Doc split-window return value. | |
5614 Clean up one-window-p. | |
5615 (Selecting Windows): Fix typo. | |
5616 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window. | |
5617 (Buffers and Windows): In set-window-buffer, explain effect | |
5618 on fringe settings and scroll bar settings. | |
5619 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg. | |
5620 (Choosing Window): Use defopt for pop-up-frame-function. | |
5621 For special-display-buffer-names, explain same-window and same-frame. | |
5622 Clarify window-dedicated-p return value. | |
5623 (Textual Scrolling): scroll-up and scroll-down can get an error. | |
5624 (Horizontal Scrolling): Clarify auto-hscroll-mode. | |
5625 Clarify set-window-hscroll. | |
5626 (Size of Window): Don't mention tool bar in window-height. | |
5627 (Coordinates and Windows): Explain what coordinates-in-window-p | |
5628 returns for fringes and display margins. | |
5629 (Window Configurations): Explain saving fringes, etc. | |
5630 | |
5631 * tips.texi (Library Headers): Clean up Documentation. | |
5632 | |
5633 * syntax.texi (Parsing Expressions): Clean up forward-comment | |
5634 and parse-sexp-lookup-properties. | |
5635 | |
5636 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors. | |
5637 | |
5638 * os.texi (System Environment): Clean up text for load-average errors. | |
5639 | |
5640 * modes.texi (Hooks): Don't explain local hook details at front. | |
5641 Clarify run-hooks and run-hook-with-args a little. | |
5642 Clean up add-hook and remove-hook. | |
5643 | |
5644 * edebug.texi (Edebug Execution Modes): Clarify t. | |
5645 Document edebug-sit-for-seconds. | |
5646 (Coverage Testing): Document C-x X = and =. | |
5647 (Instrumenting Macro Calls): Fix typo. | |
5648 (Specification List): Don't index the specification keywords. | |
5649 | |
5650 2003-10-10 Kim F. Storm <storm@cua.dk> | |
5651 | |
5652 * processes.texi (Network): Introduce make-network-process. | |
5653 | |
5654 2003-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
5655 | |
5656 * tips.texi (Library Headers): Fix typo. | |
5657 | |
5658 2003-10-07 Juri Linkov <juri@jurta.org> | |
5659 | |
5660 * modes.texi (Imenu): Mention imenu-create-index-function's | |
5661 default value. Explain submenus better. | |
5662 | |
5663 2003-10-07 Lute Kamstra <lute@gnu.org> | |
5664 | |
5665 * modes.texi (Faces for Font Lock): Fix typo. | |
5666 (Hooks): Explain how buffer-local hook variables can refer to | |
5667 global hook variables. | |
5668 Various minor clarifications. | |
5669 | |
5670 2003-10-06 Lute Kamstra <lute@gnu.org> | |
5671 | |
5672 * tips.texi (Coding Conventions): Mention naming conventions for | |
5673 hooks. | |
5674 | |
5675 2003-10-05 Luc Teirlinck <teirllm@auburn.edu> | |
5676 | |
5677 * loading.texi (Library Search): Correct default value of | |
5678 load-suffixes. | |
5679 (Named Features): Fix typo. | |
5680 | |
5681 2003-10-05 Richard M. Stallman <rms@gnu.org> | |
5682 | |
5683 * loading.texi (Named Features): In `provide', | |
5684 say how to test for subfeatures. | |
5685 (Unloading): In unload-feature, use new var name | |
5686 unload-feature-special-hooks. | |
5687 | |
5688 2003-10-03 Lute Kamstra <lute@gnu.org> | |
5689 | |
5690 * modes.texi (Major Mode Conventions): Mention third way to set up | |
5691 Imenu. | |
5692 (Imenu): A number of small fixes. | |
5693 Delete documentation of internal variable imenu--index-alist. | |
5694 Document the return value format of imenu-create-index-function | |
5695 functions. | |
5696 | |
5697 2003-09-30 Richard M. Stallman <rms@gnu.org> | |
5698 | |
5699 * processes.texi (Network): Say what stopped datagram connections do. | |
5700 | |
5701 * lists.texi (Association Lists): Clarify `assq-delete-all'. | |
5702 | |
5703 * display.texi (Overlay Properties): Clarify `evaporate' property. | |
5704 | |
5705 2003-09-29 Lute Kamstra <lute@gnu.org> | |
5706 | |
5707 * modes.texi (Mode Line Data): Explain when symbols in mode-line | |
5708 constructs should be marked as risky. | |
5709 Change cons cell into proper list. | |
5710 (Mode Line Variables): Change cons cell into proper list. | |
5711 | |
5712 2003-09-26 Lute Kamstra <lute@gnu.org> | |
5713 | |
5714 * modes.texi (Mode Line Data): Document the :propertize construct. | |
5715 (Mode Line Variables): Reorder the descriptions of the variables | |
5716 to match their order in the default mode-line-format. | |
5717 Describe the new variables mode-line-position and mode-line-modes. | |
5718 Update the default values of mode-line-frame-identification, | |
5719 minor-mode-alist, and default-mode-line-format. | |
5720 (Properties in Mode): Mention the :propertize construct. | |
5721 | |
5722 2003-09-26 Richard M. Stallman <rms@gnu.org> | |
5723 | |
5724 * buffers.texi, commands.texi, debugging.texi, eval.texi: | |
5725 * loading.texi, minibuf.texi, text.texi, variables.texi: | |
5726 Avoid @strong{Note:}. | |
5727 | |
5728 2003-09-26 Richard M. Stallman <rms@gnu.org> | |
5729 | |
5730 * keymaps.texi (Remapping Commands): Fix typo. | |
5731 | |
5732 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu> | |
5733 | |
5734 * processes.texi (Low-Level Network): Fix typo. | |
5735 | |
5736 2003-09-23 Kim F. Storm <storm@cua.dk> | |
5737 | |
5738 * processes.texi (Network, Network Servers): Fix typos. | |
5739 (Low-Level Network): Add timeout value for :server keyword. | |
5740 Add new option keywords to make-network-process. | |
5741 Add set-network-process-options. | |
5742 Explain how to test availability of network options. | |
5743 | |
5744 2003-09-19 Richard M. Stallman <rms@gnu.org> | |
5745 | |
5746 * text.texi (Motion by Indent): Arg to | |
5747 backward-to-indentation and forward-to-indentation is optional. | |
5748 | |
5749 * strings.texi (Creating Strings): Add substring-no-properties. | |
5750 | |
5751 * processes.texi | |
5752 (Process Information): Add list-processes arg QUERY-ONLY. | |
5753 Delete process-contact from here. | |
5754 Add new status values for process-status. | |
5755 Add process-get, process-put, process-plist, set-process-plist. | |
5756 (Synchronous Processes): Add call-process-shell-command. | |
5757 (Signals to Processes): signal-process allows process objects. | |
5758 (Network): Complete rewrite. | |
5759 (Network Servers, Datagrams, Low-Level Network): New nodes. | |
5760 | |
5761 * positions.texi (Word Motion): forward-word, backward-word | |
5762 arg is optional. Reword. | |
5763 | |
5764 * abbrevs.texi (Defining Abbrevs): Index no-self-insert. | |
5765 | |
5766 * variables.texi (Creating Buffer-Local): | |
5767 Delete duplicate definition of buffer-local-value. | |
5768 (File Local Variables): Explain about discarding text props. | |
5769 | |
5770 2003-09-11 Richard M. Stallman <rms@gnu.org> | |
5771 | |
5772 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer | |
5773 changes variables that record input events. | |
5774 (Minibuffer Misc): Add minibuffer-selected-window. | |
5775 | |
5776 * lists.texi (Building Lists): Add copy-tree. | |
5777 | |
5778 * display.texi (Fontsets): Add char-displayable-p. | |
5779 (Scroll Bars): New node. | |
5780 | |
5781 2003-09-08 Lute Kamstra <lute@gnu.org> | |
5782 | |
5783 * modes.texi (%-Constructs): Document new `%i' and `%I' | |
5784 constructs. | |
5785 | |
5786 2003-09-03 Peter Runestig <peter@runestig.com> | |
5787 | |
5788 * makefile.w32-in: New file. | |
5789 | |
5790 2003-08-29 Richard M. Stallman <rms@gnu.org> | |
5791 | |
5792 * display.texi (Overlay Properties): Clarify how priorities | |
5793 affect use of the properties. | |
5794 | |
5795 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> | |
5796 | |
5797 * customize.texi (Type Keywords): Correct the description of | |
5798 `:help-echo' in the case where `motion-doc' is a function. | |
5799 | |
5800 2003-08-14 John Paul Wallington <jpw@gnu.org> | |
5801 | |
5802 * modes.texi (Emulating Mode Line): Subsection, not section. | |
5803 | |
5804 2003-08-13 Richard M. Stallman <rms@gnu.org> | |
5805 | |
5806 * elisp.texi (Top): Update subnode lists in menu. | |
5807 | |
5808 * text.texi (Insertion): Add insert-buffer-substring-no-properties. | |
5809 (Kill Functions): kill-region has new arg yank-handler. | |
5810 (Yanking): New node. | |
5811 (Yank Commands): Add yank-undo-function. | |
5812 (Low-Level Kill Ring): | |
5813 kill-new and kill-append have new arg yank-handler. | |
5814 (Changing Properties): Add remove-list-of-text-properties. | |
5815 (Atomic Changes): New node. | |
5816 | |
5817 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put. | |
5818 | |
5819 * streams.texi (Output Variables): Add eval-expression-print-length | |
5820 and eval-expression-print-level. | |
5821 | |
5822 * os.texi (Time Conversion): For encode-time, explain limits on year. | |
5823 | |
5824 * objects.texi (Character Type): Define anchor "modifier bits". | |
5825 | |
5826 * modes.texi (Emulating Mode Line): New node. | |
5827 (Search-based Fontification): Font Lock uses font-lock-face property. | |
5828 (Other Font Lock Variables): Likewise. | |
5829 | |
5830 * keymaps.texi (Format of Keymaps): Keymaps contain char tables, | |
5831 not vectors. | |
5832 (Active Keymaps): Add emulation-mode-map-alists. | |
5833 (Functions for Key Lookup): key-binding has new arg no-remap. | |
5834 (Remapping Commands): New node. | |
5835 (Scanning Keymaps): where-is-internal has new arg no-remap. | |
5836 (Tool Bar): Add tool-bar-local-item-from-menu. | |
5837 Clarify when to use tool-bar-add-item-from-menu. | |
5838 | |
5839 * commands.texi (Interactive Call): commandp has new arg. | |
5840 (Command Loop Info): Add this-original-command. | |
5841 | |
5842 2003-08-06 John Paul Wallington <jpw@gnu.org> | |
5843 | |
5844 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. | |
5845 | |
5846 * display.texi (Warning Basics): Fix typo. | |
5847 (Fringes): Add closing curly bracket and fix typo. | |
5848 | |
5849 * elisp.texi (Top): Fix typo. | |
5850 | |
5851 2003-08-05 Richard M. Stallman <rms@gnu.org> | |
5852 | |
5853 * elisp.texi: Update lists of subnodes. | |
5854 | |
5855 * windows.texi (Buffers and Windows): set-window-buffer has new arg. | |
5856 | |
5857 * variables.texi (Local Variables): Use lc for example variable names. | |
5858 | |
5859 * tips.texi (Library Headers): Explain where to put -*-. | |
5860 | |
5861 * strings.texi (Creating Strings): Fix xref for vconcat. | |
5862 | |
5863 * sequences.texi (Vector Functions): | |
5864 vconcat no longer allows integer args. | |
5865 | |
5866 * minibuf.texi (Reading File Names): read-file-name has new | |
5867 arg PREDICATE. New function read-directory-name. | |
5868 | |
5869 * macros.texi (Defining Macros): Give definition of `declare' | |
5870 (Indenting Macros): New node. | |
5871 | |
5872 * frames.texi (Parameter Access): Add modify-all-frames-parameters. | |
5873 (Window Frame Parameters): Make separate table of parameters | |
5874 that are coupled with specific face attributes. | |
5875 (Deleting Frames): delete-frame-hooks renamed to | |
5876 delete-frame-functions. | |
5877 | |
5878 * files.texi (Magic File Names): Add file-remote-p. | |
5879 Clarify file-local-copy. | |
5880 | |
5881 * edebug.texi (Instrumenting Macro Calls): Don't define `declare' | |
5882 here; instead xref Defining Macros. | |
5883 | |
5884 * display.texi (Warnings): New node, and subnodes. | |
5885 (Fringes): New node. | |
5886 | |
5887 * debugging.texi (Test Coverage): New node. | |
5888 | |
5889 * compile.texi (Compiler Errors): Explain with-no-warnings | |
5890 and other ways to suppress warnings. | |
5891 | |
5892 * commands.texi (Interactive Call): Minor clarification. | |
5893 | |
5894 * buffers.texi (Buffer File Name): set-visited-file-name | |
5895 renames the buffer too. | |
5896 | |
5897 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table. | |
5898 | |
5899 2003-07-24 Markus Rost <rost@math.ohio-state.edu> | |
5900 | |
5901 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. | |
5902 | |
5903 2003-07-22 Markus Rost <rost@math.ohio-state.edu> | |
5904 | |
5905 * internals.texi (Garbage Collection): Fix previous change. | |
5906 | |
5907 2003-07-22 Richard M. Stallman <rms@gnu.org> | |
5908 | |
5909 * files.texi (Truenames): Add LIMIT arg to file-chase-links. | |
5910 | |
5911 * display.texi (Width): Use \s syntax in example. | |
5912 (Font Selection): Add face-font-rescale-alist. | |
5913 | |
5914 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu. | |
5915 Remove spurious indent in example. | |
5916 | |
5917 * lists.texi (Building Lists): Add number-sequence. | |
5918 | |
5919 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed. | |
5920 | |
5921 * functions.texi (Function Documentation): Explain how to | |
5922 show calling convention explicitly in the doc string. | |
5923 | |
5924 * windows.texi (Selecting Windows): save-selected-window saves | |
5925 selected window of each frame. | |
5926 (Window Configurations): Minor change. | |
5927 | |
5928 * syntax.texi (Syntax Table Functions): Use \s syntax in examples. | |
5929 | |
5930 * streams.texi (Output Variables): Add print-continuous-numbering | |
5931 and print-number-table. | |
5932 | |
5933 * processes.texi (Decoding Output): New node. | |
5934 | |
5935 * os.texi (Time Conversion): decode-time arg is optional. | |
5936 | |
5937 * objects.texi (Character Type): Don't use space as example for \. | |
5938 Make list of char names and \-sequences correspond. | |
5939 Explain that \s is not used in strings. `\ ' needs space after. | |
5940 | |
5941 * nonascii.texi (Converting Representations): Add string-to-multibyte. | |
5942 (Translation of Characters): Add translation-table-for-input. | |
5943 (Default Coding Systems): Add auto-coding-functions. | |
5944 (Explicit Encoding): Add decode-coding-inserted-region. | |
5945 (Locales): Add locale-info. | |
5946 | |
5947 * minibuf.texi (Basic Completion): Describe test-completion. | |
5948 Collections can be lists of strings. | |
5949 Clean up lazy-completion-table. | |
5950 (Programmed Completion): Mention test-completion. | |
5951 Clarify why lambda expressions are not accepted. | |
5952 (Minibuffer Misc): Describe minibufferp. | |
5953 | |
5954 2003-07-14 Richard M. Stallman <rms@gnu.org> | |
5955 | |
5956 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local. | |
5957 | |
5958 * windows.texi (Selecting Windows): New arg to select-window. | |
5959 (Selecting Windows): Add with-selected-window. | |
5960 (Size of Window): Add window-inside-edges, etc. | |
5961 | |
5962 * internals.texi (Garbage Collection): Add post-gc-hook. | |
5963 | |
5964 * processes.texi (Subprocess Creation): Add exec-suffixes. | |
5965 | |
5966 * keymaps.texi (Functions for Key Lookup): Add current-active-maps. | |
5967 (Scanning Keymaps): Add map-keymaps. | |
5968 (Defining Menus): Add keymap-prompt. | |
5969 | |
5970 * numbers.texi (Integer Basics): Add most-positive-fixnum, | |
5971 most-negative-fixnum. | |
5972 | |
5973 * compile.texi (Byte Compilation): Explain no-byte-compile | |
5974 (Compiler Errors): New node. | |
5975 | |
5976 * os.texi (User Identification): user-uid, user-real-uid | |
5977 can return float. | |
5978 | |
5979 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks | |
5980 and about derived modes. | |
5981 (Minor Modes): Add minor-mode-list. | |
5982 (Defining Minor Modes): Keyword args for define-minor-mode. | |
5983 (Search-based Fontification): Explain managing other properties. | |
5984 (Other Font Lock Variables): Add font-lock-extra-managed-props. | |
5985 (Faces for Font Lock): Add font-locl-preprocessor-face. | |
5986 (Hooks): Add run-mode-hooks and delay-mode-hooks. | |
5987 | |
5988 * variables.texi (Creating Buffer-Local): Add buffer-local-value. | |
5989 (Variable Aliases): Clarify defvaralias. | |
5990 | |
5991 * loading.texi (Library Search): Add load-suffixes. | |
5992 | |
5993 * minibuf.texi (Basic Completion): Add lazy-completion-table. | |
5994 (Programmed Completion): Add dynamic-completion-table. | |
5995 | |
5996 * files.texi (Changing Files): copy-file allows dir as NEWNAME. | |
5997 (Magic File Names): Specify precedence order of handlers. | |
5998 | |
5999 * commands.texi (Command Overview): Emacs server runs pre-command-hook | |
6000 and post-command-hook. | |
6001 (Waiting): New calling convention for sit-for. | |
6002 | |
6003 * text.texi (Special Properties): local-map and keymap properties | |
6004 apply based on their stickiness. | |
6005 | |
6006 2003-07-07 Richard M. Stallman <rms@gnu.org> | |
6007 | |
6008 * modes.texi (Minor Mode Conventions): Specify only some kinds | |
6009 of list values as args to minor modes. | |
6010 | |
6011 * files.texi (File Name Expansion): Warn about iterative use | |
6012 of substitute-in-file-name. | |
6013 | |
6014 * advice.texi (Activation of Advice): Clean up previous change. | |
6015 | |
6016 2003-07-06 Markus Rost <rost@math.ohio-state.edu> | |
6017 | |
6018 * advice.texi (Activation of Advice): Note that ad-start-advice is | |
6019 turned on by default. | |
6020 | |
6021 2003-06-30 Richard M. Stallman <rms@gnu.org> | |
6022 | |
6023 * text.texi (Buffer Contents): Document current-word. | |
6024 (Change Hooks): Not called for *Messages*. | |
6025 | |
6026 * functions.texi (Defining Functions): Explain about redefining | |
6027 primitives. | |
6028 (Function Safety): Renamed. Minor changes. | |
6029 Comment out the detailed criteria for what is safe. | |
6030 | |
6031 2003-06-22 Andreas Schwab <schwab@suse.de> | |
6032 | |
6033 * objects.texi (Symbol Type): Fix description of examples. | |
6034 | |
6035 2003-06-16 Andreas Schwab <schwab@suse.de> | |
6036 | |
6037 * hash.texi (Creating Hash): Fix description of :weakness. | |
6038 | |
93309 | 6039 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net> |
84043 | 6040 |
6041 * files.texi (Changing Files): copy-file copies file modes, too. | |
6042 | |
6043 2003-05-28 Richard M. Stallman <rms@gnu.org> | |
6044 | |
6045 * strings.texi (Creating Strings): Clarify split-string. | |
6046 | |
6047 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> | |
6048 | |
6049 * strings.texi (Creating Strings): Update split-string specification | |
6050 and examples. | |
6051 | |
6052 2003-05-19 Richard M. Stallman <rms@gnu.org> | |
6053 | |
6054 * elisp.texi: Correct invariant section names. | |
6055 | |
6056 2003-04-20 Richard M. Stallman <rms@gnu.org> | |
6057 | |
6058 * os.texi (Timers): Explain about timers and quitting. | |
6059 | |
6060 2003-04-19 Richard M. Stallman <rms@gnu.org> | |
6061 | |
6062 * internals.texi (Writing Emacs Primitives): Strings are | |
6063 no longer special for GCPROs. Mention GCPRO5, GCPRO6. | |
6064 Explain GCPRO convention for varargs function args. | |
6065 | |
6066 2003-04-16 Richard M. Stallman <rms@gnu.org> | |
6067 | |
6068 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. | |
6069 | |
6070 2003-04-08 Richard M. Stallman <rms@gnu.org> | |
6071 | |
6072 * files.texi (Kinds of Files): Correct return value of file-symlink-p. | |
6073 | |
6074 2003-02-13 Kim F. Storm <storm@cua.dk> | |
6075 | |
6076 * objects.texi (Character Type): New \s escape for space. | |
6077 | |
6078 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | |
6079 | |
6080 * os.texi (System Environment): Added cygwin system-type. | |
6081 | |
6082 2003-01-25 Richard M. Stallman <rms@gnu.org> | |
6083 | |
6084 * keymaps.texi: Document that a symbol can act as a keymap. | |
6085 | |
6086 2003-01-13 Richard M. Stallman <rms@gnu.org> | |
6087 | |
6088 * text.texi (Changing Properties): Say string indices are origin-0. | |
6089 | |
6090 * positions.texi (Screen Lines) <compute-motion>: | |
6091 Correct order of elts in return value. | |
6092 | |
6093 * keymaps.texi (Changing Key Bindings) <define-key>: Mention | |
6094 how to define a default binding. | |
6095 | |
6096 2002-12-07 Markus Rost <rost@math.ohio-state.edu> | |
6097 | |
6098 * loading.texi (Unloading): Fix recent change for load-history. | |
6099 | |
6100 * customize.texi (Simple Types): Clarify description of custom | |
6101 type 'number. Describe new custom type 'float. | |
6102 | |
6103 2002-12-04 Markus Rost <rost@math.ohio-state.edu> | |
6104 | |
6105 * variables.texi (File Local Variables): Fix typo. | |
6106 | |
93309 | 6107 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
84043 | 6108 |
6109 From Michael Albinus <Michael.Albinus@alcatel.de>. | |
6110 | |
6111 * README: Target for Info file is `make info'. | |
6112 | |
6113 * files.texi (File Name Components): Fixed typos in | |
6114 `file-name-sans-extension'. | |
6115 (Magic File Names): Complete list of operations for magic file | |
6116 name handlers. | |
6117 | |
6118 2002-09-16 Jonathan Yavner <jyavner@engineer.com> | |
6119 | |
6120 * variables.texi (File Local Variables): New function | |
6121 risky-local-variable-p. | |
6122 | |
6123 2002-09-15 Jonathan Yavner <jyavner@engineer.com> | |
6124 | |
6125 * functions.texi (Function safety): New node about unsafep. | |
6126 | |
6127 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> | |
6128 | |
6129 * customize.texi (Splicing into Lists): Fixed example. | |
6130 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> | |
6131 | |
6132 2002-06-17 Juanma Barranquero <lektu@terra.es> | |
6133 | |
6134 * frames.texi (Display Feature Testing): Fix typo. | |
6135 | |
6136 2002-06-12 Andreas Schwab <schwab@suse.de> | |
6137 | |
6138 * frames.texi (Initial Parameters, Resources): Fix references to | |
6139 the Emacs manual. | |
6140 | |
6141 2002-05-13 Kim F. Storm <storm@cua.dk> | |
6142 | |
6143 * variables.texi (Intro to Buffer-Local): Updated warning and | |
6144 example relating to changing buffer inside let. | |
6145 | |
93309 | 6146 2002-03-10 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 6147 |
6148 * os.texi (Session Management): New node about X Session management. | |
6149 | |
6150 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> | |
6151 | |
6152 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | |
6153 to which the manual corresponds, and the copyright years. | |
6154 | |
6155 * Makefile.in (VERSION): Set to 2.9. | |
6156 | |
6157 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> | |
6158 | |
6159 * elisp.texi: Change the category in @dircategory to "Emacs", to | |
6160 make it consistent with info/dir. | |
6161 | |
6162 2001-11-25 Miles Bader <miles@gnu.org> | |
6163 | |
6164 * text.texi (Fields): Describe new `limit' arg in | |
6165 field-beginning/field-end. | |
6166 | |
6167 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> | |
6168 | |
6169 * permute-index: Don't depend on csh-specific features. Replace | |
6170 the interpreter name with /bin/sh. | |
6171 | |
6172 * two-volume-cross-refs.txt: New file. | |
6173 * two.el: New file. | |
6174 * spellfile: New file. | |
6175 | |
6176 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> | |
6177 | |
6178 * permute-index: New file. | |
6179 | |
6180 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
6181 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
6182 8+3 restricted namespace. | |
6183 | |
6184 * Makefile.in (infodir): Define relative to $(srcdir). | |
6185 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
6186 include directories list via -I switch to makeinfo. | |
6187 (index.texi): Use cp if both hard and symbolic links fail. | |
6188 | |
6189 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> | |
6190 | |
6191 * Makefile.in (distclean): Add. | |
6192 | |
6193 The following changes make ELisp manual part of the Emacs | |
6194 distribution: | |
6195 | |
6196 * Makefile.in: Add Copyright notice. | |
6197 (prefix): Remove. | |
6198 (infodir): Change value to "../info". | |
6199 (VPATH): New variable. | |
6200 (MAKE): Don't define. | |
6201 (texmacrodir): Don't define. | |
6202 (texinputdir): Append the existing value of TEXINPUTS. | |
6203 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
6204 command to be compatible with man/Makefile.in, and to put the | |
6205 output into ../info. | |
6206 (info): Add target. | |
6207 (installall): Target removed. | |
6208 | |
93309 | 6209 2001-10-31 Pavel JanÃk <Pavel@Janik.cz> |
84043 | 6210 |
6211 * tips.texi (Coding Conventions): Fix typo. | |
6212 | |
6213 2001-10-23 Gerd Moellmann <gerd@gnu.org> | |
6214 | |
6215 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
6216 | |
6217 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> | |
6218 | |
6219 * files.texi (File Name Components): Update the description of | |
6220 file-name-sans-extension and file-name-extension, as they now | |
6221 ignore leading dots. | |
6222 | |
6223 2001-10-20 Gerd Moellmann <gerd@gnu.org> | |
6224 | |
6225 * (Version 21.1 released.) | |
6226 | |
6227 2001-10-19 Miles Bader <miles@gnu.org> | |
6228 | |
6229 * positions.texi (Text Lines): Describe behavior of | |
6230 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
6231 | |
6232 2001-10-17 Gerd Moellmann <gerd@gnu.org> | |
6233 | |
6234 * Makefile.in (VERSION): Set to 2.8. | |
6235 (manual): Use `manual-21'. | |
6236 | |
6237 * elisp.texi (VERSION): Add and use it where the version | |
6238 number was used. Set it to 2.8. | |
6239 | |
6240 * intro.texi: Likewise. | |
6241 | |
6242 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> | |
6243 | |
6244 * files.texi (File Name Completion): Document the significance of | |
6245 a trailing slash in elements of completion-ignored-extensions. | |
6246 | |
6247 2001-10-06 Miles Bader <miles@gnu.org> | |
6248 | |
6249 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
6250 | |
6251 2001-10-04 Gerd Moellmann <gerd@gnu.org> | |
6252 | |
6253 * variables.texi (Variable Aliases): New node. | |
6254 | |
6255 2001-10-04 Gerd Moellmann <gerd@gnu.org> | |
6256 | |
6257 * Branch for 21.1. | |
6258 | |
6259 2001-10-02 Miles Bader <miles@gnu.org> | |
6260 | |
6261 * minibuf.texi (Minibuffer Misc): Add entries for | |
6262 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
6263 `delete-minibuffer-contents'. | |
6264 Correct description for `minibuffer-prompt-end'. | |
6265 | |
6266 * text.texi (Property Search): Correct descriptions of | |
6267 `next-char-property-change' and `previous-char-property-change'. | |
6268 Add entries for `next-single-char-property-change' and | |
6269 `previous-single-char-property-change'. | |
6270 Make operand names a bit more consistent. | |
6271 | |
6272 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> | |
6273 | |
6274 * frames.texi (Finding All Frames): Document that next-frame and | |
6275 previous-frame are local to current terminal. | |
6276 | |
6277 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> | |
6278 | |
6279 * keymaps.texi (Creating Keymaps): Fix the description of the | |
6280 result of make-keymap. | |
6281 | |
6282 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> | |
6283 | |
6284 * display.texi (Font Lookup, Attribute Functions) | |
6285 (Image Descriptors): Add cross-references to the definition of | |
6286 selected frame. | |
6287 | |
6288 * buffers.texi (The Buffer List): Add cross-references to the | |
6289 definition of selected frame. | |
6290 | |
6291 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
6292 frame at any given time. | |
6293 (Multiple Displays, Size and Position): Add a cross-reference to | |
6294 the definition of the selected frame. | |
6295 | |
6296 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> | |
6297 | |
6298 * strings.texi (String Conversion) <string-to-number>: Document | |
6299 that a float is returned for integers that are too large. | |
6300 | |
6301 * frames.texi (Mouse Position): Document mouse-position-function. | |
6302 (Display Feature Testing): Document display-images-p. | |
6303 (Window Frame Parameters): Document the cursor-type variable. | |
6304 | |
6305 * numbers.texi (Integer Basics): Document CL style read syntax for | |
6306 integers in bases other than 10. | |
6307 | |
6308 * positions.texi (List Motion): Document | |
6309 open-paren-in-column-0-is-defun-start. | |
6310 | |
6311 * lists.texi (Sets And Lists): Document member-ignore-case. | |
6312 | |
6313 * internals.texi (Garbage Collection): Document the used and free | |
6314 strings report. | |
6315 (Memory Usage): Document strings-consed. | |
6316 | |
6317 * os.texi (Time of Day): Document float-time. | |
6318 (Recording Input): Document that clear-this-command-keys clears | |
6319 the vector to be returned by recent-keys. | |
6320 | |
6321 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
6322 argument keymap can be a list. | |
6323 | |
6324 * nonascii.texi (User-Chosen Coding Systems) | |
6325 <select-safe-coding-system>: Document the new argument | |
6326 accept-default-p and the variable | |
6327 select-safe-coding-system-accept-default-p. Tell what happens if | |
6328 buffer-file-coding-system is undecided. | |
6329 (Default Coding Systems): Document auto-coding-regexp-alist. | |
6330 | |
6331 * display.texi (The Echo Area) <message>: Document | |
6332 message-truncate-lines. | |
6333 (Glyphs): Document that the glyph table is unused on windowed | |
6334 displays. | |
6335 | |
6336 * help.texi (Describing Characters) <single-key-description>: | |
6337 Document the new argument no-angles. | |
6338 (Accessing Documentation) <documentation-property>: Document that | |
6339 a non-string property is evaluated. | |
6340 <documentation>: Document that the function-documentation property | |
6341 is looked for. | |
6342 | |
6343 * windows.texi (Selecting Windows): Document some-window. | |
6344 | |
6345 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
6346 | |
6347 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
6348 apropos-mode-hook. | |
6349 | |
6350 * commands.texi (Using Interactive): Document interactive-form. | |
6351 (Keyboard Macros): Document kbd-macro-termination-hook. | |
6352 (Command Loop Info): Document that clear-this-command-keys clears | |
6353 the vector to be returned by recent-keys. | |
6354 | |
6355 2001-09-04 Werner LEMBERG <wl@gnu.org> | |
6356 | |
6357 * Makefile.in (srcdir, texinputdir): New variables. | |
6358 (srcs, index.texi, install): Use $(srcdir). | |
6359 (.PHONY): Remove elisp.dvi. | |
6360 (elisp): Use -I switch for makeinfo. | |
6361 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
6362 (installall, dist): Use $(srcdir). | |
6363 Fix path to texinfo.tex. | |
6364 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
6365 | |
6366 2001-08-30 Gerd Moellmann <gerd@gnu.org> | |
6367 | |
6368 * display.texi (Conditional Display): Adjust to API change. | |
6369 | |
6370 * configure: New file. | |
6371 | |
6372 2001-07-30 Gerd Moellmann <gerd@gnu.org> | |
6373 | |
6374 * commands.texi (Repeat Events): Add description of | |
6375 double-click-fuzz. | |
6376 | |
6377 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> | |
6378 | |
6379 * syntax.texi (Syntax Class Table): Add the missing designator for | |
6380 comment and string fences. | |
6381 (Syntax Properties): Add a xref to syntax table internals. | |
6382 (Syntax Table Internals): Document string-to-syntax. | |
6383 | |
6384 2001-05-07 Gerd Moellmann <gerd@gnu.org> | |
6385 | |
6386 * Makefile.in (install): Use install-info command line options | |
6387 like in Emacs' Makefile.in. | |
6388 | |
6389 2000-12-09 Miles Bader <miles@gnu.org> | |
6390 | |
6391 * windows.texi (Window Start): Update documentation for | |
6392 `pos-visible-in-window-p'. | |
6393 | |
6394 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> | |
6395 | |
6396 * lists.texi (Building Lists): Add footnote to explain how to add | |
6397 to the end of a list. | |
6398 | |
6399 2000-10-25 Gerd Moellmann <gerd@gnu.org> | |
6400 | |
6401 * files.texi (Visiting Functions): Typos. | |
6402 | |
6403 2000-10-25 Kenichi Handa <handa@etl.go.jp> | |
6404 | |
6405 * files.texi (Visiting Functions): Return value of | |
6406 find-file-noselect may be a list of buffers if wildcards are used. | |
6407 | |
6408 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> | |
6409 | |
6410 * display.texi (Defining Faces): Document `graphic' display type | |
6411 in face specs. | |
6412 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95881
diff
changeset
|
6413 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
84043 | 6414 |
6415 * hooks.texi (Standard Hooks): Replace obsolete | |
6416 `after-make-frame-hook' with `after-make-frame-functions'. | |
6417 | |
6418 * frames.texi (Creating Frames): Ditto. | |
6419 | |
6420 * variables.texi (Future Local Variables): Ditto. | |
6421 | |
6422 2000-10-16 Gerd Moellmann <gerd@gnu.org> | |
6423 | |
6424 * display.texi (Other Image Types): Add description of :foreground | |
6425 and :background properties of mono PBM images. | |
6426 | |
6427 2000-08-17 Werner LEMBERG <wl@gnu.org> | |
6428 | |
6429 * .cvsignore: New file. | |
6430 | |
6431 2000-01-05 Gerd Moellmann <gerd@gnu.org> | |
6432 | |
6433 * tindex.pl: New script. | |
6434 | |
6435 1999-12-03 Dave Love <fx@gnu.org> | |
6436 | |
6437 * Makefile.in (MAKEINFO): New parameter. | |
6438 | |
6439 1999-09-17 Richard Stallman <rms@gnu.org> | |
6440 | |
6441 * Makefile.in (srcs): Add hash.texi. | |
6442 (VERSION): Update to 20.6. | |
6443 | |
6444 1999-09-13 Richard Stallman <rms@gnu.org> | |
6445 | |
6446 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
6447 | |
6448 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
6449 | |
6450 * configure.in: New file. | |
6451 * Makefile.in: Renamed from Makefile. | |
6452 (prefix, infodir): Use value obtained from configure. | |
6453 (emacslibdir): Obsolete variable deleted. | |
6454 (dist): Distribute configure.in, configure, Makefile.in. | |
6455 | |
6456 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6457 | |
6458 * Makefile (INSTALL_INFO): New variable. | |
6459 (install): Run install-info. | |
6460 | |
6461 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6462 | |
6463 * Makefile (elisp.dvi): Add missing backslash. | |
6464 | |
6465 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
6466 | |
6467 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
6468 Run texindex without `./'. Always run texindex on elisp.tp. | |
6469 (elisp.tps): Target deleted. | |
6470 | |
6471 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
6472 | |
6473 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
6474 (dist): Start by deleting `temp'. | |
6475 | |
6476 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
6477 | |
6478 * Makefile (makeinfo, texindex): Targets deleted. | |
6479 (makeinfo.o, texindex.o): Targets deleted. | |
6480 (clean, dist): Don't do anything with them or with getopt*. | |
6481 | |
6482 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
6483 | |
6484 * Makefile (SHELL): Defined. | |
6485 | |
6486 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
6487 | |
6488 * Makefile (elisp.tps): New target. | |
6489 (elisp.dvi): Depend on elisp.tps. | |
6490 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6491 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu> |
84043 | 6492 |
6493 * README: Update phone number. | |
6494 | |
6495 * Makefile (elisp): Make this be the default target. | |
6496 Depend on makeinfo.c instead of makeinfo. | |
6497 (install): Don't depend on elisp.dvi, since we don't install that. | |
6498 Use mkinstalldirs. | |
6499 (dist): Add mkinstalldirs. | |
6500 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6501 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
84043 | 6502 |
6503 * Makefile (VERSION): Update version number. | |
6504 (maintainer-clean): Renamed from realclean. | |
6505 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6506 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
84043 | 6507 |
6508 * Makefile (realclean): New target. | |
6509 (elisp): Remove any old elisp-* files first. | |
6510 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6511 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) |
84043 | 6512 |
6513 * Makefile (VERSION): New variable. | |
6514 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. | |
6515 Compressed file suffix should be `.gz', not `.z'. | |
6516 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95563
diff
changeset
|
6517 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6518 |
6519 * Makefile (elisp): Depend on makeinfo. | |
6520 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6521 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu) |
84043 | 6522 |
6523 * Makefile (srcs): Add anti.texi. | |
6524 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6525 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6526 |
6527 * Makefile (infodir, prefix): New vars. | |
6528 (install): Use infodir. | |
6529 (emacsinfodir): Deleted. | |
6530 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6531 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6532 |
6533 * Makefile (srcs): Add calendar.texi. | |
6534 | |
6535 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
6536 Limit elisp-* files to those with one or two digits. | |
6537 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6538 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6539 |
6540 * Makefile (dist): Changed to use Gzip instead of compress. | |
6541 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6542 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
84043 | 6543 |
6544 * loading.texi (Unloading): define-function changed back to | |
6545 defalias. It may not stay this way, but at least it's | |
6546 consistent with the known-good version of the code patch. | |
6547 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6548 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) |
84043 | 6549 |
6550 * modes.texi (Hooks): Document new optional arg of add-hook. | |
6551 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6552 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
84043 | 6553 |
6554 * variables.texi: Document nil initial value of buffer-local variables. | |
6555 | |
6556 * tips.texi: Add new section on standard library headers. | |
6557 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6558 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6559 |
6560 * Makefile (srcs): Add frame.texi to the list of sources. | |
6561 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6562 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6563 |
6564 * Makefile (dist): Don't bother excluding autosave files; they'll | |
6565 never make it into the temp directory anyway, and the hash marks | |
6566 in the name are problematic for make and the Bourne shell. | |
6567 (srcs): | |
6568 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6569 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6570 |
6571 * Makefile (dist): Don't include backup files or autosave files in | |
6572 the distribution tar file. | |
6573 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6574 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6575 |
6576 * Makefile (srcs): Added index.perm. | |
6577 (elisp.dvi): Remove erroneous shell comment. | |
6578 Expect output of permute-index in permuted.fns. | |
6579 Save old elisp.aux in elisp.oaux. | |
6580 (clean): Added index.texi to be deleted. | |
6581 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6582 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
84043 | 6583 |
6584 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
6585 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6586 1990-06-26 David Lawrence (tale@geech) |
84043 | 6587 |
6588 * files.texi: Noted that completion-ignored-extensions is ignored | |
6589 when making *Completions*. | |
6590 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6591 1990-06-08 Jay Fenlason (hack@ai.mit.edu) |
84043 | 6592 |
6593 * Makefile make dist now depends on elisp.dvi, since it tries | |
6594 to include it in the dist file. | |
6595 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6596 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu) |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6597 |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6598 * functions.texinfo (Mapping Functions): Add missing quote. |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6599 |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6600 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
84043 | 6601 |
6602 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
6603 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
6604 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6605 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6606 |
6607 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
6608 and @error{} are the terms now being used. The files in the | |
6609 directory have been changed to reflect this. | |
6610 | |
6611 * All instances of @indentedresultt{} have been changed to | |
6612 ` @result{}', using 5 spaces at the begining of the line. | |
6613 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6614 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6615 |
6616 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
6617 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
6618 the texinfo.tex in this directory. These TeX macros are not | |
6619 stable yet. | |
6620 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6621 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6622 |
6623 * texinfo.tex: Temporarily added | |
6624 \let\result=\dblarrow | |
6625 \def\error{{\it ERROR} \longdblarrow} | |
6626 We need to do this better soon. | |
6627 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6628 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6629 |
6630 * Applied Karl Berry's patches to *.texinfo files, but not to | |
6631 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
6632 new title page format is also not applied, since it requires | |
6633 texinfo.tex changes.) | |
6634 | |
6635 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
6636 for the Project GNU development environment. | |
6637 | |
6638 ;; Local Variables: | |
93309 | 6639 ;; coding: utf-8 |
84043 | 6640 ;; add-log-time-zone-rule: t |
6641 ;; End: | |
6642 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6643 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6644 2007, 2008 Free Software Foundation, Inc. |
84043 | 6645 |
6646 This file is part of GNU Emacs. | |
6647 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6648 GNU Emacs is free software: you can redistribute it and/or modify |
84043 | 6649 it under the terms of the GNU General Public License as published by |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6650 the Free Software Foundation, either version 3 of the License, or |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6651 (at your option) any later version. |
84043 | 6652 |
6653 GNU Emacs is distributed in the hope that it will be useful, | |
6654 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
6655 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
6656 GNU General Public License for more details. | |
6657 | |
6658 You should have received a copy of the GNU General Public License | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6659 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
84043 | 6660 |
6661 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda |