* symbols.texi (Other Plists): Fix incorrect example.
[emacs.git] / lispref / ChangeLog
blobcd6c580258aea1ae2dcbb790e5de93ea3621a5b0
1 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3         * symbols.texi (Other Plists): Fix incorrect example.
4         Suggested by Florian Beck.
6 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
8         * Version 22.2 released.
10 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
12         * strings.texi (Formatting Strings): Treat - and 0 as flag
13         characters.
15 2008-02-11  Lawrence Mitchell <wence@gmx.li>  (tiny change)
17         * objects.texi (Equality Predicates): Add defun for
18         equal-including-properties.
20 2008-02-11  Glenn Morris  <rgm@gnu.org>
22         * objects.texi (Equality Predicates): Mention
23         equal-including-properties.  No longer talk about "two" functions.
25 2008-02-07  Richard Stallman  <rms@gnu.org>
27         * windows.texi (Window Start): Mention the feature of moving
28         window-start to start of line.
30 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
32         * buffers.texi (Buffer Modification): Fix typo.
34 2008-01-04  Richard Stallman  <rms@gnu.org>
36         * display.texi (Faces): Don't talk about internal face vector as arg
37         to facep.
39         * customize.texi (Type Keywords): Fix previous change.
41         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
42         * elisp.texi (Top): Fix menu for commands.texi change.
44 2007-12-30  Richard Stallman  <rms@gnu.org>
46         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
47         (Accessing Scroll): New node broken out of Accessing Mouse.
49 2007-12-28  Richard Stallman  <rms@gnu.org>
51         * frames.texi (Size Parameters): Fix typo.
52         (Basic Parameters): For `title', refer to title bar.
53         (Size and Position): Explain meaning of frame pixel width and height.
55 2007-12-23  Richard Stallman  <rms@gnu.org>
57         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
58         Improve some of the commented-out keywords' text too.
60 2007-12-04  Richard Stallman  <rms@gnu.org>
62         * objects.texi (Symbol Type): Fix typo.
64 2007-12-03  Richard Stallman  <rms@gnu.org>
66         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
68 2007-11-29  Richard Stallman  <rms@gnu.org>
70         * customize.texi (Composite Types): Document `group' type.
72 2007-11-24  Richard Stallman  <rms@gnu.org>
74         * display.texi (Refresh Screen, Forcing Redisplay):
75         Clarify the text and move items around.
77 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
79         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
80         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
82 2007-10-24  Richard Stallman  <rms@gnu.org>
84         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
86         * variables.texi (Frame-Local Variables): Node deleted.
87         (Variables): Delete Frame-Local Variables from menu.
88         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
89         (Default Value): Don't mention frame-local vars.
91         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
93         * loading.texi (Unloading): Document FEATURE-unload-function
94         instead of FEATURE-unload-hook.
96         * functions.texi (Related Topics): Add called-interactively-p.
97         Fix xref.
99         * frames.texi (Multiple Displays): Don't mention frame-local vars.
101 2007-10-12  Richard Stallman  <rms@gnu.org>
103         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
105         * commands.texi (Distinguish Interactive): New node,
106         broken out from Interactive Call and rewritten.
107         (Command Loop): Put Distinguish Interactive in menu.
109 2007-10-09  Richard Stallman  <rms@gnu.org>
111         * text.texi (Examining Properties): Mention overlay priority.
113         * display.texi (Display Margins): Correct the description
114         of margin display specifications.
115         (Replacing Specs): New subnode broken out of Display Property.
117 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
119         * display.texi (Auto Faces): Fix typo.
121 2007-10-02  Richard Stallman  <rms@gnu.org>
123         * display.texi (Display Property): Explain some display specs
124         don't let you move point in.
126         * frames.texi (Cursor Parameters): Describe
127         cursor-in-non-selected-windows here.  Explain more values.
129         * windows.texi (Basic Windows): Don't describe
130         cursor-in-non-selected-windows here.
132 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
134         * processes.texi (Misc Network): Note that these functions are
135         supported only on some systems.
137 2007-09-19  Richard Stallman  <rms@gnu.org>
139         * display.texi (Display Property): Explain multiple display specs.
140         Clarify when they work in parallel and when one overrides.
141         Fix error in example.
143 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
145         * commands.texi (Command Loop Info): Advise against changing
146         most variables described here.  Explain new variable
147         last-repeatable-command.
149 2007-08-27  Richard Stallman  <rms@gnu.org>
151         * windows.texi (Window Configurations): Clarify what
152         a window configuration saves.
154 2007-08-25  Richard Stallman  <rms@gnu.org>
156         * display.texi (Images): Delete redundant @findex.
158 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
160         * modes.texi (Example Major Modes): Fix typo.
162 2007-08-08  Glenn Morris  <rgm@gnu.org>
164         * intro.texi (nil and t): Do not use `iff' in documentation.
166         * tips.texi (Documentation Tips): Recommend against `iff'.
168 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
170         * display.texi (Image Cache): Document image-refresh.
172 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
174         * windows.texi (Size of Window): Document window-full-width-p.
176 2007-07-25  Glenn Morris  <rgm@gnu.org>
178         * gpl.texi (GPL): Replace license with GPLv3.
180         * Relicense all FSF files to GPLv3 or later.
182 2007-07-16  Richard Stallman  <rms@gnu.org>
184         * display.texi (Defining Faces): Fix previous change.
186 2007-07-10  Richard Stallman  <rms@gnu.org>
188         * display.texi (Defining Faces): Explain C-M-x feature for defface.
190 2007-06-24  Karl Berry  <karl@tug.org>
192         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
194 2007-06-14  Karl Berry  <karl@tug.org>
196         * anti.texi (Antinews): Typo.
198 2007-06-12  Karl Berry  <karl@gnu.org>
200         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
201         * two-volume.make: New file.
202         * .cvsignore: Ignore two-volume files.
204 2007-06-02  Richard Stallman  <rms@gnu.org>
206         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
208 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
210         * Version 22.1 released.
212 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * text.texi (Special Properties): Correct meaning of fontified face.
216 2007-05-30  Richard Stallman  <rms@gnu.org>
218         * text.texi (Special Properties): Add link to Adjusting Point.
220 2007-05-12  Richard Stallman  <rms@gnu.org>
222         * text.texi (Margins): indent-to-left-margin is not the default.
223         (Mode-Specific Indent): For indent-line-function, the default
224         is indent-relative.
226         * modes.texi (Example Major Modes): Explain last line of text-mode
227         is redundant.
229 2007-05-10  Richard Stallman  <rms@gnu.org>
231         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
233         * help.texi (Keys in Documentation): Add reference to
234         Documentation Tips.
236         * files.texi (Format Conversion): TO-FN gets three arguments.
238         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
240 2007-05-06  Richard Stallman  <rms@gnu.org>
242         * processes.texi (Accepting Output): Revert most of previous change.
244 2007-05-05  Richard Stallman  <rms@gnu.org>
246         * processes.texi (Accepting Output): accept-process-output
247         uses microseconds, not milliseconds.  But that arg is obsolete.
249 2007-05-04  Karl Berry  <karl@tug.org>
251         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
253 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
255         * tips.texi (Documentation Tips): Rearrange items to place the
256         more important ones first.  Add an index entry for hyperlinks.
258 2007-05-03  Karl Berry  <karl@tug.org>
260         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
261          (EMACSVER) [smallbook]: 22 for printed version.
263         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
264         so restore anchor to normal position after defun.  Found by Kevin Ryde.
266 2007-04-28  Karl Berry  <karl@gnu.org>
268         * elisp.texi: Improve line breaks on copyright page,
269         similar layout to emacs manual, 8.5x11 by default.
271 2007-04-24  Richard Stallman  <rms@gnu.org>
273         * text.texi (Special Properties): Add xref to Overlay Properties.
275         * display.texi (Overlay Properties): Add xref to Special Properties.
277 2007-04-22  Richard Stallman  <rms@gnu.org>
279         * keymaps.texi (Extended Menu Items): Move the info about
280         format with cached keyboard binding.
282 2007-04-21  Richard Stallman  <rms@gnu.org>
284         * text.texi (Special Properties): Clarify previous change.
286         * files.texi (File Name Expansion): Clarify previous change.
288         * display.texi (Attribute Functions): Fix example for
289         face-attribute-relative-p.
291 2007-04-19  Kenichi Handa  <handa@m17n.org>
293         * text.texi (Special Properties): Document composition property.
295 2007-04-19  Glenn Morris  <rgm@gnu.org>
297         * files.texi (File Name Expansion): Mention "superroot".
299 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
301         * frames.texi (Multiple Displays): Add note about "multi-monitor"
302         setups.
303         (Display Feature Testing): Note that display refers to all
304         physical monitors for multi-monitor setups.
306 2007-04-14  Richard Stallman  <rms@gnu.org>
308         * lists.texi (Sets And Lists): Clarify `delete' examples.
309         Remove spurious xref to same node.
310         Clarify xref for add-to-list.
312 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
314         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
315         value of lisp-mode-map.
317 2007-04-11  Karl Berry  <karl@gnu.org>
319         * anti.texi (Antinews),
320         * display.texi (Overlay Properties, Defining Images),
321         * processes.texi (Synchronous Processes, Sentinels),
322         * syntax.texi (Syntax Table Internals),
323         * searching.texi (Regexp Special),
324         * nonascii.texi (Default Coding Systems),
325         * text.texi (Special Properties),
326         * minibuf.texi (Basic Completion): Wording to improve breaks in
327         8.5x11 format.
328         * elisp.texi (smallbook): New @set to more easily switch between
329         smallbook and 8.5x11.
331 2007-04-11  Richard Stallman  <rms@gnu.org>
333         * text.texi (Lazy Properties): Minor fix.
335 2007-04-08  Karl Berry  <karl@gnu.org>
337         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
338         * macros.texi (Backquote): Downcase Backquote in index entries for
339         consistency.
341 2007-04-08  Richard Stallman  <rms@gnu.org>
343         * text.texi (Adaptive Fill): Just describe default,
344         don't show it (since it contains non-ASCII chars).
346 2007-04-07  Karl Berry  <karl@gnu.org>
348         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
349         adaptive-fill-regexp's value, since they are not in the standard
350         TeX fonts.
352 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
354         * display.texi (Defining Faces): Fix example.
356 2007-04-07  Karl Berry  <karl@gnu.org>
358         * display.texi (Button Buffer Commands): Improve page break.
360 2007-04-07  Richard Stallman  <rms@gnu.org>
362         * advice.texi (Activation of Advice): Remove redundant index entry.
364         * backups.texi: Improve index entries.  Remove redundant ones.
366         * compile.texi (Byte Compilation): Improve index entry.
368         * hash.texi (Creating Hash): Improve index entry.
370         * symbols.texi (Definitions): Improve index entry.
372         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
374         * maps.texi (Standard Keymaps): Remove useless index entry.
376         * help.texi (Documentation Basics): Remove redundant index entries.
378         * customize.texi: Improve index entries.
379         Remove redundant/useless ones.
381         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
383         * streams.texi (Output Variables): Improve index entry.
385         * abbrevs.texi (Abbrevs): Remove useless index entry.
387         * macros.texi (Expansion): Remove useless index entry.
389         * text.texi: Improve index entries.  Remove redundant/useless ones.
390         (Text Properties, Examining Properties)
391         (Special Properties): Use "property category" instead of "category"
392         to refer to the `category' property.
394         * positions.texi: Improve index entries.  Remove useless one.
396         * lists.texi: Improve index entries.  Remove redundant/useless ones.
398         * os.texi: Improve index entries.
399         (Timers): Fix previous change.
401         * buffers.texi: Improve index entries.
402         (Modification Time): Get rid of term "obsolete buffer".
404         * debugging.texi: Improve index entries.
405         (Test Coverage): Add xref to other test coverage ftr.
407         * eval.texi: Improve index entry.  Remove redundant ones.
409         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
411         * files.texi: Improve index entries.  Remove redundant/useless ones.
413         * objects.texi: Improve index entries.
415         * processes.texi: Improve index entries.
417         * modes.texi: Improve index entry.  Remove redundant one.
419         * nonascii.texi: Improve index entries.
421         * internals.texi: Improve index entries.
423         * syntax.texi: Improve index entries.
425         * keymaps.texi (Active Keymaps): Improve index entries.
427         * commands.texi: Improve index entries.  Remove redundant/useless ones.
429         * frames.texi: Improve index entries.  Remove redundant/useless ones.
431         * markers.texi: Improve index entries.  Remove redundant ones.
433         * tips.texi: Improve index entries.
435         * loading.texi (Unloading): Improve index entry.
437         * variables.texi: Improve index entries.  Remove redundant one.
439         * sequences.texi: Improve index entry.
441         * display.texi: Improve index entries.  Remove redundant ones.
443         * windows.texi: Improve index entries.
445         * searching.texi: Improve index entries.  Remove redundant one.
447         * strings.texi (Case Tables): Improve last change.
449 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
451         * strings.texi (Case Tables): Document with-case-table and
452         ascii-case-table.
454 2007-04-03  Karl Berry  <karl@gnu.org>
456         * processes.texi (Network): Reword to improve page break.
458 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
460         * functions.texi (Inline Functions): Describe more disadvantages
461         of defsubst, and make advice against it stronger.
463 2007-04-02  Karl Berry  <karl@gnu.org>
465         * backups.texi (Backup Names): Avoid widow words.
466         * modes.texi (Example Major Modes): Align last comment.
468 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
470         * keymaps.texi (Remapping Commands): Document new arg to
471         command-remapping.
473 2007-04-01  Karl Berry  <karl@gnu.org>
475         * processes.texi (Low-Level Network): typo.
476         * loading.texi (Hooks for Loading): avoid double "the".
477         * keymaps.texi (Key Sequences): no double "and".
478         (Changing Key Bindings): shorten to improve line break.
480 2007-03-31  Glenn Morris  <rgm@gnu.org>
482         * os.texi (Timers): Fix description of run-at-time TIME formats.
484 2007-03-31  Richard Stallman  <rms@gnu.org>
486         * display.texi (Invisible Text): Correct buffer-invisibility-spec
487         regarding ellipsis.
489 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
491         * intro.texi (nil and t):
492         * symbols.texi (Plists and Alists):
493         * variables.texi (Variable Aliases, Constant Variables):
494         * functions.texi (Defining Functions):
495         * advice.texi (Advising Primitives):
496         * debugging.texi (Syntax Errors, Compilation Errors):
497         * minibuf.texi (Minibuffer Windows):
498         * commands.texi (Adjusting Point):
499         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
500         (Auto Major Mode, Major Mode Conventions):
501         * help.texi (Describing Characters):
502         * files.texi (Create/Delete Dirs, Information about Files)
503         (File Locks, Writing to Files, Reading from Files)
504         (Saving Buffers):
505         * windows.texi (Resizing Windows, Cyclic Window Ordering):
506         * frames.texi (Finding All Frames):
507         * positions.texi (Buffer End, Motion):
508         * markers.texi (The Region):
509         * text.texi (Deletion, Near Point):
510         * display.texi (Displaying Messages, Truncation):
511         * os.texi (Processor Run Time):
512         * tips.texi (Key Binding Conventions, Programming Tips)
513         (Warning Tips, Documentation Tips, Comment Tips):
514         * internals.texi (Memory Usage): Improve indexing.
516         * variables.texi (Frame-Local Variables):
517         * functions.texi (Argument List):
518         * loading.texi (Library Search):
519         * streams.texi (Output Variables):
520         * keymaps.texi (Translation Keymaps, Searching Keymaps):
521         * searching.texi (Replacing Match, Search and Replace):
522         * processes.texi (Byte Packing, Decoding Output)
523         (Accepting Output, Network Servers, Shell Arguments):
524         * display.texi (Abstract Display, Image Cache, Scroll Bars):
525         * windows.texi (Window Point, Window Start):
526         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
527         * commands.texi (Reading Input, Keyboard Events):
528         * minibuf.texi (Reading File Names, Minibuffer Completion)
529         (Recursive Mini):
530         * positions.texi (List Motion):
531         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
532         * numbers.texi (Arithmetic Operations, Math Functions)
533         (Predicates on Numbers, Comparison of Numbers):
534         (Numeric Conversions):
535         * locals.texi (Standard Buffer-Local Variables):
536         * maps.texi (Standard Keymaps):
537         * os.texi (User Identification, System Environment, Recording Input)
538         (X11 Keysyms):
539         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
540         * backups.texi (Backups and Auto-Saving):
541         * customize.texi (Customization, Group Definitions)
542         (Variable Definitions):
543         * compile.texi (Byte Compilation): Improve index entries.
545 2007-03-31  Karl Berry  <karl@gnu.org>
547         * macros.texi (Defining Macros): Avoid widow syllable.
549 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
551         * elisp.texi (Top): Postscript -> PostScript.
553         * display.texi (Images, Postscript Images): Postscript -> PostScript.
555 2007-03-31  Markus Triska  <markus.triska@gmx.at>
557         * internals.texi (Writing Emacs Primitives): Untabify `For'.
559 2007-03-30  Karl Berry  <karl@gnu.org>
561         * lists.texi (List-related Predicates): Remove spurious @need.
562         (Setcdr): Use @smallexample to improve page break.
563         (Association Lists) <assoc>: Reword to improve page break.
565         * strings.texi (String Conversion): Insert blank line to improve
566         page break.
568         * numbers.texi (Random Numbers): Use @minus{}.
569         (Math Functions): Use @minus{}.
571         * intro.texi (Acknowledgements): Avoid line breaks before middle
572         initials.
574 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
576         * errors.texi (Standard Errors): Add an index entry.
578 2007-03-19  Richard Stallman  <rms@gnu.org>
580         * os.texi (Recording Input): recent-keys now gives 300 keys.
582 2007-03-12  Glenn Morris  <rgm@gnu.org>
584         * os.texi: Replace "daylight savings" with "daylight saving"
585         throughout.
587 2007-03-05  Richard Stallman  <rms@gnu.org>
589         * variables.texi (File Local Variables): Update
590         enable-local-variables values.
592 2007-03-04  Richard Stallman  <rms@gnu.org>
594         * syntax.texi (Control Parsing): Minor clarification.
596         * strings.texi (Formatting Strings): Clarify width, precision, flags.
598         * sequences.texi (Sequence Functions): Move string-bytes away,
599         add xref.
601         * nonascii.texi (Text Representations): Move string-bytes here.
603         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
605         * minibuf.texi (Basic Completion): Minor clarification.
607         * markers.texi (The Mark): Clarify existence vs activation of mark.
608         Other cleanup.
610         * display.texi (Finding Overlays): Write better example.
612         * compile.texi (Eval During Compile): Clarify putting macros
613         in eval-when-compile.
615 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
617         * loading.texi (How Programs Do Loading): Fix anchor position at
618         load-read-function definition doc. (tiny change)
620 2007-02-21  Kim F. Storm  <storm@cua.dk>
622         * strings.texi (Text Comparison): Mention that assoc-string
623         converts symbols to strings before testing.
625 2007-02-17  Kim F. Storm  <storm@cua.dk>
627         * processes.texi (Bindat Spec): Vector types can have optional
628         element type.
629         (Bindat Examples): Fix example.  Add vector with element type.
631 2007-02-16  Andreas Schwab  <schwab@suse.de>
633         * strings.texi (Formatting Strings): Document '+' flag.
635 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
637         * strings.texi (Modifying Strings): Clarify that `clear-string'
638         always converts the string to unibyte.
640 2007-02-14  Kim F. Storm  <storm@cua.dk>
642         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
643         Rewrite glyph code description to refer to these functions.
644         Remove details of encoding face number and char into integer code.
646 2007-02-03  Alan Mackenzie  <acm@muc.de>
648         * loading.texi (Hooks for Loading): Make the description of
649         `eval-after-load' more detailed, and amend the description of
650         after-load-alist, in accordance with changes from 2006-05.
652 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
654         * modes.texi (Defining Minor Modes): Document that a :require
655         keyword or similar may be required to make saved customization
656         variables work.
658 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
660         * elisp.texi (Top): Make the detailed menu headers compliant with
661         Texinfo guidelines and with what texnfo-upd.el expects.  Add
662         comments to prevent people from inadvertently modifying the key
663         parts needed by `texinfo-multiple-files-update'.
665 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
667         * elisp.texi (Top): Update the top-level menus.
669         * syntax.texi (Categories): Add index entries.
671 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
673         * display.texi (Attribute Functions): Fix name and description of
674         the UNDERLINE arg of `set-face-underline-p'.
676 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
678         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
679         Variables", and "Standard Keymaps" to the detailed menu.
681         * variables.texi (Future Local Variables): Add index entry.
683 2007-01-28  Richard Stallman  <rms@gnu.org>
685         * tips.texi (Coding Conventions): Clarify the tip about macros
686         that define a function or a variable.
688         * files.texi (File Attributes): UID and GID can be floats.
689         (Magic File Names): Explain why deferring all operations to
690         the standard handler does not work.
692 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
694         * backups.texi (Reverting): Use "buffer" instead of "file"
695         when talking about major and minor modes.
697 2007-01-21  Richard Stallman  <rms@gnu.org>
699         * help.texi (Documentation): Add xref to Documentation Tips.
701 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
703         * tips.texi (Coding Conventions): Fix typos.
705 2007-01-05  Richard Stallman  <rms@gnu.org>
707         * modes.texi (Defining Minor Modes): Fix previous change.
709 2007-01-03  Richard Stallman  <rms@gnu.org>
711         * customize.texi (Variable Definitions, Customization Types):
712         Don't use * in doc string for defcustom.
714 2007-01-02  Richard Stallman  <rms@gnu.org>
716         * variables.texi (Variable Aliases): Clarify that aliases vars
717         always have the same value.
719         * processes.texi (Bindat Spec): Fix Texinfo usage.
721         * modes.texi (Defining Minor Modes): Explain effect of command
722         defined with define-global-minor-mode on new buffers.
724 2006-12-30  Kim F. Storm  <storm@cua.dk>
726         * keymaps.texi (Tool Bar): Describe `grow-only' value of
727         `auto-resize-tool-bars'.
729 2006-12-30  Richard Stallman  <rms@gnu.org>
731         * keymaps.texi (Active Keymaps): Fix previous change.
733 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
735         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
737 2006-12-30  Kim F. Storm  <storm@cua.dk>
739         * processes.texi (Bindat Spec): Clarify using field names in
740         length specifications.
742 2006-12-29  Kim F. Storm  <storm@cua.dk>
744         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
745         Add count and index variables for eval forms in repeat blocks.
747 2006-12-24  Richard Stallman  <rms@gnu.org>
749         * customize.texi (Variable Definitions): Document
750         new name custom-add-frequent-value.
752 2006-12-19  Kim F. Storm  <storm@cua.dk>
754         * commands.texi (Misc Events): User signals now result in sigusr1
755         and sigusr2 events which are handled through special-event-map.
756         (Special Events): User signals and drag-n-drop are special.
758 2006-12-17  Richard Stallman  <rms@gnu.org>
760         * loading.texi (Named Features): Explain subfeatures better.
762         * customize.texi: Use "option" only for user options.
763         For the keyword values inside defcustom etc, say "keywords".
764         For :options value's elements, say "elements".
765         :group should not be omitted.
767         * syntax.texi (Parsing Expressions): Split up node.
768         (Motion via Parsing, Position Parse, Parser State)
769         (Low-Level Parsing, Control Parsing): New subnodes.
770         (Parser State): Document syntax-ppss-toplevel-pos.
772         * positions.texi (List Motion): Punctuation fix.
774         * files.texi (File Name Completion): Document PREDICATE arg
775         to file-name-completion.
777 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
779         * internals.texi (Building Emacs, Writing Emacs Primitives):
780         Add index entries.
782 2006-12-11  Richard Stallman  <rms@gnu.org>
784         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
785         affects face menu.  Explain how to make it non-nil without enabling
786         any fontification.
788 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
790         * modes.texi (Font Lock Basics): Document nil value of
791         font-lock-defaults.
793 2006-12-10  Glenn Morris  <rgm@gnu.org>
795         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
796         value for system-flag argument.  Abbrev tables may not be empty
797         when major modes are loaded.
799 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
801         * makefile.w32-in (maintainer-clean): Partially revert last
802         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
803         to protect elisp-covers.texi.
805 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
807         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
808         Don't remove elisp* info files; they are already deleted by the
809         `clean' and `distclean' targets, and they are in the $(infodir)
810         directory, not the current one.
812 2006-12-04  Kim F. Storm  <storm@cua.dk>
814         * commands.texi (Misc Events): Update signal events.
815         (Event Examples): Add signal example.
817 2006-11-29  Richard Stallman  <rms@gnu.org>
819         * frames.texi (Visibility of Frames): Explain visible windows
820         can be covered by others.  Add xref for raise-frame.
822 2006-11-28  Richard Stallman  <rms@gnu.org>
824         * searching.texi (Regexp Special): Update when ^ is special.
826 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
828         * customize.texi (Customization, Common Keywords)
829         (Group Definitions, Variable Definitions, Composite Types)
830         (Type Keywords, Customization Types): Add index entries for
831         various customization keywords.
833 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
837 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
839         * frames.texi (Window System Selections): Remove clipboard from
840         description of selection-coding-system.
842 2006-11-06  Richard Stallman  <rms@gnu.org>
844         * lists.texi (List Variables): Document COMPARE-FN.
846         * keymaps.texi: Avoid use of "binding" to mean a relation;
847         use it only to refer to the meaning associated with a key.
848         (Keymaps): Change menu node description.
850         * elisp.texi (Top): Change menu node description.
852         * display.texi (Managing Overlays): Document overlay-recenter.
854 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
856         * Makefile.in: Use relative paths to avoid advertising filesystem
857         contents during compilation.
859 2006-10-23  Kim F. Storm  <storm@cua.dk>
861         * commands.texi (Event Input Misc): Update unread-command-events.
863 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
865         * lists.texi (Sets And Lists): Fix typos.
867 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
869         * control.texi (Processing of Errors): Use @var for an argument,
870         not @code.
872 2006-10-16  Richard Stallman  <rms@gnu.org>
874         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
876         * keymaps.texi (Format of Keymaps): Show all the keymap element
877         patterns that result from menu items.
878         (Key Lookup): Minor cleanups.
880         * modes.texi (Precalculated Fontification): Don't say that
881         not setting font-lock-defaults avoids loading font-lock.
883         * help.texi (Documentation): Move xref to Emacs Manual here.
884         (Documentation Basics): From here.
885         Also doc emacs-lisp-docstring-fill-column.
887         * elisp.texi: Update version and ISBN.
889         * commands.texi (Interactive Call): Clarify KEYS arg to
890         call-interactively is a vector.
891         (Command Loop Info): Delete anchor in this-command-keys.
892         Add anchor in this-command-keys-vector.
893         (Recursive Editing): Document how recursive-edit
894         handles the current buffer.
896 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
898         * frames.texi (Frame Titles): %c and %l are ignored in
899         frame-title-format.
901 2006-10-11  Richard Stallman  <rms@gnu.org>
903         * keymaps.texi (Key Sequences): Clarify use of kbd.
905 2006-10-10  Kim F. Storm  <storm@cua.dk>
907         * lists.texi (Sets And Lists): Add memql.
909 2006-10-03  Richard Stallman  <rms@gnu.org>
911         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
912         Clarify :ascii: and :nonascii:.
914 2006-09-29  Juri Linkov  <juri@jurta.org>
916         * modes.texi (%-Constructs): Reorder coding systems in the
917         documentation of %z to the real order displayed in the modeline.
919 2006-09-25  Richard Stallman  <rms@gnu.org>
921         * os.texi (Timers): Describe timer-max-repeats.
923 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
925         * os.texi (Timers): Mention with-local-quit.
927 2006-09-24  Richard Stallman  <rms@gnu.org>
929         * searching.texi (Searching and Matching): Mention property search.
931         * commands.texi (Command Loop Info): Explain how read-event affects
932         this-command-keys.
934 2006-09-20  Richard Stallman  <rms@gnu.org>
936         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
938         * windows.texi (Window Start): Minor cleanups.
940 2006-09-20  Kim F. Storm  <storm@cua.dk>
942         * windows.texi (Window Start): pos-visible-in-window-p allows
943         specifying t for position to mean "end of window".
944         Add window-line-height.
946         * anti.texi (Antinews): Mention window-line-height.
948 2006-09-19  David Kastrup  <dak@gnu.org>
950         * keymaps.texi (Searching Keymaps): Small clarification.
952 2006-09-18  Richard Stallman  <rms@gnu.org>
954         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
955         cause keyboard menus.
956         (Menu Keymaps): Likewise.
957         (Defining Menus, Keyboard Menus): Clarify.
959         * text.texi (Fields): Clarify explanation of constrain-to-field.
961 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
963         * variables.texi (Tips for Defining): Fix a typo.
965 2006-09-15  Richard Stallman  <rms@gnu.org>
967         * keymaps.texi (Remapping Commands, Searching Keymaps)
968         (Active Keymaps): Clean up previous change.
970 2006-09-15  Jay Belanger  <belanger@truman.edu>
972         * gpl.texi: Replace "Library Public License" by "Lesser Public
973         License" throughout.
975 2006-09-15  David Kastrup  <dak@gnu.org>
977         * keymaps.texi (Active Keymaps): Adapt description to use
978         `get-char-property' instead `get-text-property'.  Explain how
979         mouse events change this.  Explain the new optional argument of
980         `key-binding' and its mouse-dependent lookup.
981         (Searching Keymaps): Adapt description similarly.
982         (Remapping Commands): Explain the new optional argument of
983         `command-remapping'.
985 2006-09-14  Richard Stallman  <rms@gnu.org>
987         * keymaps.texi (Searching Keymaps): Clarification.
988         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
990 2006-09-13  Richard Stallman  <rms@gnu.org>
992         * objects.texi (Character Type): Node split.
993         Add xref to Describing Characters.
994         (Basic Char Syntax, General Escape Syntax)
995         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
997 2006-09-11  Richard Stallman  <rms@gnu.org>
999         * display.texi (Display Table Format): Wording clarification.
1000         (Glyphs): Clarifications.
1002 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
1004         * keymaps.texi (Active Keymaps): Mention that key-binding checks
1005         local maps.
1007 2006-09-10  Kim F. Storm  <storm@cua.dk>
1009         * display.texi (Forcing Redisplay): Document return value of
1010         function redisplay.
1012 2006-09-09  Richard Stallman  <rms@gnu.org>
1014         * windows.texi (Window Hooks): Explain limits of
1015         window-scroll-functions.
1017         * display.texi (Fringe Indicators): Update for last change in
1018         indicate-buffer-boundaries.
1020 2006-09-08  Richard Stallman  <rms@gnu.org>
1022         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1024 2006-09-06  Kim F. Storm  <storm@cua.dk>
1026         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1028         * windows.texi (Window Start): Update pos-visible-in-window-p.
1030 2006-09-04  Richard Stallman  <rms@gnu.org>
1032         * processes.texi (Accepting Output): Explain SECONDS=0 for
1033         accept-process-output.
1035         * os.texi (Idle Timers): Explain why timer functions should not
1036         loop until (input-pending-p).
1038 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
1040         * makefile.w32-in (usermanualdir): New variable.
1041         (elisp.dvi): Use it.
1043 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
1045         * buffers.texi (Buffer Modification): Fix last change.
1047 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
1049         * buffers.texi (Buffer Modification): Document
1050         buffer-chars-modified-tick.
1052 2006-08-31  Richard Stallman  <rms@gnu.org>
1054         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1056 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
1058         * modes.texi (Syntactic Font Lock):
1059         Mention font-lock-syntactic-face-function
1060         instead of specific faces.
1062 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
1064         * display.texi (Images): Add xrref to display-images-p.
1066 2006-08-28  Kenichi Handa  <handa@m17n.org>
1068         * nonascii.texi (Lisp and Coding Systems): Fix description of
1069         detect-coding-region.
1071 2006-08-27  Michael Olson  <mwolson@gnu.org>
1073         * processes.texi (Transaction Queues): Remove stray quote
1074         character.
1076 2006-08-25  Richard Stallman  <rms@gnu.org>
1078         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
1079         Add xref.
1081 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
1083         * os.texi (Timers): Avoid waiting inside timers.
1085 2006-08-21  Lute Kamstra  <lute@gnu.org>
1087         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
1089 2006-08-20  Richard Stallman  <rms@gnu.org>
1091         * os.texi (Idle Timers): New node, split out from Timers.
1092         Document current-idle-time.
1093         * commands.texi (Reading One Event): Update xref.
1094         * elisp.texi (Top): Update subnode menu.
1096 2006-08-16  Richard Stallman  <rms@gnu.org>
1098         * keymaps.texi (Extended Menu Items): Show format of cached
1099         bindings in extended menu items.
1101         * customize.texi (Variable Definitions): Explain when the
1102         standard value expression is evaluated.
1104 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
1106         * commands.texi (Reading One Event): Explain idleness in
1107         `read-event'.
1109 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
1111         * text.texi (Near Point): Say "cursor" not "terminal cursor".
1112         (Commands for Insertion): Removed split-line since it's not
1113         relevant for Lisp programming.
1114         (Yank Commands): Rewrite introduction.
1115         (Undo): Clarify.
1116         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
1117         (Filling): Remove redundant comment.  Clarify return value of
1118         current-justification.
1119         (Margins): Minor clarifications.
1120         (Adaptive Fill): Update default value of adaptive-fill-regexp.
1121         (Sorting): Update definition of sort-lines.
1122         (Columns): Clarify behavior of sort-columns.
1123         (Indent Tabs): Link to Tab Stops in Emacs manual.
1124         (Special Properties): Clarify.
1125         (Clickable Text): Mention Buttons package.
1127 2006-08-12  Kevin Ryde  <user42@zip.com.au>
1129         * os.texi (Time Parsing): Add %z to description of
1130         format-time-string, as per docstring.  Add cross reference to
1131         glibc manual for strftime.
1133 2006-08-08  Richard Stallman  <rms@gnu.org>
1135         * modes.texi: Clean up wording in previous change.
1137 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
1139         * modes.texi (Hooks): Clarify.
1140         (Major Mode Basics): Mention define-derived-mode explicitly.
1141         (Major Mode Conventions): Rebinding RET is OK for some modes.
1142         Mention change-major-mode-hook and after-change-major-mode-hook.
1143         (Example Major Modes): Moved to end of Modes section.
1144         (Mode Line Basics): Clarify.
1145         (Mode Line Data): Mention help-echo and local-map in strings.
1146         Explain reason for treatment of non-risky variables.
1147         (Properties in Mode): Clarify.
1148         (Faces for Font Lock): Add font-lock-negation-char-face.
1150 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
1152         * strings.texi (Formatting Strings): Warn against arbitrary
1153         strings as first arg to `format'.
1155 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
1157         * text.texi (Clickable Text): Mention `help-echo' text property.
1158         Update intro, examples and associated explanations.
1160 2006-07-31  Richard Stallman  <rms@gnu.org>
1162         * commands.texi: Update xrefs.
1163         (Event Mod): New node, cut out from old Translating Input.
1165         * maps.texi: Update xrefs.
1167         * keymaps.texi (Translation Keymaps): New node.
1168         Update xrefs from Translating Input to Translation Keymaps.
1170         * elisp.texi (Top): Update subnode menu.
1172         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
1174         * os.texi (System Interface): Fix menu descriptions of some nodes.
1175         (Translating Input): Node deleted.
1177 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1179         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
1181         * lists.texi (Sets And Lists): Likewise.
1183 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
1185         * text.texi (Fields): Mention POS
1186         requirement when narrowing is in effect.
1188 2006-07-28  Richard Stallman  <rms@gnu.org>
1190         * display.texi (Face Attributes): Simplify wording.
1191         (Attribute Functions): Clarify meaning of new-frame default
1192         attribute settings.
1194         * customize.texi (Common Keywords): Document how to use
1195         :package-version in a package not in Emacs.
1197 2006-07-28  Kim F. Storm  <storm@cua.dk>
1199         * commands.texi (Reading One Event): Fix last change.
1201 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1203         * commands.texi (Reading One Event): Document SECONDS argument for
1204         read-event, read-char, and read-char-exclusive.
1206 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1208         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1209         to ensure correct identification.
1211 2006-07-24  Richard Stallman  <rms@gnu.org>
1213         * text.texi (Clickable Text): Clarify.
1215         * sequences.texi (Vector Functions): Delete duplicate xref.
1217         * objects.texi (Function Type): Clarify.
1219         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1220         modes.
1222         * lists.texi (List Variables): New node.
1223         Material moved from other nodes.
1225         * variables.texi (Setting Variables): add-to-list and
1226         add-to-ordered-list moved to List Variables node.
1228 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1230         * text.texi (Links and Mouse-1):
1231         For mouse-on-link-p, expand on arg POS.
1233 2006-07-21  Kim F. Storm  <storm@cua.dk>
1235         * display.texi (Forcing Redisplay): Don't mention systems which
1236         don't support sub-second timers for redisplay-preemption-period.
1238         * os.texi (Terminal Output): Clarify text vs graphical terminal.
1240 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1242         * frames.texi (Input Focus): Document that focus-follows-mouse has
1243         no effect on MS-Windows.
1245 2006-07-18  Richard Stallman  <rms@gnu.org>
1247         * display.texi (Forcing Redisplay): Cleanups in previous change.
1249         * processes.texi (Low-Level Network): Make menu more convenient.
1251 2006-07-18  Kim F. Storm  <storm@cua.dk>
1253         * display.texi (Forcing Redisplay): redisplay-preemption-period
1254         only used on window systems.  Add xref to Terminal Output.
1256         * os.texi (Terminal Output): baud-rate only controls preemption on
1257         non-window systems.  Add xref to Forcing Redisplay.
1259         * processes.texi (Low-Level Network): Rename node "Make Network"
1260         to "Network Processes".
1262 2006-07-18  Karl Berry  <karl@gnu.org>
1264         * variables.texi, functions.texi, customize.texi, loading.texi:
1265         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
1267 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1269         * commands.texi (Waiting): Document batch-mode sit-for behavior.
1271 2006-07-17  Richard Stallman  <rms@gnu.org>
1273         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
1274         Put period and comma inside quotes.
1276         * loading.texi, markers.texi: Use real doublequote inside menus.
1278         * windows.texi: Put point and comma inside quotes.
1279         (Textual Scrolling): Use @samp for error message.
1281         * variables.texi, tips.texi, syntax.texi, symbols.texi:
1282         * strings.texi, streams.texi, processes.texi, os.texi:
1283         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
1284         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
1285         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
1286         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
1287         Put point and comma inside quotes.
1289         * control.texi (Processing of Errors): Add command-error-function.
1291         * variables.texi (File Local Variables): Clarify that
1292         file local variables make buffer-local bindings.
1294         * modes.texi (Syntactic Font Lock): Give default for
1295         font-lock-syntax-table.
1297 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
1299         * text.texi (Special Properties): Clean up previous change.
1301 2006-07-16  Karl Berry  <karl@gnu.org>
1303         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
1304         * control.texi: Fix bad page breaks through chapter 10 (control).
1306         * anti.texi (Antinews): Reorder face-attribute fns to avoid
1307         underfull hbox.
1309 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
1311         * text.texi (Special Properties): Describe fontified text property
1312         in relation to a character (not text).
1314 2006-07-15  Kim F. Storm  <storm@cua.dk>
1316         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1317         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1318         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1320         * anti.texi (Antinews): Mention redisplay function.
1321         The kbd macro existed, but was not documented, before 22.x.
1322         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1324 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1326         * display.texi (Displaying Messages): Add anchor.
1328         * frames.texi (Dialog Boxes): Use it.
1330 2006-07-12  Richard Stallman  <rms@gnu.org>
1332         * objects.texi (Frame Type): Explain nature of frames better.
1334         * frames.texi (Frames): Explain nature of frames better.
1336 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
1338         * tips.texi (Coding Conventions): Explain why use cl at compile time.
1340 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1342         * frames.texi (Window System Selections): Mention scrap support for Mac.
1343         Default value of x-select-enable-clipboard is t on Mac.
1345         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1347 2006-07-11  Kim F. Storm  <storm@cua.dk>
1349         * display.texi (Forcing Redisplay): Add `redisplay' function.
1350         Don't mention (sit-for -1) -- use (redisplay t) instead.
1352         * commands.texi (Waiting): (sit-for -1) is no longer special.
1353         (sit-for 0) is equivalent to (redisplay).
1354         Iconifying/deiconifying no longer makes sit-for return.
1356 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
1358         * display.texi (Buttons): Fix typo.
1360         * index.texi, elisp.texi (New Symbols): Comment node out.
1362 2006-07-09  Richard Stallman  <rms@gnu.org>
1364         * display.texi (Truncation): Clean up previous change.
1366 2006-07-08  Richard Stallman  <rms@gnu.org>
1368         * commands.texi (Interactive Call): Use 3 as prefix in example
1369         for execute-extended-command.
1371         * display.texi (Attribute Functions): Move paragraph about
1372         compatibility with Emacs < 21.
1374 2006-07-09  Kim F. Storm  <storm@cua.dk>
1376         * display.texi (Refresh Screen): Clarify force-window-update.
1377         (Truncation): "Normally" indicated by fringe arrows.
1379 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1381         * windows.texi (Textual Scrolling, Resizing Windows):
1382         * variables.texi (Constant Variables):
1383         * text.texi (Buffer Contents, Deletion, Changing Properties)
1384         (Property Search, Special Properties, Sticky Properties)
1385         (Links and Mouse-1, Fields, Change Hooks):
1386         * syntax.texi (Syntax Table Functions, Parsing Expressions)
1387         (Categories):
1388         * symbols.texi (Other Plists):
1389         * streams.texi (Output Variables):
1390         * processes.texi (Input to Processes, Query Before Exit):
1391         * positions.texi (Word Motion, Text Lines, List Motion):
1392         * os.texi (Init File, System Environment, Sound Output)
1393         (Session Management):
1394         * nonascii.texi (Text Representations, Character Sets)
1395         (Chars and Bytes, Locales):
1396         * modes.texi (Defining Minor Modes, Header Lines):
1397         * minibuf.texi (Minibuffer Contents):
1398         * markers.texi (Information from Markers):
1399         * lists.texi (List Elements, Building Lists, Association Lists):
1400         * keymaps.texi (Tool Bar):
1401         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1402         * functions.texi (What Is a Function, Mapping Functions):
1403         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1404         (Color Names, Text Terminal Colors, Display Feature Testing):
1405         * files.texi (Visiting Functions, File Name Components)
1406         (Unique File Names, Contents of Directories):
1407         * display.texi (Forcing Redisplay, Displaying Messages)
1408         (Temporary Displays, Font Selection, Auto Faces)
1409         (Font Lookup, Fringe Indicators, Display Margins)
1410         (Image Descriptors, Showing Images, Image Cache, Button Types)
1411         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
1412         (Display Table Format, Glyphs):
1413         * control.texi (Iteration):
1414         * commands.texi (Command Loop Info, Adjusting Point):
1415         * backups.texi (Making Backups, Auto-Saving):
1416         Remove @tindex entries.
1418 2006-07-07  Kim F. Storm  <storm@cua.dk>
1420         * display.texi (Fringe Cursors): Fix typo.
1421         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1422         (Overlay Arrow): Default is overlay-arrow fringe indicator.
1424 2006-07-05  Richard Stallman  <rms@gnu.org>
1426         * text.texi (Buffer Contents): Add example of text props
1427         in result of buffer-substring.
1428         (Text Properties): Explain better about use of specific property names.
1429         (Property Search): Some cleanups; reorder some functions.
1431         * keymaps.texi (Changing Key Bindings): Cleanup.
1432         Add xref to Key Binding Conventions.
1434         * display.texi (Attribute Functions): Add examples for
1435         face-attribute-relative-p.
1437         * tips.texi (Coding Conventions): Cleanup last change.
1439 2006-07-05  Karl Berry  <karl@gnu.org>
1441         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1442         Remove @setchapternewpage odd.
1443         Result is 1013 pages, down from 1100.
1445         * anti.texi, customize.texi, display.texi, internals.texi:
1446         * minibuf.texi, modes.texi, tips.texi:
1447         Fix overfull/underfull boxes.
1449 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1451         * edebug.texi (Instrumenting):
1452         Add Edebug-specific findex for eval-buffer.
1453         * loading.texi (Loading):
1454         Replace eval-current-buffer with eval-buffer.
1456 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1458         * locals.texi (Standard Buffer-Local Variables): Update the list
1459         of variables.
1461 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
1463         * files.texi (File Name Completion): Point user to the node
1464         "Reading File Names".
1466 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1468         * files.texi (Contents of Directories): Document case-insensitive
1469         behavior on respective filesystems.
1471         * objects.texi (Character Type): Document that Emacs signals an
1472         error for unsupported Unicode characters specified as \uNNNN.
1474 2006-06-19  Richard Stallman  <rms@gnu.org>
1476         * processes.texi (Bindat Spec): Clarify previous change.
1478 2006-06-16  Richard Stallman  <rms@gnu.org>
1480         * tips.texi (Coding Conventions): Better explain conventions
1481         for definition constructs.
1483         * text.texi (Special Properties): String value of `read-only'
1484         serves as the error message.
1486         * objects.texi (Character Type): Clarify prev. change.
1487         (Non-ASCII in Strings): Mention \u and \U.
1489         * commands.texi (Using Interactive): Explain problem of
1490         markers, etc., in command-history.
1492 2006-06-14  Kim F. Storm  <storm@cua.dk>
1494         * commands.texi (Waiting): Negative arg to sit-for forces
1495         redisplay even if input is pending.
1497         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1498         redisplay.  Remove incorrect example of binding redisplay-dont-pause
1499         around (sit-for 0).
1501 2006-06-13  Richard Stallman  <rms@gnu.org>
1503         * display.texi (Forcing Redisplay): Clarify previous change.
1505 2006-06-13  Romain Francoise  <romain@orebokech.com>
1507         * display.texi (Forcing Redisplay): Fix typo.
1509 2006-06-13  Kim F. Storm  <storm@cua.dk>
1511         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1513 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1515         * tips.texi (Coding Conventions): Add `@end itemize'.
1517 2006-06-10  Richard Stallman  <rms@gnu.org>
1519         * tips.texi (Coding Conventions): Explain use of coding systems
1520         to ensure one decoding for strings.
1522 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
1524         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
1525         syntax.
1527 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
1529         * display.texi (Font Selection): Remove description of
1530         clear-face-cache.
1532         * compile.texi (Eval During Compile): Fix a typo.  Add index
1533         entries for possible uses of eval-when-compile.
1535 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
1537         * display.texi (Abstract Display): Fix typo.
1539 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
1541         * minibuf.texi (Minibuffer History) <history-add-new-input>:
1542         Reword variable's description.
1544 2006-06-01  Richard Stallman  <rms@gnu.org>
1546         * windows.texi (Splitting Windows): Clarify splitting nonselected
1547         window.
1549 2006-05-31  Juri Linkov  <juri@jurta.org>
1551         * minibuf.texi (Minibuffer History): Add history-add-new-input.
1553 2006-05-30  Richard Stallman  <rms@gnu.org>
1555         * display.texi (Line Height): Fix errors in description of
1556         default line height and line-height properyty.
1558         * nonascii.texi (Default Coding Systems): Further clarification.
1560 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1562         * internals.texi (Pure Storage): Mention that an overflow in pure
1563         space causes a memory leak.
1564         (Garbage Collection): If there was an overflow in pure space,
1565         `garbage-collect' returns nil.
1567 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
1569         * nonascii.texi (Default Coding Systems): Fix it some more.
1571 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
1573         * nonascii.texi (Default Coding Systems): Fix last change.
1575 2006-05-29  Kenichi Handa  <handa@m17n.org>
1577         * nonascii.texi (find-operation-coding-system): Describe the new
1578         argument format (FILENAME . BUFFER).
1580 2006-05-28  Richard Stallman  <rms@gnu.org>
1582         * tips.texi (Coding Conventions): Better explain reasons not to
1583         advise other packages or use `eval-after-load'.
1585 2006-05-29  Kim F. Storm  <storm@cua.dk>
1587         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1588         `bindat-idx' and `bindat-raw' for clarity.
1590 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1592         * processes.texi (Bindat Spec): Expand on `repeat' handler.
1594         * display.texi (Display): Add "Abstract Display" to menu.
1595         (Abstract Display, Abstract Display Functions)
1596         (Abstract Display Example): New nodes.
1597         * elisp.texi (Top): Add "Abstract Display" to menu.
1599 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1601         * keymaps.texi (Key Sequences): Link to input events definition.
1602         (Format of Keymaps): Delete material duplicated in Keymap Basics.
1604         * files.texi (Changing Files): Document updated argument list for
1605         copy-file.
1607 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1609         * processes.texi (Bindat Functions): Explain term "total length".
1610         Use it in bindat-length and bindat-pack descriptions.
1612 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1614         * tips.texi (Coding Conventions): Advise against using
1615         eval-after-load in packages.  Add an index entry.
1617 2006-05-25  Juri Linkov  <juri@jurta.org>
1619         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1621         * modes.texi (%-Constructs): Add %e, %z, %Z.
1623 2006-05-25  Richard Stallman  <rms@gnu.org>
1625         * elisp.texi (Top): Update subnode menu.
1627         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1628         (Keymaps): Update menu.
1630 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1632         * keymaps.texi (Key Sequences): Some clarifications.
1634 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1636         * processes.texi (Bindat Functions): Say "unibyte string"
1637         explicitly for bindat-unpack and bindat-pack descriptions.
1638         (Bindat Examples): Don't call `string-make-unibyte' in example.
1640 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1642         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1643         Explain string and vector representations of key sequences
1645         * keymaps.texi (Changing Key Bindings):
1646         * commands.texi (Interactive Codes, Interactive Codes):
1647         * help.texi (Describing Characters): Refer to it.
1649 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
1651         * frames.texi (Pointer Shape): @end table -> @end defvar.
1653 2006-05-22  Richard Stallman  <rms@gnu.org>
1655         * elisp.texi (Top): Update subnode menus.
1657         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1658         Contents rewritten; material from old Pointer Shape node moved here.
1660         * display.texi (Pointer Shape): Node deleted.
1661         (Image Descriptors): Minor cleanup.
1663 2006-05-21  Richard Stallman  <rms@gnu.org>
1665         * syntax.texi (Parsing Expressions): Update info on which STATE
1666         elements are ignored.
1668 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1670         * hooks.texi (Standard Hooks): Correct typo.
1672         * gpl.texi (GPL): ifinfo -> ifnottex.
1674 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
1676         * searching.texi (Simple Match Data): Warn about match data being
1677         set anew by every search.
1679 2006-05-17  Richard Stallman  <rms@gnu.org>
1681         * minibuf.texi (Minibuffer History): Clarify.
1683         * searching.texi (Regexp Special): Clarify nested regexp warning.
1685 2006-05-16  Kim F. Storm  <storm@cua.dk>
1687         * minibuf.texi (Minibuffer History): Update add-to-history.
1689 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
1691         * nonascii.texi (Explicit Encoding): Fix
1692         typo (encoding<->decoding).
1694 2006-05-14  Richard Stallman  <rms@gnu.org>
1696         * buffers.texi (Creating Buffers): Cleanup.
1698         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1700 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1702         * buffers.texi (Current Buffer): Document that with-temp-buffer
1703         disables undo.
1705         * os.texi (Terminal-Specific): More accurate description of how
1706         Emacs searches for the terminal-specific libraries.
1708 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1710         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1711         emacs-xtra to @inforef's.
1713         * text.texi (Undo): Document that undo is turned off in buffers
1714         whose names begin with a space.
1716         * buffers.texi (Buffer Names): Add index entries for buffers whose
1717         names begin with a space.
1718         (Creating Buffers): Document that undo is turned off in buffers
1719         whose names begin with a space.
1721         * files.texi (Visiting Functions, Reading from Files)
1722         (Saving Buffers): Mention code and EOL conversions by file I/O
1723         primitives and subroutines.
1725         * nonascii.texi (Lisp and Coding Systems): Document
1726         coding-system-eol-type.  Add index entries for eol conversion.
1728         * display.texi (Defining Faces): Mention `mac', and add an xref to
1729         where window-system is described.
1731 2006-05-10  Richard Stallman  <rms@gnu.org>
1733         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1735 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1737         * variables.texi (File Local Variables): Recommend to quote lambda
1738         expressions in safe-local-variable property.
1740 2006-05-09  Richard Stallman  <rms@gnu.org>
1742         * variables.texi (File Local Variables): Document
1743         safe-local-eval-forms and safe-local-eval-function.
1745 2006-05-07  Kim F. Storm  <storm@cua.dk>
1747         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1748         from add-to-history.
1750 2006-05-07  Romain Francoise  <romain@orebokech.com>
1752         * commands.texi (Event Input Misc):
1753         * compile.texi (Eval During Compile):
1754         * internals.texi (Buffer Internals):
1755         * minibuf.texi (Initial Input):
1756         * nonascii.texi (Scanning Charsets):
1757         * numbers.texi (Comparison of Numbers):
1758         * windows.texi (Textual Scrolling, Vertical Scrolling):
1759         Fix various typos.
1761 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1763         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1764         conditional xref's to either emacs or emacs-xtra, depending on
1765         @iftex/@ifnottex.
1767         * minibuf.texi (Minibuffer History): Document add-to-history.
1769 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1771         * internals.texi (Pure Storage): Mention the pure overflow message
1772         at startup.
1774 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1776         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1777         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1778         search.
1780 2006-05-01  Richard Stallman  <rms@gnu.org>
1782         * intro.texi (nil and t): Clarify.
1784         * variables.texi (File Local Variables): Suggest using booleanp.
1786 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
1788         * objects.texi (Type Predicates): Fix typos.
1790 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * intro.texi (nil and t): Add booleanp.
1794         * objects.texi (Type Predicates): Add links for booleanp and
1795         string-or-null-p.
1797 2006-04-29  Richard Stallman  <rms@gnu.org>
1799         * modes.texi (Multiline Font Lock): Rename from
1800         Multi line Font Lock Elements.  Much clarification.
1801         (Font Lock Multiline, Region to Fontify): Much clarification.
1803 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * variables.texi (File Local Variables): Remove the special case t for
1806         safe-local-variable.
1808 2006-04-26  Richard Stallman  <rms@gnu.org>
1810         * syntax.texi (Parsing Expressions): Minor cleanup.
1812 2006-04-18  Richard Stallman  <rms@gnu.org>
1814         * tips.texi (Coding Conventions): Explain when the package's
1815         prefix should appear later on (not at the start of the name).
1817         * searching.texi (String Search): Clarify effect of NOERROR.
1819         * modes.texi (Imenu): Clarify what special items do.
1821         * hooks.texi (Standard Hooks): Delete text about old hook names.
1823 2006-04-17  Romain Francoise  <romain@orebokech.com>
1825         * variables.texi (Local Variables): Update the default value of
1826         `max-specpdl-size'.
1828 2006-04-15  Michael Olson  <mwolson@gnu.org>
1830         * processes.texi (Transaction Queues): Mention the new optional
1831         `delay-question' argument for `tq-enqueue'.
1833 2006-04-13  Bill Wohler  <wohler@newt.com>
1835         * customize.texi (Common Keywords): Use dotted notation for
1836         :package-version value.  Specify its values.  Improve documentation
1837         for customize-package-emacs-version-alist.
1839 2006-04-12  Bill Wohler  <wohler@newt.com>
1841         * customize.texi (Common Keywords): Move description of
1842         customize-package-emacs-version-alist to @defvar.
1844 2006-04-10  Bill Wohler  <wohler@newt.com>
1846         * customize.texi (Common Keywords): Add :package-version.
1848 2006-04-10  Kim F. Storm  <storm@cua.dk>
1850         * text.texi (Buffer Contents): Add NOPROPS arg to
1851         filter-buffer-substring.
1853 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1855         * os.texi (Command-Line Arguments): Update xref to emacs manual
1856         "Command Arguments" -> "Emacs Invocation", per change there.
1858 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
1860         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1861         be on one line to help makeinfo not render two spaces after the dot.
1863 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1865         * strings.texi (Predicates for Strings): Add string-or-null-p.
1867 2006-03-28  Kim F. Storm  <storm@cua.dk>
1869         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1870         remarks about systems that don't support fractional seconds.
1872 2006-03-25  Karl Berry  <karl@gnu.org>
1874         * elisp.texi: Use @copyright{} instead of (C), and do not indent
1875         the year list.
1877 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1879         * display.texi (Fringe Indicators): Fix typos.
1881 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1883         * tips.texi (Documentation Tips): One can now also write `program'
1884         in front of a quoted symbol in a docstring to prevent making a
1885         hyperlink.
1887 2006-03-19  Alan Mackenzie  <acm@muc.de>
1889         * text.texi (Special Properties): Clarify `fontified' property.
1891 2006-03-16  Richard Stallman  <rms@gnu.org>
1893         * display.texi (Defining Images): Minor cleanup.
1895 2006-03-16  Bill Wohler  <wohler@newt.com>
1897         * display.texi (Defining Images): In image-load-path-for-library,
1898         prefer user's images.
1900 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1904 2006-03-15  Bill Wohler  <wohler@newt.com>
1906         * display.texi (Defining Images): Fix example in
1907         image-load-path-for-library by not recommending that one binds
1908         image-load-path.  Just defvar it to placate compiler and only use
1909         it if previously defined.
1911 2006-03-14  Bill Wohler  <wohler@newt.com>
1913         * display.texi (Defining Images): In image-load-path-for-library,
1914         always return list of directories.  Update example.
1916 2006-03-14  Alan Mackenzie  <acm@muc.de>
1918         * modes.texi: New node, "Region to Fontify" (for Font Lock).
1919         This describes font-lock-extend-region-function.
1920         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
1921         the new node "Region to Fontify".
1923 2006-03-13  Richard Stallman  <rms@gnu.org>
1925         * display.texi (Invisible Text): The impossible position is
1926         now before the invisible text, not after.
1927         (Defining Images): Clean up last change.
1929 2006-03-11  Bill Wohler  <wohler@newt.com>
1931         * display.texi (Defining Images): Add image-load-path-for-library.
1933 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1935         * text.texi (Adaptive Fill): Fix Texinfo usage.
1937         * strings.texi (Creating Strings): Fix Texinfo usage.
1939         * searching.texi (Regexp Special): Use @samp for regular
1940         expressions that are not in Lisp syntax.
1942 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1944         * searching.texi (Regexp Special): Put remark between parentheses
1945         to avoid misreading.
1947 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
1949         * searching.texi (Syntax of Regexps): More accurately describe
1950         which characters are special in which situations.
1951         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1952         are not special.  Describe in detail when `[' and `]' are special.
1953         (Regexp Backslash): Plenty of regexps with unbalanced square
1954         brackets are valid, so reword that statement.
1956 2006-03-02  Kim F. Storm  <storm@cua.dk>
1958         * keymaps.texi (Tool Bar): Add tool-bar-border.
1960 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
1962         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
1964 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
1966         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1968         * files.texi (Locating Files): Suggest additional values for the
1969         SUFFIXES arg of `locate-file'.  Update pxref.
1971         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1972         (How Programs Do Loading): Discuss the effects of Auto Compression
1973         mode on `load'.
1974         (Load Suffixes): New node.
1975         (Library Search): Delete description of `load-suffixes'; it was
1976         moved to "Load Suffixes".
1977         (Autoload, Named Features): Mention `load-suffixes'.
1979 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1981         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1983         * windows.texi (Window Tree): Fix typo.
1985 2006-02-20  Kim F. Storm  <storm@cua.dk>
1987         * display.texi (Fringe Indicators): New section.
1988         Move indicate-empty-lines, indicate-buffer-boundaries, and
1989         default-indicate-buffer-boundaries here.
1990         Add fringe-indicator-alist and default-fringes-indicator-alist.
1991         Add list of logical fringe indicator symbols.
1992         Update list of standard bitmap names.
1993         (Fringe Cursors): New section.
1994         Move overflow-newline-into-fringe here.
1995         Add fringe-cursor-alist and default-fringes-cursor-alist.
1996         Add list of fringe cursor symbols.
1998 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2000         * commands.texi (Using Interactive): Fix reference to node
2001         "Minibuffers".
2003 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2005         * minibuf.texi (High-Level Completion):
2006         Add xref to read-input-method-name.
2008         * files.texi (Relative File Names): Move file-relative-name here.
2009         (File Name Expansion): From here.  Minor clarifications.
2011         * commands.texi (Using Interactive): Add xrefs about reading input.
2012         Clarify remarks about that moving point and mark.
2013         Put string case before list case.
2015 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2017         * display.texi (Other Display Specs, Image Descriptors):
2018         Revert erroneous changes.  The previous description of
2019         image-descriptors as `(image . PROPS)' was correct.
2021 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2023         * variables.texi (File Local Variables): Clarifications.
2025 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2027         * variables.texi (File Local Variables): Use @code for a cons
2028         cell, not @var.
2030 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2032         * variables.texi (File Local Variables): Document new file local
2033         variable behavior.
2035 2006-02-10  Kim F. Storm  <storm@cua.dk>
2037         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2039 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
2041         * modes.texi (%-Constructs): Remove obsolete info about
2042         `global-mode-string'.
2044 2006-02-07  Richard M. Stallman  <rms@gnu.org>
2046         * commands.texi (Prefix Command Arguments): Minor cleanup.
2048         * display.texi: "Graphical display", not window system.
2050         * functions.texi (What Is a Function): Fix xref.
2052         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2053         (Changing Key Bindings): Clarify when remapping is better than
2054         substitute-key-definition.
2056 2006-02-02  Richard M. Stallman  <rms@gnu.org>
2058         * minibuf.texi (Basic Completion): Completion alists are risky.
2060         * keymaps.texi (Active Keymaps): Clarifications.
2061         (Searching Keymaps): New node.
2062         (Keymaps): Update menu.
2064         * frames.texi (Layout Parameters): Minor clarification.
2065         (Drag and Drop): New node.
2066         (Frames): Update menu.
2068 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
2070         * display.texi (Other Display Specs, Image Descriptors):
2071         Image description is a list, not a cons cell.
2073 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
2075         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
2076         list is not necessarily a list).
2078 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2080         * frames.texi (Layout Parameters): border-width and
2081         internal-border-width belong to the frame, not the window.
2083 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2085         * nonascii.texi (Translation of Characters): Search cmds use
2086         translation-table-for-input.  Automatically made local.
2088         * markers.texi (Overview of Markers): Count insertion type
2089         as one of a marker's attributes.
2091         * keymaps.texi (Controlling Active Maps): New node, split out of
2092         Active Keymaps.
2093         (Keymaps): Menu updated.
2094         (Active Keymaps): Give pseudocode to explain how the active
2095         maps are searched.  current-active-maps and key-binding moved here.
2096         (Functions for Key Lookup): current-active-maps and key-binding moved.
2097         Clarifications.
2098         (Searching the Keymaps): New subnode.
2100         * elisp.texi (Top): Menu clarification.
2102         * display.texi (Other Display Specs): Delete duplicate entry for
2103         just a string as display spec.  Move text about recursive display
2104         specs on such a string.
2106         * commands.texi (Key Sequence Input): Clarify.
2107         Move num-nonmacro-input-events out.
2108         (Reading One Event): num-nonmacro-input-events moved here.
2110 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
2112         * advice.texi (Simple Advice): Update example to fit argument
2113         change in previous-line.
2115 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2117         * markers.texi (The Mark): Fix in `mark'.
2119 2006-01-04  Richard M. Stallman  <rms@gnu.org>
2121         * processes.texi (Misc Network, Make Network): Minor cleanups.
2123 2006-01-04  Kim F. Storm  <storm@cua.dk>
2125         * processes.texi (Make Network): Add IPv6 addresses and handling.
2126         (Network Feature Testing): Mention (:family ipv6).
2127         (Misc Network): Add IPv6 formats to format-network-address.
2129 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2131         * text.texi (Changing Properties):
2132         Don't use return value of set-text-properties.
2134 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2136         * modes.texi (Mode Line Format): Correct typo in menu.
2138 2005-12-29  Richard M. Stallman  <rms@gnu.org>
2140         * modes.texi (Mode Line Top): New node.
2141         (Mode Line Data): Some text moved to new node.
2142         Explain the data structure more concretely.
2143         (Mode Line Basics): Clarifications.
2144         (Mode Line Variables): Clarify intro paragraph.
2145         (%-Constructs): Clarify intro paragraph.
2146         (Mode Line Format): Update menu.
2148 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2150         * minibuf.texi (Basic Completion): Update lazy-completion-table
2151         examples for removal of ARGS argument.
2153 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2155         * text.texi (Undo): Restore some explanation from the version
2156         that was deleted.
2158 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
2160         * text.texi (Undo): Remove duplicate descriptions of `apply
2161         funname' and `apply delta' elements of the undo list.
2163 2005-12-20  Richard M. Stallman  <rms@gnu.org>
2165         * help.texi (Help Functions): Update documentation of `apropos'.
2167 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
2169         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
2170         because it is confusing.  If the :help-echo keyword is a function,
2171         it is not directly used as the :help-echo overlay property, as the
2172         xref seems to suggest (it does not take the appropriate args).
2174 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2176         * customize.texi (Common Keywords): Fix Texinfo usage.
2177         (Group Definitions, Variable Definitions): Update for new
2178         conventions for using `*' in docstrings.
2180         * tips.texi (Documentation Tips): Update for new conventions for
2181         using `*' in docstrings.
2183 2005-12-16  Richard M. Stallman  <rms@gnu.org>
2185         * minibuf.texi (Minibuffer Contents): Minor cleanup.
2187 2005-12-16  Juri Linkov  <juri@jurta.org>
2189         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
2191 2005-12-14  Romain Francoise  <romain@orebokech.com>
2193         * modes.texi (Customizing Keywords): Rename `append' to `how'.
2194         Fix typo.
2196 2005-12-11  Juri Linkov  <juri@jurta.org>
2198         * minibuf.texi (Completion Commands): Add mention of read-file-name
2199         for filename completion keymaps.
2200         (Reading File Names): Add mention of filename completion keymaps
2201         for read-file-name and xref to `Completion Commands'.
2203 2005-12-10  Richard M. Stallman  <rms@gnu.org>
2205         * customize.texi (Common Keywords): State caveats for use of :tag.
2207 2005-12-08  Richard M. Stallman  <rms@gnu.org>
2209         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2210         with xrefs and better explanation.
2211         (Completion Commands): Add the filename completion maps.
2213         * objects.texi (Character Type): Clarify that \s is not space
2214         if a dash follows.
2216 2005-12-05  Richard M. Stallman  <rms@gnu.org>
2218         * windows.texi (Resizing Windows): Delete preserve-before args.
2220 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2223         in full keymaps, since the quirk has been fixed.
2225 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2227         * hooks.texi (Standard Hooks): Add index entries.  Mention
2228         `compilation-finish-functions'.
2230 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2232         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2234 2005-11-21  Juri Linkov  <juri@jurta.org>
2236         * customize.texi (Common Keywords): Update links types
2237         custom-manual and url-link.  Add link types emacs-library-link,
2238         file-link, function-link, variable-link, custom-group-link.
2240 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2242         * display.texi: Revert 2005-11-20 change.
2244 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2246         * processes.texi (Bindat Functions):
2247         Say "third" to refer to zero-based index "2".
2249 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
2251         * loading.texi (Library Search): Update the default value of
2252         `load-suffixes'.
2254 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2256         * display.texi (Attribute Functions): Mention :ignore-defface.
2258 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
2261         (Minor Mode Conventions): Mention the use of a hook.
2263 2005-11-06  Richard M. Stallman  <rms@gnu.org>
2265         * files.texi (Magic File Names): find-file-name-handler checks the
2266         `operations' property of the handler.
2268 2005-11-03  Richard M. Stallman  <rms@gnu.org>
2270         * variables.texi (Frame-Local Variables): Small clarification.
2272 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
2274         * os.texi (Init File): Document ~/.emacs.d/init.el.
2276 2005-10-29  Richard M. Stallman  <rms@gnu.org>
2278         * internals.texi (Garbage Collection): Document memory-full.
2280 2005-10-28  Bill Wohler  <wohler@newt.com>
2282         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
2283         for URLs.
2285 2005-10-28  Richard M. Stallman  <rms@gnu.org>
2287         * minibuf.texi (Completion Commands): Clean up prev change.
2289 2005-10-26  Kevin Ryde  <user42@zip.com.au>
2291         * compile.texi (Eval During Compile): Explain recommended uses
2292         of eval-when-compile and eval-and-compile.
2294 2005-10-27  Masatake YAMATO  <jet@gyve.org>
2296         * minibuf.texi (Completion Commands):
2297         Write about new optional argument for `display-completion-list'.
2299 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2301         * display.texi (Overlay Arrow): Clarify about local bindings of
2302         overlay-arrow-position.
2304 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
2306         * internals.texi (Building Emacs): Fix last change.
2308 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2310         * internals.texi (Building Emacs): Document eval-at-startup.
2312 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2314         * loading.texi (Where Defined): load-history contains abs file names.
2315         symbol-file returns abs file names.
2317 2005-10-19  Kim F. Storm  <storm@cua.dk>
2319         * display.texi (Showing Images): Add max-image-size integer value.
2321 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2323         * display.texi (Showing Images): Document max-image-size.
2325 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2327         * commands.texi (Quitting): Minor clarification.
2329         * processes.texi (Sentinels): Clarify about output and quitting.
2330         (Filter Functions): Mention with-local-quit.
2332 2005-10-17  Juri Linkov  <juri@jurta.org>
2334         * buffers.texi (Current Buffer):
2335         * commands.texi (Event Input Misc):
2336         * compile.texi (Eval During Compile, Compiler Errors):
2337         * customize.texi (Group Definitions):
2338         * display.texi (Progress, Defining Faces):
2339         * files.texi (Writing to Files):
2340         * modes.texi (Mode Hooks, Defining Minor Modes):
2341         * streams.texi (Output Functions):
2342         * syntax.texi (Syntax Table Functions):
2343         * text.texi (Change Hooks):
2344         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2346         * commands.texi (Quitting): Replace arg `forms' with `body' in
2347         `with-local-quit'.
2349         * positions.texi (Excursions): Replace arg `forms' with `body' in
2350         `save-excursion'.
2352 2005-10-08  Kim F. Storm  <storm@cua.dk>
2354         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2355         Rename manual section accordingly.
2357 2005-10-04  Kim F. Storm  <storm@cua.dk>
2359         * windows.texi (Window Split Tree): New section describing
2360         new function window-split-tree function.
2362 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
2364         * display.texi (Fringe Size/Pos): Simplify and add detail.
2366 2005-09-30  Romain Francoise  <romain@orebokech.com>
2368         * minibuf.texi (High-Level Completion): Explain that the prompt
2369         given to `read-buffer' should end with a colon and a space.
2370         Update usage examples.
2372 2005-09-29  Juri Linkov  <juri@jurta.org>
2374         * display.texi (Displaying Messages): Rename argument name
2375         `string' to `format-string' in functions `message', `message-box',
2376         `message-or-box'.
2378 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
2380         * errors.texi (Standard Errors): Correct xrefs.
2382 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
2384         * display.texi (Defining Images): Update documentation for
2385         `image-load-path'.
2387 2005-09-17  Richard M. Stallman  <rms@gnu.org>
2389         * display.texi (Defining Images): Clean up previous change.
2391 2005-09-16  Romain Francoise  <romain@orebokech.com>
2393         * elisp.texi: Specify GFDL version 1.2.
2395         * doclicense.texi (GNU Free Documentation License): Update to
2396         version 1.2.
2398 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2400         * display.texi (Defining Images): Document `image-load-path'.
2402 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2404         * objects.texi (Printed Representation): Minor cleanup.
2405         (Box Diagrams): Minor fix.
2406         (Cons Cell Type): Move (...) index item here.
2407         (Box Diagrams): From here.
2408         (Array Type): Minor fix.
2409         (Type Predicates): Delete index "predicates".
2410         (Hash Table Type): Clarify xref.
2411         (Dotted Pair Notation): Minor fix.
2413 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
2415         * files.texi (Saving Buffers): Fix typo.
2417 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2419         * tips.texi (Programming Tips): Correct the "default" prompt spec.
2421 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2423         * locals.texi (Standard Buffer-Local Variables): Don't include
2424         mode variables for minor modes.
2425         Fix xrefs for buffer-display-count, buffer-display-table,
2426         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2427         enable-multibyte-characters, fill-column, header-line-format,
2428         left-fringe-width, left-margin, and right-fringe-width.
2430         * hooks.texi (Standard Hooks): All hooks should conform to the
2431         standard naming convention now.
2432         Fix xref for `echo-area-clear-hook'.
2434         * display.texi (Usual Display): Note that indicate-empty-lines and
2435         tab-width are buffer-local.
2437         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2439         * modes.texi (Mode Help): Note that major-mode is buffer-local.
2441         * nonascii.texi (Encoding and I/O): Note that
2442         buffer-file-coding-system is buffer-local.
2444         * positions.texi (List Motion): Note that defun-prompt-regexp is
2445         buffer-local.
2447         * text.texi (Auto Filling): Note that auto-fill-function is
2448         buffer-local.
2449         (Undo): Note that buffer-undo-list is buffer-local.
2451         * windows.texi (Buffers and Windows): Document
2452         buffer-display-count.
2454 2005-09-06  Richard M. Stallman  <rms@gnu.org>
2456         * tips.texi (Coding Conventions): Sometimes it is ok to put the
2457         package prefix elsewhere than at the start of the name.
2459 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2461         * tips.texi (Programming Tips): Add conventions for minibuffer
2462         questions and prompts.
2464 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
2466         * intro.texi (nil and t): Minor cleanup.
2467         Delete spurious mention of keyword symbols.
2468         (Evaluation Notation): Add index entry.
2469         (A Sample Function Description): Minor cleanup.
2470         (A Sample Variable Description): Not all vars can be set.
2472 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
2474         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2476         (Insertion): Document precise type of `insert-char' arg COUNT.
2478 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2480         * modes.texi (Other Font Lock Variables): Sync the default of
2481         font-lock-lines-before.
2483 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2485         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2487 2005-08-29  Richard M. Stallman  <rms@gnu.org>
2489         * elisp.texi (Top): Update subnode menu.
2491         * searching.texi (Searching and Matching): Move node.
2492         Rearrange contents and add overall explanation.
2493         (Searching and Case): Move node.
2494         (Searching and Matching): Update menu.
2496 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2498         * os.texi (Startup Summary): Fix the description of the initial
2499         startup message display.
2501 2005-08-25  Richard M. Stallman  <rms@gnu.org>
2503         * searching.texi (Search and Replace): Add replace-regexp-in-string.
2505 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
2507         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2508         `next-overlay-change' example.
2510 2005-08-22  Juri Linkov  <juri@jurta.org>
2512         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2513         Fix invert-face.  Fix args of face-background.
2515         * display.texi (Standard Faces): Delete node.
2516         (Faces): Add xref to `(emacs)Standard Faces'.
2517         (Displaying Faces): Fix xref to `Standard Faces'.
2519         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2521 2005-08-20  Alan Mackenzie  <acm@muc.de>
2523         * buffers.texi (The Buffer List): Clarify the manipulation of the
2524         buffer list.
2526 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2528         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2529         a regexp.
2531 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2533         * elisp.texi (Top): Update subnode lists.
2535         * display.texi (Inverse Video): Node deleted.
2537         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2538         New nodes split out of Coding Conventions.
2540         * searching.texi (Regular Expressions): Document re-builder.
2542         * os.texi (Time Parsing): New node split out of Time Conversion.
2544         * processes.texi (Misc Network, Network Feature Testing)
2545         (Network Options, Make Network): New nodes split out of
2546         Low-Level Network.
2548 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2550         * frames.texi (Geometry): New node, split from Size and Position.
2551         (Frame Parameters): Refer to Geometry.
2553         * buffers.texi (The Buffer List): Fix xrefs.
2555         * windows.texi (Splitting Windows): Fix xref.
2557         * frames.texi (Layout Parameters): Add xref.
2559         * display.texi (Line Height, Scroll Bars): Fix xrefs.
2561         * keymaps.texi (Menu Bar): Fix xref.
2563         * locals.texi (Standard Buffer-Local Variables): Fix xref.
2565         * modes.texi (%-Constructs): Fix xref.
2567         * frames.texi (Window Frame Parameters): Node split up.
2568         (Basic Parameters, Position Parameters, Size Parameters)
2569         (Layout Parameters, Buffer Parameters, Management Parameters)
2570         (Cursor Parameters, Color Parameters): New subnodes.
2572 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2574         * positions.texi (Screen Lines): Update xref for previous change
2575         in minibuf.texi.
2577         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2578         change in minibuf.texi.
2580 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2582         * tips.texi (Coding Conventions): Minor cleanup.
2584         * modes.texi (Defining Minor Modes): Explain when init-value
2585         can be non-nil.
2587         * elisp.texi (Top): Update submenu for Minibuffer.
2589         * minibuf.texi (Minibuffer Misc): Node split up.
2590         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2591         (Recursive Mini): New nodes split out from Minibuffer Misc.
2592         (Minibuffer Misc): Document max-mini-window-height.
2594         * hash.texi (Defining Hash): Delete stray paren in example.
2596         * display.texi (Echo Area Customization): Don't define
2597         max-mini-window-height here; xref instead.
2599         * commands.texi (Event Input Misc): Update while-no-input.
2601         * advice.texi (Advising Functions): Explain when to use advice
2602         and when to use a hook.
2604 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2606         * makefile.w32-in (info): Don't run install-info.
2607         ($(infodir)/dir): New target, produced by running install-info.
2609 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
2611         * modes.texi (Defining Minor Modes): The keyword for the initial
2612         value is :init-value, not :initial-value.
2614 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
2616         * loading.texi (Autoload): Make the `doctor' example be consistent
2617         with what's in current loaddefs.el.  Describe the "fn" magic in
2618         the usage portion of the doc string.
2620 2005-07-22  Richard M. Stallman  <rms@gnu.org>
2622         * internals.texi (Garbage Collection): Clarify previous change.
2624 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         * internals.texi (Garbage Collection): Add gc-cons-percentage.
2628 2005-07-18  Juri Linkov  <juri@jurta.org>
2630         * commands.texi (Accessing Events):
2631         * frames.texi (Text Terminal Colors, Resources):
2632         * markers.texi (The Mark):
2633         * modes.texi (Defining Minor Modes):
2634         Delete duplicate duplicate words.
2636 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2638         * display.texi (Managing Overlays): Clarify make-overlay
2639         args for insertion types.
2641 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2643         * customize.texi (Variable Definitions):
2644         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
2645         `standard-value' is a list too.
2646         (Defining New Types): Use @key{RET} instead of @key{ret}.
2648 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2650         * os.texi (Translating Input): Fix typo.
2652 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2654         * README: Update edition number and size estimate.
2656         * elisp.texi (VERSION): Set to 2.9.
2658 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2660         * book-spine.texinfo: Update Emacs version.
2662         * display.texi (Inverse Video): Delete mode-line-inverse-video.
2664 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2666         * searching.texi (Regexp Search): Clarify what re-search-forward
2667         does when the search fails.
2669 2005-07-05  Lute Kamstra  <lute@gnu.org>
2671         * Update FSF's address in GPL notices.
2673         * doclicense.texi (GNU Free Documentation License):
2674         * gpl.texi (GPL):
2675         * tips.texi (Coding Conventions, Library Headers):
2676         * vol1.texi:
2677         * vol2.texi: Update FSF's address.
2679 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2681         * hooks.texi (Standard Hooks): Add occur-hook.
2683 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2685         * display.texi (The Echo Area): Correct menu.
2687 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2689         * elisp.texi (Top): Update subnode menu for Display.
2691         * display.texi (Displaying Messages): New node, with most
2692         of what was in The Echo Area.
2693         (Progress): Moved under The Echo Area.
2694         (Logging Messages): New node with new text.
2695         (Echo Area Customization): New node, the rest of what was
2696         in The Echo Area.  Document message-truncate-lines with @defvar.
2697         (Display): Update menu.
2699         * windows.texi (Textual Scrolling): Doc 3 values for
2700         scroll-preserve-screen-position.
2702         * text.texi (Special Properties): Change hook functions
2703         should bind inhibit-modification-hooks around altering buffer text.
2705         * keymaps.texi (Key Binding Commands): Call binding BINDING
2706         rather than DEFINITION.
2708 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2710         * variables.texi (Defining Variables): `user-variable-p' returns t
2711         for aliases of user options, nil for alias loops.
2713 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2715         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2716         make-keymap.
2718 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2720         * variables.texi (Setting Variables): Correct and clarify
2721         description of `add-to-ordered-list'.
2723 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2725         * display.texi (Faces): Minor cleanup.
2727 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2729         * display.texi (Faces): `facep' returns t for strings that are
2730         face names.
2732 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2734         * objects.texi (Equality Predicates): Clarify meaning of equal.
2736         * windows.texi (Selecting Windows): save-selected-window
2737         and with-selected-window save and restore the current buffer.
2739 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2741         * numbers.texi (Float Basics): Explain how to test for NaN,
2742         and printing the sign of NaNs.
2744 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2746         * makefile.w32-in (MAKEINFO): Use --force.
2748 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2750         * display.texi (Face Functions): Correct Texinfo usage.
2752 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2754         * lists.texi (Rings): `ring-elements' now returns the elements of
2755         RING in order.
2757 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2759         * markers.texi (The Mark): Texinfo usage fix.
2761 2005-06-23  Kim F. Storm  <storm@cua.dk>
2763         * searching.texi (Entire Match Data): Remove evaporate option for
2764         match-data.  Do not mention evaporate option for set-match-data.
2766 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2768         * display.texi (Face Functions): Mention face aliases.
2770 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2772         * anti.texi (Antinews): Texinfo usage fix.
2774 2005-06-21  Karl Berry  <karl@gnu.org>
2776         * elisp.texi: Use @copying.
2778         * elisp.texi: Put @summarycontents and @contents before the Top
2779         node, instead of the end of the file, so that the contents appear
2780         in the right place in the dvi/pdf output.
2782 2005-06-21  Juri Linkov  <juri@jurta.org>
2784         * display.texi (Defining Faces): Add `customized-face'.
2786 2005-06-20  Kim F. Storm  <storm@cua.dk>
2788         * variables.texi (Setting Variables): Any type of element can be
2789         given order in add-to-ordered-list.  Compare elements with eq.
2791         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2793 2005-06-20  Karl Berry  <karl@gnu.org>
2795         * syntax.texi (Syntax Flags): Make last column very slightly wider
2796         to avoid "generic comment" breaking on two lines and causing an
2797         underfull box.
2799 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2801         * lists.texi (Rings): Various minor clarifications and corrections.
2803 2005-06-18  Richard M. Stallman  <rms@gnu.org>
2805         * functions.texi (Obsolete Functions): Simplify.
2807         * variables.texi (Variable Aliases): Simplify.
2809         * anti.texi, backups.texi, compile.texi, customization.texi:
2810         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2811         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2812         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2813         * variables.texi: Fix formatting ugliness.
2815         * elisp.texi: Add links to Rings and Byte Packing.
2816         Update version and copyright years.
2818         * minibuf.texi: Fix formatting ugliness.
2819         (Completion Commands): Move keymap vars to the end
2820         and vars completing-read binds to the top.
2822 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2824         * processes.texi: Fix typos.
2825         (Bindat Spec): Correct Texinfo error.
2826         (Byte Packing): Fix ungrammatical sentence.
2828 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
2830         * lists.texi (Rings): New node.
2831         (Lists): Add it to menu.
2833         * processes.texi (Byte Packing): New node.
2834         (Processes): Add it to menu.
2836 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2838         * syntax.texi (Parsing Expressions): Fix texinfo usage.
2840         * help.texi (Documentation Basics): Explain the xref to
2841         Documentation Tips.
2843         * debugging.texi (Debugger Commands): Minor fix.
2845 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
2847         * edebug.texi (Instrumenting): Eliminate duplicate link.
2848         (Specification List): Replace references to "below", referring to
2849         a later node, with one @ref to that node.
2851         * os.texi (Timers): Timers should save and restore the match data
2852         if they change it.
2854         * debugging.texi (Debugger Commands): Mention that the Lisp
2855         debugger can not step through primitive functions.
2857 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2859         * functions.texi (Obsolete Functions): Update argument names of
2860         `make-obsolete' and `define-obsolete-function-alias'.
2862         * variables.texi (Variable Aliases): Update argument names of
2863         `defvaralias', `make-obsolete-variable' and
2864         `define-obsolete-variable-alias'.
2866 2005-06-15  Kim F. Storm  <storm@cua.dk>
2868         * searching.texi (Entire Match Data): Rephrase warnings about
2869         evaporate arg to match-data and set-match-data.
2871 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2873         * elisp.texi (Top): Update detailed menu.
2875         * edebug.texi (Edebug): Update menu.
2876         (Instrumenting): Update xrefs.
2877         (Edebug Execution Modes): Correct xref.
2878         (Jumping): Clarify description of `h' command.
2879         Eliminate redundant @ref.
2880         (Breaks): New node.
2881         (Breakpoints): Is now a subsubsection.
2882         (Global Break Condition): Mention `C-x X X'.
2883         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
2884         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2885         (Edebug Display Update): Correct pxref.
2886         (Edebug and Macros): New node.
2887         (Instrumenting Macro Calls): Is now a subsubsection.
2888         Neither arg of `def-edebug-spec' is evaluated.
2889         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2890         (Specification Examples): Fix typo.
2892 2005-06-14  Lute Kamstra  <lute@gnu.org>
2894         * debugging.texi (Function Debugging): Primitives can break on
2895         entry too.
2897 2005-06-14  Kim F. Storm  <storm@cua.dk>
2899         * variables.texi (Setting Variables): Add add-to-ordered-list.
2901 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * syntax.texi (Parsing Expressions): Document aux functions and vars of
2904         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2906 2005-06-13  Lute Kamstra  <lute@gnu.org>
2908         * text.texi (Special Properties): Fix cross reference.
2910 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2912         * debugging.texi (Function Debugging): Delete mention of empty
2913         string argument to `cancel-debug-on-entry'.  Delete inaccurate
2914         description of the return value of that command.
2916 2005-06-11  Alan Mackenzie  <acm@muc.de>
2918         * text.texi (Adaptive Fill): Amplify the description of
2919         fill-context-prefix.
2921 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2923         * syntax.texi (Parsing Expressions): Fix Texinfo error.
2925 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2927         * syntax.texi (Parsing Expressions): Document syntax-ppss.
2929 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2931         * debugging.texi (Error Debugging): Minor rewording.
2932         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2933         is optional.
2935 2005-06-10  Lute Kamstra  <lute@gnu.org>
2937         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
2938         (Top): Give it a title.  Correct version number.  Give the
2939         detailed node listing a more prominent header.
2940         * intro.texi: Don't set VERSION here a second time.
2941         Mention Emacs's version too.
2942         * anti.texi (Antinews): Use EMACSVER to refer to the current
2943         version of Emacs.
2945 2005-06-09  Kim F. Storm  <storm@cua.dk>
2947         * searching.texi (Entire Match Data): Explain new `reseat' argument to
2948         match-data and set-match-data.
2950 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2952         * searching.texi (Entire Match Data): Clarify when match-data
2953         returns markers and when integers.
2955         * display.texi (Defining Faces): Explain that face name should not
2956         end in `-face'.
2958         * modes.texi (Mode Line Data): Minor cleanup.
2959         (Customizing Keywords): Node split out of Search-based Fontification.
2960         Add example of using font-lock-add-keywords from a hook.
2961         Clarify when MODE should be non-nil, and when nil.
2963 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2965         * modes.texi (Mode Line Data): Explain what happens when the car
2966         of a list is a void symbol.
2967         (Search-based Fontification): Explain MODE arg to
2968         font-lock-add-keywords and warn about calls from major modes.
2970 2005-06-08  Juri Linkov  <juri@jurta.org>
2972         * display.texi (Standard Faces): Add `shadow' face.
2974 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2976         * modes.texi (Major Mode Conventions): A derived mode only needs
2977         to put the call to the parent mode inside `delay-mode-hooks'.
2979 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2981         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2982         new, and what that implies.  Clarify.
2984         * files.texi (Locating Files): Clean up the text.
2986         * frames.texi (Window Frame Parameters): Document user-size.
2987         Shorten entry for top by referring to left.
2989 2005-05-26  Richard M. Stallman  <rms@gnu.org>
2991         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2992         is new, and what the implications are.  Other clarifications.
2994 2005-05-24  Richard M. Stallman  <rms@gnu.org>
2996         * frames.texi (Dialog Boxes): Minor fixes.
2998 2005-05-25  Masatake YAMATO  <jet@gyve.org>
3000         * display.texi (Standard Faces): Write about `mode-line-highlight'.
3002 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3004         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3005         is optional.
3007 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3009         * frames.texi (Dialog Boxes): Descibe new optional argument.
3011 2005-05-23  Lute Kamstra  <lute@gnu.org>
3013         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3014         syntax-begin-function over font-lock-beginning-of-syntax-function.
3016 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3018         * minibuf.texi (Reading File Names): Update description of
3019         `read-directory-name'.
3021         * modes.texi (Derived Modes): Clarify :group keyword.
3023 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3025         * files.texi (Locating Files): New subsection.
3026         Describe locate-file and executable-find.
3028 2005-05-21  Kevin Ryde  <user42@zip.com.au>
3030         * frames.texi (Initial Parameters): Update cross reference to
3031         "Emacs Invocation".
3033 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3035         * keymaps.texi (Active Keymaps): Add anchor.
3037         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3038         (Major Mode Conventions): Refer to `Auto Major Mode' in more
3039         appropriate place.
3040         (Derived Modes): Small clarifications.
3041         (Minor Mode Conventions, Keymaps and Minor Modes):
3042         Replace references to nodes with references to anchors.
3043         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3044         Clarify description of lists whose first element is an integer.
3045         (Mode Line Variables): Add anchor.
3046         (%-Constructs): Clarify description of integer after %.
3047         (Emulating Mode Line): Describe nil value for FACE.
3049 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3051         * modes.texi (Derived Modes): Correct references to non-existing
3052         variable standard-syntax-table.
3054 2005-05-17  Lute Kamstra  <lute@gnu.org>
3056         * modes.texi (Defining Minor Modes): Mention the mode hook.
3058 2005-05-15  Kim F. Storm  <storm@cua.dk>
3060         * processes.texi (Network): Remove open-network-stream-nowait.
3061         (Network Servers): Remove open-network-stream-server.
3063 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
3065         * elisp.texi (Top): Update detailed menu.
3067         * variables.texi: Reorder nodes.
3068         (Variables): Update menu.
3069         (File Local Variables): Do not refer to the `-*-' line as
3070         a "local variables list".  Add pxref.
3072 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3074         * elisp.texi (Top): Update detailed menu for node changes.
3076         * modes.texi (Modes): Update Menu.
3077         (Hooks): Move to beginning of chapter.
3078         Most minor modes run mode hooks too.
3079         `add-hook' can handle void hooks or hooks whose value is a single
3080         function.
3081         (Major Modes): Update Menu.
3082         (Major Mode Basics): New node, split off from `Major Modes'.
3083         (Major Mode Conventions): Correct xref.  Explain how to handle
3084         auto-mode-alist if the major mode command has an autoload cookie.
3085         (Auto Major Mode): Major update.  Add magic-mode-alist.
3086         (Derived Modes): Major update.
3087         (Mode Line Format): Update Menu.
3088         (Mode Line Basics): New node, split off from `Mode Line Format'.
3090         * loading.texi (Autoload): Mention `autoload cookie' as synonym
3091         for `magic autoload comment'.  Add index entries and anchor.
3093 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3095         * tips.texi (Coding Conventions): Explain how important it is
3096         that just loading certain files not change Emacs behavior.
3098         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
3100 2005-05-12  Lute Kamstra  <lute@gnu.org>
3102         * modes.texi (Generic Modes): Update.
3103         (Major Modes): Refer to node "Generic Modes".
3105         * elisp.texi (Top): Update to the current structure of the manual.
3106         * processes.texi (Processes): Add menu description.
3107         * customize.texi (Customization): Add menu descriptions.
3109 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3111         * processes.texi (Signals to Processes)
3112         (Low-Level Network): Fix typos.
3114 2005-05-11  Lute Kamstra  <lute@gnu.org>
3116         * elisp.texi (Top): Add some nodes from the chapter "Major and
3117         Minor Modes" to the detailed node listing.
3119 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3121         * keymaps.texi (Extended Menu Items): Menu item filter functions
3122         can be called at any time.
3124 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
3126         * variables.texi (File Local Variables): `(hack-local-variables t)'
3127         now also checks whether a mode is specified in the local variables
3128         list.
3130 2005-05-05  Kevin Ryde  <user42@zip.com.au>
3132         * display.texi (The Echo Area): Correct format function cross
3133         reference.
3135 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3137         * variables.texi (Variable Aliases): Change description of
3138         `define-obsolete-variable-alias'.
3140         * functions.texi (Functions): Add "Obsolete Functions" to menu.
3141         (Defining Functions): Add xref.
3142         (Obsolete Functions): New node.
3143         (Function Safety): Standardize capitalization of section title.
3145         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
3146         (Dialog Boxes): Complete description of `x-popup-dialog'.
3148 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3150         * commands.texi (Interactive Codes): Fix Texinfo usage.
3151         Document U more clearly.
3153 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3155         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
3156         function and not a macro.
3158         * frames.texi (Pop-Up Menus): Correct and clarify description of
3159         `x-popup-menu'.
3160         (Dialog Boxes): Clarify description of `x-popup-dialog'.
3162 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3164         * edebug.texi (Checking Whether to Stop): Fix previous change.
3166 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3168         * display.texi: Fix typos and Texinfo usage.
3170         * edebug.texi (Checking Whether to Stop): executing-macro ->
3171         executing-kbd-macro.
3173 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3175         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
3177 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3179         * files.texi (Magic File Names): Document `operations' property.
3181 2005-04-29  Lute Kamstra  <lute@gnu.org>
3183         * modes.texi (Generic Modes): New node.
3184         (Major Modes): Add it to the menu.
3185         (Derived Modes): Add "derived mode" to concept index.
3187 2005-04-28  Lute Kamstra  <lute@gnu.org>
3189         * modes.texi (Defining Minor Modes): Fix previous change.
3190         (Font Lock Mode): Simplify.
3191         (Font Lock Basics): Say that font-lock-defaults is buffer-local
3192         when set and that some parts are optional.  Add cross references.
3193         (Search-based Fontification): Say how to specify font-lock-keywords.
3194         Add cross references.  Add font-lock-multiline to index.
3195         Move font-lock-keywords-case-fold-search here from node "Other Font
3196         Lock Variables".  Document font-lock-add-keywords and
3197         font-lock-remove-keywords.
3198         (Other Font Lock Variables): Move font-lock-keywords-only,
3199         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3200         and font-lock-syntactic-face-function to node "Syntactic Font
3201         Lock".  Move font-lock-keywords-case-fold-search to node
3202         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
3203         and font-lock-{,un}fontify-{buffer,region}-function.
3204         (Precalculated Fontification): Remove reference to deleted variable
3205         font-lock-core-only.
3206         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3207         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
3208         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3209         and font-lock-syntactic-face-function here from node "Other Font
3210         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
3211         Syntax Properties".  Add cross references.
3212         (Setting Syntax Properties): New node.
3213         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
3214         * syntax.texi (Syntax Properties): Add cross reference.
3215         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3217 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3219         * display.texi (Defining Faces):
3220         Document `default' elements of defface spec.
3222         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3224         * variables.texi (Variable Aliases): Clarify text.
3226 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
3228         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3230 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
3232         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3234 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3236         * syntax.texi (Syntax Table Internals): Elaborate documentation of
3237         syntax-after and syntax-class.
3239         * files.texi (Changing Files): Fix last change's cross-reference.
3240         (Unique File Names): Don't mention "numbers" in the documentation
3241         of make-temp-file and make-temp-name.
3243 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3245         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
3247 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3249         * windows.texi (Cyclic Window Ordering): Clarify window-list.
3251 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3253         * variables.texi (Variable Aliases): Describe make-obsolete-variable
3254         and define-obsolete-variable-alias.
3256 2005-04-22  Kim F. Storm  <storm@cua.dk>
3258         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
3259         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
3261 2005-04-21  Lute Kamstra  <lute@gnu.org>
3263         * lists.texi (Association Lists): Document rassq-delete-all.
3265 2005-04-19  Richard M. Stallman  <rms@gnu.org>
3267         * modes.texi (Search-based Fontification): Explain that
3268         facespec is an expression to be evaluated.
3270 2005-04-19  Kevin Ryde  <user42@zip.com.au>
3272         * streams.texi (Output Functions): Fix xref.
3273         * strings.texi (String Conversion): Fix xref.
3275 2005-04-19  Kim F. Storm  <storm@cua.dk>
3277         * symbols.texi (Symbol Plists): Add safe-get.
3278         Mention that `get' may signal an error.
3280 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
3282         * customize.texi (Variable Definitions): Replace tooltip-mode
3283         example with save-place.
3285 2005-04-17  Richard M. Stallman  <rms@gnu.org>
3287         * buffers.texi (Indirect Buffers): Clarify.
3289         * positions.texi (Positions): Clarify converting marker to integer.
3291         * strings.texi (String Basics): Mention string-match; clarify.
3293 2005-04-08  Lute Kamstra  <lute@gnu.org>
3295         * modes.texi (Search-based Fontification): Fix cross references.
3296         Use consistent terminology.  Document anchored highlighting.
3298 2005-04-05  Lute Kamstra  <lute@gnu.org>
3300         * modes.texi (Defining Minor Modes): Document :group keyword
3301         argument and its default value.
3303 2005-04-03  Lute Kamstra  <lute@gnu.org>
3305         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
3306         references and/or descriptions.  Delete major mode hooks; mention
3307         them as a category instead.  Rename or delete obsolete hooks.
3309 2005-04-02  Richard M. Stallman  <rms@gnu.org>
3311         * nonascii.texi (Coding System Basics): Another wording cleanup.
3313 2005-04-01  Richard M. Stallman  <rms@gnu.org>
3315         * nonascii.texi (Coding System Basics): Clarify previous change.
3317 2005-04-01  Kenichi Handa  <handa@m17n.org>
3319         * nonascii.texi (Coding System Basics): Describe about rondtrip
3320         identity of coding systems.
3322 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3324         * text.texi (Buffer Contents): Add filter-buffer-substring and
3325         buffer-substring-filters.
3327 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
3329         * anti.texi (Antinews): Mention `G' interactive code.
3331         * tips.texi (Compilation Tips): Mention benchmark.el.
3333 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3335         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3336         is now bound to M-o M-o.
3338         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3340 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3342         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3343         in the Emacs Manual).
3344         * Makefile.in (srcs): Remove calendar.texi.
3345         * makefile.w32-in (srcs): Remove calendar.texi.
3346         * display.texi (Display): Change name of next node.
3347         * os.texi (System In): Change name of previous node.
3348         * elisp.texi (Top): Remove Calendar references.
3349         * vol1.texi (Top): Remove Calendar references.
3350         * vol2.texi (Top): Remove Calendar references.
3352 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3354         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
3355         Cleanup previous change.
3357 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
3359         * display.texi (Face Attributes): Faces earlier in an :inherit
3360         list take precedence.
3361         (Scroll Bars): Fix description of vertical-scroll-bars.
3362         Document frame-current-scroll-bars and window-current-scroll-bars.
3364         * markers.texi (The Mark): Document temporary Transient Mark mode.
3366         * minibuf.texi (Reading File Names):
3367         Document read-file-name-completion-ignore-case.
3369         * positions.texi (Screen Lines): Document nil for width argument
3370         to compute-motion.
3372 2005-03-23  Kim F. Storm  <storm@cua.dk>
3374         * display.texi (Standard Faces): Other faces used in the fringe
3375         implicitly inherits from the fringe face.
3376         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3377         properties implicitly inherits from fringe face.
3378         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3380 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
3382         * display.texi (Invisible Text): State default value of
3383         line-move-ignore-invisible.
3384         (Managing Overlays): Document remove-overlays.
3385         (Standard Faces): Document escape-glyph face.
3387         * minibuf.texi (Reading File Names): Document read-file-name-function.
3389         * modes.texi (Other Font Lock Variables):
3390         Document font-lock-lines-before.
3392         * positions.texi (Skipping Characters): skip-chars-forward allows
3393         character classes.
3395 2005-03-18  Lute Kamstra  <lute@gnu.org>
3397         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3399 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3401         * text.texi (Undo): Document extensible undo entries.
3403         * searching.texi (String Search, Regexp Search, Regexp Search):
3404         Cleanups.
3406         * nonascii.texi (Character Codes): Minor fix.
3408         * display.texi (Display Property): Explain the significance
3409         of having text properties that are eq.
3410         (Other Display Specs): Explain string as display spec.
3412         * commands.texi (Interactive Codes): Document G option.
3414 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
3416         * text.texi (Filling): Add sentence-end-without-period and
3417         sentence-end-without-space.
3418         (Changing Properties): Minor fix.
3420         * anti.texi: Total rewrite.
3422 2005-03-15  Lute Kamstra  <lute@gnu.org>
3424         * edebug.texi (Instrumenting Macro Calls): Fix typos.
3426 2005-03-08  Kim F. Storm  <storm@cua.dk>
3428         * display.texi (Specified Space): Property :width is support on
3429         non-graphic terminals, :height is not.
3431 2005-03-07  Richard M. Stallman  <rms@gnu.org>
3433         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3434         Now subnodes of Fringes.
3435         (Overlay Arrow): Document overlay-arrow-variable-list.
3436         (Fringe Size/Pos): New node, broken out of Fringes.
3437         (Display): Explain clearing vs redisplay better.
3438         (Truncation): Clarify use of bitmaps.
3439         (The Echo Area): Clarify the uses of the echo area.
3440         Add max-mini-window-height.
3441         (Progress): Clarify.
3442         (Invisible Text): Explain that main loop moves point out.
3443         (Selective Display): Say "hidden", not "invisible".
3444         (Managing Overlays): Move up.  Describe relation to Undo here.
3445         (Overlay Properties): Clarify intro.
3446         (Finding Overlays): Explain return values when nothing found.
3447         (Width): truncate-string-to-width has added arg.
3448         (Displaying Faces): Clarify and update mode line face handling.
3449         (Face Functions): Minor cleanup.
3450         (Conditional Display): Merge into Other Display Specs.
3451         (Pixel Specification, Other Display Specs): Minor cleanups.
3452         (Images, Image Descriptors): Minor cleanups.
3453         (GIF Images): Patents have expired.
3454         (Showing Images): Explain default text for insert-image.
3455         (Manipulating Button Types): Merge into Manipulating Buttons.
3456         (Making Buttons): Explain return values.
3457         (Button Buffer Commands): Add xref.
3458         (Inverse Video): Update mode-line-inverse-video.
3459         (Display Table Format): Clarify.
3460         (Active Display Table): Give defaults for window-display-table.
3462         * calendar.texi (Calendar Customizing): calendar-holiday-marker
3463         and calendar-today-marker are strings, not chars.
3464         (Holiday Customizing): Minor fix.
3466         * internals.texi (Writing Emacs Primitives): Update `or' example.
3467         Update limit on # args of subr.
3469         * edebug.texi (Using Edebug): Arrow is in fringe.
3470         (Instrumenting): Arg to eval-defun works without loading edebug.
3471         (Edebug Execution Modes): Add xref.
3473         * customize.texi (Common Keywords): Clarify :require.
3474         Mention :version here.
3475         (Variable Definitions, Group Definitions): Not here.
3476         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3478 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
3479         * nonascii.texi (Text Representations): Clarify position-bytes.
3480         (Character Sets): Add list-charset-chars.
3481         (Scanning Charsets): Add charset-after.
3482         (Encoding and I/O): Minor fix.
3484 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3486         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3487         (Resizing Windows): Likewise.
3489         * text.texi (Change Hooks): Get rid of "Emacs 21".
3491         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3493         * streams.texi (Output Variables): Get rid of "Emacs 21".
3495         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3497         * os.texi (Translating Input): Replace flow-control example
3498         with a less obsolete example that uses `keyboard-translate'.
3500         * objects.texi (Hash Table Type, Circular Objects):
3501         Get rid of "Emacs 21".
3503         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3504         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3506         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3508         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3510         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3511         (Menu Bar): Fix when menu-bar-update-hook is called.
3513         * hash.texi (Hash Tables): Get rid of "Emacs 21".
3515         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3516         and make it read better.
3518         * files.texi (Writing to Files): Get rid of "Emacs 21".
3519         (Unique File Names): Likewise.
3521         * elisp.texi: Update Emacs version to 22.
3523         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3524         (Overlay Properties, Face Attributes): Likewise.
3525         (Managing Overlays): Fix punctuation.
3526         (Attribute Functions): Clarify set-face-font; get rid of
3527         info about old Emacs versions.
3528         (Auto Faces, Font Lookup, Display Property, Images):
3529         Get rid of "Emacs 21".
3531         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3533 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3535         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3537 2005-03-04  Lute Kamstra  <lute@gnu.org>
3539         * debugging.texi (Error Debugging): Document stack-trace-on-error.
3541 2005-03-03  Lute Kamstra  <lute@gnu.org>
3543         * edebug.texi (Instrumenting Macro Calls): Fix typo.
3545 2005-03-01  Lute Kamstra  <lute@gnu.org>
3547         * debugging.texi (Debugger Commands): Update `j'.
3549 2005-02-28  Lute Kamstra  <lute@gnu.org>
3551         * debugging.texi (Debugging): Fix typo.
3552         (Error Debugging): Document eval-expression-debug-on-error.
3553         (Function Debugging): Update example.
3554         (Using Debugger): Mention starred stack frames.
3555         (Debugger Commands): Document `j' and `l'.
3556         (Invoking the Debugger): `d' and `j' exit recursive edit too.
3557         Update the messages that the debugger displays.
3558         (Internals of Debugger): Add cross reference.  Update example.
3559         (Excess Open): Minor improvement.
3560         (Excess Close): Minor improvement.
3562 2005-02-26  Richard M. Stallman  <rms@gnu.org>
3564         * tips.texi (Coding Conventions): Clarify.
3565         Put all the major mode key reservations together.
3566         Mention the Mouse-1 => Mouse-2 conventions.
3568         * syntax.texi (Syntax Class Table): Clarify.
3569         (Syntax Table Functions): syntax-after moved from here.
3570         (Syntax Table Internals): syntax-after moved to here.
3571         (Parsing Expressions): Update info on number of values
3572         and what's meaningful in the STATE argument.
3573         (Categories): Fix typo.
3575         * sequences.texi (Arrays): Cleanup.
3576         (Char-Tables): Clarify.
3578         * processes.texi (Deleting Processes): Cleanups, add xref.
3579         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
3580         (Process Information): set-process-coding-system, some args optional.
3581         (Input to Processes): Explain various types for PROCESS args.
3582         Rename them from PROCESS-NAME to PROCESS.
3583         (Signals to Processes): Likewise.
3584         (Decoding Output): Cleanup.
3585         (Query Before Exit): Clarify.
3587         * os.texi (Startup Summary): Correct the options; add missing ones.
3588         (Terminal Output, Batch Mode): Clarify.
3589         (Flow Control): Node deleted.
3591         * markers.texi (The Mark): Clarify.
3593         * macros.texi (Expansion): Cleanup.
3594         (Indenting Macros): indent-spec allows ints, not floats.
3596         * keymaps.texi (Keymaps): Clarify.
3597         (Format of Keymaps): Update lisp-mode-map example.
3598         (Active Keymaps, Key Lookup): Clarify.
3599         (Changing Key Bindings): Add xref to `kbd'.
3600         (Key Binding Commands, Simple Menu Items): Clarify.
3601         (Mouse Menus, Menu Bar): Clarify.
3602         (Menu Example): Replace print example with menu-bar-replace-menu.
3604         * help.texi (Documentation Basics): Add function-documentation prop.
3606         * elisp.texi (Top): Don't refer to Flow Control node.
3608         * commands.texi (Command Overview): Improve xrefs.
3609         (Adjusting Point): Adjusting point applies to intangible and invis.
3610         (Key Sequence Input): Doc extra read-key-sequence args.
3611         Likewise for read-key-sequence-vector.
3613         * backups.texi (Rename or Copy): Minor fix.
3614         (Numbered Backups): For version-control, say the default.
3615         (Auto-Saving): make-auto-save-file-name example is simplified.
3617         * advice.texi (Advising Functions): Don't imply one part of Emacs
3618         should advise another part.  Markup changes.
3619         (Defining Advice): Move transitional para.
3620         (Activation of Advice): Cleanup.
3621         Explain if COMPILE is nil or negative.
3623         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3625 2005-02-24  Lute Kamstra  <lute@gnu.org>
3627         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3628         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3630 2005-02-23  Lute Kamstra  <lute@gnu.org>
3632         * modes.texi (Defining Minor Modes): define-minor-mode can be used
3633         to define global minor modes as well.
3635         * display.texi (Managing Overlays): overlay-buffer returns nil for
3636         deleted overlays.
3638 2005-02-22  Kim F. Storm  <storm@cua.dk>
3640         * minibuf.texi (Basic Completion): Allow symbols in addition to
3641         strings in try-completion and all-completions.
3643 2005-02-14  Lute Kamstra  <lute@gnu.org>
3645         * elisp.texi (Top): Remove reference to deleted node.
3647         * lists.texi (Lists): Remove reference to deleted node.
3648         (Cons Cells): Fix typo.
3650         * loading.texi (Where Defined): Fix typo.
3652 2005-02-14  Richard M. Stallman  <rms@gnu.org>
3654         * variables.texi (Creating Buffer-Local): change-major-mode-hook
3655         is useful for discarding some minor modes.
3657         * symbols.texi (Symbol Components): Reorder examples.
3659         * streams.texi (Input Functions): State standard-input default.
3660         (Output Variables): State standard-output default.
3662         * objects.texi (Printed Representation): Clarify read syntax vs print.
3663         (Floating Point Type): Explain meaning better.
3664         (Symbol Type): Explain uniqueness better.
3665         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
3666         List examples sooner.
3667         (Box Diagrams): New subnode broken out.
3668         Some examples moved from old Lists as Boxes node.
3669         (Dotted Pair Notation): Clarify intro.
3670         (Array Type): Clarify.
3671         (Type Predicates): Add hash-table-p.
3673         * numbers.texi (Integer Basics): Clarify radix explanation.
3674         (Predicates on Numbers): Minor clarification.
3675         (Comparison of Numbers): Minor clarification.  Clarify eql.
3676         Typos in min, max.
3677         (Math Functions): Clarify overflow in expt.
3679         * minibuf.texi (Text from Minibuffer): Minor clarification.
3680         Mention arrow keys.
3682         * loading.texi (Autoload): defun's doc string overrides autoload's
3683         doc string.
3684         (Repeated Loading): Modernize "add to list" examples.
3685         (Where Defined): Finish updating table of load-history elts.
3687         * lists.texi (List-related Predicates): Minor wording improvement.
3688         (Lists as Boxes): Node deleted.
3689         (Building Lists): Explain trivial cases of number-sequence.
3691         * hash.texi (Hash Tables): Add desc to menu items.
3692         (Creating Hash): Expain "full" means "make larger",
3693         (Hash Access): Any object can be a key.
3694         State value of maphash.
3696         * functions.texi (What Is a Function): Wording cleanup.
3697         (Function Documentation): Minor cleanup.
3698         Explain purpose of calling convention at end of doc string.
3699         (Function Names): Wording cleanup.
3700         (Calling Functions): Wording cleanup.
3701         Explain better how funcall calls the function.
3702         (Function Cells): Delete example of saving and redefining function.
3704         * control.texi (Combining Conditions): Wording cleanup.
3705         (Iteration): dolist and dotimes bind VAR locally.
3706         (Cleanups): Xref to Atomic Changes.
3708         * compile.texi (Byte Compilation): Delete 19.29 info.
3709         (Compilation Functions): Macros' difficulties don't affect defsubst.
3710         (Docs and Compilation): Delete 19.29 info.
3712 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3714         * objects.texi (Symbol Type): Minor correction.
3716 2005-02-06  Lute Kamstra  <lute@gnu.org>
3718         * modes.texi (Example Major Modes): Fix typos.
3720 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3722         * text.texi (Margins): fill-nobreak-predicate can be one function.
3724         * strings.texi (Modifying Strings): clear-string can make unibyte.
3725         (Formatting Strings): format gives error if values missing.
3727         * positions.texi (Character Motion): Mention default arg
3728         for forward-char.  backward-char refers to forward-char.
3729         (Word Motion): Mention default arg for forward-word.
3730         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3731         Simplify end-of-buffer.
3732         (Text Lines): Mention default arg for forward-line.
3733         (List Motion): Mention default arg for beginning/end-of-defun.
3734         (Skipping Characters): Minor fixes in explaining character-set.
3736         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3737         Mode inheritance applies only when default-major-mode is nil.
3738         Clarifications.
3739         (Example Major Modes): Update Text mode and Lisp mode examples.
3740         (Minor Mode Conventions): Mention define-minor-mode at top.
3741         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3742         (Mode Line Format): Update mode line face display info.
3743         (Properties in Mode): Mention effect of risky vars.
3744         (Imenu): Define imenu-add-to-menubar.
3745         (Font Lock Mode): Add descriptions to menu lines.
3746         (Faces for Font Lock): Add font-lock-doc-face.
3748 2005-02-05  Lute Kamstra  <lute@gnu.org>
3750         * text.texi (Maintaining Undo): Remove obsolete function.
3752 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3754         * frames.texi (Color Names): Add pointer to the X docs about RGB
3755         color specifications.  Improve indexing
3756         (Text Terminal Colors): Replace the description of RGB values by
3757         an xref to "Color Names".
3759 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3761         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3762         Clarify.
3763         (Selecting Windows): Clarify save-selected-window.
3764         (Cyclic Window Ordering): Clarify walk-windows.
3765         (Window Point): Clarify.
3766         (Window Start): Add comment to example.
3767         (Resizing Windows): Add `interactive' specs in examples.
3768         Document fit-window-to-buffer.
3770         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3771         (Undo, Maintaining Undo): Clarify last change.
3772         (Sorting): In sort-numeric-fields, explain about octal and hex.
3773         Mention sort-numeric-base.
3774         (Format Properties): Add xref for hard newlines.
3776         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3777         (Pop-Up Menus): Fix typo.
3778         (Color Names): Explain all types of color names.
3779         Explain color-values on B&W terminal.
3780         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
3782         * files.texi (File Locks): Not supported on MS systems.
3783         (Testing Accessibility): Clarify.
3785         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3786         (Coverage Testing): Fix typo.
3788         * commands.texi (Misc Events): Remove stray space.
3790         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3791         (Modification Time): Clarify when visited-file-modtime returns 0.
3792         (The Buffer List): Clarify bury-buffer.
3793         (Killing Buffers): Clarify.
3794         (Indirect Buffers): Add clone-indirect-buffer.
3796 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3798         * edebug.texi (Printing in Edebug): Fix default value of
3799         edebug-print-circle.
3800         (Coverage Testing): Fix displayed frequency count data.
3802 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3804         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3806 2005-02-02  Kim F. Storm  <storm@cua.dk>
3808         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3810 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3812         * commands.texi (Misc Events): Describe the help-echo event.
3814         * text.texi (Special Properties) <help-echo>: Use `pos'
3815         consistently in description of the help-echo property.
3816         Use @code{nil} instead of @var{nil}.
3818         * display.texi (Overlay Properties): Fix the index entry for
3819         help-echo overlay property.
3821         * customize.texi (Type Keywords): Uncomment the xref to the
3822         help-echo property documentation.
3824 2005-01-23  Kim F. Storm  <storm@cua.dk>
3826         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3827         return value.  Third element FULLY replaced by PARTIAL which
3828         specifies number of invisible pixels if row is only partially visible.
3829         (Textual Scrolling): Mention auto-window-vscroll.
3830         (Vertical Scrolling): New defvar auto-window-vscroll.
3832 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3834         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3835         command remapping.
3837 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3839         * display.texi (Defining Images): Mention DATA-P arg of create-image.
3841 2005-01-14  Kim F. Storm  <storm@cua.dk>
3843         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3845         * text.texi (Links and Mouse-1): Fix string and vector item.
3847 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3849         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3850         descriptions of overriding-local-map and overriding-terminal-local-map.
3852         * text.texi (Links and Mouse-1): Clarify text.
3854 2005-01-13  Kim F. Storm  <storm@cua.dk>
3856         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3858 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3860         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3862 2005-01-12  Kim F. Storm  <storm@cua.dk>
3864         * text.texi (Links and Mouse-1): Rename section from Enabling
3865         Mouse-1 to Following Links.  Change xrefs.
3866         Add examples for define-button-type and define-widget.
3868         * display.texi (Button Properties, Button Buffer Commands):
3869         Clarify mouse-1 and follow-link functionality.
3871 2005-01-12  Richard M. Stallman  <rms@gnu.org>
3873         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3875         * display.texi (Beeping): Fix Texinfo usage.
3877         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3879 2005-01-11  Kim F. Storm  <storm@cua.dk>
3881         * display.texi (Button Properties, Button Buffer Commands):
3882         Mention mouse-1 binding.  Add follow-link keyword.
3884         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3885         (Enabling Mouse-1 to Follow Links): New subsection.
3887 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3889         * text.texi (Special Properties): Minor change.
3891         * os.texi (Timers): Clarify previous change.
3893         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3895 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
3897         * display.texi (Face Attributes): Correct xref to renamed node.
3899 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3901         * display.texi (Face Attributes): Describe hex color specs.
3903 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3905         * os.texi (Timers): Update previous change.
3907 2004-12-30  Kim F. Storm  <storm@cua.dk>
3909         * display.texi (Line Height): Total line-height is now specified
3910         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
3911         in cons cells.  (nil . RATIO) is relative to actual line height.
3912         Use line-height `t' instead of `0' to get minimum height.
3914 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3916         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3918 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3920         * commands.texi (Quitting): Clarify value of with-local-quit.
3922         * elisp.texi (Top): Fix previous change.
3924         * loading.texi (Loading): Fix previous change.
3926 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3928         * Makefile.in (MAKEINFO): Specify --force.
3930         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3932         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3934         * display.texi (Line Height): Further clarify.
3936         * elisp.texi (Top): Update Loading submenu.
3938         * loading.texi (Where Defined): New node.
3939         (Unloading): load-history moved to Where Defined.
3941 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3943         * commands.texi (Event Input Misc): Add while-no-input.
3945 2004-12-11  Richard M. Stallman  <rms@gnu.org>
3947         * display.texi (Line Height): Rewrite text for clarity.
3949 2004-12-11  Kim F. Storm  <storm@cua.dk>
3951         * display.texi (Display): Add node "Line Height" to menu.
3952         (Line Height): New node.  Move full description of line-spacing
3953         and line-height text properties here from text.texi.
3954         (Scroll Bars): Add vertical-scroll-bar variable.
3956         * frames.texi (Window Frame Parameters): Remove line-height defvar.
3958         * locals.texi (Standard Buffer-Local Variables): Fix xref for
3959         line-spacing and vertical-scroll-bar.
3961         * text.texi (Special Properties): Just mention line-spacing and
3962         line-height here, add xref to new "Line Height" node.
3964 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
3966         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3968         * locals.texi (Standard Buffer-Local Variables):
3969         Add @xref for `line-spacing'.
3971 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3973         * Makefile.in (maintainer-clean): Remove the info files
3974         in $(infodir) where they are created.
3976 2004-12-03  Richard M. Stallman  <rms@gnu.org>
3978         * windows.texi (Selecting Windows): get-lru-window and
3979         get-largest-window don't consider dedicated windows.
3981         * text.texi (Undo): Document undo-in-progress.
3983 2004-11-26  Richard M. Stallman  <rms@gnu.org>
3985         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3986         Remove a few vars that are not always buffer-local.
3988 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
3990         * locals.texi (Standard Buffer-Local Variables): Comment out
3991         xref's to non-existent node `Yet to be written'.
3993 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3995         * processes.texi (Synchronous Processes): Grammar fix.
3997         * numbers.texi (Comparison of Numbers): Add eql.
3999         * locals.texi (Standard Buffer-Local Variables): Add many vars.
4001         * intro.texi (Printing Notation): Fix previous change.
4003         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4004         and default-indicate-buffer-boundaries from here.
4005         (Usual Display): To here.
4006         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4007         (Usual Display): Move tab-width up.
4009         * customize.texi (Variable Definitions): Replace
4010         show-paren-mode example with tooltip-mode.
4011         (Simple Types, Composite Types, Defining New Types):
4012         Minor cleanups.
4014 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
4016         * processes.texi (Synchronous Processes, Output from Processes):
4017         Markup fix.
4019 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4021         * positions.texi (Skipping Characters): skip-chars-forward
4022         now handles char classes.
4024         * intro.texi (Printing Notation): Avoid confusion of `print'
4025         when explaining @print.
4027         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4029         * display.texi (Display Table Format): Minor fix.
4031         * streams.texi (Output Functions): Fix print example.
4033         * Makefile.in (elisp): New target.
4034         (dist): Depend on $(infodir)/elisp, not elisp.
4035         Copy the info files from $(infodir).
4037         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4038         read-from-minibuffer.
4040         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4042 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4044         * searching.texi (Regexp Search): Add search-whitespace-regexp.
4046 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
4048         * tips.texi (Coding Conventions): Fix typo.
4050 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4052         * tips.texi (Coding Conventions): Separate defvar and require
4053         methods to avoid warnings.  Use require only when there are many
4054         functions and variables from that package.
4056         * minibuf.texi (Minibuffer Completion): When ignoring case,
4057         predicate must not be case-sensitive.
4059         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4060         (Test Coverage): Don't talk about "splotches".  Clarified.
4062 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
4064         * frames.texi (Window Frame Parameters): Fix typo.
4066 2004-11-15  Kim F. Storm  <storm@cua.dk>
4068         * symbols.texi (Other Plists): Note that plist-get may signal error.
4069         Add safe-plist-get.
4071 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4073         * modes.texi (Font Lock Basics): Fix typo.
4075 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4077         * syntax.texi (Syntax Table Functions): Add syntax-after.
4079 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
4081         * os.texi (Processor Run Time): New section documenting
4082         get-internal-run-time.
4084 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4086         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4087         it nukes elisp-cover.texi.
4088         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
4089         elisp-0 etc.
4091 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4093         * commands.texi (Keyboard Macros): Document `append' return value
4094         of `defining-kbd-macro'.
4096 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4098         * commands.texi (Interactive Call): Add called-interactively-p.
4100 2004-10-29  Simon Josefsson  <jas@extundo.com>
4102         * minibuf.texi (Reading a Password): Revert.
4104 2004-10-28  Richard M. Stallman  <rms@gnu.org>
4106         * frames.texi (Display Feature Testing): Explain about "vendor".
4108 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4110         * commands.texi (Interactive Codes): `N' uses numeric prefix,
4111         not raw.  Clarify `n'.
4112         (Interactive Call): Rewrite interactive-p, focusing on when
4113         and how to use it.
4114         (Misc Events): Clarify previous change.
4116         * advice.texi (Simple Advice): Clarify what job the example does.
4117         (Around-Advice): Clarify ad-do-it.
4118         (Activation of Advice): An option of ad-default-compilation-action
4119         is `never', not `nil'.
4121 2004-10-26  Kim F. Storm  <storm@cua.dk>
4123         * commands.texi (Interactive Codes): Add U code letter.
4125 2004-10-25  Simon Josefsson  <jas@extundo.com>
4127         * minibuf.texi (Reading a Password): Add.
4129 2004-10-24  Jason Rumney  <jasonr@gnu.org>
4131         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
4132         and wheel-down.
4134 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4136         * processes.texi (Synchronous Processes): Document process-file.
4138 2004-10-22  Kenichi Handa  <handa@m17n.org>
4140         * text.texi (translate-region): Document that it accepts also a
4141         char-table.
4143 2004-10-22  David Ponce  <david@dponce.com>
4145         * windows.texi (Resizing Windows): Document the `preserve-before'
4146         argument of the functions `enlarge-window' and `shrink-window'.
4148 2004-10-19  Jason Rumney  <jasonr@gnu.org>
4150         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
4152 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4154         * text.texi (Filling): Add anchor for definition of
4155         `sentence-end-double-space'.
4157         * searching.texi (Regexp Example): Update description of how
4158         Emacs currently recognizes the end of a sentence.
4159         (Standard Regexps): Update definition of the variable
4160         `sentence-end'.  Add definition of the function `sentence-end'.
4162 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4164         * display.texi (Progress): New node.
4166 2004-10-05  Kim F. Storm  <storm@cua.dk>
4168         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
4170 2004-09-29  Kim F. Storm  <storm@cua.dk>
4172         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
4173         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
4174         fringe bitmap symbols, as they now have their own namespace.
4175         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
4176         vs. pixels.  Signal error if no free bitmap slots.
4177         (Pixel Specification): Change IMAGE to @var{image}.
4179 2004-09-28  Richard M. Stallman  <rms@gnu.org>
4181         * text.texi (Special Properties): Clarify line-spacing and line-height.
4183         * searching.texi (Regexp Search): Add looking-back.
4185 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
4187         * display.texi: Correct typos.
4188         (Image Descriptors): Correct xref's.
4190 2004-09-25  Richard M. Stallman  <rms@gnu.org>
4192         * text.texi (Special Properties): Cleanups in `cursor'.
4193         Rewrites in `line-height' and `line-spacing'; exchange them.
4195         * display.texi (Fringes): Rewrite previous change.
4196         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
4197         (Display Fringe Bitmaps): Node deleted, text moved.
4198         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
4199         (Scroll Bars): Clarify set-window-scroll-bars.
4200         (Pointer Shape): Rewrite.
4201         (Specified Space): Clarify :align-to, etc.
4202         (Pixel Specification): Use @var.  Clarify new text.
4203         (Other Display Specs): Clarify `slice'.
4204         (Image Descriptors): Cleanups.
4205         (Showing Images): Cleanups.
4207 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4209         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4211         * modes.texi: Various minor changes in addition to:
4212         (Major Mode Conventions): Final call to `run-mode-hooks' should
4213         not be inside the `delay-mode-hooks' form.
4214         (Mode Hooks): New node.
4215         (Hooks): Delete obsolete example.
4216         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4217         node "Mode Hooks".
4219 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
4221         * display.texi: Correct various typos.
4222         (Display): Rename node "Pointer Shapes" to "Pointer
4223         Shape".  (There is already a node called "Pointer Shapes" in
4224         frames.texi.)
4225         (Images): Remove non-existent node "Image Slices" from menu.
4227 2004-09-23  Kim F. Storm  <storm@cua.dk>
4229         * text.texi (Special Properties): Add `cursor', `pointer',
4230         `line-height', and `line-spacing' properties.
4232         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4233         Shapes' to menu.
4234         (Standard Faces): Doc fix for fringe face.
4235         (Fringes): Add `overflow-newline-into-fringe' and
4236         'indicate-buffer-boundaries'.
4237         (Fringe Bitmaps, Pointer Shapes): New nodes.
4238         (Display Property): Add 'Pixel Specification' and 'Display Fringe
4239         Bitmaps' to menu.
4240         (Specified Space): Describe pixel width and height.
4241         (Pixel Specification): New node.
4242         (Other Display Specs): Add `slice' property.
4243         (Display Fringe Bitmaps): New node.
4244         (Images): Add 'Image Slices' to menu.
4245         (Image Descriptors): Add `:pointer' and `:map' properties.
4246         (Showing Images): Add slice arg to `insert-image'.  Add
4247         'insert-sliced-image'.
4249 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4251         * commands.texi (Key Sequence Input):
4252         Clarify downcasing in read-key-sequence.
4254 2004-09-08  Juri Linkov  <juri@jurta.org>
4256         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
4258 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4260         * locals.texi (Standard Buffer-Local Variables): Add
4261         `buffer-auto-save-file-format'.
4262         * internals.texi (Buffer Internals): Describe new
4263         auto_save_file_format field of the buffer structure.
4264         * files.texi (Format Conversion): `auto-save-file-format' has been
4265         renamed `buffer-auto-save-file-format'.
4267 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
4269         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
4270         an integer or a marker.
4271         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
4273 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4275         * modes.texi (Major Mode Conventions): Discuss rebinding of
4276         standard key bindings.
4278 2004-08-18  Kim F. Storm  <storm@cua.dk>
4280         * processes.texi (Accepting Output): Add `just-this-one' arg to
4281         `accept-process-output'.
4282         (Output from Processes): New var `process-adaptive-read-buffering'.
4284 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4286         * keymaps.texi: Various changes in addition to:
4287         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
4288         Give more varied examples for `kbd'.
4289         (Creating Keymaps): Char tables have slots for all characters
4290         without modifiers.
4291         (Active Keymaps): `overriding-local-map' and
4292         `overriding-terminal-local-map' also override text property and
4293         overlay keymaps.
4294         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
4295         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
4296         to denote a prefix of no events.
4297         `map-keymap' includes parent's bindings _recursively_.
4298         Clarify and correct description of `where-is-internal'.
4299         Mention BUFFER-OR-NAME arg to `describe-bindings'.
4300         (Menu Example): For menus intended for use with the keyboard, the
4301         menu items should be bound to characters or real function keys.
4303 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4305         * objects.texi (Character Type): Reposition `@anchor' to prevent
4306         double space inside sentence in Info.
4308         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4309         renamed to `disabled-command-function'.
4310         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
4311         (Command Loop Info): Replace reference to it.
4312         (Disabling Commands): `disabled-command-hook' has been renamed to
4313         `disabled-command-function'.
4315 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
4317         * os.texi (Translating Input): Only non-prefix bindings in
4318         `key-translation-map' override actual key bindings.  Warn about
4319         possible indirect effect of actual key bindings on non-prefix
4320         bindings in `key-translation-map'.
4322 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
4324         * minibuf.texi (High-Level Completion): Add anchor for definition
4325         of `read-variable'.
4327         * commands.texi: Various changes in addition to:
4328         (Using Interactive): Clarify description of `interactive-form'.
4329         (Interactive Call): Mention default for KEYS argument to
4330         `call-interactively'.
4331         (Command Loop Info): Clarify description of `this-command-keys'.
4332         Mention KEEP-RECORD argument to `clear-this-command-keys'.
4333         Value of `last-event-frame' can be `macro'.
4334         (Repeat Events): `double-click-fuzz' is also used to distinguish
4335         clicks and drags.
4336         (Classifying Events): Clarify descriptions of `event-modifiers'
4337         `event-basic-type' and `event-convert-list'.
4338         (Accessing Events): `posn-timestamp' takes POSITION argument.
4339         (Quoted Character Input): Clarify description of
4340         `read-quoted-char' and fix example.
4341         (Quitting): Add `with-local-quit'.
4342         (Disabling Commands): Correct and clarify descriptions of
4343         `enable-command' and `disable-command'.
4344         Mention what happens if `disabled-command-hook' is nil.
4345         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4346         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4348 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4350         * frames.texi: Various changes in addition to:
4351         (Creating Frames): Expand and clarify description of `make-frame'.
4352         (Window Frame Parameters): Either none or both of the `icon-left'
4353         and `icon-top' parameters must be specified.  Put descriptions of
4354         `menu-bar-lines' and `toolbar-lines' closer together and change
4355         them accordingly.
4356         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4357         except while processing `frame-title-format' or `icon-title-format'.
4358         (Deleting Frames): Correct description of `delete-frame'.
4359         Non-nil return values of `frame-live-p' are like those of `framep'.
4360         (Frames and Windows): Mention return value of
4361         `set-frame-selected-window'.
4362         (Visibility of Frames): Mention `force' argument to
4363         `make-frame-invisible'.  `frame-visible-p' returns t for all
4364         frames on text-only terminals.
4365         (Frame Configurations): Restoring a frame configuration does not
4366         restore deleted frames.
4367         (Window System Selections): `x-set-selection' returns DATA.
4368         (Resources): Add example.
4369         (Display Feature Testing): Clarify descriptions of
4370         `display-pixel-height', `display-pixel-width', `x-server-version'
4371         and `x-server-vendor'.
4373         * windows.texi (Choosing Window): Add anchor.
4374         * minibuf.texi (Minibuffer Misc): Add anchor.
4376 2004-07-23  John Paul Wallington  <jpw@gnu.org>
4378         * macros.texi (Defining Macros): Declaration keyword for setting
4379         Edebug spec is `debug' not `edebug'.
4381 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
4383         * windows.texi: Various small changes in addition to:
4384         (Window Point): Mention return value of `set-window-point'.
4385         (Window Start): `pos-visible-in-window-p' disregards horizontal
4386         scrolling.  Explain return value if PARTIALLY is non-nil.
4387         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4388         and `set-window-vscroll'.
4389         (Size of Window): The argument WINDOW to `window-inside-edges',
4390         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4391         (Resizing Windows): Explain return value of
4392         `shrink-window-if-larger-than-buffer'.
4393         `window-size-fixed' automatically becomes buffer local when set.
4394         (Window Configurations): Explain return value of
4395         `set-window-configuration'.
4397         * minibuf.texi (Minibuffer Misc): Add anchor for
4398         `minibuffer-scroll-window'.
4400         * positions.texi (Text Lines): Add anchor for `count-lines'.
4402 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4404         * display.texi (Overlay Properties): Adding `evaporate' prop
4405         deletes empty overlay immediately.
4407         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4408         fix example.
4410 2004-07-16  Jim Blandy  <jimb@redhat.com>
4412         * searching.texi (Regexp Backslash): Document new \_< and \_>
4413         operators.
4415 2004-07-16  Juanma Barranquero  <lektu@terra.es>
4417         * display.texi (Images): Fix Texinfo usage.
4419 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4421         * buffers.texi (Modification Time): `visited-file-modtime' now
4422         returns a list of two integers, instead of a cons.
4424 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4426         * windows.texi: Various changes in addition to:
4427         (Splitting Windows): Add `split-window-keep-point'.
4429 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4431         * frames.texi (Input Focus): Minor fix.
4433 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
4435         * frames.texi (Input Focus): Clarify descriptions of
4436         `select-frame-set-input-focus' and `select-frame'.
4438 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
4440         * os.texi: Various small changes in addition to:
4441         (Killing Emacs): Expand and clarify description of
4442         `kill-emacs-query-functions' and `kill-emacs-hook'.
4443         (System Environment): Expand and clarify description of `getenv'
4444         and `setenv'.
4445         (Timers): Clarify description of `run-at-time'.
4446         (Translating Input): Correct description of
4447         `extra-keyboard-modifiers'.
4448         (Flow Control): Correct description of `enable-flow-control'.
4450 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
4452         * os.texi: Update copyright.
4453         (Session Management): Grammar fix.
4454         Clarify which Emacs does the restarting.
4455         Use @samp for *scratch* buffer.
4457 2004-07-04  Alan Mackenzie  <acm@muc.de>
4459         * frames.texi (Input Focus): Add documentation for
4460         `select-frame-set-input-focus'.  Replace refs to non-existent
4461         `switch-frame' with `select-frame'.  Minor corrections and tidying
4462         up of text-only terminal stuff.
4464 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4466         * files.texi (Saving Buffers): Cleanup write-contents-function.
4467         (Magic File Names): Cleanup file-remote-p.
4469 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
4471         * files.texi (Magic File Names): `file-remote-p' returns an
4472         identifier of the remote system, not just t.
4474 2004-07-02  David Kastrup  <dak@gnu.org>
4476         * searching.texi (Entire Match Data): Add explanation about new
4477         match-data behavior when @var{integers} is non-nil.
4479 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4481         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4483         * customize.texi (Variable Definitions): Note about doc strings
4484         and :set.
4486         * keymaps.texi (Keymap Terminology): Document `kbd'.
4487         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4489         * display.texi (Invisible Text): Setting buffer-invisibility-spec
4490         makes it buffer-local.
4492         * files.texi (Saving Buffers): Correct previous change.
4494         * commands.texi (Accessing Events):
4495         Clarify posn-col-row and posn-actual-col-row.
4497 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
4499         * commands.texi (Accessing Events): New functions
4500         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
4502 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4504         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4505         * frames.texi, buffers.texi, backups.texi, variables.texi:
4506         * loading.texi, eval.texi, functions.texi, control.texi:
4507         * symbols.texi, minibuf.texi: Reposition @anchor's.
4509         * help.texi: Various small changes in addition to the following.
4510         (Describing Characters): Describe PREFIX argument to
4511         `key-description'.  Correct and clarify definition of
4512         `text-char-description'.  Describe NEED-VECTOR argument to
4513         `read-kbd-macro'.
4514         (Help Functions): Clarify definition of `apropos'.
4516 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4518         * files.texi (Saving Buffers): Correct description of
4519         `write-contents-functions'.
4521 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4523         * display.texi (Images): Remove redundant @vindex directives.
4524         Rewrite `image-library-alist' doc in active voice.
4526 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4528         * display.texi (Images): Document new delayed library loading,
4529         variable `image-library-alist' and (existing but undocumented)
4530         function `image-type-available-p'.
4532 2004-06-05  Richard M. Stallman  <rms@gnu.org>
4534         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4535         refer the user to the Initial Input node.
4536         (Text from Minibuffer): Likewise.
4537         (Initial Input): New node.  Document this feature
4538         and say it is mostly deprecated.
4540 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4542         * loading.texi (Named Features): Clarify return value
4543         and meaning of NOERROR.
4545         * variables.texi (File Local Variables): Minor cleanup.
4547 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4549         * files.texi (Magic File Names): Add `file-remote-p' as operation
4550         of file name handlers.
4552 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4554         * modes.texi (Minor Mode Conventions): (-) has no special meaning
4555         as arg to a minor mode command.
4557 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4559         * syntax.texi (Syntax Class Table): Word syntax not just for English.
4561         * streams.texi (Output Variables): Doc float-output-format.
4563         * searching.texi (Regexp Special): Nested repetition can be infloop.
4565         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4566         real stack overflow.
4568         * compile.texi: Minor cleanups.
4570 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
4572         * lists.texi (Cons Cells): Explain dotted lists, true lists,
4573         circular lists.
4574         (List Elements): Explain handling of circular and dotted lists.
4576 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
4578         * modes.texi (Search-based Fontification): Fix typo.
4580 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4582         * modes.texi (Mode Line Variables): Fix description of
4583         global-mode-string, which is now after which-func-mode, not the
4584         buffer name.
4586 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4588         * modes.texi (Desktop Save Mode): Add.
4589         (Modes): Add menu entry Desktop Save Mode.
4591         * hooks.texi: Add desktop-after-read-hook,
4592         desktop-no-desktop-file-hook and desktop-save-hook.
4594         * locals.texi: Add desktop-save-buffer.
4596 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
4598         * display.texi: emacs -> Emacs.
4600 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4602         * files.texi (Changing Files): Document set-file-times.
4604 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4606         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4608 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
4610         * tips.texi (Coding Conventions): defopt -> defcustom.
4612 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
4614         * sequences.texi: Various clarifications.
4616 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
4618         * buffers.texi (Read Only Buffers): Mention optional ARG to
4619         `toggle-read-only'.
4621 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
4623         * windows.texi (Selecting Windows): Note that get-lru-window
4624         returns a full-width window if possible.
4626 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4628         * buffers.texi: Various changes in addition to:
4629         (Buffer File Name): Add `find-buffer-visiting'.
4630         (Buffer Modification): Mention optional ARG to `not-modified'.
4631         (Indirect Buffers): Mention optional CLONE argument to
4632         `make-indirect-buffer'.
4634         * files.texi: Various changes in addition to:
4635         (Visiting Functions): `find-file-hook' is now a normal hook.
4636         (File Name Expansion): Explain difference between the way that
4637         `expand-file-name' and `file-truename' treat `..'.
4638         (Contents of Directories): Mention optional ID-FORMAT argument to
4639         `directory-files-and-attributes'.
4640         (Format Conversion): Mention new optional CONFIRM argument to
4641         `format-write-file'.
4643 2004-04-12  Miles Bader  <miles@gnu.org>
4645         * macros.texi (Expansion): Add description of `macroexpand-all'.
4647 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
4649         * variables.texi (Variable Aliases): Mention
4650         cyclic-variable-indirection.
4652         * errors.texi (Standard Errors): Ditto.
4654 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4656         * backups.texi: Various small changes in addition to:
4657         (Making Backups): Mention return value of `backup-buffer'.
4658         (Auto-Saving): Mention optional FORCE argument to
4659         `delete-auto-save-file-if-necessary'.
4660         (Reverting): Mention optional PRESERVE-MODES argument to
4661         `revert-buffer'.  Correct description of `revert-buffer-function'.
4663 2004-03-22  Juri Linkov  <juri@jurta.org>
4665         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4666         with `Vector Functions'.
4668         * text.texi (Sorting): Add missing quote.
4670 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
4672         * intro.texi (Lisp History): Replace xref to `cl' manual with
4673         inforef.
4675 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4677         * intro.texi (Version Info): Add arg to emacs-version.
4678         (Lisp History): Change xref to CL manual.
4680 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
4682         * minibuf.texi (Completion Commands): Add xref to Emacs manual
4683         for Partial Completion mode.
4685 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
4687         * customize.texi: Fix typo.  Remove eol whitespace.
4689 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4691         * processes.texi: Fix typos.
4693         * lists.texi (Building Lists): Minor clarification.
4695         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4696         in make-hash-table.
4698 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4700         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4701         rm, and ignore exit code.
4703 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4705         * display.texi (Defining Faces): Add description for min-colors.
4706         Update example.
4708 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4710         * abbrevs.texi: Various corrections and clarifications in addition
4711         to the following:
4712         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4714 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4716         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4718 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4720         * text.texi: Various small changes in addition to the following:
4721         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4722         to delete-horizontal-space.
4723         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4724         description of yank-handler text property at various places.
4726         * frames.texi (Window System Selections): Add anchor.
4728         * syntax.texi (Syntax Table Functions): Clarify and correct
4729         descriptions of make-syntax-table and copy-syntax-table.
4730         (Motion and Syntax): Clarify SYNTAXES argument to
4731         skip-syntax-forward.
4732         (Parsing Expressions): Mention that the return value of
4733         parse-partial-sexp is currently a list of ten rather than nine
4734         elements.
4735         (Categories): Various corrections and clarifications.
4737 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4739         * markers.texi (Marker Insertion Types): Minor change.
4741         * locals.texi (Standard Buffer-Local Variables):
4742         * commands.texi (Interactive Codes, Using Interactive):
4743         * functions.texi (Related Topics): Fix xrefs.
4745 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4747         * lists.texi (Sets And Lists): Update description of delete-dups.
4749 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4751         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4753 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4755         * frames.texi (Parameter Access): frame-parameters arg is optional.
4756         modify-frame-parameters handles nil for FRAME.
4757         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4758         are all-or-nothing for certain toolkits.
4759         Mention parameter wait-for-wm.
4760         (Frames and Windows): In frame-first-window and frame-selected-window
4761         the arg is optional.
4762         (Input Focus): In redirect-frame-focus the second arg is optional.
4763         (Window System Selections): Mention selection type CLIPBOARD.
4764         Mention data-type UTF8_STRING.
4765         Mention numbering of cut buffers.
4766         (Resources): Describe x-resource-name.
4768 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4770         * windows.texi (Buffers and Windows): Delete false table
4771         about all-frames.
4773         * syntax.texi (Parsing Expressions): Delete old caveat
4774         about parse-sexp-ignore-comments.
4776         * streams.texi (Output Variables): Add print-quoted.
4778         * lists.texi (Building Lists): Minor cleanup.
4780         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4782         * display.texi (Overlays): Explain overlays use markers.
4783         (Managing Overlays): Explain front-advance and rear-advance
4784         in more detail.
4786         * loading.texi (Unloading): Document unload-feature-special-hooks.
4787         Get rid of fns-NNN.el file.
4789 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4791         * help.texi (Describing Characters): Fix text-char-description
4792         example output.
4794         * edebug.texi (Using Edebug): Fix example.
4796         * debugging.texi (Internals of Debugger): Fix return value.
4798         * files.texi (Changing Files): Fix argname.
4800         * calendar.texi: Fix parens, and default values.
4802         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4803         * nonascii.texi, objects.texi, os.texi: Minor fixes.
4804         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4806         * positions.texi (Text Lines): Don't add -1 in current-line.
4808 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4810         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4812 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4814         * processes.texi (Low-Level Network): Fix a typo.
4816 2004-02-12  Kim F. Storm  <storm@cua.dk>
4818         * display.texi (Fringes): Use consistent wording.
4819         Note that window-fringe's window arg is optional.
4820         (Scroll Bars): Use consistent wording.
4822 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4824         * tips.texi (Comment Tips): Document the new conventions for
4825         commenting out code.
4827 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4829         * positions.texi (Text Lines): Added missing end defun.
4831 2004-02-07  Kim F. Storm  <storm@cua.dk>
4833         * positions.texi (Text Lines): Add line-number-at-pos.
4835 2004-02-06  John Paul Wallington  <jpw@gnu.org>
4837         * display.texi (Button Properties, Button Buffer Commands):
4838         mouse-2 invokes button, not down-mouse-1.
4840 2004-02-04  Jason Rumney  <jasonr@gnu.org>
4842         * makefile.w32-in: Sync with Makefile.in changes.
4844 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
4846         * minibuf.texi (Text from Minibuffer): Various corrections and
4847         clarifications.
4848         (Object from Minibuffer): Correct Lisp description of
4849         read-minibuffer.
4850         (Minibuffer History): Clarify description of cons values for
4851         HISTORY arguments.
4852         (Basic Completion): Various corrections and clarifications.  Add
4853         completion-regexp-list.
4854         (Minibuffer Completion): Correct and clarify description of
4855         completing-read.
4856         (Completion Commands): Mention Partial Completion mode.  Various
4857         other minor changes.
4858         (High-Level Completion): Various corrections and clarifications.
4859         (Reading File Names): Ditto.
4860         (Minibuffer Misc): Ditto.
4862 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4864         * strings.texi (Text Comparison): assoc-string also matches
4865         elements of alists that are strings instead of conses.
4866         (Formatting Strings): Standardize Texinfo usage.  Update index
4867         entries.
4869 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
4871         * lists.texi (Sets And Lists): Add delete-dups.
4873 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4875         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4876         special form.
4877         * macros.texi (Defining Macros): Update description of `declare',
4878         which now is a macro.
4879         (Wrong Time): Fix typos.
4881 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4883         * compile.texi (Compilation Functions): Expand descriptions of
4884         `compile-defun', `byte-compile-file', `byte-recompile-directory'
4885         and `batch-byte-compile'.  In particular, mention and describe
4886         all optional arguments.
4887         (Disassembly): Correct and clarify the description of `disassemble'.
4889 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4891         * searching.texi: Various small changes in addition to the
4892         following.
4893         (Regexp Example): Adapt to new value of `sentence-end'.
4894         (Regexp Functions): The PAREN argument to `regexp-opt' can be
4895         `words'.
4896         (Search and Replace): Add usage note for `perform-replace'.
4897         (Entire Match Data): Mention INTEGERS and REUSE arguments to
4898         `match-data'.
4899         (Standard Regexps): Update for new values of `paragraph-start'
4900         and `sentence-end'.
4902 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4904         * files.texi (Saving Buffers): Clarify descriptions of
4905         `write-contents-functions' and `before-save-hook'.
4906         Make the defvar's for `before-save-hook' and `after-save-hook'
4907         into defopt's.
4909 2004-01-07  Kim F. Storm  <storm@cua.dk>
4911         * commands.texi (Click Events): Describe new image and
4912         width/height elements of click events.
4913         (Accessing Events): Add posn-string, posn-image, and
4914         posn-object-width-height.  Change posn-object to return either
4915         image or string object.
4917 2004-01-01  Simon Josefsson  <jas@extundo.com>
4919         * hooks.texi (Standard Hooks): Add before-save-hook.
4920         * files.texi (Saving Buffers): Likewise.
4922 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4924         * frames.texi (Frames and Windows): Delete frame-root-window.
4926 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4928         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4930         * functions.texi: Various small changes in addition to the
4931         following.
4932         (What Is a Function): `functionp' returns nil for macros.  Clarify
4933         behavior of this and following functions for symbol arguments.
4934         (Function Documentation): Add `\' in front of (fn @var{arglist})
4935         and explain why.
4936         (Defining Functions): Mention DOCSTRING argument to `defalias'.
4937         Add anchor.
4938         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
4940 2004-01-01  Miles Bader  <miles@gnu.org>
4942         * display.texi (Buttons): New section.
4944 2003-12-31  Andreas Schwab  <schwab@suse.de>
4946         * numbers.texi (Math Functions): sqrt reports a domain-error
4947         error.
4948         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4950 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4952         * tips.texi (Documentation Tips): Update item on hyperlinks in
4953         documentation strings.
4955         * errors.texi (Standard Errors): Various small corrections and
4956         additions.
4958         * control.texi: Various small changes in addition to the
4959         following.
4960         (Signaling Errors): Provide some more details on how `signal'
4961         constructs the error message.  Add anchor to the definition of
4962         `signal'.
4963         (Error Symbols): Describe special treatment of `quit'.
4964         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4965         to emphasize that it has to be a single form.
4967         * buffers.texi: Add anchor.
4969 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4971         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4972         (Window Configurations): Add window-configuration-frame.
4974         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4976         * text.texi (Examining Properties): Add get-char-property-and-overlay.
4977         Change arg name in get-char-property.
4978         (Special Properties): Update handling of keymap property.
4980         * strings.texi (Modifying Strings): Add clear-string.
4981         (Text Comparison): Add assoc-string and remove
4982         assoc-ignore-case, assoc-ignore-representation.
4984         * os.texi (Time of Day): Add set-time-zone-rule.
4986         * numbers.texi (Math Functions): asin, acos, log, log10
4987         report domain-error errors.
4989         * nonascii.texi (Converting Representations):
4990         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4991         (Encoding and I/O): Add file-name-coding-system.
4993         * modes.texi (Search-based Fontification): Explain that
4994         face specs are symbols with face names as values.
4996         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4998         * lists.texi (Building Lists): remq moved elsewhere.
4999         (Sets And Lists): remq moved here.
5000         (Association Lists): Refer to assoc-string.
5002         * internals.texi (Garbage Collection): Add memory-use-counts.
5004         * frames.texi (Frames and Windows): Add set-frame-selected-window
5005         and frame-root-window.
5007         * files.texi (Contents of Directories):
5008         Add directory-files-and-attributes.
5010         * display.texi (Refresh Screen): Add force-window-update.
5011         (Invisible Text): Explain about moving point out of invis text.
5012         (Overlay Properties): Add overlay-properties.
5013         (Managing Overlays): Add overlayp.
5014         (GIF Images): Invalid image number displays a hollow box.
5016         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5017         (Killing Buffers): Add buffer-live-p.
5019 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5021         * display.texi (Fringes): Fix typo "set-buffer-window".
5023 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
5025         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5026         * nonascii.texi, processes.texi, tips.texi, variables.texi:
5027         Add or change various xrefs and anchors.
5029         * commands.texi: Replace all occurrences of @acronym{CAR} with
5030         @sc{car}, for consistency with the rest of the Elisp manual.
5031         `car' and `cdr' are historically acronyms, but are no longer
5032         widely thought of as such.
5034         * internals.texi (Pure Storage): Mention that `purecopy' does not
5035         copy text properties.
5036         (Object Internals): Now 29 bits are used (in most implementations)
5037         to address Lisp objects.
5039         * variables.texi (Variables with Restricted Values): New node.
5041         * objects.texi (Lisp Data Types): Mention that certain variables
5042         can only take on a restricted set of values and add an xref to
5043         the new node "Variables with Restricted Values".
5045         * eval.texi (Function Indirection): Describe the errors that
5046         `indirect-function' can signal.
5047         (Eval): Clarify the descriptions of `eval-region' and `values'.
5048         Describe `eval-buffer' instead of `eval-current-buffer' and
5049         mention `eval-current-buffer' as an alias for `current-buffer'.
5050         Correct the description and mention all optional arguments.
5052         * nonascii.texi: Various small changes in addition to the
5053         following.
5054         (Converting Representations): Clarify behavior of
5055         `string-make-multibyte' and `string-to-multibyte' for unibyte all
5056         ASCII arguments.
5057         (Character Sets): Document the variable `charset-list' and adapt
5058         the definition of the function `charset-list' accordingly.
5059         (Translation of Characters): Clarify use of generic characters in
5060         `make-translation-table'.  Clarify and correct the description of
5061         the use of translation tables in encoding and decoding.
5062         (User-Chosen Coding Systems): Correct and clarify the description
5063         of `select-safe-coding-system'.
5064         (Default Coding Systems): Clarify description of
5065         `file-coding-system-alist'.
5067 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5069         * strings.texi (Text Comparison): Correctly describe when two
5070         strings are `equal'.  Combine and clarify descriptions of
5071         `assoc-ignore-case' and `assoc-ignore-representation'.
5073         * objects.texi (Non-ASCII in Strings): Clarify description of
5074         when a string is unibyte or multibyte.
5075         (Bool-Vector Type): Update examples.
5076         (Equality Predicates): Correctly describe when two strings are
5077         `equal'.
5079 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
5081         * lists.texi (Building Lists): `append' no longer accepts integer
5082         arguments.  Update the description of `number-sequence' to reflect
5083         recent changes.
5084         (Sets And Lists): Describe `member-ignore-case' after `member'.
5086 2003-11-27  Kim F. Storm  <storm@cua.dk>
5088         * commands.texi (Click Events): Click object may be an images.
5089         Describe (dx . dy) element of click positions.
5090         (Accessing Events): Remove duplicate posn-timestamp.
5091         New functions posn-object and posn-object-x-y.
5093 2003-11-23  Kim F. Storm  <storm@cua.dk>
5095         * commands.texi (Click Events): Describe enhancements to event
5096         position lists, including new text-pos and (col . row) items.
5097         Mention left-fringe and right-fringe area events.
5098         (Accessing Events): New functions posn-area and
5099         posn-actual-col-row.  Mention posn-timestamp.  Mention that
5100         posn-point in non-text area still returns buffer position.
5101         Clarify posn-col-row.
5103 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
5105         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
5106         * anti.texi (File Attributes): Describe removed parameter
5107         ID-FORMAT.
5109 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
5111         * positions.texi (Positions): Mention that, if a marker is used as
5112         a position, its buffer is ignored.
5114         * markers.texi (Overview of Markers): Mention it here too.
5116 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
5118         * numbers.texi (Numeric Conversions): Not just `floor', but also
5119         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
5121 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
5123         * markers.texi (Creating Markers): Specify insertion type of
5124         created markers.  Add xref to `Marker Insertion Types'.
5125         Second argument to `copy-marker' is optional.
5126         (Marker Insertion Types): Mention that most markers are created
5127         with insertion type nil.
5128         (The Mark): Correctly describe when `mark' signals an error.
5129         (The Region): Correctly describe when `region-beginning' and
5130         `region-end' signal an error.
5132 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
5134         * hash.texi (Creating Hash): Clarify description of `eql'.
5135         `makehash' is obsolete.
5136         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
5138         * positions.texi (Point): Change description of `buffer-end', so
5139         that it is also correct for floating point arguments.
5140         (List Motion): Correct argument lists of `beginning-of-defun' and
5141         `end-of-defun'.
5142         (Excursions): Add xref to `Marker Insertion Types'.
5143         (Narrowing): Argument to `narrow-to-page' is optional.
5145 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
5147         * streams.texi (Output Streams): Clarify behavior of point for
5148         marker output streams.
5150 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5152         * variables.texi (Defining Variables): Second argument to
5153         `defconst' is not optional.
5154         (Setting Variables): Mention optional argument APPEND to
5155         `add-to-list'.
5156         (Creating Buffer-Local): Expand description of
5157         `make-variable-buffer-local'.
5158         (Frame-Local Variables): Expand description of
5159         `make-variable-frame-local'.
5160         (Variable Aliases): Correct description of optional argument
5161         DOCSTRING to `defvaralias'.  Mention return value of
5162         `defvaralias'.
5163         (File Local Variables): Add xref to `File variables' in Emacs
5164         Manual.  Correct description of `hack-local-variables'.  Mention
5165         `safe-local-variable' property.  Mention optional second argument
5166         to `risky-local-variable-p'.
5168 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
5170         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
5172 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5174         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
5175         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
5176         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
5177         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
5178         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
5179         lispref/processes.texi, lispref/searching.texi,
5180         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
5181         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
5182         @acronym{FOO}.
5184 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
5186         * strings.texi (Creating Strings): Argument START to `substring'
5187         can not be `nil'.  Expand description of
5188         `substring-no-properties'.  Correct description of `split-string',
5189         especially with respect to empty matches.  Prevent very bad line
5190         break in definition of `split-string-default-separators'.
5191         (Text Comparison): `string=' and `string<' also accept symbols as
5192         arguments.
5193         (String Conversion): More completely describe argument BASE in
5194         `string-to-number'.
5195         (Formatting Strings): `%s' and `%S' in `format' do require
5196         corresponding object.  Clarify behavior of numeric prefix after
5197         `%' in `format'.
5198         (Case Conversion): The argument to `upcase-initials' can be a
5199         character.
5201 2003-10-27  Kenichi Handa  <handa@m17n.org>
5203         * display.texi (Fontsets): Fix texinfo usage.
5205 2003-10-25  Kenichi Handa  <handa@m17n.org>
5207         * display.texi (Fontsets): Add description of the function
5208         set-fontset-font.
5210 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
5212         * display.texi (Temporary Displays): Add xref to `Documentation
5213         Tips'.
5215         * functions.texi (Function Safety): Use inforef instead of pxref
5216         for SES.
5218 2003-10-23  Andreas Schwab  <schwab@suse.de>
5220         * Makefile.in (TEX, texinputdir): Don't define.
5221         (TEXI2DVI): Define.
5222         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5223         add $(srcdir)/index.texi.
5224         ($(infodir)/elisp): Remove index.texi dependency.
5225         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
5226         (index.texi): Remove target.
5227         (dist): Don't link $(srcdir)/permute-index.
5228         (clean): Don't remove index.texi.
5230         * permute-index, index.perm: Remove.
5231         * index.texi: Rename from index.unperm.
5233 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
5235         * tips.texi (Documentation Tips): Document new behavior for face
5236         and variable hyperlinks in Help mode.
5238 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
5240         * objects.texi (Integer Type): Update for extra bit of integer range.
5241         (Character Type): Ditto.
5243 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5245         * numbers.texi (Integer Basics): Add index entries for reading
5246         numbers in hex, octal, and binary.
5248 2003-10-16  Lute Kamstra  <lute@gnu.org>
5250         * modes.texi (Mode Line Format): Mention force-mode-line-update's
5251         argument.
5253 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
5255         * windows.texi (Choosing Window): Fix typo.
5256         * edebug.texi (Edebug Execution Modes): Fix typo.
5258 2003-10-13  Richard M. Stallman  <rms@gnu.org>
5260         * windows.texi (Basic Windows): A window has fringe settings,
5261         display margins and scroll-bar settings.
5262         (Splitting Windows): Doc split-window return value.
5263         Clean up one-window-p.
5264         (Selecting Windows): Fix typo.
5265         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
5266         (Buffers and Windows): In set-window-buffer, explain effect
5267         on fringe settings and scroll bar settings.
5268         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
5269         (Choosing Window): Use defopt for pop-up-frame-function.
5270         For special-display-buffer-names, explain same-window and same-frame.
5271         Clarify window-dedicated-p return value.
5272         (Textual Scrolling): scroll-up and scroll-down can get an error.
5273         (Horizontal Scrolling): Clarify auto-hscroll-mode.
5274         Clarify set-window-hscroll.
5275         (Size of Window): Don't mention tool bar in window-height.
5276         (Coordinates and Windows): Explain what coordinates-in-window-p
5277         returns for fringes and display margins.
5278         (Window Configurations): Explain saving fringes, etc.
5280         * tips.texi (Library Headers): Clean up Documentation.
5282         * syntax.texi (Parsing Expressions): Clean up forward-comment
5283         and parse-sexp-lookup-properties.
5285         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
5287         * os.texi (System Environment): Clean up text for load-average errors.
5289         * modes.texi (Hooks): Don't explain local hook details at front.
5290         Clarify run-hooks and run-hook-with-args a little.
5291         Clean up add-hook and remove-hook.
5293         * edebug.texi (Edebug Execution Modes): Clarify t.
5294         Document edebug-sit-for-seconds.
5295         (Coverage Testing): Document C-x X = and =.
5296         (Instrumenting Macro Calls): Fix typo.
5297         (Specification List): Don't index the specification keywords.
5299 2003-10-10  Kim F. Storm  <storm@cua.dk>
5301         * processes.texi (Network): Introduce make-network-process.
5303 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5305         * tips.texi (Library Headers): Fix typo.
5307 2003-10-07  Juri Linkov  <juri@jurta.org>
5309         * modes.texi (Imenu): Mention imenu-create-index-function's
5310         default value.  Explain submenus better.
5312 2003-10-07  Lute Kamstra  <lute@gnu.org>
5314         * modes.texi (Faces for Font Lock): Fix typo.
5315         (Hooks): Explain how buffer-local hook variables can refer to
5316         global hook variables.
5317         Various minor clarifications.
5319 2003-10-06  Lute Kamstra  <lute@gnu.org>
5321         * tips.texi (Coding Conventions): Mention naming conventions for
5322         hooks.
5324 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
5326         * loading.texi (Library Search): Correct default value of
5327         load-suffixes.
5328         (Named Features): Fix typo.
5330 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5332         * loading.texi (Named Features): In `provide',
5333         say how to test for subfeatures.
5334         (Unloading): In unload-feature, use new var name
5335         unload-feature-special-hooks.
5337 2003-10-03  Lute Kamstra  <lute@gnu.org>
5339         * modes.texi (Major Mode Conventions): Mention third way to set up
5340         Imenu.
5341         (Imenu): A number of small fixes.
5342         Delete documentation of internal variable imenu--index-alist.
5343         Document the return value format of imenu-create-index-function
5344         functions.
5346 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5348         * processes.texi (Network): Say what stopped datagram connections do.
5350         * lists.texi (Association Lists): Clarify `assq-delete-all'.
5352         * display.texi (Overlay Properties): Clarify `evaporate' property.
5354 2003-09-29  Lute Kamstra  <lute@gnu.org>
5356         * modes.texi (Mode Line Data): Explain when symbols in mode-line
5357         constructs should be marked as risky.
5358         Change cons cell into proper list.
5359         (Mode Line Variables): Change cons cell into proper list.
5361 2003-09-26  Lute Kamstra  <lute@gnu.org>
5363         * modes.texi (Mode Line Data): Document the :propertize construct.
5364         (Mode Line Variables): Reorder the descriptions of the variables
5365         to match their order in the default mode-line-format.
5366         Describe the new variables mode-line-position and mode-line-modes.
5367         Update the default values of mode-line-frame-identification,
5368         minor-mode-alist, and default-mode-line-format.
5369         (Properties in Mode): Mention the :propertize construct.
5371 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5373         * buffers.texi, commands.texi, debugging.texi, eval.texi:
5374         * loading.texi, minibuf.texi, text.texi, variables.texi:
5375         Avoid @strong{Note:}.
5377 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5379         * keymaps.texi (Remapping Commands): Fix typo.
5381 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
5383         * processes.texi (Low-Level Network): Fix typo.
5385 2003-09-23  Kim F. Storm  <storm@cua.dk>
5387         * processes.texi (Network, Network Servers): Fix typos.
5388         (Low-Level Network): Add timeout value for :server keyword.
5389         Add new option keywords to make-network-process.
5390         Add set-network-process-options.
5391         Explain how to test availability of network options.
5393 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5395         * text.texi (Motion by Indent): Arg to
5396         backward-to-indentation and forward-to-indentation is optional.
5398         * strings.texi (Creating Strings): Add substring-no-properties.
5400         * processes.texi
5401         (Process Information): Add list-processes arg QUERY-ONLY.
5402         Delete process-contact from here.
5403         Add new status values for process-status.
5404         Add process-get, process-put, process-plist, set-process-plist.
5405         (Synchronous Processes): Add call-process-shell-command.
5406         (Signals to Processes): signal-process allows process objects.
5407         (Network): Complete rewrite.
5408         (Network Servers, Datagrams, Low-Level Network): New nodes.
5410         * positions.texi (Word Motion): forward-word, backward-word
5411         arg is optional.  Reword.
5413         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5415         * variables.texi (Creating Buffer-Local):
5416         Delete duplicate definition of buffer-local-value.
5417         (File Local Variables): Explain about discarding text props.
5419 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5421         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5422         changes variables that record input events.
5423         (Minibuffer Misc): Add minibuffer-selected-window.
5425         * lists.texi (Building Lists): Add copy-tree.
5427         * display.texi (Fontsets): Add char-displayable-p.
5428         (Scroll Bars): New node.
5430 2003-09-08  Lute Kamstra  <lute@gnu.org>
5432         * modes.texi (%-Constructs): Document new `%i' and `%I'
5433         constructs.
5435 2003-09-03  Peter Runestig  <peter@runestig.com>
5437         * makefile.w32-in: New file.
5439 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5441         * display.texi (Overlay Properties): Clarify how priorities
5442         affect use of the properties.
5444 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
5446         * customize.texi (Type Keywords): Correct the description of
5447         `:help-echo' in the case where `motion-doc' is a function.
5449 2003-08-14  John Paul Wallington  <jpw@gnu.org>
5451         * modes.texi (Emulating Mode Line): Subsection, not section.
5453 2003-08-13  Richard M. Stallman  <rms@gnu.org>
5455         * elisp.texi (Top): Update subnode lists in menu.
5457         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5458         (Kill Functions): kill-region has new arg yank-handler.
5459         (Yanking): New node.
5460         (Yank Commands): Add yank-undo-function.
5461         (Low-Level Kill Ring):
5462         kill-new and kill-append have new arg yank-handler.
5463         (Changing Properties): Add remove-list-of-text-properties.
5464         (Atomic Changes): New node.
5466         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5468         * streams.texi (Output Variables): Add eval-expression-print-length
5469         and eval-expression-print-level.
5471         * os.texi (Time Conversion): For encode-time, explain limits on year.
5473         * objects.texi (Character Type): Define anchor "modifier bits".
5475         * modes.texi (Emulating Mode Line): New node.
5476         (Search-based Fontification): Font Lock uses font-lock-face property.
5477         (Other Font Lock Variables): Likewise.
5479         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5480         not vectors.
5481         (Active Keymaps): Add emulation-mode-map-alists.
5482         (Functions for Key Lookup): key-binding has new arg no-remap.
5483         (Remapping Commands): New node.
5484         (Scanning Keymaps): where-is-internal has new arg no-remap.
5485         (Tool Bar): Add tool-bar-local-item-from-menu.
5486         Clarify when to use tool-bar-add-item-from-menu.
5488         * commands.texi (Interactive Call): commandp has new arg.
5489         (Command Loop Info): Add this-original-command.
5491 2003-08-06  John Paul Wallington  <jpw@gnu.org>
5493         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5495         * display.texi (Warning Basics): Fix typo.
5496         (Fringes): Add closing curly bracket and fix typo.
5498         * elisp.texi (Top): Fix typo.
5500 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5502         * elisp.texi: Update lists of subnodes.
5504         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5506         * variables.texi (Local Variables): Use lc for example variable names.
5508         * tips.texi (Library Headers): Explain where to put -*-.
5510         * strings.texi (Creating Strings): Fix xref for vconcat.
5512         * sequences.texi (Vector Functions):
5513         vconcat no longer allows integer args.
5515         * minibuf.texi (Reading File Names): read-file-name has new
5516         arg PREDICATE.  New function read-directory-name.
5518         * macros.texi (Defining Macros): Give definition of `declare'
5519         (Indenting Macros): New node.
5521         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5522         (Window Frame Parameters): Make separate table of parameters
5523         that are coupled with specific face attributes.
5524         (Deleting Frames): delete-frame-hooks renamed to
5525         delete-frame-functions.
5527         * files.texi (Magic File Names): Add file-remote-p.
5528         Clarify file-local-copy.
5530         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5531         here; instead xref Defining Macros.
5533         * display.texi (Warnings): New node, and subnodes.
5534         (Fringes): New node.
5536         * debugging.texi (Test Coverage): New node.
5538         * compile.texi (Compiler Errors): Explain with-no-warnings
5539         and other ways to suppress warnings.
5541         * commands.texi (Interactive Call): Minor clarification.
5543         * buffers.texi (Buffer File Name): set-visited-file-name
5544         renames the buffer too.
5546         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5548 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
5550         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5552 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
5554         * internals.texi (Garbage Collection): Fix previous change.
5556 2003-07-22  Richard M. Stallman  <rms@gnu.org>
5558         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5560         * display.texi (Width): Use \s syntax in example.
5561         (Font Selection): Add face-font-rescale-alist.
5563         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5564         Remove spurious indent in example.
5566         * lists.texi (Building Lists): Add number-sequence.
5568         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5570         * functions.texi (Function Documentation): Explain how to
5571         show calling convention explicitly in the doc string.
5573         * windows.texi (Selecting Windows): save-selected-window saves
5574         selected window of each frame.
5575         (Window Configurations): Minor change.
5577         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5579         * streams.texi (Output Variables): Add print-continuous-numbering
5580         and print-number-table.
5582         * processes.texi (Decoding Output): New node.
5584         * os.texi (Time Conversion): decode-time arg is optional.
5586         * objects.texi (Character Type): Don't use space as example for \.
5587         Make list of char names and \-sequences correspond.
5588         Explain that \s is not used in strings.  `\ ' needs space after.
5590         * nonascii.texi (Converting Representations): Add string-to-multibyte.
5591         (Translation of Characters): Add translation-table-for-input.
5592         (Default Coding Systems): Add auto-coding-functions.
5593         (Explicit Encoding): Add decode-coding-inserted-region.
5594         (Locales): Add locale-info.
5596         * minibuf.texi (Basic Completion): Describe test-completion.
5597         Collections can be lists of strings.
5598         Clean up lazy-completion-table.
5599         (Programmed Completion): Mention test-completion.
5600         Clarify why lambda expressions are not accepted.
5601         (Minibuffer Misc): Describe minibufferp.
5603 2003-07-14  Richard M. Stallman  <rms@gnu.org>
5605         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5607         * windows.texi (Selecting Windows): New arg to select-window.
5608         (Selecting Windows): Add with-selected-window.
5609         (Size of Window): Add window-inside-edges, etc.
5611         * internals.texi (Garbage Collection): Add post-gc-hook.
5613         * processes.texi (Subprocess Creation): Add exec-suffixes.
5615         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5616         (Scanning Keymaps): Add map-keymaps.
5617         (Defining Menus): Add keymap-prompt.
5619         * numbers.texi (Integer Basics): Add most-positive-fixnum,
5620         most-negative-fixnum.
5622         * compile.texi (Byte Compilation): Explain no-byte-compile
5623         (Compiler Errors): New node.
5625         * os.texi (User Identification): user-uid, user-real-uid
5626         can return float.
5628         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5629         and about derived modes.
5630         (Minor Modes): Add minor-mode-list.
5631         (Defining Minor Modes): Keyword args for define-minor-mode.
5632         (Search-based Fontification): Explain managing other properties.
5633         (Other Font Lock Variables): Add font-lock-extra-managed-props.
5634         (Faces for Font Lock): Add font-locl-preprocessor-face.
5635         (Hooks): Add run-mode-hooks and delay-mode-hooks.
5637         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
5638         (Variable Aliases): Clarify defvaralias.
5640         * loading.texi (Library Search): Add load-suffixes.
5642         * minibuf.texi (Basic Completion): Add lazy-completion-table.
5643         (Programmed Completion): Add dynamic-completion-table.
5645         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5646         (Magic File Names): Specify precedence order of handlers.
5648         * commands.texi (Command Overview): Emacs server runs pre-command-hook
5649         and post-command-hook.
5650         (Waiting): New calling convention for sit-for.
5652         * text.texi (Special Properties): local-map and keymap properties
5653         apply based on their stickiness.
5655 2003-07-07  Richard M. Stallman  <rms@gnu.org>
5657         * modes.texi (Minor Mode Conventions): Specify only some kinds
5658         of list values as args to minor modes.
5660         * files.texi (File Name Expansion): Warn about iterative use
5661         of substitute-in-file-name.
5663         * advice.texi (Activation of Advice): Clean up previous change.
5665 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
5667         * advice.texi (Activation of Advice): Note that ad-start-advice is
5668         turned on by default.
5670 2003-06-30  Richard M. Stallman  <rms@gnu.org>
5672         * text.texi (Buffer Contents): Document current-word.
5673         (Change Hooks): Not called for *Messages*.
5675         * functions.texi (Defining Functions): Explain about redefining
5676         primitives.
5677         (Function Safety): Renamed.  Minor changes.
5678         Comment out the detailed criteria for what is safe.
5680 2003-06-22  Andreas Schwab  <schwab@suse.de>
5682         * objects.texi (Symbol Type): Fix description of examples.
5684 2003-06-16  Andreas Schwab  <schwab@suse.de>
5686         * hash.texi (Creating Hash): Fix description of :weakness.
5688 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5690         * files.texi (Changing Files): copy-file copies file modes, too.
5692 2003-05-28  Richard M. Stallman  <rms@gnu.org>
5694         * strings.texi (Creating Strings): Clarify split-string.
5696 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
5698         * strings.texi (Creating Strings): Update split-string specification
5699         and examples.
5701 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5703         * elisp.texi: Correct invariant section names.
5705 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5707         * os.texi (Timers): Explain about timers and quitting.
5709 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5711         * internals.texi (Writing Emacs Primitives): Strings are
5712         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5713         Explain GCPRO convention for varargs function args.
5715 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5717         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5719 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5721         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5723 2003-02-13  Kim F. Storm  <storm@cua.dk>
5725         * objects.texi (Character Type): New \s escape for space.
5727 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5729         * os.texi (System Environment): Added cygwin system-type.
5731 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5733         * keymaps.texi: Document that a symbol can act as a keymap.
5735 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5737         * text.texi (Changing Properties): Say string indices are origin-0.
5739         * positions.texi (Screen Lines) <compute-motion>:
5740         Correct order of elts in return value.
5742         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5743         how to define a default binding.
5745 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5747         * loading.texi (Unloading): Fix recent change for load-history.
5749         * customize.texi (Simple Types): Clarify description of custom
5750         type 'number.  Describe new custom type 'float.
5752 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5754         * variables.texi (File Local Variables): Fix typo.
5756 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5758         From Michael Albinus <Michael.Albinus@alcatel.de>.
5760         * README: Target for Info file is `make info'.
5762         * files.texi (File Name Components): Fixed typos in
5763         `file-name-sans-extension'.
5764         (Magic File Names): Complete list of operations for magic file
5765         name handlers.
5767 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5769         * variables.texi (File Local Variables): New function
5770         risky-local-variable-p.
5772 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5774         * functions.texi (Function safety): New node about unsafep.
5776 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5778         * customize.texi (Splicing into Lists): Fixed example.
5779         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5781 2002-06-17  Juanma Barranquero  <lektu@terra.es>
5783         * frames.texi (Display Feature Testing): Fix typo.
5785 2002-06-12  Andreas Schwab  <schwab@suse.de>
5787         * frames.texi (Initial Parameters, Resources): Fix references to
5788         the Emacs manual.
5790 2002-05-13  Kim F. Storm  <storm@cua.dk>
5792         * variables.texi (Intro to Buffer-Local): Updated warning and
5793         example relating to changing buffer inside let.
5795 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5797         * os.texi (Session Management): New node about X Session management.
5799 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
5801         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
5802         to which the manual corresponds, and the copyright years.
5804         * Makefile.in (VERSION): Set to 2.9.
5806 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
5808         * elisp.texi: Change the category in @dircategory to "Emacs", to
5809         make it consistent with info/dir.
5811 2001-11-25  Miles Bader  <miles@gnu.org>
5813         * text.texi (Fields): Describe new `limit' arg in
5814         field-beginning/field-end.
5816 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5818         * permute-index: Don't depend on csh-specific features.  Replace
5819         the interpreter name with /bin/sh.
5821         * two-volume-cross-refs.txt: New file.
5822         * two.el: New file.
5823         * spellfile: New file.
5825 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
5827         * permute-index: New file.
5829         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5830         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5831         8+3 restricted namespace.
5833         * Makefile.in (infodir): Define relative to $(srcdir).
5834         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5835         include directories list via -I switch to makeinfo.
5836         (index.texi): Use cp if both hard and symbolic links fail.
5838 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5840         * Makefile.in (distclean): Add.
5842         The following changes make ELisp manual part of the Emacs
5843         distribution:
5845         * Makefile.in: Add Copyright notice.
5846         (prefix): Remove.
5847         (infodir): Change value to "../info".
5848         (VPATH): New variable.
5849         (MAKE): Don't define.
5850         (texmacrodir): Don't define.
5851         (texinputdir): Append the existing value of TEXINPUTS.
5852         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
5853         command to be compatible with man/Makefile.in, and to put the
5854         output into ../info.
5855         (info): Add target.
5856         (installall): Target removed.
5858 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5860         * tips.texi (Coding Conventions): Fix typo.
5862 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5864         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5866 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5868         * files.texi (File Name Components): Update the description of
5869         file-name-sans-extension and file-name-extension, as they now
5870         ignore leading dots.
5872 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5874         * (Version 21.1 released.)
5876 2001-10-19  Miles Bader  <miles@gnu.org>
5878         * positions.texi (Text Lines): Describe behavior of
5879         `beginning-of-line'/`end-of-line' in the presence of field properties.
5881 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
5883         * Makefile.in (VERSION): Set to 2.8.
5884         (manual): Use `manual-21'.
5886         * elisp.texi (VERSION): Add and use it where the version
5887         number was used.  Set it to 2.8.
5889         * intro.texi: Likewise.
5891 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5893         * files.texi (File Name Completion): Document the significance of
5894         a trailing slash in elements of completion-ignored-extensions.
5896 2001-10-06  Miles Bader  <miles@gnu.org>
5898         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5900 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5902         * variables.texi (Variable Aliases): New node.
5904 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5906         * Branch for 21.1.
5908 2001-10-02  Miles Bader  <miles@gnu.org>
5910         * minibuf.texi (Minibuffer Misc): Add entries for
5911         `minibuffer-contents', `minibuffer-contents-no-properties', and
5912         `delete-minibuffer-contents'.
5913         Correct description for `minibuffer-prompt-end'.
5915         * text.texi (Property Search): Correct descriptions of
5916         `next-char-property-change' and `previous-char-property-change'.
5917         Add entries for `next-single-char-property-change' and
5918         `previous-single-char-property-change'.
5919         Make operand names a bit more consistent.
5921 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5923         * frames.texi (Finding All Frames): Document that next-frame and
5924         previous-frame are local to current terminal.
5926 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
5928         * keymaps.texi (Creating Keymaps): Fix the description of the
5929         result of make-keymap.
5931 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5933         * display.texi (Font Lookup, Attribute Functions)
5934         (Image Descriptors): Add cross-references to the definition of
5935         selected frame.
5937         * buffers.texi (The Buffer List): Add cross-references to the
5938         definition of selected frame.
5940         * frames.texi (Input Focus): Clarify which frame is _the_ selected
5941         frame at any given time.
5942         (Multiple Displays, Size and Position): Add a cross-reference to
5943         the definition of the selected frame.
5945 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5947         * strings.texi (String Conversion) <string-to-number>: Document
5948         that a float is returned for integers that are too large.
5950         * frames.texi (Mouse Position): Document mouse-position-function.
5951         (Display Feature Testing): Document display-images-p.
5952         (Window Frame Parameters): Document the cursor-type variable.
5954         * numbers.texi (Integer Basics): Document CL style read syntax for
5955         integers in bases other than 10.
5957         * positions.texi (List Motion): Document
5958         open-paren-in-column-0-is-defun-start.
5960         * lists.texi (Sets And Lists): Document member-ignore-case.
5962         * internals.texi (Garbage Collection): Document the used and free
5963         strings report.
5964         (Memory Usage): Document strings-consed.
5966         * os.texi (Time of Day): Document float-time.
5967         (Recording Input): Document that clear-this-command-keys clears
5968         the vector to be returned by recent-keys.
5970         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5971         argument keymap can be a list.
5973         * nonascii.texi (User-Chosen Coding Systems)
5974         <select-safe-coding-system>: Document the new argument
5975         accept-default-p and the variable
5976         select-safe-coding-system-accept-default-p.  Tell what happens if
5977         buffer-file-coding-system is undecided.
5978         (Default Coding Systems): Document auto-coding-regexp-alist.
5980         * display.texi (The Echo Area) <message>: Document
5981         message-truncate-lines.
5982         (Glyphs): Document that the glyph table is unused on windowed
5983         displays.
5985         * help.texi (Describing Characters) <single-key-description>:
5986         Document the new argument no-angles.
5987         (Accessing Documentation) <documentation-property>: Document that
5988         a non-string property is evaluated.
5989         <documentation>: Document that the function-documentation property
5990         is looked for.
5992         * windows.texi (Selecting Windows): Document some-window.
5994         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5996         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5997         apropos-mode-hook.
5999         * commands.texi (Using Interactive): Document interactive-form.
6000         (Keyboard Macros): Document kbd-macro-termination-hook.
6001         (Command Loop Info): Document that clear-this-command-keys clears
6002         the vector to be returned by recent-keys.
6004 2001-09-04  Werner LEMBERG  <wl@gnu.org>
6006         * Makefile.in (srcdir, texinputdir): New variables.
6007         (srcs, index.texi, install): Use $(srcdir).
6008         (.PHONY): Remove elisp.dvi.
6009         (elisp): Use -I switch for makeinfo.
6010         (elisp.dvi): Use $(srcdir) and $(texinputdir).
6011         (installall, dist): Use $(srcdir).
6012         Fix path to texinfo.tex.
6013         (maintainer-clean): Add elisp.dvi and elisp.oaux.
6015 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6017         * display.texi (Conditional Display): Adjust to API change.
6019         * configure: New file.
6021 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6023         * commands.texi (Repeat Events): Add description of
6024         double-click-fuzz.
6026 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
6028         * syntax.texi (Syntax Class Table): Add the missing designator for
6029         comment and string fences.
6030         (Syntax Properties): Add a xref to syntax table internals.
6031         (Syntax Table Internals): Document string-to-syntax.
6033 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
6035         * Makefile.in (install): Use install-info command line options
6036         like in Emacs' Makefile.in.
6038 2000-12-09  Miles Bader  <miles@gnu.org>
6040         * windows.texi (Window Start): Update documentation for
6041         `pos-visible-in-window-p'.
6043 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6045         * lists.texi (Building Lists): Add footnote to explain how to add
6046         to the end of a list.
6048 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6050         * files.texi (Visiting Functions): Typos.
6052 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
6054         * files.texi (Visiting Functions): Return value of
6055         find-file-noselect may be a list of buffers if wildcards are used.
6057 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6059         * display.texi (Defining Faces): Document `graphic' display type
6060         in face specs.
6062 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6064         * hooks.texi (Standard Hooks): Replace obsolete
6065         `after-make-frame-hook' with `after-make-frame-functions'.
6067         * frames.texi (Creating Frames): Ditto.
6069         * variables.texi (Future Local Variables): Ditto.
6071 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
6073         * display.texi (Other Image Types): Add description of :foreground
6074         and :background properties of mono PBM images.
6076 2000-08-17  Werner LEMBERG  <wl@gnu.org>
6078         * .cvsignore: New file.
6080 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
6082         * tindex.pl: New script.
6084 1999-12-03  Dave Love  <fx@gnu.org>
6086         * Makefile.in (MAKEINFO): New parameter.
6088 1999-09-17  Richard Stallman  <rms@gnu.org>
6090         * Makefile.in (srcs): Add hash.texi.
6091         (VERSION): Update to 20.6.
6093 1999-09-13  Richard Stallman  <rms@gnu.org>
6095         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
6097 1998-08-29  Karl Heuer  <kwzh@gnu.org>
6099         * configure.in: New file.
6100         * Makefile.in: Renamed from Makefile.
6101         (prefix, infodir): Use value obtained from configure.
6102         (emacslibdir): Obsolete variable deleted.
6103         (dist): Distribute configure.in, configure, Makefile.in.
6105 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6107         * Makefile (INSTALL_INFO): New variable.
6108         (install): Run install-info.
6110 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
6112         * Makefile (elisp.dvi): Add missing backslash.
6114 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
6116         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
6117         Run texindex without `./'.  Always run texindex on elisp.tp.
6118         (elisp.tps): Target deleted.
6120 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
6122         * Makefile (srcs): Add nonascii.texi and customize.texi.
6123         (dist): Start by deleting `temp'.
6125 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
6127         * Makefile (makeinfo, texindex): Targets deleted.
6128         (makeinfo.o, texindex.o): Targets deleted.
6129         (clean, dist): Don't do anything with them or with getopt*.
6131 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
6133         * Makefile (SHELL): Defined.
6135 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
6137         * Makefile (elisp.tps): New target.
6138         (elisp.dvi): Depend on elisp.tps.
6140 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
6142         * README: Update phone number.
6144         * Makefile (elisp): Make this be the default target.
6145         Depend on makeinfo.c instead of makeinfo.
6146         (install): Don't depend on elisp.dvi, since we don't install that.
6147         Use mkinstalldirs.
6148         (dist): Add mkinstalldirs.
6150 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
6152         * Makefile (VERSION): Update version number.
6153         (maintainer-clean): Renamed from realclean.
6155 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
6157         * Makefile (realclean): New target.
6158         (elisp): Remove any old elisp-* files first.
6160 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
6162         * Makefile (VERSION): New variable.
6163         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
6164         Compressed file suffix should be `.gz', not `.z'.
6166 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6168         * Makefile (elisp): Depend on makeinfo.
6170 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
6172         * Makefile (srcs): Add anti.texi.
6174 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6176         * Makefile (infodir, prefix): New vars.
6177         (install): Use infodir.
6178         (emacsinfodir): Deleted.
6180 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6182         * Makefile (srcs): Add calendar.texi.
6184         * Makefile (dist): Copy texindex.c and makeinfo.c.
6185         Limit elisp-* files to those with one or two digits.
6187 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6189         * Makefile (dist): Changed to use Gzip instead of compress.
6191 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6193         * loading.texi (Unloading): define-function changed back to
6194         defalias.  It may not stay this way, but at least it's
6195         consistent with the known-good version of the code patch.
6197 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
6199         * modes.texi (Hooks): Document new optional arg of add-hook.
6201 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6203         * variables.texi: Document nil initial value of buffer-local variables.
6205         * tips.texi: Add new section on standard library headers.
6207 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6209         * Makefile (srcs): Add frame.texi to the list of sources.
6211 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6213         * Makefile (dist): Don't bother excluding autosave files; they'll
6214         never make it into the temp directory anyway, and the hash marks
6215         in the name are problematic for make and the Bourne shell.
6216         (srcs):
6218 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6220         * Makefile (dist): Don't include backup files or autosave files in
6221         the distribution tar file.
6223 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6225         * Makefile (srcs): Added index.perm.
6226         (elisp.dvi): Remove erroneous shell comment.
6227         Expect output of permute-index in permuted.fns.
6228         Save old elisp.aux in elisp.oaux.
6229         (clean): Added index.texi to be deleted.
6231 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6233         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6235 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
6237         * files.texi: Noted that completion-ignored-extensions is ignored
6238         when making *Completions*.
6240 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
6242         * Makefile  make dist now depends on elisp.dvi, since it tries
6243         to include it in the dist file.
6245 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
6247         * functions.texinfo (Mapping Functions): Add missing quote
6249 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6251         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
6252         (defunargs): Turn off \hyphenchar of \sl font temporarily.
6254 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6256         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
6257         and @error{} are the terms now being used.  The files in the
6258         directory have been changed to reflect this.
6260         * All instances of @indentedresultt{} have been changed to
6261         `     @result{}', using 5 spaces at the begining of the line.
6263 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6265         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
6266         experimental @indentedresult{}, @indentedexpandsto{} are part of
6267         the texinfo.tex in this directory.  These TeX macros are not
6268         stable yet.
6270 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6272         * texinfo.tex: Temporarily added
6273                 \let\result=\dblarrow
6274                 \def\error{{\it ERROR} \longdblarrow}
6275         We need to do this better soon.
6277 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6279         * Applied Karl Berry's patches to *.texinfo files, but not to
6280         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
6281         new title page format is also not applied, since it requires
6282         texinfo.tex changes.)
6284         * Cleaned up `Makefile' and defined the `emacslibdir' directory
6285         for the Project GNU development environment.
6287 ;; Local Variables:
6288 ;; coding: iso-2022-7bit
6289 ;; add-log-time-zone-rule: t
6290 ;; End:
6292     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6293       2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6295   This file is part of GNU Emacs.
6297   GNU Emacs is free software; you can redistribute it and/or modify
6298   it under the terms of the GNU General Public License as published by
6299   the Free Software Foundation; either version 3, or (at your option)
6300   any later version.
6302   GNU Emacs is distributed in the hope that it will be useful,
6303   but WITHOUT ANY WARRANTY; without even the implied warranty of
6304   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6305   GNU General Public License for more details.
6307   You should have received a copy of the GNU General Public License
6308   along with GNU Emacs; see the file COPYING.  If not, write to the
6309   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6310   Boston, MA 02110-1301, USA.
6312 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda