Add lisp/face-remap.el and associated documentation
[emacs.git] / doc / lispref / ChangeLog
blob92d49d94a62ff0970c0ef41d7d037962723ef38d
1 2008-06-03  Miles Bader  <miles@gnu.org>
3         * display.texi (Displaying Faces): Add
4         add-relative-face-remapping, remove-relative-face-remapping,
5         set-base-face-remapping, and set-default-base-face-remapping.
7 2008-06-01  Miles Bader  <miles@gnu.org>
9         * display.texi (Displaying Faces): Add face-remapping-alist.
11 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
14         variable names.
16 2008-05-03  Eric S. Raymond  <esr@golux>
18         * keymaps.texi: Clarify that (current-local-map) and
19         (current-global-map) return references, not copies.
21 2008-05-02  Juri Linkov  <juri@jurta.org>
23         * minibuf.texi (Text from Minibuffer): Document a list of
24         default values for `read-from-minibuffer'.
26 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
28         * nonascii.texi (Translation of Characters): Fix previous change.
30 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
32         * display.texi (Overlay Properties): Clarify role of underlying
33         textprop and overlay keymaps for display strings.
35         * keymaps.texi (Active Keymaps): Ditto.
37 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * minibuf.texi (Programmed Completion):
40         Replace dynamic-completion-table with the new completion-table-dynamic.
42 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
44         * intro.texi (Some Terms): Change "fonts in this manual" index
45         entry to "typographic conventions".
47 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
49         * objects.texi (Text Props and Strings): Add indexing for read
50         syntax of text properties.
52 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * processes.texi (Decoding Output): Remove process-filter-multibyte
55         functions.
57 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
59         * display.texi (Finding Overlays): Say that empty overlays at
60         the end of the buffer are reported too.
62 2008-03-13  Glenn Morris  <rgm@gnu.org>
64         * elisp.texi (EMACSVER): Set to 23.0.60.
66 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
68         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
70 2008-02-22  Glenn Morris  <rgm@gnu.org>
72         * frames.texi (Position Parameters): Clarify the description of
73         `left' and `top', using information from "Geometry".
74         (Geometry): Give a pointer to "Position Parameters", rather than
75         repeating information.
77 2008-02-11  Glenn Morris  <rgm@gnu.org>
79         * objects.texi (Equality Predicates): No longer talk about "two"
80         functions.
82 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
84         * objects.texi (Equality Predicates): Add defun for
85         equal-including-properties.
87 2008-02-10  Glenn Morris  <rgm@gnu.org>
89         * objects.texi (Equality Predicates):
90         Mention equal-including-properties.
92 2008-02-07  Richard Stallman  <rms@gnu.org>
94         * windows.texi (Window Start): Mention the feature of moving
95         window-start to start of line.
97 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
99         * keymaps.texi (Tool Bar): Document rtl property.
101 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
103         * display.texi (Button Types):
104         For define-button-type, clarify type of NAME.
106 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
108         * buffers.texi (Buffer Modification): Fix typo.
110 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
112         * os.texi (System Environment): Remove references to OSes that are
113         not supported anymore.
115 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
117         * os.texi (System Environment): Remove mention for Masscomp.
119 2008-01-04  Richard Stallman  <rms@gnu.org>
121         * display.texi (Faces): Don't talk about internal face vector as arg
122         to facep.
124         * customize.texi (Type Keywords): Fix previous change.
126         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
127         * elisp.texi (Top): Fix menu for commands.texi change.
129 2007-12-30  Richard Stallman  <rms@gnu.org>
131         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
132         (Accessing Scroll): New node broken out of Accessing Mouse.
134 2007-12-28  Richard Stallman  <rms@gnu.org>
136         * frames.texi (Size Parameters): Fix typo.
137         (Basic Parameters): For `title', refer to title bar.
138         (Size and Position): Explain meaning of frame pixel width and height.
140 2007-12-23  Richard Stallman  <rms@gnu.org>
142         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
143         Improve some of the commented-out keywords' text too.
145 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
147         * nonascii.texi (Encoding and I/O): Reword to avoid saying
148         "visit the current buffer".
150         * os.texi (System Interface): Fix typo.
152 2007-12-04  Richard Stallman  <rms@gnu.org>
154         * objects.texi (Symbol Type): Fix typo.
156 2007-12-03  Richard Stallman  <rms@gnu.org>
158         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
160 2007-12-01  Glenn Morris  <rgm@gnu.org>
162         * functions.texi (Declaring Functions): Improve previous change.
164 2007-11-30  Glenn Morris  <rgm@gnu.org>
166         * functions.texi (Declaring Functions): Add optional fourth
167         argument of declare-function, and setting third argument to `t'.
169 2007-11-29  Richard Stallman  <rms@gnu.org>
171         * customize.texi (Composite Types): Document `group' type.
173 2007-11-29  Glenn Morris  <rgm@gnu.org>
175         * functions.texi (Declaring Functions): Add findex.  Mention
176         `external' files.
178 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
180         * functions.texi (Declaring Functions): Fix directive.
182 2007-11-25  Richard Stallman  <rms@gnu.org>
184         * help.texi (Help Functions): Clean up last change.
186         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
188         * loading.texi (Named Features): Minor cleanup.
190         * macros.texi (Eval During Expansion): Minor cleanup.
192         * variables.texi (Variable Aliases): Minor cleanup.
194 2007-11-24  Richard Stallman  <rms@gnu.org>
196         * functions.texi (Declaring Functions): Clarify previous change.
198         * compile.texi (Compiler Errors): Clarify previous change.
200 2007-11-24  Richard Stallman  <rms@gnu.org>
202         * display.texi (Refresh Screen, Forcing Redisplay):
203         Clarify the text and move items around.
205 2007-11-24  Glenn Morris  <rgm@gnu.org>
207         * functions.texi (Declaring Functions): New section.
208         * compile.texi (Compiler Errors): Mention declaring functions,
209         defvar with no initvalue, and byte-compile-warnings.
211 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
213         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
214         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
216 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
218         * help.texi (Help Functions): Document new macro `with-help-window'.
220 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
222         * searching.texi (Replacing Match): Describe new
223         `match-substitute-replacement'.
225 2007-10-31  Richard Stallman  <rms@gnu.org>
227         * strings.texi (Creating Strings): Null strings from concat not unique.
229 2007-10-26  Richard Stallman  <rms@gnu.org>
231         * objects.texi (Equality Predicates): Null strings are uniquified.
233         * minibuf.texi: Minor clarifications in previous change.
235 2007-10-25  Glenn Morris  <rgm@gnu.org>
237         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
239 2007-10-24  Richard Stallman  <rms@gnu.org>
241         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
243         * variables.texi (Frame-Local Variables): Node deleted.
244         (Variables): Delete Frame-Local Variables from menu.
245         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
246         (Default Value): Don't mention frame-local vars.
248         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
250         * loading.texi (Unloading): Document FEATURE-unload-function
251         instead of FEATURE-unload-hook.
253         * frames.texi (Multiple Displays): Don't mention frame-local vars.
255 2007-10-22  Juri Linkov  <juri@jurta.org>
257         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
258         (High-Level Completion): Document a list of default value strings
259         in the DEFAULT argument, for which minibuffer functions return the
260         first element.
262 2007-10-17  Juri Linkov  <juri@jurta.org>
264         * text.texi (Filling): Update arguments of fill-paragraph.
265         fill-paragraph operates on the active region in Transient Mark mode.
266         Remove fill-paragraph-or-region.
268 2007-10-13  Karl Berry  <karl@gnu.org>
270         * elisp.texi (@dircategory): Move to after @copying,
271         since we want @copying as close as possible to the beginning of
272         the output.
274 2007-10-12  Richard Stallman  <rms@gnu.org>
276         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
278         * commands.texi (Distinguish Interactive): New node,
279         broken out from Interactive Call and rewritten.
280         (Command Loop): Put Distinguish Interactive in menu.
282 2007-10-09  Richard Stallman  <rms@gnu.org>
284         * text.texi (Examining Properties): Mention overlay priority.
286         * display.texi (Display Margins): Correct the description
287         of margin display specifications.
288         (Replacing Specs): New subnode broken out of Display Property.
290 2007-10-06  Juri Linkov  <juri@jurta.org>
292         * text.texi (Filling): Document fill-paragraph-or-region.
294 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
296         * display.texi (Auto Faces): Fix typo.
298 2007-10-02  Richard Stallman  <rms@gnu.org>
300         * display.texi (Display Property): Explain some display specs
301         don't let you move point in.
303         * frames.texi (Cursor Parameters): Describe
304         cursor-in-non-selected-windows here.  Explain more values.
306         * windows.texi (Basic Windows): Don't describe
307         cursor-in-non-selected-windows here.
309 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
311         * processes.texi (Misc Network): Note that these functions are
312         supported only on some systems.
314 2007-10-01  Richard Stallman  <rms@gnu.org>
316         * display.texi (Overlay Properties): Explain nil as priority.
317         Explain that conflicts are unpredictable if not resolved by
318         priorities.
320 2007-09-23  Richard Stallman  <rms@gnu.org>
322         * macros.texi (Backquote): Minor clarification.
324 2007-09-19  Richard Stallman  <rms@gnu.org>
326         * display.texi (Display Property): Explain multiple display specs.
327         Clarify when they work in parallel and when one overrides.
328         Fix error in example.
330 2007-09-06  Glenn Morris  <rgm@gnu.org>
332         * Move from lispref/ to doc/lispref/.  Change all setfilename
333         commands to use ../../info.
334         * Makefile.in (infodir): Go up one more level.
335         (usermanualdir): Change from ../man to ../emacs.
336         (miscmanualdir): New.
337         (dist): Use new variable miscmanualdir.
338         * makefile.w32-in (infodir, texinputdir): Go up one more level.
339         (usermanualdir): Change from ../man to ../emacs.
341 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
343         * commands.texi (Command Loop Info): Advise against changing
344         most variables described here.  Explain new variable
345         last-repeatable-command.
347 2007-08-29  Glenn Morris  <rgm@gnu.org>
349         * elisp.texi (EMACSVER): Increase to 23.0.50.
351 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
353         * frames.texi (Basic Parameters): Add display-environment-variable
354         and term-environment-variable.
356 2007-08-28  Juri Linkov  <juri@jurta.org>
358         * display.texi (Image Formats, Other Image Types): Add SVG.
360 2007-08-28  Juri Linkov  <juri@jurta.org>
362         * display.texi (Images): Move formats-related text to new node
363         "Image Formats".
364         (Image Formats): New node.
366 2007-08-27  Richard Stallman  <rms@gnu.org>
368         * windows.texi (Window Configurations): Clarify what
369         a window configuration saves.
371 2007-08-25  Richard Stallman  <rms@gnu.org>
373         * display.texi (Images): Delete redundant @findex.
375 2007-08-16  Richard Stallman  <rms@gnu.org>
377         * processes.texi (Asynchronous Processes): Clarify
378         doc of start-file-process.
380 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
382         * modes.texi (Example Major Modes): Fix typo.
384 2007-08-08  Glenn Morris  <rgm@gnu.org>
386         * intro.texi (nil and t): Do not use `iff' in documentation.
388         * tips.texi (Documentation Tips): Recommend against `iff'.
390 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
392         * display.texi (Image Cache): Document image-refresh.
394 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
396         * windows.texi (Size of Window): Document window-full-width-p.
398 2007-07-25  Glenn Morris  <rgm@gnu.org>
400         * gpl.texi (GPL): Replace license with GPLv3.
402         * Relicense all FSF files to GPLv3 or later.
404 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
406         * processes.texi (Synchronous Processes):
407         Add `process-file-shell-command'.
408         (Asynchronous Processes): Mention restricted use of
409         `process-filter' and `process-sentinel' in
410         `start-file-process'.  Add `start-file-process-shell-command'.
412 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
414         * files.texi (Magic File Names): Introduce optional parameter
415         IDENTIFICATION for `file-remote-p'.
417 2007-07-16  Richard Stallman  <rms@gnu.org>
419         * display.texi (Defining Faces): Fix previous change.
421 2007-07-14  Richard Stallman  <rms@gnu.org>
423         * control.texi (Handling Errors): Document `debug' in handler list.
425 2007-07-10  Richard Stallman  <rms@gnu.org>
427         * display.texi (Defining Faces): Explain C-M-x feature for defface.
429 2007-07-09  Richard Stallman  <rms@gnu.org>
431         * files.texi (Magic File Names): Rewrite previous change.
433 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
435         * files.texi (Magic File Names): Introduce optional parameter
436         CONNECTED for `file-remote-p'.
438 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
440         * processes.texi (Asynchronous Processes):
441         * files.texi (Magic File Names): Add `start-file-process'.
443 2007-06-27  Richard Stallman  <rms@gnu.org>
445         * files.texi (Format Conversion Piecemeal): Clarify
446         `after-insert-file-functions' calling convention.
448 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
450         * files.texi (Magic File Names): Remove `dired-call-process'.
451         Add `process-file'.
453 2007-06-27  Kenichi Handa  <handa@m17n.org>
455         * text.texi (Special Properties): Fix description about
456         `composition' property.
458 2007-06-26  Kenichi Handa  <handa@m17n.org>
460         * nonascii.texi (Default Coding Systems): Document about the
461         return value `undecided'.
463 2007-06-25  David Kastrup  <dak@gnu.org>
465         * keymaps.texi (Active Keymaps): Document new POSITION argument of
466         `current-active-maps'.
468 2007-06-24  Karl Berry  <karl@gnu.org>
470         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
472 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
474         * display.texi (Overlay Arrow): Doc fix.
476 2007-06-14  Karl Berry  <karl@tug.org>
478         * anti.texi (Antinews): Typo.
480 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
482         * display.texi (Image Cache): Document image-refresh.
484 2007-06-12  Karl Berry  <karl@gnu.org>
486         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
487         * two-volume.make: New file.
488         * .cvsignore: Ignore two-volume files.
490 2007-06-12  Tom Tromey  <tromey@redhat.com>
492         * os.texi (Init File): Document user-emacs-directory.
494 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
496         * commands.texi (Click Events): Describe width and height when
497         object is nil.
499 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
501         * commands.texi (Click Events): Layout more logically.  Describe
502         width and height.
503         (Drag Events, Motion Events): Update to new format for position.
505 2007-06-02  Richard Stallman  <rms@gnu.org>
507         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
509 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
511         * Version 22.1 released.
513 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * text.texi (Special Properties): Correct meaning of fontified face.
517 2007-05-30  Richard Stallman  <rms@gnu.org>
519         * text.texi (Special Properties): Add link to Adjusting Point.
521 2007-05-12  Richard Stallman  <rms@gnu.org>
523         * text.texi (Margins): indent-to-left-margin is not the default.
524         (Mode-Specific Indent): For indent-line-function, the default
525         is indent-relative.
527         * modes.texi (Example Major Modes): Explain last line of text-mode
528         is redundant.
530 2007-05-10  Richard Stallman  <rms@gnu.org>
532         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
534         * help.texi (Keys in Documentation): Add reference to
535         Documentation Tips.
537         * files.texi (Format Conversion): TO-FN gets three arguments.
539         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
541 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
543         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
544         * files.texi (Format Conversion): Expand intro; add menu.
545         (Format Conversion Overview, Format Conversion Round-Trip)
546         (Format Conversion Piecemeal): New nodes/subsections.
547         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
548         * text.texi (Text Properties): Remove "Saving Properties" from menu.
549         (Saving Properties): Delete node/subsection.
551 2007-05-07  Karl Berry  <karl@gnu.org>
553         * elisp.texi (EMACSVER): Back to 22.
555 2007-05-06  Richard Stallman  <rms@gnu.org>
557         * processes.texi (Accepting Output): Revert most of previous change.
559 2007-05-05  Richard Stallman  <rms@gnu.org>
561         * processes.texi (Accepting Output): accept-process-output
562         uses microseconds, not milliseconds.  But that arg is obsolete.
564 2007-05-04  Karl Berry  <karl@tug.org>
566         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
568 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
570         * tips.texi (Documentation Tips): Rearrange items to place the
571         more important ones first.  Add an index entry for hyperlinks.
573 2007-05-03  Karl Berry  <karl@gnu.org>
575         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
576         (EMACSVER) [smallbook]: 22 for printed version.
578         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
579         so restore anchor to normal position after defun.  Found by Kevin Ryde.
581 2007-04-26  Glenn Morris  <rgm@gnu.org>
583         * elisp.texi (EMACSVER): Increase to 22.1.50.
585 2007-04-28  Karl Berry  <karl@gnu.org>
587         * elisp.texi: Improve line breaks on copyright page,
588         similar layout to emacs manual, 8.5x11 by default.
590 2007-04-24  Richard Stallman  <rms@gnu.org>
592         * text.texi (Special Properties): Add xref to Overlay Properties.
594         * display.texi (Overlay Properties): Add xref to Special Properties.
596 2007-04-22  Richard Stallman  <rms@gnu.org>
598         * keymaps.texi (Extended Menu Items): Move the info about
599         format with cached keyboard binding.
601 2007-04-21  Richard Stallman  <rms@gnu.org>
603         * text.texi (Special Properties): Clarify previous change.
605         * files.texi (File Name Expansion): Clarify previous change.
607         * display.texi (Attribute Functions): Fix example for
608         face-attribute-relative-p.
610 2007-04-19  Kenichi Handa  <handa@m17n.org>
612         * text.texi (Special Properties): Document composition property.
614 2007-04-19  Glenn Morris  <rgm@gnu.org>
616         * files.texi (File Name Expansion): Mention "superroot".
618 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
620         * frames.texi (Multiple Displays): Add note about "multi-monitor"
621         setups.
622         (Display Feature Testing): Note that display refers to all
623         physical monitors for multi-monitor setups.
625 2007-04-14  Richard Stallman  <rms@gnu.org>
627         * lists.texi (Sets And Lists): Clarify `delete' examples.
628         Remove spurious xref to same node.
629         Clarify xref for add-to-list.
631 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
633         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
634         value of lisp-mode-map.
636 2007-04-11  Karl Berry  <karl@gnu.org>
638         * anti.texi (Antinews):
639         * display.texi (Overlay Properties, Defining Images):
640         * processes.texi (Synchronous Processes, Sentinels):
641         * syntax.texi (Syntax Table Internals):
642         * searching.texi (Regexp Special):
643         * nonascii.texi (Default Coding Systems):
644         * text.texi (Special Properties):
645         * minibuf.texi (Basic Completion): Wording to improve breaks in
646         8.5x11 format.
647         * elisp.texi (smallbook): New @set to more easily switch between
648         smallbook and 8.5x11.
650 2007-04-11  Richard Stallman  <rms@gnu.org>
652         * text.texi (Lazy Properties): Minor fix.
654 2007-04-08  Karl Berry  <karl@gnu.org>
656         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
657         * macros.texi (Backquote): Downcase Backquote in index entries for
658         consistency.
660 2007-04-08  Richard Stallman  <rms@gnu.org>
662         * text.texi (Adaptive Fill): Just describe default,
663         don't show it (since it contains non-ASCII chars).
665 2007-04-07  Karl Berry  <karl@gnu.org>
667         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
668         adaptive-fill-regexp's value, since they are not in the standard
669         TeX fonts.
671 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
673         * display.texi (Defining Faces): Fix example.
675 2007-04-07  Karl Berry  <karl@gnu.org>
677         * display.texi (Button Buffer Commands): Improve page break.
679 2007-04-07  Richard Stallman  <rms@gnu.org>
681         * advice.texi (Activation of Advice): Remove redundant index entry.
683         * backups.texi: Improve index entries.  Remove redundant ones.
685         * compile.texi (Byte Compilation): Improve index entry.
687         * hash.texi (Creating Hash): Improve index entry.
689         * symbols.texi (Definitions): Improve index entry.
691         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
693         * maps.texi (Standard Keymaps): Remove useless index entry.
695         * help.texi (Documentation Basics): Remove redundant index entries.
697         * customize.texi: Improve index entries.
698         Remove redundant/useless ones.
700         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
702         * streams.texi (Output Variables): Improve index entry.
704         * abbrevs.texi (Abbrevs): Remove useless index entry.
706         * macros.texi (Expansion): Remove useless index entry.
708         * text.texi: Improve index entries.  Remove redundant/useless ones.
709         (Text Properties, Examining Properties)
710         (Special Properties): Use "property category" instead of "category"
711         to refer to the `category' property.
713         * positions.texi: Improve index entries.  Remove useless one.
715         * lists.texi: Improve index entries.  Remove redundant/useless ones.
717         * os.texi: Improve index entries.
718         (Timers): Fix previous change.
720         * buffers.texi: Improve index entries.
721         (Modification Time): Get rid of term "obsolete buffer".
723         * debugging.texi: Improve index entries.
724         (Test Coverage): Add xref to other test coverage ftr.
726         * eval.texi: Improve index entry.  Remove redundant ones.
728         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
730         * files.texi: Improve index entries.  Remove redundant/useless ones.
732         * objects.texi: Improve index entries.
734         * processes.texi: Improve index entries.
736         * modes.texi: Improve index entry.  Remove redundant one.
738         * nonascii.texi: Improve index entries.
740         * internals.texi: Improve index entries.
742         * syntax.texi: Improve index entries.
744         * keymaps.texi (Active Keymaps): Improve index entries.
746         * commands.texi: Improve index entries.  Remove redundant/useless ones.
748         * frames.texi: Improve index entries.  Remove redundant/useless ones.
750         * markers.texi: Improve index entries.  Remove redundant ones.
752         * tips.texi: Improve index entries.
754         * loading.texi (Unloading): Improve index entry.
756         * variables.texi: Improve index entries.  Remove redundant one.
758         * sequences.texi: Improve index entry.
760         * display.texi: Improve index entries.  Remove redundant ones.
762         * windows.texi: Improve index entries.
764         * searching.texi: Improve index entries.  Remove redundant one.
766         * strings.texi (Case Tables): Improve last change.
768 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
770         * strings.texi (Case Tables): Document with-case-table and
771         ascii-case-table.
773 2007-04-03  Karl Berry  <karl@gnu.org>
775         * processes.texi (Network): Reword to improve page break.
777 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
779         * functions.texi (Inline Functions): Describe more disadvantages
780         of defsubst, and make advice against it stronger.
782 2007-04-02  Karl Berry  <karl@gnu.org>
784         * backups.texi (Backup Names): Avoid widow words.
785         * modes.texi (Example Major Modes): Align last comment.
787 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
789         * keymaps.texi (Remapping Commands): Document new arg to
790         command-remapping.
792 2007-04-01  Karl Berry  <karl@gnu.org>
794         * processes.texi (Low-Level Network): Typo.
795         * loading.texi (Hooks for Loading): Avoid double "the".
796         * keymaps.texi (Key Sequences): No double "and".
797         (Changing Key Bindings): Shorten to improve line break.
799 2007-03-31  Glenn Morris  <rgm@gnu.org>
801         * os.texi (Timers): Fix description of run-at-time TIME formats.
803 2007-03-31  Richard Stallman  <rms@gnu.org>
805         * display.texi (Invisible Text): Correct buffer-invisibility-spec
806         regarding ellipsis.
808 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
810         * intro.texi (nil and t):
811         * symbols.texi (Plists and Alists):
812         * variables.texi (Variable Aliases, Constant Variables):
813         * functions.texi (Defining Functions):
814         * advice.texi (Advising Primitives):
815         * debugging.texi (Syntax Errors, Compilation Errors):
816         * minibuf.texi (Minibuffer Windows):
817         * commands.texi (Adjusting Point):
818         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
819         (Auto Major Mode, Major Mode Conventions):
820         * help.texi (Describing Characters):
821         * files.texi (Create/Delete Dirs, Information about Files)
822         (File Locks, Writing to Files, Reading from Files)
823         (Saving Buffers):
824         * windows.texi (Resizing Windows, Cyclic Window Ordering):
825         * frames.texi (Finding All Frames):
826         * positions.texi (Buffer End, Motion):
827         * markers.texi (The Region):
828         * text.texi (Deletion, Near Point):
829         * display.texi (Displaying Messages, Truncation):
830         * os.texi (Processor Run Time):
831         * tips.texi (Key Binding Conventions, Programming Tips)
832         (Warning Tips, Documentation Tips, Comment Tips):
833         * internals.texi (Memory Usage): Improve indexing.
835         * variables.texi (Frame-Local Variables):
836         * functions.texi (Argument List):
837         * loading.texi (Library Search):
838         * streams.texi (Output Variables):
839         * keymaps.texi (Translation Keymaps, Searching Keymaps):
840         * searching.texi (Replacing Match, Search and Replace):
841         * processes.texi (Byte Packing, Decoding Output)
842         (Accepting Output, Network Servers, Shell Arguments):
843         * display.texi (Abstract Display, Image Cache, Scroll Bars):
844         * windows.texi (Window Point, Window Start):
845         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
846         * commands.texi (Reading Input, Keyboard Events):
847         * minibuf.texi (Reading File Names, Minibuffer Completion)
848         (Recursive Mini):
849         * positions.texi (List Motion):
850         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
851         * numbers.texi (Arithmetic Operations, Math Functions)
852         (Predicates on Numbers, Comparison of Numbers):
853         (Numeric Conversions):
854         * locals.texi (Standard Buffer-Local Variables):
855         * maps.texi (Standard Keymaps):
856         * os.texi (User Identification, System Environment, Recording Input)
857         (X11 Keysyms):
858         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
859         * backups.texi (Backups and Auto-Saving):
860         * customize.texi (Customization, Group Definitions)
861         (Variable Definitions):
862         * compile.texi (Byte Compilation): Improve index entries.
864 2007-03-31  Karl Berry  <karl@gnu.org>
866         * macros.texi (Defining Macros): Avoid widow syllable.
868 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
870         * elisp.texi (Top): Postscript -> PostScript.
872         * display.texi (Images, Postscript Images): Postscript -> PostScript.
874 2007-03-31  Markus Triska  <markus.triska@gmx.at>
876         * internals.texi (Writing Emacs Primitives): Untabify `For'.
878 2007-03-30  Karl Berry  <karl@gnu.org>
880         * lists.texi (List-related Predicates): Remove spurious @need.
881         (Setcdr): Use @smallexample to improve page break.
882         (Association Lists) <assoc>: Reword to improve page break.
884         * strings.texi (String Conversion): Insert blank line to improve
885         page break.
887         * numbers.texi (Random Numbers): Use @minus{}.
888         (Math Functions): Use @minus{}.
890         * intro.texi (Acknowledgements): Avoid line breaks before middle
891         initials.
893 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
895         * errors.texi (Standard Errors): Add an index entry.
897 2007-03-19  Richard Stallman  <rms@gnu.org>
899         * os.texi (Recording Input): recent-keys now gives 300 keys.
901 2007-03-12  Glenn Morris  <rgm@gnu.org>
903         * os.texi: Replace "daylight savings" with "daylight saving"
904         throughout.
906 2007-03-05  Richard Stallman  <rms@gnu.org>
908         * variables.texi (File Local Variables): Update
909         enable-local-variables values.
911 2007-03-04  Richard Stallman  <rms@gnu.org>
913         * syntax.texi (Control Parsing): Minor clarification.
915         * strings.texi (Formatting Strings): Clarify width, precision, flags.
917         * sequences.texi (Sequence Functions): Move string-bytes away,
918         add xref.
920         * nonascii.texi (Text Representations): Move string-bytes here.
922         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
924         * minibuf.texi (Basic Completion): Minor clarification.
926         * markers.texi (The Mark): Clarify existence vs activation of mark.
927         Other cleanup.
929         * display.texi (Finding Overlays): Write better example.
931         * compile.texi (Eval During Compile): Clarify putting macros
932         in eval-when-compile.
934 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
936         * loading.texi (How Programs Do Loading): Fix anchor position at
937         load-read-function definition doc.
939 2007-02-21  Kim F. Storm  <storm@cua.dk>
941         * strings.texi (Text Comparison): Mention that assoc-string
942         converts symbols to strings before testing.
944 2007-02-17  Kim F. Storm  <storm@cua.dk>
946         * processes.texi (Bindat Spec): Vector types can have optional
947         element type.
948         (Bindat Examples): Fix example.  Add vector with element type.
950 2007-02-16  Andreas Schwab  <schwab@suse.de>
952         * strings.texi (Formatting Strings): Document '+' flag.
954 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
956         * strings.texi (Modifying Strings): Clarify that `clear-string'
957         always converts the string to unibyte.
959 2007-02-14  Kim F. Storm  <storm@cua.dk>
961         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
962         Rewrite glyph code description to refer to these functions.
963         Remove details of encoding face number and char into integer code.
965 2007-02-03  Alan Mackenzie  <acm@muc.de>
967         * loading.texi (Hooks for Loading): Make the description of
968         `eval-after-load' more detailed, and amend the description of
969         after-load-alist, in accordance with changes from 2006-05.
971 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
973         * modes.texi (Defining Minor Modes): Document that a :require
974         keyword or similar may be required to make saved customization
975         variables work.
977 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
979         * elisp.texi (Top): Make the detailed menu headers compliant with
980         Texinfo guidelines and with what texnfo-upd.el expects.  Add
981         comments to prevent people from inadvertently modifying the key
982         parts needed by `texinfo-multiple-files-update'.
984 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
986         * elisp.texi (Top): Update the top-level menus.
988         * syntax.texi (Categories): Add index entries.
990 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
992         * display.texi (Attribute Functions): Fix name and description of
993         the UNDERLINE arg of `set-face-underline-p'.
995 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
997         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
998         Variables", and "Standard Keymaps" to the detailed menu.
1000         * variables.texi (Future Local Variables): Add index entry.
1002 2007-01-28  Richard Stallman  <rms@gnu.org>
1004         * tips.texi (Coding Conventions): Clarify the tip about macros
1005         that define a function or a variable.
1007         * files.texi (File Attributes): UID and GID can be floats.
1008         (Magic File Names): Explain why deferring all operations to
1009         the standard handler does not work.
1011 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1013         * backups.texi (Reverting): Use "buffer" instead of "file"
1014         when talking about major and minor modes.
1016 2007-01-21  Richard Stallman  <rms@gnu.org>
1018         * help.texi (Documentation): Add xref to Documentation Tips.
1020 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1022         * tips.texi (Coding Conventions): Fix typos.
1024 2007-01-05  Richard Stallman  <rms@gnu.org>
1026         * modes.texi (Defining Minor Modes): Fix previous change.
1028 2007-01-03  Richard Stallman  <rms@gnu.org>
1030         * customize.texi (Variable Definitions, Customization Types):
1031         Don't use * in doc string for defcustom.
1033 2007-01-02  Richard Stallman  <rms@gnu.org>
1035         * variables.texi (Variable Aliases): Clarify that aliases vars
1036         always have the same value.
1038         * processes.texi (Bindat Spec): Fix Texinfo usage.
1040         * modes.texi (Defining Minor Modes): Explain effect of command
1041         defined with define-global-minor-mode on new buffers.
1043 2006-12-30  Kim F. Storm  <storm@cua.dk>
1045         * keymaps.texi (Tool Bar): Describe `grow-only' value of
1046         `auto-resize-tool-bars'.
1048 2006-12-30  Richard Stallman  <rms@gnu.org>
1050         * keymaps.texi (Active Keymaps): Fix previous change.
1052 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
1054         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1056 2006-12-30  Kim F. Storm  <storm@cua.dk>
1058         * processes.texi (Bindat Spec): Clarify using field names in
1059         length specifications.
1061 2006-12-29  Kim F. Storm  <storm@cua.dk>
1063         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1064         Add count and index variables for eval forms in repeat blocks.
1066 2006-12-24  Richard Stallman  <rms@gnu.org>
1068         * customize.texi (Variable Definitions): Document
1069         new name custom-add-frequent-value.
1071 2006-12-19  Kim F. Storm  <storm@cua.dk>
1073         * commands.texi (Misc Events): User signals now result in sigusr1
1074         and sigusr2 events which are handled through special-event-map.
1075         (Special Events): User signals and drag-n-drop are special.
1077 2006-12-17  Richard Stallman  <rms@gnu.org>
1079         * loading.texi (Named Features): Explain subfeatures better.
1081         * customize.texi: Use "option" only for user options.
1082         For the keyword values inside defcustom etc, say "keywords".
1083         For :options value's elements, say "elements".
1084         :group should not be omitted.
1086         * syntax.texi (Parsing Expressions): Split up node.
1087         (Motion via Parsing, Position Parse, Parser State)
1088         (Low-Level Parsing, Control Parsing): New subnodes.
1089         (Parser State): Document syntax-ppss-toplevel-pos.
1091         * positions.texi (List Motion): Punctuation fix.
1093         * files.texi (File Name Completion): Document PREDICATE arg
1094         to file-name-completion.
1096 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
1098         * internals.texi (Building Emacs, Writing Emacs Primitives):
1099         Add index entries.
1101 2006-12-11  Richard Stallman  <rms@gnu.org>
1103         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1104         affects face menu.  Explain how to make it non-nil without enabling
1105         any fontification.
1107 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
1109         * modes.texi (Font Lock Basics): Document nil value of
1110         font-lock-defaults.
1112 2006-12-10  Glenn Morris  <rgm@gnu.org>
1114         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
1115         value for system-flag argument.  Abbrev tables may not be empty
1116         when major modes are loaded.
1118 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
1120         * makefile.w32-in (maintainer-clean): Partially revert last
1121         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
1122         to protect elisp-covers.texi.
1124 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
1126         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
1127         Don't remove elisp* info files; they are already deleted by the
1128         `clean' and `distclean' targets, and they are in the $(infodir)
1129         directory, not the current one.
1131 2006-12-04  Kim F. Storm  <storm@cua.dk>
1133         * commands.texi (Misc Events): Update signal events.
1134         (Event Examples): Add signal example.
1136 2006-11-29  Richard Stallman  <rms@gnu.org>
1138         * frames.texi (Visibility of Frames): Explain visible windows
1139         can be covered by others.  Add xref for raise-frame.
1141 2006-11-28  Richard Stallman  <rms@gnu.org>
1143         * searching.texi (Regexp Special): Update when ^ is special.
1145 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
1147         * customize.texi (Customization, Common Keywords)
1148         (Group Definitions, Variable Definitions, Composite Types)
1149         (Type Keywords, Customization Types): Add index entries for
1150         various customization keywords.
1152 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
1156 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1158         * frames.texi (Window System Selections): Remove clipboard from
1159         description of selection-coding-system.
1161 2006-11-06  Richard Stallman  <rms@gnu.org>
1163         * lists.texi (List Variables): Document COMPARE-FN.
1165         * keymaps.texi: Avoid use of "binding" to mean a relation;
1166         use it only to refer to the meaning associated with a key.
1167         (Keymaps): Change menu node description.
1169         * elisp.texi (Top): Change menu node description.
1171         * display.texi (Managing Overlays): Document overlay-recenter.
1173 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
1175         * Makefile.in: Use relative paths to avoid advertising filesystem
1176         contents during compilation.
1178 2006-10-23  Kim F. Storm  <storm@cua.dk>
1180         * commands.texi (Event Input Misc): Update unread-command-events.
1182 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
1184         * lists.texi (Sets And Lists): Fix typos.
1186 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
1188         * control.texi (Processing of Errors): Use @var for an argument,
1189         not @code.
1191 2006-10-16  Richard Stallman  <rms@gnu.org>
1193         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
1195         * keymaps.texi (Format of Keymaps): Show all the keymap element
1196         patterns that result from menu items.
1197         (Key Lookup): Minor cleanups.
1199         * modes.texi (Precalculated Fontification): Don't say that
1200         not setting font-lock-defaults avoids loading font-lock.
1202         * help.texi (Documentation): Move xref to Emacs Manual here.
1203         (Documentation Basics): From here.
1204         Also doc emacs-lisp-docstring-fill-column.
1206         * elisp.texi: Update version and ISBN.
1208         * commands.texi (Interactive Call): Clarify KEYS arg to
1209         call-interactively is a vector.
1210         (Command Loop Info): Delete anchor in this-command-keys.
1211         Add anchor in this-command-keys-vector.
1212         (Recursive Editing): Document how recursive-edit
1213         handles the current buffer.
1215 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
1217         * frames.texi (Frame Titles): %c and %l are ignored in
1218         frame-title-format.
1220 2006-10-11  Richard Stallman  <rms@gnu.org>
1222         * keymaps.texi (Key Sequences): Clarify use of kbd.
1224 2006-10-10  Kim F. Storm  <storm@cua.dk>
1226         * lists.texi (Sets And Lists): Add memql.
1228 2006-10-03  Richard Stallman  <rms@gnu.org>
1230         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
1231         Clarify :ascii: and :nonascii:.
1233 2006-09-29  Juri Linkov  <juri@jurta.org>
1235         * modes.texi (%-Constructs): Reorder coding systems in the
1236         documentation of %z to the real order displayed in the modeline.
1238 2006-09-25  Richard Stallman  <rms@gnu.org>
1240         * os.texi (Timers): Describe timer-max-repeats.
1242 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1244         * os.texi (Timers): Mention with-local-quit.
1246 2006-09-24  Richard Stallman  <rms@gnu.org>
1248         * searching.texi (Searching and Matching): Mention property search.
1250         * commands.texi (Command Loop Info): Explain how read-event affects
1251         this-command-keys.
1253 2006-09-20  Richard Stallman  <rms@gnu.org>
1255         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
1257         * windows.texi (Window Start): Minor cleanups.
1259 2006-09-20  Kim F. Storm  <storm@cua.dk>
1261         * windows.texi (Window Start): pos-visible-in-window-p allows
1262         specifying t for position to mean "end of window".
1263         Add window-line-height.
1265         * anti.texi (Antinews): Mention window-line-height.
1267 2006-09-19  David Kastrup  <dak@gnu.org>
1269         * keymaps.texi (Searching Keymaps): Small clarification.
1271 2006-09-18  Richard Stallman  <rms@gnu.org>
1273         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1274         cause keyboard menus.
1275         (Menu Keymaps): Likewise.
1276         (Defining Menus, Keyboard Menus): Clarify.
1278         * text.texi (Fields): Clarify explanation of constrain-to-field.
1280 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
1282         * variables.texi (Tips for Defining): Fix a typo.
1284 2006-09-15  Richard Stallman  <rms@gnu.org>
1286         * keymaps.texi (Remapping Commands, Searching Keymaps)
1287         (Active Keymaps): Clean up previous change.
1289 2006-09-15  Jay Belanger  <belanger@truman.edu>
1291         * gpl.texi: Replace "Library Public License" by "Lesser Public
1292         License" throughout.
1294 2006-09-15  David Kastrup  <dak@gnu.org>
1296         * keymaps.texi (Active Keymaps): Adapt description to use
1297         `get-char-property' instead `get-text-property'.  Explain how
1298         mouse events change this.  Explain the new optional argument of
1299         `key-binding' and its mouse-dependent lookup.
1300         (Searching Keymaps): Adapt description similarly.
1301         (Remapping Commands): Explain the new optional argument of
1302         `command-remapping'.
1304 2006-09-14  Richard Stallman  <rms@gnu.org>
1306         * keymaps.texi (Searching Keymaps): Clarification.
1307         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1309 2006-09-13  Richard Stallman  <rms@gnu.org>
1311         * objects.texi (Character Type): Node split.
1312         Add xref to Describing Characters.
1313         (Basic Char Syntax, General Escape Syntax)
1314         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
1316 2006-09-11  Richard Stallman  <rms@gnu.org>
1318         * display.texi (Display Table Format): Wording clarification.
1319         (Glyphs): Clarifications.
1321 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
1323         * keymaps.texi (Active Keymaps): Mention that key-binding checks
1324         local maps.
1326 2006-09-10  Kim F. Storm  <storm@cua.dk>
1328         * display.texi (Forcing Redisplay): Document return value of
1329         function redisplay.
1331 2006-09-09  Richard Stallman  <rms@gnu.org>
1333         * windows.texi (Window Hooks): Explain limits of
1334         window-scroll-functions.
1336         * display.texi (Fringe Indicators): Update for last change in
1337         indicate-buffer-boundaries.
1339 2006-09-08  Richard Stallman  <rms@gnu.org>
1341         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1343 2006-09-06  Kim F. Storm  <storm@cua.dk>
1345         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1347         * windows.texi (Window Start): Update pos-visible-in-window-p.
1349 2006-09-04  Richard Stallman  <rms@gnu.org>
1351         * processes.texi (Accepting Output): Explain SECONDS=0 for
1352         accept-process-output.
1354         * os.texi (Idle Timers): Explain why timer functions should not
1355         loop until (input-pending-p).
1357 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
1359         * makefile.w32-in (usermanualdir): New variable.
1360         (elisp.dvi): Use it.
1362 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
1364         * buffers.texi (Buffer Modification): Fix last change.
1366 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
1368         * buffers.texi (Buffer Modification): Document
1369         buffer-chars-modified-tick.
1371 2006-08-31  Richard Stallman  <rms@gnu.org>
1373         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1375 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
1377         * modes.texi (Syntactic Font Lock):
1378         Mention font-lock-syntactic-face-function
1379         instead of specific faces.
1381 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
1383         * display.texi (Images): Add xrref to display-images-p.
1385 2006-08-28  Kenichi Handa  <handa@m17n.org>
1387         * nonascii.texi (Lisp and Coding Systems): Fix description of
1388         detect-coding-region.
1390 2006-08-27  Michael Olson  <mwolson@gnu.org>
1392         * processes.texi (Transaction Queues): Remove stray quote
1393         character.
1395 2006-08-25  Richard Stallman  <rms@gnu.org>
1397         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
1398         Add xref.
1400 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
1402         * os.texi (Timers): Avoid waiting inside timers.
1404 2006-08-21  Lute Kamstra  <lute@gnu.org>
1406         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
1408 2006-08-20  Richard Stallman  <rms@gnu.org>
1410         * os.texi (Idle Timers): New node, split out from Timers.
1411         Document current-idle-time.
1412         * commands.texi (Reading One Event): Update xref.
1413         * elisp.texi (Top): Update subnode menu.
1415 2006-08-16  Richard Stallman  <rms@gnu.org>
1417         * keymaps.texi (Extended Menu Items): Show format of cached
1418         bindings in extended menu items.
1420         * customize.texi (Variable Definitions): Explain when the
1421         standard value expression is evaluated.
1423 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
1425         * commands.texi (Reading One Event): Explain idleness in
1426         `read-event'.
1428 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
1430         * text.texi (Near Point): Say "cursor" not "terminal cursor".
1431         (Commands for Insertion): Removed split-line since it's not
1432         relevant for Lisp programming.
1433         (Yank Commands): Rewrite introduction.
1434         (Undo): Clarify.
1435         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
1436         (Filling): Remove redundant comment.  Clarify return value of
1437         current-justification.
1438         (Margins): Minor clarifications.
1439         (Adaptive Fill): Update default value of adaptive-fill-regexp.
1440         (Sorting): Update definition of sort-lines.
1441         (Columns): Clarify behavior of sort-columns.
1442         (Indent Tabs): Link to Tab Stops in Emacs manual.
1443         (Special Properties): Clarify.
1444         (Clickable Text): Mention Buttons package.
1446 2006-08-12  Kevin Ryde  <user42@zip.com.au>
1448         * os.texi (Time Parsing): Add %z to description of
1449         format-time-string, as per docstring.  Add cross reference to
1450         glibc manual for strftime.
1452 2006-08-08  Richard Stallman  <rms@gnu.org>
1454         * modes.texi: Clean up wording in previous change.
1456 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
1458         * modes.texi (Hooks): Clarify.
1459         (Major Mode Basics): Mention define-derived-mode explicitly.
1460         (Major Mode Conventions): Rebinding RET is OK for some modes.
1461         Mention change-major-mode-hook and after-change-major-mode-hook.
1462         (Example Major Modes): Moved to end of Modes section.
1463         (Mode Line Basics): Clarify.
1464         (Mode Line Data): Mention help-echo and local-map in strings.
1465         Explain reason for treatment of non-risky variables.
1466         (Properties in Mode): Clarify.
1467         (Faces for Font Lock): Add font-lock-negation-char-face.
1469 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
1471         * strings.texi (Formatting Strings): Warn against arbitrary
1472         strings as first arg to `format'.
1474 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
1476         * text.texi (Clickable Text): Mention `help-echo' text property.
1477         Update intro, examples and associated explanations.
1479 2006-07-31  Richard Stallman  <rms@gnu.org>
1481         * commands.texi: Update xrefs.
1482         (Event Mod): New node, cut out from old Translating Input.
1484         * maps.texi: Update xrefs.
1486         * keymaps.texi (Translation Keymaps): New node.
1487         Update xrefs from Translating Input to Translation Keymaps.
1489         * elisp.texi (Top): Update subnode menu.
1491         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
1493         * os.texi (System Interface): Fix menu descriptions of some nodes.
1494         (Translating Input): Node deleted.
1496 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1498         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
1500         * lists.texi (Sets And Lists): Likewise.
1502 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
1504         * text.texi (Fields): Mention POS
1505         requirement when narrowing is in effect.
1507 2006-07-28  Richard Stallman  <rms@gnu.org>
1509         * display.texi (Face Attributes): Simplify wording.
1510         (Attribute Functions): Clarify meaning of new-frame default
1511         attribute settings.
1513         * customize.texi (Common Keywords): Document how to use
1514         :package-version in a package not in Emacs.
1516 2006-07-28  Kim F. Storm  <storm@cua.dk>
1518         * commands.texi (Reading One Event): Fix last change.
1520 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1522         * commands.texi (Reading One Event): Document SECONDS argument for
1523         read-event, read-char, and read-char-exclusive.
1525 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1528         to ensure correct identification.
1530 2006-07-24  Richard Stallman  <rms@gnu.org>
1532         * text.texi (Clickable Text): Clarify.
1534         * sequences.texi (Vector Functions): Delete duplicate xref.
1536         * objects.texi (Function Type): Clarify.
1538         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1539         modes.
1541         * lists.texi (List Variables): New node.
1542         Material moved from other nodes.
1544         * variables.texi (Setting Variables): add-to-list and
1545         add-to-ordered-list moved to List Variables node.
1547 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1549         * text.texi (Links and Mouse-1):
1550         For mouse-on-link-p, expand on arg POS.
1552 2006-07-21  Kim F. Storm  <storm@cua.dk>
1554         * display.texi (Forcing Redisplay): Don't mention systems which
1555         don't support sub-second timers for redisplay-preemption-period.
1557         * os.texi (Terminal Output): Clarify text vs graphical terminal.
1559 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1561         * frames.texi (Input Focus): Document that focus-follows-mouse has
1562         no effect on MS-Windows.
1564 2006-07-18  Richard Stallman  <rms@gnu.org>
1566         * display.texi (Forcing Redisplay): Cleanups in previous change.
1568         * processes.texi (Low-Level Network): Make menu more convenient.
1570 2006-07-18  Kim F. Storm  <storm@cua.dk>
1572         * display.texi (Forcing Redisplay): redisplay-preemption-period
1573         only used on window systems.  Add xref to Terminal Output.
1575         * os.texi (Terminal Output): baud-rate only controls preemption on
1576         non-window systems.  Add xref to Forcing Redisplay.
1578         * processes.texi (Low-Level Network): Rename node "Make Network"
1579         to "Network Processes".
1581 2006-07-18  Karl Berry  <karl@gnu.org>
1583         * variables.texi, functions.texi, customize.texi, loading.texi:
1584         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
1586 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1588         * commands.texi (Waiting): Document batch-mode sit-for behavior.
1590 2006-07-17  Richard Stallman  <rms@gnu.org>
1592         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
1593         Put period and comma inside quotes.
1595         * loading.texi, markers.texi: Use real doublequote inside menus.
1597         * windows.texi: Put point and comma inside quotes.
1598         (Textual Scrolling): Use @samp for error message.
1600         * variables.texi, tips.texi, syntax.texi, symbols.texi:
1601         * strings.texi, streams.texi, processes.texi, os.texi:
1602         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
1603         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
1604         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
1605         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
1606         Put point and comma inside quotes.
1608         * control.texi (Processing of Errors): Add command-error-function.
1610         * variables.texi (File Local Variables): Clarify that
1611         file local variables make buffer-local bindings.
1613         * modes.texi (Syntactic Font Lock): Give default for
1614         font-lock-syntax-table.
1616 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
1618         * text.texi (Special Properties): Clean up previous change.
1620 2006-07-16  Karl Berry  <karl@gnu.org>
1622         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
1623         * control.texi: Fix bad page breaks through chapter 10 (control).
1625         * anti.texi (Antinews): Reorder face-attribute fns to avoid
1626         underfull hbox.
1628 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
1630         * text.texi (Special Properties): Describe fontified text property
1631         in relation to a character (not text).
1633 2006-07-15  Kim F. Storm  <storm@cua.dk>
1635         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1636         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1637         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1639         * anti.texi (Antinews): Mention redisplay function.
1640         The kbd macro existed, but was not documented, before 22.x.
1641         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1643 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1645         * display.texi (Displaying Messages): Add anchor.
1647         * frames.texi (Dialog Boxes): Use it.
1649 2006-07-12  Richard Stallman  <rms@gnu.org>
1651         * objects.texi (Frame Type): Explain nature of frames better.
1653         * frames.texi (Frames): Explain nature of frames better.
1655 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
1657         * tips.texi (Coding Conventions): Explain why use cl at compile time.
1659 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1661         * frames.texi (Window System Selections): Mention scrap support for Mac.
1662         Default value of x-select-enable-clipboard is t on Mac.
1664         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1666 2006-07-11  Kim F. Storm  <storm@cua.dk>
1668         * display.texi (Forcing Redisplay): Add `redisplay' function.
1669         Don't mention (sit-for -1) -- use (redisplay t) instead.
1671         * commands.texi (Waiting): (sit-for -1) is no longer special.
1672         (sit-for 0) is equivalent to (redisplay).
1673         Iconifying/deiconifying no longer makes sit-for return.
1675 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
1677         * display.texi (Buttons): Fix typo.
1679         * index.texi, elisp.texi (New Symbols): Comment node out.
1681 2006-07-09  Richard Stallman  <rms@gnu.org>
1683         * display.texi (Truncation): Clean up previous change.
1685 2006-07-08  Richard Stallman  <rms@gnu.org>
1687         * commands.texi (Interactive Call): Use 3 as prefix in example
1688         for execute-extended-command.
1690         * display.texi (Attribute Functions): Move paragraph about
1691         compatibility with Emacs < 21.
1693 2006-07-09  Kim F. Storm  <storm@cua.dk>
1695         * display.texi (Refresh Screen): Clarify force-window-update.
1696         (Truncation): "Normally" indicated by fringe arrows.
1698 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1700         * windows.texi (Textual Scrolling, Resizing Windows):
1701         * variables.texi (Constant Variables):
1702         * text.texi (Buffer Contents, Deletion, Changing Properties)
1703         (Property Search, Special Properties, Sticky Properties)
1704         (Links and Mouse-1, Fields, Change Hooks):
1705         * syntax.texi (Syntax Table Functions, Parsing Expressions)
1706         (Categories):
1707         * symbols.texi (Other Plists):
1708         * streams.texi (Output Variables):
1709         * processes.texi (Input to Processes, Query Before Exit):
1710         * positions.texi (Word Motion, Text Lines, List Motion):
1711         * os.texi (Init File, System Environment, Sound Output)
1712         (Session Management):
1713         * nonascii.texi (Text Representations, Character Sets)
1714         (Chars and Bytes, Locales):
1715         * modes.texi (Defining Minor Modes, Header Lines):
1716         * minibuf.texi (Minibuffer Contents):
1717         * markers.texi (Information from Markers):
1718         * lists.texi (List Elements, Building Lists, Association Lists):
1719         * keymaps.texi (Tool Bar):
1720         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1721         * functions.texi (What Is a Function, Mapping Functions):
1722         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1723         (Color Names, Text Terminal Colors, Display Feature Testing):
1724         * files.texi (Visiting Functions, File Name Components)
1725         (Unique File Names, Contents of Directories):
1726         * display.texi (Forcing Redisplay, Displaying Messages)
1727         (Temporary Displays, Font Selection, Auto Faces)
1728         (Font Lookup, Fringe Indicators, Display Margins)
1729         (Image Descriptors, Showing Images, Image Cache, Button Types)
1730         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
1731         (Display Table Format, Glyphs):
1732         * control.texi (Iteration):
1733         * commands.texi (Command Loop Info, Adjusting Point):
1734         * backups.texi (Making Backups, Auto-Saving):
1735         Remove @tindex entries.
1737 2006-07-07  Kim F. Storm  <storm@cua.dk>
1739         * display.texi (Fringe Cursors): Fix typo.
1740         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1741         (Overlay Arrow): Default is overlay-arrow fringe indicator.
1743 2006-07-05  Richard Stallman  <rms@gnu.org>
1745         * text.texi (Buffer Contents): Add example of text props
1746         in result of buffer-substring.
1747         (Text Properties): Explain better about use of specific property names.
1748         (Property Search): Some cleanups; reorder some functions.
1750         * keymaps.texi (Changing Key Bindings): Cleanup.
1751         Add xref to Key Binding Conventions.
1753         * display.texi (Attribute Functions): Add examples for
1754         face-attribute-relative-p.
1756         * tips.texi (Coding Conventions): Cleanup last change.
1758 2006-07-05  Karl Berry  <karl@gnu.org>
1760         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1761         Remove @setchapternewpage odd.
1762         Result is 1013 pages, down from 1100.
1764         * anti.texi, customize.texi, display.texi, internals.texi:
1765         * minibuf.texi, modes.texi, tips.texi:
1766         Fix overfull/underfull boxes.
1768 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1770         * edebug.texi (Instrumenting):
1771         Add Edebug-specific findex for eval-buffer.
1772         * loading.texi (Loading):
1773         Replace eval-current-buffer with eval-buffer.
1775 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1777         * locals.texi (Standard Buffer-Local Variables): Update the list
1778         of variables.
1780 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
1782         * files.texi (File Name Completion): Point user to the node
1783         "Reading File Names".
1785 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1787         * files.texi (Contents of Directories): Document case-insensitive
1788         behavior on respective filesystems.
1790         * objects.texi (Character Type): Document that Emacs signals an
1791         error for unsupported Unicode characters specified as \uNNNN.
1793 2006-06-19  Richard Stallman  <rms@gnu.org>
1795         * processes.texi (Bindat Spec): Clarify previous change.
1797 2006-06-16  Richard Stallman  <rms@gnu.org>
1799         * tips.texi (Coding Conventions): Better explain conventions
1800         for definition constructs.
1802         * text.texi (Special Properties): String value of `read-only'
1803         serves as the error message.
1805         * objects.texi (Character Type): Clarify prev. change.
1806         (Non-ASCII in Strings): Mention \u and \U.
1808         * commands.texi (Using Interactive): Explain problem of
1809         markers, etc., in command-history.
1811 2006-06-14  Kim F. Storm  <storm@cua.dk>
1813         * commands.texi (Waiting): Negative arg to sit-for forces
1814         redisplay even if input is pending.
1816         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1817         redisplay.  Remove incorrect example of binding redisplay-dont-pause
1818         around (sit-for 0).
1820 2006-06-13  Richard Stallman  <rms@gnu.org>
1822         * display.texi (Forcing Redisplay): Clarify previous change.
1824 2006-06-13  Romain Francoise  <romain@orebokech.com>
1826         * display.texi (Forcing Redisplay): Fix typo.
1828 2006-06-13  Kim F. Storm  <storm@cua.dk>
1830         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1832 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1834         * tips.texi (Coding Conventions): Add `@end itemize'.
1836 2006-06-10  Richard Stallman  <rms@gnu.org>
1838         * tips.texi (Coding Conventions): Explain use of coding systems
1839         to ensure one decoding for strings.
1841 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
1843         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
1844         syntax.
1846 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
1848         * display.texi (Font Selection): Remove description of
1849         clear-face-cache.
1851         * compile.texi (Eval During Compile): Fix a typo.  Add index
1852         entries for possible uses of eval-when-compile.
1854 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
1856         * display.texi (Abstract Display): Fix typo.
1858 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
1860         * minibuf.texi (Minibuffer History) <history-add-new-input>:
1861         Reword variable's description.
1863 2006-06-01  Richard Stallman  <rms@gnu.org>
1865         * windows.texi (Splitting Windows): Clarify splitting nonselected
1866         window.
1868 2006-05-31  Juri Linkov  <juri@jurta.org>
1870         * minibuf.texi (Minibuffer History): Add history-add-new-input.
1872 2006-05-30  Richard Stallman  <rms@gnu.org>
1874         * display.texi (Line Height): Fix errors in description of
1875         default line height and line-height properyty.
1877         * nonascii.texi (Default Coding Systems): Further clarification.
1879 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1881         * internals.texi (Pure Storage): Mention that an overflow in pure
1882         space causes a memory leak.
1883         (Garbage Collection): If there was an overflow in pure space,
1884         `garbage-collect' returns nil.
1886 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
1888         * nonascii.texi (Default Coding Systems): Fix it some more.
1890 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
1892         * nonascii.texi (Default Coding Systems): Fix last change.
1894 2006-05-29  Kenichi Handa  <handa@m17n.org>
1896         * nonascii.texi (find-operation-coding-system): Describe the new
1897         argument format (FILENAME . BUFFER).
1899 2006-05-28  Richard Stallman  <rms@gnu.org>
1901         * tips.texi (Coding Conventions): Better explain reasons not to
1902         advise other packages or use `eval-after-load'.
1904 2006-05-29  Kim F. Storm  <storm@cua.dk>
1906         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1907         `bindat-idx' and `bindat-raw' for clarity.
1909 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1911         * processes.texi (Bindat Spec): Expand on `repeat' handler.
1913         * display.texi (Display): Add "Abstract Display" to menu.
1914         (Abstract Display, Abstract Display Functions)
1915         (Abstract Display Example): New nodes.
1916         * elisp.texi (Top): Add "Abstract Display" to menu.
1918 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1920         * keymaps.texi (Key Sequences): Link to input events definition.
1921         (Format of Keymaps): Delete material duplicated in Keymap Basics.
1923         * files.texi (Changing Files): Document updated argument list for
1924         copy-file.
1926 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1928         * processes.texi (Bindat Functions): Explain term "total length".
1929         Use it in bindat-length and bindat-pack descriptions.
1931 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1933         * tips.texi (Coding Conventions): Advise against using
1934         eval-after-load in packages.  Add an index entry.
1936 2006-05-25  Juri Linkov  <juri@jurta.org>
1938         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1940         * modes.texi (%-Constructs): Add %e, %z, %Z.
1942 2006-05-25  Richard Stallman  <rms@gnu.org>
1944         * elisp.texi (Top): Update subnode menu.
1946         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1947         (Keymaps): Update menu.
1949 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1951         * keymaps.texi (Key Sequences): Some clarifications.
1953 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1955         * processes.texi (Bindat Functions): Say "unibyte string"
1956         explicitly for bindat-unpack and bindat-pack descriptions.
1957         (Bindat Examples): Don't call `string-make-unibyte' in example.
1959 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1961         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1962         Explain string and vector representations of key sequences.
1964         * keymaps.texi (Changing Key Bindings):
1965         * commands.texi (Interactive Codes):
1966         * help.texi (Describing Characters): Refer to it.
1968 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
1970         * frames.texi (Pointer Shape): @end table -> @end defvar.
1972 2006-05-22  Richard Stallman  <rms@gnu.org>
1974         * elisp.texi (Top): Update subnode menus.
1976         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1977         Contents rewritten; material from old Pointer Shape node moved here.
1979         * display.texi (Pointer Shape): Node deleted.
1980         (Image Descriptors): Minor cleanup.
1982 2006-05-21  Richard Stallman  <rms@gnu.org>
1984         * syntax.texi (Parsing Expressions): Update info on which STATE
1985         elements are ignored.
1987 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1989         * hooks.texi (Standard Hooks): Correct typo.
1991         * gpl.texi (GPL): ifinfo -> ifnottex.
1993 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
1995         * searching.texi (Simple Match Data): Warn about match data being
1996         set anew by every search.
1998 2006-05-17  Richard Stallman  <rms@gnu.org>
2000         * minibuf.texi (Minibuffer History): Clarify.
2002         * searching.texi (Regexp Special): Clarify nested regexp warning.
2004 2006-05-16  Kim F. Storm  <storm@cua.dk>
2006         * minibuf.texi (Minibuffer History): Update add-to-history.
2008 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
2010         * nonascii.texi (Explicit Encoding): Fix
2011         typo (encoding<->decoding).
2013 2006-05-14  Richard Stallman  <rms@gnu.org>
2015         * buffers.texi (Creating Buffers): Cleanup.
2017         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2019 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
2021         * buffers.texi (Current Buffer): Document that with-temp-buffer
2022         disables undo.
2024         * os.texi (Terminal-Specific): More accurate description of how
2025         Emacs searches for the terminal-specific libraries.
2027 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
2029         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2030         emacs-xtra to @inforef's.
2032         * text.texi (Undo): Document that undo is turned off in buffers
2033         whose names begin with a space.
2035         * buffers.texi (Buffer Names): Add index entries for buffers whose
2036         names begin with a space.
2037         (Creating Buffers): Document that undo is turned off in buffers
2038         whose names begin with a space.
2040         * files.texi (Visiting Functions, Reading from Files)
2041         (Saving Buffers): Mention code and EOL conversions by file I/O
2042         primitives and subroutines.
2044         * nonascii.texi (Lisp and Coding Systems): Document
2045         coding-system-eol-type.  Add index entries for eol conversion.
2047         * display.texi (Defining Faces): Mention `mac', and add an xref to
2048         where window-system is described.
2050 2006-05-10  Richard Stallman  <rms@gnu.org>
2052         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2054 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2056         * variables.texi (File Local Variables): Recommend to quote lambda
2057         expressions in safe-local-variable property.
2059 2006-05-09  Richard Stallman  <rms@gnu.org>
2061         * variables.texi (File Local Variables): Document
2062         safe-local-eval-forms and safe-local-eval-function.
2064 2006-05-07  Kim F. Storm  <storm@cua.dk>
2066         * minibuf.texi (Minibuffer History): Remove keep-dups arg
2067         from add-to-history.
2069 2006-05-07  Romain Francoise  <romain@orebokech.com>
2071         * commands.texi (Event Input Misc):
2072         * compile.texi (Eval During Compile):
2073         * internals.texi (Buffer Internals):
2074         * minibuf.texi (Initial Input):
2075         * nonascii.texi (Scanning Charsets):
2076         * numbers.texi (Comparison of Numbers):
2077         * windows.texi (Textual Scrolling, Vertical Scrolling):
2078         Fix various typos.
2080 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
2082         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2083         conditional xref's to either emacs or emacs-xtra, depending on
2084         @iftex/@ifnottex.
2086         * minibuf.texi (Minibuffer History): Document add-to-history.
2088 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2090         * internals.texi (Pure Storage): Mention the pure overflow message
2091         at startup.
2093 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
2095         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2096         (Searching Keymaps): Fix pseudo-Lisp description of keymap
2097         search.
2099 2006-05-01  Richard Stallman  <rms@gnu.org>
2101         * intro.texi (nil and t): Clarify.
2103         * variables.texi (File Local Variables): Suggest using booleanp.
2105 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
2107         * objects.texi (Type Predicates): Fix typos.
2109 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * intro.texi (nil and t): Add booleanp.
2113         * objects.texi (Type Predicates): Add links for booleanp and
2114         string-or-null-p.
2116 2006-04-29  Richard Stallman  <rms@gnu.org>
2118         * modes.texi (Multiline Font Lock): Rename from
2119         Multi line Font Lock Elements.  Much clarification.
2120         (Font Lock Multiline, Region to Fontify): Much clarification.
2122 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * variables.texi (File Local Variables): Remove the special case t for
2125         safe-local-variable.
2127 2006-04-26  Richard Stallman  <rms@gnu.org>
2129         * syntax.texi (Parsing Expressions): Minor cleanup.
2131 2006-04-18  Richard Stallman  <rms@gnu.org>
2133         * tips.texi (Coding Conventions): Explain when the package's
2134         prefix should appear later on (not at the start of the name).
2136         * searching.texi (String Search): Clarify effect of NOERROR.
2138         * modes.texi (Imenu): Clarify what special items do.
2140         * hooks.texi (Standard Hooks): Delete text about old hook names.
2142 2006-04-17  Romain Francoise  <romain@orebokech.com>
2144         * variables.texi (Local Variables): Update the default value of
2145         `max-specpdl-size'.
2147 2006-04-15  Michael Olson  <mwolson@gnu.org>
2149         * processes.texi (Transaction Queues): Mention the new optional
2150         `delay-question' argument for `tq-enqueue'.
2152 2006-04-13  Bill Wohler  <wohler@newt.com>
2154         * customize.texi (Common Keywords): Use dotted notation for
2155         :package-version value.  Specify its values.  Improve documentation
2156         for customize-package-emacs-version-alist.
2158 2006-04-12  Bill Wohler  <wohler@newt.com>
2160         * customize.texi (Common Keywords): Move description of
2161         customize-package-emacs-version-alist to @defvar.
2163 2006-04-10  Bill Wohler  <wohler@newt.com>
2165         * customize.texi (Common Keywords): Add :package-version.
2167 2006-04-10  Kim F. Storm  <storm@cua.dk>
2169         * text.texi (Buffer Contents): Add NOPROPS arg to
2170         filter-buffer-substring.
2172 2006-04-08  Kevin Ryde  <user42@zip.com.au>
2174         * os.texi (Command-Line Arguments): Update xref to emacs manual
2175         "Command Arguments" -> "Emacs Invocation", per change there.
2177 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
2179         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
2180         be on one line to help makeinfo not render two spaces after the dot.
2182 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2184         * strings.texi (Predicates for Strings): Add string-or-null-p.
2186 2006-03-28  Kim F. Storm  <storm@cua.dk>
2188         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
2189         remarks about systems that don't support fractional seconds.
2191 2006-03-25  Karl Berry  <karl@gnu.org>
2193         * elisp.texi: Use @copyright{} instead of (C), and do not indent
2194         the year list.
2196 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
2198         * display.texi (Fringe Indicators): Fix typos.
2200 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
2202         * tips.texi (Documentation Tips): One can now also write `program'
2203         in front of a quoted symbol in a docstring to prevent making a
2204         hyperlink.
2206 2006-03-19  Alan Mackenzie  <acm@muc.de>
2208         * text.texi (Special Properties): Clarify `fontified' property.
2210 2006-03-16  Richard Stallman  <rms@gnu.org>
2212         * display.texi (Defining Images): Minor cleanup.
2214 2006-03-16  Bill Wohler  <wohler@newt.com>
2216         * display.texi (Defining Images): In image-load-path-for-library,
2217         prefer user's images.
2219 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
2223 2006-03-15  Bill Wohler  <wohler@newt.com>
2225         * display.texi (Defining Images): Fix example in
2226         image-load-path-for-library by not recommending that one binds
2227         image-load-path.  Just defvar it to placate compiler and only use
2228         it if previously defined.
2230 2006-03-14  Bill Wohler  <wohler@newt.com>
2232         * display.texi (Defining Images): In image-load-path-for-library,
2233         always return list of directories.  Update example.
2235 2006-03-14  Alan Mackenzie  <acm@muc.de>
2237         * modes.texi: New node, "Region to Fontify" (for Font Lock).
2238         This describes font-lock-extend-region-function.
2239         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
2240         the new node "Region to Fontify".
2242 2006-03-13  Richard Stallman  <rms@gnu.org>
2244         * display.texi (Invisible Text): The impossible position is
2245         now before the invisible text, not after.
2246         (Defining Images): Clean up last change.
2248 2006-03-11  Bill Wohler  <wohler@newt.com>
2250         * display.texi (Defining Images): Add image-load-path-for-library.
2252 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
2254         * text.texi (Adaptive Fill): Fix Texinfo usage.
2256         * strings.texi (Creating Strings): Fix Texinfo usage.
2258         * searching.texi (Regexp Special): Use @samp for regular
2259         expressions that are not in Lisp syntax.
2261 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
2263         * searching.texi (Regexp Special): Put remark between parentheses
2264         to avoid misreading.
2266 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
2268         * searching.texi (Syntax of Regexps): More accurately describe
2269         which characters are special in which situations.
2270         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2271         are not special.  Describe in detail when `[' and `]' are special.
2272         (Regexp Backslash): Plenty of regexps with unbalanced square
2273         brackets are valid, so reword that statement.
2275 2006-03-02  Kim F. Storm  <storm@cua.dk>
2277         * keymaps.texi (Tool Bar): Add tool-bar-border.
2279 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
2281         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
2283 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
2285         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2287         * files.texi (Locating Files): Suggest additional values for the
2288         SUFFIXES arg of `locate-file'.  Update pxref.
2290         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2291         (How Programs Do Loading): Discuss the effects of Auto Compression
2292         mode on `load'.
2293         (Load Suffixes): New node.
2294         (Library Search): Delete description of `load-suffixes'; it was
2295         moved to "Load Suffixes".
2296         (Autoload, Named Features): Mention `load-suffixes'.
2298 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2300         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2302         * windows.texi (Window Tree): Fix typo.
2304 2006-02-20  Kim F. Storm  <storm@cua.dk>
2306         * display.texi (Fringe Indicators): New section.
2307         Move indicate-empty-lines, indicate-buffer-boundaries, and
2308         default-indicate-buffer-boundaries here.
2309         Add fringe-indicator-alist and default-fringes-indicator-alist.
2310         Add list of logical fringe indicator symbols.
2311         Update list of standard bitmap names.
2312         (Fringe Cursors): New section.
2313         Move overflow-newline-into-fringe here.
2314         Add fringe-cursor-alist and default-fringes-cursor-alist.
2315         Add list of fringe cursor symbols.
2317 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2319         * commands.texi (Using Interactive): Fix reference to node
2320         "Minibuffers".
2322 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2324         * minibuf.texi (High-Level Completion):
2325         Add xref to read-input-method-name.
2327         * files.texi (Relative File Names): Move file-relative-name here.
2328         (File Name Expansion): From here.  Minor clarifications.
2330         * commands.texi (Using Interactive): Add xrefs about reading input.
2331         Clarify remarks about that moving point and mark.
2332         Put string case before list case.
2334 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
2336         * display.texi (Other Display Specs, Image Descriptors):
2337         Revert erroneous changes.  The previous description of
2338         image-descriptors as `(image . PROPS)' was correct.
2340 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2342         * variables.texi (File Local Variables): Clarifications.
2344 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2346         * variables.texi (File Local Variables): Use @code for a cons
2347         cell, not @var.
2349 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2351         * variables.texi (File Local Variables): Document new file local
2352         variable behavior.
2354 2006-02-10  Kim F. Storm  <storm@cua.dk>
2356         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2358 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
2360         * modes.texi (%-Constructs): Remove obsolete info about
2361         `global-mode-string'.
2363 2006-02-07  Richard M. Stallman  <rms@gnu.org>
2365         * commands.texi (Prefix Command Arguments): Minor cleanup.
2367         * display.texi: "Graphical display", not window system.
2369         * functions.texi (What Is a Function): Fix xref.
2371         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2372         (Changing Key Bindings): Clarify when remapping is better than
2373         substitute-key-definition.
2375 2006-02-02  Richard M. Stallman  <rms@gnu.org>
2377         * minibuf.texi (Basic Completion): Completion alists are risky.
2379         * keymaps.texi (Active Keymaps): Clarifications.
2380         (Searching Keymaps): New node.
2381         (Keymaps): Update menu.
2383         * frames.texi (Layout Parameters): Minor clarification.
2384         (Drag and Drop): New node.
2385         (Frames): Update menu.
2387 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
2389         * display.texi (Other Display Specs, Image Descriptors):
2390         Image description is a list, not a cons cell.
2392 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
2394         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
2395         list is not necessarily a list).
2397 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2399         * frames.texi (Layout Parameters): border-width and
2400         internal-border-width belong to the frame, not the window.
2402 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2404         * nonascii.texi (Translation of Characters): Search cmds use
2405         translation-table-for-input.  Automatically made local.
2407         * markers.texi (Overview of Markers): Count insertion type
2408         as one of a marker's attributes.
2410         * keymaps.texi (Controlling Active Maps): New node, split out of
2411         Active Keymaps.
2412         (Keymaps): Menu updated.
2413         (Active Keymaps): Give pseudocode to explain how the active
2414         maps are searched.  current-active-maps and key-binding moved here.
2415         (Functions for Key Lookup): current-active-maps and key-binding moved.
2416         Clarifications.
2417         (Searching the Keymaps): New subnode.
2419         * elisp.texi (Top): Menu clarification.
2421         * display.texi (Other Display Specs): Delete duplicate entry for
2422         just a string as display spec.  Move text about recursive display
2423         specs on such a string.
2425         * commands.texi (Key Sequence Input): Clarify.
2426         Move num-nonmacro-input-events out.
2427         (Reading One Event): num-nonmacro-input-events moved here.
2429 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
2431         * advice.texi (Simple Advice): Update example to fit argument
2432         change in previous-line.
2434 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2436         * markers.texi (The Mark): Fix in `mark'.
2438 2006-01-04  Richard M. Stallman  <rms@gnu.org>
2440         * processes.texi (Misc Network, Make Network): Minor cleanups.
2442 2006-01-04  Kim F. Storm  <storm@cua.dk>
2444         * processes.texi (Make Network): Add IPv6 addresses and handling.
2445         (Network Feature Testing): Mention (:family ipv6).
2446         (Misc Network): Add IPv6 formats to format-network-address.
2448 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2450         * text.texi (Changing Properties):
2451         Don't use return value of set-text-properties.
2453 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2455         * modes.texi (Mode Line Format): Correct typo in menu.
2457 2005-12-29  Richard M. Stallman  <rms@gnu.org>
2459         * modes.texi (Mode Line Top): New node.
2460         (Mode Line Data): Some text moved to new node.
2461         Explain the data structure more concretely.
2462         (Mode Line Basics): Clarifications.
2463         (Mode Line Variables): Clarify intro paragraph.
2464         (%-Constructs): Clarify intro paragraph.
2465         (Mode Line Format): Update menu.
2467 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2469         * minibuf.texi (Basic Completion): Update lazy-completion-table
2470         examples for removal of ARGS argument.
2472 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2474         * text.texi (Undo): Restore some explanation from the version
2475         that was deleted.
2477 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
2479         * text.texi (Undo): Remove duplicate descriptions of `apply
2480         funname' and `apply delta' elements of the undo list.
2482 2005-12-20  Richard M. Stallman  <rms@gnu.org>
2484         * help.texi (Help Functions): Update documentation of `apropos'.
2486 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
2488         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
2489         because it is confusing.  If the :help-echo keyword is a function,
2490         it is not directly used as the :help-echo overlay property, as the
2491         xref seems to suggest (it does not take the appropriate args).
2493 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2495         * customize.texi (Common Keywords): Fix Texinfo usage.
2496         (Group Definitions, Variable Definitions): Update for new
2497         conventions for using `*' in docstrings.
2499         * tips.texi (Documentation Tips): Update for new conventions for
2500         using `*' in docstrings.
2502 2005-12-16  Richard M. Stallman  <rms@gnu.org>
2504         * minibuf.texi (Minibuffer Contents): Minor cleanup.
2506 2005-12-16  Juri Linkov  <juri@jurta.org>
2508         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
2510 2005-12-14  Romain Francoise  <romain@orebokech.com>
2512         * modes.texi (Customizing Keywords): Rename `append' to `how'.
2513         Fix typo.
2515 2005-12-11  Juri Linkov  <juri@jurta.org>
2517         * minibuf.texi (Completion Commands): Add mention of read-file-name
2518         for filename completion keymaps.
2519         (Reading File Names): Add mention of filename completion keymaps
2520         for read-file-name and xref to `Completion Commands'.
2522 2005-12-10  Richard M. Stallman  <rms@gnu.org>
2524         * customize.texi (Common Keywords): State caveats for use of :tag.
2526 2005-12-08  Richard M. Stallman  <rms@gnu.org>
2528         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2529         with xrefs and better explanation.
2530         (Completion Commands): Add the filename completion maps.
2532         * objects.texi (Character Type): Clarify that \s is not space
2533         if a dash follows.
2535 2005-12-05  Richard M. Stallman  <rms@gnu.org>
2537         * windows.texi (Resizing Windows): Delete preserve-before args.
2539 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2542         in full keymaps, since the quirk has been fixed.
2544 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2546         * hooks.texi (Standard Hooks): Add index entries.  Mention
2547         `compilation-finish-functions'.
2549 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2551         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2553 2005-11-21  Juri Linkov  <juri@jurta.org>
2555         * customize.texi (Common Keywords): Update links types
2556         custom-manual and url-link.  Add link types emacs-library-link,
2557         file-link, function-link, variable-link, custom-group-link.
2559 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2561         * display.texi: Revert 2005-11-20 change.
2563 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2565         * processes.texi (Bindat Functions):
2566         Say "third" to refer to zero-based index "2".
2568 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
2570         * loading.texi (Library Search): Update the default value of
2571         `load-suffixes'.
2573 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2575         * display.texi (Attribute Functions): Mention :ignore-defface.
2577 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
2580         (Minor Mode Conventions): Mention the use of a hook.
2582 2005-11-06  Richard M. Stallman  <rms@gnu.org>
2584         * files.texi (Magic File Names): find-file-name-handler checks the
2585         `operations' property of the handler.
2587 2005-11-03  Richard M. Stallman  <rms@gnu.org>
2589         * variables.texi (Frame-Local Variables): Small clarification.
2591 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
2593         * os.texi (Init File): Document ~/.emacs.d/init.el.
2595 2005-10-29  Richard M. Stallman  <rms@gnu.org>
2597         * internals.texi (Garbage Collection): Document memory-full.
2599 2005-10-28  Bill Wohler  <wohler@newt.com>
2601         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
2602         for URLs.
2604 2005-10-28  Richard M. Stallman  <rms@gnu.org>
2606         * minibuf.texi (Completion Commands): Clean up prev change.
2608 2005-10-26  Kevin Ryde  <user42@zip.com.au>
2610         * compile.texi (Eval During Compile): Explain recommended uses
2611         of eval-when-compile and eval-and-compile.
2613 2005-10-27  Masatake YAMATO  <jet@gyve.org>
2615         * minibuf.texi (Completion Commands):
2616         Write about new optional argument for `display-completion-list'.
2618 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2620         * display.texi (Overlay Arrow): Clarify about local bindings of
2621         overlay-arrow-position.
2623 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
2625         * internals.texi (Building Emacs): Fix last change.
2627 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2629         * internals.texi (Building Emacs): Document eval-at-startup.
2631 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2633         * loading.texi (Where Defined): load-history contains abs file names.
2634         symbol-file returns abs file names.
2636 2005-10-19  Kim F. Storm  <storm@cua.dk>
2638         * display.texi (Showing Images): Add max-image-size integer value.
2640 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2642         * display.texi (Showing Images): Document max-image-size.
2644 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2646         * commands.texi (Quitting): Minor clarification.
2648         * processes.texi (Sentinels): Clarify about output and quitting.
2649         (Filter Functions): Mention with-local-quit.
2651 2005-10-17  Juri Linkov  <juri@jurta.org>
2653         * buffers.texi (Current Buffer):
2654         * commands.texi (Event Input Misc):
2655         * compile.texi (Eval During Compile, Compiler Errors):
2656         * customize.texi (Group Definitions):
2657         * display.texi (Progress, Defining Faces):
2658         * files.texi (Writing to Files):
2659         * modes.texi (Mode Hooks, Defining Minor Modes):
2660         * streams.texi (Output Functions):
2661         * syntax.texi (Syntax Table Functions):
2662         * text.texi (Change Hooks):
2663         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2665         * commands.texi (Quitting): Replace arg `forms' with `body' in
2666         `with-local-quit'.
2668         * positions.texi (Excursions): Replace arg `forms' with `body' in
2669         `save-excursion'.
2671 2005-10-08  Kim F. Storm  <storm@cua.dk>
2673         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2674         Rename manual section accordingly.
2676 2005-10-04  Kim F. Storm  <storm@cua.dk>
2678         * windows.texi (Window Split Tree): New section describing
2679         new function window-split-tree function.
2681 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
2683         * display.texi (Fringe Size/Pos): Simplify and add detail.
2685 2005-09-30  Romain Francoise  <romain@orebokech.com>
2687         * minibuf.texi (High-Level Completion): Explain that the prompt
2688         given to `read-buffer' should end with a colon and a space.
2689         Update usage examples.
2691 2005-09-29  Juri Linkov  <juri@jurta.org>
2693         * display.texi (Displaying Messages): Rename argument name
2694         `string' to `format-string' in functions `message', `message-box',
2695         `message-or-box'.
2697 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
2699         * errors.texi (Standard Errors): Correct xrefs.
2701 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
2703         * display.texi (Defining Images): Update documentation for
2704         `image-load-path'.
2706 2005-09-17  Richard M. Stallman  <rms@gnu.org>
2708         * display.texi (Defining Images): Clean up previous change.
2710 2005-09-16  Romain Francoise  <romain@orebokech.com>
2712         * elisp.texi: Specify GFDL version 1.2.
2714         * doclicense.texi (GNU Free Documentation License): Update to
2715         version 1.2.
2717 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2719         * display.texi (Defining Images): Document `image-load-path'.
2721 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2723         * objects.texi (Printed Representation): Minor cleanup.
2724         (Box Diagrams): Minor fix.
2725         (Cons Cell Type): Move (...) index item here.
2726         (Box Diagrams): From here.
2727         (Array Type): Minor fix.
2728         (Type Predicates): Delete index "predicates".
2729         (Hash Table Type): Clarify xref.
2730         (Dotted Pair Notation): Minor fix.
2732 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
2734         * files.texi (Saving Buffers): Fix typo.
2736 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2738         * tips.texi (Programming Tips): Correct the "default" prompt spec.
2740 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2742         * locals.texi (Standard Buffer-Local Variables): Don't include
2743         mode variables for minor modes.
2744         Fix xrefs for buffer-display-count, buffer-display-table,
2745         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2746         enable-multibyte-characters, fill-column, header-line-format,
2747         left-fringe-width, left-margin, and right-fringe-width.
2749         * hooks.texi (Standard Hooks): All hooks should conform to the
2750         standard naming convention now.
2751         Fix xref for `echo-area-clear-hook'.
2753         * display.texi (Usual Display): Note that indicate-empty-lines and
2754         tab-width are buffer-local.
2756         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2758         * modes.texi (Mode Help): Note that major-mode is buffer-local.
2760         * nonascii.texi (Encoding and I/O): Note that
2761         buffer-file-coding-system is buffer-local.
2763         * positions.texi (List Motion): Note that defun-prompt-regexp is
2764         buffer-local.
2766         * text.texi (Auto Filling): Note that auto-fill-function is
2767         buffer-local.
2768         (Undo): Note that buffer-undo-list is buffer-local.
2770         * windows.texi (Buffers and Windows): Document
2771         buffer-display-count.
2773 2005-09-06  Richard M. Stallman  <rms@gnu.org>
2775         * tips.texi (Coding Conventions): Sometimes it is ok to put the
2776         package prefix elsewhere than at the start of the name.
2778 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2780         * tips.texi (Programming Tips): Add conventions for minibuffer
2781         questions and prompts.
2783 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
2785         * intro.texi (nil and t): Minor cleanup.
2786         Delete spurious mention of keyword symbols.
2787         (Evaluation Notation): Add index entry.
2788         (A Sample Function Description): Minor cleanup.
2789         (A Sample Variable Description): Not all vars can be set.
2791 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
2793         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2795         (Insertion): Document precise type of `insert-char' arg COUNT.
2797 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * modes.texi (Other Font Lock Variables): Sync the default of
2800         font-lock-lines-before.
2802 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2804         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2806 2005-08-29  Richard M. Stallman  <rms@gnu.org>
2808         * elisp.texi (Top): Update subnode menu.
2810         * searching.texi (Searching and Matching): Move node.
2811         Rearrange contents and add overall explanation.
2812         (Searching and Case): Move node.
2813         (Searching and Matching): Update menu.
2815 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2817         * os.texi (Startup Summary): Fix the description of the initial
2818         startup message display.
2820 2005-08-25  Richard M. Stallman  <rms@gnu.org>
2822         * searching.texi (Search and Replace): Add replace-regexp-in-string.
2824 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
2826         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2827         `next-overlay-change' example.
2829 2005-08-22  Juri Linkov  <juri@jurta.org>
2831         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2832         Fix invert-face.  Fix args of face-background.
2834         * display.texi (Standard Faces): Delete node.
2835         (Faces): Add xref to `(emacs)Standard Faces'.
2836         (Displaying Faces): Fix xref to `Standard Faces'.
2838         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2840 2005-08-20  Alan Mackenzie  <acm@muc.de>
2842         * buffers.texi (The Buffer List): Clarify the manipulation of the
2843         buffer list.
2845 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2847         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2848         a regexp.
2850 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2852         * elisp.texi (Top): Update subnode lists.
2854         * display.texi (Inverse Video): Node deleted.
2856         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2857         New nodes split out of Coding Conventions.
2859         * searching.texi (Regular Expressions): Document re-builder.
2861         * os.texi (Time Parsing): New node split out of Time Conversion.
2863         * processes.texi (Misc Network, Network Feature Testing)
2864         (Network Options, Make Network): New nodes split out of
2865         Low-Level Network.
2867 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2869         * frames.texi (Geometry): New node, split from Size and Position.
2870         (Frame Parameters): Refer to Geometry.
2872         * buffers.texi (The Buffer List): Fix xrefs.
2874         * windows.texi (Splitting Windows): Fix xref.
2876         * frames.texi (Layout Parameters): Add xref.
2878         * display.texi (Line Height, Scroll Bars): Fix xrefs.
2880         * keymaps.texi (Menu Bar): Fix xref.
2882         * locals.texi (Standard Buffer-Local Variables): Fix xref.
2884         * modes.texi (%-Constructs): Fix xref.
2886         * frames.texi (Window Frame Parameters): Node split up.
2887         (Basic Parameters, Position Parameters, Size Parameters)
2888         (Layout Parameters, Buffer Parameters, Management Parameters)
2889         (Cursor Parameters, Color Parameters): New subnodes.
2891 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2893         * positions.texi (Screen Lines): Update xref for previous change
2894         in minibuf.texi.
2896         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2897         change in minibuf.texi.
2899 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2901         * tips.texi (Coding Conventions): Minor cleanup.
2903         * modes.texi (Defining Minor Modes): Explain when init-value
2904         can be non-nil.
2906         * elisp.texi (Top): Update submenu for Minibuffer.
2908         * minibuf.texi (Minibuffer Misc): Node split up.
2909         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2910         (Recursive Mini): New nodes split out from Minibuffer Misc.
2911         (Minibuffer Misc): Document max-mini-window-height.
2913         * hash.texi (Defining Hash): Delete stray paren in example.
2915         * display.texi (Echo Area Customization): Don't define
2916         max-mini-window-height here; xref instead.
2918         * commands.texi (Event Input Misc): Update while-no-input.
2920         * advice.texi (Advising Functions): Explain when to use advice
2921         and when to use a hook.
2923 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2925         * makefile.w32-in (info): Don't run install-info.
2926         ($(infodir)/dir): New target, produced by running install-info.
2928 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
2930         * modes.texi (Defining Minor Modes): The keyword for the initial
2931         value is :init-value, not :initial-value.
2933 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
2935         * loading.texi (Autoload): Make the `doctor' example be consistent
2936         with what's in current loaddefs.el.  Describe the "fn" magic in
2937         the usage portion of the doc string.
2939 2005-07-22  Richard M. Stallman  <rms@gnu.org>
2941         * internals.texi (Garbage Collection): Clarify previous change.
2943 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         * internals.texi (Garbage Collection): Add gc-cons-percentage.
2947 2005-07-18  Juri Linkov  <juri@jurta.org>
2949         * commands.texi (Accessing Events):
2950         * frames.texi (Text Terminal Colors, Resources):
2951         * markers.texi (The Mark):
2952         * modes.texi (Defining Minor Modes):
2953         Delete duplicate duplicate words.
2955 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2957         * display.texi (Managing Overlays): Clarify make-overlay
2958         args for insertion types.
2960 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2962         * customize.texi (Variable Definitions):
2963         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
2964         `standard-value' is a list too.
2965         (Defining New Types): Use @key{RET} instead of @key{ret}.
2967 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2969         * os.texi (Translating Input): Fix typo.
2971 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2973         * README: Update edition number and size estimate.
2975         * elisp.texi (VERSION): Set to 2.9.
2977 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2979         * book-spine.texinfo: Update Emacs version.
2981         * display.texi (Inverse Video): Delete mode-line-inverse-video.
2983 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2985         * searching.texi (Regexp Search): Clarify what re-search-forward
2986         does when the search fails.
2988 2005-07-05  Lute Kamstra  <lute@gnu.org>
2990         * Update FSF's address in GPL notices.
2992         * doclicense.texi (GNU Free Documentation License):
2993         * gpl.texi (GPL):
2994         * tips.texi (Coding Conventions, Library Headers):
2995         * vol1.texi:
2996         * vol2.texi: Update FSF's address.
2998 2005-07-04  Richard M. Stallman  <rms@gnu.org>
3000         * hooks.texi (Standard Hooks): Add occur-hook.
3002 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
3004         * display.texi (The Echo Area): Correct menu.
3006 2005-07-03  Richard M. Stallman  <rms@gnu.org>
3008         * elisp.texi (Top): Update subnode menu for Display.
3010         * display.texi (Displaying Messages): New node, with most
3011         of what was in The Echo Area.
3012         (Progress): Moved under The Echo Area.
3013         (Logging Messages): New node with new text.
3014         (Echo Area Customization): New node, the rest of what was
3015         in The Echo Area.  Document message-truncate-lines with @defvar.
3016         (Display): Update menu.
3018         * windows.texi (Textual Scrolling): Doc 3 values for
3019         scroll-preserve-screen-position.
3021         * text.texi (Special Properties): Change hook functions
3022         should bind inhibit-modification-hooks around altering buffer text.
3024         * keymaps.texi (Key Binding Commands): Call binding BINDING
3025         rather than DEFINITION.
3027 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
3029         * variables.texi (Defining Variables): `user-variable-p' returns t
3030         for aliases of user options, nil for alias loops.
3032 2005-06-28  Richard M. Stallman  <rms@gnu.org>
3034         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3035         make-keymap.
3037 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
3039         * variables.texi (Setting Variables): Correct and clarify
3040         description of `add-to-ordered-list'.
3042 2005-06-26  Richard M. Stallman  <rms@gnu.org>
3044         * display.texi (Faces): Minor cleanup.
3046 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
3048         * display.texi (Faces): `facep' returns t for strings that are
3049         face names.
3051 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3053         * objects.texi (Equality Predicates): Clarify meaning of equal.
3055         * windows.texi (Selecting Windows): save-selected-window
3056         and with-selected-window save and restore the current buffer.
3058 2005-06-24  Richard M. Stallman  <rms@gnu.org>
3060         * numbers.texi (Float Basics): Explain how to test for NaN,
3061         and printing the sign of NaNs.
3063 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
3065         * makefile.w32-in (MAKEINFO): Use --force.
3067 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3069         * display.texi (Face Functions): Correct Texinfo usage.
3071 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3073         * lists.texi (Rings): `ring-elements' now returns the elements of
3074         RING in order.
3076 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
3078         * markers.texi (The Mark): Texinfo usage fix.
3080 2005-06-23  Kim F. Storm  <storm@cua.dk>
3082         * searching.texi (Entire Match Data): Remove evaporate option for
3083         match-data.  Do not mention evaporate option for set-match-data.
3085 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
3087         * display.texi (Face Functions): Mention face aliases.
3089 2005-06-21  Richard M. Stallman  <rms@gnu.org>
3091         * anti.texi (Antinews): Texinfo usage fix.
3093 2005-06-21  Karl Berry  <karl@gnu.org>
3095         * elisp.texi: Use @copying.
3097         * elisp.texi: Put @summarycontents and @contents before the Top
3098         node, instead of the end of the file, so that the contents appear
3099         in the right place in the dvi/pdf output.
3101 2005-06-21  Juri Linkov  <juri@jurta.org>
3103         * display.texi (Defining Faces): Add `customized-face'.
3105 2005-06-20  Kim F. Storm  <storm@cua.dk>
3107         * variables.texi (Setting Variables): Any type of element can be
3108         given order in add-to-ordered-list.  Compare elements with eq.
3110         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
3112 2005-06-20  Karl Berry  <karl@gnu.org>
3114         * syntax.texi (Syntax Flags): Make last column very slightly wider
3115         to avoid "generic comment" breaking on two lines and causing an
3116         underfull box.
3118 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
3120         * lists.texi (Rings): Various minor clarifications and corrections.
3122 2005-06-18  Richard M. Stallman  <rms@gnu.org>
3124         * functions.texi (Obsolete Functions): Simplify.
3126         * variables.texi (Variable Aliases): Simplify.
3128         * anti.texi, backups.texi, compile.texi, customization.texi:
3129         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
3130         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
3131         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
3132         * variables.texi: Fix formatting ugliness.
3134         * elisp.texi: Add links to Rings and Byte Packing.
3135         Update version and copyright years.
3137         * minibuf.texi: Fix formatting ugliness.
3138         (Completion Commands): Move keymap vars to the end
3139         and vars completing-read binds to the top.
3141 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3143         * processes.texi: Fix typos.
3144         (Bindat Spec): Correct Texinfo error.
3145         (Byte Packing): Fix ungrammatical sentence.
3147 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
3149         * lists.texi (Rings): New node.
3150         (Lists): Add it to menu.
3152         * processes.texi (Byte Packing): New node.
3153         (Processes): Add it to menu.
3155 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3157         * syntax.texi (Parsing Expressions): Fix texinfo usage.
3159         * help.texi (Documentation Basics): Explain the xref to
3160         Documentation Tips.
3162         * debugging.texi (Debugger Commands): Minor fix.
3164 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
3166         * edebug.texi (Instrumenting): Eliminate duplicate link.
3167         (Specification List): Replace references to "below", referring to
3168         a later node, with one @ref to that node.
3170         * os.texi (Timers): Timers should save and restore the match data
3171         if they change it.
3173         * debugging.texi (Debugger Commands): Mention that the Lisp
3174         debugger can not step through primitive functions.
3176 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3178         * functions.texi (Obsolete Functions): Update argument names of
3179         `make-obsolete' and `define-obsolete-function-alias'.
3181         * variables.texi (Variable Aliases): Update argument names of
3182         `defvaralias', `make-obsolete-variable' and
3183         `define-obsolete-variable-alias'.
3185 2005-06-15  Kim F. Storm  <storm@cua.dk>
3187         * searching.texi (Entire Match Data): Rephrase warnings about
3188         evaporate arg to match-data and set-match-data.
3190 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3192         * elisp.texi (Top): Update detailed menu.
3194         * edebug.texi (Edebug): Update menu.
3195         (Instrumenting): Update xrefs.
3196         (Edebug Execution Modes): Correct xref.
3197         (Jumping): Clarify description of `h' command.
3198         Eliminate redundant @ref.
3199         (Breaks): New node.
3200         (Breakpoints): Is now a subsubsection.
3201         (Global Break Condition): Mention `C-x X X'.
3202         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
3203         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
3204         (Edebug Display Update): Correct pxref.
3205         (Edebug and Macros): New node.
3206         (Instrumenting Macro Calls): Is now a subsubsection.
3207         Neither arg of `def-edebug-spec' is evaluated.
3208         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
3209         (Specification Examples): Fix typo.
3211 2005-06-14  Lute Kamstra  <lute@gnu.org>
3213         * debugging.texi (Function Debugging): Primitives can break on
3214         entry too.
3216 2005-06-14  Kim F. Storm  <storm@cua.dk>
3218         * variables.texi (Setting Variables): Add add-to-ordered-list.
3220 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * syntax.texi (Parsing Expressions): Document aux functions and vars of
3223         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
3225 2005-06-13  Lute Kamstra  <lute@gnu.org>
3227         * text.texi (Special Properties): Fix cross reference.
3229 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3231         * debugging.texi (Function Debugging): Delete mention of empty
3232         string argument to `cancel-debug-on-entry'.  Delete inaccurate
3233         description of the return value of that command.
3235 2005-06-11  Alan Mackenzie  <acm@muc.de>
3237         * text.texi (Adaptive Fill): Amplify the description of
3238         fill-context-prefix.
3240 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3242         * syntax.texi (Parsing Expressions): Fix Texinfo error.
3244 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3246         * syntax.texi (Parsing Expressions): Document syntax-ppss.
3248 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3250         * debugging.texi (Error Debugging): Minor rewording.
3251         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
3252         is optional.
3254 2005-06-10  Lute Kamstra  <lute@gnu.org>
3256         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
3257         (Top): Give it a title.  Correct version number.  Give the
3258         detailed node listing a more prominent header.
3259         * intro.texi: Don't set VERSION here a second time.
3260         Mention Emacs's version too.
3261         * anti.texi (Antinews): Use EMACSVER to refer to the current
3262         version of Emacs.
3264 2005-06-09  Kim F. Storm  <storm@cua.dk>
3266         * searching.texi (Entire Match Data): Explain new `reseat' argument to
3267         match-data and set-match-data.
3269 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3271         * searching.texi (Entire Match Data): Clarify when match-data
3272         returns markers and when integers.
3274         * display.texi (Defining Faces): Explain that face name should not
3275         end in `-face'.
3277         * modes.texi (Mode Line Data): Minor cleanup.
3278         (Customizing Keywords): Node split out of Search-based Fontification.
3279         Add example of using font-lock-add-keywords from a hook.
3280         Clarify when MODE should be non-nil, and when nil.
3282 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3284         * modes.texi (Mode Line Data): Explain what happens when the car
3285         of a list is a void symbol.
3286         (Search-based Fontification): Explain MODE arg to
3287         font-lock-add-keywords and warn about calls from major modes.
3289 2005-06-08  Juri Linkov  <juri@jurta.org>
3291         * display.texi (Standard Faces): Add `shadow' face.
3293 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3295         * modes.texi (Major Mode Conventions): A derived mode only needs
3296         to put the call to the parent mode inside `delay-mode-hooks'.
3298 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3300         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3301         new, and what that implies.  Clarify.
3303         * files.texi (Locating Files): Clean up the text.
3305         * frames.texi (Window Frame Parameters): Document user-size.
3306         Shorten entry for top by referring to left.
3308 2005-05-26  Richard M. Stallman  <rms@gnu.org>
3310         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
3311         is new, and what the implications are.  Other clarifications.
3313 2005-05-24  Richard M. Stallman  <rms@gnu.org>
3315         * frames.texi (Dialog Boxes): Minor fixes.
3317 2005-05-25  Masatake YAMATO  <jet@gyve.org>
3319         * display.texi (Standard Faces): Write about `mode-line-highlight'.
3321 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3323         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3324         is optional.
3326 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3328         * frames.texi (Dialog Boxes): Descibe new optional argument.
3330 2005-05-23  Lute Kamstra  <lute@gnu.org>
3332         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3333         syntax-begin-function over font-lock-beginning-of-syntax-function.
3335 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3337         * minibuf.texi (Reading File Names): Update description of
3338         `read-directory-name'.
3340         * modes.texi (Derived Modes): Clarify :group keyword.
3342 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3344         * files.texi (Locating Files): New subsection.
3345         Describe locate-file and executable-find.
3347 2005-05-21  Kevin Ryde  <user42@zip.com.au>
3349         * frames.texi (Initial Parameters): Update cross reference to
3350         "Emacs Invocation".
3352 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3354         * keymaps.texi (Active Keymaps): Add anchor.
3356         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3357         (Major Mode Conventions): Refer to `Auto Major Mode' in more
3358         appropriate place.
3359         (Derived Modes): Small clarifications.
3360         (Minor Mode Conventions, Keymaps and Minor Modes):
3361         Replace references to nodes with references to anchors.
3362         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3363         Clarify description of lists whose first element is an integer.
3364         (Mode Line Variables): Add anchor.
3365         (%-Constructs): Clarify description of integer after %.
3366         (Emulating Mode Line): Describe nil value for FACE.
3368 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3370         * modes.texi (Derived Modes): Correct references to non-existing
3371         variable standard-syntax-table.
3373 2005-05-17  Lute Kamstra  <lute@gnu.org>
3375         * modes.texi (Defining Minor Modes): Mention the mode hook.
3377 2005-05-15  Kim F. Storm  <storm@cua.dk>
3379         * processes.texi (Network): Remove open-network-stream-nowait.
3380         (Network Servers): Remove open-network-stream-server.
3382 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
3384         * elisp.texi (Top): Update detailed menu.
3386         * variables.texi: Reorder nodes.
3387         (Variables): Update menu.
3388         (File Local Variables): Do not refer to the `-*-' line as
3389         a "local variables list".  Add pxref.
3391 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3393         * elisp.texi (Top): Update detailed menu for node changes.
3395         * modes.texi (Modes): Update Menu.
3396         (Hooks): Move to beginning of chapter.
3397         Most minor modes run mode hooks too.
3398         `add-hook' can handle void hooks or hooks whose value is a single
3399         function.
3400         (Major Modes): Update Menu.
3401         (Major Mode Basics): New node, split off from `Major Modes'.
3402         (Major Mode Conventions): Correct xref.  Explain how to handle
3403         auto-mode-alist if the major mode command has an autoload cookie.
3404         (Auto Major Mode): Major update.  Add magic-mode-alist.
3405         (Derived Modes): Major update.
3406         (Mode Line Format): Update Menu.
3407         (Mode Line Basics): New node, split off from `Mode Line Format'.
3409         * loading.texi (Autoload): Mention `autoload cookie' as synonym
3410         for `magic autoload comment'.  Add index entries and anchor.
3412 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3414         * tips.texi (Coding Conventions): Explain how important it is
3415         that just loading certain files not change Emacs behavior.
3417         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
3419 2005-05-12  Lute Kamstra  <lute@gnu.org>
3421         * modes.texi (Generic Modes): Update.
3422         (Major Modes): Refer to node "Generic Modes".
3424         * elisp.texi (Top): Update to the current structure of the manual.
3425         * processes.texi (Processes): Add menu description.
3426         * customize.texi (Customization): Add menu descriptions.
3428 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3430         * processes.texi (Signals to Processes)
3431         (Low-Level Network): Fix typos.
3433 2005-05-11  Lute Kamstra  <lute@gnu.org>
3435         * elisp.texi (Top): Add some nodes from the chapter "Major and
3436         Minor Modes" to the detailed node listing.
3438 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3440         * keymaps.texi (Extended Menu Items): Menu item filter functions
3441         can be called at any time.
3443 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
3445         * variables.texi (File Local Variables): `(hack-local-variables t)'
3446         now also checks whether a mode is specified in the local variables
3447         list.
3449 2005-05-05  Kevin Ryde  <user42@zip.com.au>
3451         * display.texi (The Echo Area): Correct format function cross
3452         reference.
3454 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3456         * variables.texi (Variable Aliases): Change description of
3457         `define-obsolete-variable-alias'.
3459         * functions.texi (Functions): Add "Obsolete Functions" to menu.
3460         (Defining Functions): Add xref.
3461         (Obsolete Functions): New node.
3462         (Function Safety): Standardize capitalization of section title.
3464         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
3465         (Dialog Boxes): Complete description of `x-popup-dialog'.
3467 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3469         * commands.texi (Interactive Codes): Fix Texinfo usage.
3470         Document U more clearly.
3472 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3474         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
3475         function and not a macro.
3477         * frames.texi (Pop-Up Menus): Correct and clarify description of
3478         `x-popup-menu'.
3479         (Dialog Boxes): Clarify description of `x-popup-dialog'.
3481 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3483         * edebug.texi (Checking Whether to Stop): Fix previous change.
3485 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3487         * display.texi: Fix typos and Texinfo usage.
3489         * edebug.texi (Checking Whether to Stop): executing-macro ->
3490         executing-kbd-macro.
3492 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3494         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
3496 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3498         * files.texi (Magic File Names): Document `operations' property.
3500 2005-04-29  Lute Kamstra  <lute@gnu.org>
3502         * modes.texi (Generic Modes): New node.
3503         (Major Modes): Add it to the menu.
3504         (Derived Modes): Add "derived mode" to concept index.
3506 2005-04-28  Lute Kamstra  <lute@gnu.org>
3508         * modes.texi (Defining Minor Modes): Fix previous change.
3509         (Font Lock Mode): Simplify.
3510         (Font Lock Basics): Say that font-lock-defaults is buffer-local
3511         when set and that some parts are optional.  Add cross references.
3512         (Search-based Fontification): Say how to specify font-lock-keywords.
3513         Add cross references.  Add font-lock-multiline to index.
3514         Move font-lock-keywords-case-fold-search here from node "Other Font
3515         Lock Variables".  Document font-lock-add-keywords and
3516         font-lock-remove-keywords.
3517         (Other Font Lock Variables): Move font-lock-keywords-only,
3518         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3519         and font-lock-syntactic-face-function to node "Syntactic Font
3520         Lock".  Move font-lock-keywords-case-fold-search to node
3521         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
3522         and font-lock-{,un}fontify-{buffer,region}-function.
3523         (Precalculated Fontification): Remove reference to deleted variable
3524         font-lock-core-only.
3525         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3526         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
3527         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3528         and font-lock-syntactic-face-function here from node "Other Font
3529         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
3530         Syntax Properties".  Add cross references.
3531         (Setting Syntax Properties): New node.
3532         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
3533         * syntax.texi (Syntax Properties): Add cross reference.
3534         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3536 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3538         * display.texi (Defining Faces):
3539         Document `default' elements of defface spec.
3541         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3543         * variables.texi (Variable Aliases): Clarify text.
3545 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
3547         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3549 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
3551         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3553 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3555         * syntax.texi (Syntax Table Internals): Elaborate documentation of
3556         syntax-after and syntax-class.
3558         * files.texi (Changing Files): Fix last change's cross-reference.
3559         (Unique File Names): Don't mention "numbers" in the documentation
3560         of make-temp-file and make-temp-name.
3562 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3564         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
3566 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3568         * windows.texi (Cyclic Window Ordering): Clarify window-list.
3570 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3572         * variables.texi (Variable Aliases): Describe make-obsolete-variable
3573         and define-obsolete-variable-alias.
3575 2005-04-22  Kim F. Storm  <storm@cua.dk>
3577         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
3578         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
3580 2005-04-21  Lute Kamstra  <lute@gnu.org>
3582         * lists.texi (Association Lists): Document rassq-delete-all.
3584 2005-04-19  Richard M. Stallman  <rms@gnu.org>
3586         * modes.texi (Search-based Fontification): Explain that
3587         facespec is an expression to be evaluated.
3589 2005-04-19  Kevin Ryde  <user42@zip.com.au>
3591         * streams.texi (Output Functions): Fix xref.
3592         * strings.texi (String Conversion): Fix xref.
3594 2005-04-19  Kim F. Storm  <storm@cua.dk>
3596         * symbols.texi (Symbol Plists): Add safe-get.
3597         Mention that `get' may signal an error.
3599 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
3601         * customize.texi (Variable Definitions): Replace tooltip-mode
3602         example with save-place.
3604 2005-04-17  Richard M. Stallman  <rms@gnu.org>
3606         * buffers.texi (Indirect Buffers): Clarify.
3608         * positions.texi (Positions): Clarify converting marker to integer.
3610         * strings.texi (String Basics): Mention string-match; clarify.
3612 2005-04-08  Lute Kamstra  <lute@gnu.org>
3614         * modes.texi (Search-based Fontification): Fix cross references.
3615         Use consistent terminology.  Document anchored highlighting.
3617 2005-04-05  Lute Kamstra  <lute@gnu.org>
3619         * modes.texi (Defining Minor Modes): Document :group keyword
3620         argument and its default value.
3622 2005-04-03  Lute Kamstra  <lute@gnu.org>
3624         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
3625         references and/or descriptions.  Delete major mode hooks; mention
3626         them as a category instead.  Rename or delete obsolete hooks.
3628 2005-04-02  Richard M. Stallman  <rms@gnu.org>
3630         * nonascii.texi (Coding System Basics): Another wording cleanup.
3632 2005-04-01  Richard M. Stallman  <rms@gnu.org>
3634         * nonascii.texi (Coding System Basics): Clarify previous change.
3636 2005-04-01  Kenichi Handa  <handa@m17n.org>
3638         * nonascii.texi (Coding System Basics): Describe about rondtrip
3639         identity of coding systems.
3641 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3643         * text.texi (Buffer Contents): Add filter-buffer-substring and
3644         buffer-substring-filters.
3646 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
3648         * anti.texi (Antinews): Mention `G' interactive code.
3650         * tips.texi (Compilation Tips): Mention benchmark.el.
3652 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3654         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3655         is now bound to M-o M-o.
3657         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3659 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3661         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3662         in the Emacs Manual).
3663         * Makefile.in (srcs): Remove calendar.texi.
3664         * makefile.w32-in (srcs): Remove calendar.texi.
3665         * display.texi (Display): Change name of next node.
3666         * os.texi (System In): Change name of previous node.
3667         * elisp.texi (Top): Remove Calendar references.
3668         * vol1.texi (Top): Remove Calendar references.
3669         * vol2.texi (Top): Remove Calendar references.
3671 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3673         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
3674         Cleanup previous change.
3676 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
3678         * display.texi (Face Attributes): Faces earlier in an :inherit
3679         list take precedence.
3680         (Scroll Bars): Fix description of vertical-scroll-bars.
3681         Document frame-current-scroll-bars and window-current-scroll-bars.
3683         * markers.texi (The Mark): Document temporary Transient Mark mode.
3685         * minibuf.texi (Reading File Names):
3686         Document read-file-name-completion-ignore-case.
3688         * positions.texi (Screen Lines): Document nil for width argument
3689         to compute-motion.
3691 2005-03-23  Kim F. Storm  <storm@cua.dk>
3693         * display.texi (Standard Faces): Other faces used in the fringe
3694         implicitly inherits from the fringe face.
3695         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3696         properties implicitly inherits from fringe face.
3697         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3699 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
3701         * display.texi (Invisible Text): State default value of
3702         line-move-ignore-invisible.
3703         (Managing Overlays): Document remove-overlays.
3704         (Standard Faces): Document escape-glyph face.
3706         * minibuf.texi (Reading File Names): Document read-file-name-function.
3708         * modes.texi (Other Font Lock Variables):
3709         Document font-lock-lines-before.
3711         * positions.texi (Skipping Characters): skip-chars-forward allows
3712         character classes.
3714 2005-03-18  Lute Kamstra  <lute@gnu.org>
3716         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3718 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3720         * text.texi (Undo): Document extensible undo entries.
3722         * searching.texi (String Search, Regexp Search): Cleanups.
3724         * nonascii.texi (Character Codes): Minor fix.
3726         * display.texi (Display Property): Explain the significance
3727         of having text properties that are eq.
3728         (Other Display Specs): Explain string as display spec.
3730         * commands.texi (Interactive Codes): Document G option.
3732 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
3734         * text.texi (Filling): Add sentence-end-without-period and
3735         sentence-end-without-space.
3736         (Changing Properties): Minor fix.
3738         * anti.texi: Total rewrite.
3740 2005-03-15  Lute Kamstra  <lute@gnu.org>
3742         * edebug.texi (Instrumenting Macro Calls): Fix typos.
3744 2005-03-08  Kim F. Storm  <storm@cua.dk>
3746         * display.texi (Specified Space): Property :width is support on
3747         non-graphic terminals, :height is not.
3749 2005-03-07  Richard M. Stallman  <rms@gnu.org>
3751         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3752         Now subnodes of Fringes.
3753         (Overlay Arrow): Document overlay-arrow-variable-list.
3754         (Fringe Size/Pos): New node, broken out of Fringes.
3755         (Display): Explain clearing vs redisplay better.
3756         (Truncation): Clarify use of bitmaps.
3757         (The Echo Area): Clarify the uses of the echo area.
3758         Add max-mini-window-height.
3759         (Progress): Clarify.
3760         (Invisible Text): Explain that main loop moves point out.
3761         (Selective Display): Say "hidden", not "invisible".
3762         (Managing Overlays): Move up.  Describe relation to Undo here.
3763         (Overlay Properties): Clarify intro.
3764         (Finding Overlays): Explain return values when nothing found.
3765         (Width): truncate-string-to-width has added arg.
3766         (Displaying Faces): Clarify and update mode line face handling.
3767         (Face Functions): Minor cleanup.
3768         (Conditional Display): Merge into Other Display Specs.
3769         (Pixel Specification, Other Display Specs): Minor cleanups.
3770         (Images, Image Descriptors): Minor cleanups.
3771         (GIF Images): Patents have expired.
3772         (Showing Images): Explain default text for insert-image.
3773         (Manipulating Button Types): Merge into Manipulating Buttons.
3774         (Making Buttons): Explain return values.
3775         (Button Buffer Commands): Add xref.
3776         (Inverse Video): Update mode-line-inverse-video.
3777         (Display Table Format): Clarify.
3778         (Active Display Table): Give defaults for window-display-table.
3780         * calendar.texi (Calendar Customizing): calendar-holiday-marker
3781         and calendar-today-marker are strings, not chars.
3782         (Holiday Customizing): Minor fix.
3784         * internals.texi (Writing Emacs Primitives): Update `or' example.
3785         Update limit on # args of subr.
3787         * edebug.texi (Using Edebug): Arrow is in fringe.
3788         (Instrumenting): Arg to eval-defun works without loading edebug.
3789         (Edebug Execution Modes): Add xref.
3791         * customize.texi (Common Keywords): Clarify :require.
3792         Mention :version here.
3793         (Variable Definitions, Group Definitions): Not here.
3794         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3796 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
3797         * nonascii.texi (Text Representations): Clarify position-bytes.
3798         (Character Sets): Add list-charset-chars.
3799         (Scanning Charsets): Add charset-after.
3800         (Encoding and I/O): Minor fix.
3802 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3804         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3805         (Resizing Windows): Likewise.
3807         * text.texi (Change Hooks): Get rid of "Emacs 21".
3809         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3811         * streams.texi (Output Variables): Get rid of "Emacs 21".
3813         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3815         * os.texi (Translating Input): Replace flow-control example
3816         with a less obsolete example that uses `keyboard-translate'.
3818         * objects.texi (Hash Table Type, Circular Objects):
3819         Get rid of "Emacs 21".
3821         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3822         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3824         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3826         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3828         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3829         (Menu Bar): Fix when menu-bar-update-hook is called.
3831         * hash.texi (Hash Tables): Get rid of "Emacs 21".
3833         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3834         and make it read better.
3836         * files.texi (Writing to Files): Get rid of "Emacs 21".
3837         (Unique File Names): Likewise.
3839         * elisp.texi: Update Emacs version to 22.
3841         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3842         (Overlay Properties, Face Attributes): Likewise.
3843         (Managing Overlays): Fix punctuation.
3844         (Attribute Functions): Clarify set-face-font; get rid of
3845         info about old Emacs versions.
3846         (Auto Faces, Font Lookup, Display Property, Images):
3847         Get rid of "Emacs 21".
3849         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3851 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3853         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3855 2005-03-04  Lute Kamstra  <lute@gnu.org>
3857         * debugging.texi (Error Debugging): Document stack-trace-on-error.
3859 2005-03-03  Lute Kamstra  <lute@gnu.org>
3861         * edebug.texi (Instrumenting Macro Calls): Fix typo.
3863 2005-03-01  Lute Kamstra  <lute@gnu.org>
3865         * debugging.texi (Debugger Commands): Update `j'.
3867 2005-02-28  Lute Kamstra  <lute@gnu.org>
3869         * debugging.texi (Debugging): Fix typo.
3870         (Error Debugging): Document eval-expression-debug-on-error.
3871         (Function Debugging): Update example.
3872         (Using Debugger): Mention starred stack frames.
3873         (Debugger Commands): Document `j' and `l'.
3874         (Invoking the Debugger): `d' and `j' exit recursive edit too.
3875         Update the messages that the debugger displays.
3876         (Internals of Debugger): Add cross reference.  Update example.
3877         (Excess Open): Minor improvement.
3878         (Excess Close): Minor improvement.
3880 2005-02-26  Richard M. Stallman  <rms@gnu.org>
3882         * tips.texi (Coding Conventions): Clarify.
3883         Put all the major mode key reservations together.
3884         Mention the Mouse-1 => Mouse-2 conventions.
3886         * syntax.texi (Syntax Class Table): Clarify.
3887         (Syntax Table Functions): syntax-after moved from here.
3888         (Syntax Table Internals): syntax-after moved to here.
3889         (Parsing Expressions): Update info on number of values
3890         and what's meaningful in the STATE argument.
3891         (Categories): Fix typo.
3893         * sequences.texi (Arrays): Cleanup.
3894         (Char-Tables): Clarify.
3896         * processes.texi (Deleting Processes): Cleanups, add xref.
3897         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
3898         (Process Information): set-process-coding-system, some args optional.
3899         (Input to Processes): Explain various types for PROCESS args.
3900         Rename them from PROCESS-NAME to PROCESS.
3901         (Signals to Processes): Likewise.
3902         (Decoding Output): Cleanup.
3903         (Query Before Exit): Clarify.
3905         * os.texi (Startup Summary): Correct the options; add missing ones.
3906         (Terminal Output, Batch Mode): Clarify.
3907         (Flow Control): Node deleted.
3909         * markers.texi (The Mark): Clarify.
3911         * macros.texi (Expansion): Cleanup.
3912         (Indenting Macros): indent-spec allows ints, not floats.
3914         * keymaps.texi (Keymaps): Clarify.
3915         (Format of Keymaps): Update lisp-mode-map example.
3916         (Active Keymaps, Key Lookup): Clarify.
3917         (Changing Key Bindings): Add xref to `kbd'.
3918         (Key Binding Commands, Simple Menu Items): Clarify.
3919         (Mouse Menus, Menu Bar): Clarify.
3920         (Menu Example): Replace print example with menu-bar-replace-menu.
3922         * help.texi (Documentation Basics): Add function-documentation prop.
3924         * elisp.texi (Top): Don't refer to Flow Control node.
3926         * commands.texi (Command Overview): Improve xrefs.
3927         (Adjusting Point): Adjusting point applies to intangible and invis.
3928         (Key Sequence Input): Doc extra read-key-sequence args.
3929         Likewise for read-key-sequence-vector.
3931         * backups.texi (Rename or Copy): Minor fix.
3932         (Numbered Backups): For version-control, say the default.
3933         (Auto-Saving): make-auto-save-file-name example is simplified.
3935         * advice.texi (Advising Functions): Don't imply one part of Emacs
3936         should advise another part.  Markup changes.
3937         (Defining Advice): Move transitional para.
3938         (Activation of Advice): Cleanup.
3939         Explain if COMPILE is nil or negative.
3941         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3943 2005-02-24  Lute Kamstra  <lute@gnu.org>
3945         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3946         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3948 2005-02-23  Lute Kamstra  <lute@gnu.org>
3950         * modes.texi (Defining Minor Modes): define-minor-mode can be used
3951         to define global minor modes as well.
3953         * display.texi (Managing Overlays): overlay-buffer returns nil for
3954         deleted overlays.
3956 2005-02-22  Kim F. Storm  <storm@cua.dk>
3958         * minibuf.texi (Basic Completion): Allow symbols in addition to
3959         strings in try-completion and all-completions.
3961 2005-02-14  Lute Kamstra  <lute@gnu.org>
3963         * elisp.texi (Top): Remove reference to deleted node.
3965         * lists.texi (Lists): Remove reference to deleted node.
3966         (Cons Cells): Fix typo.
3968         * loading.texi (Where Defined): Fix typo.
3970 2005-02-14  Richard M. Stallman  <rms@gnu.org>
3972         * variables.texi (Creating Buffer-Local): change-major-mode-hook
3973         is useful for discarding some minor modes.
3975         * symbols.texi (Symbol Components): Reorder examples.
3977         * streams.texi (Input Functions): State standard-input default.
3978         (Output Variables): State standard-output default.
3980         * objects.texi (Printed Representation): Clarify read syntax vs print.
3981         (Floating Point Type): Explain meaning better.
3982         (Symbol Type): Explain uniqueness better.
3983         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
3984         List examples sooner.
3985         (Box Diagrams): New subnode broken out.
3986         Some examples moved from old Lists as Boxes node.
3987         (Dotted Pair Notation): Clarify intro.
3988         (Array Type): Clarify.
3989         (Type Predicates): Add hash-table-p.
3991         * numbers.texi (Integer Basics): Clarify radix explanation.
3992         (Predicates on Numbers): Minor clarification.
3993         (Comparison of Numbers): Minor clarification.  Clarify eql.
3994         Typos in min, max.
3995         (Math Functions): Clarify overflow in expt.
3997         * minibuf.texi (Text from Minibuffer): Minor clarification.
3998         Mention arrow keys.
4000         * loading.texi (Autoload): defun's doc string overrides autoload's
4001         doc string.
4002         (Repeated Loading): Modernize "add to list" examples.
4003         (Where Defined): Finish updating table of load-history elts.
4005         * lists.texi (List-related Predicates): Minor wording improvement.
4006         (Lists as Boxes): Node deleted.
4007         (Building Lists): Explain trivial cases of number-sequence.
4009         * hash.texi (Hash Tables): Add desc to menu items.
4010         (Creating Hash): Expain "full" means "make larger",
4011         (Hash Access): Any object can be a key.
4012         State value of maphash.
4014         * functions.texi (What Is a Function): Wording cleanup.
4015         (Function Documentation): Minor cleanup.
4016         Explain purpose of calling convention at end of doc string.
4017         (Function Names): Wording cleanup.
4018         (Calling Functions): Wording cleanup.
4019         Explain better how funcall calls the function.
4020         (Function Cells): Delete example of saving and redefining function.
4022         * control.texi (Combining Conditions): Wording cleanup.
4023         (Iteration): dolist and dotimes bind VAR locally.
4024         (Cleanups): Xref to Atomic Changes.
4026         * compile.texi (Byte Compilation): Delete 19.29 info.
4027         (Compilation Functions): Macros' difficulties don't affect defsubst.
4028         (Docs and Compilation): Delete 19.29 info.
4030 2005-02-10  Richard M. Stallman  <rms@gnu.org>
4032         * objects.texi (Symbol Type): Minor correction.
4034 2005-02-06  Lute Kamstra  <lute@gnu.org>
4036         * modes.texi (Example Major Modes): Fix typos.
4038 2005-02-06  Richard M. Stallman  <rms@gnu.org>
4040         * text.texi (Margins): fill-nobreak-predicate can be one function.
4042         * strings.texi (Modifying Strings): clear-string can make unibyte.
4043         (Formatting Strings): format gives error if values missing.
4045         * positions.texi (Character Motion): Mention default arg
4046         for forward-char.  backward-char refers to forward-char.
4047         (Word Motion): Mention default arg for forward-word.
4048         (Buffer End Motion): Mention default arg for beginning-of-buffer.
4049         Simplify end-of-buffer.
4050         (Text Lines): Mention default arg for forward-line.
4051         (List Motion): Mention default arg for beginning/end-of-defun.
4052         (Skipping Characters): Minor fixes in explaining character-set.
4054         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4055         Mode inheritance applies only when default-major-mode is nil.
4056         Clarifications.
4057         (Example Major Modes): Update Text mode and Lisp mode examples.
4058         (Minor Mode Conventions): Mention define-minor-mode at top.
4059         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4060         (Mode Line Format): Update mode line face display info.
4061         (Properties in Mode): Mention effect of risky vars.
4062         (Imenu): Define imenu-add-to-menubar.
4063         (Font Lock Mode): Add descriptions to menu lines.
4064         (Faces for Font Lock): Add font-lock-doc-face.
4066 2005-02-05  Lute Kamstra  <lute@gnu.org>
4068         * text.texi (Maintaining Undo): Remove obsolete function.
4070 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
4072         * frames.texi (Color Names): Add pointer to the X docs about RGB
4073         color specifications.  Improve indexing
4074         (Text Terminal Colors): Replace the description of RGB values by
4075         an xref to "Color Names".
4077 2005-02-03  Richard M. Stallman  <rms@gnu.org>
4079         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4080         Clarify.
4081         (Selecting Windows): Clarify save-selected-window.
4082         (Cyclic Window Ordering): Clarify walk-windows.
4083         (Window Point): Clarify.
4084         (Window Start): Add comment to example.
4085         (Resizing Windows): Add `interactive' specs in examples.
4086         Document fit-window-to-buffer.
4088         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4089         (Undo, Maintaining Undo): Clarify last change.
4090         (Sorting): In sort-numeric-fields, explain about octal and hex.
4091         Mention sort-numeric-base.
4092         (Format Properties): Add xref for hard newlines.
4094         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4095         (Pop-Up Menus): Fix typo.
4096         (Color Names): Explain all types of color names.
4097         Explain color-values on B&W terminal.
4098         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
4100         * files.texi (File Locks): Not supported on MS systems.
4101         (Testing Accessibility): Clarify.
4103         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4104         (Coverage Testing): Fix typo.
4106         * commands.texi (Misc Events): Remove stray space.
4108         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
4109         (Modification Time): Clarify when visited-file-modtime returns 0.
4110         (The Buffer List): Clarify bury-buffer.
4111         (Killing Buffers): Clarify.
4112         (Indirect Buffers): Add clone-indirect-buffer.
4114 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
4116         * edebug.texi (Printing in Edebug): Fix default value of
4117         edebug-print-circle.
4118         (Coverage Testing): Fix displayed frequency count data.
4120 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
4122         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
4124 2005-02-02  Kim F. Storm  <storm@cua.dk>
4126         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
4128 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
4130         * commands.texi (Misc Events): Describe the help-echo event.
4132         * text.texi (Special Properties) <help-echo>: Use `pos'
4133         consistently in description of the help-echo property.
4134         Use @code{nil} instead of @var{nil}.
4136         * display.texi (Overlay Properties): Fix the index entry for
4137         help-echo overlay property.
4139         * customize.texi (Type Keywords): Uncomment the xref to the
4140         help-echo property documentation.
4142 2005-01-23  Kim F. Storm  <storm@cua.dk>
4144         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
4145         return value.  Third element FULLY replaced by PARTIAL which
4146         specifies number of invisible pixels if row is only partially visible.
4147         (Textual Scrolling): Mention auto-window-vscroll.
4148         (Vertical Scrolling): New defvar auto-window-vscroll.
4150 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4152         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
4153         command remapping.
4155 2005-01-15  Richard M. Stallman  <rms@gnu.org>
4157         * display.texi (Defining Images): Mention DATA-P arg of create-image.
4159 2005-01-14  Kim F. Storm  <storm@cua.dk>
4161         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4163         * text.texi (Links and Mouse-1): Fix string and vector item.
4165 2005-01-13  Richard M. Stallman  <rms@gnu.org>
4167         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4168         descriptions of overriding-local-map and overriding-terminal-local-map.
4170         * text.texi (Links and Mouse-1): Clarify text.
4172 2005-01-13  Kim F. Storm  <storm@cua.dk>
4174         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4176 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4178         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
4180 2005-01-12  Kim F. Storm  <storm@cua.dk>
4182         * text.texi (Links and Mouse-1): Rename section from Enabling
4183         Mouse-1 to Following Links.  Change xrefs.
4184         Add examples for define-button-type and define-widget.
4186         * display.texi (Button Properties, Button Buffer Commands):
4187         Clarify mouse-1 and follow-link functionality.
4189 2005-01-12  Richard M. Stallman  <rms@gnu.org>
4191         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
4193         * display.texi (Beeping): Fix Texinfo usage.
4195         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
4197 2005-01-11  Kim F. Storm  <storm@cua.dk>
4199         * display.texi (Button Properties, Button Buffer Commands):
4200         Mention mouse-1 binding.  Add follow-link keyword.
4202         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
4203         (Enabling Mouse-1 to Follow Links): New subsection.
4205 2005-01-06  Richard M. Stallman  <rms@gnu.org>
4207         * text.texi (Special Properties): Minor change.
4209         * os.texi (Timers): Clarify previous change.
4211         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
4213 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
4215         * display.texi (Face Attributes): Correct xref to renamed node.
4217 2005-01-01  Richard M. Stallman  <rms@gnu.org>
4219         * display.texi (Face Attributes): Describe hex color specs.
4221 2004-12-31  Richard M. Stallman  <rms@gnu.org>
4223         * os.texi (Timers): Update previous change.
4225 2004-12-30  Kim F. Storm  <storm@cua.dk>
4227         * display.texi (Line Height): Total line-height is now specified
4228         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
4229         in cons cells.  (nil . RATIO) is relative to actual line height.
4230         Use line-height `t' instead of `0' to get minimum height.
4232 2004-12-29  Richard M. Stallman  <rms@gnu.org>
4234         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
4236 2004-12-28  Richard M. Stallman  <rms@gnu.org>
4238         * commands.texi (Quitting): Clarify value of with-local-quit.
4240         * elisp.texi (Top): Fix previous change.
4242         * loading.texi (Loading): Fix previous change.
4244 2004-12-27  Richard M. Stallman  <rms@gnu.org>
4246         * Makefile.in (MAKEINFO): Specify --force.
4248         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4250         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
4252         * display.texi (Line Height): Further clarify.
4254         * elisp.texi (Top): Update Loading submenu.
4256         * loading.texi (Where Defined): New node.
4257         (Unloading): load-history moved to Where Defined.
4259 2004-12-21  Richard M. Stallman  <rms@gnu.org>
4261         * commands.texi (Event Input Misc): Add while-no-input.
4263 2004-12-11  Richard M. Stallman  <rms@gnu.org>
4265         * display.texi (Line Height): Rewrite text for clarity.
4267 2004-12-11  Kim F. Storm  <storm@cua.dk>
4269         * display.texi (Display): Add node "Line Height" to menu.
4270         (Line Height): New node.  Move full description of line-spacing
4271         and line-height text properties here from text.texi.
4272         (Scroll Bars): Add vertical-scroll-bar variable.
4274         * frames.texi (Window Frame Parameters): Remove line-height defvar.
4276         * locals.texi (Standard Buffer-Local Variables): Fix xref for
4277         line-spacing and vertical-scroll-bar.
4279         * text.texi (Special Properties): Just mention line-spacing and
4280         line-height here, add xref to new "Line Height" node.
4282 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
4284         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4286         * locals.texi (Standard Buffer-Local Variables):
4287         Add @xref for `line-spacing'.
4289 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4291         * Makefile.in (maintainer-clean): Remove the info files
4292         in $(infodir) where they are created.
4294 2004-12-03  Richard M. Stallman  <rms@gnu.org>
4296         * windows.texi (Selecting Windows): get-lru-window and
4297         get-largest-window don't consider dedicated windows.
4299         * text.texi (Undo): Document undo-in-progress.
4301 2004-11-26  Richard M. Stallman  <rms@gnu.org>
4303         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4304         Remove a few vars that are not always buffer-local.
4306 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
4308         * locals.texi (Standard Buffer-Local Variables): Comment out
4309         xref's to non-existent node `Yet to be written'.
4311 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4313         * processes.texi (Synchronous Processes): Grammar fix.
4315         * numbers.texi (Comparison of Numbers): Add eql.
4317         * locals.texi (Standard Buffer-Local Variables): Add many vars.
4319         * intro.texi (Printing Notation): Fix previous change.
4321         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4322         and default-indicate-buffer-boundaries from here.
4323         (Usual Display): To here.
4324         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4325         (Usual Display): Move tab-width up.
4327         * customize.texi (Variable Definitions): Replace
4328         show-paren-mode example with tooltip-mode.
4329         (Simple Types, Composite Types, Defining New Types):
4330         Minor cleanups.
4332 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
4334         * processes.texi (Synchronous Processes, Output from Processes):
4335         Markup fix.
4337 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4339         * positions.texi (Skipping Characters): skip-chars-forward
4340         now handles char classes.
4342         * intro.texi (Printing Notation): Avoid confusion of `print'
4343         when explaining @print.
4345         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4347         * display.texi (Display Table Format): Minor fix.
4349         * streams.texi (Output Functions): Fix print example.
4351         * Makefile.in (elisp): New target.
4352         (dist): Depend on $(infodir)/elisp, not elisp.
4353         Copy the info files from $(infodir).
4355         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4356         read-from-minibuffer.
4358         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4360 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4362         * searching.texi (Regexp Search): Add search-whitespace-regexp.
4364 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
4366         * tips.texi (Coding Conventions): Fix typo.
4368 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4370         * tips.texi (Coding Conventions): Separate defvar and require
4371         methods to avoid warnings.  Use require only when there are many
4372         functions and variables from that package.
4374         * minibuf.texi (Minibuffer Completion): When ignoring case,
4375         predicate must not be case-sensitive.
4377         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4378         (Test Coverage): Don't talk about "splotches".  Clarified.
4380 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
4382         * frames.texi (Window Frame Parameters): Fix typo.
4384 2004-11-15  Kim F. Storm  <storm@cua.dk>
4386         * symbols.texi (Other Plists): Note that plist-get may signal error.
4387         Add safe-plist-get.
4389 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4391         * modes.texi (Font Lock Basics): Fix typo.
4393 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4395         * syntax.texi (Syntax Table Functions): Add syntax-after.
4397 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
4399         * os.texi (Processor Run Time): New section documenting
4400         get-internal-run-time.
4402 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4404         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4405         it nukes elisp-cover.texi.
4406         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
4407         elisp-0 etc.
4409 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4411         * commands.texi (Keyboard Macros): Document `append' return value
4412         of `defining-kbd-macro'.
4414 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4416         * commands.texi (Interactive Call): Add called-interactively-p.
4418 2004-10-29  Simon Josefsson  <jas@extundo.com>
4420         * minibuf.texi (Reading a Password): Revert.
4422 2004-10-28  Richard M. Stallman  <rms@gnu.org>
4424         * frames.texi (Display Feature Testing): Explain about "vendor".
4426 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4428         * commands.texi (Interactive Codes): `N' uses numeric prefix,
4429         not raw.  Clarify `n'.
4430         (Interactive Call): Rewrite interactive-p, focusing on when
4431         and how to use it.
4432         (Misc Events): Clarify previous change.
4434         * advice.texi (Simple Advice): Clarify what job the example does.
4435         (Around-Advice): Clarify ad-do-it.
4436         (Activation of Advice): An option of ad-default-compilation-action
4437         is `never', not `nil'.
4439 2004-10-26  Kim F. Storm  <storm@cua.dk>
4441         * commands.texi (Interactive Codes): Add U code letter.
4443 2004-10-25  Simon Josefsson  <jas@extundo.com>
4445         * minibuf.texi (Reading a Password): Add.
4447 2004-10-24  Jason Rumney  <jasonr@gnu.org>
4449         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
4450         and wheel-down.
4452 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4454         * processes.texi (Synchronous Processes): Document process-file.
4456 2004-10-22  Kenichi Handa  <handa@m17n.org>
4458         * text.texi (translate-region): Document that it accepts also a
4459         char-table.
4461 2004-10-22  David Ponce  <david@dponce.com>
4463         * windows.texi (Resizing Windows): Document the `preserve-before'
4464         argument of the functions `enlarge-window' and `shrink-window'.
4466 2004-10-19  Jason Rumney  <jasonr@gnu.org>
4468         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
4470 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4472         * text.texi (Filling): Add anchor for definition of
4473         `sentence-end-double-space'.
4475         * searching.texi (Regexp Example): Update description of how
4476         Emacs currently recognizes the end of a sentence.
4477         (Standard Regexps): Update definition of the variable
4478         `sentence-end'.  Add definition of the function `sentence-end'.
4480 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4482         * display.texi (Progress): New node.
4484 2004-10-05  Kim F. Storm  <storm@cua.dk>
4486         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
4488 2004-09-29  Kim F. Storm  <storm@cua.dk>
4490         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
4491         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
4492         fringe bitmap symbols, as they now have their own namespace.
4493         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
4494         vs. pixels.  Signal error if no free bitmap slots.
4495         (Pixel Specification): Change IMAGE to @var{image}.
4497 2004-09-28  Richard M. Stallman  <rms@gnu.org>
4499         * text.texi (Special Properties): Clarify line-spacing and line-height.
4501         * searching.texi (Regexp Search): Add looking-back.
4503 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
4505         * display.texi: Correct typos.
4506         (Image Descriptors): Correct xref's.
4508 2004-09-25  Richard M. Stallman  <rms@gnu.org>
4510         * text.texi (Special Properties): Cleanups in `cursor'.
4511         Rewrites in `line-height' and `line-spacing'; exchange them.
4513         * display.texi (Fringes): Rewrite previous change.
4514         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
4515         (Display Fringe Bitmaps): Node deleted, text moved.
4516         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
4517         (Scroll Bars): Clarify set-window-scroll-bars.
4518         (Pointer Shape): Rewrite.
4519         (Specified Space): Clarify :align-to, etc.
4520         (Pixel Specification): Use @var.  Clarify new text.
4521         (Other Display Specs): Clarify `slice'.
4522         (Image Descriptors): Cleanups.
4523         (Showing Images): Cleanups.
4525 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4527         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4529         * modes.texi: Various minor changes in addition to:
4530         (Major Mode Conventions): Final call to `run-mode-hooks' should
4531         not be inside the `delay-mode-hooks' form.
4532         (Mode Hooks): New node.
4533         (Hooks): Delete obsolete example.
4534         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4535         node "Mode Hooks".
4537 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
4539         * display.texi: Correct various typos.
4540         (Display): Rename node "Pointer Shapes" to "Pointer
4541         Shape".  (There is already a node called "Pointer Shapes" in
4542         frames.texi.)
4543         (Images): Remove non-existent node "Image Slices" from menu.
4545 2004-09-23  Kim F. Storm  <storm@cua.dk>
4547         * text.texi (Special Properties): Add `cursor', `pointer',
4548         `line-height', and `line-spacing' properties.
4550         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4551         Shapes' to menu.
4552         (Standard Faces): Doc fix for fringe face.
4553         (Fringes): Add `overflow-newline-into-fringe' and
4554         'indicate-buffer-boundaries'.
4555         (Fringe Bitmaps, Pointer Shapes): New nodes.
4556         (Display Property): Add 'Pixel Specification' and 'Display Fringe
4557         Bitmaps' to menu.
4558         (Specified Space): Describe pixel width and height.
4559         (Pixel Specification): New node.
4560         (Other Display Specs): Add `slice' property.
4561         (Display Fringe Bitmaps): New node.
4562         (Images): Add 'Image Slices' to menu.
4563         (Image Descriptors): Add `:pointer' and `:map' properties.
4564         (Showing Images): Add slice arg to `insert-image'.  Add
4565         'insert-sliced-image'.
4567 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4569         * commands.texi (Key Sequence Input):
4570         Clarify downcasing in read-key-sequence.
4572 2004-09-08  Juri Linkov  <juri@jurta.org>
4574         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
4576 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4578         * locals.texi (Standard Buffer-Local Variables): Add
4579         `buffer-auto-save-file-format'.
4580         * internals.texi (Buffer Internals): Describe new
4581         auto_save_file_format field of the buffer structure.
4582         * files.texi (Format Conversion): `auto-save-file-format' has been
4583         renamed `buffer-auto-save-file-format'.
4585 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
4587         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
4588         an integer or a marker.
4589         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
4591 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4593         * modes.texi (Major Mode Conventions): Discuss rebinding of
4594         standard key bindings.
4596 2004-08-18  Kim F. Storm  <storm@cua.dk>
4598         * processes.texi (Accepting Output): Add `just-this-one' arg to
4599         `accept-process-output'.
4600         (Output from Processes): New var `process-adaptive-read-buffering'.
4602 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4604         * keymaps.texi: Various changes in addition to:
4605         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
4606         Give more varied examples for `kbd'.
4607         (Creating Keymaps): Char tables have slots for all characters
4608         without modifiers.
4609         (Active Keymaps): `overriding-local-map' and
4610         `overriding-terminal-local-map' also override text property and
4611         overlay keymaps.
4612         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
4613         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
4614         to denote a prefix of no events.
4615         `map-keymap' includes parent's bindings _recursively_.
4616         Clarify and correct description of `where-is-internal'.
4617         Mention BUFFER-OR-NAME arg to `describe-bindings'.
4618         (Menu Example): For menus intended for use with the keyboard, the
4619         menu items should be bound to characters or real function keys.
4621 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4623         * objects.texi (Character Type): Reposition `@anchor' to prevent
4624         double space inside sentence in Info.
4626         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4627         renamed to `disabled-command-function'.
4628         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
4629         (Command Loop Info): Replace reference to it.
4630         (Disabling Commands): `disabled-command-hook' has been renamed to
4631         `disabled-command-function'.
4633 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
4635         * os.texi (Translating Input): Only non-prefix bindings in
4636         `key-translation-map' override actual key bindings.  Warn about
4637         possible indirect effect of actual key bindings on non-prefix
4638         bindings in `key-translation-map'.
4640 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
4642         * minibuf.texi (High-Level Completion): Add anchor for definition
4643         of `read-variable'.
4645         * commands.texi: Various changes in addition to:
4646         (Using Interactive): Clarify description of `interactive-form'.
4647         (Interactive Call): Mention default for KEYS argument to
4648         `call-interactively'.
4649         (Command Loop Info): Clarify description of `this-command-keys'.
4650         Mention KEEP-RECORD argument to `clear-this-command-keys'.
4651         Value of `last-event-frame' can be `macro'.
4652         (Repeat Events): `double-click-fuzz' is also used to distinguish
4653         clicks and drags.
4654         (Classifying Events): Clarify descriptions of `event-modifiers'
4655         `event-basic-type' and `event-convert-list'.
4656         (Accessing Events): `posn-timestamp' takes POSITION argument.
4657         (Quoted Character Input): Clarify description of
4658         `read-quoted-char' and fix example.
4659         (Quitting): Add `with-local-quit'.
4660         (Disabling Commands): Correct and clarify descriptions of
4661         `enable-command' and `disable-command'.
4662         Mention what happens if `disabled-command-hook' is nil.
4663         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4664         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4666 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4668         * frames.texi: Various changes in addition to:
4669         (Creating Frames): Expand and clarify description of `make-frame'.
4670         (Window Frame Parameters): Either none or both of the `icon-left'
4671         and `icon-top' parameters must be specified.  Put descriptions of
4672         `menu-bar-lines' and `toolbar-lines' closer together and change
4673         them accordingly.
4674         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4675         except while processing `frame-title-format' or `icon-title-format'.
4676         (Deleting Frames): Correct description of `delete-frame'.
4677         Non-nil return values of `frame-live-p' are like those of `framep'.
4678         (Frames and Windows): Mention return value of
4679         `set-frame-selected-window'.
4680         (Visibility of Frames): Mention `force' argument to
4681         `make-frame-invisible'.  `frame-visible-p' returns t for all
4682         frames on text-only terminals.
4683         (Frame Configurations): Restoring a frame configuration does not
4684         restore deleted frames.
4685         (Window System Selections): `x-set-selection' returns DATA.
4686         (Resources): Add example.
4687         (Display Feature Testing): Clarify descriptions of
4688         `display-pixel-height', `display-pixel-width', `x-server-version'
4689         and `x-server-vendor'.
4691         * windows.texi (Choosing Window): Add anchor.
4692         * minibuf.texi (Minibuffer Misc): Add anchor.
4694 2004-07-23  John Paul Wallington  <jpw@gnu.org>
4696         * macros.texi (Defining Macros): Declaration keyword for setting
4697         Edebug spec is `debug' not `edebug'.
4699 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
4701         * windows.texi: Various small changes in addition to:
4702         (Window Point): Mention return value of `set-window-point'.
4703         (Window Start): `pos-visible-in-window-p' disregards horizontal
4704         scrolling.  Explain return value if PARTIALLY is non-nil.
4705         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4706         and `set-window-vscroll'.
4707         (Size of Window): The argument WINDOW to `window-inside-edges',
4708         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4709         (Resizing Windows): Explain return value of
4710         `shrink-window-if-larger-than-buffer'.
4711         `window-size-fixed' automatically becomes buffer local when set.
4712         (Window Configurations): Explain return value of
4713         `set-window-configuration'.
4715         * minibuf.texi (Minibuffer Misc): Add anchor for
4716         `minibuffer-scroll-window'.
4718         * positions.texi (Text Lines): Add anchor for `count-lines'.
4720 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4722         * display.texi (Overlay Properties): Adding `evaporate' prop
4723         deletes empty overlay immediately.
4725         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4726         fix example.
4728 2004-07-16  Jim Blandy  <jimb@redhat.com>
4730         * searching.texi (Regexp Backslash): Document new \_< and \_>
4731         operators.
4733 2004-07-16  Juanma Barranquero  <lektu@terra.es>
4735         * display.texi (Images): Fix Texinfo usage.
4737 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4739         * buffers.texi (Modification Time): `visited-file-modtime' now
4740         returns a list of two integers, instead of a cons.
4742 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4744         * windows.texi: Various changes in addition to:
4745         (Splitting Windows): Add `split-window-keep-point'.
4747 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4749         * frames.texi (Input Focus): Minor fix.
4751 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
4753         * frames.texi (Input Focus): Clarify descriptions of
4754         `select-frame-set-input-focus' and `select-frame'.
4756 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
4758         * os.texi: Various small changes in addition to:
4759         (Killing Emacs): Expand and clarify description of
4760         `kill-emacs-query-functions' and `kill-emacs-hook'.
4761         (System Environment): Expand and clarify description of `getenv'
4762         and `setenv'.
4763         (Timers): Clarify description of `run-at-time'.
4764         (Translating Input): Correct description of
4765         `extra-keyboard-modifiers'.
4766         (Flow Control): Correct description of `enable-flow-control'.
4768 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
4770         * os.texi: Update copyright.
4771         (Session Management): Grammar fix.
4772         Clarify which Emacs does the restarting.
4773         Use @samp for *scratch* buffer.
4775 2004-07-04  Alan Mackenzie  <acm@muc.de>
4777         * frames.texi (Input Focus): Add documentation for
4778         `select-frame-set-input-focus'.  Replace refs to non-existent
4779         `switch-frame' with `select-frame'.  Minor corrections and tidying
4780         up of text-only terminal stuff.
4782 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4784         * files.texi (Saving Buffers): Cleanup write-contents-function.
4785         (Magic File Names): Cleanup file-remote-p.
4787 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
4789         * files.texi (Magic File Names): `file-remote-p' returns an
4790         identifier of the remote system, not just t.
4792 2004-07-02  David Kastrup  <dak@gnu.org>
4794         * searching.texi (Entire Match Data): Add explanation about new
4795         match-data behavior when @var{integers} is non-nil.
4797 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4799         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4801         * customize.texi (Variable Definitions): Note about doc strings
4802         and :set.
4804         * keymaps.texi (Keymap Terminology): Document `kbd'.
4805         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4807         * display.texi (Invisible Text): Setting buffer-invisibility-spec
4808         makes it buffer-local.
4810         * files.texi (Saving Buffers): Correct previous change.
4812         * commands.texi (Accessing Events):
4813         Clarify posn-col-row and posn-actual-col-row.
4815 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
4817         * commands.texi (Accessing Events): New functions
4818         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
4820 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4822         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4823         * frames.texi, buffers.texi, backups.texi, variables.texi:
4824         * loading.texi, eval.texi, functions.texi, control.texi:
4825         * symbols.texi, minibuf.texi: Reposition @anchor's.
4827         * help.texi: Various small changes in addition to the following.
4828         (Describing Characters): Describe PREFIX argument to
4829         `key-description'.  Correct and clarify definition of
4830         `text-char-description'.  Describe NEED-VECTOR argument to
4831         `read-kbd-macro'.
4832         (Help Functions): Clarify definition of `apropos'.
4834 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4836         * files.texi (Saving Buffers): Correct description of
4837         `write-contents-functions'.
4839 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4841         * display.texi (Images): Remove redundant @vindex directives.
4842         Rewrite `image-library-alist' doc in active voice.
4844 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4846         * display.texi (Images): Document new delayed library loading,
4847         variable `image-library-alist' and (existing but undocumented)
4848         function `image-type-available-p'.
4850 2004-06-05  Richard M. Stallman  <rms@gnu.org>
4852         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4853         refer the user to the Initial Input node.
4854         (Text from Minibuffer): Likewise.
4855         (Initial Input): New node.  Document this feature
4856         and say it is mostly deprecated.
4858 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4860         * loading.texi (Named Features): Clarify return value
4861         and meaning of NOERROR.
4863         * variables.texi (File Local Variables): Minor cleanup.
4865 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4867         * files.texi (Magic File Names): Add `file-remote-p' as operation
4868         of file name handlers.
4870 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4872         * modes.texi (Minor Mode Conventions): (-) has no special meaning
4873         as arg to a minor mode command.
4875 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4877         * syntax.texi (Syntax Class Table): Word syntax not just for English.
4879         * streams.texi (Output Variables): Doc float-output-format.
4881         * searching.texi (Regexp Special): Nested repetition can be infloop.
4883         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4884         real stack overflow.
4886         * compile.texi: Minor cleanups.
4888 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
4890         * lists.texi (Cons Cells): Explain dotted lists, true lists,
4891         circular lists.
4892         (List Elements): Explain handling of circular and dotted lists.
4894 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
4896         * modes.texi (Search-based Fontification): Fix typo.
4898 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4900         * modes.texi (Mode Line Variables): Fix description of
4901         global-mode-string, which is now after which-func-mode, not the
4902         buffer name.
4904 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4906         * modes.texi (Desktop Save Mode): Add.
4907         (Modes): Add menu entry Desktop Save Mode.
4909         * hooks.texi: Add desktop-after-read-hook,
4910         desktop-no-desktop-file-hook and desktop-save-hook.
4912         * locals.texi: Add desktop-save-buffer.
4914 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
4916         * display.texi: emacs -> Emacs.
4918 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4920         * files.texi (Changing Files): Document set-file-times.
4922 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4924         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4926 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
4928         * tips.texi (Coding Conventions): defopt -> defcustom.
4930 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
4932         * sequences.texi: Various clarifications.
4934 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
4936         * buffers.texi (Read Only Buffers): Mention optional ARG to
4937         `toggle-read-only'.
4939 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
4941         * windows.texi (Selecting Windows): Note that get-lru-window
4942         returns a full-width window if possible.
4944 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4946         * buffers.texi: Various changes in addition to:
4947         (Buffer File Name): Add `find-buffer-visiting'.
4948         (Buffer Modification): Mention optional ARG to `not-modified'.
4949         (Indirect Buffers): Mention optional CLONE argument to
4950         `make-indirect-buffer'.
4952         * files.texi: Various changes in addition to:
4953         (Visiting Functions): `find-file-hook' is now a normal hook.
4954         (File Name Expansion): Explain difference between the way that
4955         `expand-file-name' and `file-truename' treat `..'.
4956         (Contents of Directories): Mention optional ID-FORMAT argument to
4957         `directory-files-and-attributes'.
4958         (Format Conversion): Mention new optional CONFIRM argument to
4959         `format-write-file'.
4961 2004-04-12  Miles Bader  <miles@gnu.org>
4963         * macros.texi (Expansion): Add description of `macroexpand-all'.
4965 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
4967         * variables.texi (Variable Aliases): Mention
4968         cyclic-variable-indirection.
4970         * errors.texi (Standard Errors): Ditto.
4972 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4974         * backups.texi: Various small changes in addition to:
4975         (Making Backups): Mention return value of `backup-buffer'.
4976         (Auto-Saving): Mention optional FORCE argument to
4977         `delete-auto-save-file-if-necessary'.
4978         (Reverting): Mention optional PRESERVE-MODES argument to
4979         `revert-buffer'.  Correct description of `revert-buffer-function'.
4981 2004-03-22  Juri Linkov  <juri@jurta.org>
4983         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4984         with `Vector Functions'.
4986         * text.texi (Sorting): Add missing quote.
4988 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
4990         * intro.texi (Lisp History): Replace xref to `cl' manual with
4991         inforef.
4993 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4995         * intro.texi (Version Info): Add arg to emacs-version.
4996         (Lisp History): Change xref to CL manual.
4998 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
5000         * minibuf.texi (Completion Commands): Add xref to Emacs manual
5001         for Partial Completion mode.
5003 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
5005         * customize.texi: Fix typo.  Remove eol whitespace.
5007 2004-03-04  Richard M. Stallman  <rms@gnu.org>
5009         * processes.texi: Fix typos.
5011         * lists.texi (Building Lists): Minor clarification.
5013         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5014         in make-hash-table.
5016 2004-02-29  Juanma Barranquero  <lektu@terra.es>
5018         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5019         rm, and ignore exit code.
5021 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
5023         * display.texi (Defining Faces): Add description for min-colors.
5024         Update example.
5026 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
5028         * abbrevs.texi: Various corrections and clarifications in addition
5029         to the following:
5030         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5032 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
5034         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5036 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
5038         * text.texi: Various small changes in addition to the following:
5039         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5040         to delete-horizontal-space.
5041         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5042         description of yank-handler text property at various places.
5044         * frames.texi (Window System Selections): Add anchor.
5046         * syntax.texi (Syntax Table Functions): Clarify and correct
5047         descriptions of make-syntax-table and copy-syntax-table.
5048         (Motion and Syntax): Clarify SYNTAXES argument to
5049         skip-syntax-forward.
5050         (Parsing Expressions): Mention that the return value of
5051         parse-partial-sexp is currently a list of ten rather than nine
5052         elements.
5053         (Categories): Various corrections and clarifications.
5055 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
5057         * markers.texi (Marker Insertion Types): Minor change.
5059         * locals.texi (Standard Buffer-Local Variables):
5060         * commands.texi (Interactive Codes, Using Interactive):
5061         * functions.texi (Related Topics): Fix xrefs.
5063 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5065         * lists.texi (Sets And Lists): Update description of delete-dups.
5067 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5069         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5071 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
5073         * frames.texi (Parameter Access): frame-parameters arg is optional.
5074         modify-frame-parameters handles nil for FRAME.
5075         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5076         are all-or-nothing for certain toolkits.
5077         Mention parameter wait-for-wm.
5078         (Frames and Windows): In frame-first-window and frame-selected-window
5079         the arg is optional.
5080         (Input Focus): In redirect-frame-focus the second arg is optional.
5081         (Window System Selections): Mention selection type CLIPBOARD.
5082         Mention data-type UTF8_STRING.
5083         Mention numbering of cut buffers.
5084         (Resources): Describe x-resource-name.
5086 2004-02-16  Richard M. Stallman  <rms@gnu.org>
5088         * windows.texi (Buffers and Windows): Delete false table
5089         about all-frames.
5091         * syntax.texi (Parsing Expressions): Delete old caveat
5092         about parse-sexp-ignore-comments.
5094         * streams.texi (Output Variables): Add print-quoted.
5096         * lists.texi (Building Lists): Minor cleanup.
5098         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5100         * display.texi (Overlays): Explain overlays use markers.
5101         (Managing Overlays): Explain front-advance and rear-advance
5102         in more detail.
5104         * loading.texi (Unloading): Document unload-feature-special-hooks.
5105         Get rid of fns-NNN.el file.
5107 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
5109         * help.texi (Describing Characters): Fix text-char-description
5110         example output.
5112         * edebug.texi (Using Edebug): Fix example.
5114         * debugging.texi (Internals of Debugger): Fix return value.
5116         * files.texi (Changing Files): Fix argname.
5118         * calendar.texi: Fix parens, and default values.
5120         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
5121         * nonascii.texi, objects.texi, os.texi: Minor fixes.
5122         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
5124         * positions.texi (Text Lines): Don't add -1 in current-line.
5126 2004-02-16  Richard M. Stallman  <rms@gnu.org>
5128         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
5130 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5132         * processes.texi (Low-Level Network): Fix a typo.
5134 2004-02-12  Kim F. Storm  <storm@cua.dk>
5136         * display.texi (Fringes): Use consistent wording.
5137         Note that window-fringe's window arg is optional.
5138         (Scroll Bars): Use consistent wording.
5140 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
5142         * tips.texi (Comment Tips): Document the new conventions for
5143         commenting out code.
5145 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
5147         * positions.texi (Text Lines): Added missing end defun.
5149 2004-02-07  Kim F. Storm  <storm@cua.dk>
5151         * positions.texi (Text Lines): Add line-number-at-pos.
5153 2004-02-06  John Paul Wallington  <jpw@gnu.org>
5155         * display.texi (Button Properties, Button Buffer Commands):
5156         mouse-2 invokes button, not down-mouse-1.
5158 2004-02-04  Jason Rumney  <jasonr@gnu.org>
5160         * makefile.w32-in: Sync with Makefile.in changes.
5162 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
5164         * minibuf.texi (Text from Minibuffer): Various corrections and
5165         clarifications.
5166         (Object from Minibuffer): Correct Lisp description of
5167         read-minibuffer.
5168         (Minibuffer History): Clarify description of cons values for
5169         HISTORY arguments.
5170         (Basic Completion): Various corrections and clarifications.  Add
5171         completion-regexp-list.
5172         (Minibuffer Completion): Correct and clarify description of
5173         completing-read.
5174         (Completion Commands): Mention Partial Completion mode.  Various
5175         other minor changes.
5176         (High-Level Completion): Various corrections and clarifications.
5177         (Reading File Names): Ditto.
5178         (Minibuffer Misc): Ditto.
5180 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
5182         * strings.texi (Text Comparison): assoc-string also matches
5183         elements of alists that are strings instead of conses.
5184         (Formatting Strings): Standardize Texinfo usage.  Update index
5185         entries.
5187 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
5189         * lists.texi (Sets And Lists): Add delete-dups.
5191 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5193         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
5194         special form.
5195         * macros.texi (Defining Macros): Update description of `declare',
5196         which now is a macro.
5197         (Wrong Time): Fix typos.
5199 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
5201         * compile.texi (Compilation Functions): Expand descriptions of
5202         `compile-defun', `byte-compile-file', `byte-recompile-directory'
5203         and `batch-byte-compile'.  In particular, mention and describe
5204         all optional arguments.
5205         (Disassembly): Correct and clarify the description of `disassemble'.
5207 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
5209         * searching.texi: Various small changes in addition to the
5210         following.
5211         (Regexp Example): Adapt to new value of `sentence-end'.
5212         (Regexp Functions): The PAREN argument to `regexp-opt' can be
5213         `words'.
5214         (Search and Replace): Add usage note for `perform-replace'.
5215         (Entire Match Data): Mention INTEGERS and REUSE arguments to
5216         `match-data'.
5217         (Standard Regexps): Update for new values of `paragraph-start'
5218         and `sentence-end'.
5220 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5222         * files.texi (Saving Buffers): Clarify descriptions of
5223         `write-contents-functions' and `before-save-hook'.
5224         Make the defvar's for `before-save-hook' and `after-save-hook'
5225         into defopt's.
5227 2004-01-07  Kim F. Storm  <storm@cua.dk>
5229         * commands.texi (Click Events): Describe new image and
5230         width/height elements of click events.
5231         (Accessing Events): Add posn-string, posn-image, and
5232         posn-object-width-height.  Change posn-object to return either
5233         image or string object.
5235 2004-01-01  Simon Josefsson  <jas@extundo.com>
5237         * hooks.texi (Standard Hooks): Add before-save-hook.
5238         * files.texi (Saving Buffers): Likewise.
5240 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5242         * frames.texi (Frames and Windows): Delete frame-root-window.
5244 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5246         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
5248         * functions.texi: Various small changes in addition to the
5249         following.
5250         (What Is a Function): `functionp' returns nil for macros.  Clarify
5251         behavior of this and following functions for symbol arguments.
5252         (Function Documentation): Add `\' in front of (fn @var{arglist})
5253         and explain why.
5254         (Defining Functions): Mention DOCSTRING argument to `defalias'.
5255         Add anchor.
5256         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
5258 2004-01-01  Miles Bader  <miles@gnu.org>
5260         * display.texi (Buttons): New section.
5262 2003-12-31  Andreas Schwab  <schwab@suse.de>
5264         * numbers.texi (Math Functions): sqrt reports a domain-error
5265         error.
5266         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5268 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5270         * tips.texi (Documentation Tips): Update item on hyperlinks in
5271         documentation strings.
5273         * errors.texi (Standard Errors): Various small corrections and
5274         additions.
5276         * control.texi: Various small changes in addition to the
5277         following.
5278         (Signaling Errors): Provide some more details on how `signal'
5279         constructs the error message.  Add anchor to the definition of
5280         `signal'.
5281         (Error Symbols): Describe special treatment of `quit'.
5282         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5283         to emphasize that it has to be a single form.
5285         * buffers.texi: Add anchor.
5287 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5289         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5290         (Window Configurations): Add window-configuration-frame.
5292         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5294         * text.texi (Examining Properties): Add get-char-property-and-overlay.
5295         Change arg name in get-char-property.
5296         (Special Properties): Update handling of keymap property.
5298         * strings.texi (Modifying Strings): Add clear-string.
5299         (Text Comparison): Add assoc-string and remove
5300         assoc-ignore-case, assoc-ignore-representation.
5302         * os.texi (Time of Day): Add set-time-zone-rule.
5304         * numbers.texi (Math Functions): asin, acos, log, log10
5305         report domain-error errors.
5307         * nonascii.texi (Converting Representations):
5308         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5309         (Encoding and I/O): Add file-name-coding-system.
5311         * modes.texi (Search-based Fontification): Explain that
5312         face specs are symbols with face names as values.
5314         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
5316         * lists.texi (Building Lists): remq moved elsewhere.
5317         (Sets And Lists): remq moved here.
5318         (Association Lists): Refer to assoc-string.
5320         * internals.texi (Garbage Collection): Add memory-use-counts.
5322         * frames.texi (Frames and Windows): Add set-frame-selected-window
5323         and frame-root-window.
5325         * files.texi (Contents of Directories):
5326         Add directory-files-and-attributes.
5328         * display.texi (Refresh Screen): Add force-window-update.
5329         (Invisible Text): Explain about moving point out of invis text.
5330         (Overlay Properties): Add overlay-properties.
5331         (Managing Overlays): Add overlayp.
5332         (GIF Images): Invalid image number displays a hollow box.
5334         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5335         (Killing Buffers): Add buffer-live-p.
5337 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5339         * display.texi (Fringes): Fix typo "set-buffer-window".
5341 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
5343         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5344         * nonascii.texi, processes.texi, tips.texi, variables.texi:
5345         Add or change various xrefs and anchors.
5347         * commands.texi: Replace all occurrences of @acronym{CAR} with
5348         @sc{car}, for consistency with the rest of the Elisp manual.
5349         `car' and `cdr' are historically acronyms, but are no longer
5350         widely thought of as such.
5352         * internals.texi (Pure Storage): Mention that `purecopy' does not
5353         copy text properties.
5354         (Object Internals): Now 29 bits are used (in most implementations)
5355         to address Lisp objects.
5357         * variables.texi (Variables with Restricted Values): New node.
5359         * objects.texi (Lisp Data Types): Mention that certain variables
5360         can only take on a restricted set of values and add an xref to
5361         the new node "Variables with Restricted Values".
5363         * eval.texi (Function Indirection): Describe the errors that
5364         `indirect-function' can signal.
5365         (Eval): Clarify the descriptions of `eval-region' and `values'.
5366         Describe `eval-buffer' instead of `eval-current-buffer' and
5367         mention `eval-current-buffer' as an alias for `current-buffer'.
5368         Correct the description and mention all optional arguments.
5370         * nonascii.texi: Various small changes in addition to the
5371         following.
5372         (Converting Representations): Clarify behavior of
5373         `string-make-multibyte' and `string-to-multibyte' for unibyte all
5374         ASCII arguments.
5375         (Character Sets): Document the variable `charset-list' and adapt
5376         the definition of the function `charset-list' accordingly.
5377         (Translation of Characters): Clarify use of generic characters in
5378         `make-translation-table'.  Clarify and correct the description of
5379         the use of translation tables in encoding and decoding.
5380         (User-Chosen Coding Systems): Correct and clarify the description
5381         of `select-safe-coding-system'.
5382         (Default Coding Systems): Clarify description of
5383         `file-coding-system-alist'.
5385 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5387         * strings.texi (Text Comparison): Correctly describe when two
5388         strings are `equal'.  Combine and clarify descriptions of
5389         `assoc-ignore-case' and `assoc-ignore-representation'.
5391         * objects.texi (Non-ASCII in Strings): Clarify description of
5392         when a string is unibyte or multibyte.
5393         (Bool-Vector Type): Update examples.
5394         (Equality Predicates): Correctly describe when two strings are
5395         `equal'.
5397 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
5399         * lists.texi (Building Lists): `append' no longer accepts integer
5400         arguments.  Update the description of `number-sequence' to reflect
5401         recent changes.
5402         (Sets And Lists): Describe `member-ignore-case' after `member'.
5404 2003-11-27  Kim F. Storm  <storm@cua.dk>
5406         * commands.texi (Click Events): Click object may be an images.
5407         Describe (dx . dy) element of click positions.
5408         (Accessing Events): Remove duplicate posn-timestamp.
5409         New functions posn-object and posn-object-x-y.
5411 2003-11-23  Kim F. Storm  <storm@cua.dk>
5413         * commands.texi (Click Events): Describe enhancements to event
5414         position lists, including new text-pos and (col . row) items.
5415         Mention left-fringe and right-fringe area events.
5416         (Accessing Events): New functions posn-area and
5417         posn-actual-col-row.  Mention posn-timestamp.  Mention that
5418         posn-point in non-text area still returns buffer position.
5419         Clarify posn-col-row.
5421 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
5423         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
5424         * anti.texi (File Attributes): Describe removed parameter
5425         ID-FORMAT.
5427 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
5429         * positions.texi (Positions): Mention that, if a marker is used as
5430         a position, its buffer is ignored.
5432         * markers.texi (Overview of Markers): Mention it here too.
5434 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
5436         * numbers.texi (Numeric Conversions): Not just `floor', but also
5437         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
5439 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
5441         * markers.texi (Creating Markers): Specify insertion type of
5442         created markers.  Add xref to `Marker Insertion Types'.
5443         Second argument to `copy-marker' is optional.
5444         (Marker Insertion Types): Mention that most markers are created
5445         with insertion type nil.
5446         (The Mark): Correctly describe when `mark' signals an error.
5447         (The Region): Correctly describe when `region-beginning' and
5448         `region-end' signal an error.
5450 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
5452         * hash.texi (Creating Hash): Clarify description of `eql'.
5453         `makehash' is obsolete.
5454         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
5456         * positions.texi (Point): Change description of `buffer-end', so
5457         that it is also correct for floating point arguments.
5458         (List Motion): Correct argument lists of `beginning-of-defun' and
5459         `end-of-defun'.
5460         (Excursions): Add xref to `Marker Insertion Types'.
5461         (Narrowing): Argument to `narrow-to-page' is optional.
5463 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
5465         * streams.texi (Output Streams): Clarify behavior of point for
5466         marker output streams.
5468 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5470         * variables.texi (Defining Variables): Second argument to
5471         `defconst' is not optional.
5472         (Setting Variables): Mention optional argument APPEND to
5473         `add-to-list'.
5474         (Creating Buffer-Local): Expand description of
5475         `make-variable-buffer-local'.
5476         (Frame-Local Variables): Expand description of
5477         `make-variable-frame-local'.
5478         (Variable Aliases): Correct description of optional argument
5479         DOCSTRING to `defvaralias'.  Mention return value of
5480         `defvaralias'.
5481         (File Local Variables): Add xref to `File variables' in Emacs
5482         Manual.  Correct description of `hack-local-variables'.  Mention
5483         `safe-local-variable' property.  Mention optional second argument
5484         to `risky-local-variable-p'.
5486 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
5488         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
5490 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5492         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
5493         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
5494         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
5495         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
5496         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
5497         lispref/processes.texi, lispref/searching.texi,
5498         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
5499         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
5500         @acronym{FOO}.
5502 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
5504         * strings.texi (Creating Strings): Argument START to `substring'
5505         can not be `nil'.  Expand description of
5506         `substring-no-properties'.  Correct description of `split-string',
5507         especially with respect to empty matches.  Prevent very bad line
5508         break in definition of `split-string-default-separators'.
5509         (Text Comparison): `string=' and `string<' also accept symbols as
5510         arguments.
5511         (String Conversion): More completely describe argument BASE in
5512         `string-to-number'.
5513         (Formatting Strings): `%s' and `%S' in `format' do require
5514         corresponding object.  Clarify behavior of numeric prefix after
5515         `%' in `format'.
5516         (Case Conversion): The argument to `upcase-initials' can be a
5517         character.
5519 2003-10-27  Kenichi Handa  <handa@m17n.org>
5521         * display.texi (Fontsets): Fix texinfo usage.
5523 2003-10-25  Kenichi Handa  <handa@m17n.org>
5525         * display.texi (Fontsets): Add description of the function
5526         set-fontset-font.
5528 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
5530         * display.texi (Temporary Displays): Add xref to `Documentation
5531         Tips'.
5533         * functions.texi (Function Safety): Use inforef instead of pxref
5534         for SES.
5536 2003-10-23  Andreas Schwab  <schwab@suse.de>
5538         * Makefile.in (TEX, texinputdir): Don't define.
5539         (TEXI2DVI): Define.
5540         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5541         add $(srcdir)/index.texi.
5542         ($(infodir)/elisp): Remove index.texi dependency.
5543         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
5544         (index.texi): Remove target.
5545         (dist): Don't link $(srcdir)/permute-index.
5546         (clean): Don't remove index.texi.
5548         * permute-index, index.perm: Remove.
5549         * index.texi: Rename from index.unperm.
5551 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
5553         * tips.texi (Documentation Tips): Document new behavior for face
5554         and variable hyperlinks in Help mode.
5556 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
5558         * objects.texi (Integer Type): Update for extra bit of integer range.
5559         (Character Type): Ditto.
5561 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5563         * numbers.texi (Integer Basics): Add index entries for reading
5564         numbers in hex, octal, and binary.
5566 2003-10-16  Lute Kamstra  <lute@gnu.org>
5568         * modes.texi (Mode Line Format): Mention force-mode-line-update's
5569         argument.
5571 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
5573         * windows.texi (Choosing Window): Fix typo.
5574         * edebug.texi (Edebug Execution Modes): Fix typo.
5576 2003-10-13  Richard M. Stallman  <rms@gnu.org>
5578         * windows.texi (Basic Windows): A window has fringe settings,
5579         display margins and scroll-bar settings.
5580         (Splitting Windows): Doc split-window return value.
5581         Clean up one-window-p.
5582         (Selecting Windows): Fix typo.
5583         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
5584         (Buffers and Windows): In set-window-buffer, explain effect
5585         on fringe settings and scroll bar settings.
5586         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
5587         (Choosing Window): Use defopt for pop-up-frame-function.
5588         For special-display-buffer-names, explain same-window and same-frame.
5589         Clarify window-dedicated-p return value.
5590         (Textual Scrolling): scroll-up and scroll-down can get an error.
5591         (Horizontal Scrolling): Clarify auto-hscroll-mode.
5592         Clarify set-window-hscroll.
5593         (Size of Window): Don't mention tool bar in window-height.
5594         (Coordinates and Windows): Explain what coordinates-in-window-p
5595         returns for fringes and display margins.
5596         (Window Configurations): Explain saving fringes, etc.
5598         * tips.texi (Library Headers): Clean up Documentation.
5600         * syntax.texi (Parsing Expressions): Clean up forward-comment
5601         and parse-sexp-lookup-properties.
5603         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
5605         * os.texi (System Environment): Clean up text for load-average errors.
5607         * modes.texi (Hooks): Don't explain local hook details at front.
5608         Clarify run-hooks and run-hook-with-args a little.
5609         Clean up add-hook and remove-hook.
5611         * edebug.texi (Edebug Execution Modes): Clarify t.
5612         Document edebug-sit-for-seconds.
5613         (Coverage Testing): Document C-x X = and =.
5614         (Instrumenting Macro Calls): Fix typo.
5615         (Specification List): Don't index the specification keywords.
5617 2003-10-10  Kim F. Storm  <storm@cua.dk>
5619         * processes.texi (Network): Introduce make-network-process.
5621 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5623         * tips.texi (Library Headers): Fix typo.
5625 2003-10-07  Juri Linkov  <juri@jurta.org>
5627         * modes.texi (Imenu): Mention imenu-create-index-function's
5628         default value.  Explain submenus better.
5630 2003-10-07  Lute Kamstra  <lute@gnu.org>
5632         * modes.texi (Faces for Font Lock): Fix typo.
5633         (Hooks): Explain how buffer-local hook variables can refer to
5634         global hook variables.
5635         Various minor clarifications.
5637 2003-10-06  Lute Kamstra  <lute@gnu.org>
5639         * tips.texi (Coding Conventions): Mention naming conventions for
5640         hooks.
5642 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
5644         * loading.texi (Library Search): Correct default value of
5645         load-suffixes.
5646         (Named Features): Fix typo.
5648 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5650         * loading.texi (Named Features): In `provide',
5651         say how to test for subfeatures.
5652         (Unloading): In unload-feature, use new var name
5653         unload-feature-special-hooks.
5655 2003-10-03  Lute Kamstra  <lute@gnu.org>
5657         * modes.texi (Major Mode Conventions): Mention third way to set up
5658         Imenu.
5659         (Imenu): A number of small fixes.
5660         Delete documentation of internal variable imenu--index-alist.
5661         Document the return value format of imenu-create-index-function
5662         functions.
5664 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5666         * processes.texi (Network): Say what stopped datagram connections do.
5668         * lists.texi (Association Lists): Clarify `assq-delete-all'.
5670         * display.texi (Overlay Properties): Clarify `evaporate' property.
5672 2003-09-29  Lute Kamstra  <lute@gnu.org>
5674         * modes.texi (Mode Line Data): Explain when symbols in mode-line
5675         constructs should be marked as risky.
5676         Change cons cell into proper list.
5677         (Mode Line Variables): Change cons cell into proper list.
5679 2003-09-26  Lute Kamstra  <lute@gnu.org>
5681         * modes.texi (Mode Line Data): Document the :propertize construct.
5682         (Mode Line Variables): Reorder the descriptions of the variables
5683         to match their order in the default mode-line-format.
5684         Describe the new variables mode-line-position and mode-line-modes.
5685         Update the default values of mode-line-frame-identification,
5686         minor-mode-alist, and default-mode-line-format.
5687         (Properties in Mode): Mention the :propertize construct.
5689 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5691         * buffers.texi, commands.texi, debugging.texi, eval.texi:
5692         * loading.texi, minibuf.texi, text.texi, variables.texi:
5693         Avoid @strong{Note:}.
5695 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5697         * keymaps.texi (Remapping Commands): Fix typo.
5699 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
5701         * processes.texi (Low-Level Network): Fix typo.
5703 2003-09-23  Kim F. Storm  <storm@cua.dk>
5705         * processes.texi (Network, Network Servers): Fix typos.
5706         (Low-Level Network): Add timeout value for :server keyword.
5707         Add new option keywords to make-network-process.
5708         Add set-network-process-options.
5709         Explain how to test availability of network options.
5711 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5713         * text.texi (Motion by Indent): Arg to
5714         backward-to-indentation and forward-to-indentation is optional.
5716         * strings.texi (Creating Strings): Add substring-no-properties.
5718         * processes.texi
5719         (Process Information): Add list-processes arg QUERY-ONLY.
5720         Delete process-contact from here.
5721         Add new status values for process-status.
5722         Add process-get, process-put, process-plist, set-process-plist.
5723         (Synchronous Processes): Add call-process-shell-command.
5724         (Signals to Processes): signal-process allows process objects.
5725         (Network): Complete rewrite.
5726         (Network Servers, Datagrams, Low-Level Network): New nodes.
5728         * positions.texi (Word Motion): forward-word, backward-word
5729         arg is optional.  Reword.
5731         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5733         * variables.texi (Creating Buffer-Local):
5734         Delete duplicate definition of buffer-local-value.
5735         (File Local Variables): Explain about discarding text props.
5737 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5739         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5740         changes variables that record input events.
5741         (Minibuffer Misc): Add minibuffer-selected-window.
5743         * lists.texi (Building Lists): Add copy-tree.
5745         * display.texi (Fontsets): Add char-displayable-p.
5746         (Scroll Bars): New node.
5748 2003-09-08  Lute Kamstra  <lute@gnu.org>
5750         * modes.texi (%-Constructs): Document new `%i' and `%I'
5751         constructs.
5753 2003-09-03  Peter Runestig  <peter@runestig.com>
5755         * makefile.w32-in: New file.
5757 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5759         * display.texi (Overlay Properties): Clarify how priorities
5760         affect use of the properties.
5762 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
5764         * customize.texi (Type Keywords): Correct the description of
5765         `:help-echo' in the case where `motion-doc' is a function.
5767 2003-08-14  John Paul Wallington  <jpw@gnu.org>
5769         * modes.texi (Emulating Mode Line): Subsection, not section.
5771 2003-08-13  Richard M. Stallman  <rms@gnu.org>
5773         * elisp.texi (Top): Update subnode lists in menu.
5775         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5776         (Kill Functions): kill-region has new arg yank-handler.
5777         (Yanking): New node.
5778         (Yank Commands): Add yank-undo-function.
5779         (Low-Level Kill Ring):
5780         kill-new and kill-append have new arg yank-handler.
5781         (Changing Properties): Add remove-list-of-text-properties.
5782         (Atomic Changes): New node.
5784         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5786         * streams.texi (Output Variables): Add eval-expression-print-length
5787         and eval-expression-print-level.
5789         * os.texi (Time Conversion): For encode-time, explain limits on year.
5791         * objects.texi (Character Type): Define anchor "modifier bits".
5793         * modes.texi (Emulating Mode Line): New node.
5794         (Search-based Fontification): Font Lock uses font-lock-face property.
5795         (Other Font Lock Variables): Likewise.
5797         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5798         not vectors.
5799         (Active Keymaps): Add emulation-mode-map-alists.
5800         (Functions for Key Lookup): key-binding has new arg no-remap.
5801         (Remapping Commands): New node.
5802         (Scanning Keymaps): where-is-internal has new arg no-remap.
5803         (Tool Bar): Add tool-bar-local-item-from-menu.
5804         Clarify when to use tool-bar-add-item-from-menu.
5806         * commands.texi (Interactive Call): commandp has new arg.
5807         (Command Loop Info): Add this-original-command.
5809 2003-08-06  John Paul Wallington  <jpw@gnu.org>
5811         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5813         * display.texi (Warning Basics): Fix typo.
5814         (Fringes): Add closing curly bracket and fix typo.
5816         * elisp.texi (Top): Fix typo.
5818 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5820         * elisp.texi: Update lists of subnodes.
5822         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5824         * variables.texi (Local Variables): Use lc for example variable names.
5826         * tips.texi (Library Headers): Explain where to put -*-.
5828         * strings.texi (Creating Strings): Fix xref for vconcat.
5830         * sequences.texi (Vector Functions):
5831         vconcat no longer allows integer args.
5833         * minibuf.texi (Reading File Names): read-file-name has new
5834         arg PREDICATE.  New function read-directory-name.
5836         * macros.texi (Defining Macros): Give definition of `declare'
5837         (Indenting Macros): New node.
5839         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5840         (Window Frame Parameters): Make separate table of parameters
5841         that are coupled with specific face attributes.
5842         (Deleting Frames): delete-frame-hooks renamed to
5843         delete-frame-functions.
5845         * files.texi (Magic File Names): Add file-remote-p.
5846         Clarify file-local-copy.
5848         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5849         here; instead xref Defining Macros.
5851         * display.texi (Warnings): New node, and subnodes.
5852         (Fringes): New node.
5854         * debugging.texi (Test Coverage): New node.
5856         * compile.texi (Compiler Errors): Explain with-no-warnings
5857         and other ways to suppress warnings.
5859         * commands.texi (Interactive Call): Minor clarification.
5861         * buffers.texi (Buffer File Name): set-visited-file-name
5862         renames the buffer too.
5864         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5866 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
5868         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5870 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
5872         * internals.texi (Garbage Collection): Fix previous change.
5874 2003-07-22  Richard M. Stallman  <rms@gnu.org>
5876         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5878         * display.texi (Width): Use \s syntax in example.
5879         (Font Selection): Add face-font-rescale-alist.
5881         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5882         Remove spurious indent in example.
5884         * lists.texi (Building Lists): Add number-sequence.
5886         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5888         * functions.texi (Function Documentation): Explain how to
5889         show calling convention explicitly in the doc string.
5891         * windows.texi (Selecting Windows): save-selected-window saves
5892         selected window of each frame.
5893         (Window Configurations): Minor change.
5895         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5897         * streams.texi (Output Variables): Add print-continuous-numbering
5898         and print-number-table.
5900         * processes.texi (Decoding Output): New node.
5902         * os.texi (Time Conversion): decode-time arg is optional.
5904         * objects.texi (Character Type): Don't use space as example for \.
5905         Make list of char names and \-sequences correspond.
5906         Explain that \s is not used in strings.  `\ ' needs space after.
5908         * nonascii.texi (Converting Representations): Add string-to-multibyte.
5909         (Translation of Characters): Add translation-table-for-input.
5910         (Default Coding Systems): Add auto-coding-functions.
5911         (Explicit Encoding): Add decode-coding-inserted-region.
5912         (Locales): Add locale-info.
5914         * minibuf.texi (Basic Completion): Describe test-completion.
5915         Collections can be lists of strings.
5916         Clean up lazy-completion-table.
5917         (Programmed Completion): Mention test-completion.
5918         Clarify why lambda expressions are not accepted.
5919         (Minibuffer Misc): Describe minibufferp.
5921 2003-07-14  Richard M. Stallman  <rms@gnu.org>
5923         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5925         * windows.texi (Selecting Windows): New arg to select-window.
5926         (Selecting Windows): Add with-selected-window.
5927         (Size of Window): Add window-inside-edges, etc.
5929         * internals.texi (Garbage Collection): Add post-gc-hook.
5931         * processes.texi (Subprocess Creation): Add exec-suffixes.
5933         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5934         (Scanning Keymaps): Add map-keymaps.
5935         (Defining Menus): Add keymap-prompt.
5937         * numbers.texi (Integer Basics): Add most-positive-fixnum,
5938         most-negative-fixnum.
5940         * compile.texi (Byte Compilation): Explain no-byte-compile
5941         (Compiler Errors): New node.
5943         * os.texi (User Identification): user-uid, user-real-uid
5944         can return float.
5946         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5947         and about derived modes.
5948         (Minor Modes): Add minor-mode-list.
5949         (Defining Minor Modes): Keyword args for define-minor-mode.
5950         (Search-based Fontification): Explain managing other properties.
5951         (Other Font Lock Variables): Add font-lock-extra-managed-props.
5952         (Faces for Font Lock): Add font-locl-preprocessor-face.
5953         (Hooks): Add run-mode-hooks and delay-mode-hooks.
5955         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
5956         (Variable Aliases): Clarify defvaralias.
5958         * loading.texi (Library Search): Add load-suffixes.
5960         * minibuf.texi (Basic Completion): Add lazy-completion-table.
5961         (Programmed Completion): Add dynamic-completion-table.
5963         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5964         (Magic File Names): Specify precedence order of handlers.
5966         * commands.texi (Command Overview): Emacs server runs pre-command-hook
5967         and post-command-hook.
5968         (Waiting): New calling convention for sit-for.
5970         * text.texi (Special Properties): local-map and keymap properties
5971         apply based on their stickiness.
5973 2003-07-07  Richard M. Stallman  <rms@gnu.org>
5975         * modes.texi (Minor Mode Conventions): Specify only some kinds
5976         of list values as args to minor modes.
5978         * files.texi (File Name Expansion): Warn about iterative use
5979         of substitute-in-file-name.
5981         * advice.texi (Activation of Advice): Clean up previous change.
5983 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
5985         * advice.texi (Activation of Advice): Note that ad-start-advice is
5986         turned on by default.
5988 2003-06-30  Richard M. Stallman  <rms@gnu.org>
5990         * text.texi (Buffer Contents): Document current-word.
5991         (Change Hooks): Not called for *Messages*.
5993         * functions.texi (Defining Functions): Explain about redefining
5994         primitives.
5995         (Function Safety): Renamed.  Minor changes.
5996         Comment out the detailed criteria for what is safe.
5998 2003-06-22  Andreas Schwab  <schwab@suse.de>
6000         * objects.texi (Symbol Type): Fix description of examples.
6002 2003-06-16  Andreas Schwab  <schwab@suse.de>
6004         * hash.texi (Creating Hash): Fix description of :weakness.
6006 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
6008         * files.texi (Changing Files): copy-file copies file modes, too.
6010 2003-05-28  Richard M. Stallman  <rms@gnu.org>
6012         * strings.texi (Creating Strings): Clarify split-string.
6014 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
6016         * strings.texi (Creating Strings): Update split-string specification
6017         and examples.
6019 2003-05-19  Richard M. Stallman  <rms@gnu.org>
6021         * elisp.texi: Correct invariant section names.
6023 2003-04-20  Richard M. Stallman  <rms@gnu.org>
6025         * os.texi (Timers): Explain about timers and quitting.
6027 2003-04-19  Richard M. Stallman  <rms@gnu.org>
6029         * internals.texi (Writing Emacs Primitives): Strings are
6030         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
6031         Explain GCPRO convention for varargs function args.
6033 2003-04-16  Richard M. Stallman  <rms@gnu.org>
6035         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6037 2003-04-08  Richard M. Stallman  <rms@gnu.org>
6039         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6041 2003-02-13  Kim F. Storm  <storm@cua.dk>
6043         * objects.texi (Character Type): New \s escape for space.
6045 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
6047         * os.texi (System Environment): Added cygwin system-type.
6049 2003-01-25  Richard M. Stallman  <rms@gnu.org>
6051         * keymaps.texi: Document that a symbol can act as a keymap.
6053 2003-01-13  Richard M. Stallman  <rms@gnu.org>
6055         * text.texi (Changing Properties): Say string indices are origin-0.
6057         * positions.texi (Screen Lines) <compute-motion>:
6058         Correct order of elts in return value.
6060         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6061         how to define a default binding.
6063 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
6065         * loading.texi (Unloading): Fix recent change for load-history.
6067         * customize.texi (Simple Types): Clarify description of custom
6068         type 'number.  Describe new custom type 'float.
6070 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
6072         * variables.texi (File Local Variables): Fix typo.
6074 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
6076         From Michael Albinus <Michael.Albinus@alcatel.de>.
6078         * README: Target for Info file is `make info'.
6080         * files.texi (File Name Components): Fixed typos in
6081         `file-name-sans-extension'.
6082         (Magic File Names): Complete list of operations for magic file
6083         name handlers.
6085 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
6087         * variables.texi (File Local Variables): New function
6088         risky-local-variable-p.
6090 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
6092         * functions.texi (Function safety): New node about unsafep.
6094 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6096         * customize.texi (Splicing into Lists): Fixed example.
6097         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
6099 2002-06-17  Juanma Barranquero  <lektu@terra.es>
6101         * frames.texi (Display Feature Testing): Fix typo.
6103 2002-06-12  Andreas Schwab  <schwab@suse.de>
6105         * frames.texi (Initial Parameters, Resources): Fix references to
6106         the Emacs manual.
6108 2002-05-13  Kim F. Storm  <storm@cua.dk>
6110         * variables.texi (Intro to Buffer-Local): Updated warning and
6111         example relating to changing buffer inside let.
6113 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
6115         * os.texi (Session Management): New node about X Session management.
6117 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
6119         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
6120         to which the manual corresponds, and the copyright years.
6122         * Makefile.in (VERSION): Set to 2.9.
6124 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
6126         * elisp.texi: Change the category in @dircategory to "Emacs", to
6127         make it consistent with info/dir.
6129 2001-11-25  Miles Bader  <miles@gnu.org>
6131         * text.texi (Fields): Describe new `limit' arg in
6132         field-beginning/field-end.
6134 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
6136         * permute-index: Don't depend on csh-specific features.  Replace
6137         the interpreter name with /bin/sh.
6139         * two-volume-cross-refs.txt: New file.
6140         * two.el: New file.
6141         * spellfile: New file.
6143 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
6145         * permute-index: New file.
6147         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
6148         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
6149         8+3 restricted namespace.
6151         * Makefile.in (infodir): Define relative to $(srcdir).
6152         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
6153         include directories list via -I switch to makeinfo.
6154         (index.texi): Use cp if both hard and symbolic links fail.
6156 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6158         * Makefile.in (distclean): Add.
6160         The following changes make ELisp manual part of the Emacs
6161         distribution:
6163         * Makefile.in: Add Copyright notice.
6164         (prefix): Remove.
6165         (infodir): Change value to "../info".
6166         (VPATH): New variable.
6167         (MAKE): Don't define.
6168         (texmacrodir): Don't define.
6169         (texinputdir): Append the existing value of TEXINPUTS.
6170         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
6171         command to be compatible with man/Makefile.in, and to put the
6172         output into ../info.
6173         (info): Add target.
6174         (installall): Target removed.
6176 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
6178         * tips.texi (Coding Conventions): Fix typo.
6180 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
6182         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
6184 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6186         * files.texi (File Name Components): Update the description of
6187         file-name-sans-extension and file-name-extension, as they now
6188         ignore leading dots.
6190 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
6192         * (Version 21.1 released.)
6194 2001-10-19  Miles Bader  <miles@gnu.org>
6196         * positions.texi (Text Lines): Describe behavior of
6197         `beginning-of-line'/`end-of-line' in the presence of field properties.
6199 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
6201         * Makefile.in (VERSION): Set to 2.8.
6202         (manual): Use `manual-21'.
6204         * elisp.texi (VERSION): Add and use it where the version
6205         number was used.  Set it to 2.8.
6207         * intro.texi: Likewise.
6209 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6211         * files.texi (File Name Completion): Document the significance of
6212         a trailing slash in elements of completion-ignored-extensions.
6214 2001-10-06  Miles Bader  <miles@gnu.org>
6216         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
6218 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
6220         * variables.texi (Variable Aliases): New node.
6222 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
6224         * Branch for 21.1.
6226 2001-10-02  Miles Bader  <miles@gnu.org>
6228         * minibuf.texi (Minibuffer Misc): Add entries for
6229         `minibuffer-contents', `minibuffer-contents-no-properties', and
6230         `delete-minibuffer-contents'.
6231         Correct description for `minibuffer-prompt-end'.
6233         * text.texi (Property Search): Correct descriptions of
6234         `next-char-property-change' and `previous-char-property-change'.
6235         Add entries for `next-single-char-property-change' and
6236         `previous-single-char-property-change'.
6237         Make operand names a bit more consistent.
6239 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
6241         * frames.texi (Finding All Frames): Document that next-frame and
6242         previous-frame are local to current terminal.
6244 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
6246         * keymaps.texi (Creating Keymaps): Fix the description of the
6247         result of make-keymap.
6249 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
6251         * display.texi (Font Lookup, Attribute Functions)
6252         (Image Descriptors): Add cross-references to the definition of
6253         selected frame.
6255         * buffers.texi (The Buffer List): Add cross-references to the
6256         definition of selected frame.
6258         * frames.texi (Input Focus): Clarify which frame is _the_ selected
6259         frame at any given time.
6260         (Multiple Displays, Size and Position): Add a cross-reference to
6261         the definition of the selected frame.
6263 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6265         * strings.texi (String Conversion) <string-to-number>: Document
6266         that a float is returned for integers that are too large.
6268         * frames.texi (Mouse Position): Document mouse-position-function.
6269         (Display Feature Testing): Document display-images-p.
6270         (Window Frame Parameters): Document the cursor-type variable.
6272         * numbers.texi (Integer Basics): Document CL style read syntax for
6273         integers in bases other than 10.
6275         * positions.texi (List Motion): Document
6276         open-paren-in-column-0-is-defun-start.
6278         * lists.texi (Sets And Lists): Document member-ignore-case.
6280         * internals.texi (Garbage Collection): Document the used and free
6281         strings report.
6282         (Memory Usage): Document strings-consed.
6284         * os.texi (Time of Day): Document float-time.
6285         (Recording Input): Document that clear-this-command-keys clears
6286         the vector to be returned by recent-keys.
6288         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6289         argument keymap can be a list.
6291         * nonascii.texi (User-Chosen Coding Systems)
6292         <select-safe-coding-system>: Document the new argument
6293         accept-default-p and the variable
6294         select-safe-coding-system-accept-default-p.  Tell what happens if
6295         buffer-file-coding-system is undecided.
6296         (Default Coding Systems): Document auto-coding-regexp-alist.
6298         * display.texi (The Echo Area) <message>: Document
6299         message-truncate-lines.
6300         (Glyphs): Document that the glyph table is unused on windowed
6301         displays.
6303         * help.texi (Describing Characters) <single-key-description>:
6304         Document the new argument no-angles.
6305         (Accessing Documentation) <documentation-property>: Document that
6306         a non-string property is evaluated.
6307         <documentation>: Document that the function-documentation property
6308         is looked for.
6310         * windows.texi (Selecting Windows): Document some-window.
6312         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
6314         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
6315         apropos-mode-hook.
6317         * commands.texi (Using Interactive): Document interactive-form.
6318         (Keyboard Macros): Document kbd-macro-termination-hook.
6319         (Command Loop Info): Document that clear-this-command-keys clears
6320         the vector to be returned by recent-keys.
6322 2001-09-04  Werner LEMBERG  <wl@gnu.org>
6324         * Makefile.in (srcdir, texinputdir): New variables.
6325         (srcs, index.texi, install): Use $(srcdir).
6326         (.PHONY): Remove elisp.dvi.
6327         (elisp): Use -I switch for makeinfo.
6328         (elisp.dvi): Use $(srcdir) and $(texinputdir).
6329         (installall, dist): Use $(srcdir).
6330         Fix path to texinfo.tex.
6331         (maintainer-clean): Add elisp.dvi and elisp.oaux.
6333 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6335         * display.texi (Conditional Display): Adjust to API change.
6337         * configure: New file.
6339 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6341         * commands.texi (Repeat Events): Add description of
6342         double-click-fuzz.
6344 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
6346         * syntax.texi (Syntax Class Table): Add the missing designator for
6347         comment and string fences.
6348         (Syntax Properties): Add a xref to syntax table internals.
6349         (Syntax Table Internals): Document string-to-syntax.
6351 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
6353         * Makefile.in (install): Use install-info command line options
6354         like in Emacs' Makefile.in.
6356 2000-12-09  Miles Bader  <miles@gnu.org>
6358         * windows.texi (Window Start): Update documentation for
6359         `pos-visible-in-window-p'.
6361 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6363         * lists.texi (Building Lists): Add footnote to explain how to add
6364         to the end of a list.
6366 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6368         * files.texi (Visiting Functions): Typos.
6370 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
6372         * files.texi (Visiting Functions): Return value of
6373         find-file-noselect may be a list of buffers if wildcards are used.
6375 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6377         * display.texi (Defining Faces): Document `graphic' display type
6378         in face specs.
6380 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6382         * hooks.texi (Standard Hooks): Replace obsolete
6383         `after-make-frame-hook' with `after-make-frame-functions'.
6385         * frames.texi (Creating Frames): Ditto.
6387         * variables.texi (Future Local Variables): Ditto.
6389 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
6391         * display.texi (Other Image Types): Add description of :foreground
6392         and :background properties of mono PBM images.
6394 2000-08-17  Werner LEMBERG  <wl@gnu.org>
6396         * .cvsignore: New file.
6398 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
6400         * tindex.pl: New script.
6402 1999-12-03  Dave Love  <fx@gnu.org>
6404         * Makefile.in (MAKEINFO): New parameter.
6406 1999-09-17  Richard Stallman  <rms@gnu.org>
6408         * Makefile.in (srcs): Add hash.texi.
6409         (VERSION): Update to 20.6.
6411 1999-09-13  Richard Stallman  <rms@gnu.org>
6413         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
6415 1998-08-29  Karl Heuer  <kwzh@gnu.org>
6417         * configure.in: New file.
6418         * Makefile.in: Renamed from Makefile.
6419         (prefix, infodir): Use value obtained from configure.
6420         (emacslibdir): Obsolete variable deleted.
6421         (dist): Distribute configure.in, configure, Makefile.in.
6423 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6425         * Makefile (INSTALL_INFO): New variable.
6426         (install): Run install-info.
6428 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
6430         * Makefile (elisp.dvi): Add missing backslash.
6432 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
6434         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
6435         Run texindex without `./'.  Always run texindex on elisp.tp.
6436         (elisp.tps): Target deleted.
6438 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
6440         * Makefile (srcs): Add nonascii.texi and customize.texi.
6441         (dist): Start by deleting `temp'.
6443 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
6445         * Makefile (makeinfo, texindex): Targets deleted.
6446         (makeinfo.o, texindex.o): Targets deleted.
6447         (clean, dist): Don't do anything with them or with getopt*.
6449 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
6451         * Makefile (SHELL): Defined.
6453 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
6455         * Makefile (elisp.tps): New target.
6456         (elisp.dvi): Depend on elisp.tps.
6458 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
6460         * README: Update phone number.
6462         * Makefile (elisp): Make this be the default target.
6463         Depend on makeinfo.c instead of makeinfo.
6464         (install): Don't depend on elisp.dvi, since we don't install that.
6465         Use mkinstalldirs.
6466         (dist): Add mkinstalldirs.
6468 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
6470         * Makefile (VERSION): Update version number.
6471         (maintainer-clean): Renamed from realclean.
6473 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
6475         * Makefile (realclean): New target.
6476         (elisp): Remove any old elisp-* files first.
6478 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
6480         * Makefile (VERSION): New variable.
6481         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
6482         Compressed file suffix should be `.gz', not `.z'.
6484 1993-11-22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6486         * Makefile (elisp): Depend on makeinfo.
6488 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
6490         * Makefile (srcs): Add anti.texi.
6492 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6494         * Makefile (infodir, prefix): New vars.
6495         (install): Use infodir.
6496         (emacsinfodir): Deleted.
6498 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6500         * Makefile (srcs): Add calendar.texi.
6502         * Makefile (dist): Copy texindex.c and makeinfo.c.
6503         Limit elisp-* files to those with one or two digits.
6505 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6507         * Makefile (dist): Changed to use Gzip instead of compress.
6509 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6511         * loading.texi (Unloading): define-function changed back to
6512         defalias.  It may not stay this way, but at least it's
6513         consistent with the known-good version of the code patch.
6515 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
6517         * modes.texi (Hooks): Document new optional arg of add-hook.
6519 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6521         * variables.texi: Document nil initial value of buffer-local variables.
6523         * tips.texi: Add new section on standard library headers.
6525 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6527         * Makefile (srcs): Add frame.texi to the list of sources.
6529 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6531         * Makefile (dist): Don't bother excluding autosave files; they'll
6532         never make it into the temp directory anyway, and the hash marks
6533         in the name are problematic for make and the Bourne shell.
6534         (srcs):
6536 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6538         * Makefile (dist): Don't include backup files or autosave files in
6539         the distribution tar file.
6541 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6543         * Makefile (srcs): Added index.perm.
6544         (elisp.dvi): Remove erroneous shell comment.
6545         Expect output of permute-index in permuted.fns.
6546         Save old elisp.aux in elisp.oaux.
6547         (clean): Added index.texi to be deleted.
6549 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6551         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6553 1990-06-26  David Lawrence  (tale@geech)
6555         * files.texi: Noted that completion-ignored-extensions is ignored
6556         when making *Completions*.
6558 1990-06-08  Jay Fenlason (hack@ai.mit.edu)
6560         * Makefile  make dist now depends on elisp.dvi, since it tries
6561         to include it in the dist file.
6563 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
6565         * functions.texinfo (Mapping Functions): Add missing quote.
6567 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6569         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
6570         (defunargs): Turn off \hyphenchar of \sl font temporarily.
6572 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6574         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
6575         and @error{} are the terms now being used.  The files in the
6576         directory have been changed to reflect this.
6578         * All instances of @indentedresultt{} have been changed to
6579         `     @result{}', using 5 spaces at the begining of the line.
6581 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6583         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
6584         experimental @indentedresult{}, @indentedexpandsto{} are part of
6585         the texinfo.tex in this directory.  These TeX macros are not
6586         stable yet.
6588 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6590         * texinfo.tex: Temporarily added
6591                 \let\result=\dblarrow
6592                 \def\error{{\it ERROR} \longdblarrow}
6593         We need to do this better soon.
6595 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6597         * Applied Karl Berry's patches to *.texinfo files, but not to
6598         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
6599         new title page format is also not applied, since it requires
6600         texinfo.tex changes.)
6602         * Cleaned up `Makefile' and defined the `emacslibdir' directory
6603         for the Project GNU development environment.
6605 ;; Local Variables:
6606 ;; coding: utf-8
6607 ;; add-log-time-zone-rule: t
6608 ;; End:
6610     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6611       2007, 2008  Free Software Foundation, Inc.
6613   This file is part of GNU Emacs.
6615   GNU Emacs is free software: you can redistribute it and/or modify
6616   it under the terms of the GNU General Public License as published by
6617   the Free Software Foundation, either version 3 of the License, or
6618   (at your option) any later version.
6620   GNU Emacs is distributed in the hope that it will be useful,
6621   but WITHOUT ANY WARRANTY; without even the implied warranty of
6622   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6623   GNU General Public License for more details.
6625   You should have received a copy of the GNU General Public License
6626   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6628 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda