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