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