(Button Types): For define-button-type, clarify type of NAME.
[emacs.git] / doc / lispref / ChangeLog
blob1253975801860a60ce72917c7a3968e27393ce2f
1 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * display.texi (Button Types):
4         For define-button-type, clarify type of NAME.
6 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
8         * buffers.texi (Buffer Modification): Fix typo.
10 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12         * os.texi (System Environment): Remove references to OSes that are
13         not supported anymore.
15 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
17         * os.texi (System Environment): Remove mention for Masscomp.
19 2008-01-04  Richard Stallman  <rms@gnu.org>
21         * display.texi (Faces): Don't talk about internal face vector as arg
22         to facep.
24         * customize.texi (Type Keywords): Fix previous change.
26         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
27         * elisp.texi (Top): Fix menu for commands.texi change.
29 2007-12-30  Richard Stallman  <rms@gnu.org>
31         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
32         (Accessing Scroll): New node broken out of Accessing Mouse.
34 2007-12-28  Richard Stallman  <rms@gnu.org>
36         * frames.texi (Size Parameters): Fix typo.
37         (Basic Parameters): For `title', refer to title bar.
38         (Size and Position): Explain meaning of frame pixel width and height.
40 2007-12-23  Richard Stallman  <rms@gnu.org>
42         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
43         Improve some of the commented-out keywords' text too.
45 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
47         * nonascii.texi (Encoding and I/O): Reword to avoid saying
48         "visit the current buffer".
50         * os.texi (System Interface): Fix typo.
52 2007-12-04  Richard Stallman  <rms@gnu.org>
54         * objects.texi (Symbol Type): Fix typo.
56 2007-12-03  Richard Stallman  <rms@gnu.org>
58         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
60 2007-12-01  Glenn Morris  <rgm@gnu.org>
62         * functions.texi (Declaring Functions): Improve previous change.
64 2007-11-30  Glenn Morris  <rgm@gnu.org>
66         * functions.texi (Declaring Functions): Add optional fourth
67         argument of declare-function, and setting third argument to `t'.
69 2007-11-29  Richard Stallman  <rms@gnu.org>
71         * customize.texi (Composite Types): Document `group' type.
73 2007-11-29  Glenn Morris  <rgm@gnu.org>
75         * functions.texi (Declaring Functions): Add findex.  Mention
76         `external' files.
78 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
80         * functions.texi (Declaring Functions): Fix directive.
82 2007-11-25  Richard Stallman  <rms@gnu.org>
84         * help.texi (Help Functions): Clean up last change.
86         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
88         * loading.texi (Named Features): Minor cleanup.
90         * macros.texi (Eval During Expansion): Minor cleanup.
92         * variables.texi (Variable Aliases): Minor cleanup.
94 2007-11-24  Richard Stallman  <rms@gnu.org>
96         * functions.texi (Declaring Functions): Clarify previous change.
98         * compile.texi (Compiler Errors): Clarify previous change.
100 2007-11-24  Richard Stallman  <rms@gnu.org>
102         * display.texi (Refresh Screen, Forcing Redisplay):
103         Clarify the text and move items around.
105 2007-11-24  Glenn Morris  <rgm@gnu.org>
107         * functions.texi (Declaring Functions): New section.
108         * compile.texi (Compiler Errors): Mention declaring functions,
109         defvar with no initvalue, and byte-compile-warnings.
111 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
113         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
114         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
116 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
118         * help.texi (Help Functions): Document new macro `with-help-window'.
120 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
122         * searching.texi (Replacing Match): Describe new
123         `match-substitute-replacement'.
125 2007-10-31  Richard Stallman  <rms@gnu.org>
127         * strings.texi (Creating Strings): Null strings from concat not unique.
129 2007-10-26  Richard Stallman  <rms@gnu.org>
131         * objects.texi (Equality Predicates): Null strings are uniquified.
133         * minibuf.texi: Minor clarifications in previous change.
135 2007-10-25  Glenn Morris  <rgm@gnu.org>
137         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
139 2007-10-24  Richard Stallman  <rms@gnu.org>
141         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
143         * variables.texi (Frame-Local Variables): Node deleted.
144         (Variables): Delete Frame-Local Variables from menu.
145         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
146         (Default Value): Don't mention frame-local vars.
148         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
150         * loading.texi (Unloading): Document FEATURE-unload-function
151         instead of FEATURE-unload-hook.
153         * frames.texi (Multiple Displays): Don't mention frame-local vars.
155 2007-10-22  Juri Linkov  <juri@jurta.org>
157         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
158         (High-Level Completion): Document a list of default value strings
159         in the DEFAULT argument, for which minibuffer functions return the
160         first element.
162 2007-10-17  Juri Linkov  <juri@jurta.org>
164         * text.texi (Filling): Update arguments of fill-paragraph.
165         fill-paragraph operates on the active region in Transient Mark mode.
166         Remove fill-paragraph-or-region.
168 2007-10-13  Karl Berry  <karl@gnu.org>
170         * elisp.texi (@dircategory): Move to after @copying,
171         since we want @copying as close as possible to the beginning of
172         the output.
174 2007-10-12  Richard Stallman  <rms@gnu.org>
176         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
178         * commands.texi (Distinguish Interactive): New node,
179         broken out from Interactive Call and rewritten.
180         (Command Loop): Put Distinguish Interactive in menu.
182 2007-10-09  Richard Stallman  <rms@gnu.org>
184         * text.texi (Examining Properties): Mention overlay priority.
186         * display.texi (Display Margins): Correct the description
187         of margin display specifications.
188         (Replacing Specs): New subnode broken out of Display Property.
190 2007-10-06  Juri Linkov  <juri@jurta.org>
192         * text.texi (Filling): Document fill-paragraph-or-region.
194 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
196         * display.texi (Auto Faces): Fix typo.
198 2007-10-02  Richard Stallman  <rms@gnu.org>
200         * display.texi (Display Property): Explain some display specs
201         don't let you move point in.
203         * frames.texi (Cursor Parameters): Describe
204         cursor-in-non-selected-windows here.  Explain more values.
206         * windows.texi (Basic Windows): Don't describe
207         cursor-in-non-selected-windows here.
209 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
211         * processes.texi (Misc Network): Note that these functions are
212         supported only on some systems.
214 2007-10-01  Richard Stallman  <rms@gnu.org>
216         * display.texi (Overlay Properties): Explain nil as priority.
217         Explain that conflicts are unpredictable if not resolved by
218         priorities.
220 2007-09-23  Richard Stallman  <rms@gnu.org>
222         * macros.texi (Backquote): Minor clarification.
224 2007-09-19  Richard Stallman  <rms@gnu.org>
226         * display.texi (Display Property): Explain multiple display specs.
227         Clarify when they work in parallel and when one overrides.
228         Fix error in example.
230 2007-09-06  Glenn Morris  <rgm@gnu.org>
232         * Move from lispref/ to doc/lispref/.  Change all setfilename
233         commands to use ../../info.
234         * Makefile.in (infodir): Go up one more level.
235         (usermanualdir): Change from ../man to ../emacs.
236         (miscmanualdir): New.
237         (dist): Use new variable miscmanualdir.
238         * makefile.w32-in (infodir, texinputdir): Go up one more level.
239         (usermanualdir): Change from ../man to ../emacs.
241 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
243         * commands.texi (Command Loop Info): Advise against changing
244         most variables described here.  Explain new variable
245         last-repeatable-command.
247 2007-08-29  Glenn Morris  <rgm@gnu.org>
249         * elisp.texi (EMACSVER): Increase to 23.0.50.
251 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
253         * frames.texi (Basic Parameters): Add display-environment-variable
254         and term-environment-variable.
256 2007-08-28  Juri Linkov  <juri@jurta.org>
258         * display.texi (Image Formats, Other Image Types): Add SVG.
260 2007-08-28  Juri Linkov  <juri@jurta.org>
262         * display.texi (Images): Move formats-related text to new node
263         "Image Formats".
264         (Image Formats): New node.
266 2007-08-27  Richard Stallman  <rms@gnu.org>
268         * windows.texi (Window Configurations): Clarify what
269         a window configuration saves.
271 2007-08-25  Richard Stallman  <rms@gnu.org>
273         * display.texi (Images): Delete redundant @findex.
275 2007-08-16  Richard Stallman  <rms@gnu.org>
277         * processes.texi (Asynchronous Processes): Clarify
278         doc of start-file-process.
280 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
282         * modes.texi (Example Major Modes): Fix typo.
284 2007-08-08  Glenn Morris  <rgm@gnu.org>
286         * intro.texi (nil and t): Do not use `iff' in documentation.
288         * tips.texi (Documentation Tips): Recommend against `iff'.
290 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
292         * display.texi (Image Cache): Document image-refresh.
294 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
296         * windows.texi (Size of Window): Document window-full-width-p.
298 2007-07-25  Glenn Morris  <rgm@gnu.org>
300         * gpl.texi (GPL): Replace license with GPLv3.
302         * Relicense all FSF files to GPLv3 or later.
304 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
306         * processes.texi (Synchronous Processes):
307         Add `process-file-shell-command'.
308         (Asynchronous Processes): Mention restricted use of
309         `process-filter' and `process-sentinel' in
310         `start-file-process'.  Add `start-file-process-shell-command'.
312 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
314         * files.texi (Magic File Names): Introduce optional parameter
315         IDENTIFICATION for `file-remote-p'.
317 2007-07-16  Richard Stallman  <rms@gnu.org>
319         * display.texi (Defining Faces): Fix previous change.
321 2007-07-14  Richard Stallman  <rms@gnu.org>
323         * control.texi (Handling Errors): Document `debug' in handler list.
325 2007-07-10  Richard Stallman  <rms@gnu.org>
327         * display.texi (Defining Faces): Explain C-M-x feature for defface.
329 2007-07-09  Richard Stallman  <rms@gnu.org>
331         * files.texi (Magic File Names): Rewrite previous change.
333 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
335         * files.texi (Magic File Names): Introduce optional parameter
336         CONNECTED for `file-remote-p'.
338 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
340         * processes.texi (Asynchronous Processes):
341         * files.texi (Magic File Names): Add `start-file-process'.
343 2007-06-27  Richard Stallman  <rms@gnu.org>
345         * files.texi (Format Conversion Piecemeal): Clarify
346         `after-insert-file-functions' calling convention.
348 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
350         * files.texi (Magic File Names): Remove `dired-call-process'.
351         Add `process-file'.
353 2007-06-27  Kenichi Handa  <handa@m17n.org>
355         * text.texi (Special Properties): Fix description about
356         `composition' property.
358 2007-06-26  Kenichi Handa  <handa@m17n.org>
360         * nonascii.texi (Default Coding Systems): Document about the
361         return value `undecided'.
363 2007-06-25  David Kastrup  <dak@gnu.org>
365         * keymaps.texi (Active Keymaps): Document new POSITION argument of
366         `current-active-maps'.
368 2007-06-24  Karl Berry  <karl@gnu.org>
370         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
372 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
374         * display.texi (Overlay Arrow): Doc fix.
376 2007-06-14  Karl Berry  <karl@tug.org>
378         * anti.texi (Antinews): Typo.
380 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
382         * display.texi (Image Cache): Document image-refresh.
384 2007-06-12  Karl Berry  <karl@gnu.org>
386         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
387         * two-volume.make: New file.
388         * .cvsignore: Ignore two-volume files.
390 2007-06-12  Tom Tromey  <tromey@redhat.com>
392         * os.texi (Init File): Document user-emacs-directory.
394 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
396         * commands.texi (Click Events): Describe width and height when
397         object is nil.
399 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
401         * commands.texi (Click Events): Layout more logically.  Describe
402         width and height.
403         (Drag Events, Motion Events): Update to new format for position.
405 2007-06-02  Richard Stallman  <rms@gnu.org>
407         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
409 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
411         * Version 22.1 released.
413 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * text.texi (Special Properties): Correct meaning of fontified face.
417 2007-05-30  Richard Stallman  <rms@gnu.org>
419         * text.texi (Special Properties): Add link to Adjusting Point.
421 2007-05-12  Richard Stallman  <rms@gnu.org>
423         * text.texi (Margins): indent-to-left-margin is not the default.
424         (Mode-Specific Indent): For indent-line-function, the default
425         is indent-relative.
427         * modes.texi (Example Major Modes): Explain last line of text-mode
428         is redundant.
430 2007-05-10  Richard Stallman  <rms@gnu.org>
432         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
434         * help.texi (Keys in Documentation): Add reference to
435         Documentation Tips.
437         * files.texi (Format Conversion): TO-FN gets three arguments.
439         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
441 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
443         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
444         * files.texi (Format Conversion): Expand intro; add menu.
445         (Format Conversion Overview, Format Conversion Round-Trip)
446         (Format Conversion Piecemeal): New nodes/subsections.
447         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
448         * text.texi (Text Properties): Remove "Saving Properties" from menu.
449         (Saving Properties): Delete node/subsection.
451 2007-05-07  Karl Berry  <karl@gnu.org>
453         * elisp.texi (EMACSVER): Back to 22.
455 2007-05-06  Richard Stallman  <rms@gnu.org>
457         * processes.texi (Accepting Output): Revert most of previous change.
459 2007-05-05  Richard Stallman  <rms@gnu.org>
461         * processes.texi (Accepting Output): accept-process-output
462         uses microseconds, not milliseconds.  But that arg is obsolete.
464 2007-05-04  Karl Berry  <karl@tug.org>
466         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
468 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
470         * tips.texi (Documentation Tips): Rearrange items to place the
471         more important ones first.  Add an index entry for hyperlinks.
473 2007-05-03  Karl Berry  <karl@gnu.org>
475         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
476         (EMACSVER) [smallbook]: 22 for printed version.
478         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
479         so restore anchor to normal position after defun.  Found by Kevin Ryde.
481 2007-04-26  Glenn Morris  <rgm@gnu.org>
483         * elisp.texi (EMACSVER): Increase to 22.1.50.
485 2007-04-28  Karl Berry  <karl@gnu.org>
487         * elisp.texi: Improve line breaks on copyright page,
488         similar layout to emacs manual, 8.5x11 by default.
490 2007-04-24  Richard Stallman  <rms@gnu.org>
492         * text.texi (Special Properties): Add xref to Overlay Properties.
494         * display.texi (Overlay Properties): Add xref to Special Properties.
496 2007-04-22  Richard Stallman  <rms@gnu.org>
498         * keymaps.texi (Extended Menu Items): Move the info about
499         format with cached keyboard binding.
501 2007-04-21  Richard Stallman  <rms@gnu.org>
503         * text.texi (Special Properties): Clarify previous change.
505         * files.texi (File Name Expansion): Clarify previous change.
507         * display.texi (Attribute Functions): Fix example for
508         face-attribute-relative-p.
510 2007-04-19  Kenichi Handa  <handa@m17n.org>
512         * text.texi (Special Properties): Document composition property.
514 2007-04-19  Glenn Morris  <rgm@gnu.org>
516         * files.texi (File Name Expansion): Mention "superroot".
518 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
520         * frames.texi (Multiple Displays): Add note about "multi-monitor"
521         setups.
522         (Display Feature Testing): Note that display refers to all
523         physical monitors for multi-monitor setups.
525 2007-04-14  Richard Stallman  <rms@gnu.org>
527         * lists.texi (Sets And Lists): Clarify `delete' examples.
528         Remove spurious xref to same node.
529         Clarify xref for add-to-list.
531 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
533         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
534         value of lisp-mode-map.
536 2007-04-11  Karl Berry  <karl@gnu.org>
538         * anti.texi (Antinews):
539         * display.texi (Overlay Properties, Defining Images):
540         * processes.texi (Synchronous Processes, Sentinels):
541         * syntax.texi (Syntax Table Internals):
542         * searching.texi (Regexp Special):
543         * nonascii.texi (Default Coding Systems):
544         * text.texi (Special Properties):
545         * minibuf.texi (Basic Completion): Wording to improve breaks in
546         8.5x11 format.
547         * elisp.texi (smallbook): New @set to more easily switch between
548         smallbook and 8.5x11.
550 2007-04-11  Richard Stallman  <rms@gnu.org>
552         * text.texi (Lazy Properties): Minor fix.
554 2007-04-08  Karl Berry  <karl@gnu.org>
556         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
557         * macros.texi (Backquote): Downcase Backquote in index entries for
558         consistency.
560 2007-04-08  Richard Stallman  <rms@gnu.org>
562         * text.texi (Adaptive Fill): Just describe default,
563         don't show it (since it contains non-ASCII chars).
565 2007-04-07  Karl Berry  <karl@gnu.org>
567         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
568         adaptive-fill-regexp's value, since they are not in the standard
569         TeX fonts.
571 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
573         * display.texi (Defining Faces): Fix example.
575 2007-04-07  Karl Berry  <karl@gnu.org>
577         * display.texi (Button Buffer Commands): Improve page break.
579 2007-04-07  Richard Stallman  <rms@gnu.org>
581         * advice.texi (Activation of Advice): Remove redundant index entry.
583         * backups.texi: Improve index entries.  Remove redundant ones.
585         * compile.texi (Byte Compilation): Improve index entry.
587         * hash.texi (Creating Hash): Improve index entry.
589         * symbols.texi (Definitions): Improve index entry.
591         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
593         * maps.texi (Standard Keymaps): Remove useless index entry.
595         * help.texi (Documentation Basics): Remove redundant index entries.
597         * customize.texi: Improve index entries.
598         Remove redundant/useless ones.
600         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
602         * streams.texi (Output Variables): Improve index entry.
604         * abbrevs.texi (Abbrevs): Remove useless index entry.
606         * macros.texi (Expansion): Remove useless index entry.
608         * text.texi: Improve index entries.  Remove redundant/useless ones.
609         (Text Properties, Examining Properties)
610         (Special Properties): Use "property category" instead of "category"
611         to refer to the `category' property.
613         * positions.texi: Improve index entries.  Remove useless one.
615         * lists.texi: Improve index entries.  Remove redundant/useless ones.
617         * os.texi: Improve index entries.
618         (Timers): Fix previous change.
620         * buffers.texi: Improve index entries.
621         (Modification Time): Get rid of term "obsolete buffer".
623         * debugging.texi: Improve index entries.
624         (Test Coverage): Add xref to other test coverage ftr.
626         * eval.texi: Improve index entry.  Remove redundant ones.
628         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
630         * files.texi: Improve index entries.  Remove redundant/useless ones.
632         * objects.texi: Improve index entries.
634         * processes.texi: Improve index entries.
636         * modes.texi: Improve index entry.  Remove redundant one.
638         * nonascii.texi: Improve index entries.
640         * internals.texi: Improve index entries.
642         * syntax.texi: Improve index entries.
644         * keymaps.texi (Active Keymaps): Improve index entries.
646         * commands.texi: Improve index entries.  Remove redundant/useless ones.
648         * frames.texi: Improve index entries.  Remove redundant/useless ones.
650         * markers.texi: Improve index entries.  Remove redundant ones.
652         * tips.texi: Improve index entries.
654         * loading.texi (Unloading): Improve index entry.
656         * variables.texi: Improve index entries.  Remove redundant one.
658         * sequences.texi: Improve index entry.
660         * display.texi: Improve index entries.  Remove redundant ones.
662         * windows.texi: Improve index entries.
664         * searching.texi: Improve index entries.  Remove redundant one.
666         * strings.texi (Case Tables): Improve last change.
668 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
670         * strings.texi (Case Tables): Document with-case-table and
671         ascii-case-table.
673 2007-04-03  Karl Berry  <karl@gnu.org>
675         * processes.texi (Network): Reword to improve page break.
677 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
679         * functions.texi (Inline Functions): Describe more disadvantages
680         of defsubst, and make advice against it stronger.
682 2007-04-02  Karl Berry  <karl@gnu.org>
684         * backups.texi (Backup Names): Avoid widow words.
685         * modes.texi (Example Major Modes): Align last comment.
687 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
689         * keymaps.texi (Remapping Commands): Document new arg to
690         command-remapping.
692 2007-04-01  Karl Berry  <karl@gnu.org>
694         * processes.texi (Low-Level Network): Typo.
695         * loading.texi (Hooks for Loading): Avoid double "the".
696         * keymaps.texi (Key Sequences): No double "and".
697         (Changing Key Bindings): Shorten to improve line break.
699 2007-03-31  Glenn Morris  <rgm@gnu.org>
701         * os.texi (Timers): Fix description of run-at-time TIME formats.
703 2007-03-31  Richard Stallman  <rms@gnu.org>
705         * display.texi (Invisible Text): Correct buffer-invisibility-spec
706         regarding ellipsis.
708 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
710         * intro.texi (nil and t):
711         * symbols.texi (Plists and Alists):
712         * variables.texi (Variable Aliases, Constant Variables):
713         * functions.texi (Defining Functions):
714         * advice.texi (Advising Primitives):
715         * debugging.texi (Syntax Errors, Compilation Errors):
716         * minibuf.texi (Minibuffer Windows):
717         * commands.texi (Adjusting Point):
718         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
719         (Auto Major Mode, Major Mode Conventions):
720         * help.texi (Describing Characters):
721         * files.texi (Create/Delete Dirs, Information about Files)
722         (File Locks, Writing to Files, Reading from Files)
723         (Saving Buffers):
724         * windows.texi (Resizing Windows, Cyclic Window Ordering):
725         * frames.texi (Finding All Frames):
726         * positions.texi (Buffer End, Motion):
727         * markers.texi (The Region):
728         * text.texi (Deletion, Near Point):
729         * display.texi (Displaying Messages, Truncation):
730         * os.texi (Processor Run Time):
731         * tips.texi (Key Binding Conventions, Programming Tips)
732         (Warning Tips, Documentation Tips, Comment Tips):
733         * internals.texi (Memory Usage): Improve indexing.
735         * variables.texi (Frame-Local Variables):
736         * functions.texi (Argument List):
737         * loading.texi (Library Search):
738         * streams.texi (Output Variables):
739         * keymaps.texi (Translation Keymaps, Searching Keymaps):
740         * searching.texi (Replacing Match, Search and Replace):
741         * processes.texi (Byte Packing, Decoding Output)
742         (Accepting Output, Network Servers, Shell Arguments):
743         * display.texi (Abstract Display, Image Cache, Scroll Bars):
744         * windows.texi (Window Point, Window Start):
745         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
746         * commands.texi (Reading Input, Keyboard Events):
747         * minibuf.texi (Reading File Names, Minibuffer Completion)
748         (Recursive Mini):
749         * positions.texi (List Motion):
750         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
751         * numbers.texi (Arithmetic Operations, Math Functions)
752         (Predicates on Numbers, Comparison of Numbers):
753         (Numeric Conversions):
754         * locals.texi (Standard Buffer-Local Variables):
755         * maps.texi (Standard Keymaps):
756         * os.texi (User Identification, System Environment, Recording Input)
757         (X11 Keysyms):
758         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
759         * backups.texi (Backups and Auto-Saving):
760         * customize.texi (Customization, Group Definitions)
761         (Variable Definitions):
762         * compile.texi (Byte Compilation): Improve index entries.
764 2007-03-31  Karl Berry  <karl@gnu.org>
766         * macros.texi (Defining Macros): Avoid widow syllable.
768 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
770         * elisp.texi (Top): Postscript -> PostScript.
772         * display.texi (Images, Postscript Images): Postscript -> PostScript.
774 2007-03-31  Markus Triska  <markus.triska@gmx.at>
776         * internals.texi (Writing Emacs Primitives): Untabify `For'.
778 2007-03-30  Karl Berry  <karl@gnu.org>
780         * lists.texi (List-related Predicates): Remove spurious @need.
781         (Setcdr): Use @smallexample to improve page break.
782         (Association Lists) <assoc>: Reword to improve page break.
784         * strings.texi (String Conversion): Insert blank line to improve
785         page break.
787         * numbers.texi (Random Numbers): Use @minus{}.
788         (Math Functions): Use @minus{}.
790         * intro.texi (Acknowledgements): Avoid line breaks before middle
791         initials.
793 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
795         * errors.texi (Standard Errors): Add an index entry.
797 2007-03-19  Richard Stallman  <rms@gnu.org>
799         * os.texi (Recording Input): recent-keys now gives 300 keys.
801 2007-03-12  Glenn Morris  <rgm@gnu.org>
803         * os.texi: Replace "daylight savings" with "daylight saving"
804         throughout.
806 2007-03-05  Richard Stallman  <rms@gnu.org>
808         * variables.texi (File Local Variables): Update
809         enable-local-variables values.
811 2007-03-04  Richard Stallman  <rms@gnu.org>
813         * syntax.texi (Control Parsing): Minor clarification.
815         * strings.texi (Formatting Strings): Clarify width, precision, flags.
817         * sequences.texi (Sequence Functions): Move string-bytes away,
818         add xref.
820         * nonascii.texi (Text Representations): Move string-bytes here.
822         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
824         * minibuf.texi (Basic Completion): Minor clarification.
826         * markers.texi (The Mark): Clarify existence vs activation of mark.
827         Other cleanup.
829         * display.texi (Finding Overlays): Write better example.
831         * compile.texi (Eval During Compile): Clarify putting macros
832         in eval-when-compile.
834 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
836         * loading.texi (How Programs Do Loading): Fix anchor position at
837         load-read-function definition doc.
839 2007-02-21  Kim F. Storm  <storm@cua.dk>
841         * strings.texi (Text Comparison): Mention that assoc-string
842         converts symbols to strings before testing.
844 2007-02-17  Kim F. Storm  <storm@cua.dk>
846         * processes.texi (Bindat Spec): Vector types can have optional
847         element type.
848         (Bindat Examples): Fix example.  Add vector with element type.
850 2007-02-16  Andreas Schwab  <schwab@suse.de>
852         * strings.texi (Formatting Strings): Document '+' flag.
854 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
856         * strings.texi (Modifying Strings): Clarify that `clear-string'
857         always converts the string to unibyte.
859 2007-02-14  Kim F. Storm  <storm@cua.dk>
861         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
862         Rewrite glyph code description to refer to these functions.
863         Remove details of encoding face number and char into integer code.
865 2007-02-03  Alan Mackenzie  <acm@muc.de>
867         * loading.texi (Hooks for Loading): Make the description of
868         `eval-after-load' more detailed, and amend the description of
869         after-load-alist, in accordance with changes from 2006-05.
871 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
873         * modes.texi (Defining Minor Modes): Document that a :require
874         keyword or similar may be required to make saved customization
875         variables work.
877 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
879         * elisp.texi (Top): Make the detailed menu headers compliant with
880         Texinfo guidelines and with what texnfo-upd.el expects.  Add
881         comments to prevent people from inadvertently modifying the key
882         parts needed by `texinfo-multiple-files-update'.
884 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
886         * elisp.texi (Top): Update the top-level menus.
888         * syntax.texi (Categories): Add index entries.
890 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
892         * display.texi (Attribute Functions): Fix name and description of
893         the UNDERLINE arg of `set-face-underline-p'.
895 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
897         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
898         Variables", and "Standard Keymaps" to the detailed menu.
900         * variables.texi (Future Local Variables): Add index entry.
902 2007-01-28  Richard Stallman  <rms@gnu.org>
904         * tips.texi (Coding Conventions): Clarify the tip about macros
905         that define a function or a variable.
907         * files.texi (File Attributes): UID and GID can be floats.
908         (Magic File Names): Explain why deferring all operations to
909         the standard handler does not work.
911 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
913         * backups.texi (Reverting): Use "buffer" instead of "file"
914         when talking about major and minor modes.
916 2007-01-21  Richard Stallman  <rms@gnu.org>
918         * help.texi (Documentation): Add xref to Documentation Tips.
920 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
922         * tips.texi (Coding Conventions): Fix typos.
924 2007-01-05  Richard Stallman  <rms@gnu.org>
926         * modes.texi (Defining Minor Modes): Fix previous change.
928 2007-01-03  Richard Stallman  <rms@gnu.org>
930         * customize.texi (Variable Definitions, Customization Types):
931         Don't use * in doc string for defcustom.
933 2007-01-02  Richard Stallman  <rms@gnu.org>
935         * variables.texi (Variable Aliases): Clarify that aliases vars
936         always have the same value.
938         * processes.texi (Bindat Spec): Fix Texinfo usage.
940         * modes.texi (Defining Minor Modes): Explain effect of command
941         defined with define-global-minor-mode on new buffers.
943 2006-12-30  Kim F. Storm  <storm@cua.dk>
945         * keymaps.texi (Tool Bar): Describe `grow-only' value of
946         `auto-resize-tool-bars'.
948 2006-12-30  Richard Stallman  <rms@gnu.org>
950         * keymaps.texi (Active Keymaps): Fix previous change.
952 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
954         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
956 2006-12-30  Kim F. Storm  <storm@cua.dk>
958         * processes.texi (Bindat Spec): Clarify using field names in
959         length specifications.
961 2006-12-29  Kim F. Storm  <storm@cua.dk>
963         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
964         Add count and index variables for eval forms in repeat blocks.
966 2006-12-24  Richard Stallman  <rms@gnu.org>
968         * customize.texi (Variable Definitions): Document
969         new name custom-add-frequent-value.
971 2006-12-19  Kim F. Storm  <storm@cua.dk>
973         * commands.texi (Misc Events): User signals now result in sigusr1
974         and sigusr2 events which are handled through special-event-map.
975         (Special Events): User signals and drag-n-drop are special.
977 2006-12-17  Richard Stallman  <rms@gnu.org>
979         * loading.texi (Named Features): Explain subfeatures better.
981         * customize.texi: Use "option" only for user options.
982         For the keyword values inside defcustom etc, say "keywords".
983         For :options value's elements, say "elements".
984         :group should not be omitted.
986         * syntax.texi (Parsing Expressions): Split up node.
987         (Motion via Parsing, Position Parse, Parser State)
988         (Low-Level Parsing, Control Parsing): New subnodes.
989         (Parser State): Document syntax-ppss-toplevel-pos.
991         * positions.texi (List Motion): Punctuation fix.
993         * files.texi (File Name Completion): Document PREDICATE arg
994         to file-name-completion.
996 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
998         * internals.texi (Building Emacs, Writing Emacs Primitives):
999         Add index entries.
1001 2006-12-11  Richard Stallman  <rms@gnu.org>
1003         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1004         affects face menu.  Explain how to make it non-nil without enabling
1005         any fontification.
1007 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
1009         * modes.texi (Font Lock Basics): Document nil value of
1010         font-lock-defaults.
1012 2006-12-10  Glenn Morris  <rgm@gnu.org>
1014         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
1015         value for system-flag argument.  Abbrev tables may not be empty
1016         when major modes are loaded.
1018 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
1020         * makefile.w32-in (maintainer-clean): Partially revert last
1021         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
1022         to protect elisp-covers.texi.
1024 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
1026         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
1027         Don't remove elisp* info files; they are already deleted by the
1028         `clean' and `distclean' targets, and they are in the $(infodir)
1029         directory, not the current one.
1031 2006-12-04  Kim F. Storm  <storm@cua.dk>
1033         * commands.texi (Misc Events): Update signal events.
1034         (Event Examples): Add signal example.
1036 2006-11-29  Richard Stallman  <rms@gnu.org>
1038         * frames.texi (Visibility of Frames): Explain visible windows
1039         can be covered by others.  Add xref for raise-frame.
1041 2006-11-28  Richard Stallman  <rms@gnu.org>
1043         * searching.texi (Regexp Special): Update when ^ is special.
1045 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
1047         * customize.texi (Customization, Common Keywords)
1048         (Group Definitions, Variable Definitions, Composite Types)
1049         (Type Keywords, Customization Types): Add index entries for
1050         various customization keywords.
1052 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
1056 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1058         * frames.texi (Window System Selections): Remove clipboard from
1059         description of selection-coding-system.
1061 2006-11-06  Richard Stallman  <rms@gnu.org>
1063         * lists.texi (List Variables): Document COMPARE-FN.
1065         * keymaps.texi: Avoid use of "binding" to mean a relation;
1066         use it only to refer to the meaning associated with a key.
1067         (Keymaps): Change menu node description.
1069         * elisp.texi (Top): Change menu node description.
1071         * display.texi (Managing Overlays): Document overlay-recenter.
1073 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
1075         * Makefile.in: Use relative paths to avoid advertising filesystem
1076         contents during compilation.
1078 2006-10-23  Kim F. Storm  <storm@cua.dk>
1080         * commands.texi (Event Input Misc): Update unread-command-events.
1082 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
1084         * lists.texi (Sets And Lists): Fix typos.
1086 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
1088         * control.texi (Processing of Errors): Use @var for an argument,
1089         not @code.
1091 2006-10-16  Richard Stallman  <rms@gnu.org>
1093         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
1095         * keymaps.texi (Format of Keymaps): Show all the keymap element
1096         patterns that result from menu items.
1097         (Key Lookup): Minor cleanups.
1099         * modes.texi (Precalculated Fontification): Don't say that
1100         not setting font-lock-defaults avoids loading font-lock.
1102         * help.texi (Documentation): Move xref to Emacs Manual here.
1103         (Documentation Basics): From here.
1104         Also doc emacs-lisp-docstring-fill-column.
1106         * elisp.texi: Update version and ISBN.
1108         * commands.texi (Interactive Call): Clarify KEYS arg to
1109         call-interactively is a vector.
1110         (Command Loop Info): Delete anchor in this-command-keys.
1111         Add anchor in this-command-keys-vector.
1112         (Recursive Editing): Document how recursive-edit
1113         handles the current buffer.
1115 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
1117         * frames.texi (Frame Titles): %c and %l are ignored in
1118         frame-title-format.
1120 2006-10-11  Richard Stallman  <rms@gnu.org>
1122         * keymaps.texi (Key Sequences): Clarify use of kbd.
1124 2006-10-10  Kim F. Storm  <storm@cua.dk>
1126         * lists.texi (Sets And Lists): Add memql.
1128 2006-10-03  Richard Stallman  <rms@gnu.org>
1130         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
1131         Clarify :ascii: and :nonascii:.
1133 2006-09-29  Juri Linkov  <juri@jurta.org>
1135         * modes.texi (%-Constructs): Reorder coding systems in the
1136         documentation of %z to the real order displayed in the modeline.
1138 2006-09-25  Richard Stallman  <rms@gnu.org>
1140         * os.texi (Timers): Describe timer-max-repeats.
1142 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1144         * os.texi (Timers): Mention with-local-quit.
1146 2006-09-24  Richard Stallman  <rms@gnu.org>
1148         * searching.texi (Searching and Matching): Mention property search.
1150         * commands.texi (Command Loop Info): Explain how read-event affects
1151         this-command-keys.
1153 2006-09-20  Richard Stallman  <rms@gnu.org>
1155         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
1157         * windows.texi (Window Start): Minor cleanups.
1159 2006-09-20  Kim F. Storm  <storm@cua.dk>
1161         * windows.texi (Window Start): pos-visible-in-window-p allows
1162         specifying t for position to mean "end of window".
1163         Add window-line-height.
1165         * anti.texi (Antinews): Mention window-line-height.
1167 2006-09-19  David Kastrup  <dak@gnu.org>
1169         * keymaps.texi (Searching Keymaps): Small clarification.
1171 2006-09-18  Richard Stallman  <rms@gnu.org>
1173         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1174         cause keyboard menus.
1175         (Menu Keymaps): Likewise.
1176         (Defining Menus, Keyboard Menus): Clarify.
1178         * text.texi (Fields): Clarify explanation of constrain-to-field.
1180 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
1182         * variables.texi (Tips for Defining): Fix a typo.
1184 2006-09-15  Richard Stallman  <rms@gnu.org>
1186         * keymaps.texi (Remapping Commands, Searching Keymaps)
1187         (Active Keymaps): Clean up previous change.
1189 2006-09-15  Jay Belanger  <belanger@truman.edu>
1191         * gpl.texi: Replace "Library Public License" by "Lesser Public
1192         License" throughout.
1194 2006-09-15  David Kastrup  <dak@gnu.org>
1196         * keymaps.texi (Active Keymaps): Adapt description to use
1197         `get-char-property' instead `get-text-property'.  Explain how
1198         mouse events change this.  Explain the new optional argument of
1199         `key-binding' and its mouse-dependent lookup.
1200         (Searching Keymaps): Adapt description similarly.
1201         (Remapping Commands): Explain the new optional argument of
1202         `command-remapping'.
1204 2006-09-14  Richard Stallman  <rms@gnu.org>
1206         * keymaps.texi (Searching Keymaps): Clarification.
1207         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1209 2006-09-13  Richard Stallman  <rms@gnu.org>
1211         * objects.texi (Character Type): Node split.
1212         Add xref to Describing Characters.
1213         (Basic Char Syntax, General Escape Syntax)
1214         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
1216 2006-09-11  Richard Stallman  <rms@gnu.org>
1218         * display.texi (Display Table Format): Wording clarification.
1219         (Glyphs): Clarifications.
1221 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
1223         * keymaps.texi (Active Keymaps): Mention that key-binding checks
1224         local maps.
1226 2006-09-10  Kim F. Storm  <storm@cua.dk>
1228         * display.texi (Forcing Redisplay): Document return value of
1229         function redisplay.
1231 2006-09-09  Richard Stallman  <rms@gnu.org>
1233         * windows.texi (Window Hooks): Explain limits of
1234         window-scroll-functions.
1236         * display.texi (Fringe Indicators): Update for last change in
1237         indicate-buffer-boundaries.
1239 2006-09-08  Richard Stallman  <rms@gnu.org>
1241         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1243 2006-09-06  Kim F. Storm  <storm@cua.dk>
1245         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1247         * windows.texi (Window Start): Update pos-visible-in-window-p.
1249 2006-09-04  Richard Stallman  <rms@gnu.org>
1251         * processes.texi (Accepting Output): Explain SECONDS=0 for
1252         accept-process-output.
1254         * os.texi (Idle Timers): Explain why timer functions should not
1255         loop until (input-pending-p).
1257 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
1259         * makefile.w32-in (usermanualdir): New variable.
1260         (elisp.dvi): Use it.
1262 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
1264         * buffers.texi (Buffer Modification): Fix last change.
1266 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
1268         * buffers.texi (Buffer Modification): Document
1269         buffer-chars-modified-tick.
1271 2006-08-31  Richard Stallman  <rms@gnu.org>
1273         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1275 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
1277         * modes.texi (Syntactic Font Lock):
1278         Mention font-lock-syntactic-face-function
1279         instead of specific faces.
1281 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
1283         * display.texi (Images): Add xrref to display-images-p.
1285 2006-08-28  Kenichi Handa  <handa@m17n.org>
1287         * nonascii.texi (Lisp and Coding Systems): Fix description of
1288         detect-coding-region.
1290 2006-08-27  Michael Olson  <mwolson@gnu.org>
1292         * processes.texi (Transaction Queues): Remove stray quote
1293         character.
1295 2006-08-25  Richard Stallman  <rms@gnu.org>
1297         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
1298         Add xref.
1300 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
1302         * os.texi (Timers): Avoid waiting inside timers.
1304 2006-08-21  Lute Kamstra  <lute@gnu.org>
1306         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
1308 2006-08-20  Richard Stallman  <rms@gnu.org>
1310         * os.texi (Idle Timers): New node, split out from Timers.
1311         Document current-idle-time.
1312         * commands.texi (Reading One Event): Update xref.
1313         * elisp.texi (Top): Update subnode menu.
1315 2006-08-16  Richard Stallman  <rms@gnu.org>
1317         * keymaps.texi (Extended Menu Items): Show format of cached
1318         bindings in extended menu items.
1320         * customize.texi (Variable Definitions): Explain when the
1321         standard value expression is evaluated.
1323 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
1325         * commands.texi (Reading One Event): Explain idleness in
1326         `read-event'.
1328 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
1330         * text.texi (Near Point): Say "cursor" not "terminal cursor".
1331         (Commands for Insertion): Removed split-line since it's not
1332         relevant for Lisp programming.
1333         (Yank Commands): Rewrite introduction.
1334         (Undo): Clarify.
1335         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
1336         (Filling): Remove redundant comment.  Clarify return value of
1337         current-justification.
1338         (Margins): Minor clarifications.
1339         (Adaptive Fill): Update default value of adaptive-fill-regexp.
1340         (Sorting): Update definition of sort-lines.
1341         (Columns): Clarify behavior of sort-columns.
1342         (Indent Tabs): Link to Tab Stops in Emacs manual.
1343         (Special Properties): Clarify.
1344         (Clickable Text): Mention Buttons package.
1346 2006-08-12  Kevin Ryde  <user42@zip.com.au>
1348         * os.texi (Time Parsing): Add %z to description of
1349         format-time-string, as per docstring.  Add cross reference to
1350         glibc manual for strftime.
1352 2006-08-08  Richard Stallman  <rms@gnu.org>
1354         * modes.texi: Clean up wording in previous change.
1356 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
1358         * modes.texi (Hooks): Clarify.
1359         (Major Mode Basics): Mention define-derived-mode explicitly.
1360         (Major Mode Conventions): Rebinding RET is OK for some modes.
1361         Mention change-major-mode-hook and after-change-major-mode-hook.
1362         (Example Major Modes): Moved to end of Modes section.
1363         (Mode Line Basics): Clarify.
1364         (Mode Line Data): Mention help-echo and local-map in strings.
1365         Explain reason for treatment of non-risky variables.
1366         (Properties in Mode): Clarify.
1367         (Faces for Font Lock): Add font-lock-negation-char-face.
1369 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
1371         * strings.texi (Formatting Strings): Warn against arbitrary
1372         strings as first arg to `format'.
1374 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
1376         * text.texi (Clickable Text): Mention `help-echo' text property.
1377         Update intro, examples and associated explanations.
1379 2006-07-31  Richard Stallman  <rms@gnu.org>
1381         * commands.texi: Update xrefs.
1382         (Event Mod): New node, cut out from old Translating Input.
1384         * maps.texi: Update xrefs.
1386         * keymaps.texi (Translation Keymaps): New node.
1387         Update xrefs from Translating Input to Translation Keymaps.
1389         * elisp.texi (Top): Update subnode menu.
1391         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
1393         * os.texi (System Interface): Fix menu descriptions of some nodes.
1394         (Translating Input): Node deleted.
1396 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1398         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
1400         * lists.texi (Sets And Lists): Likewise.
1402 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
1404         * text.texi (Fields): Mention POS
1405         requirement when narrowing is in effect.
1407 2006-07-28  Richard Stallman  <rms@gnu.org>
1409         * display.texi (Face Attributes): Simplify wording.
1410         (Attribute Functions): Clarify meaning of new-frame default
1411         attribute settings.
1413         * customize.texi (Common Keywords): Document how to use
1414         :package-version in a package not in Emacs.
1416 2006-07-28  Kim F. Storm  <storm@cua.dk>
1418         * commands.texi (Reading One Event): Fix last change.
1420 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1422         * commands.texi (Reading One Event): Document SECONDS argument for
1423         read-event, read-char, and read-char-exclusive.
1425 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1428         to ensure correct identification.
1430 2006-07-24  Richard Stallman  <rms@gnu.org>
1432         * text.texi (Clickable Text): Clarify.
1434         * sequences.texi (Vector Functions): Delete duplicate xref.
1436         * objects.texi (Function Type): Clarify.
1438         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1439         modes.
1441         * lists.texi (List Variables): New node.
1442         Material moved from other nodes.
1444         * variables.texi (Setting Variables): add-to-list and
1445         add-to-ordered-list moved to List Variables node.
1447 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1449         * text.texi (Links and Mouse-1):
1450         For mouse-on-link-p, expand on arg POS.
1452 2006-07-21  Kim F. Storm  <storm@cua.dk>
1454         * display.texi (Forcing Redisplay): Don't mention systems which
1455         don't support sub-second timers for redisplay-preemption-period.
1457         * os.texi (Terminal Output): Clarify text vs graphical terminal.
1459 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1461         * frames.texi (Input Focus): Document that focus-follows-mouse has
1462         no effect on MS-Windows.
1464 2006-07-18  Richard Stallman  <rms@gnu.org>
1466         * display.texi (Forcing Redisplay): Cleanups in previous change.
1468         * processes.texi (Low-Level Network): Make menu more convenient.
1470 2006-07-18  Kim F. Storm  <storm@cua.dk>
1472         * display.texi (Forcing Redisplay): redisplay-preemption-period
1473         only used on window systems.  Add xref to Terminal Output.
1475         * os.texi (Terminal Output): baud-rate only controls preemption on
1476         non-window systems.  Add xref to Forcing Redisplay.
1478         * processes.texi (Low-Level Network): Rename node "Make Network"
1479         to "Network Processes".
1481 2006-07-18  Karl Berry  <karl@gnu.org>
1483         * variables.texi, functions.texi, customize.texi, loading.texi:
1484         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
1486 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1488         * commands.texi (Waiting): Document batch-mode sit-for behavior.
1490 2006-07-17  Richard Stallman  <rms@gnu.org>
1492         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
1493         Put period and comma inside quotes.
1495         * loading.texi, markers.texi: Use real doublequote inside menus.
1497         * windows.texi: Put point and comma inside quotes.
1498         (Textual Scrolling): Use @samp for error message.
1500         * variables.texi, tips.texi, syntax.texi, symbols.texi:
1501         * strings.texi, streams.texi, processes.texi, os.texi:
1502         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
1503         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
1504         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
1505         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
1506         Put point and comma inside quotes.
1508         * control.texi (Processing of Errors): Add command-error-function.
1510         * variables.texi (File Local Variables): Clarify that
1511         file local variables make buffer-local bindings.
1513         * modes.texi (Syntactic Font Lock): Give default for
1514         font-lock-syntax-table.
1516 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
1518         * text.texi (Special Properties): Clean up previous change.
1520 2006-07-16  Karl Berry  <karl@gnu.org>
1522         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
1523         * control.texi: Fix bad page breaks through chapter 10 (control).
1525         * anti.texi (Antinews): Reorder face-attribute fns to avoid
1526         underfull hbox.
1528 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
1530         * text.texi (Special Properties): Describe fontified text property
1531         in relation to a character (not text).
1533 2006-07-15  Kim F. Storm  <storm@cua.dk>
1535         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1536         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1537         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1539         * anti.texi (Antinews): Mention redisplay function.
1540         The kbd macro existed, but was not documented, before 22.x.
1541         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1543 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1545         * display.texi (Displaying Messages): Add anchor.
1547         * frames.texi (Dialog Boxes): Use it.
1549 2006-07-12  Richard Stallman  <rms@gnu.org>
1551         * objects.texi (Frame Type): Explain nature of frames better.
1553         * frames.texi (Frames): Explain nature of frames better.
1555 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
1557         * tips.texi (Coding Conventions): Explain why use cl at compile time.
1559 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1561         * frames.texi (Window System Selections): Mention scrap support for Mac.
1562         Default value of x-select-enable-clipboard is t on Mac.
1564         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1566 2006-07-11  Kim F. Storm  <storm@cua.dk>
1568         * display.texi (Forcing Redisplay): Add `redisplay' function.
1569         Don't mention (sit-for -1) -- use (redisplay t) instead.
1571         * commands.texi (Waiting): (sit-for -1) is no longer special.
1572         (sit-for 0) is equivalent to (redisplay).
1573         Iconifying/deiconifying no longer makes sit-for return.
1575 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
1577         * display.texi (Buttons): Fix typo.
1579         * index.texi, elisp.texi (New Symbols): Comment node out.
1581 2006-07-09  Richard Stallman  <rms@gnu.org>
1583         * display.texi (Truncation): Clean up previous change.
1585 2006-07-08  Richard Stallman  <rms@gnu.org>
1587         * commands.texi (Interactive Call): Use 3 as prefix in example
1588         for execute-extended-command.
1590         * display.texi (Attribute Functions): Move paragraph about
1591         compatibility with Emacs < 21.
1593 2006-07-09  Kim F. Storm  <storm@cua.dk>
1595         * display.texi (Refresh Screen): Clarify force-window-update.
1596         (Truncation): "Normally" indicated by fringe arrows.
1598 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1600         * windows.texi (Textual Scrolling, Resizing Windows):
1601         * variables.texi (Constant Variables):
1602         * text.texi (Buffer Contents, Deletion, Changing Properties)
1603         (Property Search, Special Properties, Sticky Properties)
1604         (Links and Mouse-1, Fields, Change Hooks):
1605         * syntax.texi (Syntax Table Functions, Parsing Expressions)
1606         (Categories):
1607         * symbols.texi (Other Plists):
1608         * streams.texi (Output Variables):
1609         * processes.texi (Input to Processes, Query Before Exit):
1610         * positions.texi (Word Motion, Text Lines, List Motion):
1611         * os.texi (Init File, System Environment, Sound Output)
1612         (Session Management):
1613         * nonascii.texi (Text Representations, Character Sets)
1614         (Chars and Bytes, Locales):
1615         * modes.texi (Defining Minor Modes, Header Lines):
1616         * minibuf.texi (Minibuffer Contents):
1617         * markers.texi (Information from Markers):
1618         * lists.texi (List Elements, Building Lists, Association Lists):
1619         * keymaps.texi (Tool Bar):
1620         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1621         * functions.texi (What Is a Function, Mapping Functions):
1622         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1623         (Color Names, Text Terminal Colors, Display Feature Testing):
1624         * files.texi (Visiting Functions, File Name Components)
1625         (Unique File Names, Contents of Directories):
1626         * display.texi (Forcing Redisplay, Displaying Messages)
1627         (Temporary Displays, Font Selection, Auto Faces)
1628         (Font Lookup, Fringe Indicators, Display Margins)
1629         (Image Descriptors, Showing Images, Image Cache, Button Types)
1630         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
1631         (Display Table Format, Glyphs):
1632         * control.texi (Iteration):
1633         * commands.texi (Command Loop Info, Adjusting Point):
1634         * backups.texi (Making Backups, Auto-Saving):
1635         Remove @tindex entries.
1637 2006-07-07  Kim F. Storm  <storm@cua.dk>
1639         * display.texi (Fringe Cursors): Fix typo.
1640         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1641         (Overlay Arrow): Default is overlay-arrow fringe indicator.
1643 2006-07-05  Richard Stallman  <rms@gnu.org>
1645         * text.texi (Buffer Contents): Add example of text props
1646         in result of buffer-substring.
1647         (Text Properties): Explain better about use of specific property names.
1648         (Property Search): Some cleanups; reorder some functions.
1650         * keymaps.texi (Changing Key Bindings): Cleanup.
1651         Add xref to Key Binding Conventions.
1653         * display.texi (Attribute Functions): Add examples for
1654         face-attribute-relative-p.
1656         * tips.texi (Coding Conventions): Cleanup last change.
1658 2006-07-05  Karl Berry  <karl@gnu.org>
1660         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1661         Remove @setchapternewpage odd.
1662         Result is 1013 pages, down from 1100.
1664         * anti.texi, customize.texi, display.texi, internals.texi:
1665         * minibuf.texi, modes.texi, tips.texi:
1666         Fix overfull/underfull boxes.
1668 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1670         * edebug.texi (Instrumenting):
1671         Add Edebug-specific findex for eval-buffer.
1672         * loading.texi (Loading):
1673         Replace eval-current-buffer with eval-buffer.
1675 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1677         * locals.texi (Standard Buffer-Local Variables): Update the list
1678         of variables.
1680 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
1682         * files.texi (File Name Completion): Point user to the node
1683         "Reading File Names".
1685 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1687         * files.texi (Contents of Directories): Document case-insensitive
1688         behavior on respective filesystems.
1690         * objects.texi (Character Type): Document that Emacs signals an
1691         error for unsupported Unicode characters specified as \uNNNN.
1693 2006-06-19  Richard Stallman  <rms@gnu.org>
1695         * processes.texi (Bindat Spec): Clarify previous change.
1697 2006-06-16  Richard Stallman  <rms@gnu.org>
1699         * tips.texi (Coding Conventions): Better explain conventions
1700         for definition constructs.
1702         * text.texi (Special Properties): String value of `read-only'
1703         serves as the error message.
1705         * objects.texi (Character Type): Clarify prev. change.
1706         (Non-ASCII in Strings): Mention \u and \U.
1708         * commands.texi (Using Interactive): Explain problem of
1709         markers, etc., in command-history.
1711 2006-06-14  Kim F. Storm  <storm@cua.dk>
1713         * commands.texi (Waiting): Negative arg to sit-for forces
1714         redisplay even if input is pending.
1716         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1717         redisplay.  Remove incorrect example of binding redisplay-dont-pause
1718         around (sit-for 0).
1720 2006-06-13  Richard Stallman  <rms@gnu.org>
1722         * display.texi (Forcing Redisplay): Clarify previous change.
1724 2006-06-13  Romain Francoise  <romain@orebokech.com>
1726         * display.texi (Forcing Redisplay): Fix typo.
1728 2006-06-13  Kim F. Storm  <storm@cua.dk>
1730         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1732 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1734         * tips.texi (Coding Conventions): Add `@end itemize'.
1736 2006-06-10  Richard Stallman  <rms@gnu.org>
1738         * tips.texi (Coding Conventions): Explain use of coding systems
1739         to ensure one decoding for strings.
1741 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
1743         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
1744         syntax.
1746 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
1748         * display.texi (Font Selection): Remove description of
1749         clear-face-cache.
1751         * compile.texi (Eval During Compile): Fix a typo.  Add index
1752         entries for possible uses of eval-when-compile.
1754 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
1756         * display.texi (Abstract Display): Fix typo.
1758 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
1760         * minibuf.texi (Minibuffer History) <history-add-new-input>:
1761         Reword variable's description.
1763 2006-06-01  Richard Stallman  <rms@gnu.org>
1765         * windows.texi (Splitting Windows): Clarify splitting nonselected
1766         window.
1768 2006-05-31  Juri Linkov  <juri@jurta.org>
1770         * minibuf.texi (Minibuffer History): Add history-add-new-input.
1772 2006-05-30  Richard Stallman  <rms@gnu.org>
1774         * display.texi (Line Height): Fix errors in description of
1775         default line height and line-height properyty.
1777         * nonascii.texi (Default Coding Systems): Further clarification.
1779 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1781         * internals.texi (Pure Storage): Mention that an overflow in pure
1782         space causes a memory leak.
1783         (Garbage Collection): If there was an overflow in pure space,
1784         `garbage-collect' returns nil.
1786 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
1788         * nonascii.texi (Default Coding Systems): Fix it some more.
1790 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
1792         * nonascii.texi (Default Coding Systems): Fix last change.
1794 2006-05-29  Kenichi Handa  <handa@m17n.org>
1796         * nonascii.texi (find-operation-coding-system): Describe the new
1797         argument format (FILENAME . BUFFER).
1799 2006-05-28  Richard Stallman  <rms@gnu.org>
1801         * tips.texi (Coding Conventions): Better explain reasons not to
1802         advise other packages or use `eval-after-load'.
1804 2006-05-29  Kim F. Storm  <storm@cua.dk>
1806         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1807         `bindat-idx' and `bindat-raw' for clarity.
1809 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1811         * processes.texi (Bindat Spec): Expand on `repeat' handler.
1813         * display.texi (Display): Add "Abstract Display" to menu.
1814         (Abstract Display, Abstract Display Functions)
1815         (Abstract Display Example): New nodes.
1816         * elisp.texi (Top): Add "Abstract Display" to menu.
1818 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1820         * keymaps.texi (Key Sequences): Link to input events definition.
1821         (Format of Keymaps): Delete material duplicated in Keymap Basics.
1823         * files.texi (Changing Files): Document updated argument list for
1824         copy-file.
1826 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1828         * processes.texi (Bindat Functions): Explain term "total length".
1829         Use it in bindat-length and bindat-pack descriptions.
1831 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1833         * tips.texi (Coding Conventions): Advise against using
1834         eval-after-load in packages.  Add an index entry.
1836 2006-05-25  Juri Linkov  <juri@jurta.org>
1838         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1840         * modes.texi (%-Constructs): Add %e, %z, %Z.
1842 2006-05-25  Richard Stallman  <rms@gnu.org>
1844         * elisp.texi (Top): Update subnode menu.
1846         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1847         (Keymaps): Update menu.
1849 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1851         * keymaps.texi (Key Sequences): Some clarifications.
1853 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1855         * processes.texi (Bindat Functions): Say "unibyte string"
1856         explicitly for bindat-unpack and bindat-pack descriptions.
1857         (Bindat Examples): Don't call `string-make-unibyte' in example.
1859 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1861         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1862         Explain string and vector representations of key sequences.
1864         * keymaps.texi (Changing Key Bindings):
1865         * commands.texi (Interactive Codes):
1866         * help.texi (Describing Characters): Refer to it.
1868 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
1870         * frames.texi (Pointer Shape): @end table -> @end defvar.
1872 2006-05-22  Richard Stallman  <rms@gnu.org>
1874         * elisp.texi (Top): Update subnode menus.
1876         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1877         Contents rewritten; material from old Pointer Shape node moved here.
1879         * display.texi (Pointer Shape): Node deleted.
1880         (Image Descriptors): Minor cleanup.
1882 2006-05-21  Richard Stallman  <rms@gnu.org>
1884         * syntax.texi (Parsing Expressions): Update info on which STATE
1885         elements are ignored.
1887 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1889         * hooks.texi (Standard Hooks): Correct typo.
1891         * gpl.texi (GPL): ifinfo -> ifnottex.
1893 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
1895         * searching.texi (Simple Match Data): Warn about match data being
1896         set anew by every search.
1898 2006-05-17  Richard Stallman  <rms@gnu.org>
1900         * minibuf.texi (Minibuffer History): Clarify.
1902         * searching.texi (Regexp Special): Clarify nested regexp warning.
1904 2006-05-16  Kim F. Storm  <storm@cua.dk>
1906         * minibuf.texi (Minibuffer History): Update add-to-history.
1908 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
1910         * nonascii.texi (Explicit Encoding): Fix
1911         typo (encoding<->decoding).
1913 2006-05-14  Richard Stallman  <rms@gnu.org>
1915         * buffers.texi (Creating Buffers): Cleanup.
1917         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1919 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1921         * buffers.texi (Current Buffer): Document that with-temp-buffer
1922         disables undo.
1924         * os.texi (Terminal-Specific): More accurate description of how
1925         Emacs searches for the terminal-specific libraries.
1927 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1929         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1930         emacs-xtra to @inforef's.
1932         * text.texi (Undo): Document that undo is turned off in buffers
1933         whose names begin with a space.
1935         * buffers.texi (Buffer Names): Add index entries for buffers whose
1936         names begin with a space.
1937         (Creating Buffers): Document that undo is turned off in buffers
1938         whose names begin with a space.
1940         * files.texi (Visiting Functions, Reading from Files)
1941         (Saving Buffers): Mention code and EOL conversions by file I/O
1942         primitives and subroutines.
1944         * nonascii.texi (Lisp and Coding Systems): Document
1945         coding-system-eol-type.  Add index entries for eol conversion.
1947         * display.texi (Defining Faces): Mention `mac', and add an xref to
1948         where window-system is described.
1950 2006-05-10  Richard Stallman  <rms@gnu.org>
1952         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1954 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1956         * variables.texi (File Local Variables): Recommend to quote lambda
1957         expressions in safe-local-variable property.
1959 2006-05-09  Richard Stallman  <rms@gnu.org>
1961         * variables.texi (File Local Variables): Document
1962         safe-local-eval-forms and safe-local-eval-function.
1964 2006-05-07  Kim F. Storm  <storm@cua.dk>
1966         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1967         from add-to-history.
1969 2006-05-07  Romain Francoise  <romain@orebokech.com>
1971         * commands.texi (Event Input Misc):
1972         * compile.texi (Eval During Compile):
1973         * internals.texi (Buffer Internals):
1974         * minibuf.texi (Initial Input):
1975         * nonascii.texi (Scanning Charsets):
1976         * numbers.texi (Comparison of Numbers):
1977         * windows.texi (Textual Scrolling, Vertical Scrolling):
1978         Fix various typos.
1980 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1982         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1983         conditional xref's to either emacs or emacs-xtra, depending on
1984         @iftex/@ifnottex.
1986         * minibuf.texi (Minibuffer History): Document add-to-history.
1988 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1990         * internals.texi (Pure Storage): Mention the pure overflow message
1991         at startup.
1993 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1995         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1996         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1997         search.
1999 2006-05-01  Richard Stallman  <rms@gnu.org>
2001         * intro.texi (nil and t): Clarify.
2003         * variables.texi (File Local Variables): Suggest using booleanp.
2005 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
2007         * objects.texi (Type Predicates): Fix typos.
2009 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * intro.texi (nil and t): Add booleanp.
2013         * objects.texi (Type Predicates): Add links for booleanp and
2014         string-or-null-p.
2016 2006-04-29  Richard Stallman  <rms@gnu.org>
2018         * modes.texi (Multiline Font Lock): Rename from
2019         Multi line Font Lock Elements.  Much clarification.
2020         (Font Lock Multiline, Region to Fontify): Much clarification.
2022 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2024         * variables.texi (File Local Variables): Remove the special case t for
2025         safe-local-variable.
2027 2006-04-26  Richard Stallman  <rms@gnu.org>
2029         * syntax.texi (Parsing Expressions): Minor cleanup.
2031 2006-04-18  Richard Stallman  <rms@gnu.org>
2033         * tips.texi (Coding Conventions): Explain when the package's
2034         prefix should appear later on (not at the start of the name).
2036         * searching.texi (String Search): Clarify effect of NOERROR.
2038         * modes.texi (Imenu): Clarify what special items do.
2040         * hooks.texi (Standard Hooks): Delete text about old hook names.
2042 2006-04-17  Romain Francoise  <romain@orebokech.com>
2044         * variables.texi (Local Variables): Update the default value of
2045         `max-specpdl-size'.
2047 2006-04-15  Michael Olson  <mwolson@gnu.org>
2049         * processes.texi (Transaction Queues): Mention the new optional
2050         `delay-question' argument for `tq-enqueue'.
2052 2006-04-13  Bill Wohler  <wohler@newt.com>
2054         * customize.texi (Common Keywords): Use dotted notation for
2055         :package-version value.  Specify its values.  Improve documentation
2056         for customize-package-emacs-version-alist.
2058 2006-04-12  Bill Wohler  <wohler@newt.com>
2060         * customize.texi (Common Keywords): Move description of
2061         customize-package-emacs-version-alist to @defvar.
2063 2006-04-10  Bill Wohler  <wohler@newt.com>
2065         * customize.texi (Common Keywords): Add :package-version.
2067 2006-04-10  Kim F. Storm  <storm@cua.dk>
2069         * text.texi (Buffer Contents): Add NOPROPS arg to
2070         filter-buffer-substring.
2072 2006-04-08  Kevin Ryde  <user42@zip.com.au>
2074         * os.texi (Command-Line Arguments): Update xref to emacs manual
2075         "Command Arguments" -> "Emacs Invocation", per change there.
2077 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
2079         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
2080         be on one line to help makeinfo not render two spaces after the dot.
2082 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2084         * strings.texi (Predicates for Strings): Add string-or-null-p.
2086 2006-03-28  Kim F. Storm  <storm@cua.dk>
2088         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
2089         remarks about systems that don't support fractional seconds.
2091 2006-03-25  Karl Berry  <karl@gnu.org>
2093         * elisp.texi: Use @copyright{} instead of (C), and do not indent
2094         the year list.
2096 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
2098         * display.texi (Fringe Indicators): Fix typos.
2100 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
2102         * tips.texi (Documentation Tips): One can now also write `program'
2103         in front of a quoted symbol in a docstring to prevent making a
2104         hyperlink.
2106 2006-03-19  Alan Mackenzie  <acm@muc.de>
2108         * text.texi (Special Properties): Clarify `fontified' property.
2110 2006-03-16  Richard Stallman  <rms@gnu.org>
2112         * display.texi (Defining Images): Minor cleanup.
2114 2006-03-16  Bill Wohler  <wohler@newt.com>
2116         * display.texi (Defining Images): In image-load-path-for-library,
2117         prefer user's images.
2119 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2121         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
2123 2006-03-15  Bill Wohler  <wohler@newt.com>
2125         * display.texi (Defining Images): Fix example in
2126         image-load-path-for-library by not recommending that one binds
2127         image-load-path.  Just defvar it to placate compiler and only use
2128         it if previously defined.
2130 2006-03-14  Bill Wohler  <wohler@newt.com>
2132         * display.texi (Defining Images): In image-load-path-for-library,
2133         always return list of directories.  Update example.
2135 2006-03-14  Alan Mackenzie  <acm@muc.de>
2137         * modes.texi: New node, "Region to Fontify" (for Font Lock).
2138         This describes font-lock-extend-region-function.
2139         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
2140         the new node "Region to Fontify".
2142 2006-03-13  Richard Stallman  <rms@gnu.org>
2144         * display.texi (Invisible Text): The impossible position is
2145         now before the invisible text, not after.
2146         (Defining Images): Clean up last change.
2148 2006-03-11  Bill Wohler  <wohler@newt.com>
2150         * display.texi (Defining Images): Add image-load-path-for-library.
2152 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
2154         * text.texi (Adaptive Fill): Fix Texinfo usage.
2156         * strings.texi (Creating Strings): Fix Texinfo usage.
2158         * searching.texi (Regexp Special): Use @samp for regular
2159         expressions that are not in Lisp syntax.
2161 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
2163         * searching.texi (Regexp Special): Put remark between parentheses
2164         to avoid misreading.
2166 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
2168         * searching.texi (Syntax of Regexps): More accurately describe
2169         which characters are special in which situations.
2170         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2171         are not special.  Describe in detail when `[' and `]' are special.
2172         (Regexp Backslash): Plenty of regexps with unbalanced square
2173         brackets are valid, so reword that statement.
2175 2006-03-02  Kim F. Storm  <storm@cua.dk>
2177         * keymaps.texi (Tool Bar): Add tool-bar-border.
2179 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
2181         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
2183 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
2185         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2187         * files.texi (Locating Files): Suggest additional values for the
2188         SUFFIXES arg of `locate-file'.  Update pxref.
2190         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2191         (How Programs Do Loading): Discuss the effects of Auto Compression
2192         mode on `load'.
2193         (Load Suffixes): New node.
2194         (Library Search): Delete description of `load-suffixes'; it was
2195         moved to "Load Suffixes".
2196         (Autoload, Named Features): Mention `load-suffixes'.
2198 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2200         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2202         * windows.texi (Window Tree): Fix typo.
2204 2006-02-20  Kim F. Storm  <storm@cua.dk>
2206         * display.texi (Fringe Indicators): New section.
2207         Move indicate-empty-lines, indicate-buffer-boundaries, and
2208         default-indicate-buffer-boundaries here.
2209         Add fringe-indicator-alist and default-fringes-indicator-alist.
2210         Add list of logical fringe indicator symbols.
2211         Update list of standard bitmap names.
2212         (Fringe Cursors): New section.
2213         Move overflow-newline-into-fringe here.
2214         Add fringe-cursor-alist and default-fringes-cursor-alist.
2215         Add list of fringe cursor symbols.
2217 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2219         * commands.texi (Using Interactive): Fix reference to node
2220         "Minibuffers".
2222 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2224         * minibuf.texi (High-Level Completion):
2225         Add xref to read-input-method-name.
2227         * files.texi (Relative File Names): Move file-relative-name here.
2228         (File Name Expansion): From here.  Minor clarifications.
2230         * commands.texi (Using Interactive): Add xrefs about reading input.
2231         Clarify remarks about that moving point and mark.
2232         Put string case before list case.
2234 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2236         * display.texi (Other Display Specs, Image Descriptors):
2237         Revert erroneous changes.  The previous description of
2238         image-descriptors as `(image . PROPS)' was correct.
2240 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2242         * variables.texi (File Local Variables): Clarifications.
2244 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2246         * variables.texi (File Local Variables): Use @code for a cons
2247         cell, not @var.
2249 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2251         * variables.texi (File Local Variables): Document new file local
2252         variable behavior.
2254 2006-02-10  Kim F. Storm  <storm@cua.dk>
2256         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2258 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
2260         * modes.texi (%-Constructs): Remove obsolete info about
2261         `global-mode-string'.
2263 2006-02-07  Richard M. Stallman  <rms@gnu.org>
2265         * commands.texi (Prefix Command Arguments): Minor cleanup.
2267         * display.texi: "Graphical display", not window system.
2269         * functions.texi (What Is a Function): Fix xref.
2271         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2272         (Changing Key Bindings): Clarify when remapping is better than
2273         substitute-key-definition.
2275 2006-02-02  Richard M. Stallman  <rms@gnu.org>
2277         * minibuf.texi (Basic Completion): Completion alists are risky.
2279         * keymaps.texi (Active Keymaps): Clarifications.
2280         (Searching Keymaps): New node.
2281         (Keymaps): Update menu.
2283         * frames.texi (Layout Parameters): Minor clarification.
2284         (Drag and Drop): New node.
2285         (Frames): Update menu.
2287 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
2289         * display.texi (Other Display Specs, Image Descriptors):
2290         Image description is a list, not a cons cell.
2292 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
2294         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
2295         list is not necessarily a list).
2297 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2299         * frames.texi (Layout Parameters): border-width and
2300         internal-border-width belong to the frame, not the window.
2302 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2304         * nonascii.texi (Translation of Characters): Search cmds use
2305         translation-table-for-input.  Automatically made local.
2307         * markers.texi (Overview of Markers): Count insertion type
2308         as one of a marker's attributes.
2310         * keymaps.texi (Controlling Active Maps): New node, split out of
2311         Active Keymaps.
2312         (Keymaps): Menu updated.
2313         (Active Keymaps): Give pseudocode to explain how the active
2314         maps are searched.  current-active-maps and key-binding moved here.
2315         (Functions for Key Lookup): current-active-maps and key-binding moved.
2316         Clarifications.
2317         (Searching the Keymaps): New subnode.
2319         * elisp.texi (Top): Menu clarification.
2321         * display.texi (Other Display Specs): Delete duplicate entry for
2322         just a string as display spec.  Move text about recursive display
2323         specs on such a string.
2325         * commands.texi (Key Sequence Input): Clarify.
2326         Move num-nonmacro-input-events out.
2327         (Reading One Event): num-nonmacro-input-events moved here.
2329 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
2331         * advice.texi (Simple Advice): Update example to fit argument
2332         change in previous-line.
2334 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2336         * markers.texi (The Mark): Fix in `mark'.
2338 2006-01-04  Richard M. Stallman  <rms@gnu.org>
2340         * processes.texi (Misc Network, Make Network): Minor cleanups.
2342 2006-01-04  Kim F. Storm  <storm@cua.dk>
2344         * processes.texi (Make Network): Add IPv6 addresses and handling.
2345         (Network Feature Testing): Mention (:family ipv6).
2346         (Misc Network): Add IPv6 formats to format-network-address.
2348 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2350         * text.texi (Changing Properties):
2351         Don't use return value of set-text-properties.
2353 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2355         * modes.texi (Mode Line Format): Correct typo in menu.
2357 2005-12-29  Richard M. Stallman  <rms@gnu.org>
2359         * modes.texi (Mode Line Top): New node.
2360         (Mode Line Data): Some text moved to new node.
2361         Explain the data structure more concretely.
2362         (Mode Line Basics): Clarifications.
2363         (Mode Line Variables): Clarify intro paragraph.
2364         (%-Constructs): Clarify intro paragraph.
2365         (Mode Line Format): Update menu.
2367 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2369         * minibuf.texi (Basic Completion): Update lazy-completion-table
2370         examples for removal of ARGS argument.
2372 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2374         * text.texi (Undo): Restore some explanation from the version
2375         that was deleted.
2377 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
2379         * text.texi (Undo): Remove duplicate descriptions of `apply
2380         funname' and `apply delta' elements of the undo list.
2382 2005-12-20  Richard M. Stallman  <rms@gnu.org>
2384         * help.texi (Help Functions): Update documentation of `apropos'.
2386 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
2388         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
2389         because it is confusing.  If the :help-echo keyword is a function,
2390         it is not directly used as the :help-echo overlay property, as the
2391         xref seems to suggest (it does not take the appropriate args).
2393 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2395         * customize.texi (Common Keywords): Fix Texinfo usage.
2396         (Group Definitions, Variable Definitions): Update for new
2397         conventions for using `*' in docstrings.
2399         * tips.texi (Documentation Tips): Update for new conventions for
2400         using `*' in docstrings.
2402 2005-12-16  Richard M. Stallman  <rms@gnu.org>
2404         * minibuf.texi (Minibuffer Contents): Minor cleanup.
2406 2005-12-16  Juri Linkov  <juri@jurta.org>
2408         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
2410 2005-12-14  Romain Francoise  <romain@orebokech.com>
2412         * modes.texi (Customizing Keywords): Rename `append' to `how'.
2413         Fix typo.
2415 2005-12-11  Juri Linkov  <juri@jurta.org>
2417         * minibuf.texi (Completion Commands): Add mention of read-file-name
2418         for filename completion keymaps.
2419         (Reading File Names): Add mention of filename completion keymaps
2420         for read-file-name and xref to `Completion Commands'.
2422 2005-12-10  Richard M. Stallman  <rms@gnu.org>
2424         * customize.texi (Common Keywords): State caveats for use of :tag.
2426 2005-12-08  Richard M. Stallman  <rms@gnu.org>
2428         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2429         with xrefs and better explanation.
2430         (Completion Commands): Add the filename completion maps.
2432         * objects.texi (Character Type): Clarify that \s is not space
2433         if a dash follows.
2435 2005-12-05  Richard M. Stallman  <rms@gnu.org>
2437         * windows.texi (Resizing Windows): Delete preserve-before args.
2439 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2442         in full keymaps, since the quirk has been fixed.
2444 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2446         * hooks.texi (Standard Hooks): Add index entries.  Mention
2447         `compilation-finish-functions'.
2449 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2451         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2453 2005-11-21  Juri Linkov  <juri@jurta.org>
2455         * customize.texi (Common Keywords): Update links types
2456         custom-manual and url-link.  Add link types emacs-library-link,
2457         file-link, function-link, variable-link, custom-group-link.
2459 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2461         * display.texi: Revert 2005-11-20 change.
2463 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2465         * processes.texi (Bindat Functions):
2466         Say "third" to refer to zero-based index "2".
2468 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
2470         * loading.texi (Library Search): Update the default value of
2471         `load-suffixes'.
2473 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2475         * display.texi (Attribute Functions): Mention :ignore-defface.
2477 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
2480         (Minor Mode Conventions): Mention the use of a hook.
2482 2005-11-06  Richard M. Stallman  <rms@gnu.org>
2484         * files.texi (Magic File Names): find-file-name-handler checks the
2485         `operations' property of the handler.
2487 2005-11-03  Richard M. Stallman  <rms@gnu.org>
2489         * variables.texi (Frame-Local Variables): Small clarification.
2491 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
2493         * os.texi (Init File): Document ~/.emacs.d/init.el.
2495 2005-10-29  Richard M. Stallman  <rms@gnu.org>
2497         * internals.texi (Garbage Collection): Document memory-full.
2499 2005-10-28  Bill Wohler  <wohler@newt.com>
2501         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
2502         for URLs.
2504 2005-10-28  Richard M. Stallman  <rms@gnu.org>
2506         * minibuf.texi (Completion Commands): Clean up prev change.
2508 2005-10-26  Kevin Ryde  <user42@zip.com.au>
2510         * compile.texi (Eval During Compile): Explain recommended uses
2511         of eval-when-compile and eval-and-compile.
2513 2005-10-27  Masatake YAMATO  <jet@gyve.org>
2515         * minibuf.texi (Completion Commands):
2516         Write about new optional argument for `display-completion-list'.
2518 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2520         * display.texi (Overlay Arrow): Clarify about local bindings of
2521         overlay-arrow-position.
2523 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
2525         * internals.texi (Building Emacs): Fix last change.
2527 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2529         * internals.texi (Building Emacs): Document eval-at-startup.
2531 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2533         * loading.texi (Where Defined): load-history contains abs file names.
2534         symbol-file returns abs file names.
2536 2005-10-19  Kim F. Storm  <storm@cua.dk>
2538         * display.texi (Showing Images): Add max-image-size integer value.
2540 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2542         * display.texi (Showing Images): Document max-image-size.
2544 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2546         * commands.texi (Quitting): Minor clarification.
2548         * processes.texi (Sentinels): Clarify about output and quitting.
2549         (Filter Functions): Mention with-local-quit.
2551 2005-10-17  Juri Linkov  <juri@jurta.org>
2553         * buffers.texi (Current Buffer):
2554         * commands.texi (Event Input Misc):
2555         * compile.texi (Eval During Compile, Compiler Errors):
2556         * customize.texi (Group Definitions):
2557         * display.texi (Progress, Defining Faces):
2558         * files.texi (Writing to Files):
2559         * modes.texi (Mode Hooks, Defining Minor Modes):
2560         * streams.texi (Output Functions):
2561         * syntax.texi (Syntax Table Functions):
2562         * text.texi (Change Hooks):
2563         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2565         * commands.texi (Quitting): Replace arg `forms' with `body' in
2566         `with-local-quit'.
2568         * positions.texi (Excursions): Replace arg `forms' with `body' in
2569         `save-excursion'.
2571 2005-10-08  Kim F. Storm  <storm@cua.dk>
2573         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2574         Rename manual section accordingly.
2576 2005-10-04  Kim F. Storm  <storm@cua.dk>
2578         * windows.texi (Window Split Tree): New section describing
2579         new function window-split-tree function.
2581 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
2583         * display.texi (Fringe Size/Pos): Simplify and add detail.
2585 2005-09-30  Romain Francoise  <romain@orebokech.com>
2587         * minibuf.texi (High-Level Completion): Explain that the prompt
2588         given to `read-buffer' should end with a colon and a space.
2589         Update usage examples.
2591 2005-09-29  Juri Linkov  <juri@jurta.org>
2593         * display.texi (Displaying Messages): Rename argument name
2594         `string' to `format-string' in functions `message', `message-box',
2595         `message-or-box'.
2597 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
2599         * errors.texi (Standard Errors): Correct xrefs.
2601 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
2603         * display.texi (Defining Images): Update documentation for
2604         `image-load-path'.
2606 2005-09-17  Richard M. Stallman  <rms@gnu.org>
2608         * display.texi (Defining Images): Clean up previous change.
2610 2005-09-16  Romain Francoise  <romain@orebokech.com>
2612         * elisp.texi: Specify GFDL version 1.2.
2614         * doclicense.texi (GNU Free Documentation License): Update to
2615         version 1.2.
2617 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2619         * display.texi (Defining Images): Document `image-load-path'.
2621 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2623         * objects.texi (Printed Representation): Minor cleanup.
2624         (Box Diagrams): Minor fix.
2625         (Cons Cell Type): Move (...) index item here.
2626         (Box Diagrams): From here.
2627         (Array Type): Minor fix.
2628         (Type Predicates): Delete index "predicates".
2629         (Hash Table Type): Clarify xref.
2630         (Dotted Pair Notation): Minor fix.
2632 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
2634         * files.texi (Saving Buffers): Fix typo.
2636 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2638         * tips.texi (Programming Tips): Correct the "default" prompt spec.
2640 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2642         * locals.texi (Standard Buffer-Local Variables): Don't include
2643         mode variables for minor modes.
2644         Fix xrefs for buffer-display-count, buffer-display-table,
2645         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2646         enable-multibyte-characters, fill-column, header-line-format,
2647         left-fringe-width, left-margin, and right-fringe-width.
2649         * hooks.texi (Standard Hooks): All hooks should conform to the
2650         standard naming convention now.
2651         Fix xref for `echo-area-clear-hook'.
2653         * display.texi (Usual Display): Note that indicate-empty-lines and
2654         tab-width are buffer-local.
2656         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2658         * modes.texi (Mode Help): Note that major-mode is buffer-local.
2660         * nonascii.texi (Encoding and I/O): Note that
2661         buffer-file-coding-system is buffer-local.
2663         * positions.texi (List Motion): Note that defun-prompt-regexp is
2664         buffer-local.
2666         * text.texi (Auto Filling): Note that auto-fill-function is
2667         buffer-local.
2668         (Undo): Note that buffer-undo-list is buffer-local.
2670         * windows.texi (Buffers and Windows): Document
2671         buffer-display-count.
2673 2005-09-06  Richard M. Stallman  <rms@gnu.org>
2675         * tips.texi (Coding Conventions): Sometimes it is ok to put the
2676         package prefix elsewhere than at the start of the name.
2678 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2680         * tips.texi (Programming Tips): Add conventions for minibuffer
2681         questions and prompts.
2683 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
2685         * intro.texi (nil and t): Minor cleanup.
2686         Delete spurious mention of keyword symbols.
2687         (Evaluation Notation): Add index entry.
2688         (A Sample Function Description): Minor cleanup.
2689         (A Sample Variable Description): Not all vars can be set.
2691 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
2693         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2695         (Insertion): Document precise type of `insert-char' arg COUNT.
2697 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * modes.texi (Other Font Lock Variables): Sync the default of
2700         font-lock-lines-before.
2702 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2704         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2706 2005-08-29  Richard M. Stallman  <rms@gnu.org>
2708         * elisp.texi (Top): Update subnode menu.
2710         * searching.texi (Searching and Matching): Move node.
2711         Rearrange contents and add overall explanation.
2712         (Searching and Case): Move node.
2713         (Searching and Matching): Update menu.
2715 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2717         * os.texi (Startup Summary): Fix the description of the initial
2718         startup message display.
2720 2005-08-25  Richard M. Stallman  <rms@gnu.org>
2722         * searching.texi (Search and Replace): Add replace-regexp-in-string.
2724 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
2726         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2727         `next-overlay-change' example.
2729 2005-08-22  Juri Linkov  <juri@jurta.org>
2731         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2732         Fix invert-face.  Fix args of face-background.
2734         * display.texi (Standard Faces): Delete node.
2735         (Faces): Add xref to `(emacs)Standard Faces'.
2736         (Displaying Faces): Fix xref to `Standard Faces'.
2738         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2740 2005-08-20  Alan Mackenzie  <acm@muc.de>
2742         * buffers.texi (The Buffer List): Clarify the manipulation of the
2743         buffer list.
2745 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2747         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2748         a regexp.
2750 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2752         * elisp.texi (Top): Update subnode lists.
2754         * display.texi (Inverse Video): Node deleted.
2756         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2757         New nodes split out of Coding Conventions.
2759         * searching.texi (Regular Expressions): Document re-builder.
2761         * os.texi (Time Parsing): New node split out of Time Conversion.
2763         * processes.texi (Misc Network, Network Feature Testing)
2764         (Network Options, Make Network): New nodes split out of
2765         Low-Level Network.
2767 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2769         * frames.texi (Geometry): New node, split from Size and Position.
2770         (Frame Parameters): Refer to Geometry.
2772         * buffers.texi (The Buffer List): Fix xrefs.
2774         * windows.texi (Splitting Windows): Fix xref.
2776         * frames.texi (Layout Parameters): Add xref.
2778         * display.texi (Line Height, Scroll Bars): Fix xrefs.
2780         * keymaps.texi (Menu Bar): Fix xref.
2782         * locals.texi (Standard Buffer-Local Variables): Fix xref.
2784         * modes.texi (%-Constructs): Fix xref.
2786         * frames.texi (Window Frame Parameters): Node split up.
2787         (Basic Parameters, Position Parameters, Size Parameters)
2788         (Layout Parameters, Buffer Parameters, Management Parameters)
2789         (Cursor Parameters, Color Parameters): New subnodes.
2791 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2793         * positions.texi (Screen Lines): Update xref for previous change
2794         in minibuf.texi.
2796         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2797         change in minibuf.texi.
2799 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2801         * tips.texi (Coding Conventions): Minor cleanup.
2803         * modes.texi (Defining Minor Modes): Explain when init-value
2804         can be non-nil.
2806         * elisp.texi (Top): Update submenu for Minibuffer.
2808         * minibuf.texi (Minibuffer Misc): Node split up.
2809         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2810         (Recursive Mini): New nodes split out from Minibuffer Misc.
2811         (Minibuffer Misc): Document max-mini-window-height.
2813         * hash.texi (Defining Hash): Delete stray paren in example.
2815         * display.texi (Echo Area Customization): Don't define
2816         max-mini-window-height here; xref instead.
2818         * commands.texi (Event Input Misc): Update while-no-input.
2820         * advice.texi (Advising Functions): Explain when to use advice
2821         and when to use a hook.
2823 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2825         * makefile.w32-in (info): Don't run install-info.
2826         ($(infodir)/dir): New target, produced by running install-info.
2828 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
2830         * modes.texi (Defining Minor Modes): The keyword for the initial
2831         value is :init-value, not :initial-value.
2833 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
2835         * loading.texi (Autoload): Make the `doctor' example be consistent
2836         with what's in current loaddefs.el.  Describe the "fn" magic in
2837         the usage portion of the doc string.
2839 2005-07-22  Richard M. Stallman  <rms@gnu.org>
2841         * internals.texi (Garbage Collection): Clarify previous change.
2843 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * internals.texi (Garbage Collection): Add gc-cons-percentage.
2847 2005-07-18  Juri Linkov  <juri@jurta.org>
2849         * commands.texi (Accessing Events):
2850         * frames.texi (Text Terminal Colors, Resources):
2851         * markers.texi (The Mark):
2852         * modes.texi (Defining Minor Modes):
2853         Delete duplicate duplicate words.
2855 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2857         * display.texi (Managing Overlays): Clarify make-overlay
2858         args for insertion types.
2860 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2862         * customize.texi (Variable Definitions):
2863         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
2864         `standard-value' is a list too.
2865         (Defining New Types): Use @key{RET} instead of @key{ret}.
2867 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2869         * os.texi (Translating Input): Fix typo.
2871 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2873         * README: Update edition number and size estimate.
2875         * elisp.texi (VERSION): Set to 2.9.
2877 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2879         * book-spine.texinfo: Update Emacs version.
2881         * display.texi (Inverse Video): Delete mode-line-inverse-video.
2883 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2885         * searching.texi (Regexp Search): Clarify what re-search-forward
2886         does when the search fails.
2888 2005-07-05  Lute Kamstra  <lute@gnu.org>
2890         * Update FSF's address in GPL notices.
2892         * doclicense.texi (GNU Free Documentation License):
2893         * gpl.texi (GPL):
2894         * tips.texi (Coding Conventions, Library Headers):
2895         * vol1.texi:
2896         * vol2.texi: Update FSF's address.
2898 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2900         * hooks.texi (Standard Hooks): Add occur-hook.
2902 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2904         * display.texi (The Echo Area): Correct menu.
2906 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2908         * elisp.texi (Top): Update subnode menu for Display.
2910         * display.texi (Displaying Messages): New node, with most
2911         of what was in The Echo Area.
2912         (Progress): Moved under The Echo Area.
2913         (Logging Messages): New node with new text.
2914         (Echo Area Customization): New node, the rest of what was
2915         in The Echo Area.  Document message-truncate-lines with @defvar.
2916         (Display): Update menu.
2918         * windows.texi (Textual Scrolling): Doc 3 values for
2919         scroll-preserve-screen-position.
2921         * text.texi (Special Properties): Change hook functions
2922         should bind inhibit-modification-hooks around altering buffer text.
2924         * keymaps.texi (Key Binding Commands): Call binding BINDING
2925         rather than DEFINITION.
2927 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2929         * variables.texi (Defining Variables): `user-variable-p' returns t
2930         for aliases of user options, nil for alias loops.
2932 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2934         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2935         make-keymap.
2937 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2939         * variables.texi (Setting Variables): Correct and clarify
2940         description of `add-to-ordered-list'.
2942 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2944         * display.texi (Faces): Minor cleanup.
2946 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2948         * display.texi (Faces): `facep' returns t for strings that are
2949         face names.
2951 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2953         * objects.texi (Equality Predicates): Clarify meaning of equal.
2955         * windows.texi (Selecting Windows): save-selected-window
2956         and with-selected-window save and restore the current buffer.
2958 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2960         * numbers.texi (Float Basics): Explain how to test for NaN,
2961         and printing the sign of NaNs.
2963 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2965         * makefile.w32-in (MAKEINFO): Use --force.
2967 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2969         * display.texi (Face Functions): Correct Texinfo usage.
2971 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2973         * lists.texi (Rings): `ring-elements' now returns the elements of
2974         RING in order.
2976 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2978         * markers.texi (The Mark): Texinfo usage fix.
2980 2005-06-23  Kim F. Storm  <storm@cua.dk>
2982         * searching.texi (Entire Match Data): Remove evaporate option for
2983         match-data.  Do not mention evaporate option for set-match-data.
2985 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2987         * display.texi (Face Functions): Mention face aliases.
2989 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2991         * anti.texi (Antinews): Texinfo usage fix.
2993 2005-06-21  Karl Berry  <karl@gnu.org>
2995         * elisp.texi: Use @copying.
2997         * elisp.texi: Put @summarycontents and @contents before the Top
2998         node, instead of the end of the file, so that the contents appear
2999         in the right place in the dvi/pdf output.
3001 2005-06-21  Juri Linkov  <juri@jurta.org>
3003         * display.texi (Defining Faces): Add `customized-face'.
3005 2005-06-20  Kim F. Storm  <storm@cua.dk>
3007         * variables.texi (Setting Variables): Any type of element can be
3008         given order in add-to-ordered-list.  Compare elements with eq.
3010         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
3012 2005-06-20  Karl Berry  <karl@gnu.org>
3014         * syntax.texi (Syntax Flags): Make last column very slightly wider
3015         to avoid "generic comment" breaking on two lines and causing an
3016         underfull box.
3018 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
3020         * lists.texi (Rings): Various minor clarifications and corrections.
3022 2005-06-18  Richard M. Stallman  <rms@gnu.org>
3024         * functions.texi (Obsolete Functions): Simplify.
3026         * variables.texi (Variable Aliases): Simplify.
3028         * anti.texi, backups.texi, compile.texi, customization.texi:
3029         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
3030         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
3031         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
3032         * variables.texi: Fix formatting ugliness.
3034         * elisp.texi: Add links to Rings and Byte Packing.
3035         Update version and copyright years.
3037         * minibuf.texi: Fix formatting ugliness.
3038         (Completion Commands): Move keymap vars to the end
3039         and vars completing-read binds to the top.
3041 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3043         * processes.texi: Fix typos.
3044         (Bindat Spec): Correct Texinfo error.
3045         (Byte Packing): Fix ungrammatical sentence.
3047 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
3049         * lists.texi (Rings): New node.
3050         (Lists): Add it to menu.
3052         * processes.texi (Byte Packing): New node.
3053         (Processes): Add it to menu.
3055 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3057         * syntax.texi (Parsing Expressions): Fix texinfo usage.
3059         * help.texi (Documentation Basics): Explain the xref to
3060         Documentation Tips.
3062         * debugging.texi (Debugger Commands): Minor fix.
3064 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
3066         * edebug.texi (Instrumenting): Eliminate duplicate link.
3067         (Specification List): Replace references to "below", referring to
3068         a later node, with one @ref to that node.
3070         * os.texi (Timers): Timers should save and restore the match data
3071         if they change it.
3073         * debugging.texi (Debugger Commands): Mention that the Lisp
3074         debugger can not step through primitive functions.
3076 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3078         * functions.texi (Obsolete Functions): Update argument names of
3079         `make-obsolete' and `define-obsolete-function-alias'.
3081         * variables.texi (Variable Aliases): Update argument names of
3082         `defvaralias', `make-obsolete-variable' and
3083         `define-obsolete-variable-alias'.
3085 2005-06-15  Kim F. Storm  <storm@cua.dk>
3087         * searching.texi (Entire Match Data): Rephrase warnings about
3088         evaporate arg to match-data and set-match-data.
3090 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3092         * elisp.texi (Top): Update detailed menu.
3094         * edebug.texi (Edebug): Update menu.
3095         (Instrumenting): Update xrefs.
3096         (Edebug Execution Modes): Correct xref.
3097         (Jumping): Clarify description of `h' command.
3098         Eliminate redundant @ref.
3099         (Breaks): New node.
3100         (Breakpoints): Is now a subsubsection.
3101         (Global Break Condition): Mention `C-x X X'.
3102         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
3103         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
3104         (Edebug Display Update): Correct pxref.
3105         (Edebug and Macros): New node.
3106         (Instrumenting Macro Calls): Is now a subsubsection.
3107         Neither arg of `def-edebug-spec' is evaluated.
3108         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
3109         (Specification Examples): Fix typo.
3111 2005-06-14  Lute Kamstra  <lute@gnu.org>
3113         * debugging.texi (Function Debugging): Primitives can break on
3114         entry too.
3116 2005-06-14  Kim F. Storm  <storm@cua.dk>
3118         * variables.texi (Setting Variables): Add add-to-ordered-list.
3120 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3122         * syntax.texi (Parsing Expressions): Document aux functions and vars of
3123         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
3125 2005-06-13  Lute Kamstra  <lute@gnu.org>
3127         * text.texi (Special Properties): Fix cross reference.
3129 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3131         * debugging.texi (Function Debugging): Delete mention of empty
3132         string argument to `cancel-debug-on-entry'.  Delete inaccurate
3133         description of the return value of that command.
3135 2005-06-11  Alan Mackenzie  <acm@muc.de>
3137         * text.texi (Adaptive Fill): Amplify the description of
3138         fill-context-prefix.
3140 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3142         * syntax.texi (Parsing Expressions): Fix Texinfo error.
3144 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * syntax.texi (Parsing Expressions): Document syntax-ppss.
3148 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3150         * debugging.texi (Error Debugging): Minor rewording.
3151         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
3152         is optional.
3154 2005-06-10  Lute Kamstra  <lute@gnu.org>
3156         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
3157         (Top): Give it a title.  Correct version number.  Give the
3158         detailed node listing a more prominent header.
3159         * intro.texi: Don't set VERSION here a second time.
3160         Mention Emacs's version too.
3161         * anti.texi (Antinews): Use EMACSVER to refer to the current
3162         version of Emacs.
3164 2005-06-09  Kim F. Storm  <storm@cua.dk>
3166         * searching.texi (Entire Match Data): Explain new `reseat' argument to
3167         match-data and set-match-data.
3169 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3171         * searching.texi (Entire Match Data): Clarify when match-data
3172         returns markers and when integers.
3174         * display.texi (Defining Faces): Explain that face name should not
3175         end in `-face'.
3177         * modes.texi (Mode Line Data): Minor cleanup.
3178         (Customizing Keywords): Node split out of Search-based Fontification.
3179         Add example of using font-lock-add-keywords from a hook.
3180         Clarify when MODE should be non-nil, and when nil.
3182 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3184         * modes.texi (Mode Line Data): Explain what happens when the car
3185         of a list is a void symbol.
3186         (Search-based Fontification): Explain MODE arg to
3187         font-lock-add-keywords and warn about calls from major modes.
3189 2005-06-08  Juri Linkov  <juri@jurta.org>
3191         * display.texi (Standard Faces): Add `shadow' face.
3193 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3195         * modes.texi (Major Mode Conventions): A derived mode only needs
3196         to put the call to the parent mode inside `delay-mode-hooks'.
3198 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3200         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3201         new, and what that implies.  Clarify.
3203         * files.texi (Locating Files): Clean up the text.
3205         * frames.texi (Window Frame Parameters): Document user-size.
3206         Shorten entry for top by referring to left.
3208 2005-05-26  Richard M. Stallman  <rms@gnu.org>
3210         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
3211         is new, and what the implications are.  Other clarifications.
3213 2005-05-24  Richard M. Stallman  <rms@gnu.org>
3215         * frames.texi (Dialog Boxes): Minor fixes.
3217 2005-05-25  Masatake YAMATO  <jet@gyve.org>
3219         * display.texi (Standard Faces): Write about `mode-line-highlight'.
3221 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3223         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3224         is optional.
3226 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3228         * frames.texi (Dialog Boxes): Descibe new optional argument.
3230 2005-05-23  Lute Kamstra  <lute@gnu.org>
3232         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3233         syntax-begin-function over font-lock-beginning-of-syntax-function.
3235 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3237         * minibuf.texi (Reading File Names): Update description of
3238         `read-directory-name'.
3240         * modes.texi (Derived Modes): Clarify :group keyword.
3242 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3244         * files.texi (Locating Files): New subsection.
3245         Describe locate-file and executable-find.
3247 2005-05-21  Kevin Ryde  <user42@zip.com.au>
3249         * frames.texi (Initial Parameters): Update cross reference to
3250         "Emacs Invocation".
3252 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3254         * keymaps.texi (Active Keymaps): Add anchor.
3256         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3257         (Major Mode Conventions): Refer to `Auto Major Mode' in more
3258         appropriate place.
3259         (Derived Modes): Small clarifications.
3260         (Minor Mode Conventions, Keymaps and Minor Modes):
3261         Replace references to nodes with references to anchors.
3262         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3263         Clarify description of lists whose first element is an integer.
3264         (Mode Line Variables): Add anchor.
3265         (%-Constructs): Clarify description of integer after %.
3266         (Emulating Mode Line): Describe nil value for FACE.
3268 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3270         * modes.texi (Derived Modes): Correct references to non-existing
3271         variable standard-syntax-table.
3273 2005-05-17  Lute Kamstra  <lute@gnu.org>
3275         * modes.texi (Defining Minor Modes): Mention the mode hook.
3277 2005-05-15  Kim F. Storm  <storm@cua.dk>
3279         * processes.texi (Network): Remove open-network-stream-nowait.
3280         (Network Servers): Remove open-network-stream-server.
3282 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
3284         * elisp.texi (Top): Update detailed menu.
3286         * variables.texi: Reorder nodes.
3287         (Variables): Update menu.
3288         (File Local Variables): Do not refer to the `-*-' line as
3289         a "local variables list".  Add pxref.
3291 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3293         * elisp.texi (Top): Update detailed menu for node changes.
3295         * modes.texi (Modes): Update Menu.
3296         (Hooks): Move to beginning of chapter.
3297         Most minor modes run mode hooks too.
3298         `add-hook' can handle void hooks or hooks whose value is a single
3299         function.
3300         (Major Modes): Update Menu.
3301         (Major Mode Basics): New node, split off from `Major Modes'.
3302         (Major Mode Conventions): Correct xref.  Explain how to handle
3303         auto-mode-alist if the major mode command has an autoload cookie.
3304         (Auto Major Mode): Major update.  Add magic-mode-alist.
3305         (Derived Modes): Major update.
3306         (Mode Line Format): Update Menu.
3307         (Mode Line Basics): New node, split off from `Mode Line Format'.
3309         * loading.texi (Autoload): Mention `autoload cookie' as synonym
3310         for `magic autoload comment'.  Add index entries and anchor.
3312 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3314         * tips.texi (Coding Conventions): Explain how important it is
3315         that just loading certain files not change Emacs behavior.
3317         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
3319 2005-05-12  Lute Kamstra  <lute@gnu.org>
3321         * modes.texi (Generic Modes): Update.
3322         (Major Modes): Refer to node "Generic Modes".
3324         * elisp.texi (Top): Update to the current structure of the manual.
3325         * processes.texi (Processes): Add menu description.
3326         * customize.texi (Customization): Add menu descriptions.
3328 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3330         * processes.texi (Signals to Processes)
3331         (Low-Level Network): Fix typos.
3333 2005-05-11  Lute Kamstra  <lute@gnu.org>
3335         * elisp.texi (Top): Add some nodes from the chapter "Major and
3336         Minor Modes" to the detailed node listing.
3338 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3340         * keymaps.texi (Extended Menu Items): Menu item filter functions
3341         can be called at any time.
3343 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
3345         * variables.texi (File Local Variables): `(hack-local-variables t)'
3346         now also checks whether a mode is specified in the local variables
3347         list.
3349 2005-05-05  Kevin Ryde  <user42@zip.com.au>
3351         * display.texi (The Echo Area): Correct format function cross
3352         reference.
3354 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3356         * variables.texi (Variable Aliases): Change description of
3357         `define-obsolete-variable-alias'.
3359         * functions.texi (Functions): Add "Obsolete Functions" to menu.
3360         (Defining Functions): Add xref.
3361         (Obsolete Functions): New node.
3362         (Function Safety): Standardize capitalization of section title.
3364         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
3365         (Dialog Boxes): Complete description of `x-popup-dialog'.
3367 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3369         * commands.texi (Interactive Codes): Fix Texinfo usage.
3370         Document U more clearly.
3372 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3374         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
3375         function and not a macro.
3377         * frames.texi (Pop-Up Menus): Correct and clarify description of
3378         `x-popup-menu'.
3379         (Dialog Boxes): Clarify description of `x-popup-dialog'.
3381 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3383         * edebug.texi (Checking Whether to Stop): Fix previous change.
3385 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3387         * display.texi: Fix typos and Texinfo usage.
3389         * edebug.texi (Checking Whether to Stop): executing-macro ->
3390         executing-kbd-macro.
3392 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3394         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
3396 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3398         * files.texi (Magic File Names): Document `operations' property.
3400 2005-04-29  Lute Kamstra  <lute@gnu.org>
3402         * modes.texi (Generic Modes): New node.
3403         (Major Modes): Add it to the menu.
3404         (Derived Modes): Add "derived mode" to concept index.
3406 2005-04-28  Lute Kamstra  <lute@gnu.org>
3408         * modes.texi (Defining Minor Modes): Fix previous change.
3409         (Font Lock Mode): Simplify.
3410         (Font Lock Basics): Say that font-lock-defaults is buffer-local
3411         when set and that some parts are optional.  Add cross references.
3412         (Search-based Fontification): Say how to specify font-lock-keywords.
3413         Add cross references.  Add font-lock-multiline to index.
3414         Move font-lock-keywords-case-fold-search here from node "Other Font
3415         Lock Variables".  Document font-lock-add-keywords and
3416         font-lock-remove-keywords.
3417         (Other Font Lock Variables): Move font-lock-keywords-only,
3418         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3419         and font-lock-syntactic-face-function to node "Syntactic Font
3420         Lock".  Move font-lock-keywords-case-fold-search to node
3421         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
3422         and font-lock-{,un}fontify-{buffer,region}-function.
3423         (Precalculated Fontification): Remove reference to deleted variable
3424         font-lock-core-only.
3425         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3426         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
3427         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3428         and font-lock-syntactic-face-function here from node "Other Font
3429         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
3430         Syntax Properties".  Add cross references.
3431         (Setting Syntax Properties): New node.
3432         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
3433         * syntax.texi (Syntax Properties): Add cross reference.
3434         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3436 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3438         * display.texi (Defining Faces):
3439         Document `default' elements of defface spec.
3441         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3443         * variables.texi (Variable Aliases): Clarify text.
3445 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
3447         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3449 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
3451         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3453 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3455         * syntax.texi (Syntax Table Internals): Elaborate documentation of
3456         syntax-after and syntax-class.
3458         * files.texi (Changing Files): Fix last change's cross-reference.
3459         (Unique File Names): Don't mention "numbers" in the documentation
3460         of make-temp-file and make-temp-name.
3462 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3464         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
3466 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3468         * windows.texi (Cyclic Window Ordering): Clarify window-list.
3470 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3472         * variables.texi (Variable Aliases): Describe make-obsolete-variable
3473         and define-obsolete-variable-alias.
3475 2005-04-22  Kim F. Storm  <storm@cua.dk>
3477         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
3478         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
3480 2005-04-21  Lute Kamstra  <lute@gnu.org>
3482         * lists.texi (Association Lists): Document rassq-delete-all.
3484 2005-04-19  Richard M. Stallman  <rms@gnu.org>
3486         * modes.texi (Search-based Fontification): Explain that
3487         facespec is an expression to be evaluated.
3489 2005-04-19  Kevin Ryde  <user42@zip.com.au>
3491         * streams.texi (Output Functions): Fix xref.
3492         * strings.texi (String Conversion): Fix xref.
3494 2005-04-19  Kim F. Storm  <storm@cua.dk>
3496         * symbols.texi (Symbol Plists): Add safe-get.
3497         Mention that `get' may signal an error.
3499 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
3501         * customize.texi (Variable Definitions): Replace tooltip-mode
3502         example with save-place.
3504 2005-04-17  Richard M. Stallman  <rms@gnu.org>
3506         * buffers.texi (Indirect Buffers): Clarify.
3508         * positions.texi (Positions): Clarify converting marker to integer.
3510         * strings.texi (String Basics): Mention string-match; clarify.
3512 2005-04-08  Lute Kamstra  <lute@gnu.org>
3514         * modes.texi (Search-based Fontification): Fix cross references.
3515         Use consistent terminology.  Document anchored highlighting.
3517 2005-04-05  Lute Kamstra  <lute@gnu.org>
3519         * modes.texi (Defining Minor Modes): Document :group keyword
3520         argument and its default value.
3522 2005-04-03  Lute Kamstra  <lute@gnu.org>
3524         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
3525         references and/or descriptions.  Delete major mode hooks; mention
3526         them as a category instead.  Rename or delete obsolete hooks.
3528 2005-04-02  Richard M. Stallman  <rms@gnu.org>
3530         * nonascii.texi (Coding System Basics): Another wording cleanup.
3532 2005-04-01  Richard M. Stallman  <rms@gnu.org>
3534         * nonascii.texi (Coding System Basics): Clarify previous change.
3536 2005-04-01  Kenichi Handa  <handa@m17n.org>
3538         * nonascii.texi (Coding System Basics): Describe about rondtrip
3539         identity of coding systems.
3541 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3543         * text.texi (Buffer Contents): Add filter-buffer-substring and
3544         buffer-substring-filters.
3546 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
3548         * anti.texi (Antinews): Mention `G' interactive code.
3550         * tips.texi (Compilation Tips): Mention benchmark.el.
3552 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3554         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3555         is now bound to M-o M-o.
3557         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3559 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3561         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3562         in the Emacs Manual).
3563         * Makefile.in (srcs): Remove calendar.texi.
3564         * makefile.w32-in (srcs): Remove calendar.texi.
3565         * display.texi (Display): Change name of next node.
3566         * os.texi (System In): Change name of previous node.
3567         * elisp.texi (Top): Remove Calendar references.
3568         * vol1.texi (Top): Remove Calendar references.
3569         * vol2.texi (Top): Remove Calendar references.
3571 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3573         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
3574         Cleanup previous change.
3576 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
3578         * display.texi (Face Attributes): Faces earlier in an :inherit
3579         list take precedence.
3580         (Scroll Bars): Fix description of vertical-scroll-bars.
3581         Document frame-current-scroll-bars and window-current-scroll-bars.
3583         * markers.texi (The Mark): Document temporary Transient Mark mode.
3585         * minibuf.texi (Reading File Names):
3586         Document read-file-name-completion-ignore-case.
3588         * positions.texi (Screen Lines): Document nil for width argument
3589         to compute-motion.
3591 2005-03-23  Kim F. Storm  <storm@cua.dk>
3593         * display.texi (Standard Faces): Other faces used in the fringe
3594         implicitly inherits from the fringe face.
3595         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3596         properties implicitly inherits from fringe face.
3597         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3599 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
3601         * display.texi (Invisible Text): State default value of
3602         line-move-ignore-invisible.
3603         (Managing Overlays): Document remove-overlays.
3604         (Standard Faces): Document escape-glyph face.
3606         * minibuf.texi (Reading File Names): Document read-file-name-function.
3608         * modes.texi (Other Font Lock Variables):
3609         Document font-lock-lines-before.
3611         * positions.texi (Skipping Characters): skip-chars-forward allows
3612         character classes.
3614 2005-03-18  Lute Kamstra  <lute@gnu.org>
3616         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3618 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3620         * text.texi (Undo): Document extensible undo entries.
3622         * searching.texi (String Search, Regexp Search): Cleanups.
3624         * nonascii.texi (Character Codes): Minor fix.
3626         * display.texi (Display Property): Explain the significance
3627         of having text properties that are eq.
3628         (Other Display Specs): Explain string as display spec.
3630         * commands.texi (Interactive Codes): Document G option.
3632 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
3634         * text.texi (Filling): Add sentence-end-without-period and
3635         sentence-end-without-space.
3636         (Changing Properties): Minor fix.
3638         * anti.texi: Total rewrite.
3640 2005-03-15  Lute Kamstra  <lute@gnu.org>
3642         * edebug.texi (Instrumenting Macro Calls): Fix typos.
3644 2005-03-08  Kim F. Storm  <storm@cua.dk>
3646         * display.texi (Specified Space): Property :width is support on
3647         non-graphic terminals, :height is not.
3649 2005-03-07  Richard M. Stallman  <rms@gnu.org>
3651         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3652         Now subnodes of Fringes.
3653         (Overlay Arrow): Document overlay-arrow-variable-list.
3654         (Fringe Size/Pos): New node, broken out of Fringes.
3655         (Display): Explain clearing vs redisplay better.
3656         (Truncation): Clarify use of bitmaps.
3657         (The Echo Area): Clarify the uses of the echo area.
3658         Add max-mini-window-height.
3659         (Progress): Clarify.
3660         (Invisible Text): Explain that main loop moves point out.
3661         (Selective Display): Say "hidden", not "invisible".
3662         (Managing Overlays): Move up.  Describe relation to Undo here.
3663         (Overlay Properties): Clarify intro.
3664         (Finding Overlays): Explain return values when nothing found.
3665         (Width): truncate-string-to-width has added arg.
3666         (Displaying Faces): Clarify and update mode line face handling.
3667         (Face Functions): Minor cleanup.
3668         (Conditional Display): Merge into Other Display Specs.
3669         (Pixel Specification, Other Display Specs): Minor cleanups.
3670         (Images, Image Descriptors): Minor cleanups.
3671         (GIF Images): Patents have expired.
3672         (Showing Images): Explain default text for insert-image.
3673         (Manipulating Button Types): Merge into Manipulating Buttons.
3674         (Making Buttons): Explain return values.
3675         (Button Buffer Commands): Add xref.
3676         (Inverse Video): Update mode-line-inverse-video.
3677         (Display Table Format): Clarify.
3678         (Active Display Table): Give defaults for window-display-table.
3680         * calendar.texi (Calendar Customizing): calendar-holiday-marker
3681         and calendar-today-marker are strings, not chars.
3682         (Holiday Customizing): Minor fix.
3684         * internals.texi (Writing Emacs Primitives): Update `or' example.
3685         Update limit on # args of subr.
3687         * edebug.texi (Using Edebug): Arrow is in fringe.
3688         (Instrumenting): Arg to eval-defun works without loading edebug.
3689         (Edebug Execution Modes): Add xref.
3691         * customize.texi (Common Keywords): Clarify :require.
3692         Mention :version here.
3693         (Variable Definitions, Group Definitions): Not here.
3694         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3696 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
3697         * nonascii.texi (Text Representations): Clarify position-bytes.
3698         (Character Sets): Add list-charset-chars.
3699         (Scanning Charsets): Add charset-after.
3700         (Encoding and I/O): Minor fix.
3702 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3704         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3705         (Resizing Windows): Likewise.
3707         * text.texi (Change Hooks): Get rid of "Emacs 21".
3709         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3711         * streams.texi (Output Variables): Get rid of "Emacs 21".
3713         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3715         * os.texi (Translating Input): Replace flow-control example
3716         with a less obsolete example that uses `keyboard-translate'.
3718         * objects.texi (Hash Table Type, Circular Objects):
3719         Get rid of "Emacs 21".
3721         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3722         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3724         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3726         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3728         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3729         (Menu Bar): Fix when menu-bar-update-hook is called.
3731         * hash.texi (Hash Tables): Get rid of "Emacs 21".
3733         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3734         and make it read better.
3736         * files.texi (Writing to Files): Get rid of "Emacs 21".
3737         (Unique File Names): Likewise.
3739         * elisp.texi: Update Emacs version to 22.
3741         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3742         (Overlay Properties, Face Attributes): Likewise.
3743         (Managing Overlays): Fix punctuation.
3744         (Attribute Functions): Clarify set-face-font; get rid of
3745         info about old Emacs versions.
3746         (Auto Faces, Font Lookup, Display Property, Images):
3747         Get rid of "Emacs 21".
3749         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3751 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3753         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3755 2005-03-04  Lute Kamstra  <lute@gnu.org>
3757         * debugging.texi (Error Debugging): Document stack-trace-on-error.
3759 2005-03-03  Lute Kamstra  <lute@gnu.org>
3761         * edebug.texi (Instrumenting Macro Calls): Fix typo.
3763 2005-03-01  Lute Kamstra  <lute@gnu.org>
3765         * debugging.texi (Debugger Commands): Update `j'.
3767 2005-02-28  Lute Kamstra  <lute@gnu.org>
3769         * debugging.texi (Debugging): Fix typo.
3770         (Error Debugging): Document eval-expression-debug-on-error.
3771         (Function Debugging): Update example.
3772         (Using Debugger): Mention starred stack frames.
3773         (Debugger Commands): Document `j' and `l'.
3774         (Invoking the Debugger): `d' and `j' exit recursive edit too.
3775         Update the messages that the debugger displays.
3776         (Internals of Debugger): Add cross reference.  Update example.
3777         (Excess Open): Minor improvement.
3778         (Excess Close): Minor improvement.
3780 2005-02-26  Richard M. Stallman  <rms@gnu.org>
3782         * tips.texi (Coding Conventions): Clarify.
3783         Put all the major mode key reservations together.
3784         Mention the Mouse-1 => Mouse-2 conventions.
3786         * syntax.texi (Syntax Class Table): Clarify.
3787         (Syntax Table Functions): syntax-after moved from here.
3788         (Syntax Table Internals): syntax-after moved to here.
3789         (Parsing Expressions): Update info on number of values
3790         and what's meaningful in the STATE argument.
3791         (Categories): Fix typo.
3793         * sequences.texi (Arrays): Cleanup.
3794         (Char-Tables): Clarify.
3796         * processes.texi (Deleting Processes): Cleanups, add xref.
3797         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
3798         (Process Information): set-process-coding-system, some args optional.
3799         (Input to Processes): Explain various types for PROCESS args.
3800         Rename them from PROCESS-NAME to PROCESS.
3801         (Signals to Processes): Likewise.
3802         (Decoding Output): Cleanup.
3803         (Query Before Exit): Clarify.
3805         * os.texi (Startup Summary): Correct the options; add missing ones.
3806         (Terminal Output, Batch Mode): Clarify.
3807         (Flow Control): Node deleted.
3809         * markers.texi (The Mark): Clarify.
3811         * macros.texi (Expansion): Cleanup.
3812         (Indenting Macros): indent-spec allows ints, not floats.
3814         * keymaps.texi (Keymaps): Clarify.
3815         (Format of Keymaps): Update lisp-mode-map example.
3816         (Active Keymaps, Key Lookup): Clarify.
3817         (Changing Key Bindings): Add xref to `kbd'.
3818         (Key Binding Commands, Simple Menu Items): Clarify.
3819         (Mouse Menus, Menu Bar): Clarify.
3820         (Menu Example): Replace print example with menu-bar-replace-menu.
3822         * help.texi (Documentation Basics): Add function-documentation prop.
3824         * elisp.texi (Top): Don't refer to Flow Control node.
3826         * commands.texi (Command Overview): Improve xrefs.
3827         (Adjusting Point): Adjusting point applies to intangible and invis.
3828         (Key Sequence Input): Doc extra read-key-sequence args.
3829         Likewise for read-key-sequence-vector.
3831         * backups.texi (Rename or Copy): Minor fix.
3832         (Numbered Backups): For version-control, say the default.
3833         (Auto-Saving): make-auto-save-file-name example is simplified.
3835         * advice.texi (Advising Functions): Don't imply one part of Emacs
3836         should advise another part.  Markup changes.
3837         (Defining Advice): Move transitional para.
3838         (Activation of Advice): Cleanup.
3839         Explain if COMPILE is nil or negative.
3841         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3843 2005-02-24  Lute Kamstra  <lute@gnu.org>
3845         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3846         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3848 2005-02-23  Lute Kamstra  <lute@gnu.org>
3850         * modes.texi (Defining Minor Modes): define-minor-mode can be used
3851         to define global minor modes as well.
3853         * display.texi (Managing Overlays): overlay-buffer returns nil for
3854         deleted overlays.
3856 2005-02-22  Kim F. Storm  <storm@cua.dk>
3858         * minibuf.texi (Basic Completion): Allow symbols in addition to
3859         strings in try-completion and all-completions.
3861 2005-02-14  Lute Kamstra  <lute@gnu.org>
3863         * elisp.texi (Top): Remove reference to deleted node.
3865         * lists.texi (Lists): Remove reference to deleted node.
3866         (Cons Cells): Fix typo.
3868         * loading.texi (Where Defined): Fix typo.
3870 2005-02-14  Richard M. Stallman  <rms@gnu.org>
3872         * variables.texi (Creating Buffer-Local): change-major-mode-hook
3873         is useful for discarding some minor modes.
3875         * symbols.texi (Symbol Components): Reorder examples.
3877         * streams.texi (Input Functions): State standard-input default.
3878         (Output Variables): State standard-output default.
3880         * objects.texi (Printed Representation): Clarify read syntax vs print.
3881         (Floating Point Type): Explain meaning better.
3882         (Symbol Type): Explain uniqueness better.
3883         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
3884         List examples sooner.
3885         (Box Diagrams): New subnode broken out.
3886         Some examples moved from old Lists as Boxes node.
3887         (Dotted Pair Notation): Clarify intro.
3888         (Array Type): Clarify.
3889         (Type Predicates): Add hash-table-p.
3891         * numbers.texi (Integer Basics): Clarify radix explanation.
3892         (Predicates on Numbers): Minor clarification.
3893         (Comparison of Numbers): Minor clarification.  Clarify eql.
3894         Typos in min, max.
3895         (Math Functions): Clarify overflow in expt.
3897         * minibuf.texi (Text from Minibuffer): Minor clarification.
3898         Mention arrow keys.
3900         * loading.texi (Autoload): defun's doc string overrides autoload's
3901         doc string.
3902         (Repeated Loading): Modernize "add to list" examples.
3903         (Where Defined): Finish updating table of load-history elts.
3905         * lists.texi (List-related Predicates): Minor wording improvement.
3906         (Lists as Boxes): Node deleted.
3907         (Building Lists): Explain trivial cases of number-sequence.
3909         * hash.texi (Hash Tables): Add desc to menu items.
3910         (Creating Hash): Expain "full" means "make larger",
3911         (Hash Access): Any object can be a key.
3912         State value of maphash.
3914         * functions.texi (What Is a Function): Wording cleanup.
3915         (Function Documentation): Minor cleanup.
3916         Explain purpose of calling convention at end of doc string.
3917         (Function Names): Wording cleanup.
3918         (Calling Functions): Wording cleanup.
3919         Explain better how funcall calls the function.
3920         (Function Cells): Delete example of saving and redefining function.
3922         * control.texi (Combining Conditions): Wording cleanup.
3923         (Iteration): dolist and dotimes bind VAR locally.
3924         (Cleanups): Xref to Atomic Changes.
3926         * compile.texi (Byte Compilation): Delete 19.29 info.
3927         (Compilation Functions): Macros' difficulties don't affect defsubst.
3928         (Docs and Compilation): Delete 19.29 info.
3930 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3932         * objects.texi (Symbol Type): Minor correction.
3934 2005-02-06  Lute Kamstra  <lute@gnu.org>
3936         * modes.texi (Example Major Modes): Fix typos.
3938 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3940         * text.texi (Margins): fill-nobreak-predicate can be one function.
3942         * strings.texi (Modifying Strings): clear-string can make unibyte.
3943         (Formatting Strings): format gives error if values missing.
3945         * positions.texi (Character Motion): Mention default arg
3946         for forward-char.  backward-char refers to forward-char.
3947         (Word Motion): Mention default arg for forward-word.
3948         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3949         Simplify end-of-buffer.
3950         (Text Lines): Mention default arg for forward-line.
3951         (List Motion): Mention default arg for beginning/end-of-defun.
3952         (Skipping Characters): Minor fixes in explaining character-set.
3954         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3955         Mode inheritance applies only when default-major-mode is nil.
3956         Clarifications.
3957         (Example Major Modes): Update Text mode and Lisp mode examples.
3958         (Minor Mode Conventions): Mention define-minor-mode at top.
3959         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3960         (Mode Line Format): Update mode line face display info.
3961         (Properties in Mode): Mention effect of risky vars.
3962         (Imenu): Define imenu-add-to-menubar.
3963         (Font Lock Mode): Add descriptions to menu lines.
3964         (Faces for Font Lock): Add font-lock-doc-face.
3966 2005-02-05  Lute Kamstra  <lute@gnu.org>
3968         * text.texi (Maintaining Undo): Remove obsolete function.
3970 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3972         * frames.texi (Color Names): Add pointer to the X docs about RGB
3973         color specifications.  Improve indexing
3974         (Text Terminal Colors): Replace the description of RGB values by
3975         an xref to "Color Names".
3977 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3979         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3980         Clarify.
3981         (Selecting Windows): Clarify save-selected-window.
3982         (Cyclic Window Ordering): Clarify walk-windows.
3983         (Window Point): Clarify.
3984         (Window Start): Add comment to example.
3985         (Resizing Windows): Add `interactive' specs in examples.
3986         Document fit-window-to-buffer.
3988         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3989         (Undo, Maintaining Undo): Clarify last change.
3990         (Sorting): In sort-numeric-fields, explain about octal and hex.
3991         Mention sort-numeric-base.
3992         (Format Properties): Add xref for hard newlines.
3994         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3995         (Pop-Up Menus): Fix typo.
3996         (Color Names): Explain all types of color names.
3997         Explain color-values on B&W terminal.
3998         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
4000         * files.texi (File Locks): Not supported on MS systems.
4001         (Testing Accessibility): Clarify.
4003         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4004         (Coverage Testing): Fix typo.
4006         * commands.texi (Misc Events): Remove stray space.
4008         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
4009         (Modification Time): Clarify when visited-file-modtime returns 0.
4010         (The Buffer List): Clarify bury-buffer.
4011         (Killing Buffers): Clarify.
4012         (Indirect Buffers): Add clone-indirect-buffer.
4014 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
4016         * edebug.texi (Printing in Edebug): Fix default value of
4017         edebug-print-circle.
4018         (Coverage Testing): Fix displayed frequency count data.
4020 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
4022         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
4024 2005-02-02  Kim F. Storm  <storm@cua.dk>
4026         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
4028 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
4030         * commands.texi (Misc Events): Describe the help-echo event.
4032         * text.texi (Special Properties) <help-echo>: Use `pos'
4033         consistently in description of the help-echo property.
4034         Use @code{nil} instead of @var{nil}.
4036         * display.texi (Overlay Properties): Fix the index entry for
4037         help-echo overlay property.
4039         * customize.texi (Type Keywords): Uncomment the xref to the
4040         help-echo property documentation.
4042 2005-01-23  Kim F. Storm  <storm@cua.dk>
4044         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
4045         return value.  Third element FULLY replaced by PARTIAL which
4046         specifies number of invisible pixels if row is only partially visible.
4047         (Textual Scrolling): Mention auto-window-vscroll.
4048         (Vertical Scrolling): New defvar auto-window-vscroll.
4050 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4052         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
4053         command remapping.
4055 2005-01-15  Richard M. Stallman  <rms@gnu.org>
4057         * display.texi (Defining Images): Mention DATA-P arg of create-image.
4059 2005-01-14  Kim F. Storm  <storm@cua.dk>
4061         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4063         * text.texi (Links and Mouse-1): Fix string and vector item.
4065 2005-01-13  Richard M. Stallman  <rms@gnu.org>
4067         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4068         descriptions of overriding-local-map and overriding-terminal-local-map.
4070         * text.texi (Links and Mouse-1): Clarify text.
4072 2005-01-13  Kim F. Storm  <storm@cua.dk>
4074         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4076 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4078         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
4080 2005-01-12  Kim F. Storm  <storm@cua.dk>
4082         * text.texi (Links and Mouse-1): Rename section from Enabling
4083         Mouse-1 to Following Links.  Change xrefs.
4084         Add examples for define-button-type and define-widget.
4086         * display.texi (Button Properties, Button Buffer Commands):
4087         Clarify mouse-1 and follow-link functionality.
4089 2005-01-12  Richard M. Stallman  <rms@gnu.org>
4091         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
4093         * display.texi (Beeping): Fix Texinfo usage.
4095         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
4097 2005-01-11  Kim F. Storm  <storm@cua.dk>
4099         * display.texi (Button Properties, Button Buffer Commands):
4100         Mention mouse-1 binding.  Add follow-link keyword.
4102         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
4103         (Enabling Mouse-1 to Follow Links): New subsection.
4105 2005-01-06  Richard M. Stallman  <rms@gnu.org>
4107         * text.texi (Special Properties): Minor change.
4109         * os.texi (Timers): Clarify previous change.
4111         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
4113 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
4115         * display.texi (Face Attributes): Correct xref to renamed node.
4117 2005-01-01  Richard M. Stallman  <rms@gnu.org>
4119         * display.texi (Face Attributes): Describe hex color specs.
4121 2004-12-31  Richard M. Stallman  <rms@gnu.org>
4123         * os.texi (Timers): Update previous change.
4125 2004-12-30  Kim F. Storm  <storm@cua.dk>
4127         * display.texi (Line Height): Total line-height is now specified
4128         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
4129         in cons cells.  (nil . RATIO) is relative to actual line height.
4130         Use line-height `t' instead of `0' to get minimum height.
4132 2004-12-29  Richard M. Stallman  <rms@gnu.org>
4134         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
4136 2004-12-28  Richard M. Stallman  <rms@gnu.org>
4138         * commands.texi (Quitting): Clarify value of with-local-quit.
4140         * elisp.texi (Top): Fix previous change.
4142         * loading.texi (Loading): Fix previous change.
4144 2004-12-27  Richard M. Stallman  <rms@gnu.org>
4146         * Makefile.in (MAKEINFO): Specify --force.
4148         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4150         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
4152         * display.texi (Line Height): Further clarify.
4154         * elisp.texi (Top): Update Loading submenu.
4156         * loading.texi (Where Defined): New node.
4157         (Unloading): load-history moved to Where Defined.
4159 2004-12-21  Richard M. Stallman  <rms@gnu.org>
4161         * commands.texi (Event Input Misc): Add while-no-input.
4163 2004-12-11  Richard M. Stallman  <rms@gnu.org>
4165         * display.texi (Line Height): Rewrite text for clarity.
4167 2004-12-11  Kim F. Storm  <storm@cua.dk>
4169         * display.texi (Display): Add node "Line Height" to menu.
4170         (Line Height): New node.  Move full description of line-spacing
4171         and line-height text properties here from text.texi.
4172         (Scroll Bars): Add vertical-scroll-bar variable.
4174         * frames.texi (Window Frame Parameters): Remove line-height defvar.
4176         * locals.texi (Standard Buffer-Local Variables): Fix xref for
4177         line-spacing and vertical-scroll-bar.
4179         * text.texi (Special Properties): Just mention line-spacing and
4180         line-height here, add xref to new "Line Height" node.
4182 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
4184         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4186         * locals.texi (Standard Buffer-Local Variables):
4187         Add @xref for `line-spacing'.
4189 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4191         * Makefile.in (maintainer-clean): Remove the info files
4192         in $(infodir) where they are created.
4194 2004-12-03  Richard M. Stallman  <rms@gnu.org>
4196         * windows.texi (Selecting Windows): get-lru-window and
4197         get-largest-window don't consider dedicated windows.
4199         * text.texi (Undo): Document undo-in-progress.
4201 2004-11-26  Richard M. Stallman  <rms@gnu.org>
4203         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4204         Remove a few vars that are not always buffer-local.
4206 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
4208         * locals.texi (Standard Buffer-Local Variables): Comment out
4209         xref's to non-existent node `Yet to be written'.
4211 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4213         * processes.texi (Synchronous Processes): Grammar fix.
4215         * numbers.texi (Comparison of Numbers): Add eql.
4217         * locals.texi (Standard Buffer-Local Variables): Add many vars.
4219         * intro.texi (Printing Notation): Fix previous change.
4221         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4222         and default-indicate-buffer-boundaries from here.
4223         (Usual Display): To here.
4224         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4225         (Usual Display): Move tab-width up.
4227         * customize.texi (Variable Definitions): Replace
4228         show-paren-mode example with tooltip-mode.
4229         (Simple Types, Composite Types, Defining New Types):
4230         Minor cleanups.
4232 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
4234         * processes.texi (Synchronous Processes, Output from Processes):
4235         Markup fix.
4237 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4239         * positions.texi (Skipping Characters): skip-chars-forward
4240         now handles char classes.
4242         * intro.texi (Printing Notation): Avoid confusion of `print'
4243         when explaining @print.
4245         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4247         * display.texi (Display Table Format): Minor fix.
4249         * streams.texi (Output Functions): Fix print example.
4251         * Makefile.in (elisp): New target.
4252         (dist): Depend on $(infodir)/elisp, not elisp.
4253         Copy the info files from $(infodir).
4255         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4256         read-from-minibuffer.
4258         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4260 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4262         * searching.texi (Regexp Search): Add search-whitespace-regexp.
4264 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
4266         * tips.texi (Coding Conventions): Fix typo.
4268 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4270         * tips.texi (Coding Conventions): Separate defvar and require
4271         methods to avoid warnings.  Use require only when there are many
4272         functions and variables from that package.
4274         * minibuf.texi (Minibuffer Completion): When ignoring case,
4275         predicate must not be case-sensitive.
4277         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4278         (Test Coverage): Don't talk about "splotches".  Clarified.
4280 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
4282         * frames.texi (Window Frame Parameters): Fix typo.
4284 2004-11-15  Kim F. Storm  <storm@cua.dk>
4286         * symbols.texi (Other Plists): Note that plist-get may signal error.
4287         Add safe-plist-get.
4289 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4291         * modes.texi (Font Lock Basics): Fix typo.
4293 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4295         * syntax.texi (Syntax Table Functions): Add syntax-after.
4297 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
4299         * os.texi (Processor Run Time): New section documenting
4300         get-internal-run-time.
4302 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4304         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4305         it nukes elisp-cover.texi.
4306         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
4307         elisp-0 etc.
4309 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4311         * commands.texi (Keyboard Macros): Document `append' return value
4312         of `defining-kbd-macro'.
4314 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4316         * commands.texi (Interactive Call): Add called-interactively-p.
4318 2004-10-29  Simon Josefsson  <jas@extundo.com>
4320         * minibuf.texi (Reading a Password): Revert.
4322 2004-10-28  Richard M. Stallman  <rms@gnu.org>
4324         * frames.texi (Display Feature Testing): Explain about "vendor".
4326 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4328         * commands.texi (Interactive Codes): `N' uses numeric prefix,
4329         not raw.  Clarify `n'.
4330         (Interactive Call): Rewrite interactive-p, focusing on when
4331         and how to use it.
4332         (Misc Events): Clarify previous change.
4334         * advice.texi (Simple Advice): Clarify what job the example does.
4335         (Around-Advice): Clarify ad-do-it.
4336         (Activation of Advice): An option of ad-default-compilation-action
4337         is `never', not `nil'.
4339 2004-10-26  Kim F. Storm  <storm@cua.dk>
4341         * commands.texi (Interactive Codes): Add U code letter.
4343 2004-10-25  Simon Josefsson  <jas@extundo.com>
4345         * minibuf.texi (Reading a Password): Add.
4347 2004-10-24  Jason Rumney  <jasonr@gnu.org>
4349         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
4350         and wheel-down.
4352 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4354         * processes.texi (Synchronous Processes): Document process-file.
4356 2004-10-22  Kenichi Handa  <handa@m17n.org>
4358         * text.texi (translate-region): Document that it accepts also a
4359         char-table.
4361 2004-10-22  David Ponce  <david@dponce.com>
4363         * windows.texi (Resizing Windows): Document the `preserve-before'
4364         argument of the functions `enlarge-window' and `shrink-window'.
4366 2004-10-19  Jason Rumney  <jasonr@gnu.org>
4368         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
4370 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4372         * text.texi (Filling): Add anchor for definition of
4373         `sentence-end-double-space'.
4375         * searching.texi (Regexp Example): Update description of how
4376         Emacs currently recognizes the end of a sentence.
4377         (Standard Regexps): Update definition of the variable
4378         `sentence-end'.  Add definition of the function `sentence-end'.
4380 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4382         * display.texi (Progress): New node.
4384 2004-10-05  Kim F. Storm  <storm@cua.dk>
4386         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
4388 2004-09-29  Kim F. Storm  <storm@cua.dk>
4390         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
4391         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
4392         fringe bitmap symbols, as they now have their own namespace.
4393         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
4394         vs. pixels.  Signal error if no free bitmap slots.
4395         (Pixel Specification): Change IMAGE to @var{image}.
4397 2004-09-28  Richard M. Stallman  <rms@gnu.org>
4399         * text.texi (Special Properties): Clarify line-spacing and line-height.
4401         * searching.texi (Regexp Search): Add looking-back.
4403 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
4405         * display.texi: Correct typos.
4406         (Image Descriptors): Correct xref's.
4408 2004-09-25  Richard M. Stallman  <rms@gnu.org>
4410         * text.texi (Special Properties): Cleanups in `cursor'.
4411         Rewrites in `line-height' and `line-spacing'; exchange them.
4413         * display.texi (Fringes): Rewrite previous change.
4414         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
4415         (Display Fringe Bitmaps): Node deleted, text moved.
4416         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
4417         (Scroll Bars): Clarify set-window-scroll-bars.
4418         (Pointer Shape): Rewrite.
4419         (Specified Space): Clarify :align-to, etc.
4420         (Pixel Specification): Use @var.  Clarify new text.
4421         (Other Display Specs): Clarify `slice'.
4422         (Image Descriptors): Cleanups.
4423         (Showing Images): Cleanups.
4425 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4427         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4429         * modes.texi: Various minor changes in addition to:
4430         (Major Mode Conventions): Final call to `run-mode-hooks' should
4431         not be inside the `delay-mode-hooks' form.
4432         (Mode Hooks): New node.
4433         (Hooks): Delete obsolete example.
4434         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4435         node "Mode Hooks".
4437 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
4439         * display.texi: Correct various typos.
4440         (Display): Rename node "Pointer Shapes" to "Pointer
4441         Shape".  (There is already a node called "Pointer Shapes" in
4442         frames.texi.)
4443         (Images): Remove non-existent node "Image Slices" from menu.
4445 2004-09-23  Kim F. Storm  <storm@cua.dk>
4447         * text.texi (Special Properties): Add `cursor', `pointer',
4448         `line-height', and `line-spacing' properties.
4450         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4451         Shapes' to menu.
4452         (Standard Faces): Doc fix for fringe face.
4453         (Fringes): Add `overflow-newline-into-fringe' and
4454         'indicate-buffer-boundaries'.
4455         (Fringe Bitmaps, Pointer Shapes): New nodes.
4456         (Display Property): Add 'Pixel Specification' and 'Display Fringe
4457         Bitmaps' to menu.
4458         (Specified Space): Describe pixel width and height.
4459         (Pixel Specification): New node.
4460         (Other Display Specs): Add `slice' property.
4461         (Display Fringe Bitmaps): New node.
4462         (Images): Add 'Image Slices' to menu.
4463         (Image Descriptors): Add `:pointer' and `:map' properties.
4464         (Showing Images): Add slice arg to `insert-image'.  Add
4465         'insert-sliced-image'.
4467 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4469         * commands.texi (Key Sequence Input):
4470         Clarify downcasing in read-key-sequence.
4472 2004-09-08  Juri Linkov  <juri@jurta.org>
4474         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
4476 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4478         * locals.texi (Standard Buffer-Local Variables): Add
4479         `buffer-auto-save-file-format'.
4480         * internals.texi (Buffer Internals): Describe new
4481         auto_save_file_format field of the buffer structure.
4482         * files.texi (Format Conversion): `auto-save-file-format' has been
4483         renamed `buffer-auto-save-file-format'.
4485 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
4487         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
4488         an integer or a marker.
4489         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
4491 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4493         * modes.texi (Major Mode Conventions): Discuss rebinding of
4494         standard key bindings.
4496 2004-08-18  Kim F. Storm  <storm@cua.dk>
4498         * processes.texi (Accepting Output): Add `just-this-one' arg to
4499         `accept-process-output'.
4500         (Output from Processes): New var `process-adaptive-read-buffering'.
4502 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4504         * keymaps.texi: Various changes in addition to:
4505         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
4506         Give more varied examples for `kbd'.
4507         (Creating Keymaps): Char tables have slots for all characters
4508         without modifiers.
4509         (Active Keymaps): `overriding-local-map' and
4510         `overriding-terminal-local-map' also override text property and
4511         overlay keymaps.
4512         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
4513         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
4514         to denote a prefix of no events.
4515         `map-keymap' includes parent's bindings _recursively_.
4516         Clarify and correct description of `where-is-internal'.
4517         Mention BUFFER-OR-NAME arg to `describe-bindings'.
4518         (Menu Example): For menus intended for use with the keyboard, the
4519         menu items should be bound to characters or real function keys.
4521 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4523         * objects.texi (Character Type): Reposition `@anchor' to prevent
4524         double space inside sentence in Info.
4526         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4527         renamed to `disabled-command-function'.
4528         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
4529         (Command Loop Info): Replace reference to it.
4530         (Disabling Commands): `disabled-command-hook' has been renamed to
4531         `disabled-command-function'.
4533 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
4535         * os.texi (Translating Input): Only non-prefix bindings in
4536         `key-translation-map' override actual key bindings.  Warn about
4537         possible indirect effect of actual key bindings on non-prefix
4538         bindings in `key-translation-map'.
4540 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
4542         * minibuf.texi (High-Level Completion): Add anchor for definition
4543         of `read-variable'.
4545         * commands.texi: Various changes in addition to:
4546         (Using Interactive): Clarify description of `interactive-form'.
4547         (Interactive Call): Mention default for KEYS argument to
4548         `call-interactively'.
4549         (Command Loop Info): Clarify description of `this-command-keys'.
4550         Mention KEEP-RECORD argument to `clear-this-command-keys'.
4551         Value of `last-event-frame' can be `macro'.
4552         (Repeat Events): `double-click-fuzz' is also used to distinguish
4553         clicks and drags.
4554         (Classifying Events): Clarify descriptions of `event-modifiers'
4555         `event-basic-type' and `event-convert-list'.
4556         (Accessing Events): `posn-timestamp' takes POSITION argument.
4557         (Quoted Character Input): Clarify description of
4558         `read-quoted-char' and fix example.
4559         (Quitting): Add `with-local-quit'.
4560         (Disabling Commands): Correct and clarify descriptions of
4561         `enable-command' and `disable-command'.
4562         Mention what happens if `disabled-command-hook' is nil.
4563         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4564         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4566 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4568         * frames.texi: Various changes in addition to:
4569         (Creating Frames): Expand and clarify description of `make-frame'.
4570         (Window Frame Parameters): Either none or both of the `icon-left'
4571         and `icon-top' parameters must be specified.  Put descriptions of
4572         `menu-bar-lines' and `toolbar-lines' closer together and change
4573         them accordingly.
4574         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4575         except while processing `frame-title-format' or `icon-title-format'.
4576         (Deleting Frames): Correct description of `delete-frame'.
4577         Non-nil return values of `frame-live-p' are like those of `framep'.
4578         (Frames and Windows): Mention return value of
4579         `set-frame-selected-window'.
4580         (Visibility of Frames): Mention `force' argument to
4581         `make-frame-invisible'.  `frame-visible-p' returns t for all
4582         frames on text-only terminals.
4583         (Frame Configurations): Restoring a frame configuration does not
4584         restore deleted frames.
4585         (Window System Selections): `x-set-selection' returns DATA.
4586         (Resources): Add example.
4587         (Display Feature Testing): Clarify descriptions of
4588         `display-pixel-height', `display-pixel-width', `x-server-version'
4589         and `x-server-vendor'.
4591         * windows.texi (Choosing Window): Add anchor.
4592         * minibuf.texi (Minibuffer Misc): Add anchor.
4594 2004-07-23  John Paul Wallington  <jpw@gnu.org>
4596         * macros.texi (Defining Macros): Declaration keyword for setting
4597         Edebug spec is `debug' not `edebug'.
4599 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
4601         * windows.texi: Various small changes in addition to:
4602         (Window Point): Mention return value of `set-window-point'.
4603         (Window Start): `pos-visible-in-window-p' disregards horizontal
4604         scrolling.  Explain return value if PARTIALLY is non-nil.
4605         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4606         and `set-window-vscroll'.
4607         (Size of Window): The argument WINDOW to `window-inside-edges',
4608         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4609         (Resizing Windows): Explain return value of
4610         `shrink-window-if-larger-than-buffer'.
4611         `window-size-fixed' automatically becomes buffer local when set.
4612         (Window Configurations): Explain return value of
4613         `set-window-configuration'.
4615         * minibuf.texi (Minibuffer Misc): Add anchor for
4616         `minibuffer-scroll-window'.
4618         * positions.texi (Text Lines): Add anchor for `count-lines'.
4620 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4622         * display.texi (Overlay Properties): Adding `evaporate' prop
4623         deletes empty overlay immediately.
4625         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4626         fix example.
4628 2004-07-16  Jim Blandy  <jimb@redhat.com>
4630         * searching.texi (Regexp Backslash): Document new \_< and \_>
4631         operators.
4633 2004-07-16  Juanma Barranquero  <lektu@terra.es>
4635         * display.texi (Images): Fix Texinfo usage.
4637 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4639         * buffers.texi (Modification Time): `visited-file-modtime' now
4640         returns a list of two integers, instead of a cons.
4642 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4644         * windows.texi: Various changes in addition to:
4645         (Splitting Windows): Add `split-window-keep-point'.
4647 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4649         * frames.texi (Input Focus): Minor fix.
4651 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
4653         * frames.texi (Input Focus): Clarify descriptions of
4654         `select-frame-set-input-focus' and `select-frame'.
4656 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
4658         * os.texi: Various small changes in addition to:
4659         (Killing Emacs): Expand and clarify description of
4660         `kill-emacs-query-functions' and `kill-emacs-hook'.
4661         (System Environment): Expand and clarify description of `getenv'
4662         and `setenv'.
4663         (Timers): Clarify description of `run-at-time'.
4664         (Translating Input): Correct description of
4665         `extra-keyboard-modifiers'.
4666         (Flow Control): Correct description of `enable-flow-control'.
4668 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
4670         * os.texi: Update copyright.
4671         (Session Management): Grammar fix.
4672         Clarify which Emacs does the restarting.
4673         Use @samp for *scratch* buffer.
4675 2004-07-04  Alan Mackenzie  <acm@muc.de>
4677         * frames.texi (Input Focus): Add documentation for
4678         `select-frame-set-input-focus'.  Replace refs to non-existent
4679         `switch-frame' with `select-frame'.  Minor corrections and tidying
4680         up of text-only terminal stuff.
4682 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4684         * files.texi (Saving Buffers): Cleanup write-contents-function.
4685         (Magic File Names): Cleanup file-remote-p.
4687 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
4689         * files.texi (Magic File Names): `file-remote-p' returns an
4690         identifier of the remote system, not just t.
4692 2004-07-02  David Kastrup  <dak@gnu.org>
4694         * searching.texi (Entire Match Data): Add explanation about new
4695         match-data behavior when @var{integers} is non-nil.
4697 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4699         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4701         * customize.texi (Variable Definitions): Note about doc strings
4702         and :set.
4704         * keymaps.texi (Keymap Terminology): Document `kbd'.
4705         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4707         * display.texi (Invisible Text): Setting buffer-invisibility-spec
4708         makes it buffer-local.
4710         * files.texi (Saving Buffers): Correct previous change.
4712         * commands.texi (Accessing Events):
4713         Clarify posn-col-row and posn-actual-col-row.
4715 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
4717         * commands.texi (Accessing Events): New functions
4718         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
4720 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4722         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4723         * frames.texi, buffers.texi, backups.texi, variables.texi:
4724         * loading.texi, eval.texi, functions.texi, control.texi:
4725         * symbols.texi, minibuf.texi: Reposition @anchor's.
4727         * help.texi: Various small changes in addition to the following.
4728         (Describing Characters): Describe PREFIX argument to
4729         `key-description'.  Correct and clarify definition of
4730         `text-char-description'.  Describe NEED-VECTOR argument to
4731         `read-kbd-macro'.
4732         (Help Functions): Clarify definition of `apropos'.
4734 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4736         * files.texi (Saving Buffers): Correct description of
4737         `write-contents-functions'.
4739 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4741         * display.texi (Images): Remove redundant @vindex directives.
4742         Rewrite `image-library-alist' doc in active voice.
4744 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4746         * display.texi (Images): Document new delayed library loading,
4747         variable `image-library-alist' and (existing but undocumented)
4748         function `image-type-available-p'.
4750 2004-06-05  Richard M. Stallman  <rms@gnu.org>
4752         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4753         refer the user to the Initial Input node.
4754         (Text from Minibuffer): Likewise.
4755         (Initial Input): New node.  Document this feature
4756         and say it is mostly deprecated.
4758 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4760         * loading.texi (Named Features): Clarify return value
4761         and meaning of NOERROR.
4763         * variables.texi (File Local Variables): Minor cleanup.
4765 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4767         * files.texi (Magic File Names): Add `file-remote-p' as operation
4768         of file name handlers.
4770 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4772         * modes.texi (Minor Mode Conventions): (-) has no special meaning
4773         as arg to a minor mode command.
4775 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4777         * syntax.texi (Syntax Class Table): Word syntax not just for English.
4779         * streams.texi (Output Variables): Doc float-output-format.
4781         * searching.texi (Regexp Special): Nested repetition can be infloop.
4783         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4784         real stack overflow.
4786         * compile.texi: Minor cleanups.
4788 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
4790         * lists.texi (Cons Cells): Explain dotted lists, true lists,
4791         circular lists.
4792         (List Elements): Explain handling of circular and dotted lists.
4794 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
4796         * modes.texi (Search-based Fontification): Fix typo.
4798 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4800         * modes.texi (Mode Line Variables): Fix description of
4801         global-mode-string, which is now after which-func-mode, not the
4802         buffer name.
4804 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4806         * modes.texi (Desktop Save Mode): Add.
4807         (Modes): Add menu entry Desktop Save Mode.
4809         * hooks.texi: Add desktop-after-read-hook,
4810         desktop-no-desktop-file-hook and desktop-save-hook.
4812         * locals.texi: Add desktop-save-buffer.
4814 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
4816         * display.texi: emacs -> Emacs.
4818 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4820         * files.texi (Changing Files): Document set-file-times.
4822 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4824         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4826 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
4828         * tips.texi (Coding Conventions): defopt -> defcustom.
4830 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
4832         * sequences.texi: Various clarifications.
4834 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
4836         * buffers.texi (Read Only Buffers): Mention optional ARG to
4837         `toggle-read-only'.
4839 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
4841         * windows.texi (Selecting Windows): Note that get-lru-window
4842         returns a full-width window if possible.
4844 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4846         * buffers.texi: Various changes in addition to:
4847         (Buffer File Name): Add `find-buffer-visiting'.
4848         (Buffer Modification): Mention optional ARG to `not-modified'.
4849         (Indirect Buffers): Mention optional CLONE argument to
4850         `make-indirect-buffer'.
4852         * files.texi: Various changes in addition to:
4853         (Visiting Functions): `find-file-hook' is now a normal hook.
4854         (File Name Expansion): Explain difference between the way that
4855         `expand-file-name' and `file-truename' treat `..'.
4856         (Contents of Directories): Mention optional ID-FORMAT argument to
4857         `directory-files-and-attributes'.
4858         (Format Conversion): Mention new optional CONFIRM argument to
4859         `format-write-file'.
4861 2004-04-12  Miles Bader  <miles@gnu.org>
4863         * macros.texi (Expansion): Add description of `macroexpand-all'.
4865 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
4867         * variables.texi (Variable Aliases): Mention
4868         cyclic-variable-indirection.
4870         * errors.texi (Standard Errors): Ditto.
4872 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4874         * backups.texi: Various small changes in addition to:
4875         (Making Backups): Mention return value of `backup-buffer'.
4876         (Auto-Saving): Mention optional FORCE argument to
4877         `delete-auto-save-file-if-necessary'.
4878         (Reverting): Mention optional PRESERVE-MODES argument to
4879         `revert-buffer'.  Correct description of `revert-buffer-function'.
4881 2004-03-22  Juri Linkov  <juri@jurta.org>
4883         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4884         with `Vector Functions'.
4886         * text.texi (Sorting): Add missing quote.
4888 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
4890         * intro.texi (Lisp History): Replace xref to `cl' manual with
4891         inforef.
4893 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4895         * intro.texi (Version Info): Add arg to emacs-version.
4896         (Lisp History): Change xref to CL manual.
4898 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
4900         * minibuf.texi (Completion Commands): Add xref to Emacs manual
4901         for Partial Completion mode.
4903 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
4905         * customize.texi: Fix typo.  Remove eol whitespace.
4907 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4909         * processes.texi: Fix typos.
4911         * lists.texi (Building Lists): Minor clarification.
4913         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4914         in make-hash-table.
4916 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4918         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4919         rm, and ignore exit code.
4921 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4923         * display.texi (Defining Faces): Add description for min-colors.
4924         Update example.
4926 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4928         * abbrevs.texi: Various corrections and clarifications in addition
4929         to the following:
4930         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4932 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4934         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4936 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4938         * text.texi: Various small changes in addition to the following:
4939         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4940         to delete-horizontal-space.
4941         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4942         description of yank-handler text property at various places.
4944         * frames.texi (Window System Selections): Add anchor.
4946         * syntax.texi (Syntax Table Functions): Clarify and correct
4947         descriptions of make-syntax-table and copy-syntax-table.
4948         (Motion and Syntax): Clarify SYNTAXES argument to
4949         skip-syntax-forward.
4950         (Parsing Expressions): Mention that the return value of
4951         parse-partial-sexp is currently a list of ten rather than nine
4952         elements.
4953         (Categories): Various corrections and clarifications.
4955 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4957         * markers.texi (Marker Insertion Types): Minor change.
4959         * locals.texi (Standard Buffer-Local Variables):
4960         * commands.texi (Interactive Codes, Using Interactive):
4961         * functions.texi (Related Topics): Fix xrefs.
4963 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4965         * lists.texi (Sets And Lists): Update description of delete-dups.
4967 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4969         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4971 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4973         * frames.texi (Parameter Access): frame-parameters arg is optional.
4974         modify-frame-parameters handles nil for FRAME.
4975         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4976         are all-or-nothing for certain toolkits.
4977         Mention parameter wait-for-wm.
4978         (Frames and Windows): In frame-first-window and frame-selected-window
4979         the arg is optional.
4980         (Input Focus): In redirect-frame-focus the second arg is optional.
4981         (Window System Selections): Mention selection type CLIPBOARD.
4982         Mention data-type UTF8_STRING.
4983         Mention numbering of cut buffers.
4984         (Resources): Describe x-resource-name.
4986 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4988         * windows.texi (Buffers and Windows): Delete false table
4989         about all-frames.
4991         * syntax.texi (Parsing Expressions): Delete old caveat
4992         about parse-sexp-ignore-comments.
4994         * streams.texi (Output Variables): Add print-quoted.
4996         * lists.texi (Building Lists): Minor cleanup.
4998         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5000         * display.texi (Overlays): Explain overlays use markers.
5001         (Managing Overlays): Explain front-advance and rear-advance
5002         in more detail.
5004         * loading.texi (Unloading): Document unload-feature-special-hooks.
5005         Get rid of fns-NNN.el file.
5007 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
5009         * help.texi (Describing Characters): Fix text-char-description
5010         example output.
5012         * edebug.texi (Using Edebug): Fix example.
5014         * debugging.texi (Internals of Debugger): Fix return value.
5016         * files.texi (Changing Files): Fix argname.
5018         * calendar.texi: Fix parens, and default values.
5020         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
5021         * nonascii.texi, objects.texi, os.texi: Minor fixes.
5022         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
5024         * positions.texi (Text Lines): Don't add -1 in current-line.
5026 2004-02-16  Richard M. Stallman  <rms@gnu.org>
5028         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
5030 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5032         * processes.texi (Low-Level Network): Fix a typo.
5034 2004-02-12  Kim F. Storm  <storm@cua.dk>
5036         * display.texi (Fringes): Use consistent wording.
5037         Note that window-fringe's window arg is optional.
5038         (Scroll Bars): Use consistent wording.
5040 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
5042         * tips.texi (Comment Tips): Document the new conventions for
5043         commenting out code.
5045 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5047         * positions.texi (Text Lines): Added missing end defun.
5049 2004-02-07  Kim F. Storm  <storm@cua.dk>
5051         * positions.texi (Text Lines): Add line-number-at-pos.
5053 2004-02-06  John Paul Wallington  <jpw@gnu.org>
5055         * display.texi (Button Properties, Button Buffer Commands):
5056         mouse-2 invokes button, not down-mouse-1.
5058 2004-02-04  Jason Rumney  <jasonr@gnu.org>
5060         * makefile.w32-in: Sync with Makefile.in changes.
5062 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
5064         * minibuf.texi (Text from Minibuffer): Various corrections and
5065         clarifications.
5066         (Object from Minibuffer): Correct Lisp description of
5067         read-minibuffer.
5068         (Minibuffer History): Clarify description of cons values for
5069         HISTORY arguments.
5070         (Basic Completion): Various corrections and clarifications.  Add
5071         completion-regexp-list.
5072         (Minibuffer Completion): Correct and clarify description of
5073         completing-read.
5074         (Completion Commands): Mention Partial Completion mode.  Various
5075         other minor changes.
5076         (High-Level Completion): Various corrections and clarifications.
5077         (Reading File Names): Ditto.
5078         (Minibuffer Misc): Ditto.
5080 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
5082         * strings.texi (Text Comparison): assoc-string also matches
5083         elements of alists that are strings instead of conses.
5084         (Formatting Strings): Standardize Texinfo usage.  Update index
5085         entries.
5087 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
5089         * lists.texi (Sets And Lists): Add delete-dups.
5091 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5093         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
5094         special form.
5095         * macros.texi (Defining Macros): Update description of `declare',
5096         which now is a macro.
5097         (Wrong Time): Fix typos.
5099 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
5101         * compile.texi (Compilation Functions): Expand descriptions of
5102         `compile-defun', `byte-compile-file', `byte-recompile-directory'
5103         and `batch-byte-compile'.  In particular, mention and describe
5104         all optional arguments.
5105         (Disassembly): Correct and clarify the description of `disassemble'.
5107 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
5109         * searching.texi: Various small changes in addition to the
5110         following.
5111         (Regexp Example): Adapt to new value of `sentence-end'.
5112         (Regexp Functions): The PAREN argument to `regexp-opt' can be
5113         `words'.
5114         (Search and Replace): Add usage note for `perform-replace'.
5115         (Entire Match Data): Mention INTEGERS and REUSE arguments to
5116         `match-data'.
5117         (Standard Regexps): Update for new values of `paragraph-start'
5118         and `sentence-end'.
5120 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5122         * files.texi (Saving Buffers): Clarify descriptions of
5123         `write-contents-functions' and `before-save-hook'.
5124         Make the defvar's for `before-save-hook' and `after-save-hook'
5125         into defopt's.
5127 2004-01-07  Kim F. Storm  <storm@cua.dk>
5129         * commands.texi (Click Events): Describe new image and
5130         width/height elements of click events.
5131         (Accessing Events): Add posn-string, posn-image, and
5132         posn-object-width-height.  Change posn-object to return either
5133         image or string object.
5135 2004-01-01  Simon Josefsson  <jas@extundo.com>
5137         * hooks.texi (Standard Hooks): Add before-save-hook.
5138         * files.texi (Saving Buffers): Likewise.
5140 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5142         * frames.texi (Frames and Windows): Delete frame-root-window.
5144 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5146         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
5148         * functions.texi: Various small changes in addition to the
5149         following.
5150         (What Is a Function): `functionp' returns nil for macros.  Clarify
5151         behavior of this and following functions for symbol arguments.
5152         (Function Documentation): Add `\' in front of (fn @var{arglist})
5153         and explain why.
5154         (Defining Functions): Mention DOCSTRING argument to `defalias'.
5155         Add anchor.
5156         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
5158 2004-01-01  Miles Bader  <miles@gnu.org>
5160         * display.texi (Buttons): New section.
5162 2003-12-31  Andreas Schwab  <schwab@suse.de>
5164         * numbers.texi (Math Functions): sqrt reports a domain-error
5165         error.
5166         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5168 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5170         * tips.texi (Documentation Tips): Update item on hyperlinks in
5171         documentation strings.
5173         * errors.texi (Standard Errors): Various small corrections and
5174         additions.
5176         * control.texi: Various small changes in addition to the
5177         following.
5178         (Signaling Errors): Provide some more details on how `signal'
5179         constructs the error message.  Add anchor to the definition of
5180         `signal'.
5181         (Error Symbols): Describe special treatment of `quit'.
5182         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5183         to emphasize that it has to be a single form.
5185         * buffers.texi: Add anchor.
5187 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5189         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5190         (Window Configurations): Add window-configuration-frame.
5192         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5194         * text.texi (Examining Properties): Add get-char-property-and-overlay.
5195         Change arg name in get-char-property.
5196         (Special Properties): Update handling of keymap property.
5198         * strings.texi (Modifying Strings): Add clear-string.
5199         (Text Comparison): Add assoc-string and remove
5200         assoc-ignore-case, assoc-ignore-representation.
5202         * os.texi (Time of Day): Add set-time-zone-rule.
5204         * numbers.texi (Math Functions): asin, acos, log, log10
5205         report domain-error errors.
5207         * nonascii.texi (Converting Representations):
5208         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5209         (Encoding and I/O): Add file-name-coding-system.
5211         * modes.texi (Search-based Fontification): Explain that
5212         face specs are symbols with face names as values.
5214         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
5216         * lists.texi (Building Lists): remq moved elsewhere.
5217         (Sets And Lists): remq moved here.
5218         (Association Lists): Refer to assoc-string.
5220         * internals.texi (Garbage Collection): Add memory-use-counts.
5222         * frames.texi (Frames and Windows): Add set-frame-selected-window
5223         and frame-root-window.
5225         * files.texi (Contents of Directories):
5226         Add directory-files-and-attributes.
5228         * display.texi (Refresh Screen): Add force-window-update.
5229         (Invisible Text): Explain about moving point out of invis text.
5230         (Overlay Properties): Add overlay-properties.
5231         (Managing Overlays): Add overlayp.
5232         (GIF Images): Invalid image number displays a hollow box.
5234         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5235         (Killing Buffers): Add buffer-live-p.
5237 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5239         * display.texi (Fringes): Fix typo "set-buffer-window".
5241 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
5243         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5244         * nonascii.texi, processes.texi, tips.texi, variables.texi:
5245         Add or change various xrefs and anchors.
5247         * commands.texi: Replace all occurrences of @acronym{CAR} with
5248         @sc{car}, for consistency with the rest of the Elisp manual.
5249         `car' and `cdr' are historically acronyms, but are no longer
5250         widely thought of as such.
5252         * internals.texi (Pure Storage): Mention that `purecopy' does not
5253         copy text properties.
5254         (Object Internals): Now 29 bits are used (in most implementations)
5255         to address Lisp objects.
5257         * variables.texi (Variables with Restricted Values): New node.
5259         * objects.texi (Lisp Data Types): Mention that certain variables
5260         can only take on a restricted set of values and add an xref to
5261         the new node "Variables with Restricted Values".
5263         * eval.texi (Function Indirection): Describe the errors that
5264         `indirect-function' can signal.
5265         (Eval): Clarify the descriptions of `eval-region' and `values'.
5266         Describe `eval-buffer' instead of `eval-current-buffer' and
5267         mention `eval-current-buffer' as an alias for `current-buffer'.
5268         Correct the description and mention all optional arguments.
5270         * nonascii.texi: Various small changes in addition to the
5271         following.
5272         (Converting Representations): Clarify behavior of
5273         `string-make-multibyte' and `string-to-multibyte' for unibyte all
5274         ASCII arguments.
5275         (Character Sets): Document the variable `charset-list' and adapt
5276         the definition of the function `charset-list' accordingly.
5277         (Translation of Characters): Clarify use of generic characters in
5278         `make-translation-table'.  Clarify and correct the description of
5279         the use of translation tables in encoding and decoding.
5280         (User-Chosen Coding Systems): Correct and clarify the description
5281         of `select-safe-coding-system'.
5282         (Default Coding Systems): Clarify description of
5283         `file-coding-system-alist'.
5285 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5287         * strings.texi (Text Comparison): Correctly describe when two
5288         strings are `equal'.  Combine and clarify descriptions of
5289         `assoc-ignore-case' and `assoc-ignore-representation'.
5291         * objects.texi (Non-ASCII in Strings): Clarify description of
5292         when a string is unibyte or multibyte.
5293         (Bool-Vector Type): Update examples.
5294         (Equality Predicates): Correctly describe when two strings are
5295         `equal'.
5297 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
5299         * lists.texi (Building Lists): `append' no longer accepts integer
5300         arguments.  Update the description of `number-sequence' to reflect
5301         recent changes.
5302         (Sets And Lists): Describe `member-ignore-case' after `member'.
5304 2003-11-27  Kim F. Storm  <storm@cua.dk>
5306         * commands.texi (Click Events): Click object may be an images.
5307         Describe (dx . dy) element of click positions.
5308         (Accessing Events): Remove duplicate posn-timestamp.
5309         New functions posn-object and posn-object-x-y.
5311 2003-11-23  Kim F. Storm  <storm@cua.dk>
5313         * commands.texi (Click Events): Describe enhancements to event
5314         position lists, including new text-pos and (col . row) items.
5315         Mention left-fringe and right-fringe area events.
5316         (Accessing Events): New functions posn-area and
5317         posn-actual-col-row.  Mention posn-timestamp.  Mention that
5318         posn-point in non-text area still returns buffer position.
5319         Clarify posn-col-row.
5321 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
5323         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
5324         * anti.texi (File Attributes): Describe removed parameter
5325         ID-FORMAT.
5327 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
5329         * positions.texi (Positions): Mention that, if a marker is used as
5330         a position, its buffer is ignored.
5332         * markers.texi (Overview of Markers): Mention it here too.
5334 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
5336         * numbers.texi (Numeric Conversions): Not just `floor', but also
5337         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
5339 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
5341         * markers.texi (Creating Markers): Specify insertion type of
5342         created markers.  Add xref to `Marker Insertion Types'.
5343         Second argument to `copy-marker' is optional.
5344         (Marker Insertion Types): Mention that most markers are created
5345         with insertion type nil.
5346         (The Mark): Correctly describe when `mark' signals an error.
5347         (The Region): Correctly describe when `region-beginning' and
5348         `region-end' signal an error.
5350 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
5352         * hash.texi (Creating Hash): Clarify description of `eql'.
5353         `makehash' is obsolete.
5354         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
5356         * positions.texi (Point): Change description of `buffer-end', so
5357         that it is also correct for floating point arguments.
5358         (List Motion): Correct argument lists of `beginning-of-defun' and
5359         `end-of-defun'.
5360         (Excursions): Add xref to `Marker Insertion Types'.
5361         (Narrowing): Argument to `narrow-to-page' is optional.
5363 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
5365         * streams.texi (Output Streams): Clarify behavior of point for
5366         marker output streams.
5368 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5370         * variables.texi (Defining Variables): Second argument to
5371         `defconst' is not optional.
5372         (Setting Variables): Mention optional argument APPEND to
5373         `add-to-list'.
5374         (Creating Buffer-Local): Expand description of
5375         `make-variable-buffer-local'.
5376         (Frame-Local Variables): Expand description of
5377         `make-variable-frame-local'.
5378         (Variable Aliases): Correct description of optional argument
5379         DOCSTRING to `defvaralias'.  Mention return value of
5380         `defvaralias'.
5381         (File Local Variables): Add xref to `File variables' in Emacs
5382         Manual.  Correct description of `hack-local-variables'.  Mention
5383         `safe-local-variable' property.  Mention optional second argument
5384         to `risky-local-variable-p'.
5386 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
5388         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
5390 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5392         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
5393         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
5394         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
5395         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
5396         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
5397         lispref/processes.texi, lispref/searching.texi,
5398         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
5399         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
5400         @acronym{FOO}.
5402 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
5404         * strings.texi (Creating Strings): Argument START to `substring'
5405         can not be `nil'.  Expand description of
5406         `substring-no-properties'.  Correct description of `split-string',
5407         especially with respect to empty matches.  Prevent very bad line
5408         break in definition of `split-string-default-separators'.
5409         (Text Comparison): `string=' and `string<' also accept symbols as
5410         arguments.
5411         (String Conversion): More completely describe argument BASE in
5412         `string-to-number'.
5413         (Formatting Strings): `%s' and `%S' in `format' do require
5414         corresponding object.  Clarify behavior of numeric prefix after
5415         `%' in `format'.
5416         (Case Conversion): The argument to `upcase-initials' can be a
5417         character.
5419 2003-10-27  Kenichi Handa  <handa@m17n.org>
5421         * display.texi (Fontsets): Fix texinfo usage.
5423 2003-10-25  Kenichi Handa  <handa@m17n.org>
5425         * display.texi (Fontsets): Add description of the function
5426         set-fontset-font.
5428 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
5430         * display.texi (Temporary Displays): Add xref to `Documentation
5431         Tips'.
5433         * functions.texi (Function Safety): Use inforef instead of pxref
5434         for SES.
5436 2003-10-23  Andreas Schwab  <schwab@suse.de>
5438         * Makefile.in (TEX, texinputdir): Don't define.
5439         (TEXI2DVI): Define.
5440         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5441         add $(srcdir)/index.texi.
5442         ($(infodir)/elisp): Remove index.texi dependency.
5443         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
5444         (index.texi): Remove target.
5445         (dist): Don't link $(srcdir)/permute-index.
5446         (clean): Don't remove index.texi.
5448         * permute-index, index.perm: Remove.
5449         * index.texi: Rename from index.unperm.
5451 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
5453         * tips.texi (Documentation Tips): Document new behavior for face
5454         and variable hyperlinks in Help mode.
5456 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
5458         * objects.texi (Integer Type): Update for extra bit of integer range.
5459         (Character Type): Ditto.
5461 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5463         * numbers.texi (Integer Basics): Add index entries for reading
5464         numbers in hex, octal, and binary.
5466 2003-10-16  Lute Kamstra  <lute@gnu.org>
5468         * modes.texi (Mode Line Format): Mention force-mode-line-update's
5469         argument.
5471 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
5473         * windows.texi (Choosing Window): Fix typo.
5474         * edebug.texi (Edebug Execution Modes): Fix typo.
5476 2003-10-13  Richard M. Stallman  <rms@gnu.org>
5478         * windows.texi (Basic Windows): A window has fringe settings,
5479         display margins and scroll-bar settings.
5480         (Splitting Windows): Doc split-window return value.
5481         Clean up one-window-p.
5482         (Selecting Windows): Fix typo.
5483         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
5484         (Buffers and Windows): In set-window-buffer, explain effect
5485         on fringe settings and scroll bar settings.
5486         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
5487         (Choosing Window): Use defopt for pop-up-frame-function.
5488         For special-display-buffer-names, explain same-window and same-frame.
5489         Clarify window-dedicated-p return value.
5490         (Textual Scrolling): scroll-up and scroll-down can get an error.
5491         (Horizontal Scrolling): Clarify auto-hscroll-mode.
5492         Clarify set-window-hscroll.
5493         (Size of Window): Don't mention tool bar in window-height.
5494         (Coordinates and Windows): Explain what coordinates-in-window-p
5495         returns for fringes and display margins.
5496         (Window Configurations): Explain saving fringes, etc.
5498         * tips.texi (Library Headers): Clean up Documentation.
5500         * syntax.texi (Parsing Expressions): Clean up forward-comment
5501         and parse-sexp-lookup-properties.
5503         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
5505         * os.texi (System Environment): Clean up text for load-average errors.
5507         * modes.texi (Hooks): Don't explain local hook details at front.
5508         Clarify run-hooks and run-hook-with-args a little.
5509         Clean up add-hook and remove-hook.
5511         * edebug.texi (Edebug Execution Modes): Clarify t.
5512         Document edebug-sit-for-seconds.
5513         (Coverage Testing): Document C-x X = and =.
5514         (Instrumenting Macro Calls): Fix typo.
5515         (Specification List): Don't index the specification keywords.
5517 2003-10-10  Kim F. Storm  <storm@cua.dk>
5519         * processes.texi (Network): Introduce make-network-process.
5521 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5523         * tips.texi (Library Headers): Fix typo.
5525 2003-10-07  Juri Linkov  <juri@jurta.org>
5527         * modes.texi (Imenu): Mention imenu-create-index-function's
5528         default value.  Explain submenus better.
5530 2003-10-07  Lute Kamstra  <lute@gnu.org>
5532         * modes.texi (Faces for Font Lock): Fix typo.
5533         (Hooks): Explain how buffer-local hook variables can refer to
5534         global hook variables.
5535         Various minor clarifications.
5537 2003-10-06  Lute Kamstra  <lute@gnu.org>
5539         * tips.texi (Coding Conventions): Mention naming conventions for
5540         hooks.
5542 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
5544         * loading.texi (Library Search): Correct default value of
5545         load-suffixes.
5546         (Named Features): Fix typo.
5548 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5550         * loading.texi (Named Features): In `provide',
5551         say how to test for subfeatures.
5552         (Unloading): In unload-feature, use new var name
5553         unload-feature-special-hooks.
5555 2003-10-03  Lute Kamstra  <lute@gnu.org>
5557         * modes.texi (Major Mode Conventions): Mention third way to set up
5558         Imenu.
5559         (Imenu): A number of small fixes.
5560         Delete documentation of internal variable imenu--index-alist.
5561         Document the return value format of imenu-create-index-function
5562         functions.
5564 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5566         * processes.texi (Network): Say what stopped datagram connections do.
5568         * lists.texi (Association Lists): Clarify `assq-delete-all'.
5570         * display.texi (Overlay Properties): Clarify `evaporate' property.
5572 2003-09-29  Lute Kamstra  <lute@gnu.org>
5574         * modes.texi (Mode Line Data): Explain when symbols in mode-line
5575         constructs should be marked as risky.
5576         Change cons cell into proper list.
5577         (Mode Line Variables): Change cons cell into proper list.
5579 2003-09-26  Lute Kamstra  <lute@gnu.org>
5581         * modes.texi (Mode Line Data): Document the :propertize construct.
5582         (Mode Line Variables): Reorder the descriptions of the variables
5583         to match their order in the default mode-line-format.
5584         Describe the new variables mode-line-position and mode-line-modes.
5585         Update the default values of mode-line-frame-identification,
5586         minor-mode-alist, and default-mode-line-format.
5587         (Properties in Mode): Mention the :propertize construct.
5589 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5591         * buffers.texi, commands.texi, debugging.texi, eval.texi:
5592         * loading.texi, minibuf.texi, text.texi, variables.texi:
5593         Avoid @strong{Note:}.
5595 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5597         * keymaps.texi (Remapping Commands): Fix typo.
5599 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
5601         * processes.texi (Low-Level Network): Fix typo.
5603 2003-09-23  Kim F. Storm  <storm@cua.dk>
5605         * processes.texi (Network, Network Servers): Fix typos.
5606         (Low-Level Network): Add timeout value for :server keyword.
5607         Add new option keywords to make-network-process.
5608         Add set-network-process-options.
5609         Explain how to test availability of network options.
5611 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5613         * text.texi (Motion by Indent): Arg to
5614         backward-to-indentation and forward-to-indentation is optional.
5616         * strings.texi (Creating Strings): Add substring-no-properties.
5618         * processes.texi
5619         (Process Information): Add list-processes arg QUERY-ONLY.
5620         Delete process-contact from here.
5621         Add new status values for process-status.
5622         Add process-get, process-put, process-plist, set-process-plist.
5623         (Synchronous Processes): Add call-process-shell-command.
5624         (Signals to Processes): signal-process allows process objects.
5625         (Network): Complete rewrite.
5626         (Network Servers, Datagrams, Low-Level Network): New nodes.
5628         * positions.texi (Word Motion): forward-word, backward-word
5629         arg is optional.  Reword.
5631         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5633         * variables.texi (Creating Buffer-Local):
5634         Delete duplicate definition of buffer-local-value.
5635         (File Local Variables): Explain about discarding text props.
5637 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5639         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5640         changes variables that record input events.
5641         (Minibuffer Misc): Add minibuffer-selected-window.
5643         * lists.texi (Building Lists): Add copy-tree.
5645         * display.texi (Fontsets): Add char-displayable-p.
5646         (Scroll Bars): New node.
5648 2003-09-08  Lute Kamstra  <lute@gnu.org>
5650         * modes.texi (%-Constructs): Document new `%i' and `%I'
5651         constructs.
5653 2003-09-03  Peter Runestig  <peter@runestig.com>
5655         * makefile.w32-in: New file.
5657 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5659         * display.texi (Overlay Properties): Clarify how priorities
5660         affect use of the properties.
5662 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
5664         * customize.texi (Type Keywords): Correct the description of
5665         `:help-echo' in the case where `motion-doc' is a function.
5667 2003-08-14  John Paul Wallington  <jpw@gnu.org>
5669         * modes.texi (Emulating Mode Line): Subsection, not section.
5671 2003-08-13  Richard M. Stallman  <rms@gnu.org>
5673         * elisp.texi (Top): Update subnode lists in menu.
5675         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5676         (Kill Functions): kill-region has new arg yank-handler.
5677         (Yanking): New node.
5678         (Yank Commands): Add yank-undo-function.
5679         (Low-Level Kill Ring):
5680         kill-new and kill-append have new arg yank-handler.
5681         (Changing Properties): Add remove-list-of-text-properties.
5682         (Atomic Changes): New node.
5684         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5686         * streams.texi (Output Variables): Add eval-expression-print-length
5687         and eval-expression-print-level.
5689         * os.texi (Time Conversion): For encode-time, explain limits on year.
5691         * objects.texi (Character Type): Define anchor "modifier bits".
5693         * modes.texi (Emulating Mode Line): New node.
5694         (Search-based Fontification): Font Lock uses font-lock-face property.
5695         (Other Font Lock Variables): Likewise.
5697         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5698         not vectors.
5699         (Active Keymaps): Add emulation-mode-map-alists.
5700         (Functions for Key Lookup): key-binding has new arg no-remap.
5701         (Remapping Commands): New node.
5702         (Scanning Keymaps): where-is-internal has new arg no-remap.
5703         (Tool Bar): Add tool-bar-local-item-from-menu.
5704         Clarify when to use tool-bar-add-item-from-menu.
5706         * commands.texi (Interactive Call): commandp has new arg.
5707         (Command Loop Info): Add this-original-command.
5709 2003-08-06  John Paul Wallington  <jpw@gnu.org>
5711         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5713         * display.texi (Warning Basics): Fix typo.
5714         (Fringes): Add closing curly bracket and fix typo.
5716         * elisp.texi (Top): Fix typo.
5718 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5720         * elisp.texi: Update lists of subnodes.
5722         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5724         * variables.texi (Local Variables): Use lc for example variable names.
5726         * tips.texi (Library Headers): Explain where to put -*-.
5728         * strings.texi (Creating Strings): Fix xref for vconcat.
5730         * sequences.texi (Vector Functions):
5731         vconcat no longer allows integer args.
5733         * minibuf.texi (Reading File Names): read-file-name has new
5734         arg PREDICATE.  New function read-directory-name.
5736         * macros.texi (Defining Macros): Give definition of `declare'
5737         (Indenting Macros): New node.
5739         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5740         (Window Frame Parameters): Make separate table of parameters
5741         that are coupled with specific face attributes.
5742         (Deleting Frames): delete-frame-hooks renamed to
5743         delete-frame-functions.
5745         * files.texi (Magic File Names): Add file-remote-p.
5746         Clarify file-local-copy.
5748         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5749         here; instead xref Defining Macros.
5751         * display.texi (Warnings): New node, and subnodes.
5752         (Fringes): New node.
5754         * debugging.texi (Test Coverage): New node.
5756         * compile.texi (Compiler Errors): Explain with-no-warnings
5757         and other ways to suppress warnings.
5759         * commands.texi (Interactive Call): Minor clarification.
5761         * buffers.texi (Buffer File Name): set-visited-file-name
5762         renames the buffer too.
5764         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5766 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
5768         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5770 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
5772         * internals.texi (Garbage Collection): Fix previous change.
5774 2003-07-22  Richard M. Stallman  <rms@gnu.org>
5776         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5778         * display.texi (Width): Use \s syntax in example.
5779         (Font Selection): Add face-font-rescale-alist.
5781         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5782         Remove spurious indent in example.
5784         * lists.texi (Building Lists): Add number-sequence.
5786         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5788         * functions.texi (Function Documentation): Explain how to
5789         show calling convention explicitly in the doc string.
5791         * windows.texi (Selecting Windows): save-selected-window saves
5792         selected window of each frame.
5793         (Window Configurations): Minor change.
5795         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5797         * streams.texi (Output Variables): Add print-continuous-numbering
5798         and print-number-table.
5800         * processes.texi (Decoding Output): New node.
5802         * os.texi (Time Conversion): decode-time arg is optional.
5804         * objects.texi (Character Type): Don't use space as example for \.
5805         Make list of char names and \-sequences correspond.
5806         Explain that \s is not used in strings.  `\ ' needs space after.
5808         * nonascii.texi (Converting Representations): Add string-to-multibyte.
5809         (Translation of Characters): Add translation-table-for-input.
5810         (Default Coding Systems): Add auto-coding-functions.
5811         (Explicit Encoding): Add decode-coding-inserted-region.
5812         (Locales): Add locale-info.
5814         * minibuf.texi (Basic Completion): Describe test-completion.
5815         Collections can be lists of strings.
5816         Clean up lazy-completion-table.
5817         (Programmed Completion): Mention test-completion.
5818         Clarify why lambda expressions are not accepted.
5819         (Minibuffer Misc): Describe minibufferp.
5821 2003-07-14  Richard M. Stallman  <rms@gnu.org>
5823         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5825         * windows.texi (Selecting Windows): New arg to select-window.
5826         (Selecting Windows): Add with-selected-window.
5827         (Size of Window): Add window-inside-edges, etc.
5829         * internals.texi (Garbage Collection): Add post-gc-hook.
5831         * processes.texi (Subprocess Creation): Add exec-suffixes.
5833         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5834         (Scanning Keymaps): Add map-keymaps.
5835         (Defining Menus): Add keymap-prompt.
5837         * numbers.texi (Integer Basics): Add most-positive-fixnum,
5838         most-negative-fixnum.
5840         * compile.texi (Byte Compilation): Explain no-byte-compile
5841         (Compiler Errors): New node.
5843         * os.texi (User Identification): user-uid, user-real-uid
5844         can return float.
5846         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5847         and about derived modes.
5848         (Minor Modes): Add minor-mode-list.
5849         (Defining Minor Modes): Keyword args for define-minor-mode.
5850         (Search-based Fontification): Explain managing other properties.
5851         (Other Font Lock Variables): Add font-lock-extra-managed-props.
5852         (Faces for Font Lock): Add font-locl-preprocessor-face.
5853         (Hooks): Add run-mode-hooks and delay-mode-hooks.
5855         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
5856         (Variable Aliases): Clarify defvaralias.
5858         * loading.texi (Library Search): Add load-suffixes.
5860         * minibuf.texi (Basic Completion): Add lazy-completion-table.
5861         (Programmed Completion): Add dynamic-completion-table.
5863         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5864         (Magic File Names): Specify precedence order of handlers.
5866         * commands.texi (Command Overview): Emacs server runs pre-command-hook
5867         and post-command-hook.
5868         (Waiting): New calling convention for sit-for.
5870         * text.texi (Special Properties): local-map and keymap properties
5871         apply based on their stickiness.
5873 2003-07-07  Richard M. Stallman  <rms@gnu.org>
5875         * modes.texi (Minor Mode Conventions): Specify only some kinds
5876         of list values as args to minor modes.
5878         * files.texi (File Name Expansion): Warn about iterative use
5879         of substitute-in-file-name.
5881         * advice.texi (Activation of Advice): Clean up previous change.
5883 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
5885         * advice.texi (Activation of Advice): Note that ad-start-advice is
5886         turned on by default.
5888 2003-06-30  Richard M. Stallman  <rms@gnu.org>
5890         * text.texi (Buffer Contents): Document current-word.
5891         (Change Hooks): Not called for *Messages*.
5893         * functions.texi (Defining Functions): Explain about redefining
5894         primitives.
5895         (Function Safety): Renamed.  Minor changes.
5896         Comment out the detailed criteria for what is safe.
5898 2003-06-22  Andreas Schwab  <schwab@suse.de>
5900         * objects.texi (Symbol Type): Fix description of examples.
5902 2003-06-16  Andreas Schwab  <schwab@suse.de>
5904         * hash.texi (Creating Hash): Fix description of :weakness.
5906 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5908         * files.texi (Changing Files): copy-file copies file modes, too.
5910 2003-05-28  Richard M. Stallman  <rms@gnu.org>
5912         * strings.texi (Creating Strings): Clarify split-string.
5914 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
5916         * strings.texi (Creating Strings): Update split-string specification
5917         and examples.
5919 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5921         * elisp.texi: Correct invariant section names.
5923 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5925         * os.texi (Timers): Explain about timers and quitting.
5927 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5929         * internals.texi (Writing Emacs Primitives): Strings are
5930         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5931         Explain GCPRO convention for varargs function args.
5933 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5935         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5937 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5939         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5941 2003-02-13  Kim F. Storm  <storm@cua.dk>
5943         * objects.texi (Character Type): New \s escape for space.
5945 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5947         * os.texi (System Environment): Added cygwin system-type.
5949 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5951         * keymaps.texi: Document that a symbol can act as a keymap.
5953 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5955         * text.texi (Changing Properties): Say string indices are origin-0.
5957         * positions.texi (Screen Lines) <compute-motion>:
5958         Correct order of elts in return value.
5960         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5961         how to define a default binding.
5963 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5965         * loading.texi (Unloading): Fix recent change for load-history.
5967         * customize.texi (Simple Types): Clarify description of custom
5968         type 'number.  Describe new custom type 'float.
5970 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5972         * variables.texi (File Local Variables): Fix typo.
5974 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5976         From Michael Albinus <Michael.Albinus@alcatel.de>.
5978         * README: Target for Info file is `make info'.
5980         * files.texi (File Name Components): Fixed typos in
5981         `file-name-sans-extension'.
5982         (Magic File Names): Complete list of operations for magic file
5983         name handlers.
5985 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5987         * variables.texi (File Local Variables): New function
5988         risky-local-variable-p.
5990 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5992         * functions.texi (Function safety): New node about unsafep.
5994 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5996         * customize.texi (Splicing into Lists): Fixed example.
5997         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5999 2002-06-17  Juanma Barranquero  <lektu@terra.es>
6001         * frames.texi (Display Feature Testing): Fix typo.
6003 2002-06-12  Andreas Schwab  <schwab@suse.de>
6005         * frames.texi (Initial Parameters, Resources): Fix references to
6006         the Emacs manual.
6008 2002-05-13  Kim F. Storm  <storm@cua.dk>
6010         * variables.texi (Intro to Buffer-Local): Updated warning and
6011         example relating to changing buffer inside let.
6013 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6015         * os.texi (Session Management): New node about X Session management.
6017 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
6019         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
6020         to which the manual corresponds, and the copyright years.
6022         * Makefile.in (VERSION): Set to 2.9.
6024 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
6026         * elisp.texi: Change the category in @dircategory to "Emacs", to
6027         make it consistent with info/dir.
6029 2001-11-25  Miles Bader  <miles@gnu.org>
6031         * text.texi (Fields): Describe new `limit' arg in
6032         field-beginning/field-end.
6034 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
6036         * permute-index: Don't depend on csh-specific features.  Replace
6037         the interpreter name with /bin/sh.
6039         * two-volume-cross-refs.txt: New file.
6040         * two.el: New file.
6041         * spellfile: New file.
6043 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
6045         * permute-index: New file.
6047         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
6048         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
6049         8+3 restricted namespace.
6051         * Makefile.in (infodir): Define relative to $(srcdir).
6052         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
6053         include directories list via -I switch to makeinfo.
6054         (index.texi): Use cp if both hard and symbolic links fail.
6056 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6058         * Makefile.in (distclean): Add.
6060         The following changes make ELisp manual part of the Emacs
6061         distribution:
6063         * Makefile.in: Add Copyright notice.
6064         (prefix): Remove.
6065         (infodir): Change value to "../info".
6066         (VPATH): New variable.
6067         (MAKE): Don't define.
6068         (texmacrodir): Don't define.
6069         (texinputdir): Append the existing value of TEXINPUTS.
6070         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
6071         command to be compatible with man/Makefile.in, and to put the
6072         output into ../info.
6073         (info): Add target.
6074         (installall): Target removed.
6076 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6078         * tips.texi (Coding Conventions): Fix typo.
6080 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
6082         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
6084 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6086         * files.texi (File Name Components): Update the description of
6087         file-name-sans-extension and file-name-extension, as they now
6088         ignore leading dots.
6090 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
6092         * (Version 21.1 released.)
6094 2001-10-19  Miles Bader  <miles@gnu.org>
6096         * positions.texi (Text Lines): Describe behavior of
6097         `beginning-of-line'/`end-of-line' in the presence of field properties.
6099 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
6101         * Makefile.in (VERSION): Set to 2.8.
6102         (manual): Use `manual-21'.
6104         * elisp.texi (VERSION): Add and use it where the version
6105         number was used.  Set it to 2.8.
6107         * intro.texi: Likewise.
6109 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6111         * files.texi (File Name Completion): Document the significance of
6112         a trailing slash in elements of completion-ignored-extensions.
6114 2001-10-06  Miles Bader  <miles@gnu.org>
6116         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
6118 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
6120         * variables.texi (Variable Aliases): New node.
6122 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
6124         * Branch for 21.1.
6126 2001-10-02  Miles Bader  <miles@gnu.org>
6128         * minibuf.texi (Minibuffer Misc): Add entries for
6129         `minibuffer-contents', `minibuffer-contents-no-properties', and
6130         `delete-minibuffer-contents'.
6131         Correct description for `minibuffer-prompt-end'.
6133         * text.texi (Property Search): Correct descriptions of
6134         `next-char-property-change' and `previous-char-property-change'.
6135         Add entries for `next-single-char-property-change' and
6136         `previous-single-char-property-change'.
6137         Make operand names a bit more consistent.
6139 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
6141         * frames.texi (Finding All Frames): Document that next-frame and
6142         previous-frame are local to current terminal.
6144 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
6146         * keymaps.texi (Creating Keymaps): Fix the description of the
6147         result of make-keymap.
6149 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
6151         * display.texi (Font Lookup, Attribute Functions)
6152         (Image Descriptors): Add cross-references to the definition of
6153         selected frame.
6155         * buffers.texi (The Buffer List): Add cross-references to the
6156         definition of selected frame.
6158         * frames.texi (Input Focus): Clarify which frame is _the_ selected
6159         frame at any given time.
6160         (Multiple Displays, Size and Position): Add a cross-reference to
6161         the definition of the selected frame.
6163 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6165         * strings.texi (String Conversion) <string-to-number>: Document
6166         that a float is returned for integers that are too large.
6168         * frames.texi (Mouse Position): Document mouse-position-function.
6169         (Display Feature Testing): Document display-images-p.
6170         (Window Frame Parameters): Document the cursor-type variable.
6172         * numbers.texi (Integer Basics): Document CL style read syntax for
6173         integers in bases other than 10.
6175         * positions.texi (List Motion): Document
6176         open-paren-in-column-0-is-defun-start.
6178         * lists.texi (Sets And Lists): Document member-ignore-case.
6180         * internals.texi (Garbage Collection): Document the used and free
6181         strings report.
6182         (Memory Usage): Document strings-consed.
6184         * os.texi (Time of Day): Document float-time.
6185         (Recording Input): Document that clear-this-command-keys clears
6186         the vector to be returned by recent-keys.
6188         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6189         argument keymap can be a list.
6191         * nonascii.texi (User-Chosen Coding Systems)
6192         <select-safe-coding-system>: Document the new argument
6193         accept-default-p and the variable
6194         select-safe-coding-system-accept-default-p.  Tell what happens if
6195         buffer-file-coding-system is undecided.
6196         (Default Coding Systems): Document auto-coding-regexp-alist.
6198         * display.texi (The Echo Area) <message>: Document
6199         message-truncate-lines.
6200         (Glyphs): Document that the glyph table is unused on windowed
6201         displays.
6203         * help.texi (Describing Characters) <single-key-description>:
6204         Document the new argument no-angles.
6205         (Accessing Documentation) <documentation-property>: Document that
6206         a non-string property is evaluated.
6207         <documentation>: Document that the function-documentation property
6208         is looked for.
6210         * windows.texi (Selecting Windows): Document some-window.
6212         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
6214         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
6215         apropos-mode-hook.
6217         * commands.texi (Using Interactive): Document interactive-form.
6218         (Keyboard Macros): Document kbd-macro-termination-hook.
6219         (Command Loop Info): Document that clear-this-command-keys clears
6220         the vector to be returned by recent-keys.
6222 2001-09-04  Werner LEMBERG  <wl@gnu.org>
6224         * Makefile.in (srcdir, texinputdir): New variables.
6225         (srcs, index.texi, install): Use $(srcdir).
6226         (.PHONY): Remove elisp.dvi.
6227         (elisp): Use -I switch for makeinfo.
6228         (elisp.dvi): Use $(srcdir) and $(texinputdir).
6229         (installall, dist): Use $(srcdir).
6230         Fix path to texinfo.tex.
6231         (maintainer-clean): Add elisp.dvi and elisp.oaux.
6233 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6235         * display.texi (Conditional Display): Adjust to API change.
6237         * configure: New file.
6239 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6241         * commands.texi (Repeat Events): Add description of
6242         double-click-fuzz.
6244 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
6246         * syntax.texi (Syntax Class Table): Add the missing designator for
6247         comment and string fences.
6248         (Syntax Properties): Add a xref to syntax table internals.
6249         (Syntax Table Internals): Document string-to-syntax.
6251 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
6253         * Makefile.in (install): Use install-info command line options
6254         like in Emacs' Makefile.in.
6256 2000-12-09  Miles Bader  <miles@gnu.org>
6258         * windows.texi (Window Start): Update documentation for
6259         `pos-visible-in-window-p'.
6261 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6263         * lists.texi (Building Lists): Add footnote to explain how to add
6264         to the end of a list.
6266 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6268         * files.texi (Visiting Functions): Typos.
6270 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
6272         * files.texi (Visiting Functions): Return value of
6273         find-file-noselect may be a list of buffers if wildcards are used.
6275 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6277         * display.texi (Defining Faces): Document `graphic' display type
6278         in face specs.
6280 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6282         * hooks.texi (Standard Hooks): Replace obsolete
6283         `after-make-frame-hook' with `after-make-frame-functions'.
6285         * frames.texi (Creating Frames): Ditto.
6287         * variables.texi (Future Local Variables): Ditto.
6289 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
6291         * display.texi (Other Image Types): Add description of :foreground
6292         and :background properties of mono PBM images.
6294 2000-08-17  Werner LEMBERG  <wl@gnu.org>
6296         * .cvsignore: New file.
6298 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
6300         * tindex.pl: New script.
6302 1999-12-03  Dave Love  <fx@gnu.org>
6304         * Makefile.in (MAKEINFO): New parameter.
6306 1999-09-17  Richard Stallman  <rms@gnu.org>
6308         * Makefile.in (srcs): Add hash.texi.
6309         (VERSION): Update to 20.6.
6311 1999-09-13  Richard Stallman  <rms@gnu.org>
6313         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
6315 1998-08-29  Karl Heuer  <kwzh@gnu.org>
6317         * configure.in: New file.
6318         * Makefile.in: Renamed from Makefile.
6319         (prefix, infodir): Use value obtained from configure.
6320         (emacslibdir): Obsolete variable deleted.
6321         (dist): Distribute configure.in, configure, Makefile.in.
6323 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6325         * Makefile (INSTALL_INFO): New variable.
6326         (install): Run install-info.
6328 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
6330         * Makefile (elisp.dvi): Add missing backslash.
6332 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
6334         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
6335         Run texindex without `./'.  Always run texindex on elisp.tp.
6336         (elisp.tps): Target deleted.
6338 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
6340         * Makefile (srcs): Add nonascii.texi and customize.texi.
6341         (dist): Start by deleting `temp'.
6343 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
6345         * Makefile (makeinfo, texindex): Targets deleted.
6346         (makeinfo.o, texindex.o): Targets deleted.
6347         (clean, dist): Don't do anything with them or with getopt*.
6349 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
6351         * Makefile (SHELL): Defined.
6353 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
6355         * Makefile (elisp.tps): New target.
6356         (elisp.dvi): Depend on elisp.tps.
6358 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
6360         * README: Update phone number.
6362         * Makefile (elisp): Make this be the default target.
6363         Depend on makeinfo.c instead of makeinfo.
6364         (install): Don't depend on elisp.dvi, since we don't install that.
6365         Use mkinstalldirs.
6366         (dist): Add mkinstalldirs.
6368 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
6370         * Makefile (VERSION): Update version number.
6371         (maintainer-clean): Renamed from realclean.
6373 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
6375         * Makefile (realclean): New target.
6376         (elisp): Remove any old elisp-* files first.
6378 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
6380         * Makefile (VERSION): New variable.
6381         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
6382         Compressed file suffix should be `.gz', not `.z'.
6384 1993-11-22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6386         * Makefile (elisp): Depend on makeinfo.
6388 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
6390         * Makefile (srcs): Add anti.texi.
6392 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6394         * Makefile (infodir, prefix): New vars.
6395         (install): Use infodir.
6396         (emacsinfodir): Deleted.
6398 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6400         * Makefile (srcs): Add calendar.texi.
6402         * Makefile (dist): Copy texindex.c and makeinfo.c.
6403         Limit elisp-* files to those with one or two digits.
6405 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6407         * Makefile (dist): Changed to use Gzip instead of compress.
6409 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6411         * loading.texi (Unloading): define-function changed back to
6412         defalias.  It may not stay this way, but at least it's
6413         consistent with the known-good version of the code patch.
6415 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
6417         * modes.texi (Hooks): Document new optional arg of add-hook.
6419 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6421         * variables.texi: Document nil initial value of buffer-local variables.
6423         * tips.texi: Add new section on standard library headers.
6425 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6427         * Makefile (srcs): Add frame.texi to the list of sources.
6429 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6431         * Makefile (dist): Don't bother excluding autosave files; they'll
6432         never make it into the temp directory anyway, and the hash marks
6433         in the name are problematic for make and the Bourne shell.
6434         (srcs):
6436 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6438         * Makefile (dist): Don't include backup files or autosave files in
6439         the distribution tar file.
6441 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6443         * Makefile (srcs): Added index.perm.
6444         (elisp.dvi): Remove erroneous shell comment.
6445         Expect output of permute-index in permuted.fns.
6446         Save old elisp.aux in elisp.oaux.
6447         (clean): Added index.texi to be deleted.
6449 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6451         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6453 1990-06-26  David Lawrence  (tale@geech)
6455         * files.texi: Noted that completion-ignored-extensions is ignored
6456         when making *Completions*.
6458 1990-06-08  Jay Fenlason (hack@ai.mit.edu)
6460         * Makefile  make dist now depends on elisp.dvi, since it tries
6461         to include it in the dist file.
6463 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
6465         * functions.texinfo (Mapping Functions): Add missing quote.
6467 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6469         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
6470         (defunargs): Turn off \hyphenchar of \sl font temporarily.
6472 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6474         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
6475         and @error{} are the terms now being used.  The files in the
6476         directory have been changed to reflect this.
6478         * All instances of @indentedresultt{} have been changed to
6479         `     @result{}', using 5 spaces at the begining of the line.
6481 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6483         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
6484         experimental @indentedresult{}, @indentedexpandsto{} are part of
6485         the texinfo.tex in this directory.  These TeX macros are not
6486         stable yet.
6488 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6490         * texinfo.tex: Temporarily added
6491                 \let\result=\dblarrow
6492                 \def\error{{\it ERROR} \longdblarrow}
6493         We need to do this better soon.
6495 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6497         * Applied Karl Berry's patches to *.texinfo files, but not to
6498         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
6499         new title page format is also not applied, since it requires
6500         texinfo.tex changes.)
6502         * Cleaned up `Makefile' and defined the `emacslibdir' directory
6503         for the Project GNU development environment.
6505 ;; Local Variables:
6506 ;; coding: iso-2022-7bit
6507 ;; add-log-time-zone-rule: t
6508 ;; End:
6510     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6511       2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6513   This file is part of GNU Emacs.
6515   GNU Emacs is free software; you can redistribute it and/or modify
6516   it under the terms of the GNU General Public License as published by
6517   the Free Software Foundation; either version 3, or (at your option)
6518   any later version.
6520   GNU Emacs is distributed in the hope that it will be useful,
6521   but WITHOUT ANY WARRANTY; without even the implied warranty of
6522   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6523   GNU General Public License for more details.
6525   You should have received a copy of the GNU General Public License
6526   along with GNU Emacs; see the file COPYING.  If not, write to the
6527   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6528   Boston, MA 02110-1301, USA.
6530 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda