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