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