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