Merge from emacs--rel--22
[emacs.git] / doc / lispref / ChangeLog
blobd95597e940b9a6e8e682fd6829b98ae78bfe1277
1 2007-10-13  Karl Berry  <karl@gnu.org>
3         * elisp.texi (@dircategory): Move to after @copying,
4         since we want @copying as close as possible to the beginning of
5         the output.
7 2007-10-12  Richard Stallman  <rms@gnu.org>
9         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
11         * commands.texi (Distinguish Interactive): New node,
12         broken out from Interactive Call and rewritten.
13         (Command Loop): Put Distinguish Interactive in menu.
15 2007-10-09  Richard Stallman  <rms@gnu.org>
17         * text.texi (Examining Properties): Mention overlay priority.
19         * display.texi (Display Margins): Correct the description
20         of margin display specifications.
21         (Replacing Specs): New subnode broken out of Display Property.
23 2007-10-06  Juri Linkov  <juri@jurta.org>
25         * text.texi (Filling): Document fill-paragraph-or-region.
27 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
29         * display.texi (Auto Faces): Fix typo.
31 2007-10-02  Richard Stallman  <rms@gnu.org>
33         * display.texi (Display Property): Explain some display specs
34         don't let you move point in.
36         * frames.texi (Cursor Parameters): Describe
37         cursor-in-non-selected-windows here.  Explain more values.
39         * windows.texi (Basic Windows): Don't describe
40         cursor-in-non-selected-windows here.
42 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
44         * processes.texi (Misc Network): Note that these functions are
45         supported only on some systems.
47 2007-10-01  Richard Stallman  <rms@gnu.org>
49         * display.texi (Overlay Properties): Explain nil as priority.
50         Explain that conflicts are unpredictable if not resolved by
51         priorities.
53 2007-09-23  Richard Stallman  <rms@gnu.org>
55         * macros.texi (Backquote): Minor clarification.
57 2007-09-19  Richard Stallman  <rms@gnu.org>
59         * display.texi (Display Property): Explain multiple display specs.
60         Clarify when they work in parallel and when one overrides.
61         Fix error in example.
63 2007-09-06  Glenn Morris  <rgm@gnu.org>
65         * Move from lispref/ to doc/lispref/.  Change all setfilename
66         commands to use ../../info.
67         * Makefile.in (infodir): Go up one more level.
68         (usermanualdir): Change from ../man to ../emacs.
69         (miscmanualdir): New.
70         (dist): Use new variable miscmanualdir.
71         * makefile.w32-in (infodir, texinputdir): Go up one more level.
72         (usermanualdir): Change from ../man to ../emacs.
74 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
76         * commands.texi (Command Loop Info): Advise against changing
77         most variables described here.  Explain new variable
78         last-repeatable-command.
80 2007-08-29  Glenn Morris  <rgm@gnu.org>
82         * elisp.texi (EMACSVER): Increase to 23.0.50.
84 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
86         * frames.texi (Basic Parameters): Add display-environment-variable
87         and term-environment-variable.
89 2007-08-28  Juri Linkov  <juri@jurta.org>
91         * display.texi (Image Formats, Other Image Types): Add SVG.
93 2007-08-28  Juri Linkov  <juri@jurta.org>
95         * display.texi (Images): Move formats-related text to new node
96         "Image Formats".
97         (Image Formats): New node.
99 2007-08-27  Richard Stallman  <rms@gnu.org>
101         * windows.texi (Window Configurations): Clarify what
102         a window configuration saves.
104 2007-08-25  Richard Stallman  <rms@gnu.org>
106         * display.texi (Images): Delete redundant @findex.
108 2007-08-16  Richard Stallman  <rms@gnu.org>
110         * processes.texi (Asynchronous Processes): Clarify
111         doc of start-file-process.
113 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
115         * modes.texi (Example Major Modes): Fix typo.
117 2007-08-08  Glenn Morris  <rgm@gnu.org>
119         * intro.texi (nil and t): Do not use `iff' in documentation.
121         * tips.texi (Documentation Tips): Recommend against `iff'.
123 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
125         * display.texi (Image Cache): Document image-refresh.
127 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
129         * windows.texi (Size of Window): Document window-full-width-p.
131 2007-07-25  Glenn Morris  <rgm@gnu.org>
133         * gpl.texi (GPL): Replace license with GPLv3.
135         * Relicense all FSF files to GPLv3 or later.
137 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
139         * processes.texi (Synchronous Processes):
140         Add `process-file-shell-command'.
141         (Asynchronous Processes): Mention restricted use of
142         `process-filter' and `process-sentinel' in
143         `start-file-process'.  Add `start-file-process-shell-command'.
145 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
147         * files.texi (Magic File Names): Introduce optional parameter
148         IDENTIFICATION for `file-remote-p'.
150 2007-07-16  Richard Stallman  <rms@gnu.org>
152         * display.texi (Defining Faces): Fix previous change.
154 2007-07-14  Richard Stallman  <rms@gnu.org>
156         * control.texi (Handling Errors): Document `debug' in handler list.
158 2007-07-10  Richard Stallman  <rms@gnu.org>
160         * display.texi (Defining Faces): Explain C-M-x feature for defface.
162 2007-07-09  Richard Stallman  <rms@gnu.org>
164         * files.texi (Magic File Names): Rewrite previous change.
166 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
168         * files.texi (Magic File Names): Introduce optional parameter
169         CONNECTED for `file-remote-p'.
171 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
173         * processes.texi (Asynchronous Processes):
174         * files.texi (Magic File Names): Add `start-file-process'.
176 2007-06-27  Richard Stallman  <rms@gnu.org>
178         * files.texi (Format Conversion Piecemeal): Clarify
179         `after-insert-file-functions' calling convention.
181 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
183         * files.texi (Magic File Names): Remove `dired-call-process'.
184         Add `process-file'.
186 2007-06-27  Kenichi Handa  <handa@m17n.org>
188         * text.texi (Special Properties): Fix description about
189         `composition' property.
191 2007-06-26  Kenichi Handa  <handa@m17n.org>
193         * nonascii.texi (Default Coding Systems): Document about the
194         return value `undecided'.
196 2007-06-25  David Kastrup  <dak@gnu.org>
198         * keymaps.texi (Active Keymaps): Document new POSITION argument of
199         `current-active-maps'.
201 2007-06-24  Karl Berry  <karl@gnu.org>
203         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
205 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
207         * display.texi (Overlay Arrow): Doc fix.
209 2007-06-14  Karl Berry  <karl@tug.org>
211         * anti.texi (Antinews): Typo.
213 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
215         * display.texi (Image Cache): Document image-refresh.
217 2007-06-12  Karl Berry  <karl@gnu.org>
219         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
220         * two-volume.make: New file.
221         * .cvsignore: Ignore two-volume files.
223 2007-06-12  Tom Tromey  <tromey@redhat.com>
225         * os.texi (Init File): Document user-emacs-directory.
227 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
229         * commands.texi (Click Events): Describe width and height when
230         object is nil.
232 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
234         * commands.texi (Click Events): Layout more logically.  Describe
235         width and height.
236         (Drag Events, Motion Events): Update to new format for position.
238 2007-06-02  Richard Stallman  <rms@gnu.org>
240         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
242 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
244         * Version 22.1 released.
246 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * text.texi (Special Properties): Correct meaning of fontified face.
250 2007-05-30  Richard Stallman  <rms@gnu.org>
252         * text.texi (Special Properties): Add link to Adjusting Point.
254 2007-05-12  Richard Stallman  <rms@gnu.org>
256         * text.texi (Margins): indent-to-left-margin is not the default.
257         (Mode-Specific Indent): For indent-line-function, the default
258         is indent-relative.
260         * modes.texi (Example Major Modes): Explain last line of text-mode
261         is redundant.
263 2007-05-10  Richard Stallman  <rms@gnu.org>
265         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
267         * help.texi (Keys in Documentation): Add reference to
268         Documentation Tips.
270         * files.texi (Format Conversion): TO-FN gets three arguments.
272         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
274 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
276         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
277         * files.texi (Format Conversion): Expand intro; add menu.
278         (Format Conversion Overview, Format Conversion Round-Trip)
279         (Format Conversion Piecemeal): New nodes/subsections.
280         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
281         * text.texi (Text Properties): Remove "Saving Properties" from menu.
282         (Saving Properties): Delete node/subsection.
284 2007-05-07  Karl Berry  <karl@gnu.org>
286         * elisp.texi (EMACSVER): Back to 22.
288 2007-05-06  Richard Stallman  <rms@gnu.org>
290         * processes.texi (Accepting Output): Revert most of previous change.
292 2007-05-05  Richard Stallman  <rms@gnu.org>
294         * processes.texi (Accepting Output): accept-process-output
295         uses microseconds, not milliseconds.  But that arg is obsolete.
297 2007-05-04  Karl Berry  <karl@tug.org>
299         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
301 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
303         * tips.texi (Documentation Tips): Rearrange items to place the
304         more important ones first.  Add an index entry for hyperlinks.
306 2007-05-03  Karl Berry  <karl@gnu.org>
308         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
309         (EMACSVER) [smallbook]: 22 for printed version.
311         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
312         so restore anchor to normal position after defun.  Found by Kevin Ryde.
314 2007-04-26  Glenn Morris  <rgm@gnu.org>
316         * elisp.texi (EMACSVER): Increase to 22.1.50.
318 2007-04-28  Karl Berry  <karl@gnu.org>
320         * elisp.texi: Improve line breaks on copyright page,
321         similar layout to emacs manual, 8.5x11 by default.
323 2007-04-24  Richard Stallman  <rms@gnu.org>
325         * text.texi (Special Properties): Add xref to Overlay Properties.
327         * display.texi (Overlay Properties): Add xref to Special Properties.
329 2007-04-22  Richard Stallman  <rms@gnu.org>
331         * keymaps.texi (Extended Menu Items): Move the info about
332         format with cached keyboard binding.
334 2007-04-21  Richard Stallman  <rms@gnu.org>
336         * text.texi (Special Properties): Clarify previous change.
338         * files.texi (File Name Expansion): Clarify previous change.
340         * display.texi (Attribute Functions): Fix example for
341         face-attribute-relative-p.
343 2007-04-19  Kenichi Handa  <handa@m17n.org>
345         * text.texi (Special Properties): Document composition property.
347 2007-04-19  Glenn Morris  <rgm@gnu.org>
349         * files.texi (File Name Expansion): Mention "superroot".
351 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
353         * frames.texi (Multiple Displays): Add note about "multi-monitor"
354         setups.
355         (Display Feature Testing): Note that display refers to all
356         physical monitors for multi-monitor setups.
358 2007-04-14  Richard Stallman  <rms@gnu.org>
360         * lists.texi (Sets And Lists): Clarify `delete' examples.
361         Remove spurious xref to same node.
362         Clarify xref for add-to-list.
364 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
366         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
367         value of lisp-mode-map.
369 2007-04-11  Karl Berry  <karl@gnu.org>
371         * anti.texi (Antinews):
372         * display.texi (Overlay Properties, Defining Images):
373         * processes.texi (Synchronous Processes, Sentinels):
374         * syntax.texi (Syntax Table Internals):
375         * searching.texi (Regexp Special):
376         * nonascii.texi (Default Coding Systems):
377         * text.texi (Special Properties):
378         * minibuf.texi (Basic Completion): Wording to improve breaks in
379         8.5x11 format.
380         * elisp.texi (smallbook): New @set to more easily switch between
381         smallbook and 8.5x11.
383 2007-04-11  Richard Stallman  <rms@gnu.org>
385         * text.texi (Lazy Properties): Minor fix.
387 2007-04-08  Karl Berry  <karl@gnu.org>
389         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
390         * macros.texi (Backquote): Downcase Backquote in index entries for
391         consistency.
393 2007-04-08  Richard Stallman  <rms@gnu.org>
395         * text.texi (Adaptive Fill): Just describe default,
396         don't show it (since it contains non-ASCII chars).
398 2007-04-07  Karl Berry  <karl@gnu.org>
400         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
401         adaptive-fill-regexp's value, since they are not in the standard
402         TeX fonts.
404 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
406         * display.texi (Defining Faces): Fix example.
408 2007-04-07  Karl Berry  <karl@gnu.org>
410         * display.texi (Button Buffer Commands): Improve page break.
412 2007-04-07  Richard Stallman  <rms@gnu.org>
414         * advice.texi (Activation of Advice): Remove redundant index entry.
416         * backups.texi: Improve index entries.  Remove redundant ones.
418         * compile.texi (Byte Compilation): Improve index entry.
420         * hash.texi (Creating Hash): Improve index entry.
422         * symbols.texi (Definitions): Improve index entry.
424         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
426         * maps.texi (Standard Keymaps): Remove useless index entry.
428         * help.texi (Documentation Basics): Remove redundant index entries.
430         * customize.texi: Improve index entries.
431         Remove redundant/useless ones.
433         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
435         * streams.texi (Output Variables): Improve index entry.
437         * abbrevs.texi (Abbrevs): Remove useless index entry.
439         * macros.texi (Expansion): Remove useless index entry.
441         * text.texi: Improve index entries.  Remove redundant/useless ones.
442         (Text Properties, Examining Properties)
443         (Special Properties): Use "property category" instead of "category"
444         to refer to the `category' property.
446         * positions.texi: Improve index entries.  Remove useless one.
448         * lists.texi: Improve index entries.  Remove redundant/useless ones.
450         * os.texi: Improve index entries.
451         (Timers): Fix previous change.
453         * buffers.texi: Improve index entries.
454         (Modification Time): Get rid of term "obsolete buffer".
456         * debugging.texi: Improve index entries.
457         (Test Coverage): Add xref to other test coverage ftr.
459         * eval.texi: Improve index entry.  Remove redundant ones.
461         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
463         * files.texi: Improve index entries.  Remove redundant/useless ones.
465         * objects.texi: Improve index entries.
467         * processes.texi: Improve index entries.
469         * modes.texi: Improve index entry.  Remove redundant one.
471         * nonascii.texi: Improve index entries.
473         * internals.texi: Improve index entries.
475         * syntax.texi: Improve index entries.
477         * keymaps.texi (Active Keymaps): Improve index entries.
479         * commands.texi: Improve index entries.  Remove redundant/useless ones.
481         * frames.texi: Improve index entries.  Remove redundant/useless ones.
483         * markers.texi: Improve index entries.  Remove redundant ones.
485         * tips.texi: Improve index entries.
487         * loading.texi (Unloading): Improve index entry.
489         * variables.texi: Improve index entries.  Remove redundant one.
491         * sequences.texi: Improve index entry.
493         * display.texi: Improve index entries.  Remove redundant ones.
495         * windows.texi: Improve index entries.
497         * searching.texi: Improve index entries.  Remove redundant one.
499         * strings.texi (Case Tables): Improve last change.
501 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
503         * strings.texi (Case Tables): Document with-case-table and
504         ascii-case-table.
506 2007-04-03  Karl Berry  <karl@gnu.org>
508         * processes.texi (Network): Reword to improve page break.
510 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
512         * functions.texi (Inline Functions): Describe more disadvantages
513         of defsubst, and make advice against it stronger.
515 2007-04-02  Karl Berry  <karl@gnu.org>
517         * backups.texi (Backup Names): Avoid widow words.
518         * modes.texi (Example Major Modes): Align last comment.
520 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
522         * keymaps.texi (Remapping Commands): Document new arg to
523         command-remapping.
525 2007-04-01  Karl Berry  <karl@gnu.org>
527         * processes.texi (Low-Level Network): Typo.
528         * loading.texi (Hooks for Loading): Avoid double "the".
529         * keymaps.texi (Key Sequences): No double "and".
530         (Changing Key Bindings): Shorten to improve line break.
532 2007-03-31  Glenn Morris  <rgm@gnu.org>
534         * os.texi (Timers): Fix description of run-at-time TIME formats.
536 2007-03-31  Richard Stallman  <rms@gnu.org>
538         * display.texi (Invisible Text): Correct buffer-invisibility-spec
539         regarding ellipsis.
541 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
543         * intro.texi (nil and t):
544         * symbols.texi (Plists and Alists):
545         * variables.texi (Variable Aliases, Constant Variables):
546         * functions.texi (Defining Functions):
547         * advice.texi (Advising Primitives):
548         * debugging.texi (Syntax Errors, Compilation Errors):
549         * minibuf.texi (Minibuffer Windows):
550         * commands.texi (Adjusting Point):
551         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
552         (Auto Major Mode, Major Mode Conventions):
553         * help.texi (Describing Characters):
554         * files.texi (Create/Delete Dirs, Information about Files)
555         (File Locks, Writing to Files, Reading from Files)
556         (Saving Buffers):
557         * windows.texi (Resizing Windows, Cyclic Window Ordering):
558         * frames.texi (Finding All Frames):
559         * positions.texi (Buffer End, Motion):
560         * markers.texi (The Region):
561         * text.texi (Deletion, Near Point):
562         * display.texi (Displaying Messages, Truncation):
563         * os.texi (Processor Run Time):
564         * tips.texi (Key Binding Conventions, Programming Tips)
565         (Warning Tips, Documentation Tips, Comment Tips):
566         * internals.texi (Memory Usage): Improve indexing.
568         * variables.texi (Frame-Local Variables):
569         * functions.texi (Argument List):
570         * loading.texi (Library Search):
571         * streams.texi (Output Variables):
572         * keymaps.texi (Translation Keymaps, Searching Keymaps):
573         * searching.texi (Replacing Match, Search and Replace):
574         * processes.texi (Byte Packing, Decoding Output)
575         (Accepting Output, Network Servers, Shell Arguments):
576         * display.texi (Abstract Display, Image Cache, Scroll Bars):
577         * windows.texi (Window Point, Window Start):
578         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
579         * commands.texi (Reading Input, Keyboard Events):
580         * minibuf.texi (Reading File Names, Minibuffer Completion)
581         (Recursive Mini):
582         * positions.texi (List Motion):
583         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
584         * numbers.texi (Arithmetic Operations, Math Functions)
585         (Predicates on Numbers, Comparison of Numbers):
586         (Numeric Conversions):
587         * locals.texi (Standard Buffer-Local Variables):
588         * maps.texi (Standard Keymaps):
589         * os.texi (User Identification, System Environment, Recording Input)
590         (X11 Keysyms):
591         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
592         * backups.texi (Backups and Auto-Saving):
593         * customize.texi (Customization, Group Definitions)
594         (Variable Definitions):
595         * compile.texi (Byte Compilation): Improve index entries.
597 2007-03-31  Karl Berry  <karl@gnu.org>
599         * macros.texi (Defining Macros): Avoid widow syllable.
601 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
603         * elisp.texi (Top): Postscript -> PostScript.
605         * display.texi (Images, Postscript Images): Postscript -> PostScript.
607 2007-03-31  Markus Triska  <markus.triska@gmx.at>
609         * internals.texi (Writing Emacs Primitives): Untabify `For'.
611 2007-03-30  Karl Berry  <karl@gnu.org>
613         * lists.texi (List-related Predicates): Remove spurious @need.
614         (Setcdr): Use @smallexample to improve page break.
615         (Association Lists) <assoc>: Reword to improve page break.
617         * strings.texi (String Conversion): Insert blank line to improve
618         page break.
620         * numbers.texi (Random Numbers): Use @minus{}.
621         (Math Functions): Use @minus{}.
623         * intro.texi (Acknowledgements): Avoid line breaks before middle
624         initials.
626 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
628         * errors.texi (Standard Errors): Add an index entry.
630 2007-03-19  Richard Stallman  <rms@gnu.org>
632         * os.texi (Recording Input): recent-keys now gives 300 keys.
634 2007-03-12  Glenn Morris  <rgm@gnu.org>
636         * os.texi: Replace "daylight savings" with "daylight saving"
637         throughout.
639 2007-03-05  Richard Stallman  <rms@gnu.org>
641         * variables.texi (File Local Variables): Update
642         enable-local-variables values.
644 2007-03-04  Richard Stallman  <rms@gnu.org>
646         * syntax.texi (Control Parsing): Minor clarification.
648         * strings.texi (Formatting Strings): Clarify width, precision, flags.
650         * sequences.texi (Sequence Functions): Move string-bytes away,
651         add xref.
653         * nonascii.texi (Text Representations): Move string-bytes here.
655         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
657         * minibuf.texi (Basic Completion): Minor clarification.
659         * markers.texi (The Mark): Clarify existence vs activation of mark.
660         Other cleanup.
662         * display.texi (Finding Overlays): Write better example.
664         * compile.texi (Eval During Compile): Clarify putting macros
665         in eval-when-compile.
667 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
669         * loading.texi (How Programs Do Loading): Fix anchor position at
670         load-read-function definition doc. (tiny change)
672 2007-02-21  Kim F. Storm  <storm@cua.dk>
674         * strings.texi (Text Comparison): Mention that assoc-string
675         converts symbols to strings before testing.
677 2007-02-17  Kim F. Storm  <storm@cua.dk>
679         * processes.texi (Bindat Spec): Vector types can have optional
680         element type.
681         (Bindat Examples): Fix example.  Add vector with element type.
683 2007-02-16  Andreas Schwab  <schwab@suse.de>
685         * strings.texi (Formatting Strings): Document '+' flag.
687 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
689         * strings.texi (Modifying Strings): Clarify that `clear-string'
690         always converts the string to unibyte.
692 2007-02-14  Kim F. Storm  <storm@cua.dk>
694         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
695         Rewrite glyph code description to refer to these functions.
696         Remove details of encoding face number and char into integer code.
698 2007-02-03  Alan Mackenzie  <acm@muc.de>
700         * loading.texi (Hooks for Loading): Make the description of
701         `eval-after-load' more detailed, and amend the description of
702         after-load-alist, in accordance with changes from 2006-05.
704 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
706         * modes.texi (Defining Minor Modes): Document that a :require
707         keyword or similar may be required to make saved customization
708         variables work.
710 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
712         * elisp.texi (Top): Make the detailed menu headers compliant with
713         Texinfo guidelines and with what texnfo-upd.el expects.  Add
714         comments to prevent people from inadvertently modifying the key
715         parts needed by `texinfo-multiple-files-update'.
717 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
719         * elisp.texi (Top): Update the top-level menus.
721         * syntax.texi (Categories): Add index entries.
723 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
725         * display.texi (Attribute Functions): Fix name and description of
726         the UNDERLINE arg of `set-face-underline-p'.
728 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
730         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
731         Variables", and "Standard Keymaps" to the detailed menu.
733         * variables.texi (Future Local Variables): Add index entry.
735 2007-01-28  Richard Stallman  <rms@gnu.org>
737         * tips.texi (Coding Conventions): Clarify the tip about macros
738         that define a function or a variable.
740         * files.texi (File Attributes): UID and GID can be floats.
741         (Magic File Names): Explain why deferring all operations to
742         the standard handler does not work.
744 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
746         * backups.texi (Reverting): Use "buffer" instead of "file"
747         when talking about major and minor modes.
749 2007-01-21  Richard Stallman  <rms@gnu.org>
751         * help.texi (Documentation): Add xref to Documentation Tips.
753 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
755         * tips.texi (Coding Conventions): Fix typos.
757 2007-01-05  Richard Stallman  <rms@gnu.org>
759         * modes.texi (Defining Minor Modes): Fix previous change.
761 2007-01-03  Richard Stallman  <rms@gnu.org>
763         * customize.texi (Variable Definitions, Customization Types):
764         Don't use * in doc string for defcustom.
766 2007-01-02  Richard Stallman  <rms@gnu.org>
768         * variables.texi (Variable Aliases): Clarify that aliases vars
769         always have the same value.
771         * processes.texi (Bindat Spec): Fix Texinfo usage.
773         * modes.texi (Defining Minor Modes): Explain effect of command
774         defined with define-global-minor-mode on new buffers.
776 2006-12-30  Kim F. Storm  <storm@cua.dk>
778         * keymaps.texi (Tool Bar): Describe `grow-only' value of
779         `auto-resize-tool-bars'.
781 2006-12-30  Richard Stallman  <rms@gnu.org>
783         * keymaps.texi (Active Keymaps): Fix previous change.
785 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
787         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
789 2006-12-30  Kim F. Storm  <storm@cua.dk>
791         * processes.texi (Bindat Spec): Clarify using field names in
792         length specifications.
794 2006-12-29  Kim F. Storm  <storm@cua.dk>
796         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
797         Add count and index variables for eval forms in repeat blocks.
799 2006-12-24  Richard Stallman  <rms@gnu.org>
801         * customize.texi (Variable Definitions): Document
802         new name custom-add-frequent-value.
804 2006-12-19  Kim F. Storm  <storm@cua.dk>
806         * commands.texi (Misc Events): User signals now result in sigusr1
807         and sigusr2 events which are handled through special-event-map.
808         (Special Events): User signals and drag-n-drop are special.
810 2006-12-17  Richard Stallman  <rms@gnu.org>
812         * loading.texi (Named Features): Explain subfeatures better.
814         * customize.texi: Use "option" only for user options.
815         For the keyword values inside defcustom etc, say "keywords".
816         For :options value's elements, say "elements".
817         :group should not be omitted.
819         * syntax.texi (Parsing Expressions): Split up node.
820         (Motion via Parsing, Position Parse, Parser State)
821         (Low-Level Parsing, Control Parsing): New subnodes.
822         (Parser State): Document syntax-ppss-toplevel-pos.
824         * positions.texi (List Motion): Punctuation fix.
826         * files.texi (File Name Completion): Document PREDICATE arg
827         to file-name-completion.
829 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
831         * internals.texi (Building Emacs, Writing Emacs Primitives):
832         Add index entries.
834 2006-12-11  Richard Stallman  <rms@gnu.org>
836         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
837         affects face menu.  Explain how to make it non-nil without enabling
838         any fontification.
840 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
842         * modes.texi (Font Lock Basics): Document nil value of
843         font-lock-defaults.
845 2006-12-10  Glenn Morris  <rgm@gnu.org>
847         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
848         value for system-flag argument.  Abbrev tables may not be empty
849         when major modes are loaded.
851 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
853         * makefile.w32-in (maintainer-clean): Partially revert last
854         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
855         to protect elisp-covers.texi.
857 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
859         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
860         Don't remove elisp* info files; they are already deleted by the
861         `clean' and `distclean' targets, and they are in the $(infodir)
862         directory, not the current one.
864 2006-12-04  Kim F. Storm  <storm@cua.dk>
866         * commands.texi (Misc Events): Update signal events.
867         (Event Examples): Add signal example.
869 2006-11-29  Richard Stallman  <rms@gnu.org>
871         * frames.texi (Visibility of Frames): Explain visible windows
872         can be covered by others.  Add xref for raise-frame.
874 2006-11-28  Richard Stallman  <rms@gnu.org>
876         * searching.texi (Regexp Special): Update when ^ is special.
878 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
880         * customize.texi (Customization, Common Keywords)
881         (Group Definitions, Variable Definitions, Composite Types)
882         (Type Keywords, Customization Types): Add index entries for
883         various customization keywords.
885 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
889 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
891         * frames.texi (Window System Selections): Remove clipboard from
892         description of selection-coding-system.
894 2006-11-06  Richard Stallman  <rms@gnu.org>
896         * lists.texi (List Variables): Document COMPARE-FN.
898         * keymaps.texi: Avoid use of "binding" to mean a relation;
899         use it only to refer to the meaning associated with a key.
900         (Keymaps): Change menu node description.
902         * elisp.texi (Top): Change menu node description.
904         * display.texi (Managing Overlays): Document overlay-recenter.
906 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
908         * Makefile.in: Use relative paths to avoid advertising filesystem
909         contents during compilation.
911 2006-10-23  Kim F. Storm  <storm@cua.dk>
913         * commands.texi (Event Input Misc): Update unread-command-events.
915 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
917         * lists.texi (Sets And Lists): Fix typos.
919 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
921         * control.texi (Processing of Errors): Use @var for an argument,
922         not @code.
924 2006-10-16  Richard Stallman  <rms@gnu.org>
926         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
928         * keymaps.texi (Format of Keymaps): Show all the keymap element
929         patterns that result from menu items.
930         (Key Lookup): Minor cleanups.
932         * modes.texi (Precalculated Fontification): Don't say that
933         not setting font-lock-defaults avoids loading font-lock.
935         * help.texi (Documentation): Move xref to Emacs Manual here.
936         (Documentation Basics): From here.
937         Also doc emacs-lisp-docstring-fill-column.
939         * elisp.texi: Update version and ISBN.
941         * commands.texi (Interactive Call): Clarify KEYS arg to
942         call-interactively is a vector.
943         (Command Loop Info): Delete anchor in this-command-keys.
944         Add anchor in this-command-keys-vector.
945         (Recursive Editing): Document how recursive-edit
946         handles the current buffer.
948 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
950         * frames.texi (Frame Titles): %c and %l are ignored in
951         frame-title-format.
953 2006-10-11  Richard Stallman  <rms@gnu.org>
955         * keymaps.texi (Key Sequences): Clarify use of kbd.
957 2006-10-10  Kim F. Storm  <storm@cua.dk>
959         * lists.texi (Sets And Lists): Add memql.
961 2006-10-03  Richard Stallman  <rms@gnu.org>
963         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
964         Clarify :ascii: and :nonascii:.
966 2006-09-29  Juri Linkov  <juri@jurta.org>
968         * modes.texi (%-Constructs): Reorder coding systems in the
969         documentation of %z to the real order displayed in the modeline.
971 2006-09-25  Richard Stallman  <rms@gnu.org>
973         * os.texi (Timers): Describe timer-max-repeats.
975 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
977         * os.texi (Timers): Mention with-local-quit.
979 2006-09-24  Richard Stallman  <rms@gnu.org>
981         * searching.texi (Searching and Matching): Mention property search.
983         * commands.texi (Command Loop Info): Explain how read-event affects
984         this-command-keys.
986 2006-09-20  Richard Stallman  <rms@gnu.org>
988         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
990         * windows.texi (Window Start): Minor cleanups.
992 2006-09-20  Kim F. Storm  <storm@cua.dk>
994         * windows.texi (Window Start): pos-visible-in-window-p allows
995         specifying t for position to mean "end of window".
996         Add window-line-height.
998         * anti.texi (Antinews): Mention window-line-height.
1000 2006-09-19  David Kastrup  <dak@gnu.org>
1002         * keymaps.texi (Searching Keymaps): Small clarification.
1004 2006-09-18  Richard Stallman  <rms@gnu.org>
1006         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1007         cause keyboard menus.
1008         (Menu Keymaps): Likewise.
1009         (Defining Menus, Keyboard Menus): Clarify.
1011         * text.texi (Fields): Clarify explanation of constrain-to-field.
1013 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
1015         * variables.texi (Tips for Defining): Fix a typo.
1017 2006-09-15  Richard Stallman  <rms@gnu.org>
1019         * keymaps.texi (Remapping Commands, Searching Keymaps)
1020         (Active Keymaps): Clean up previous change.
1022 2006-09-15  Jay Belanger  <belanger@truman.edu>
1024         * gpl.texi: Replace "Library Public License" by "Lesser Public
1025         License" throughout.
1027 2006-09-15  David Kastrup  <dak@gnu.org>
1029         * keymaps.texi (Active Keymaps): Adapt description to use
1030         `get-char-property' instead `get-text-property'.  Explain how
1031         mouse events change this.  Explain the new optional argument of
1032         `key-binding' and its mouse-dependent lookup.
1033         (Searching Keymaps): Adapt description similarly.
1034         (Remapping Commands): Explain the new optional argument of
1035         `command-remapping'.
1037 2006-09-14  Richard Stallman  <rms@gnu.org>
1039         * keymaps.texi (Searching Keymaps): Clarification.
1040         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1042 2006-09-13  Richard Stallman  <rms@gnu.org>
1044         * objects.texi (Character Type): Node split.
1045         Add xref to Describing Characters.
1046         (Basic Char Syntax, General Escape Syntax)
1047         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
1049 2006-09-11  Richard Stallman  <rms@gnu.org>
1051         * display.texi (Display Table Format): Wording clarification.
1052         (Glyphs): Clarifications.
1054 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
1056         * keymaps.texi (Active Keymaps): Mention that key-binding checks
1057         local maps.
1059 2006-09-10  Kim F. Storm  <storm@cua.dk>
1061         * display.texi (Forcing Redisplay): Document return value of
1062         function redisplay.
1064 2006-09-09  Richard Stallman  <rms@gnu.org>
1066         * windows.texi (Window Hooks): Explain limits of
1067         window-scroll-functions.
1069         * display.texi (Fringe Indicators): Update for last change in
1070         indicate-buffer-boundaries.
1072 2006-09-08  Richard Stallman  <rms@gnu.org>
1074         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1076 2006-09-06  Kim F. Storm  <storm@cua.dk>
1078         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1080         * windows.texi (Window Start): Update pos-visible-in-window-p.
1082 2006-09-04  Richard Stallman  <rms@gnu.org>
1084         * processes.texi (Accepting Output): Explain SECONDS=0 for
1085         accept-process-output.
1087         * os.texi (Idle Timers): Explain why timer functions should not
1088         loop until (input-pending-p).
1090 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
1092         * makefile.w32-in (usermanualdir): New variable.
1093         (elisp.dvi): Use it.
1095 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
1097         * buffers.texi (Buffer Modification): Fix last change.
1099 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
1101         * buffers.texi (Buffer Modification): Document
1102         buffer-chars-modified-tick.
1104 2006-08-31  Richard Stallman  <rms@gnu.org>
1106         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1108 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
1110         * modes.texi (Syntactic Font Lock):
1111         Mention font-lock-syntactic-face-function
1112         instead of specific faces.
1114 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
1116         * display.texi (Images): Add xrref to display-images-p.
1118 2006-08-28  Kenichi Handa  <handa@m17n.org>
1120         * nonascii.texi (Lisp and Coding Systems): Fix description of
1121         detect-coding-region.
1123 2006-08-27  Michael Olson  <mwolson@gnu.org>
1125         * processes.texi (Transaction Queues): Remove stray quote
1126         character.
1128 2006-08-25  Richard Stallman  <rms@gnu.org>
1130         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
1131         Add xref.
1133 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
1135         * os.texi (Timers): Avoid waiting inside timers.
1137 2006-08-21  Lute Kamstra  <lute@gnu.org>
1139         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
1141 2006-08-20  Richard Stallman  <rms@gnu.org>
1143         * os.texi (Idle Timers): New node, split out from Timers.
1144         Document current-idle-time.
1145         * commands.texi (Reading One Event): Update xref.
1146         * elisp.texi (Top): Update subnode menu.
1148 2006-08-16  Richard Stallman  <rms@gnu.org>
1150         * keymaps.texi (Extended Menu Items): Show format of cached
1151         bindings in extended menu items.
1153         * customize.texi (Variable Definitions): Explain when the
1154         standard value expression is evaluated.
1156 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
1158         * commands.texi (Reading One Event): Explain idleness in
1159         `read-event'.
1161 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
1163         * text.texi (Near Point): Say "cursor" not "terminal cursor".
1164         (Commands for Insertion): Removed split-line since it's not
1165         relevant for Lisp programming.
1166         (Yank Commands): Rewrite introduction.
1167         (Undo): Clarify.
1168         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
1169         (Filling): Remove redundant comment.  Clarify return value of
1170         current-justification.
1171         (Margins): Minor clarifications.
1172         (Adaptive Fill): Update default value of adaptive-fill-regexp.
1173         (Sorting): Update definition of sort-lines.
1174         (Columns): Clarify behavior of sort-columns.
1175         (Indent Tabs): Link to Tab Stops in Emacs manual.
1176         (Special Properties): Clarify.
1177         (Clickable Text): Mention Buttons package.
1179 2006-08-12  Kevin Ryde  <user42@zip.com.au>
1181         * os.texi (Time Parsing): Add %z to description of
1182         format-time-string, as per docstring.  Add cross reference to
1183         glibc manual for strftime.
1185 2006-08-08  Richard Stallman  <rms@gnu.org>
1187         * modes.texi: Clean up wording in previous change.
1189 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
1191         * modes.texi (Hooks): Clarify.
1192         (Major Mode Basics): Mention define-derived-mode explicitly.
1193         (Major Mode Conventions): Rebinding RET is OK for some modes.
1194         Mention change-major-mode-hook and after-change-major-mode-hook.
1195         (Example Major Modes): Moved to end of Modes section.
1196         (Mode Line Basics): Clarify.
1197         (Mode Line Data): Mention help-echo and local-map in strings.
1198         Explain reason for treatment of non-risky variables.
1199         (Properties in Mode): Clarify.
1200         (Faces for Font Lock): Add font-lock-negation-char-face.
1202 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
1204         * strings.texi (Formatting Strings): Warn against arbitrary
1205         strings as first arg to `format'.
1207 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
1209         * text.texi (Clickable Text): Mention `help-echo' text property.
1210         Update intro, examples and associated explanations.
1212 2006-07-31  Richard Stallman  <rms@gnu.org>
1214         * commands.texi: Update xrefs.
1215         (Event Mod): New node, cut out from old Translating Input.
1217         * maps.texi: Update xrefs.
1219         * keymaps.texi (Translation Keymaps): New node.
1220         Update xrefs from Translating Input to Translation Keymaps.
1222         * elisp.texi (Top): Update subnode menu.
1224         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
1226         * os.texi (System Interface): Fix menu descriptions of some nodes.
1227         (Translating Input): Node deleted.
1229 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1231         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
1233         * lists.texi (Sets And Lists): Likewise.
1235 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
1237         * text.texi (Fields): Mention POS
1238         requirement when narrowing is in effect.
1240 2006-07-28  Richard Stallman  <rms@gnu.org>
1242         * display.texi (Face Attributes): Simplify wording.
1243         (Attribute Functions): Clarify meaning of new-frame default
1244         attribute settings.
1246         * customize.texi (Common Keywords): Document how to use
1247         :package-version in a package not in Emacs.
1249 2006-07-28  Kim F. Storm  <storm@cua.dk>
1251         * commands.texi (Reading One Event): Fix last change.
1253 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1255         * commands.texi (Reading One Event): Document SECONDS argument for
1256         read-event, read-char, and read-char-exclusive.
1258 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1261         to ensure correct identification.
1263 2006-07-24  Richard Stallman  <rms@gnu.org>
1265         * text.texi (Clickable Text): Clarify.
1267         * sequences.texi (Vector Functions): Delete duplicate xref.
1269         * objects.texi (Function Type): Clarify.
1271         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1272         modes.
1274         * lists.texi (List Variables): New node.
1275         Material moved from other nodes.
1277         * variables.texi (Setting Variables): add-to-list and
1278         add-to-ordered-list moved to List Variables node.
1280 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1282         * text.texi (Links and Mouse-1):
1283         For mouse-on-link-p, expand on arg POS.
1285 2006-07-21  Kim F. Storm  <storm@cua.dk>
1287         * display.texi (Forcing Redisplay): Don't mention systems which
1288         don't support sub-second timers for redisplay-preemption-period.
1290         * os.texi (Terminal Output): Clarify text vs graphical terminal.
1292 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1294         * frames.texi (Input Focus): Document that focus-follows-mouse has
1295         no effect on MS-Windows.
1297 2006-07-18  Richard Stallman  <rms@gnu.org>
1299         * display.texi (Forcing Redisplay): Cleanups in previous change.
1301         * processes.texi (Low-Level Network): Make menu more convenient.
1303 2006-07-18  Kim F. Storm  <storm@cua.dk>
1305         * display.texi (Forcing Redisplay): redisplay-preemption-period
1306         only used on window systems.  Add xref to Terminal Output.
1308         * os.texi (Terminal Output): baud-rate only controls preemption on
1309         non-window systems.  Add xref to Forcing Redisplay.
1311         * processes.texi (Low-Level Network): Rename node "Make Network"
1312         to "Network Processes".
1314 2006-07-18  Karl Berry  <karl@gnu.org>
1316         * variables.texi, functions.texi, customize.texi, loading.texi:
1317         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
1319 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1321         * commands.texi (Waiting): Document batch-mode sit-for behavior.
1323 2006-07-17  Richard Stallman  <rms@gnu.org>
1325         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
1326         Put period and comma inside quotes.
1328         * loading.texi, markers.texi: Use real doublequote inside menus.
1330         * windows.texi: Put point and comma inside quotes.
1331         (Textual Scrolling): Use @samp for error message.
1333         * variables.texi, tips.texi, syntax.texi, symbols.texi:
1334         * strings.texi, streams.texi, processes.texi, os.texi:
1335         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
1336         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
1337         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
1338         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
1339         Put point and comma inside quotes.
1341         * control.texi (Processing of Errors): Add command-error-function.
1343         * variables.texi (File Local Variables): Clarify that
1344         file local variables make buffer-local bindings.
1346         * modes.texi (Syntactic Font Lock): Give default for
1347         font-lock-syntax-table.
1349 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
1351         * text.texi (Special Properties): Clean up previous change.
1353 2006-07-16  Karl Berry  <karl@gnu.org>
1355         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
1356         * control.texi: Fix bad page breaks through chapter 10 (control).
1358         * anti.texi (Antinews): Reorder face-attribute fns to avoid
1359         underfull hbox.
1361 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
1363         * text.texi (Special Properties): Describe fontified text property
1364         in relation to a character (not text).
1366 2006-07-15  Kim F. Storm  <storm@cua.dk>
1368         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1369         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1370         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1372         * anti.texi (Antinews): Mention redisplay function.
1373         The kbd macro existed, but was not documented, before 22.x.
1374         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1376 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1378         * display.texi (Displaying Messages): Add anchor.
1380         * frames.texi (Dialog Boxes): Use it.
1382 2006-07-12  Richard Stallman  <rms@gnu.org>
1384         * objects.texi (Frame Type): Explain nature of frames better.
1386         * frames.texi (Frames): Explain nature of frames better.
1388 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
1390         * tips.texi (Coding Conventions): Explain why use cl at compile time.
1392 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1394         * frames.texi (Window System Selections): Mention scrap support for Mac.
1395         Default value of x-select-enable-clipboard is t on Mac.
1397         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1399 2006-07-11  Kim F. Storm  <storm@cua.dk>
1401         * display.texi (Forcing Redisplay): Add `redisplay' function.
1402         Don't mention (sit-for -1) -- use (redisplay t) instead.
1404         * commands.texi (Waiting): (sit-for -1) is no longer special.
1405         (sit-for 0) is equivalent to (redisplay).
1406         Iconifying/deiconifying no longer makes sit-for return.
1408 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
1410         * display.texi (Buttons): Fix typo.
1412         * index.texi, elisp.texi (New Symbols): Comment node out.
1414 2006-07-09  Richard Stallman  <rms@gnu.org>
1416         * display.texi (Truncation): Clean up previous change.
1418 2006-07-08  Richard Stallman  <rms@gnu.org>
1420         * commands.texi (Interactive Call): Use 3 as prefix in example
1421         for execute-extended-command.
1423         * display.texi (Attribute Functions): Move paragraph about
1424         compatibility with Emacs < 21.
1426 2006-07-09  Kim F. Storm  <storm@cua.dk>
1428         * display.texi (Refresh Screen): Clarify force-window-update.
1429         (Truncation): "Normally" indicated by fringe arrows.
1431 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1433         * windows.texi (Textual Scrolling, Resizing Windows):
1434         * variables.texi (Constant Variables):
1435         * text.texi (Buffer Contents, Deletion, Changing Properties)
1436         (Property Search, Special Properties, Sticky Properties)
1437         (Links and Mouse-1, Fields, Change Hooks):
1438         * syntax.texi (Syntax Table Functions, Parsing Expressions)
1439         (Categories):
1440         * symbols.texi (Other Plists):
1441         * streams.texi (Output Variables):
1442         * processes.texi (Input to Processes, Query Before Exit):
1443         * positions.texi (Word Motion, Text Lines, List Motion):
1444         * os.texi (Init File, System Environment, Sound Output)
1445         (Session Management):
1446         * nonascii.texi (Text Representations, Character Sets)
1447         (Chars and Bytes, Locales):
1448         * modes.texi (Defining Minor Modes, Header Lines):
1449         * minibuf.texi (Minibuffer Contents):
1450         * markers.texi (Information from Markers):
1451         * lists.texi (List Elements, Building Lists, Association Lists):
1452         * keymaps.texi (Tool Bar):
1453         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1454         * functions.texi (What Is a Function, Mapping Functions):
1455         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1456         (Color Names, Text Terminal Colors, Display Feature Testing):
1457         * files.texi (Visiting Functions, File Name Components)
1458         (Unique File Names, Contents of Directories):
1459         * display.texi (Forcing Redisplay, Displaying Messages)
1460         (Temporary Displays, Font Selection, Auto Faces)
1461         (Font Lookup, Fringe Indicators, Display Margins)
1462         (Image Descriptors, Showing Images, Image Cache, Button Types)
1463         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
1464         (Display Table Format, Glyphs):
1465         * control.texi (Iteration):
1466         * commands.texi (Command Loop Info, Adjusting Point):
1467         * backups.texi (Making Backups, Auto-Saving):
1468         Remove @tindex entries.
1470 2006-07-07  Kim F. Storm  <storm@cua.dk>
1472         * display.texi (Fringe Cursors): Fix typo.
1473         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1474         (Overlay Arrow): Default is overlay-arrow fringe indicator.
1476 2006-07-05  Richard Stallman  <rms@gnu.org>
1478         * text.texi (Buffer Contents): Add example of text props
1479         in result of buffer-substring.
1480         (Text Properties): Explain better about use of specific property names.
1481         (Property Search): Some cleanups; reorder some functions.
1483         * keymaps.texi (Changing Key Bindings): Cleanup.
1484         Add xref to Key Binding Conventions.
1486         * display.texi (Attribute Functions): Add examples for
1487         face-attribute-relative-p.
1489         * tips.texi (Coding Conventions): Cleanup last change.
1491 2006-07-05  Karl Berry  <karl@gnu.org>
1493         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1494         Remove @setchapternewpage odd.
1495         Result is 1013 pages, down from 1100.
1497         * anti.texi, customize.texi, display.texi, internals.texi:
1498         * minibuf.texi, modes.texi, tips.texi:
1499         Fix overfull/underfull boxes.
1501 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1503         * edebug.texi (Instrumenting):
1504         Add Edebug-specific findex for eval-buffer.
1505         * loading.texi (Loading):
1506         Replace eval-current-buffer with eval-buffer.
1508 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1510         * locals.texi (Standard Buffer-Local Variables): Update the list
1511         of variables.
1513 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
1515         * files.texi (File Name Completion): Point user to the node
1516         "Reading File Names".
1518 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1520         * files.texi (Contents of Directories): Document case-insensitive
1521         behavior on respective filesystems.
1523         * objects.texi (Character Type): Document that Emacs signals an
1524         error for unsupported Unicode characters specified as \uNNNN.
1526 2006-06-19  Richard Stallman  <rms@gnu.org>
1528         * processes.texi (Bindat Spec): Clarify previous change.
1530 2006-06-16  Richard Stallman  <rms@gnu.org>
1532         * tips.texi (Coding Conventions): Better explain conventions
1533         for definition constructs.
1535         * text.texi (Special Properties): String value of `read-only'
1536         serves as the error message.
1538         * objects.texi (Character Type): Clarify prev. change.
1539         (Non-ASCII in Strings): Mention \u and \U.
1541         * commands.texi (Using Interactive): Explain problem of
1542         markers, etc., in command-history.
1544 2006-06-14  Kim F. Storm  <storm@cua.dk>
1546         * commands.texi (Waiting): Negative arg to sit-for forces
1547         redisplay even if input is pending.
1549         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1550         redisplay.  Remove incorrect example of binding redisplay-dont-pause
1551         around (sit-for 0).
1553 2006-06-13  Richard Stallman  <rms@gnu.org>
1555         * display.texi (Forcing Redisplay): Clarify previous change.
1557 2006-06-13  Romain Francoise  <romain@orebokech.com>
1559         * display.texi (Forcing Redisplay): Fix typo.
1561 2006-06-13  Kim F. Storm  <storm@cua.dk>
1563         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1565 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1567         * tips.texi (Coding Conventions): Add `@end itemize'.
1569 2006-06-10  Richard Stallman  <rms@gnu.org>
1571         * tips.texi (Coding Conventions): Explain use of coding systems
1572         to ensure one decoding for strings.
1574 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
1576         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
1577         syntax.
1579 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
1581         * display.texi (Font Selection): Remove description of
1582         clear-face-cache.
1584         * compile.texi (Eval During Compile): Fix a typo.  Add index
1585         entries for possible uses of eval-when-compile.
1587 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
1589         * display.texi (Abstract Display): Fix typo.
1591 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
1593         * minibuf.texi (Minibuffer History) <history-add-new-input>:
1594         Reword variable's description.
1596 2006-06-01  Richard Stallman  <rms@gnu.org>
1598         * windows.texi (Splitting Windows): Clarify splitting nonselected
1599         window.
1601 2006-05-31  Juri Linkov  <juri@jurta.org>
1603         * minibuf.texi (Minibuffer History): Add history-add-new-input.
1605 2006-05-30  Richard Stallman  <rms@gnu.org>
1607         * display.texi (Line Height): Fix errors in description of
1608         default line height and line-height properyty.
1610         * nonascii.texi (Default Coding Systems): Further clarification.
1612 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1614         * internals.texi (Pure Storage): Mention that an overflow in pure
1615         space causes a memory leak.
1616         (Garbage Collection): If there was an overflow in pure space,
1617         `garbage-collect' returns nil.
1619 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
1621         * nonascii.texi (Default Coding Systems): Fix it some more.
1623 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
1625         * nonascii.texi (Default Coding Systems): Fix last change.
1627 2006-05-29  Kenichi Handa  <handa@m17n.org>
1629         * nonascii.texi (find-operation-coding-system): Describe the new
1630         argument format (FILENAME . BUFFER).
1632 2006-05-28  Richard Stallman  <rms@gnu.org>
1634         * tips.texi (Coding Conventions): Better explain reasons not to
1635         advise other packages or use `eval-after-load'.
1637 2006-05-29  Kim F. Storm  <storm@cua.dk>
1639         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1640         `bindat-idx' and `bindat-raw' for clarity.
1642 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1644         * processes.texi (Bindat Spec): Expand on `repeat' handler.
1646         * display.texi (Display): Add "Abstract Display" to menu.
1647         (Abstract Display, Abstract Display Functions)
1648         (Abstract Display Example): New nodes.
1649         * elisp.texi (Top): Add "Abstract Display" to menu.
1651 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1653         * keymaps.texi (Key Sequences): Link to input events definition.
1654         (Format of Keymaps): Delete material duplicated in Keymap Basics.
1656         * files.texi (Changing Files): Document updated argument list for
1657         copy-file.
1659 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1661         * processes.texi (Bindat Functions): Explain term "total length".
1662         Use it in bindat-length and bindat-pack descriptions.
1664 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1666         * tips.texi (Coding Conventions): Advise against using
1667         eval-after-load in packages.  Add an index entry.
1669 2006-05-25  Juri Linkov  <juri@jurta.org>
1671         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1673         * modes.texi (%-Constructs): Add %e, %z, %Z.
1675 2006-05-25  Richard Stallman  <rms@gnu.org>
1677         * elisp.texi (Top): Update subnode menu.
1679         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1680         (Keymaps): Update menu.
1682 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1684         * keymaps.texi (Key Sequences): Some clarifications.
1686 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1688         * processes.texi (Bindat Functions): Say "unibyte string"
1689         explicitly for bindat-unpack and bindat-pack descriptions.
1690         (Bindat Examples): Don't call `string-make-unibyte' in example.
1692 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1694         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1695         Explain string and vector representations of key sequences
1697         * keymaps.texi (Changing Key Bindings):
1698         * commands.texi (Interactive Codes, Interactive Codes):
1699         * help.texi (Describing Characters): Refer to it.
1701 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
1703         * frames.texi (Pointer Shape): @end table -> @end defvar.
1705 2006-05-22  Richard Stallman  <rms@gnu.org>
1707         * elisp.texi (Top): Update subnode menus.
1709         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1710         Contents rewritten; material from old Pointer Shape node moved here.
1712         * display.texi (Pointer Shape): Node deleted.
1713         (Image Descriptors): Minor cleanup.
1715 2006-05-21  Richard Stallman  <rms@gnu.org>
1717         * syntax.texi (Parsing Expressions): Update info on which STATE
1718         elements are ignored.
1720 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1722         * hooks.texi (Standard Hooks): Correct typo.
1724         * gpl.texi (GPL): ifinfo -> ifnottex.
1726 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
1728         * searching.texi (Simple Match Data): Warn about match data being
1729         set anew by every search.
1731 2006-05-17  Richard Stallman  <rms@gnu.org>
1733         * minibuf.texi (Minibuffer History): Clarify.
1735         * searching.texi (Regexp Special): Clarify nested regexp warning.
1737 2006-05-16  Kim F. Storm  <storm@cua.dk>
1739         * minibuf.texi (Minibuffer History): Update add-to-history.
1741 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
1743         * nonascii.texi (Explicit Encoding): Fix
1744         typo (encoding<->decoding).
1746 2006-05-14  Richard Stallman  <rms@gnu.org>
1748         * buffers.texi (Creating Buffers): Cleanup.
1750         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1752 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1754         * buffers.texi (Current Buffer): Document that with-temp-buffer
1755         disables undo.
1757         * os.texi (Terminal-Specific): More accurate description of how
1758         Emacs searches for the terminal-specific libraries.
1760 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1762         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1763         emacs-xtra to @inforef's.
1765         * text.texi (Undo): Document that undo is turned off in buffers
1766         whose names begin with a space.
1768         * buffers.texi (Buffer Names): Add index entries for buffers whose
1769         names begin with a space.
1770         (Creating Buffers): Document that undo is turned off in buffers
1771         whose names begin with a space.
1773         * files.texi (Visiting Functions, Reading from Files)
1774         (Saving Buffers): Mention code and EOL conversions by file I/O
1775         primitives and subroutines.
1777         * nonascii.texi (Lisp and Coding Systems): Document
1778         coding-system-eol-type.  Add index entries for eol conversion.
1780         * display.texi (Defining Faces): Mention `mac', and add an xref to
1781         where window-system is described.
1783 2006-05-10  Richard Stallman  <rms@gnu.org>
1785         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1787 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1789         * variables.texi (File Local Variables): Recommend to quote lambda
1790         expressions in safe-local-variable property.
1792 2006-05-09  Richard Stallman  <rms@gnu.org>
1794         * variables.texi (File Local Variables): Document
1795         safe-local-eval-forms and safe-local-eval-function.
1797 2006-05-07  Kim F. Storm  <storm@cua.dk>
1799         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1800         from add-to-history.
1802 2006-05-07  Romain Francoise  <romain@orebokech.com>
1804         * commands.texi (Event Input Misc):
1805         * compile.texi (Eval During Compile):
1806         * internals.texi (Buffer Internals):
1807         * minibuf.texi (Initial Input):
1808         * nonascii.texi (Scanning Charsets):
1809         * numbers.texi (Comparison of Numbers):
1810         * windows.texi (Textual Scrolling, Vertical Scrolling):
1811         Fix various typos.
1813 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1815         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1816         conditional xref's to either emacs or emacs-xtra, depending on
1817         @iftex/@ifnottex.
1819         * minibuf.texi (Minibuffer History): Document add-to-history.
1821 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1823         * internals.texi (Pure Storage): Mention the pure overflow message
1824         at startup.
1826 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1828         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1829         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1830         search.
1832 2006-05-01  Richard Stallman  <rms@gnu.org>
1834         * intro.texi (nil and t): Clarify.
1836         * variables.texi (File Local Variables): Suggest using booleanp.
1838 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
1840         * objects.texi (Type Predicates): Fix typos.
1842 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * intro.texi (nil and t): Add booleanp.
1846         * objects.texi (Type Predicates): Add links for booleanp and
1847         string-or-null-p.
1849 2006-04-29  Richard Stallman  <rms@gnu.org>
1851         * modes.texi (Multiline Font Lock): Rename from
1852         Multi line Font Lock Elements.  Much clarification.
1853         (Font Lock Multiline, Region to Fontify): Much clarification.
1855 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1857         * variables.texi (File Local Variables): Remove the special case t for
1858         safe-local-variable.
1860 2006-04-26  Richard Stallman  <rms@gnu.org>
1862         * syntax.texi (Parsing Expressions): Minor cleanup.
1864 2006-04-18  Richard Stallman  <rms@gnu.org>
1866         * tips.texi (Coding Conventions): Explain when the package's
1867         prefix should appear later on (not at the start of the name).
1869         * searching.texi (String Search): Clarify effect of NOERROR.
1871         * modes.texi (Imenu): Clarify what special items do.
1873         * hooks.texi (Standard Hooks): Delete text about old hook names.
1875 2006-04-17  Romain Francoise  <romain@orebokech.com>
1877         * variables.texi (Local Variables): Update the default value of
1878         `max-specpdl-size'.
1880 2006-04-15  Michael Olson  <mwolson@gnu.org>
1882         * processes.texi (Transaction Queues): Mention the new optional
1883         `delay-question' argument for `tq-enqueue'.
1885 2006-04-13  Bill Wohler  <wohler@newt.com>
1887         * customize.texi (Common Keywords): Use dotted notation for
1888         :package-version value.  Specify its values.  Improve documentation
1889         for customize-package-emacs-version-alist.
1891 2006-04-12  Bill Wohler  <wohler@newt.com>
1893         * customize.texi (Common Keywords): Move description of
1894         customize-package-emacs-version-alist to @defvar.
1896 2006-04-10  Bill Wohler  <wohler@newt.com>
1898         * customize.texi (Common Keywords): Add :package-version.
1900 2006-04-10  Kim F. Storm  <storm@cua.dk>
1902         * text.texi (Buffer Contents): Add NOPROPS arg to
1903         filter-buffer-substring.
1905 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1907         * os.texi (Command-Line Arguments): Update xref to emacs manual
1908         "Command Arguments" -> "Emacs Invocation", per change there.
1910 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
1912         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1913         be on one line to help makeinfo not render two spaces after the dot.
1915 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1917         * strings.texi (Predicates for Strings): Add string-or-null-p.
1919 2006-03-28  Kim F. Storm  <storm@cua.dk>
1921         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1922         remarks about systems that don't support fractional seconds.
1924 2006-03-25  Karl Berry  <karl@gnu.org>
1926         * elisp.texi: Use @copyright{} instead of (C), and do not indent
1927         the year list.
1929 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1931         * display.texi (Fringe Indicators): Fix typos.
1933 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1935         * tips.texi (Documentation Tips): One can now also write `program'
1936         in front of a quoted symbol in a docstring to prevent making a
1937         hyperlink.
1939 2006-03-19  Alan Mackenzie  <acm@muc.de>
1941         * text.texi (Special Properties): Clarify `fontified' property.
1943 2006-03-16  Richard Stallman  <rms@gnu.org>
1945         * display.texi (Defining Images): Minor cleanup.
1947 2006-03-16  Bill Wohler  <wohler@newt.com>
1949         * display.texi (Defining Images): In image-load-path-for-library,
1950         prefer user's images.
1952 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1954         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1956 2006-03-15  Bill Wohler  <wohler@newt.com>
1958         * display.texi (Defining Images): Fix example in
1959         image-load-path-for-library by not recommending that one binds
1960         image-load-path.  Just defvar it to placate compiler and only use
1961         it if previously defined.
1963 2006-03-14  Bill Wohler  <wohler@newt.com>
1965         * display.texi (Defining Images): In image-load-path-for-library,
1966         always return list of directories.  Update example.
1968 2006-03-14  Alan Mackenzie  <acm@muc.de>
1970         * modes.texi: New node, "Region to Fontify" (for Font Lock).
1971         This describes font-lock-extend-region-function.
1972         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
1973         the new node "Region to Fontify".
1975 2006-03-13  Richard Stallman  <rms@gnu.org>
1977         * display.texi (Invisible Text): The impossible position is
1978         now before the invisible text, not after.
1979         (Defining Images): Clean up last change.
1981 2006-03-11  Bill Wohler  <wohler@newt.com>
1983         * display.texi (Defining Images): Add image-load-path-for-library.
1985 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1987         * text.texi (Adaptive Fill): Fix Texinfo usage.
1989         * strings.texi (Creating Strings): Fix Texinfo usage.
1991         * searching.texi (Regexp Special): Use @samp for regular
1992         expressions that are not in Lisp syntax.
1994 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1996         * searching.texi (Regexp Special): Put remark between parentheses
1997         to avoid misreading.
1999 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
2001         * searching.texi (Syntax of Regexps): More accurately describe
2002         which characters are special in which situations.
2003         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2004         are not special.  Describe in detail when `[' and `]' are special.
2005         (Regexp Backslash): Plenty of regexps with unbalanced square
2006         brackets are valid, so reword that statement.
2008 2006-03-02  Kim F. Storm  <storm@cua.dk>
2010         * keymaps.texi (Tool Bar): Add tool-bar-border.
2012 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
2014         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
2016 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
2018         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2020         * files.texi (Locating Files): Suggest additional values for the
2021         SUFFIXES arg of `locate-file'.  Update pxref.
2023         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2024         (How Programs Do Loading): Discuss the effects of Auto Compression
2025         mode on `load'.
2026         (Load Suffixes): New node.
2027         (Library Search): Delete description of `load-suffixes'; it was
2028         moved to "Load Suffixes".
2029         (Autoload, Named Features): Mention `load-suffixes'.
2031 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2033         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2035         * windows.texi (Window Tree): Fix typo.
2037 2006-02-20  Kim F. Storm  <storm@cua.dk>
2039         * display.texi (Fringe Indicators): New section.
2040         Move indicate-empty-lines, indicate-buffer-boundaries, and
2041         default-indicate-buffer-boundaries here.
2042         Add fringe-indicator-alist and default-fringes-indicator-alist.
2043         Add list of logical fringe indicator symbols.
2044         Update list of standard bitmap names.
2045         (Fringe Cursors): New section.
2046         Move overflow-newline-into-fringe here.
2047         Add fringe-cursor-alist and default-fringes-cursor-alist.
2048         Add list of fringe cursor symbols.
2050 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2052         * commands.texi (Using Interactive): Fix reference to node
2053         "Minibuffers".
2055 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2057         * minibuf.texi (High-Level Completion):
2058         Add xref to read-input-method-name.
2060         * files.texi (Relative File Names): Move file-relative-name here.
2061         (File Name Expansion): From here.  Minor clarifications.
2063         * commands.texi (Using Interactive): Add xrefs about reading input.
2064         Clarify remarks about that moving point and mark.
2065         Put string case before list case.
2067 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2069         * display.texi (Other Display Specs, Image Descriptors):
2070         Revert erroneous changes.  The previous description of
2071         image-descriptors as `(image . PROPS)' was correct.
2073 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2075         * variables.texi (File Local Variables): Clarifications.
2077 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2079         * variables.texi (File Local Variables): Use @code for a cons
2080         cell, not @var.
2082 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2084         * variables.texi (File Local Variables): Document new file local
2085         variable behavior.
2087 2006-02-10  Kim F. Storm  <storm@cua.dk>
2089         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2091 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
2093         * modes.texi (%-Constructs): Remove obsolete info about
2094         `global-mode-string'.
2096 2006-02-07  Richard M. Stallman  <rms@gnu.org>
2098         * commands.texi (Prefix Command Arguments): Minor cleanup.
2100         * display.texi: "Graphical display", not window system.
2102         * functions.texi (What Is a Function): Fix xref.
2104         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2105         (Changing Key Bindings): Clarify when remapping is better than
2106         substitute-key-definition.
2108 2006-02-02  Richard M. Stallman  <rms@gnu.org>
2110         * minibuf.texi (Basic Completion): Completion alists are risky.
2112         * keymaps.texi (Active Keymaps): Clarifications.
2113         (Searching Keymaps): New node.
2114         (Keymaps): Update menu.
2116         * frames.texi (Layout Parameters): Minor clarification.
2117         (Drag and Drop): New node.
2118         (Frames): Update menu.
2120 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
2122         * display.texi (Other Display Specs, Image Descriptors):
2123         Image description is a list, not a cons cell.
2125 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
2127         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
2128         list is not necessarily a list).
2130 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2132         * frames.texi (Layout Parameters): border-width and
2133         internal-border-width belong to the frame, not the window.
2135 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2137         * nonascii.texi (Translation of Characters): Search cmds use
2138         translation-table-for-input.  Automatically made local.
2140         * markers.texi (Overview of Markers): Count insertion type
2141         as one of a marker's attributes.
2143         * keymaps.texi (Controlling Active Maps): New node, split out of
2144         Active Keymaps.
2145         (Keymaps): Menu updated.
2146         (Active Keymaps): Give pseudocode to explain how the active
2147         maps are searched.  current-active-maps and key-binding moved here.
2148         (Functions for Key Lookup): current-active-maps and key-binding moved.
2149         Clarifications.
2150         (Searching the Keymaps): New subnode.
2152         * elisp.texi (Top): Menu clarification.
2154         * display.texi (Other Display Specs): Delete duplicate entry for
2155         just a string as display spec.  Move text about recursive display
2156         specs on such a string.
2158         * commands.texi (Key Sequence Input): Clarify.
2159         Move num-nonmacro-input-events out.
2160         (Reading One Event): num-nonmacro-input-events moved here.
2162 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
2164         * advice.texi (Simple Advice): Update example to fit argument
2165         change in previous-line.
2167 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2169         * markers.texi (The Mark): Fix in `mark'.
2171 2006-01-04  Richard M. Stallman  <rms@gnu.org>
2173         * processes.texi (Misc Network, Make Network): Minor cleanups.
2175 2006-01-04  Kim F. Storm  <storm@cua.dk>
2177         * processes.texi (Make Network): Add IPv6 addresses and handling.
2178         (Network Feature Testing): Mention (:family ipv6).
2179         (Misc Network): Add IPv6 formats to format-network-address.
2181 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2183         * text.texi (Changing Properties):
2184         Don't use return value of set-text-properties.
2186 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2188         * modes.texi (Mode Line Format): Correct typo in menu.
2190 2005-12-29  Richard M. Stallman  <rms@gnu.org>
2192         * modes.texi (Mode Line Top): New node.
2193         (Mode Line Data): Some text moved to new node.
2194         Explain the data structure more concretely.
2195         (Mode Line Basics): Clarifications.
2196         (Mode Line Variables): Clarify intro paragraph.
2197         (%-Constructs): Clarify intro paragraph.
2198         (Mode Line Format): Update menu.
2200 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2202         * minibuf.texi (Basic Completion): Update lazy-completion-table
2203         examples for removal of ARGS argument.
2205 2005-12-23  Richard M. Stallman  <rms@gnu.org>
2207         * text.texi (Undo): Restore some explanation from the version
2208         that was deleted.
2210 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
2212         * text.texi (Undo): Remove duplicate descriptions of `apply
2213         funname' and `apply delta' elements of the undo list.
2215 2005-12-20  Richard M. Stallman  <rms@gnu.org>
2217         * help.texi (Help Functions): Update documentation of `apropos'.
2219 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
2221         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
2222         because it is confusing.  If the :help-echo keyword is a function,
2223         it is not directly used as the :help-echo overlay property, as the
2224         xref seems to suggest (it does not take the appropriate args).
2226 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
2228         * customize.texi (Common Keywords): Fix Texinfo usage.
2229         (Group Definitions, Variable Definitions): Update for new
2230         conventions for using `*' in docstrings.
2232         * tips.texi (Documentation Tips): Update for new conventions for
2233         using `*' in docstrings.
2235 2005-12-16  Richard M. Stallman  <rms@gnu.org>
2237         * minibuf.texi (Minibuffer Contents): Minor cleanup.
2239 2005-12-16  Juri Linkov  <juri@jurta.org>
2241         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
2243 2005-12-14  Romain Francoise  <romain@orebokech.com>
2245         * modes.texi (Customizing Keywords): Rename `append' to `how'.
2246         Fix typo.
2248 2005-12-11  Juri Linkov  <juri@jurta.org>
2250         * minibuf.texi (Completion Commands): Add mention of read-file-name
2251         for filename completion keymaps.
2252         (Reading File Names): Add mention of filename completion keymaps
2253         for read-file-name and xref to `Completion Commands'.
2255 2005-12-10  Richard M. Stallman  <rms@gnu.org>
2257         * customize.texi (Common Keywords): State caveats for use of :tag.
2259 2005-12-08  Richard M. Stallman  <rms@gnu.org>
2261         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2262         with xrefs and better explanation.
2263         (Completion Commands): Add the filename completion maps.
2265         * objects.texi (Character Type): Clarify that \s is not space
2266         if a dash follows.
2268 2005-12-05  Richard M. Stallman  <rms@gnu.org>
2270         * windows.texi (Resizing Windows): Delete preserve-before args.
2272 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2274         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2275         in full keymaps, since the quirk has been fixed.
2277 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2279         * hooks.texi (Standard Hooks): Add index entries.  Mention
2280         `compilation-finish-functions'.
2282 2005-11-27  Richard M. Stallman  <rms@gnu.org>
2284         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2286 2005-11-21  Juri Linkov  <juri@jurta.org>
2288         * customize.texi (Common Keywords): Update links types
2289         custom-manual and url-link.  Add link types emacs-library-link,
2290         file-link, function-link, variable-link, custom-group-link.
2292 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
2294         * display.texi: Revert 2005-11-20 change.
2296 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
2298         * processes.texi (Bindat Functions):
2299         Say "third" to refer to zero-based index "2".
2301 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
2303         * loading.texi (Library Search): Update the default value of
2304         `load-suffixes'.
2306 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2308         * display.texi (Attribute Functions): Mention :ignore-defface.
2310 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
2313         (Minor Mode Conventions): Mention the use of a hook.
2315 2005-11-06  Richard M. Stallman  <rms@gnu.org>
2317         * files.texi (Magic File Names): find-file-name-handler checks the
2318         `operations' property of the handler.
2320 2005-11-03  Richard M. Stallman  <rms@gnu.org>
2322         * variables.texi (Frame-Local Variables): Small clarification.
2324 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
2326         * os.texi (Init File): Document ~/.emacs.d/init.el.
2328 2005-10-29  Richard M. Stallman  <rms@gnu.org>
2330         * internals.texi (Garbage Collection): Document memory-full.
2332 2005-10-28  Bill Wohler  <wohler@newt.com>
2334         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
2335         for URLs.
2337 2005-10-28  Richard M. Stallman  <rms@gnu.org>
2339         * minibuf.texi (Completion Commands): Clean up prev change.
2341 2005-10-26  Kevin Ryde  <user42@zip.com.au>
2343         * compile.texi (Eval During Compile): Explain recommended uses
2344         of eval-when-compile and eval-and-compile.
2346 2005-10-27  Masatake YAMATO  <jet@gyve.org>
2348         * minibuf.texi (Completion Commands):
2349         Write about new optional argument for `display-completion-list'.
2351 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2353         * display.texi (Overlay Arrow): Clarify about local bindings of
2354         overlay-arrow-position.
2356 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
2358         * internals.texi (Building Emacs): Fix last change.
2360 2005-10-22  Richard M. Stallman  <rms@gnu.org>
2362         * internals.texi (Building Emacs): Document eval-at-startup.
2364 2005-10-21  Richard M. Stallman  <rms@gnu.org>
2366         * loading.texi (Where Defined): load-history contains abs file names.
2367         symbol-file returns abs file names.
2369 2005-10-19  Kim F. Storm  <storm@cua.dk>
2371         * display.texi (Showing Images): Add max-image-size integer value.
2373 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2375         * display.texi (Showing Images): Document max-image-size.
2377 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2379         * commands.texi (Quitting): Minor clarification.
2381         * processes.texi (Sentinels): Clarify about output and quitting.
2382         (Filter Functions): Mention with-local-quit.
2384 2005-10-17  Juri Linkov  <juri@jurta.org>
2386         * buffers.texi (Current Buffer):
2387         * commands.texi (Event Input Misc):
2388         * compile.texi (Eval During Compile, Compiler Errors):
2389         * customize.texi (Group Definitions):
2390         * display.texi (Progress, Defining Faces):
2391         * files.texi (Writing to Files):
2392         * modes.texi (Mode Hooks, Defining Minor Modes):
2393         * streams.texi (Output Functions):
2394         * syntax.texi (Syntax Table Functions):
2395         * text.texi (Change Hooks):
2396         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2398         * commands.texi (Quitting): Replace arg `forms' with `body' in
2399         `with-local-quit'.
2401         * positions.texi (Excursions): Replace arg `forms' with `body' in
2402         `save-excursion'.
2404 2005-10-08  Kim F. Storm  <storm@cua.dk>
2406         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2407         Rename manual section accordingly.
2409 2005-10-04  Kim F. Storm  <storm@cua.dk>
2411         * windows.texi (Window Split Tree): New section describing
2412         new function window-split-tree function.
2414 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
2416         * display.texi (Fringe Size/Pos): Simplify and add detail.
2418 2005-09-30  Romain Francoise  <romain@orebokech.com>
2420         * minibuf.texi (High-Level Completion): Explain that the prompt
2421         given to `read-buffer' should end with a colon and a space.
2422         Update usage examples.
2424 2005-09-29  Juri Linkov  <juri@jurta.org>
2426         * display.texi (Displaying Messages): Rename argument name
2427         `string' to `format-string' in functions `message', `message-box',
2428         `message-or-box'.
2430 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
2432         * errors.texi (Standard Errors): Correct xrefs.
2434 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
2436         * display.texi (Defining Images): Update documentation for
2437         `image-load-path'.
2439 2005-09-17  Richard M. Stallman  <rms@gnu.org>
2441         * display.texi (Defining Images): Clean up previous change.
2443 2005-09-16  Romain Francoise  <romain@orebokech.com>
2445         * elisp.texi: Specify GFDL version 1.2.
2447         * doclicense.texi (GNU Free Documentation License): Update to
2448         version 1.2.
2450 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2452         * display.texi (Defining Images): Document `image-load-path'.
2454 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2456         * objects.texi (Printed Representation): Minor cleanup.
2457         (Box Diagrams): Minor fix.
2458         (Cons Cell Type): Move (...) index item here.
2459         (Box Diagrams): From here.
2460         (Array Type): Minor fix.
2461         (Type Predicates): Delete index "predicates".
2462         (Hash Table Type): Clarify xref.
2463         (Dotted Pair Notation): Minor fix.
2465 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
2467         * files.texi (Saving Buffers): Fix typo.
2469 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2471         * tips.texi (Programming Tips): Correct the "default" prompt spec.
2473 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2475         * locals.texi (Standard Buffer-Local Variables): Don't include
2476         mode variables for minor modes.
2477         Fix xrefs for buffer-display-count, buffer-display-table,
2478         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2479         enable-multibyte-characters, fill-column, header-line-format,
2480         left-fringe-width, left-margin, and right-fringe-width.
2482         * hooks.texi (Standard Hooks): All hooks should conform to the
2483         standard naming convention now.
2484         Fix xref for `echo-area-clear-hook'.
2486         * display.texi (Usual Display): Note that indicate-empty-lines and
2487         tab-width are buffer-local.
2489         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2491         * modes.texi (Mode Help): Note that major-mode is buffer-local.
2493         * nonascii.texi (Encoding and I/O): Note that
2494         buffer-file-coding-system is buffer-local.
2496         * positions.texi (List Motion): Note that defun-prompt-regexp is
2497         buffer-local.
2499         * text.texi (Auto Filling): Note that auto-fill-function is
2500         buffer-local.
2501         (Undo): Note that buffer-undo-list is buffer-local.
2503         * windows.texi (Buffers and Windows): Document
2504         buffer-display-count.
2506 2005-09-06  Richard M. Stallman  <rms@gnu.org>
2508         * tips.texi (Coding Conventions): Sometimes it is ok to put the
2509         package prefix elsewhere than at the start of the name.
2511 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2513         * tips.texi (Programming Tips): Add conventions for minibuffer
2514         questions and prompts.
2516 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
2518         * intro.texi (nil and t): Minor cleanup.
2519         Delete spurious mention of keyword symbols.
2520         (Evaluation Notation): Add index entry.
2521         (A Sample Function Description): Minor cleanup.
2522         (A Sample Variable Description): Not all vars can be set.
2524 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
2526         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2528         (Insertion): Document precise type of `insert-char' arg COUNT.
2530 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * modes.texi (Other Font Lock Variables): Sync the default of
2533         font-lock-lines-before.
2535 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2537         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2539 2005-08-29  Richard M. Stallman  <rms@gnu.org>
2541         * elisp.texi (Top): Update subnode menu.
2543         * searching.texi (Searching and Matching): Move node.
2544         Rearrange contents and add overall explanation.
2545         (Searching and Case): Move node.
2546         (Searching and Matching): Update menu.
2548 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2550         * os.texi (Startup Summary): Fix the description of the initial
2551         startup message display.
2553 2005-08-25  Richard M. Stallman  <rms@gnu.org>
2555         * searching.texi (Search and Replace): Add replace-regexp-in-string.
2557 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
2559         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2560         `next-overlay-change' example.
2562 2005-08-22  Juri Linkov  <juri@jurta.org>
2564         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2565         Fix invert-face.  Fix args of face-background.
2567         * display.texi (Standard Faces): Delete node.
2568         (Faces): Add xref to `(emacs)Standard Faces'.
2569         (Displaying Faces): Fix xref to `Standard Faces'.
2571         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2573 2005-08-20  Alan Mackenzie  <acm@muc.de>
2575         * buffers.texi (The Buffer List): Clarify the manipulation of the
2576         buffer list.
2578 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2580         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2581         a regexp.
2583 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2585         * elisp.texi (Top): Update subnode lists.
2587         * display.texi (Inverse Video): Node deleted.
2589         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2590         New nodes split out of Coding Conventions.
2592         * searching.texi (Regular Expressions): Document re-builder.
2594         * os.texi (Time Parsing): New node split out of Time Conversion.
2596         * processes.texi (Misc Network, Network Feature Testing)
2597         (Network Options, Make Network): New nodes split out of
2598         Low-Level Network.
2600 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2602         * frames.texi (Geometry): New node, split from Size and Position.
2603         (Frame Parameters): Refer to Geometry.
2605         * buffers.texi (The Buffer List): Fix xrefs.
2607         * windows.texi (Splitting Windows): Fix xref.
2609         * frames.texi (Layout Parameters): Add xref.
2611         * display.texi (Line Height, Scroll Bars): Fix xrefs.
2613         * keymaps.texi (Menu Bar): Fix xref.
2615         * locals.texi (Standard Buffer-Local Variables): Fix xref.
2617         * modes.texi (%-Constructs): Fix xref.
2619         * frames.texi (Window Frame Parameters): Node split up.
2620         (Basic Parameters, Position Parameters, Size Parameters)
2621         (Layout Parameters, Buffer Parameters, Management Parameters)
2622         (Cursor Parameters, Color Parameters): New subnodes.
2624 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2626         * positions.texi (Screen Lines): Update xref for previous change
2627         in minibuf.texi.
2629         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2630         change in minibuf.texi.
2632 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2634         * tips.texi (Coding Conventions): Minor cleanup.
2636         * modes.texi (Defining Minor Modes): Explain when init-value
2637         can be non-nil.
2639         * elisp.texi (Top): Update submenu for Minibuffer.
2641         * minibuf.texi (Minibuffer Misc): Node split up.
2642         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2643         (Recursive Mini): New nodes split out from Minibuffer Misc.
2644         (Minibuffer Misc): Document max-mini-window-height.
2646         * hash.texi (Defining Hash): Delete stray paren in example.
2648         * display.texi (Echo Area Customization): Don't define
2649         max-mini-window-height here; xref instead.
2651         * commands.texi (Event Input Misc): Update while-no-input.
2653         * advice.texi (Advising Functions): Explain when to use advice
2654         and when to use a hook.
2656 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2658         * makefile.w32-in (info): Don't run install-info.
2659         ($(infodir)/dir): New target, produced by running install-info.
2661 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
2663         * modes.texi (Defining Minor Modes): The keyword for the initial
2664         value is :init-value, not :initial-value.
2666 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
2668         * loading.texi (Autoload): Make the `doctor' example be consistent
2669         with what's in current loaddefs.el.  Describe the "fn" magic in
2670         the usage portion of the doc string.
2672 2005-07-22  Richard M. Stallman  <rms@gnu.org>
2674         * internals.texi (Garbage Collection): Clarify previous change.
2676 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * internals.texi (Garbage Collection): Add gc-cons-percentage.
2680 2005-07-18  Juri Linkov  <juri@jurta.org>
2682         * commands.texi (Accessing Events):
2683         * frames.texi (Text Terminal Colors, Resources):
2684         * markers.texi (The Mark):
2685         * modes.texi (Defining Minor Modes):
2686         Delete duplicate duplicate words.
2688 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2690         * display.texi (Managing Overlays): Clarify make-overlay
2691         args for insertion types.
2693 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2695         * customize.texi (Variable Definitions):
2696         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
2697         `standard-value' is a list too.
2698         (Defining New Types): Use @key{RET} instead of @key{ret}.
2700 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2702         * os.texi (Translating Input): Fix typo.
2704 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2706         * README: Update edition number and size estimate.
2708         * elisp.texi (VERSION): Set to 2.9.
2710 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2712         * book-spine.texinfo: Update Emacs version.
2714         * display.texi (Inverse Video): Delete mode-line-inverse-video.
2716 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2718         * searching.texi (Regexp Search): Clarify what re-search-forward
2719         does when the search fails.
2721 2005-07-05  Lute Kamstra  <lute@gnu.org>
2723         * Update FSF's address in GPL notices.
2725         * doclicense.texi (GNU Free Documentation License):
2726         * gpl.texi (GPL):
2727         * tips.texi (Coding Conventions, Library Headers):
2728         * vol1.texi:
2729         * vol2.texi: Update FSF's address.
2731 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2733         * hooks.texi (Standard Hooks): Add occur-hook.
2735 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2737         * display.texi (The Echo Area): Correct menu.
2739 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2741         * elisp.texi (Top): Update subnode menu for Display.
2743         * display.texi (Displaying Messages): New node, with most
2744         of what was in The Echo Area.
2745         (Progress): Moved under The Echo Area.
2746         (Logging Messages): New node with new text.
2747         (Echo Area Customization): New node, the rest of what was
2748         in The Echo Area.  Document message-truncate-lines with @defvar.
2749         (Display): Update menu.
2751         * windows.texi (Textual Scrolling): Doc 3 values for
2752         scroll-preserve-screen-position.
2754         * text.texi (Special Properties): Change hook functions
2755         should bind inhibit-modification-hooks around altering buffer text.
2757         * keymaps.texi (Key Binding Commands): Call binding BINDING
2758         rather than DEFINITION.
2760 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2762         * variables.texi (Defining Variables): `user-variable-p' returns t
2763         for aliases of user options, nil for alias loops.
2765 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2767         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2768         make-keymap.
2770 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2772         * variables.texi (Setting Variables): Correct and clarify
2773         description of `add-to-ordered-list'.
2775 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2777         * display.texi (Faces): Minor cleanup.
2779 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2781         * display.texi (Faces): `facep' returns t for strings that are
2782         face names.
2784 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2786         * objects.texi (Equality Predicates): Clarify meaning of equal.
2788         * windows.texi (Selecting Windows): save-selected-window
2789         and with-selected-window save and restore the current buffer.
2791 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2793         * numbers.texi (Float Basics): Explain how to test for NaN,
2794         and printing the sign of NaNs.
2796 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2798         * makefile.w32-in (MAKEINFO): Use --force.
2800 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2802         * display.texi (Face Functions): Correct Texinfo usage.
2804 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2806         * lists.texi (Rings): `ring-elements' now returns the elements of
2807         RING in order.
2809 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2811         * markers.texi (The Mark): Texinfo usage fix.
2813 2005-06-23  Kim F. Storm  <storm@cua.dk>
2815         * searching.texi (Entire Match Data): Remove evaporate option for
2816         match-data.  Do not mention evaporate option for set-match-data.
2818 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2820         * display.texi (Face Functions): Mention face aliases.
2822 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2824         * anti.texi (Antinews): Texinfo usage fix.
2826 2005-06-21  Karl Berry  <karl@gnu.org>
2828         * elisp.texi: Use @copying.
2830         * elisp.texi: Put @summarycontents and @contents before the Top
2831         node, instead of the end of the file, so that the contents appear
2832         in the right place in the dvi/pdf output.
2834 2005-06-21  Juri Linkov  <juri@jurta.org>
2836         * display.texi (Defining Faces): Add `customized-face'.
2838 2005-06-20  Kim F. Storm  <storm@cua.dk>
2840         * variables.texi (Setting Variables): Any type of element can be
2841         given order in add-to-ordered-list.  Compare elements with eq.
2843         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2845 2005-06-20  Karl Berry  <karl@gnu.org>
2847         * syntax.texi (Syntax Flags): Make last column very slightly wider
2848         to avoid "generic comment" breaking on two lines and causing an
2849         underfull box.
2851 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2853         * lists.texi (Rings): Various minor clarifications and corrections.
2855 2005-06-18  Richard M. Stallman  <rms@gnu.org>
2857         * functions.texi (Obsolete Functions): Simplify.
2859         * variables.texi (Variable Aliases): Simplify.
2861         * anti.texi, backups.texi, compile.texi, customization.texi:
2862         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2863         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2864         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2865         * variables.texi: Fix formatting ugliness.
2867         * elisp.texi: Add links to Rings and Byte Packing.
2868         Update version and copyright years.
2870         * minibuf.texi: Fix formatting ugliness.
2871         (Completion Commands): Move keymap vars to the end
2872         and vars completing-read binds to the top.
2874 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2876         * processes.texi: Fix typos.
2877         (Bindat Spec): Correct Texinfo error.
2878         (Byte Packing): Fix ungrammatical sentence.
2880 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
2882         * lists.texi (Rings): New node.
2883         (Lists): Add it to menu.
2885         * processes.texi (Byte Packing): New node.
2886         (Processes): Add it to menu.
2888 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2890         * syntax.texi (Parsing Expressions): Fix texinfo usage.
2892         * help.texi (Documentation Basics): Explain the xref to
2893         Documentation Tips.
2895         * debugging.texi (Debugger Commands): Minor fix.
2897 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
2899         * edebug.texi (Instrumenting): Eliminate duplicate link.
2900         (Specification List): Replace references to "below", referring to
2901         a later node, with one @ref to that node.
2903         * os.texi (Timers): Timers should save and restore the match data
2904         if they change it.
2906         * debugging.texi (Debugger Commands): Mention that the Lisp
2907         debugger can not step through primitive functions.
2909 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2911         * functions.texi (Obsolete Functions): Update argument names of
2912         `make-obsolete' and `define-obsolete-function-alias'.
2914         * variables.texi (Variable Aliases): Update argument names of
2915         `defvaralias', `make-obsolete-variable' and
2916         `define-obsolete-variable-alias'.
2918 2005-06-15  Kim F. Storm  <storm@cua.dk>
2920         * searching.texi (Entire Match Data): Rephrase warnings about
2921         evaporate arg to match-data and set-match-data.
2923 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2925         * elisp.texi (Top): Update detailed menu.
2927         * edebug.texi (Edebug): Update menu.
2928         (Instrumenting): Update xrefs.
2929         (Edebug Execution Modes): Correct xref.
2930         (Jumping): Clarify description of `h' command.
2931         Eliminate redundant @ref.
2932         (Breaks): New node.
2933         (Breakpoints): Is now a subsubsection.
2934         (Global Break Condition): Mention `C-x X X'.
2935         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
2936         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2937         (Edebug Display Update): Correct pxref.
2938         (Edebug and Macros): New node.
2939         (Instrumenting Macro Calls): Is now a subsubsection.
2940         Neither arg of `def-edebug-spec' is evaluated.
2941         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2942         (Specification Examples): Fix typo.
2944 2005-06-14  Lute Kamstra  <lute@gnu.org>
2946         * debugging.texi (Function Debugging): Primitives can break on
2947         entry too.
2949 2005-06-14  Kim F. Storm  <storm@cua.dk>
2951         * variables.texi (Setting Variables): Add add-to-ordered-list.
2953 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2955         * syntax.texi (Parsing Expressions): Document aux functions and vars of
2956         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2958 2005-06-13  Lute Kamstra  <lute@gnu.org>
2960         * text.texi (Special Properties): Fix cross reference.
2962 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2964         * debugging.texi (Function Debugging): Delete mention of empty
2965         string argument to `cancel-debug-on-entry'.  Delete inaccurate
2966         description of the return value of that command.
2968 2005-06-11  Alan Mackenzie  <acm@muc.de>
2970         * text.texi (Adaptive Fill): Amplify the description of
2971         fill-context-prefix.
2973 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2975         * syntax.texi (Parsing Expressions): Fix Texinfo error.
2977 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         * syntax.texi (Parsing Expressions): Document syntax-ppss.
2981 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2983         * debugging.texi (Error Debugging): Minor rewording.
2984         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2985         is optional.
2987 2005-06-10  Lute Kamstra  <lute@gnu.org>
2989         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
2990         (Top): Give it a title.  Correct version number.  Give the
2991         detailed node listing a more prominent header.
2992         * intro.texi: Don't set VERSION here a second time.
2993         Mention Emacs's version too.
2994         * anti.texi (Antinews): Use EMACSVER to refer to the current
2995         version of Emacs.
2997 2005-06-09  Kim F. Storm  <storm@cua.dk>
2999         * searching.texi (Entire Match Data): Explain new `reseat' argument to
3000         match-data and set-match-data.
3002 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3004         * searching.texi (Entire Match Data): Clarify when match-data
3005         returns markers and when integers.
3007         * display.texi (Defining Faces): Explain that face name should not
3008         end in `-face'.
3010         * modes.texi (Mode Line Data): Minor cleanup.
3011         (Customizing Keywords): Node split out of Search-based Fontification.
3012         Add example of using font-lock-add-keywords from a hook.
3013         Clarify when MODE should be non-nil, and when nil.
3015 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3017         * modes.texi (Mode Line Data): Explain what happens when the car
3018         of a list is a void symbol.
3019         (Search-based Fontification): Explain MODE arg to
3020         font-lock-add-keywords and warn about calls from major modes.
3022 2005-06-08  Juri Linkov  <juri@jurta.org>
3024         * display.texi (Standard Faces): Add `shadow' face.
3026 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3028         * modes.texi (Major Mode Conventions): A derived mode only needs
3029         to put the call to the parent mode inside `delay-mode-hooks'.
3031 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3033         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3034         new, and what that implies.  Clarify.
3036         * files.texi (Locating Files): Clean up the text.
3038         * frames.texi (Window Frame Parameters): Document user-size.
3039         Shorten entry for top by referring to left.
3041 2005-05-26  Richard M. Stallman  <rms@gnu.org>
3043         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
3044         is new, and what the implications are.  Other clarifications.
3046 2005-05-24  Richard M. Stallman  <rms@gnu.org>
3048         * frames.texi (Dialog Boxes): Minor fixes.
3050 2005-05-25  Masatake YAMATO  <jet@gyve.org>
3052         * display.texi (Standard Faces): Write about `mode-line-highlight'.
3054 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3056         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3057         is optional.
3059 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3061         * frames.texi (Dialog Boxes): Descibe new optional argument.
3063 2005-05-23  Lute Kamstra  <lute@gnu.org>
3065         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3066         syntax-begin-function over font-lock-beginning-of-syntax-function.
3068 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3070         * minibuf.texi (Reading File Names): Update description of
3071         `read-directory-name'.
3073         * modes.texi (Derived Modes): Clarify :group keyword.
3075 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3077         * files.texi (Locating Files): New subsection.
3078         Describe locate-file and executable-find.
3080 2005-05-21  Kevin Ryde  <user42@zip.com.au>
3082         * frames.texi (Initial Parameters): Update cross reference to
3083         "Emacs Invocation".
3085 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3087         * keymaps.texi (Active Keymaps): Add anchor.
3089         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3090         (Major Mode Conventions): Refer to `Auto Major Mode' in more
3091         appropriate place.
3092         (Derived Modes): Small clarifications.
3093         (Minor Mode Conventions, Keymaps and Minor Modes):
3094         Replace references to nodes with references to anchors.
3095         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3096         Clarify description of lists whose first element is an integer.
3097         (Mode Line Variables): Add anchor.
3098         (%-Constructs): Clarify description of integer after %.
3099         (Emulating Mode Line): Describe nil value for FACE.
3101 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3103         * modes.texi (Derived Modes): Correct references to non-existing
3104         variable standard-syntax-table.
3106 2005-05-17  Lute Kamstra  <lute@gnu.org>
3108         * modes.texi (Defining Minor Modes): Mention the mode hook.
3110 2005-05-15  Kim F. Storm  <storm@cua.dk>
3112         * processes.texi (Network): Remove open-network-stream-nowait.
3113         (Network Servers): Remove open-network-stream-server.
3115 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
3117         * elisp.texi (Top): Update detailed menu.
3119         * variables.texi: Reorder nodes.
3120         (Variables): Update menu.
3121         (File Local Variables): Do not refer to the `-*-' line as
3122         a "local variables list".  Add pxref.
3124 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3126         * elisp.texi (Top): Update detailed menu for node changes.
3128         * modes.texi (Modes): Update Menu.
3129         (Hooks): Move to beginning of chapter.
3130         Most minor modes run mode hooks too.
3131         `add-hook' can handle void hooks or hooks whose value is a single
3132         function.
3133         (Major Modes): Update Menu.
3134         (Major Mode Basics): New node, split off from `Major Modes'.
3135         (Major Mode Conventions): Correct xref.  Explain how to handle
3136         auto-mode-alist if the major mode command has an autoload cookie.
3137         (Auto Major Mode): Major update.  Add magic-mode-alist.
3138         (Derived Modes): Major update.
3139         (Mode Line Format): Update Menu.
3140         (Mode Line Basics): New node, split off from `Mode Line Format'.
3142         * loading.texi (Autoload): Mention `autoload cookie' as synonym
3143         for `magic autoload comment'.  Add index entries and anchor.
3145 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3147         * tips.texi (Coding Conventions): Explain how important it is
3148         that just loading certain files not change Emacs behavior.
3150         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
3152 2005-05-12  Lute Kamstra  <lute@gnu.org>
3154         * modes.texi (Generic Modes): Update.
3155         (Major Modes): Refer to node "Generic Modes".
3157         * elisp.texi (Top): Update to the current structure of the manual.
3158         * processes.texi (Processes): Add menu description.
3159         * customize.texi (Customization): Add menu descriptions.
3161 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3163         * processes.texi (Signals to Processes)
3164         (Low-Level Network): Fix typos.
3166 2005-05-11  Lute Kamstra  <lute@gnu.org>
3168         * elisp.texi (Top): Add some nodes from the chapter "Major and
3169         Minor Modes" to the detailed node listing.
3171 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3173         * keymaps.texi (Extended Menu Items): Menu item filter functions
3174         can be called at any time.
3176 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
3178         * variables.texi (File Local Variables): `(hack-local-variables t)'
3179         now also checks whether a mode is specified in the local variables
3180         list.
3182 2005-05-05  Kevin Ryde  <user42@zip.com.au>
3184         * display.texi (The Echo Area): Correct format function cross
3185         reference.
3187 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3189         * variables.texi (Variable Aliases): Change description of
3190         `define-obsolete-variable-alias'.
3192         * functions.texi (Functions): Add "Obsolete Functions" to menu.
3193         (Defining Functions): Add xref.
3194         (Obsolete Functions): New node.
3195         (Function Safety): Standardize capitalization of section title.
3197         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
3198         (Dialog Boxes): Complete description of `x-popup-dialog'.
3200 2005-05-04  Richard M. Stallman  <rms@gnu.org>
3202         * commands.texi (Interactive Codes): Fix Texinfo usage.
3203         Document U more clearly.
3205 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3207         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
3208         function and not a macro.
3210         * frames.texi (Pop-Up Menus): Correct and clarify description of
3211         `x-popup-menu'.
3212         (Dialog Boxes): Clarify description of `x-popup-dialog'.
3214 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3216         * edebug.texi (Checking Whether to Stop): Fix previous change.
3218 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3220         * display.texi: Fix typos and Texinfo usage.
3222         * edebug.texi (Checking Whether to Stop): executing-macro ->
3223         executing-kbd-macro.
3225 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3227         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
3229 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3231         * files.texi (Magic File Names): Document `operations' property.
3233 2005-04-29  Lute Kamstra  <lute@gnu.org>
3235         * modes.texi (Generic Modes): New node.
3236         (Major Modes): Add it to the menu.
3237         (Derived Modes): Add "derived mode" to concept index.
3239 2005-04-28  Lute Kamstra  <lute@gnu.org>
3241         * modes.texi (Defining Minor Modes): Fix previous change.
3242         (Font Lock Mode): Simplify.
3243         (Font Lock Basics): Say that font-lock-defaults is buffer-local
3244         when set and that some parts are optional.  Add cross references.
3245         (Search-based Fontification): Say how to specify font-lock-keywords.
3246         Add cross references.  Add font-lock-multiline to index.
3247         Move font-lock-keywords-case-fold-search here from node "Other Font
3248         Lock Variables".  Document font-lock-add-keywords and
3249         font-lock-remove-keywords.
3250         (Other Font Lock Variables): Move font-lock-keywords-only,
3251         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3252         and font-lock-syntactic-face-function to node "Syntactic Font
3253         Lock".  Move font-lock-keywords-case-fold-search to node
3254         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
3255         and font-lock-{,un}fontify-{buffer,region}-function.
3256         (Precalculated Fontification): Remove reference to deleted variable
3257         font-lock-core-only.
3258         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3259         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
3260         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3261         and font-lock-syntactic-face-function here from node "Other Font
3262         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
3263         Syntax Properties".  Add cross references.
3264         (Setting Syntax Properties): New node.
3265         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
3266         * syntax.texi (Syntax Properties): Add cross reference.
3267         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3269 2005-04-26  Richard M. Stallman  <rms@gnu.org>
3271         * display.texi (Defining Faces):
3272         Document `default' elements of defface spec.
3274         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3276         * variables.texi (Variable Aliases): Clarify text.
3278 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
3280         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3282 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
3284         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3286 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
3288         * syntax.texi (Syntax Table Internals): Elaborate documentation of
3289         syntax-after and syntax-class.
3291         * files.texi (Changing Files): Fix last change's cross-reference.
3292         (Unique File Names): Don't mention "numbers" in the documentation
3293         of make-temp-file and make-temp-name.
3295 2005-04-23  Richard M. Stallman  <rms@gnu.org>
3297         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
3299 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3301         * windows.texi (Cyclic Window Ordering): Clarify window-list.
3303 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
3305         * variables.texi (Variable Aliases): Describe make-obsolete-variable
3306         and define-obsolete-variable-alias.
3308 2005-04-22  Kim F. Storm  <storm@cua.dk>
3310         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
3311         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
3313 2005-04-21  Lute Kamstra  <lute@gnu.org>
3315         * lists.texi (Association Lists): Document rassq-delete-all.
3317 2005-04-19  Richard M. Stallman  <rms@gnu.org>
3319         * modes.texi (Search-based Fontification): Explain that
3320         facespec is an expression to be evaluated.
3322 2005-04-19  Kevin Ryde  <user42@zip.com.au>
3324         * streams.texi (Output Functions): Fix xref.
3325         * strings.texi (String Conversion): Fix xref.
3327 2005-04-19  Kim F. Storm  <storm@cua.dk>
3329         * symbols.texi (Symbol Plists): Add safe-get.
3330         Mention that `get' may signal an error.
3332 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
3334         * customize.texi (Variable Definitions): Replace tooltip-mode
3335         example with save-place.
3337 2005-04-17  Richard M. Stallman  <rms@gnu.org>
3339         * buffers.texi (Indirect Buffers): Clarify.
3341         * positions.texi (Positions): Clarify converting marker to integer.
3343         * strings.texi (String Basics): Mention string-match; clarify.
3345 2005-04-08  Lute Kamstra  <lute@gnu.org>
3347         * modes.texi (Search-based Fontification): Fix cross references.
3348         Use consistent terminology.  Document anchored highlighting.
3350 2005-04-05  Lute Kamstra  <lute@gnu.org>
3352         * modes.texi (Defining Minor Modes): Document :group keyword
3353         argument and its default value.
3355 2005-04-03  Lute Kamstra  <lute@gnu.org>
3357         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
3358         references and/or descriptions.  Delete major mode hooks; mention
3359         them as a category instead.  Rename or delete obsolete hooks.
3361 2005-04-02  Richard M. Stallman  <rms@gnu.org>
3363         * nonascii.texi (Coding System Basics): Another wording cleanup.
3365 2005-04-01  Richard M. Stallman  <rms@gnu.org>
3367         * nonascii.texi (Coding System Basics): Clarify previous change.
3369 2005-04-01  Kenichi Handa  <handa@m17n.org>
3371         * nonascii.texi (Coding System Basics): Describe about rondtrip
3372         identity of coding systems.
3374 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3376         * text.texi (Buffer Contents): Add filter-buffer-substring and
3377         buffer-substring-filters.
3379 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
3381         * anti.texi (Antinews): Mention `G' interactive code.
3383         * tips.texi (Compilation Tips): Mention benchmark.el.
3385 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3387         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3388         is now bound to M-o M-o.
3390         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3392 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3394         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3395         in the Emacs Manual).
3396         * Makefile.in (srcs): Remove calendar.texi.
3397         * makefile.w32-in (srcs): Remove calendar.texi.
3398         * display.texi (Display): Change name of next node.
3399         * os.texi (System In): Change name of previous node.
3400         * elisp.texi (Top): Remove Calendar references.
3401         * vol1.texi (Top): Remove Calendar references.
3402         * vol2.texi (Top): Remove Calendar references.
3404 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3406         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
3407         Cleanup previous change.
3409 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
3411         * display.texi (Face Attributes): Faces earlier in an :inherit
3412         list take precedence.
3413         (Scroll Bars): Fix description of vertical-scroll-bars.
3414         Document frame-current-scroll-bars and window-current-scroll-bars.
3416         * markers.texi (The Mark): Document temporary Transient Mark mode.
3418         * minibuf.texi (Reading File Names):
3419         Document read-file-name-completion-ignore-case.
3421         * positions.texi (Screen Lines): Document nil for width argument
3422         to compute-motion.
3424 2005-03-23  Kim F. Storm  <storm@cua.dk>
3426         * display.texi (Standard Faces): Other faces used in the fringe
3427         implicitly inherits from the fringe face.
3428         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3429         properties implicitly inherits from fringe face.
3430         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3432 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
3434         * display.texi (Invisible Text): State default value of
3435         line-move-ignore-invisible.
3436         (Managing Overlays): Document remove-overlays.
3437         (Standard Faces): Document escape-glyph face.
3439         * minibuf.texi (Reading File Names): Document read-file-name-function.
3441         * modes.texi (Other Font Lock Variables):
3442         Document font-lock-lines-before.
3444         * positions.texi (Skipping Characters): skip-chars-forward allows
3445         character classes.
3447 2005-03-18  Lute Kamstra  <lute@gnu.org>
3449         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3451 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3453         * text.texi (Undo): Document extensible undo entries.
3455         * searching.texi (String Search, Regexp Search, Regexp Search):
3456         Cleanups.
3458         * nonascii.texi (Character Codes): Minor fix.
3460         * display.texi (Display Property): Explain the significance
3461         of having text properties that are eq.
3462         (Other Display Specs): Explain string as display spec.
3464         * commands.texi (Interactive Codes): Document G option.
3466 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
3468         * text.texi (Filling): Add sentence-end-without-period and
3469         sentence-end-without-space.
3470         (Changing Properties): Minor fix.
3472         * anti.texi: Total rewrite.
3474 2005-03-15  Lute Kamstra  <lute@gnu.org>
3476         * edebug.texi (Instrumenting Macro Calls): Fix typos.
3478 2005-03-08  Kim F. Storm  <storm@cua.dk>
3480         * display.texi (Specified Space): Property :width is support on
3481         non-graphic terminals, :height is not.
3483 2005-03-07  Richard M. Stallman  <rms@gnu.org>
3485         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3486         Now subnodes of Fringes.
3487         (Overlay Arrow): Document overlay-arrow-variable-list.
3488         (Fringe Size/Pos): New node, broken out of Fringes.
3489         (Display): Explain clearing vs redisplay better.
3490         (Truncation): Clarify use of bitmaps.
3491         (The Echo Area): Clarify the uses of the echo area.
3492         Add max-mini-window-height.
3493         (Progress): Clarify.
3494         (Invisible Text): Explain that main loop moves point out.
3495         (Selective Display): Say "hidden", not "invisible".
3496         (Managing Overlays): Move up.  Describe relation to Undo here.
3497         (Overlay Properties): Clarify intro.
3498         (Finding Overlays): Explain return values when nothing found.
3499         (Width): truncate-string-to-width has added arg.
3500         (Displaying Faces): Clarify and update mode line face handling.
3501         (Face Functions): Minor cleanup.
3502         (Conditional Display): Merge into Other Display Specs.
3503         (Pixel Specification, Other Display Specs): Minor cleanups.
3504         (Images, Image Descriptors): Minor cleanups.
3505         (GIF Images): Patents have expired.
3506         (Showing Images): Explain default text for insert-image.
3507         (Manipulating Button Types): Merge into Manipulating Buttons.
3508         (Making Buttons): Explain return values.
3509         (Button Buffer Commands): Add xref.
3510         (Inverse Video): Update mode-line-inverse-video.
3511         (Display Table Format): Clarify.
3512         (Active Display Table): Give defaults for window-display-table.
3514         * calendar.texi (Calendar Customizing): calendar-holiday-marker
3515         and calendar-today-marker are strings, not chars.
3516         (Holiday Customizing): Minor fix.
3518         * internals.texi (Writing Emacs Primitives): Update `or' example.
3519         Update limit on # args of subr.
3521         * edebug.texi (Using Edebug): Arrow is in fringe.
3522         (Instrumenting): Arg to eval-defun works without loading edebug.
3523         (Edebug Execution Modes): Add xref.
3525         * customize.texi (Common Keywords): Clarify :require.
3526         Mention :version here.
3527         (Variable Definitions, Group Definitions): Not here.
3528         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3530 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
3531         * nonascii.texi (Text Representations): Clarify position-bytes.
3532         (Character Sets): Add list-charset-chars.
3533         (Scanning Charsets): Add charset-after.
3534         (Encoding and I/O): Minor fix.
3536 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3538         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3539         (Resizing Windows): Likewise.
3541         * text.texi (Change Hooks): Get rid of "Emacs 21".
3543         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3545         * streams.texi (Output Variables): Get rid of "Emacs 21".
3547         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3549         * os.texi (Translating Input): Replace flow-control example
3550         with a less obsolete example that uses `keyboard-translate'.
3552         * objects.texi (Hash Table Type, Circular Objects):
3553         Get rid of "Emacs 21".
3555         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3556         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3558         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3560         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3562         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3563         (Menu Bar): Fix when menu-bar-update-hook is called.
3565         * hash.texi (Hash Tables): Get rid of "Emacs 21".
3567         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3568         and make it read better.
3570         * files.texi (Writing to Files): Get rid of "Emacs 21".
3571         (Unique File Names): Likewise.
3573         * elisp.texi: Update Emacs version to 22.
3575         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3576         (Overlay Properties, Face Attributes): Likewise.
3577         (Managing Overlays): Fix punctuation.
3578         (Attribute Functions): Clarify set-face-font; get rid of
3579         info about old Emacs versions.
3580         (Auto Faces, Font Lookup, Display Property, Images):
3581         Get rid of "Emacs 21".
3583         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3585 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3587         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3589 2005-03-04  Lute Kamstra  <lute@gnu.org>
3591         * debugging.texi (Error Debugging): Document stack-trace-on-error.
3593 2005-03-03  Lute Kamstra  <lute@gnu.org>
3595         * edebug.texi (Instrumenting Macro Calls): Fix typo.
3597 2005-03-01  Lute Kamstra  <lute@gnu.org>
3599         * debugging.texi (Debugger Commands): Update `j'.
3601 2005-02-28  Lute Kamstra  <lute@gnu.org>
3603         * debugging.texi (Debugging): Fix typo.
3604         (Error Debugging): Document eval-expression-debug-on-error.
3605         (Function Debugging): Update example.
3606         (Using Debugger): Mention starred stack frames.
3607         (Debugger Commands): Document `j' and `l'.
3608         (Invoking the Debugger): `d' and `j' exit recursive edit too.
3609         Update the messages that the debugger displays.
3610         (Internals of Debugger): Add cross reference.  Update example.
3611         (Excess Open): Minor improvement.
3612         (Excess Close): Minor improvement.
3614 2005-02-26  Richard M. Stallman  <rms@gnu.org>
3616         * tips.texi (Coding Conventions): Clarify.
3617         Put all the major mode key reservations together.
3618         Mention the Mouse-1 => Mouse-2 conventions.
3620         * syntax.texi (Syntax Class Table): Clarify.
3621         (Syntax Table Functions): syntax-after moved from here.
3622         (Syntax Table Internals): syntax-after moved to here.
3623         (Parsing Expressions): Update info on number of values
3624         and what's meaningful in the STATE argument.
3625         (Categories): Fix typo.
3627         * sequences.texi (Arrays): Cleanup.
3628         (Char-Tables): Clarify.
3630         * processes.texi (Deleting Processes): Cleanups, add xref.
3631         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
3632         (Process Information): set-process-coding-system, some args optional.
3633         (Input to Processes): Explain various types for PROCESS args.
3634         Rename them from PROCESS-NAME to PROCESS.
3635         (Signals to Processes): Likewise.
3636         (Decoding Output): Cleanup.
3637         (Query Before Exit): Clarify.
3639         * os.texi (Startup Summary): Correct the options; add missing ones.
3640         (Terminal Output, Batch Mode): Clarify.
3641         (Flow Control): Node deleted.
3643         * markers.texi (The Mark): Clarify.
3645         * macros.texi (Expansion): Cleanup.
3646         (Indenting Macros): indent-spec allows ints, not floats.
3648         * keymaps.texi (Keymaps): Clarify.
3649         (Format of Keymaps): Update lisp-mode-map example.
3650         (Active Keymaps, Key Lookup): Clarify.
3651         (Changing Key Bindings): Add xref to `kbd'.
3652         (Key Binding Commands, Simple Menu Items): Clarify.
3653         (Mouse Menus, Menu Bar): Clarify.
3654         (Menu Example): Replace print example with menu-bar-replace-menu.
3656         * help.texi (Documentation Basics): Add function-documentation prop.
3658         * elisp.texi (Top): Don't refer to Flow Control node.
3660         * commands.texi (Command Overview): Improve xrefs.
3661         (Adjusting Point): Adjusting point applies to intangible and invis.
3662         (Key Sequence Input): Doc extra read-key-sequence args.
3663         Likewise for read-key-sequence-vector.
3665         * backups.texi (Rename or Copy): Minor fix.
3666         (Numbered Backups): For version-control, say the default.
3667         (Auto-Saving): make-auto-save-file-name example is simplified.
3669         * advice.texi (Advising Functions): Don't imply one part of Emacs
3670         should advise another part.  Markup changes.
3671         (Defining Advice): Move transitional para.
3672         (Activation of Advice): Cleanup.
3673         Explain if COMPILE is nil or negative.
3675         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3677 2005-02-24  Lute Kamstra  <lute@gnu.org>
3679         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3680         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3682 2005-02-23  Lute Kamstra  <lute@gnu.org>
3684         * modes.texi (Defining Minor Modes): define-minor-mode can be used
3685         to define global minor modes as well.
3687         * display.texi (Managing Overlays): overlay-buffer returns nil for
3688         deleted overlays.
3690 2005-02-22  Kim F. Storm  <storm@cua.dk>
3692         * minibuf.texi (Basic Completion): Allow symbols in addition to
3693         strings in try-completion and all-completions.
3695 2005-02-14  Lute Kamstra  <lute@gnu.org>
3697         * elisp.texi (Top): Remove reference to deleted node.
3699         * lists.texi (Lists): Remove reference to deleted node.
3700         (Cons Cells): Fix typo.
3702         * loading.texi (Where Defined): Fix typo.
3704 2005-02-14  Richard M. Stallman  <rms@gnu.org>
3706         * variables.texi (Creating Buffer-Local): change-major-mode-hook
3707         is useful for discarding some minor modes.
3709         * symbols.texi (Symbol Components): Reorder examples.
3711         * streams.texi (Input Functions): State standard-input default.
3712         (Output Variables): State standard-output default.
3714         * objects.texi (Printed Representation): Clarify read syntax vs print.
3715         (Floating Point Type): Explain meaning better.
3716         (Symbol Type): Explain uniqueness better.
3717         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
3718         List examples sooner.
3719         (Box Diagrams): New subnode broken out.
3720         Some examples moved from old Lists as Boxes node.
3721         (Dotted Pair Notation): Clarify intro.
3722         (Array Type): Clarify.
3723         (Type Predicates): Add hash-table-p.
3725         * numbers.texi (Integer Basics): Clarify radix explanation.
3726         (Predicates on Numbers): Minor clarification.
3727         (Comparison of Numbers): Minor clarification.  Clarify eql.
3728         Typos in min, max.
3729         (Math Functions): Clarify overflow in expt.
3731         * minibuf.texi (Text from Minibuffer): Minor clarification.
3732         Mention arrow keys.
3734         * loading.texi (Autoload): defun's doc string overrides autoload's
3735         doc string.
3736         (Repeated Loading): Modernize "add to list" examples.
3737         (Where Defined): Finish updating table of load-history elts.
3739         * lists.texi (List-related Predicates): Minor wording improvement.
3740         (Lists as Boxes): Node deleted.
3741         (Building Lists): Explain trivial cases of number-sequence.
3743         * hash.texi (Hash Tables): Add desc to menu items.
3744         (Creating Hash): Expain "full" means "make larger",
3745         (Hash Access): Any object can be a key.
3746         State value of maphash.
3748         * functions.texi (What Is a Function): Wording cleanup.
3749         (Function Documentation): Minor cleanup.
3750         Explain purpose of calling convention at end of doc string.
3751         (Function Names): Wording cleanup.
3752         (Calling Functions): Wording cleanup.
3753         Explain better how funcall calls the function.
3754         (Function Cells): Delete example of saving and redefining function.
3756         * control.texi (Combining Conditions): Wording cleanup.
3757         (Iteration): dolist and dotimes bind VAR locally.
3758         (Cleanups): Xref to Atomic Changes.
3760         * compile.texi (Byte Compilation): Delete 19.29 info.
3761         (Compilation Functions): Macros' difficulties don't affect defsubst.
3762         (Docs and Compilation): Delete 19.29 info.
3764 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3766         * objects.texi (Symbol Type): Minor correction.
3768 2005-02-06  Lute Kamstra  <lute@gnu.org>
3770         * modes.texi (Example Major Modes): Fix typos.
3772 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3774         * text.texi (Margins): fill-nobreak-predicate can be one function.
3776         * strings.texi (Modifying Strings): clear-string can make unibyte.
3777         (Formatting Strings): format gives error if values missing.
3779         * positions.texi (Character Motion): Mention default arg
3780         for forward-char.  backward-char refers to forward-char.
3781         (Word Motion): Mention default arg for forward-word.
3782         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3783         Simplify end-of-buffer.
3784         (Text Lines): Mention default arg for forward-line.
3785         (List Motion): Mention default arg for beginning/end-of-defun.
3786         (Skipping Characters): Minor fixes in explaining character-set.
3788         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3789         Mode inheritance applies only when default-major-mode is nil.
3790         Clarifications.
3791         (Example Major Modes): Update Text mode and Lisp mode examples.
3792         (Minor Mode Conventions): Mention define-minor-mode at top.
3793         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3794         (Mode Line Format): Update mode line face display info.
3795         (Properties in Mode): Mention effect of risky vars.
3796         (Imenu): Define imenu-add-to-menubar.
3797         (Font Lock Mode): Add descriptions to menu lines.
3798         (Faces for Font Lock): Add font-lock-doc-face.
3800 2005-02-05  Lute Kamstra  <lute@gnu.org>
3802         * text.texi (Maintaining Undo): Remove obsolete function.
3804 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3806         * frames.texi (Color Names): Add pointer to the X docs about RGB
3807         color specifications.  Improve indexing
3808         (Text Terminal Colors): Replace the description of RGB values by
3809         an xref to "Color Names".
3811 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3813         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3814         Clarify.
3815         (Selecting Windows): Clarify save-selected-window.
3816         (Cyclic Window Ordering): Clarify walk-windows.
3817         (Window Point): Clarify.
3818         (Window Start): Add comment to example.
3819         (Resizing Windows): Add `interactive' specs in examples.
3820         Document fit-window-to-buffer.
3822         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3823         (Undo, Maintaining Undo): Clarify last change.
3824         (Sorting): In sort-numeric-fields, explain about octal and hex.
3825         Mention sort-numeric-base.
3826         (Format Properties): Add xref for hard newlines.
3828         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3829         (Pop-Up Menus): Fix typo.
3830         (Color Names): Explain all types of color names.
3831         Explain color-values on B&W terminal.
3832         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
3834         * files.texi (File Locks): Not supported on MS systems.
3835         (Testing Accessibility): Clarify.
3837         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3838         (Coverage Testing): Fix typo.
3840         * commands.texi (Misc Events): Remove stray space.
3842         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3843         (Modification Time): Clarify when visited-file-modtime returns 0.
3844         (The Buffer List): Clarify bury-buffer.
3845         (Killing Buffers): Clarify.
3846         (Indirect Buffers): Add clone-indirect-buffer.
3848 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3850         * edebug.texi (Printing in Edebug): Fix default value of
3851         edebug-print-circle.
3852         (Coverage Testing): Fix displayed frequency count data.
3854 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3856         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3858 2005-02-02  Kim F. Storm  <storm@cua.dk>
3860         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3862 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3864         * commands.texi (Misc Events): Describe the help-echo event.
3866         * text.texi (Special Properties) <help-echo>: Use `pos'
3867         consistently in description of the help-echo property.
3868         Use @code{nil} instead of @var{nil}.
3870         * display.texi (Overlay Properties): Fix the index entry for
3871         help-echo overlay property.
3873         * customize.texi (Type Keywords): Uncomment the xref to the
3874         help-echo property documentation.
3876 2005-01-23  Kim F. Storm  <storm@cua.dk>
3878         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3879         return value.  Third element FULLY replaced by PARTIAL which
3880         specifies number of invisible pixels if row is only partially visible.
3881         (Textual Scrolling): Mention auto-window-vscroll.
3882         (Vertical Scrolling): New defvar auto-window-vscroll.
3884 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3886         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3887         command remapping.
3889 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3891         * display.texi (Defining Images): Mention DATA-P arg of create-image.
3893 2005-01-14  Kim F. Storm  <storm@cua.dk>
3895         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3897         * text.texi (Links and Mouse-1): Fix string and vector item.
3899 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3901         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3902         descriptions of overriding-local-map and overriding-terminal-local-map.
3904         * text.texi (Links and Mouse-1): Clarify text.
3906 2005-01-13  Kim F. Storm  <storm@cua.dk>
3908         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3910 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3912         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3914 2005-01-12  Kim F. Storm  <storm@cua.dk>
3916         * text.texi (Links and Mouse-1): Rename section from Enabling
3917         Mouse-1 to Following Links.  Change xrefs.
3918         Add examples for define-button-type and define-widget.
3920         * display.texi (Button Properties, Button Buffer Commands):
3921         Clarify mouse-1 and follow-link functionality.
3923 2005-01-12  Richard M. Stallman  <rms@gnu.org>
3925         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3927         * display.texi (Beeping): Fix Texinfo usage.
3929         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3931 2005-01-11  Kim F. Storm  <storm@cua.dk>
3933         * display.texi (Button Properties, Button Buffer Commands):
3934         Mention mouse-1 binding.  Add follow-link keyword.
3936         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3937         (Enabling Mouse-1 to Follow Links): New subsection.
3939 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3941         * text.texi (Special Properties): Minor change.
3943         * os.texi (Timers): Clarify previous change.
3945         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3947 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
3949         * display.texi (Face Attributes): Correct xref to renamed node.
3951 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3953         * display.texi (Face Attributes): Describe hex color specs.
3955 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3957         * os.texi (Timers): Update previous change.
3959 2004-12-30  Kim F. Storm  <storm@cua.dk>
3961         * display.texi (Line Height): Total line-height is now specified
3962         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
3963         in cons cells.  (nil . RATIO) is relative to actual line height.
3964         Use line-height `t' instead of `0' to get minimum height.
3966 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3968         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3970 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3972         * commands.texi (Quitting): Clarify value of with-local-quit.
3974         * elisp.texi (Top): Fix previous change.
3976         * loading.texi (Loading): Fix previous change.
3978 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3980         * Makefile.in (MAKEINFO): Specify --force.
3982         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3984         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3986         * display.texi (Line Height): Further clarify.
3988         * elisp.texi (Top): Update Loading submenu.
3990         * loading.texi (Where Defined): New node.
3991         (Unloading): load-history moved to Where Defined.
3993 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3995         * commands.texi (Event Input Misc): Add while-no-input.
3997 2004-12-11  Richard M. Stallman  <rms@gnu.org>
3999         * display.texi (Line Height): Rewrite text for clarity.
4001 2004-12-11  Kim F. Storm  <storm@cua.dk>
4003         * display.texi (Display): Add node "Line Height" to menu.
4004         (Line Height): New node.  Move full description of line-spacing
4005         and line-height text properties here from text.texi.
4006         (Scroll Bars): Add vertical-scroll-bar variable.
4008         * frames.texi (Window Frame Parameters): Remove line-height defvar.
4010         * locals.texi (Standard Buffer-Local Variables): Fix xref for
4011         line-spacing and vertical-scroll-bar.
4013         * text.texi (Special Properties): Just mention line-spacing and
4014         line-height here, add xref to new "Line Height" node.
4016 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
4018         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4020         * locals.texi (Standard Buffer-Local Variables):
4021         Add @xref for `line-spacing'.
4023 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4025         * Makefile.in (maintainer-clean): Remove the info files
4026         in $(infodir) where they are created.
4028 2004-12-03  Richard M. Stallman  <rms@gnu.org>
4030         * windows.texi (Selecting Windows): get-lru-window and
4031         get-largest-window don't consider dedicated windows.
4033         * text.texi (Undo): Document undo-in-progress.
4035 2004-11-26  Richard M. Stallman  <rms@gnu.org>
4037         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4038         Remove a few vars that are not always buffer-local.
4040 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
4042         * locals.texi (Standard Buffer-Local Variables): Comment out
4043         xref's to non-existent node `Yet to be written'.
4045 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4047         * processes.texi (Synchronous Processes): Grammar fix.
4049         * numbers.texi (Comparison of Numbers): Add eql.
4051         * locals.texi (Standard Buffer-Local Variables): Add many vars.
4053         * intro.texi (Printing Notation): Fix previous change.
4055         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4056         and default-indicate-buffer-boundaries from here.
4057         (Usual Display): To here.
4058         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4059         (Usual Display): Move tab-width up.
4061         * customize.texi (Variable Definitions): Replace
4062         show-paren-mode example with tooltip-mode.
4063         (Simple Types, Composite Types, Defining New Types):
4064         Minor cleanups.
4066 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
4068         * processes.texi (Synchronous Processes, Output from Processes):
4069         Markup fix.
4071 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4073         * positions.texi (Skipping Characters): skip-chars-forward
4074         now handles char classes.
4076         * intro.texi (Printing Notation): Avoid confusion of `print'
4077         when explaining @print.
4079         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4081         * display.texi (Display Table Format): Minor fix.
4083         * streams.texi (Output Functions): Fix print example.
4085         * Makefile.in (elisp): New target.
4086         (dist): Depend on $(infodir)/elisp, not elisp.
4087         Copy the info files from $(infodir).
4089         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4090         read-from-minibuffer.
4092         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4094 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4096         * searching.texi (Regexp Search): Add search-whitespace-regexp.
4098 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
4100         * tips.texi (Coding Conventions): Fix typo.
4102 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4104         * tips.texi (Coding Conventions): Separate defvar and require
4105         methods to avoid warnings.  Use require only when there are many
4106         functions and variables from that package.
4108         * minibuf.texi (Minibuffer Completion): When ignoring case,
4109         predicate must not be case-sensitive.
4111         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4112         (Test Coverage): Don't talk about "splotches".  Clarified.
4114 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
4116         * frames.texi (Window Frame Parameters): Fix typo.
4118 2004-11-15  Kim F. Storm  <storm@cua.dk>
4120         * symbols.texi (Other Plists): Note that plist-get may signal error.
4121         Add safe-plist-get.
4123 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
4125         * modes.texi (Font Lock Basics): Fix typo.
4127 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4129         * syntax.texi (Syntax Table Functions): Add syntax-after.
4131 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
4133         * os.texi (Processor Run Time): New section documenting
4134         get-internal-run-time.
4136 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4138         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4139         it nukes elisp-cover.texi.
4140         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
4141         elisp-0 etc.
4143 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4145         * commands.texi (Keyboard Macros): Document `append' return value
4146         of `defining-kbd-macro'.
4148 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4150         * commands.texi (Interactive Call): Add called-interactively-p.
4152 2004-10-29  Simon Josefsson  <jas@extundo.com>
4154         * minibuf.texi (Reading a Password): Revert.
4156 2004-10-28  Richard M. Stallman  <rms@gnu.org>
4158         * frames.texi (Display Feature Testing): Explain about "vendor".
4160 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4162         * commands.texi (Interactive Codes): `N' uses numeric prefix,
4163         not raw.  Clarify `n'.
4164         (Interactive Call): Rewrite interactive-p, focusing on when
4165         and how to use it.
4166         (Misc Events): Clarify previous change.
4168         * advice.texi (Simple Advice): Clarify what job the example does.
4169         (Around-Advice): Clarify ad-do-it.
4170         (Activation of Advice): An option of ad-default-compilation-action
4171         is `never', not `nil'.
4173 2004-10-26  Kim F. Storm  <storm@cua.dk>
4175         * commands.texi (Interactive Codes): Add U code letter.
4177 2004-10-25  Simon Josefsson  <jas@extundo.com>
4179         * minibuf.texi (Reading a Password): Add.
4181 2004-10-24  Jason Rumney  <jasonr@gnu.org>
4183         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
4184         and wheel-down.
4186 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4188         * processes.texi (Synchronous Processes): Document process-file.
4190 2004-10-22  Kenichi Handa  <handa@m17n.org>
4192         * text.texi (translate-region): Document that it accepts also a
4193         char-table.
4195 2004-10-22  David Ponce  <david@dponce.com>
4197         * windows.texi (Resizing Windows): Document the `preserve-before'
4198         argument of the functions `enlarge-window' and `shrink-window'.
4200 2004-10-19  Jason Rumney  <jasonr@gnu.org>
4202         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
4204 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4206         * text.texi (Filling): Add anchor for definition of
4207         `sentence-end-double-space'.
4209         * searching.texi (Regexp Example): Update description of how
4210         Emacs currently recognizes the end of a sentence.
4211         (Standard Regexps): Update definition of the variable
4212         `sentence-end'.  Add definition of the function `sentence-end'.
4214 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
4216         * display.texi (Progress): New node.
4218 2004-10-05  Kim F. Storm  <storm@cua.dk>
4220         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
4222 2004-09-29  Kim F. Storm  <storm@cua.dk>
4224         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
4225         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
4226         fringe bitmap symbols, as they now have their own namespace.
4227         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
4228         vs. pixels.  Signal error if no free bitmap slots.
4229         (Pixel Specification): Change IMAGE to @var{image}.
4231 2004-09-28  Richard M. Stallman  <rms@gnu.org>
4233         * text.texi (Special Properties): Clarify line-spacing and line-height.
4235         * searching.texi (Regexp Search): Add looking-back.
4237 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
4239         * display.texi: Correct typos.
4240         (Image Descriptors): Correct xref's.
4242 2004-09-25  Richard M. Stallman  <rms@gnu.org>
4244         * text.texi (Special Properties): Cleanups in `cursor'.
4245         Rewrites in `line-height' and `line-spacing'; exchange them.
4247         * display.texi (Fringes): Rewrite previous change.
4248         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
4249         (Display Fringe Bitmaps): Node deleted, text moved.
4250         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
4251         (Scroll Bars): Clarify set-window-scroll-bars.
4252         (Pointer Shape): Rewrite.
4253         (Specified Space): Clarify :align-to, etc.
4254         (Pixel Specification): Use @var.  Clarify new text.
4255         (Other Display Specs): Clarify `slice'.
4256         (Image Descriptors): Cleanups.
4257         (Showing Images): Cleanups.
4259 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
4261         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4263         * modes.texi: Various minor changes in addition to:
4264         (Major Mode Conventions): Final call to `run-mode-hooks' should
4265         not be inside the `delay-mode-hooks' form.
4266         (Mode Hooks): New node.
4267         (Hooks): Delete obsolete example.
4268         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4269         node "Mode Hooks".
4271 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
4273         * display.texi: Correct various typos.
4274         (Display): Rename node "Pointer Shapes" to "Pointer
4275         Shape".  (There is already a node called "Pointer Shapes" in
4276         frames.texi.)
4277         (Images): Remove non-existent node "Image Slices" from menu.
4279 2004-09-23  Kim F. Storm  <storm@cua.dk>
4281         * text.texi (Special Properties): Add `cursor', `pointer',
4282         `line-height', and `line-spacing' properties.
4284         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4285         Shapes' to menu.
4286         (Standard Faces): Doc fix for fringe face.
4287         (Fringes): Add `overflow-newline-into-fringe' and
4288         'indicate-buffer-boundaries'.
4289         (Fringe Bitmaps, Pointer Shapes): New nodes.
4290         (Display Property): Add 'Pixel Specification' and 'Display Fringe
4291         Bitmaps' to menu.
4292         (Specified Space): Describe pixel width and height.
4293         (Pixel Specification): New node.
4294         (Other Display Specs): Add `slice' property.
4295         (Display Fringe Bitmaps): New node.
4296         (Images): Add 'Image Slices' to menu.
4297         (Image Descriptors): Add `:pointer' and `:map' properties.
4298         (Showing Images): Add slice arg to `insert-image'.  Add
4299         'insert-sliced-image'.
4301 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4303         * commands.texi (Key Sequence Input):
4304         Clarify downcasing in read-key-sequence.
4306 2004-09-08  Juri Linkov  <juri@jurta.org>
4308         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
4310 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4312         * locals.texi (Standard Buffer-Local Variables): Add
4313         `buffer-auto-save-file-format'.
4314         * internals.texi (Buffer Internals): Describe new
4315         auto_save_file_format field of the buffer structure.
4316         * files.texi (Format Conversion): `auto-save-file-format' has been
4317         renamed `buffer-auto-save-file-format'.
4319 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
4321         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
4322         an integer or a marker.
4323         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
4325 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4327         * modes.texi (Major Mode Conventions): Discuss rebinding of
4328         standard key bindings.
4330 2004-08-18  Kim F. Storm  <storm@cua.dk>
4332         * processes.texi (Accepting Output): Add `just-this-one' arg to
4333         `accept-process-output'.
4334         (Output from Processes): New var `process-adaptive-read-buffering'.
4336 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
4338         * keymaps.texi: Various changes in addition to:
4339         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
4340         Give more varied examples for `kbd'.
4341         (Creating Keymaps): Char tables have slots for all characters
4342         without modifiers.
4343         (Active Keymaps): `overriding-local-map' and
4344         `overriding-terminal-local-map' also override text property and
4345         overlay keymaps.
4346         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
4347         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
4348         to denote a prefix of no events.
4349         `map-keymap' includes parent's bindings _recursively_.
4350         Clarify and correct description of `where-is-internal'.
4351         Mention BUFFER-OR-NAME arg to `describe-bindings'.
4352         (Menu Example): For menus intended for use with the keyboard, the
4353         menu items should be bound to characters or real function keys.
4355 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4357         * objects.texi (Character Type): Reposition `@anchor' to prevent
4358         double space inside sentence in Info.
4360         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4361         renamed to `disabled-command-function'.
4362         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
4363         (Command Loop Info): Replace reference to it.
4364         (Disabling Commands): `disabled-command-hook' has been renamed to
4365         `disabled-command-function'.
4367 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
4369         * os.texi (Translating Input): Only non-prefix bindings in
4370         `key-translation-map' override actual key bindings.  Warn about
4371         possible indirect effect of actual key bindings on non-prefix
4372         bindings in `key-translation-map'.
4374 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
4376         * minibuf.texi (High-Level Completion): Add anchor for definition
4377         of `read-variable'.
4379         * commands.texi: Various changes in addition to:
4380         (Using Interactive): Clarify description of `interactive-form'.
4381         (Interactive Call): Mention default for KEYS argument to
4382         `call-interactively'.
4383         (Command Loop Info): Clarify description of `this-command-keys'.
4384         Mention KEEP-RECORD argument to `clear-this-command-keys'.
4385         Value of `last-event-frame' can be `macro'.
4386         (Repeat Events): `double-click-fuzz' is also used to distinguish
4387         clicks and drags.
4388         (Classifying Events): Clarify descriptions of `event-modifiers'
4389         `event-basic-type' and `event-convert-list'.
4390         (Accessing Events): `posn-timestamp' takes POSITION argument.
4391         (Quoted Character Input): Clarify description of
4392         `read-quoted-char' and fix example.
4393         (Quitting): Add `with-local-quit'.
4394         (Disabling Commands): Correct and clarify descriptions of
4395         `enable-command' and `disable-command'.
4396         Mention what happens if `disabled-command-hook' is nil.
4397         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4398         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4400 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4402         * frames.texi: Various changes in addition to:
4403         (Creating Frames): Expand and clarify description of `make-frame'.
4404         (Window Frame Parameters): Either none or both of the `icon-left'
4405         and `icon-top' parameters must be specified.  Put descriptions of
4406         `menu-bar-lines' and `toolbar-lines' closer together and change
4407         them accordingly.
4408         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4409         except while processing `frame-title-format' or `icon-title-format'.
4410         (Deleting Frames): Correct description of `delete-frame'.
4411         Non-nil return values of `frame-live-p' are like those of `framep'.
4412         (Frames and Windows): Mention return value of
4413         `set-frame-selected-window'.
4414         (Visibility of Frames): Mention `force' argument to
4415         `make-frame-invisible'.  `frame-visible-p' returns t for all
4416         frames on text-only terminals.
4417         (Frame Configurations): Restoring a frame configuration does not
4418         restore deleted frames.
4419         (Window System Selections): `x-set-selection' returns DATA.
4420         (Resources): Add example.
4421         (Display Feature Testing): Clarify descriptions of
4422         `display-pixel-height', `display-pixel-width', `x-server-version'
4423         and `x-server-vendor'.
4425         * windows.texi (Choosing Window): Add anchor.
4426         * minibuf.texi (Minibuffer Misc): Add anchor.
4428 2004-07-23  John Paul Wallington  <jpw@gnu.org>
4430         * macros.texi (Defining Macros): Declaration keyword for setting
4431         Edebug spec is `debug' not `edebug'.
4433 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
4435         * windows.texi: Various small changes in addition to:
4436         (Window Point): Mention return value of `set-window-point'.
4437         (Window Start): `pos-visible-in-window-p' disregards horizontal
4438         scrolling.  Explain return value if PARTIALLY is non-nil.
4439         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4440         and `set-window-vscroll'.
4441         (Size of Window): The argument WINDOW to `window-inside-edges',
4442         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4443         (Resizing Windows): Explain return value of
4444         `shrink-window-if-larger-than-buffer'.
4445         `window-size-fixed' automatically becomes buffer local when set.
4446         (Window Configurations): Explain return value of
4447         `set-window-configuration'.
4449         * minibuf.texi (Minibuffer Misc): Add anchor for
4450         `minibuffer-scroll-window'.
4452         * positions.texi (Text Lines): Add anchor for `count-lines'.
4454 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4456         * display.texi (Overlay Properties): Adding `evaporate' prop
4457         deletes empty overlay immediately.
4459         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4460         fix example.
4462 2004-07-16  Jim Blandy  <jimb@redhat.com>
4464         * searching.texi (Regexp Backslash): Document new \_< and \_>
4465         operators.
4467 2004-07-16  Juanma Barranquero  <lektu@terra.es>
4469         * display.texi (Images): Fix Texinfo usage.
4471 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4473         * buffers.texi (Modification Time): `visited-file-modtime' now
4474         returns a list of two integers, instead of a cons.
4476 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4478         * windows.texi: Various changes in addition to:
4479         (Splitting Windows): Add `split-window-keep-point'.
4481 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4483         * frames.texi (Input Focus): Minor fix.
4485 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
4487         * frames.texi (Input Focus): Clarify descriptions of
4488         `select-frame-set-input-focus' and `select-frame'.
4490 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
4492         * os.texi: Various small changes in addition to:
4493         (Killing Emacs): Expand and clarify description of
4494         `kill-emacs-query-functions' and `kill-emacs-hook'.
4495         (System Environment): Expand and clarify description of `getenv'
4496         and `setenv'.
4497         (Timers): Clarify description of `run-at-time'.
4498         (Translating Input): Correct description of
4499         `extra-keyboard-modifiers'.
4500         (Flow Control): Correct description of `enable-flow-control'.
4502 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
4504         * os.texi: Update copyright.
4505         (Session Management): Grammar fix.
4506         Clarify which Emacs does the restarting.
4507         Use @samp for *scratch* buffer.
4509 2004-07-04  Alan Mackenzie  <acm@muc.de>
4511         * frames.texi (Input Focus): Add documentation for
4512         `select-frame-set-input-focus'.  Replace refs to non-existent
4513         `switch-frame' with `select-frame'.  Minor corrections and tidying
4514         up of text-only terminal stuff.
4516 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4518         * files.texi (Saving Buffers): Cleanup write-contents-function.
4519         (Magic File Names): Cleanup file-remote-p.
4521 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
4523         * files.texi (Magic File Names): `file-remote-p' returns an
4524         identifier of the remote system, not just t.
4526 2004-07-02  David Kastrup  <dak@gnu.org>
4528         * searching.texi (Entire Match Data): Add explanation about new
4529         match-data behavior when @var{integers} is non-nil.
4531 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4533         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4535         * customize.texi (Variable Definitions): Note about doc strings
4536         and :set.
4538         * keymaps.texi (Keymap Terminology): Document `kbd'.
4539         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4541         * display.texi (Invisible Text): Setting buffer-invisibility-spec
4542         makes it buffer-local.
4544         * files.texi (Saving Buffers): Correct previous change.
4546         * commands.texi (Accessing Events):
4547         Clarify posn-col-row and posn-actual-col-row.
4549 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
4551         * commands.texi (Accessing Events): New functions
4552         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
4554 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4556         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4557         * frames.texi, buffers.texi, backups.texi, variables.texi:
4558         * loading.texi, eval.texi, functions.texi, control.texi:
4559         * symbols.texi, minibuf.texi: Reposition @anchor's.
4561         * help.texi: Various small changes in addition to the following.
4562         (Describing Characters): Describe PREFIX argument to
4563         `key-description'.  Correct and clarify definition of
4564         `text-char-description'.  Describe NEED-VECTOR argument to
4565         `read-kbd-macro'.
4566         (Help Functions): Clarify definition of `apropos'.
4568 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4570         * files.texi (Saving Buffers): Correct description of
4571         `write-contents-functions'.
4573 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4575         * display.texi (Images): Remove redundant @vindex directives.
4576         Rewrite `image-library-alist' doc in active voice.
4578 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4580         * display.texi (Images): Document new delayed library loading,
4581         variable `image-library-alist' and (existing but undocumented)
4582         function `image-type-available-p'.
4584 2004-06-05  Richard M. Stallman  <rms@gnu.org>
4586         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4587         refer the user to the Initial Input node.
4588         (Text from Minibuffer): Likewise.
4589         (Initial Input): New node.  Document this feature
4590         and say it is mostly deprecated.
4592 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4594         * loading.texi (Named Features): Clarify return value
4595         and meaning of NOERROR.
4597         * variables.texi (File Local Variables): Minor cleanup.
4599 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4601         * files.texi (Magic File Names): Add `file-remote-p' as operation
4602         of file name handlers.
4604 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4606         * modes.texi (Minor Mode Conventions): (-) has no special meaning
4607         as arg to a minor mode command.
4609 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4611         * syntax.texi (Syntax Class Table): Word syntax not just for English.
4613         * streams.texi (Output Variables): Doc float-output-format.
4615         * searching.texi (Regexp Special): Nested repetition can be infloop.
4617         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4618         real stack overflow.
4620         * compile.texi: Minor cleanups.
4622 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
4624         * lists.texi (Cons Cells): Explain dotted lists, true lists,
4625         circular lists.
4626         (List Elements): Explain handling of circular and dotted lists.
4628 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
4630         * modes.texi (Search-based Fontification): Fix typo.
4632 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4634         * modes.texi (Mode Line Variables): Fix description of
4635         global-mode-string, which is now after which-func-mode, not the
4636         buffer name.
4638 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4640         * modes.texi (Desktop Save Mode): Add.
4641         (Modes): Add menu entry Desktop Save Mode.
4643         * hooks.texi: Add desktop-after-read-hook,
4644         desktop-no-desktop-file-hook and desktop-save-hook.
4646         * locals.texi: Add desktop-save-buffer.
4648 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
4650         * display.texi: emacs -> Emacs.
4652 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4654         * files.texi (Changing Files): Document set-file-times.
4656 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4658         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4660 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
4662         * tips.texi (Coding Conventions): defopt -> defcustom.
4664 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
4666         * sequences.texi: Various clarifications.
4668 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
4670         * buffers.texi (Read Only Buffers): Mention optional ARG to
4671         `toggle-read-only'.
4673 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
4675         * windows.texi (Selecting Windows): Note that get-lru-window
4676         returns a full-width window if possible.
4678 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4680         * buffers.texi: Various changes in addition to:
4681         (Buffer File Name): Add `find-buffer-visiting'.
4682         (Buffer Modification): Mention optional ARG to `not-modified'.
4683         (Indirect Buffers): Mention optional CLONE argument to
4684         `make-indirect-buffer'.
4686         * files.texi: Various changes in addition to:
4687         (Visiting Functions): `find-file-hook' is now a normal hook.
4688         (File Name Expansion): Explain difference between the way that
4689         `expand-file-name' and `file-truename' treat `..'.
4690         (Contents of Directories): Mention optional ID-FORMAT argument to
4691         `directory-files-and-attributes'.
4692         (Format Conversion): Mention new optional CONFIRM argument to
4693         `format-write-file'.
4695 2004-04-12  Miles Bader  <miles@gnu.org>
4697         * macros.texi (Expansion): Add description of `macroexpand-all'.
4699 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
4701         * variables.texi (Variable Aliases): Mention
4702         cyclic-variable-indirection.
4704         * errors.texi (Standard Errors): Ditto.
4706 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4708         * backups.texi: Various small changes in addition to:
4709         (Making Backups): Mention return value of `backup-buffer'.
4710         (Auto-Saving): Mention optional FORCE argument to
4711         `delete-auto-save-file-if-necessary'.
4712         (Reverting): Mention optional PRESERVE-MODES argument to
4713         `revert-buffer'.  Correct description of `revert-buffer-function'.
4715 2004-03-22  Juri Linkov  <juri@jurta.org>
4717         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4718         with `Vector Functions'.
4720         * text.texi (Sorting): Add missing quote.
4722 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
4724         * intro.texi (Lisp History): Replace xref to `cl' manual with
4725         inforef.
4727 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4729         * intro.texi (Version Info): Add arg to emacs-version.
4730         (Lisp History): Change xref to CL manual.
4732 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
4734         * minibuf.texi (Completion Commands): Add xref to Emacs manual
4735         for Partial Completion mode.
4737 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
4739         * customize.texi: Fix typo.  Remove eol whitespace.
4741 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4743         * processes.texi: Fix typos.
4745         * lists.texi (Building Lists): Minor clarification.
4747         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4748         in make-hash-table.
4750 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4752         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4753         rm, and ignore exit code.
4755 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * display.texi (Defining Faces): Add description for min-colors.
4758         Update example.
4760 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4762         * abbrevs.texi: Various corrections and clarifications in addition
4763         to the following:
4764         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4766 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4768         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4770 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4772         * text.texi: Various small changes in addition to the following:
4773         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4774         to delete-horizontal-space.
4775         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4776         description of yank-handler text property at various places.
4778         * frames.texi (Window System Selections): Add anchor.
4780         * syntax.texi (Syntax Table Functions): Clarify and correct
4781         descriptions of make-syntax-table and copy-syntax-table.
4782         (Motion and Syntax): Clarify SYNTAXES argument to
4783         skip-syntax-forward.
4784         (Parsing Expressions): Mention that the return value of
4785         parse-partial-sexp is currently a list of ten rather than nine
4786         elements.
4787         (Categories): Various corrections and clarifications.
4789 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4791         * markers.texi (Marker Insertion Types): Minor change.
4793         * locals.texi (Standard Buffer-Local Variables):
4794         * commands.texi (Interactive Codes, Using Interactive):
4795         * functions.texi (Related Topics): Fix xrefs.
4797 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4799         * lists.texi (Sets And Lists): Update description of delete-dups.
4801 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4803         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4805 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4807         * frames.texi (Parameter Access): frame-parameters arg is optional.
4808         modify-frame-parameters handles nil for FRAME.
4809         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4810         are all-or-nothing for certain toolkits.
4811         Mention parameter wait-for-wm.
4812         (Frames and Windows): In frame-first-window and frame-selected-window
4813         the arg is optional.
4814         (Input Focus): In redirect-frame-focus the second arg is optional.
4815         (Window System Selections): Mention selection type CLIPBOARD.
4816         Mention data-type UTF8_STRING.
4817         Mention numbering of cut buffers.
4818         (Resources): Describe x-resource-name.
4820 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4822         * windows.texi (Buffers and Windows): Delete false table
4823         about all-frames.
4825         * syntax.texi (Parsing Expressions): Delete old caveat
4826         about parse-sexp-ignore-comments.
4828         * streams.texi (Output Variables): Add print-quoted.
4830         * lists.texi (Building Lists): Minor cleanup.
4832         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4834         * display.texi (Overlays): Explain overlays use markers.
4835         (Managing Overlays): Explain front-advance and rear-advance
4836         in more detail.
4838         * loading.texi (Unloading): Document unload-feature-special-hooks.
4839         Get rid of fns-NNN.el file.
4841 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4843         * help.texi (Describing Characters): Fix text-char-description
4844         example output.
4846         * edebug.texi (Using Edebug): Fix example.
4848         * debugging.texi (Internals of Debugger): Fix return value.
4850         * files.texi (Changing Files): Fix argname.
4852         * calendar.texi: Fix parens, and default values.
4854         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4855         * nonascii.texi, objects.texi, os.texi: Minor fixes.
4856         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4858         * positions.texi (Text Lines): Don't add -1 in current-line.
4860 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4862         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4864 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4866         * processes.texi (Low-Level Network): Fix a typo.
4868 2004-02-12  Kim F. Storm  <storm@cua.dk>
4870         * display.texi (Fringes): Use consistent wording.
4871         Note that window-fringe's window arg is optional.
4872         (Scroll Bars): Use consistent wording.
4874 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4876         * tips.texi (Comment Tips): Document the new conventions for
4877         commenting out code.
4879 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4881         * positions.texi (Text Lines): Added missing end defun.
4883 2004-02-07  Kim F. Storm  <storm@cua.dk>
4885         * positions.texi (Text Lines): Add line-number-at-pos.
4887 2004-02-06  John Paul Wallington  <jpw@gnu.org>
4889         * display.texi (Button Properties, Button Buffer Commands):
4890         mouse-2 invokes button, not down-mouse-1.
4892 2004-02-04  Jason Rumney  <jasonr@gnu.org>
4894         * makefile.w32-in: Sync with Makefile.in changes.
4896 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
4898         * minibuf.texi (Text from Minibuffer): Various corrections and
4899         clarifications.
4900         (Object from Minibuffer): Correct Lisp description of
4901         read-minibuffer.
4902         (Minibuffer History): Clarify description of cons values for
4903         HISTORY arguments.
4904         (Basic Completion): Various corrections and clarifications.  Add
4905         completion-regexp-list.
4906         (Minibuffer Completion): Correct and clarify description of
4907         completing-read.
4908         (Completion Commands): Mention Partial Completion mode.  Various
4909         other minor changes.
4910         (High-Level Completion): Various corrections and clarifications.
4911         (Reading File Names): Ditto.
4912         (Minibuffer Misc): Ditto.
4914 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4916         * strings.texi (Text Comparison): assoc-string also matches
4917         elements of alists that are strings instead of conses.
4918         (Formatting Strings): Standardize Texinfo usage.  Update index
4919         entries.
4921 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
4923         * lists.texi (Sets And Lists): Add delete-dups.
4925 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4927         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4928         special form.
4929         * macros.texi (Defining Macros): Update description of `declare',
4930         which now is a macro.
4931         (Wrong Time): Fix typos.
4933 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4935         * compile.texi (Compilation Functions): Expand descriptions of
4936         `compile-defun', `byte-compile-file', `byte-recompile-directory'
4937         and `batch-byte-compile'.  In particular, mention and describe
4938         all optional arguments.
4939         (Disassembly): Correct and clarify the description of `disassemble'.
4941 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4943         * searching.texi: Various small changes in addition to the
4944         following.
4945         (Regexp Example): Adapt to new value of `sentence-end'.
4946         (Regexp Functions): The PAREN argument to `regexp-opt' can be
4947         `words'.
4948         (Search and Replace): Add usage note for `perform-replace'.
4949         (Entire Match Data): Mention INTEGERS and REUSE arguments to
4950         `match-data'.
4951         (Standard Regexps): Update for new values of `paragraph-start'
4952         and `sentence-end'.
4954 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4956         * files.texi (Saving Buffers): Clarify descriptions of
4957         `write-contents-functions' and `before-save-hook'.
4958         Make the defvar's for `before-save-hook' and `after-save-hook'
4959         into defopt's.
4961 2004-01-07  Kim F. Storm  <storm@cua.dk>
4963         * commands.texi (Click Events): Describe new image and
4964         width/height elements of click events.
4965         (Accessing Events): Add posn-string, posn-image, and
4966         posn-object-width-height.  Change posn-object to return either
4967         image or string object.
4969 2004-01-01  Simon Josefsson  <jas@extundo.com>
4971         * hooks.texi (Standard Hooks): Add before-save-hook.
4972         * files.texi (Saving Buffers): Likewise.
4974 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4976         * frames.texi (Frames and Windows): Delete frame-root-window.
4978 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4980         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4982         * functions.texi: Various small changes in addition to the
4983         following.
4984         (What Is a Function): `functionp' returns nil for macros.  Clarify
4985         behavior of this and following functions for symbol arguments.
4986         (Function Documentation): Add `\' in front of (fn @var{arglist})
4987         and explain why.
4988         (Defining Functions): Mention DOCSTRING argument to `defalias'.
4989         Add anchor.
4990         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
4992 2004-01-01  Miles Bader  <miles@gnu.org>
4994         * display.texi (Buttons): New section.
4996 2003-12-31  Andreas Schwab  <schwab@suse.de>
4998         * numbers.texi (Math Functions): sqrt reports a domain-error
4999         error.
5000         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5002 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5004         * tips.texi (Documentation Tips): Update item on hyperlinks in
5005         documentation strings.
5007         * errors.texi (Standard Errors): Various small corrections and
5008         additions.
5010         * control.texi: Various small changes in addition to the
5011         following.
5012         (Signaling Errors): Provide some more details on how `signal'
5013         constructs the error message.  Add anchor to the definition of
5014         `signal'.
5015         (Error Symbols): Describe special treatment of `quit'.
5016         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5017         to emphasize that it has to be a single form.
5019         * buffers.texi: Add anchor.
5021 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5023         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5024         (Window Configurations): Add window-configuration-frame.
5026         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5028         * text.texi (Examining Properties): Add get-char-property-and-overlay.
5029         Change arg name in get-char-property.
5030         (Special Properties): Update handling of keymap property.
5032         * strings.texi (Modifying Strings): Add clear-string.
5033         (Text Comparison): Add assoc-string and remove
5034         assoc-ignore-case, assoc-ignore-representation.
5036         * os.texi (Time of Day): Add set-time-zone-rule.
5038         * numbers.texi (Math Functions): asin, acos, log, log10
5039         report domain-error errors.
5041         * nonascii.texi (Converting Representations):
5042         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5043         (Encoding and I/O): Add file-name-coding-system.
5045         * modes.texi (Search-based Fontification): Explain that
5046         face specs are symbols with face names as values.
5048         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
5050         * lists.texi (Building Lists): remq moved elsewhere.
5051         (Sets And Lists): remq moved here.
5052         (Association Lists): Refer to assoc-string.
5054         * internals.texi (Garbage Collection): Add memory-use-counts.
5056         * frames.texi (Frames and Windows): Add set-frame-selected-window
5057         and frame-root-window.
5059         * files.texi (Contents of Directories):
5060         Add directory-files-and-attributes.
5062         * display.texi (Refresh Screen): Add force-window-update.
5063         (Invisible Text): Explain about moving point out of invis text.
5064         (Overlay Properties): Add overlay-properties.
5065         (Managing Overlays): Add overlayp.
5066         (GIF Images): Invalid image number displays a hollow box.
5068         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5069         (Killing Buffers): Add buffer-live-p.
5071 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5073         * display.texi (Fringes): Fix typo "set-buffer-window".
5075 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
5077         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5078         * nonascii.texi, processes.texi, tips.texi, variables.texi:
5079         Add or change various xrefs and anchors.
5081         * commands.texi: Replace all occurrences of @acronym{CAR} with
5082         @sc{car}, for consistency with the rest of the Elisp manual.
5083         `car' and `cdr' are historically acronyms, but are no longer
5084         widely thought of as such.
5086         * internals.texi (Pure Storage): Mention that `purecopy' does not
5087         copy text properties.
5088         (Object Internals): Now 29 bits are used (in most implementations)
5089         to address Lisp objects.
5091         * variables.texi (Variables with Restricted Values): New node.
5093         * objects.texi (Lisp Data Types): Mention that certain variables
5094         can only take on a restricted set of values and add an xref to
5095         the new node "Variables with Restricted Values".
5097         * eval.texi (Function Indirection): Describe the errors that
5098         `indirect-function' can signal.
5099         (Eval): Clarify the descriptions of `eval-region' and `values'.
5100         Describe `eval-buffer' instead of `eval-current-buffer' and
5101         mention `eval-current-buffer' as an alias for `current-buffer'.
5102         Correct the description and mention all optional arguments.
5104         * nonascii.texi: Various small changes in addition to the
5105         following.
5106         (Converting Representations): Clarify behavior of
5107         `string-make-multibyte' and `string-to-multibyte' for unibyte all
5108         ASCII arguments.
5109         (Character Sets): Document the variable `charset-list' and adapt
5110         the definition of the function `charset-list' accordingly.
5111         (Translation of Characters): Clarify use of generic characters in
5112         `make-translation-table'.  Clarify and correct the description of
5113         the use of translation tables in encoding and decoding.
5114         (User-Chosen Coding Systems): Correct and clarify the description
5115         of `select-safe-coding-system'.
5116         (Default Coding Systems): Clarify description of
5117         `file-coding-system-alist'.
5119 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
5121         * strings.texi (Text Comparison): Correctly describe when two
5122         strings are `equal'.  Combine and clarify descriptions of
5123         `assoc-ignore-case' and `assoc-ignore-representation'.
5125         * objects.texi (Non-ASCII in Strings): Clarify description of
5126         when a string is unibyte or multibyte.
5127         (Bool-Vector Type): Update examples.
5128         (Equality Predicates): Correctly describe when two strings are
5129         `equal'.
5131 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
5133         * lists.texi (Building Lists): `append' no longer accepts integer
5134         arguments.  Update the description of `number-sequence' to reflect
5135         recent changes.
5136         (Sets And Lists): Describe `member-ignore-case' after `member'.
5138 2003-11-27  Kim F. Storm  <storm@cua.dk>
5140         * commands.texi (Click Events): Click object may be an images.
5141         Describe (dx . dy) element of click positions.
5142         (Accessing Events): Remove duplicate posn-timestamp.
5143         New functions posn-object and posn-object-x-y.
5145 2003-11-23  Kim F. Storm  <storm@cua.dk>
5147         * commands.texi (Click Events): Describe enhancements to event
5148         position lists, including new text-pos and (col . row) items.
5149         Mention left-fringe and right-fringe area events.
5150         (Accessing Events): New functions posn-area and
5151         posn-actual-col-row.  Mention posn-timestamp.  Mention that
5152         posn-point in non-text area still returns buffer position.
5153         Clarify posn-col-row.
5155 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
5157         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
5158         * anti.texi (File Attributes): Describe removed parameter
5159         ID-FORMAT.
5161 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
5163         * positions.texi (Positions): Mention that, if a marker is used as
5164         a position, its buffer is ignored.
5166         * markers.texi (Overview of Markers): Mention it here too.
5168 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
5170         * numbers.texi (Numeric Conversions): Not just `floor', but also
5171         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
5173 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
5175         * markers.texi (Creating Markers): Specify insertion type of
5176         created markers.  Add xref to `Marker Insertion Types'.
5177         Second argument to `copy-marker' is optional.
5178         (Marker Insertion Types): Mention that most markers are created
5179         with insertion type nil.
5180         (The Mark): Correctly describe when `mark' signals an error.
5181         (The Region): Correctly describe when `region-beginning' and
5182         `region-end' signal an error.
5184 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
5186         * hash.texi (Creating Hash): Clarify description of `eql'.
5187         `makehash' is obsolete.
5188         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
5190         * positions.texi (Point): Change description of `buffer-end', so
5191         that it is also correct for floating point arguments.
5192         (List Motion): Correct argument lists of `beginning-of-defun' and
5193         `end-of-defun'.
5194         (Excursions): Add xref to `Marker Insertion Types'.
5195         (Narrowing): Argument to `narrow-to-page' is optional.
5197 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
5199         * streams.texi (Output Streams): Clarify behavior of point for
5200         marker output streams.
5202 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
5204         * variables.texi (Defining Variables): Second argument to
5205         `defconst' is not optional.
5206         (Setting Variables): Mention optional argument APPEND to
5207         `add-to-list'.
5208         (Creating Buffer-Local): Expand description of
5209         `make-variable-buffer-local'.
5210         (Frame-Local Variables): Expand description of
5211         `make-variable-frame-local'.
5212         (Variable Aliases): Correct description of optional argument
5213         DOCSTRING to `defvaralias'.  Mention return value of
5214         `defvaralias'.
5215         (File Local Variables): Add xref to `File variables' in Emacs
5216         Manual.  Correct description of `hack-local-variables'.  Mention
5217         `safe-local-variable' property.  Mention optional second argument
5218         to `risky-local-variable-p'.
5220 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
5222         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
5224 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5226         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
5227         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
5228         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
5229         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
5230         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
5231         lispref/processes.texi, lispref/searching.texi,
5232         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
5233         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
5234         @acronym{FOO}.
5236 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
5238         * strings.texi (Creating Strings): Argument START to `substring'
5239         can not be `nil'.  Expand description of
5240         `substring-no-properties'.  Correct description of `split-string',
5241         especially with respect to empty matches.  Prevent very bad line
5242         break in definition of `split-string-default-separators'.
5243         (Text Comparison): `string=' and `string<' also accept symbols as
5244         arguments.
5245         (String Conversion): More completely describe argument BASE in
5246         `string-to-number'.
5247         (Formatting Strings): `%s' and `%S' in `format' do require
5248         corresponding object.  Clarify behavior of numeric prefix after
5249         `%' in `format'.
5250         (Case Conversion): The argument to `upcase-initials' can be a
5251         character.
5253 2003-10-27  Kenichi Handa  <handa@m17n.org>
5255         * display.texi (Fontsets): Fix texinfo usage.
5257 2003-10-25  Kenichi Handa  <handa@m17n.org>
5259         * display.texi (Fontsets): Add description of the function
5260         set-fontset-font.
5262 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
5264         * display.texi (Temporary Displays): Add xref to `Documentation
5265         Tips'.
5267         * functions.texi (Function Safety): Use inforef instead of pxref
5268         for SES.
5270 2003-10-23  Andreas Schwab  <schwab@suse.de>
5272         * Makefile.in (TEX, texinputdir): Don't define.
5273         (TEXI2DVI): Define.
5274         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5275         add $(srcdir)/index.texi.
5276         ($(infodir)/elisp): Remove index.texi dependency.
5277         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
5278         (index.texi): Remove target.
5279         (dist): Don't link $(srcdir)/permute-index.
5280         (clean): Don't remove index.texi.
5282         * permute-index, index.perm: Remove.
5283         * index.texi: Rename from index.unperm.
5285 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
5287         * tips.texi (Documentation Tips): Document new behavior for face
5288         and variable hyperlinks in Help mode.
5290 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
5292         * objects.texi (Integer Type): Update for extra bit of integer range.
5293         (Character Type): Ditto.
5295 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
5297         * numbers.texi (Integer Basics): Add index entries for reading
5298         numbers in hex, octal, and binary.
5300 2003-10-16  Lute Kamstra  <lute@gnu.org>
5302         * modes.texi (Mode Line Format): Mention force-mode-line-update's
5303         argument.
5305 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
5307         * windows.texi (Choosing Window): Fix typo.
5308         * edebug.texi (Edebug Execution Modes): Fix typo.
5310 2003-10-13  Richard M. Stallman  <rms@gnu.org>
5312         * windows.texi (Basic Windows): A window has fringe settings,
5313         display margins and scroll-bar settings.
5314         (Splitting Windows): Doc split-window return value.
5315         Clean up one-window-p.
5316         (Selecting Windows): Fix typo.
5317         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
5318         (Buffers and Windows): In set-window-buffer, explain effect
5319         on fringe settings and scroll bar settings.
5320         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
5321         (Choosing Window): Use defopt for pop-up-frame-function.
5322         For special-display-buffer-names, explain same-window and same-frame.
5323         Clarify window-dedicated-p return value.
5324         (Textual Scrolling): scroll-up and scroll-down can get an error.
5325         (Horizontal Scrolling): Clarify auto-hscroll-mode.
5326         Clarify set-window-hscroll.
5327         (Size of Window): Don't mention tool bar in window-height.
5328         (Coordinates and Windows): Explain what coordinates-in-window-p
5329         returns for fringes and display margins.
5330         (Window Configurations): Explain saving fringes, etc.
5332         * tips.texi (Library Headers): Clean up Documentation.
5334         * syntax.texi (Parsing Expressions): Clean up forward-comment
5335         and parse-sexp-lookup-properties.
5337         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
5339         * os.texi (System Environment): Clean up text for load-average errors.
5341         * modes.texi (Hooks): Don't explain local hook details at front.
5342         Clarify run-hooks and run-hook-with-args a little.
5343         Clean up add-hook and remove-hook.
5345         * edebug.texi (Edebug Execution Modes): Clarify t.
5346         Document edebug-sit-for-seconds.
5347         (Coverage Testing): Document C-x X = and =.
5348         (Instrumenting Macro Calls): Fix typo.
5349         (Specification List): Don't index the specification keywords.
5351 2003-10-10  Kim F. Storm  <storm@cua.dk>
5353         * processes.texi (Network): Introduce make-network-process.
5355 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5357         * tips.texi (Library Headers): Fix typo.
5359 2003-10-07  Juri Linkov  <juri@jurta.org>
5361         * modes.texi (Imenu): Mention imenu-create-index-function's
5362         default value.  Explain submenus better.
5364 2003-10-07  Lute Kamstra  <lute@gnu.org>
5366         * modes.texi (Faces for Font Lock): Fix typo.
5367         (Hooks): Explain how buffer-local hook variables can refer to
5368         global hook variables.
5369         Various minor clarifications.
5371 2003-10-06  Lute Kamstra  <lute@gnu.org>
5373         * tips.texi (Coding Conventions): Mention naming conventions for
5374         hooks.
5376 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
5378         * loading.texi (Library Search): Correct default value of
5379         load-suffixes.
5380         (Named Features): Fix typo.
5382 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5384         * loading.texi (Named Features): In `provide',
5385         say how to test for subfeatures.
5386         (Unloading): In unload-feature, use new var name
5387         unload-feature-special-hooks.
5389 2003-10-03  Lute Kamstra  <lute@gnu.org>
5391         * modes.texi (Major Mode Conventions): Mention third way to set up
5392         Imenu.
5393         (Imenu): A number of small fixes.
5394         Delete documentation of internal variable imenu--index-alist.
5395         Document the return value format of imenu-create-index-function
5396         functions.
5398 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5400         * processes.texi (Network): Say what stopped datagram connections do.
5402         * lists.texi (Association Lists): Clarify `assq-delete-all'.
5404         * display.texi (Overlay Properties): Clarify `evaporate' property.
5406 2003-09-29  Lute Kamstra  <lute@gnu.org>
5408         * modes.texi (Mode Line Data): Explain when symbols in mode-line
5409         constructs should be marked as risky.
5410         Change cons cell into proper list.
5411         (Mode Line Variables): Change cons cell into proper list.
5413 2003-09-26  Lute Kamstra  <lute@gnu.org>
5415         * modes.texi (Mode Line Data): Document the :propertize construct.
5416         (Mode Line Variables): Reorder the descriptions of the variables
5417         to match their order in the default mode-line-format.
5418         Describe the new variables mode-line-position and mode-line-modes.
5419         Update the default values of mode-line-frame-identification,
5420         minor-mode-alist, and default-mode-line-format.
5421         (Properties in Mode): Mention the :propertize construct.
5423 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5425         * buffers.texi, commands.texi, debugging.texi, eval.texi:
5426         * loading.texi, minibuf.texi, text.texi, variables.texi:
5427         Avoid @strong{Note:}.
5429 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5431         * keymaps.texi (Remapping Commands): Fix typo.
5433 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
5435         * processes.texi (Low-Level Network): Fix typo.
5437 2003-09-23  Kim F. Storm  <storm@cua.dk>
5439         * processes.texi (Network, Network Servers): Fix typos.
5440         (Low-Level Network): Add timeout value for :server keyword.
5441         Add new option keywords to make-network-process.
5442         Add set-network-process-options.
5443         Explain how to test availability of network options.
5445 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5447         * text.texi (Motion by Indent): Arg to
5448         backward-to-indentation and forward-to-indentation is optional.
5450         * strings.texi (Creating Strings): Add substring-no-properties.
5452         * processes.texi
5453         (Process Information): Add list-processes arg QUERY-ONLY.
5454         Delete process-contact from here.
5455         Add new status values for process-status.
5456         Add process-get, process-put, process-plist, set-process-plist.
5457         (Synchronous Processes): Add call-process-shell-command.
5458         (Signals to Processes): signal-process allows process objects.
5459         (Network): Complete rewrite.
5460         (Network Servers, Datagrams, Low-Level Network): New nodes.
5462         * positions.texi (Word Motion): forward-word, backward-word
5463         arg is optional.  Reword.
5465         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5467         * variables.texi (Creating Buffer-Local):
5468         Delete duplicate definition of buffer-local-value.
5469         (File Local Variables): Explain about discarding text props.
5471 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5473         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5474         changes variables that record input events.
5475         (Minibuffer Misc): Add minibuffer-selected-window.
5477         * lists.texi (Building Lists): Add copy-tree.
5479         * display.texi (Fontsets): Add char-displayable-p.
5480         (Scroll Bars): New node.
5482 2003-09-08  Lute Kamstra  <lute@gnu.org>
5484         * modes.texi (%-Constructs): Document new `%i' and `%I'
5485         constructs.
5487 2003-09-03  Peter Runestig  <peter@runestig.com>
5489         * makefile.w32-in: New file.
5491 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5493         * display.texi (Overlay Properties): Clarify how priorities
5494         affect use of the properties.
5496 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
5498         * customize.texi (Type Keywords): Correct the description of
5499         `:help-echo' in the case where `motion-doc' is a function.
5501 2003-08-14  John Paul Wallington  <jpw@gnu.org>
5503         * modes.texi (Emulating Mode Line): Subsection, not section.
5505 2003-08-13  Richard M. Stallman  <rms@gnu.org>
5507         * elisp.texi (Top): Update subnode lists in menu.
5509         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5510         (Kill Functions): kill-region has new arg yank-handler.
5511         (Yanking): New node.
5512         (Yank Commands): Add yank-undo-function.
5513         (Low-Level Kill Ring):
5514         kill-new and kill-append have new arg yank-handler.
5515         (Changing Properties): Add remove-list-of-text-properties.
5516         (Atomic Changes): New node.
5518         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5520         * streams.texi (Output Variables): Add eval-expression-print-length
5521         and eval-expression-print-level.
5523         * os.texi (Time Conversion): For encode-time, explain limits on year.
5525         * objects.texi (Character Type): Define anchor "modifier bits".
5527         * modes.texi (Emulating Mode Line): New node.
5528         (Search-based Fontification): Font Lock uses font-lock-face property.
5529         (Other Font Lock Variables): Likewise.
5531         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5532         not vectors.
5533         (Active Keymaps): Add emulation-mode-map-alists.
5534         (Functions for Key Lookup): key-binding has new arg no-remap.
5535         (Remapping Commands): New node.
5536         (Scanning Keymaps): where-is-internal has new arg no-remap.
5537         (Tool Bar): Add tool-bar-local-item-from-menu.
5538         Clarify when to use tool-bar-add-item-from-menu.
5540         * commands.texi (Interactive Call): commandp has new arg.
5541         (Command Loop Info): Add this-original-command.
5543 2003-08-06  John Paul Wallington  <jpw@gnu.org>
5545         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5547         * display.texi (Warning Basics): Fix typo.
5548         (Fringes): Add closing curly bracket and fix typo.
5550         * elisp.texi (Top): Fix typo.
5552 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5554         * elisp.texi: Update lists of subnodes.
5556         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5558         * variables.texi (Local Variables): Use lc for example variable names.
5560         * tips.texi (Library Headers): Explain where to put -*-.
5562         * strings.texi (Creating Strings): Fix xref for vconcat.
5564         * sequences.texi (Vector Functions):
5565         vconcat no longer allows integer args.
5567         * minibuf.texi (Reading File Names): read-file-name has new
5568         arg PREDICATE.  New function read-directory-name.
5570         * macros.texi (Defining Macros): Give definition of `declare'
5571         (Indenting Macros): New node.
5573         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5574         (Window Frame Parameters): Make separate table of parameters
5575         that are coupled with specific face attributes.
5576         (Deleting Frames): delete-frame-hooks renamed to
5577         delete-frame-functions.
5579         * files.texi (Magic File Names): Add file-remote-p.
5580         Clarify file-local-copy.
5582         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5583         here; instead xref Defining Macros.
5585         * display.texi (Warnings): New node, and subnodes.
5586         (Fringes): New node.
5588         * debugging.texi (Test Coverage): New node.
5590         * compile.texi (Compiler Errors): Explain with-no-warnings
5591         and other ways to suppress warnings.
5593         * commands.texi (Interactive Call): Minor clarification.
5595         * buffers.texi (Buffer File Name): set-visited-file-name
5596         renames the buffer too.
5598         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5600 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
5602         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5604 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
5606         * internals.texi (Garbage Collection): Fix previous change.
5608 2003-07-22  Richard M. Stallman  <rms@gnu.org>
5610         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5612         * display.texi (Width): Use \s syntax in example.
5613         (Font Selection): Add face-font-rescale-alist.
5615         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5616         Remove spurious indent in example.
5618         * lists.texi (Building Lists): Add number-sequence.
5620         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5622         * functions.texi (Function Documentation): Explain how to
5623         show calling convention explicitly in the doc string.
5625         * windows.texi (Selecting Windows): save-selected-window saves
5626         selected window of each frame.
5627         (Window Configurations): Minor change.
5629         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5631         * streams.texi (Output Variables): Add print-continuous-numbering
5632         and print-number-table.
5634         * processes.texi (Decoding Output): New node.
5636         * os.texi (Time Conversion): decode-time arg is optional.
5638         * objects.texi (Character Type): Don't use space as example for \.
5639         Make list of char names and \-sequences correspond.
5640         Explain that \s is not used in strings.  `\ ' needs space after.
5642         * nonascii.texi (Converting Representations): Add string-to-multibyte.
5643         (Translation of Characters): Add translation-table-for-input.
5644         (Default Coding Systems): Add auto-coding-functions.
5645         (Explicit Encoding): Add decode-coding-inserted-region.
5646         (Locales): Add locale-info.
5648         * minibuf.texi (Basic Completion): Describe test-completion.
5649         Collections can be lists of strings.
5650         Clean up lazy-completion-table.
5651         (Programmed Completion): Mention test-completion.
5652         Clarify why lambda expressions are not accepted.
5653         (Minibuffer Misc): Describe minibufferp.
5655 2003-07-14  Richard M. Stallman  <rms@gnu.org>
5657         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5659         * windows.texi (Selecting Windows): New arg to select-window.
5660         (Selecting Windows): Add with-selected-window.
5661         (Size of Window): Add window-inside-edges, etc.
5663         * internals.texi (Garbage Collection): Add post-gc-hook.
5665         * processes.texi (Subprocess Creation): Add exec-suffixes.
5667         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5668         (Scanning Keymaps): Add map-keymaps.
5669         (Defining Menus): Add keymap-prompt.
5671         * numbers.texi (Integer Basics): Add most-positive-fixnum,
5672         most-negative-fixnum.
5674         * compile.texi (Byte Compilation): Explain no-byte-compile
5675         (Compiler Errors): New node.
5677         * os.texi (User Identification): user-uid, user-real-uid
5678         can return float.
5680         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5681         and about derived modes.
5682         (Minor Modes): Add minor-mode-list.
5683         (Defining Minor Modes): Keyword args for define-minor-mode.
5684         (Search-based Fontification): Explain managing other properties.
5685         (Other Font Lock Variables): Add font-lock-extra-managed-props.
5686         (Faces for Font Lock): Add font-locl-preprocessor-face.
5687         (Hooks): Add run-mode-hooks and delay-mode-hooks.
5689         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
5690         (Variable Aliases): Clarify defvaralias.
5692         * loading.texi (Library Search): Add load-suffixes.
5694         * minibuf.texi (Basic Completion): Add lazy-completion-table.
5695         (Programmed Completion): Add dynamic-completion-table.
5697         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5698         (Magic File Names): Specify precedence order of handlers.
5700         * commands.texi (Command Overview): Emacs server runs pre-command-hook
5701         and post-command-hook.
5702         (Waiting): New calling convention for sit-for.
5704         * text.texi (Special Properties): local-map and keymap properties
5705         apply based on their stickiness.
5707 2003-07-07  Richard M. Stallman  <rms@gnu.org>
5709         * modes.texi (Minor Mode Conventions): Specify only some kinds
5710         of list values as args to minor modes.
5712         * files.texi (File Name Expansion): Warn about iterative use
5713         of substitute-in-file-name.
5715         * advice.texi (Activation of Advice): Clean up previous change.
5717 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
5719         * advice.texi (Activation of Advice): Note that ad-start-advice is
5720         turned on by default.
5722 2003-06-30  Richard M. Stallman  <rms@gnu.org>
5724         * text.texi (Buffer Contents): Document current-word.
5725         (Change Hooks): Not called for *Messages*.
5727         * functions.texi (Defining Functions): Explain about redefining
5728         primitives.
5729         (Function Safety): Renamed.  Minor changes.
5730         Comment out the detailed criteria for what is safe.
5732 2003-06-22  Andreas Schwab  <schwab@suse.de>
5734         * objects.texi (Symbol Type): Fix description of examples.
5736 2003-06-16  Andreas Schwab  <schwab@suse.de>
5738         * hash.texi (Creating Hash): Fix description of :weakness.
5740 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5742         * files.texi (Changing Files): copy-file copies file modes, too.
5744 2003-05-28  Richard M. Stallman  <rms@gnu.org>
5746         * strings.texi (Creating Strings): Clarify split-string.
5748 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
5750         * strings.texi (Creating Strings): Update split-string specification
5751         and examples.
5753 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5755         * elisp.texi: Correct invariant section names.
5757 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5759         * os.texi (Timers): Explain about timers and quitting.
5761 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5763         * internals.texi (Writing Emacs Primitives): Strings are
5764         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5765         Explain GCPRO convention for varargs function args.
5767 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5769         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5771 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5773         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5775 2003-02-13  Kim F. Storm  <storm@cua.dk>
5777         * objects.texi (Character Type): New \s escape for space.
5779 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5781         * os.texi (System Environment): Added cygwin system-type.
5783 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5785         * keymaps.texi: Document that a symbol can act as a keymap.
5787 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5789         * text.texi (Changing Properties): Say string indices are origin-0.
5791         * positions.texi (Screen Lines) <compute-motion>:
5792         Correct order of elts in return value.
5794         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5795         how to define a default binding.
5797 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5799         * loading.texi (Unloading): Fix recent change for load-history.
5801         * customize.texi (Simple Types): Clarify description of custom
5802         type 'number.  Describe new custom type 'float.
5804 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5806         * variables.texi (File Local Variables): Fix typo.
5808 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5810         From Michael Albinus <Michael.Albinus@alcatel.de>.
5812         * README: Target for Info file is `make info'.
5814         * files.texi (File Name Components): Fixed typos in
5815         `file-name-sans-extension'.
5816         (Magic File Names): Complete list of operations for magic file
5817         name handlers.
5819 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5821         * variables.texi (File Local Variables): New function
5822         risky-local-variable-p.
5824 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5826         * functions.texi (Function safety): New node about unsafep.
5828 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5830         * customize.texi (Splicing into Lists): Fixed example.
5831         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5833 2002-06-17  Juanma Barranquero  <lektu@terra.es>
5835         * frames.texi (Display Feature Testing): Fix typo.
5837 2002-06-12  Andreas Schwab  <schwab@suse.de>
5839         * frames.texi (Initial Parameters, Resources): Fix references to
5840         the Emacs manual.
5842 2002-05-13  Kim F. Storm  <storm@cua.dk>
5844         * variables.texi (Intro to Buffer-Local): Updated warning and
5845         example relating to changing buffer inside let.
5847 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5849         * os.texi (Session Management): New node about X Session management.
5851 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
5853         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
5854         to which the manual corresponds, and the copyright years.
5856         * Makefile.in (VERSION): Set to 2.9.
5858 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
5860         * elisp.texi: Change the category in @dircategory to "Emacs", to
5861         make it consistent with info/dir.
5863 2001-11-25  Miles Bader  <miles@gnu.org>
5865         * text.texi (Fields): Describe new `limit' arg in
5866         field-beginning/field-end.
5868 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5870         * permute-index: Don't depend on csh-specific features.  Replace
5871         the interpreter name with /bin/sh.
5873         * two-volume-cross-refs.txt: New file.
5874         * two.el: New file.
5875         * spellfile: New file.
5877 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
5879         * permute-index: New file.
5881         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5882         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5883         8+3 restricted namespace.
5885         * Makefile.in (infodir): Define relative to $(srcdir).
5886         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5887         include directories list via -I switch to makeinfo.
5888         (index.texi): Use cp if both hard and symbolic links fail.
5890 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5892         * Makefile.in (distclean): Add.
5894         The following changes make ELisp manual part of the Emacs
5895         distribution:
5897         * Makefile.in: Add Copyright notice.
5898         (prefix): Remove.
5899         (infodir): Change value to "../info".
5900         (VPATH): New variable.
5901         (MAKE): Don't define.
5902         (texmacrodir): Don't define.
5903         (texinputdir): Append the existing value of TEXINPUTS.
5904         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
5905         command to be compatible with man/Makefile.in, and to put the
5906         output into ../info.
5907         (info): Add target.
5908         (installall): Target removed.
5910 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5912         * tips.texi (Coding Conventions): Fix typo.
5914 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5916         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5918 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5920         * files.texi (File Name Components): Update the description of
5921         file-name-sans-extension and file-name-extension, as they now
5922         ignore leading dots.
5924 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5926         * (Version 21.1 released.)
5928 2001-10-19  Miles Bader  <miles@gnu.org>
5930         * positions.texi (Text Lines): Describe behavior of
5931         `beginning-of-line'/`end-of-line' in the presence of field properties.
5933 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
5935         * Makefile.in (VERSION): Set to 2.8.
5936         (manual): Use `manual-21'.
5938         * elisp.texi (VERSION): Add and use it where the version
5939         number was used.  Set it to 2.8.
5941         * intro.texi: Likewise.
5943 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5945         * files.texi (File Name Completion): Document the significance of
5946         a trailing slash in elements of completion-ignored-extensions.
5948 2001-10-06  Miles Bader  <miles@gnu.org>
5950         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5952 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5954         * variables.texi (Variable Aliases): New node.
5956 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5958         * Branch for 21.1.
5960 2001-10-02  Miles Bader  <miles@gnu.org>
5962         * minibuf.texi (Minibuffer Misc): Add entries for
5963         `minibuffer-contents', `minibuffer-contents-no-properties', and
5964         `delete-minibuffer-contents'.
5965         Correct description for `minibuffer-prompt-end'.
5967         * text.texi (Property Search): Correct descriptions of
5968         `next-char-property-change' and `previous-char-property-change'.
5969         Add entries for `next-single-char-property-change' and
5970         `previous-single-char-property-change'.
5971         Make operand names a bit more consistent.
5973 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5975         * frames.texi (Finding All Frames): Document that next-frame and
5976         previous-frame are local to current terminal.
5978 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
5980         * keymaps.texi (Creating Keymaps): Fix the description of the
5981         result of make-keymap.
5983 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5985         * display.texi (Font Lookup, Attribute Functions)
5986         (Image Descriptors): Add cross-references to the definition of
5987         selected frame.
5989         * buffers.texi (The Buffer List): Add cross-references to the
5990         definition of selected frame.
5992         * frames.texi (Input Focus): Clarify which frame is _the_ selected
5993         frame at any given time.
5994         (Multiple Displays, Size and Position): Add a cross-reference to
5995         the definition of the selected frame.
5997 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5999         * strings.texi (String Conversion) <string-to-number>: Document
6000         that a float is returned for integers that are too large.
6002         * frames.texi (Mouse Position): Document mouse-position-function.
6003         (Display Feature Testing): Document display-images-p.
6004         (Window Frame Parameters): Document the cursor-type variable.
6006         * numbers.texi (Integer Basics): Document CL style read syntax for
6007         integers in bases other than 10.
6009         * positions.texi (List Motion): Document
6010         open-paren-in-column-0-is-defun-start.
6012         * lists.texi (Sets And Lists): Document member-ignore-case.
6014         * internals.texi (Garbage Collection): Document the used and free
6015         strings report.
6016         (Memory Usage): Document strings-consed.
6018         * os.texi (Time of Day): Document float-time.
6019         (Recording Input): Document that clear-this-command-keys clears
6020         the vector to be returned by recent-keys.
6022         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6023         argument keymap can be a list.
6025         * nonascii.texi (User-Chosen Coding Systems)
6026         <select-safe-coding-system>: Document the new argument
6027         accept-default-p and the variable
6028         select-safe-coding-system-accept-default-p.  Tell what happens if
6029         buffer-file-coding-system is undecided.
6030         (Default Coding Systems): Document auto-coding-regexp-alist.
6032         * display.texi (The Echo Area) <message>: Document
6033         message-truncate-lines.
6034         (Glyphs): Document that the glyph table is unused on windowed
6035         displays.
6037         * help.texi (Describing Characters) <single-key-description>:
6038         Document the new argument no-angles.
6039         (Accessing Documentation) <documentation-property>: Document that
6040         a non-string property is evaluated.
6041         <documentation>: Document that the function-documentation property
6042         is looked for.
6044         * windows.texi (Selecting Windows): Document some-window.
6046         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
6048         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
6049         apropos-mode-hook.
6051         * commands.texi (Using Interactive): Document interactive-form.
6052         (Keyboard Macros): Document kbd-macro-termination-hook.
6053         (Command Loop Info): Document that clear-this-command-keys clears
6054         the vector to be returned by recent-keys.
6056 2001-09-04  Werner LEMBERG  <wl@gnu.org>
6058         * Makefile.in (srcdir, texinputdir): New variables.
6059         (srcs, index.texi, install): Use $(srcdir).
6060         (.PHONY): Remove elisp.dvi.
6061         (elisp): Use -I switch for makeinfo.
6062         (elisp.dvi): Use $(srcdir) and $(texinputdir).
6063         (installall, dist): Use $(srcdir).
6064         Fix path to texinfo.tex.
6065         (maintainer-clean): Add elisp.dvi and elisp.oaux.
6067 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6069         * display.texi (Conditional Display): Adjust to API change.
6071         * configure: New file.
6073 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6075         * commands.texi (Repeat Events): Add description of
6076         double-click-fuzz.
6078 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
6080         * syntax.texi (Syntax Class Table): Add the missing designator for
6081         comment and string fences.
6082         (Syntax Properties): Add a xref to syntax table internals.
6083         (Syntax Table Internals): Document string-to-syntax.
6085 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
6087         * Makefile.in (install): Use install-info command line options
6088         like in Emacs' Makefile.in.
6090 2000-12-09  Miles Bader  <miles@gnu.org>
6092         * windows.texi (Window Start): Update documentation for
6093         `pos-visible-in-window-p'.
6095 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6097         * lists.texi (Building Lists): Add footnote to explain how to add
6098         to the end of a list.
6100 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6102         * files.texi (Visiting Functions): Typos.
6104 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
6106         * files.texi (Visiting Functions): Return value of
6107         find-file-noselect may be a list of buffers if wildcards are used.
6109 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6111         * display.texi (Defining Faces): Document `graphic' display type
6112         in face specs.
6114 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6116         * hooks.texi (Standard Hooks): Replace obsolete
6117         `after-make-frame-hook' with `after-make-frame-functions'.
6119         * frames.texi (Creating Frames): Ditto.
6121         * variables.texi (Future Local Variables): Ditto.
6123 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
6125         * display.texi (Other Image Types): Add description of :foreground
6126         and :background properties of mono PBM images.
6128 2000-08-17  Werner LEMBERG  <wl@gnu.org>
6130         * .cvsignore: New file.
6132 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
6134         * tindex.pl: New script.
6136 1999-12-03  Dave Love  <fx@gnu.org>
6138         * Makefile.in (MAKEINFO): New parameter.
6140 1999-09-17  Richard Stallman  <rms@gnu.org>
6142         * Makefile.in (srcs): Add hash.texi.
6143         (VERSION): Update to 20.6.
6145 1999-09-13  Richard Stallman  <rms@gnu.org>
6147         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
6149 1998-08-29  Karl Heuer  <kwzh@gnu.org>
6151         * configure.in: New file.
6152         * Makefile.in: Renamed from Makefile.
6153         (prefix, infodir): Use value obtained from configure.
6154         (emacslibdir): Obsolete variable deleted.
6155         (dist): Distribute configure.in, configure, Makefile.in.
6157 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6159         * Makefile (INSTALL_INFO): New variable.
6160         (install): Run install-info.
6162 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
6164         * Makefile (elisp.dvi): Add missing backslash.
6166 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
6168         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
6169         Run texindex without `./'.  Always run texindex on elisp.tp.
6170         (elisp.tps): Target deleted.
6172 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
6174         * Makefile (srcs): Add nonascii.texi and customize.texi.
6175         (dist): Start by deleting `temp'.
6177 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
6179         * Makefile (makeinfo, texindex): Targets deleted.
6180         (makeinfo.o, texindex.o): Targets deleted.
6181         (clean, dist): Don't do anything with them or with getopt*.
6183 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
6185         * Makefile (SHELL): Defined.
6187 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
6189         * Makefile (elisp.tps): New target.
6190         (elisp.dvi): Depend on elisp.tps.
6192 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
6194         * README: Update phone number.
6196         * Makefile (elisp): Make this be the default target.
6197         Depend on makeinfo.c instead of makeinfo.
6198         (install): Don't depend on elisp.dvi, since we don't install that.
6199         Use mkinstalldirs.
6200         (dist): Add mkinstalldirs.
6202 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
6204         * Makefile (VERSION): Update version number.
6205         (maintainer-clean): Renamed from realclean.
6207 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
6209         * Makefile (realclean): New target.
6210         (elisp): Remove any old elisp-* files first.
6212 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
6214         * Makefile (VERSION): New variable.
6215         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
6216         Compressed file suffix should be `.gz', not `.z'.
6218 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6220         * Makefile (elisp): Depend on makeinfo.
6222 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
6224         * Makefile (srcs): Add anti.texi.
6226 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6228         * Makefile (infodir, prefix): New vars.
6229         (install): Use infodir.
6230         (emacsinfodir): Deleted.
6232 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6234         * Makefile (srcs): Add calendar.texi.
6236         * Makefile (dist): Copy texindex.c and makeinfo.c.
6237         Limit elisp-* files to those with one or two digits.
6239 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6241         * Makefile (dist): Changed to use Gzip instead of compress.
6243 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6245         * loading.texi (Unloading): define-function changed back to
6246         defalias.  It may not stay this way, but at least it's
6247         consistent with the known-good version of the code patch.
6249 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
6251         * modes.texi (Hooks): Document new optional arg of add-hook.
6253 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
6255         * variables.texi: Document nil initial value of buffer-local variables.
6257         * tips.texi: Add new section on standard library headers.
6259 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6261         * Makefile (srcs): Add frame.texi to the list of sources.
6263 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6265         * Makefile (dist): Don't bother excluding autosave files; they'll
6266         never make it into the temp directory anyway, and the hash marks
6267         in the name are problematic for make and the Bourne shell.
6268         (srcs):
6270 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6272         * Makefile (dist): Don't include backup files or autosave files in
6273         the distribution tar file.
6275 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6277         * Makefile (srcs): Added index.perm.
6278         (elisp.dvi): Remove erroneous shell comment.
6279         Expect output of permute-index in permuted.fns.
6280         Save old elisp.aux in elisp.oaux.
6281         (clean): Added index.texi to be deleted.
6283 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6285         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6287 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
6289         * files.texi: Noted that completion-ignored-extensions is ignored
6290         when making *Completions*.
6292 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
6294         * Makefile  make dist now depends on elisp.dvi, since it tries
6295         to include it in the dist file.
6297 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
6299         * functions.texinfo (Mapping Functions): Add missing quote
6301 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6303         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
6304         (defunargs): Turn off \hyphenchar of \sl font temporarily.
6306 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6308         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
6309         and @error{} are the terms now being used.  The files in the
6310         directory have been changed to reflect this.
6312         * All instances of @indentedresultt{} have been changed to
6313         `     @result{}', using 5 spaces at the begining of the line.
6315 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6317         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
6318         experimental @indentedresult{}, @indentedexpandsto{} are part of
6319         the texinfo.tex in this directory.  These TeX macros are not
6320         stable yet.
6322 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6324         * texinfo.tex: Temporarily added
6325                 \let\result=\dblarrow
6326                 \def\error{{\it ERROR} \longdblarrow}
6327         We need to do this better soon.
6329 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
6331         * Applied Karl Berry's patches to *.texinfo files, but not to
6332         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
6333         new title page format is also not applied, since it requires
6334         texinfo.tex changes.)
6336         * Cleaned up `Makefile' and defined the `emacslibdir' directory
6337         for the Project GNU development environment.
6339 ;; Local Variables:
6340 ;; coding: iso-2022-7bit
6341 ;; add-log-time-zone-rule: t
6342 ;; End:
6344     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6345       2005, 2006, 2007 Free Software Foundation, Inc.
6347   This file is part of GNU Emacs.
6349   GNU Emacs is free software; you can redistribute it and/or modify
6350   it under the terms of the GNU General Public License as published by
6351   the Free Software Foundation; either version 3, or (at your option)
6352   any later version.
6354   GNU Emacs is distributed in the hope that it will be useful,
6355   but WITHOUT ANY WARRANTY; without even the implied warranty of
6356   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6357   GNU General Public License for more details.
6359   You should have received a copy of the GNU General Public License
6360   along with GNU Emacs; see the file COPYING.  If not, write to the
6361   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6362   Boston, MA 02110-1301, USA.
6364 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda