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