(Glossary): Explain `iff'.
[emacs.git] / lispref / ChangeLog
blob6eaa9482cbfb977ecd0aa0aaeddbad883dcd7e2b
1 2007-04-11  Karl Berry  <karl@gnu.org>
3         * anti.texi (Antinews),
4         * display.texi (Overlay Properties) and (Defining Images),
5         * processes.texi (Synchronous Processes) and (Sentinels),
6         * syntax.texi (Syntax Table Internals),
7         * searching.texi (Regexp Special),
8         * nonascii.texi (Default Coding Systems),
9         * text.texi (Special Properties),
10         * minibuf.texi (Basic Completion): Wording to improve breaks in
11         8.5x11 format.
12         * elisp.texi (smallbook): new @set to more easily switch between
13         smallbook and 8.5x11.
15 2007-04-11  Richard Stallman  <rms@gnu.org>
17         * text.texi (Lazy Properties): Minor fix.
19 2007-04-08  Karl Berry  <karl@gnu.org>
21         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
22         * macros.texi (Backquote): Downcase Backquote in index entries for
23         consistency.
25 2007-04-08  Richard Stallman  <rms@gnu.org>
27         * text.texi (Adaptive Fill): Just describe default,
28         don't show it (since it contains non-ASCII chars).
30 2007-04-07  Karl Berry  <karl@gnu.org>
32         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
33         adaptive-fill-regexp's value, since they are not in the standard
34         TeX fonts.
36 2007-04-07  Herbert Euler  <herberteuler@hotmail.com>
38         * display.texi (Defining Faces): Fix example.
40 2007-04-07  Karl Berry  <karl@gnu.org>
42         * display.texi (Button Buffer Commands): Improve page break.
44 2007-04-07  Richard Stallman  <rms@gnu.org>
46         * advice.texi (Activation of Advice): Remove redundant index entry.
48         * backups.texi: Improve index entries.  Remove redundant ones.
50         * compile.texi (Byte Compilation): Improve index entry.
52         * hash.texi (Creating Hash): Improve index entry.
54         * symbols.texi (Definitions): Improve index entry.
56         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
58         * maps.texi (Standard Keymaps): Remove useless index entry.
60         * help.texi (Documentation Basics): Remove redundant index entries.
62         * customize.texi: Improve index entries.
63         Remove redundant/useless ones.
65         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
67         * streams.texi (Output Variables): Improve index entry.
69         * abbrevs.texi (Abbrevs): Remove useless index entry.
71         * macros.texi (Expansion): Remove useless index entry.
73         * text.texi: Improve index entries.  Remove redundant/useless ones.
74         (Text Properties, Examining Properties)
75         (Special Properties): Use "property category" instead of "category"
76         to refer to the `category' property.
78         * positions.texi: Improve index entries.  Remove useless one.
80         * lists.texi: Improve index entries.  Remove redundant/useless ones.
82         * os.texi: Improve index entries.
83         (Timers): Fix previous change.
85         * buffers.texi: Improve index entries.
86         (Modification Time): Get rid of term "obsolete buffer".
88         * debugging.texi: Improve index entries.
89         (Test Coverage): Add xref to other test coverage ftr.
91         * eval.texi: Improve index entry.  Remove redundant ones.
93         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
95         * files.texi: Improve index entries.  Remove redundant/useless ones.
97         * objects.texi: Improve index entries.
99         * processes.texi: Improve index entries.
101         * modes.texi: Improve index entry.  Remove redundant one.
103         * nonascii.texi: Improve index entries.
105         * internals.texi: Improve index entries.
107         * syntax.texi: Improve index entries.
109         * keymaps.texi (Active Keymaps): Improve index entries.
111         * commands.texi: Improve index entries.  Remove redundant/useless ones.
113         * frames.texi: Improve index entries.  Remove redundant/useless ones.
115         * markers.texi: Improve index entries.  Remove redundant ones.
117         * tips.texi: Improve index entries.
119         * loading.texi (Unloading): Improve index entry.
121         * variables.texi: Improve index entries.  Remove redundant one.
123         * sequences.texi: Improve index entry.
125         * display.texi: Improve index entries.  Remove redundant ones.
127         * windows.texi: Improve index entries.
129         * searching.texi: Improve index entries.  Remove redundant one.
131         * strings.texi (Case Tables): Improve last change.
133 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
135         * strings.texi (Case Tables): Document with-case-table and
136         ascii-case-table.
138 2007-04-03  Karl Berry  <karl@gnu.org>
140         * processes.texi (Network): Reword to improve page break.
142 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
144         * functions.texi (Inline Functions): Describe more disadvantages
145         of defsubst, and make advice against it stronger.
147 2007-04-02  Karl Berry  <karl@gnu.org>
149         * backups.texi (Backup Names): Avoid widow words.
150         * modes.texi (Example Major Modes): Align last comment.
152 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
154         * keymaps.texi (Remapping Commands): Document new arg to
155         command-remapping.
157 2007-04-01  Karl Berry  <karl@gnu.org>
159         * processes.texi (Low-Level Network): typo.
160         * loading.texi (Hooks for Loading): avoid double "the".
161         * keymaps.texi (Key Sequences): no double "and".
162         (Changing Key Bindings): shorten to improve line break.
164 2007-03-31  Glenn Morris  <rgm@gnu.org>
166         * os.texi (Timers): Fix description of run-at-time TIME formats.
168 2007-03-31  Richard Stallman  <rms@gnu.org>
170         * display.texi (Invisible Text): Correct buffer-invisibility-spec
171         regarding ellipsis.
173 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
175         * intro.texi (nil and t):
176         * symbols.texi (Plists and Alists):
177         * variables.texi (Variable Aliases, Constant Variables):
178         * functions.texi (Defining Functions):
179         * advice.texi (Advising Primitives):
180         * debugging.texi (Syntax Errors, Compilation Errors):
181         * minibuf.texi (Minibuffer Windows):
182         * commands.texi (Adjusting Point):
183         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
184         (Auto Major Mode, Major Mode Conventions):
185         * help.texi (Describing Characters):
186         * files.texi (Create/Delete Dirs, Information about Files)
187         (File Locks, Writing to Files, Reading from Files)
188         (Saving Buffers):
189         * windows.texi (Resizing Windows, Cyclic Window Ordering):
190         * frames.texi (Finding All Frames):
191         * positions.texi (Buffer End, Motion):
192         * markers.texi (The Region):
193         * text.texi (Deletion, Near Point):
194         * display.texi (Displaying Messages, Truncation):
195         * os.texi (Processor Run Time):
196         * tips.texi (Key Binding Conventions, Programming Tips)
197         (Warning Tips, Documentation Tips, Comment Tips):
198         * internals.texi (Memory Usage): Improve indexing.
200         * variables.texi (Frame-Local Variables):
201         * functions.texi (Argument List):
202         * loading.texi (Library Search):
203         * streams.texi (Output Variables):
204         * keymaps.texi (Translation Keymaps, Searching Keymaps):
205         * searching.texi (Replacing Match, Search and Replace):
206         * processes.texi (Byte Packing, Decoding Output)
207         (Accepting Output, Network Servers, Shell Arguments):
208         * display.texi (Abstract Display, Image Cache, Scroll Bars):
209         * windows.texi (Window Point, Window Start):
210         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
211         * commands.texi (Reading Input, Keyboard Events):
212         * minibuf.texi (Reading File Names, Minibuffer Completion)
213         (Recursive Mini):
214         * positions.texi (List Motion):
215         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
216         * numbers.texi (Arithmetic Operations, Math Functions)
217         (Predicates on Numbers, Comparison of Numbers):
218         (Numeric Conversions):
219         * locals.texi (Standard Buffer-Local Variables):
220         * maps.texi (Standard Keymaps):
221         * os.texi (User Identification, System Environment, Recording Input)
222         (X11 Keysyms):
223         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
224         * backups.texi (Backups and Auto-Saving):
225         * customize.texi (Customization, Group Definitions)
226         (Variable Definitions):
227         * compile.texi (Byte Compilation): Improve index entries.
229 2007-03-31  Karl Berry  <karl@gnu.org>
231         * macros.texi (Defining Macros): Avoid widow syllable.
233 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
235         * elisp.texi (Top): Postscript -> PostScript.
237         * display.texi (Images, Postscript Images): Postscript -> PostScript.
239 2007-03-31  Markus Triska  <markus.triska@gmx.at>
241         * internals.texi (Writing Emacs Primitives): Untabify `For'.
243 2007-03-30  Karl Berry  <karl@gnu.org>
245         * lists.texi (List-related Predicates): Remove spurious @need.
246         (Setcdr): Use @smallexample to improve page break.
247         (Association Lists) <assoc>: Reword to improve page break.
249         * strings.texi (String Conversion): Insert blank line to improve
250         page break.
252         * numbers.texi (Random Numbers): Use @minus{}.
253         (Math Functions): Use @minus{}.
255         * intro.texi (Acknowledgements): Avoid line breaks before middle
256         initials.
258 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
260         * errors.texi (Standard Errors): Add an index entry.
262 2007-03-19  Richard Stallman  <rms@gnu.org>
264         * os.texi (Recording Input): recent-keys now gives 300 keys.
266 2007-03-12  Glenn Morris  <rgm@gnu.org>
268         * os.texi: Replace "daylight savings" with "daylight saving"
269         throughout.
271 2007-03-05  Richard Stallman  <rms@gnu.org>
273         * variables.texi (File Local Variables): Update
274         enable-local-variables values.
276 2007-03-04  Richard Stallman  <rms@gnu.org>
278         * syntax.texi (Control Parsing): Minor clarification.
280         * strings.texi (Formatting Strings): Clarify width, precision, flags.
282         * sequences.texi (Sequence Functions): Move string-bytes away,
283         add xref.
285         * nonascii.texi (Text Representations): Move string-bytes here.
287         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
289         * minibuf.texi (Basic Completion): Minor clarification.
291         * markers.texi (The Mark): Clarify existence vs activation of mark.
292         Other cleanup.
294         * display.texi (Finding Overlays): Write better example.
296         * compile.texi (Eval During Compile): Clarify putting macros
297         in eval-when-compile.
299 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
301         * loading.texi (How Programs Do Loading): Fix anchor position at
302         load-read-function definition doc. (tiny change)
303         
304 2007-02-21  Kim F. Storm  <storm@cua.dk>
306         * strings.texi (Text Comparison): Mention that assoc-string
307         converts symbols to strings before testing.
309 2007-02-17  Kim F. Storm  <storm@cua.dk>
311         * processes.texi (Bindat Spec): Vector types can have optional
312         element type.
313         (Bindat Examples): Fix example.  Add vector with element type.
315 2007-02-16  Andreas Schwab  <schwab@suse.de>
317         * strings.texi (Formatting Strings): Document '+' flag.
319 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
321         * strings.texi (Modifying Strings): Clarify that `clear-string'
322         always converts the string to unibyte.
324 2007-02-14  Kim F. Storm  <storm@cua.dk>
326         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
327         Rewrite glyph code description to refer to these functions.
328         Remove details of encoding face number and char into integer code.
330 2007-02-03  Alan Mackenzie  <acm@muc.de>
332         * loading.texi (Hooks for Loading): Make the description of
333         `eval-after-load' more detailed, and amend the description of
334         after-load-alist, in accordance with changes from 2006-05.
336 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
338         * modes.texi (Defining Minor Modes): Document that a :require
339         keyword or similar may be required to make saved customization
340         variables work.
342 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
344         * elisp.texi (Top): Make the detailed menu headers compliant with
345         Texinfo guidelines and with what texnfo-upd.el expects.  Add
346         comments to prevent people from inadvertently modifying the key
347         parts needed by `texinfo-multiple-files-update'.
349 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
351         * elisp.texi (Top): Update the top-level menus.
353         * syntax.texi (Categories): Add index entries.
355 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
357         * display.texi (Attribute Functions): Fix name and description of
358         the UNDERLINE arg of `set-face-underline-p'.
360 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
362         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
363         Variables", and "Standard Keymaps" to the detailed menu.
365         * variables.texi (Future Local Variables): Add index entry.
367 2007-01-28  Richard Stallman  <rms@gnu.org>
369         * tips.texi (Coding Conventions): Clarify the tip about macros
370         that define a function or a variable.
372         * files.texi (File Attributes): UID and GID can be floats.
373         (Magic File Names): Explain why deferring all operations to
374         the standard handler does not work.
376 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
378         * backups.texi (Reverting): Use "buffer" instead of "file"
379         when talking about major and minor modes.
381 2007-01-21  Richard Stallman  <rms@gnu.org>
383         * help.texi (Documentation): Add xref to Documentation Tips.
385 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
387         * tips.texi (Coding Conventions): Fix typos.
389 2007-01-05  Richard Stallman  <rms@gnu.org>
391         * modes.texi (Defining Minor Modes): Fix previous change.
393 2007-01-03  Richard Stallman  <rms@gnu.org>
395         * customize.texi (Variable Definitions, Customization Types):
396         Don't use * in doc string for defcustom.
398 2007-01-02  Richard Stallman  <rms@gnu.org>
400         * variables.texi (Variable Aliases): Clarify that aliases vars
401         always have the same value.
403         * processes.texi (Bindat Spec): Fix Texinfo usage.
405         * modes.texi (Defining Minor Modes): Explain effect of command
406         defined with define-global-minor-mode on new buffers.
408 2006-12-30  Kim F. Storm  <storm@cua.dk>
410         * keymaps.texi (Tool Bar): Describe `grow-only' value of
411         `auto-resize-tool-bars'.
413 2006-12-30  Richard Stallman  <rms@gnu.org>
415         * keymaps.texi (Active Keymaps): Fix previous change.
417 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
419         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
421 2006-12-30  Kim F. Storm  <storm@cua.dk>
423         * processes.texi (Bindat Spec): Clarify using field names in
424         length specifications.
426 2006-12-29  Kim F. Storm  <storm@cua.dk>
428         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
429         Add count and index variables for eval forms in repeat blocks.
431 2006-12-24  Richard Stallman  <rms@gnu.org>
433         * customize.texi (Variable Definitions): Document
434         new name custom-add-frequent-value.
436 2006-12-19  Kim F. Storm  <storm@cua.dk>
438         * commands.texi (Misc Events): User signals now result in sigusr1
439         and sigusr2 events which are handled through special-event-map.
440         (Special Events): User signals and drag-n-drop are special.
442 2006-12-17  Richard Stallman  <rms@gnu.org>
444         * loading.texi (Named Features): Explain subfeatures better.
446         * customize.texi: Use "option" only for user options.
447         For the keyword values inside defcustom etc, say "keywords".
448         For :options value's elements, say "elements".
449         :group should not be omitted.
451         * syntax.texi (Parsing Expressions): Split up node.
452         (Motion via Parsing, Position Parse, Parser State)
453         (Low-Level Parsing, Control Parsing): New subnodes.
454         (Parser State): Document syntax-ppss-toplevel-pos.
456         * positions.texi (List Motion): Punctuation fix.
458         * files.texi (File Name Completion): Document PREDICATE arg
459         to file-name-completion.
461 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
463         * internals.texi (Building Emacs, Writing Emacs Primitives):
464         Add index entries.
466 2006-12-11  Richard Stallman  <rms@gnu.org>
468         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
469         affects face menu.  Explain how to make it non-nil without enabling
470         any fontification.
472 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
474         * modes.texi (Font Lock Basics): Document nil value of
475         font-lock-defaults.
477 2006-12-10  Glenn Morris  <rgm@gnu.org>
479         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
480         value for system-flag argument.  Abbrev tables may not be empty
481         when major modes are loaded.
483 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
485         * makefile.w32-in (maintainer-clean): Partially revert last
486         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
487         to protect elisp-covers.texi.
489 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
491         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
492         Don't remove elisp* info files; they are already deleted by the
493         `clean' and `distclean' targets, and they are in the $(infodir)
494         directory, not the current one.
496 2006-12-04  Kim F. Storm  <storm@cua.dk>
498         * commands.texi (Misc Events): Update signal events.
499         (Event Examples): Add signal example.
501 2006-11-29  Richard Stallman  <rms@gnu.org>
503         * frames.texi (Visibility of Frames): Explain visible windows
504         can be covered by others.  Add xref for raise-frame.
506 2006-11-28  Richard Stallman  <rms@gnu.org>
508         * searching.texi (Regexp Special): Update when ^ is special.
510 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
512         * customize.texi (Customization, Common Keywords)
513         (Group Definitions, Variable Definitions, Composite Types)
514         (Type Keywords, Customization Types): Add index entries for
515         various customization keywords.
517 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
519         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
521 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
523         * frames.texi (Window System Selections): Remove clipboard from
524         description of selection-coding-system.
526 2006-11-06  Richard Stallman  <rms@gnu.org>
528         * lists.texi (List Variables): Document COMPARE-FN.
530         * keymaps.texi: Avoid use of "binding" to mean a relation;
531         use it only to refer to the meaning associated with a key.
532         (Keymaps): Change menu node description.
534         * elisp.texi (Top): Change menu node description.
536         * display.texi (Managing Overlays): Document overlay-recenter.
538 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
540         * Makefile.in: Use relative paths to avoid advertising filesystem
541         contents during compilation.
543 2006-10-23  Kim F. Storm  <storm@cua.dk>
545         * commands.texi (Event Input Misc): Update unread-command-events.
547 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
549         * lists.texi (Sets And Lists): Fix typos.
551 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
553         * control.texi (Processing of Errors): Use @var for an argument,
554         not @code.
556 2006-10-16  Richard Stallman  <rms@gnu.org>
558         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
560         * keymaps.texi (Format of Keymaps): Show all the keymap element
561         patterns that result from menu items.
562         (Key Lookup): Minor cleanups.
564         * modes.texi (Precalculated Fontification): Don't say that
565         not setting font-lock-defaults avoids loading font-lock.
567         * help.texi (Documentation): Move xref to Emacs Manual here.
568         (Documentation Basics): From here.
569         Also doc emacs-lisp-docstring-fill-column.
571         * elisp.texi: Update version and ISBN.
573         * commands.texi (Interactive Call): Clarify KEYS arg to
574         call-interactively is a vector.
575         (Command Loop Info): Delete anchor in this-command-keys.
576         Add anchor in this-command-keys-vector.
577         (Recursive Editing): Document how recursive-edit
578         handles the current buffer.
580 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
582         * frames.texi (Frame Titles): %c and %l are ignored in
583         frame-title-format.
585 2006-10-11  Richard Stallman  <rms@gnu.org>
587         * keymaps.texi (Key Sequences): Clarify use of kbd.
589 2006-10-10  Kim F. Storm  <storm@cua.dk>
591         * lists.texi (Sets And Lists): Add memql.
593 2006-10-03  Richard Stallman  <rms@gnu.org>
595         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
596         Clarify :ascii: and :nonascii:.
598 2006-09-29  Juri Linkov  <juri@jurta.org>
600         * modes.texi (%-Constructs): Reorder coding systems in the
601         documentation of %z to the real order displayed in the modeline.
603 2006-09-25  Richard Stallman  <rms@gnu.org>
605         * os.texi (Timers): Describe timer-max-repeats.
607 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
609         * os.texi (Timers): Mention with-local-quit.
611 2006-09-24  Richard Stallman  <rms@gnu.org>
613         * searching.texi (Searching and Matching): Mention property search.
615         * commands.texi (Command Loop Info): Explain how read-event affects
616         this-command-keys.
618 2006-09-20  Richard Stallman  <rms@gnu.org>
620         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
622         * windows.texi (Window Start): Minor cleanups.
624 2006-09-20  Kim F. Storm  <storm@cua.dk>
626         * windows.texi (Window Start): pos-visible-in-window-p allows
627         specifying t for position to mean "end of window".
628         Add window-line-height.
630         * anti.texi (Antinews): Mention window-line-height.
632 2006-09-19  David Kastrup  <dak@gnu.org>
634         * keymaps.texi (Searching Keymaps): Small clarification.
636 2006-09-18  Richard Stallman  <rms@gnu.org>
638         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
639         cause keyboard menus.
640         (Menu Keymaps): Likewise.
641         (Defining Menus, Keyboard Menus): Clarify.
643         * text.texi (Fields): Clarify explanation of constrain-to-field.
645 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
647         * variables.texi (Tips for Defining): Fix a typo.
649 2006-09-15  Richard Stallman  <rms@gnu.org>
651         * keymaps.texi (Remapping Commands, Searching Keymaps)
652         (Active Keymaps): Clean up previous change.
654 2006-09-15  Jay Belanger  <belanger@truman.edu>
656         * gpl.texi: Replace "Library Public License" by "Lesser Public
657         License" throughout.
659 2006-09-15  David Kastrup  <dak@gnu.org>
661         * keymaps.texi (Active Keymaps): Adapt description to use
662         `get-char-property' instead `get-text-property'.  Explain how
663         mouse events change this.  Explain the new optional argument of
664         `key-binding' and its mouse-dependent lookup.
665         (Searching Keymaps): Adapt description similarly.
666         (Remapping Commands): Explain the new optional argument of
667         `command-remapping'.
669 2006-09-14  Richard Stallman  <rms@gnu.org>
671         * keymaps.texi (Searching Keymaps): Clarification.
672         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
674 2006-09-13  Richard Stallman  <rms@gnu.org>
676         * objects.texi (Character Type): Node split.
677         Add xref to Describing Characters.
678         (Basic Char Syntax, General Escape Syntax)
679         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
681 2006-09-11  Richard Stallman  <rms@gnu.org>
683         * display.texi (Display Table Format): Wording clarification.
684         (Glyphs): Clarifications.
686 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
688         * keymaps.texi (Active Keymaps): Mention that key-binding checks
689         local maps.
691 2006-09-10  Kim F. Storm  <storm@cua.dk>
693         * display.texi (Forcing Redisplay): Document return value of
694         function redisplay.
696 2006-09-09  Richard Stallman  <rms@gnu.org>
698         * windows.texi (Window Hooks): Explain limits of
699         window-scroll-functions.
701         * display.texi (Fringe Indicators): Update for last change in
702         indicate-buffer-boundaries.
704 2006-09-08  Richard Stallman  <rms@gnu.org>
706         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
708 2006-09-06  Kim F. Storm  <storm@cua.dk>
710         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
712         * windows.texi (Window Start): Update pos-visible-in-window-p.
714 2006-09-04  Richard Stallman  <rms@gnu.org>
716         * processes.texi (Accepting Output): Explain SECONDS=0 for
717         accept-process-output.
719         * os.texi (Idle Timers): Explain why timer functions should not
720         loop until (input-pending-p).
722 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
724         * makefile.w32-in (usermanualdir): New variable.
725         (elisp.dvi): Use it.
727 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
729         * buffers.texi (Buffer Modification): Fix last change.
731 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
733         * buffers.texi (Buffer Modification): Document
734         buffer-chars-modified-tick.
736 2006-08-31  Richard Stallman  <rms@gnu.org>
738         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
740 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
742         * modes.texi (Syntactic Font Lock):
743         Mention font-lock-syntactic-face-function
744         instead of specific faces.
746 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
748         * display.texi (Images): Add xrref to display-images-p.
750 2006-08-28  Kenichi Handa  <handa@m17n.org>
752         * nonascii.texi (Lisp and Coding Systems): Fix description of
753         detect-coding-region.
755 2006-08-27  Michael Olson  <mwolson@gnu.org>
757         * processes.texi (Transaction Queues): Remove stray quote
758         character.
760 2006-08-25  Richard Stallman  <rms@gnu.org>
762         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
763         Add xref.
765 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
767         * os.texi (Timers): Avoid waiting inside timers.
769 2006-08-21  Lute Kamstra  <lute@gnu.org>
771         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
773 2006-08-20  Richard Stallman  <rms@gnu.org>
775         * os.texi (Idle Timers): New node, split out from Timers.
776         Document current-idle-time.
777         * commands.texi (Reading One Event): Update xref.
778         * elisp.texi (Top): Update subnode menu.
780 2006-08-16  Richard Stallman  <rms@gnu.org>
782         * keymaps.texi (Extended Menu Items): Show format of cached
783         bindings in extended menu items.
785         * customize.texi (Variable Definitions): Explain when the
786         standard value expression is evaluated.
788 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
790         * commands.texi (Reading One Event): Explain idleness in
791         `read-event'.
793 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
795         * text.texi (Near Point): Say "cursor" not "terminal cursor".
796         (Commands for Insertion): Removed split-line since it's not
797         relevant for Lisp programming.
798         (Yank Commands): Rewrite introduction.
799         (Undo): Clarify.
800         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
801         (Filling): Remove redundant comment.  Clarify return value of
802         current-justification.
803         (Margins): Minor clarifications.
804         (Adaptive Fill): Update default value of adaptive-fill-regexp.
805         (Sorting): Update definition of sort-lines.
806         (Columns): Clarify behavior of sort-columns.
807         (Indent Tabs): Link to Tab Stops in Emacs manual.
808         (Special Properties): Clarify.
809         (Clickable Text): Mention Buttons package.
811 2006-08-12  Kevin Ryde  <user42@zip.com.au>
813         * os.texi (Time Parsing): Add %z to description of
814         format-time-string, as per docstring.  Add cross reference to
815         glibc manual for strftime.
817 2006-08-08  Richard Stallman  <rms@gnu.org>
819         * modes.texi: Clean up wording in previous change.
821 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
823         * modes.texi (Hooks): Clarify.
824         (Major Mode Basics): Mention define-derived-mode explicitly.
825         (Major Mode Conventions): Rebinding RET is OK for some modes.
826         Mention change-major-mode-hook and after-change-major-mode-hook.
827         (Example Major Modes): Moved to end of Modes section.
828         (Mode Line Basics): Clarify.
829         (Mode Line Data): Mention help-echo and local-map in strings.
830         Explain reason for treatment of non-risky variables.
831         (Properties in Mode): Clarify.
832         (Faces for Font Lock): Add font-lock-negation-char-face.
834 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
836         * strings.texi (Formatting Strings): Warn against arbitrary
837         strings as first arg to `format'.
839 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
841         * text.texi (Clickable Text): Mention `help-echo' text property.
842         Update intro, examples and associated explanations.
844 2006-07-31  Richard Stallman  <rms@gnu.org>
846         * commands.texi: Update xrefs.
847         (Event Mod): New node, cut out from old Translating Input.
849         * maps.texi: Update xrefs.
851         * keymaps.texi (Translation Keymaps): New node.
852         Update xrefs from Translating Input to Translation Keymaps.
854         * elisp.texi (Top): Update subnode menu.
856         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
858         * os.texi (System Interface): Fix menu descriptions of some nodes.
859         (Translating Input): Node deleted.
861 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
863         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
865         * lists.texi (Sets And Lists): Likewise.
867 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
869         * text.texi (Fields): Mention POS
870         requirement when narrowing is in effect.
872 2006-07-28  Richard Stallman  <rms@gnu.org>
874         * display.texi (Face Attributes): Simplify wording.
875         (Attribute Functions): Clarify meaning of new-frame default
876         attribute settings.
878         * customize.texi (Common Keywords): Document how to use
879         :package-version in a package not in Emacs.
881 2006-07-28  Kim F. Storm  <storm@cua.dk>
883         * commands.texi (Reading One Event): Fix last change.
885 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
887         * commands.texi (Reading One Event): Document SECONDS argument for
888         read-event, read-char, and read-char-exclusive.
890 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
893         to ensure correct identification.
895 2006-07-24  Richard Stallman  <rms@gnu.org>
897         * text.texi (Clickable Text): Clarify.
899         * sequences.texi (Vector Functions): Delete duplicate xref.
901         * objects.texi (Function Type): Clarify.
903         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
904         modes.
906         * lists.texi (List Variables): New node.
907         Material moved from other nodes.
909         * variables.texi (Setting Variables): add-to-list and
910         add-to-ordered-list moved to List Variables node.
912 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
914         * text.texi (Links and Mouse-1):
915         For mouse-on-link-p, expand on arg POS.
917 2006-07-21  Kim F. Storm  <storm@cua.dk>
919         * display.texi (Forcing Redisplay): Don't mention systems which
920         don't support sub-second timers for redisplay-preemption-period.
922         * os.texi (Terminal Output): Clarify text vs graphical terminal.
924 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
926         * frames.texi (Input Focus): Document that focus-follows-mouse has
927         no effect on MS-Windows.
929 2006-07-18  Richard Stallman  <rms@gnu.org>
931         * display.texi (Forcing Redisplay): Cleanups in previous change.
933         * processes.texi (Low-Level Network): Make menu more convenient.
935 2006-07-18  Kim F. Storm  <storm@cua.dk>
937         * display.texi (Forcing Redisplay): redisplay-preemption-period
938         only used on window systems.  Add xref to Terminal Output.
940         * os.texi (Terminal Output): baud-rate only controls preemption on
941         non-window systems.  Add xref to Forcing Redisplay.
943         * processes.texi (Low-Level Network): Rename node "Make Network"
944         to "Network Processes".
946 2006-07-18  Karl Berry  <karl@gnu.org>
948         * variables.texi, functions.texi, customize.texi, loading.texi:
949         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
951 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
953         * commands.texi (Waiting): Document batch-mode sit-for behavior.
955 2006-07-17  Richard Stallman  <rms@gnu.org>
957         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
958         Put period and comma inside quotes.
960         * loading.texi, markers.texi: Use real doublequote inside menus.
962         * windows.texi: Put point and comma inside quotes.
963         (Textual Scrolling): Use @samp for error message.
965         * variables.texi, tips.texi, syntax.texi, symbols.texi:
966         * strings.texi, streams.texi, processes.texi, os.texi:
967         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
968         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
969         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
970         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
971         Put point and comma inside quotes.
973         * control.texi (Processing of Errors): Add command-error-function.
975         * variables.texi (File Local Variables): Clarify that
976         file local variables make buffer-local bindings.
978         * modes.texi (Syntactic Font Lock): Give default for
979         font-lock-syntax-table.
981 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
983         * text.texi (Special Properties): Clean up previous change.
985 2006-07-16  Karl Berry  <karl@gnu.org>
987         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
988         * control.texi: Fix bad page breaks through chapter 10 (control).
990         * anti.texi (Antinews): Reorder face-attribute fns to avoid
991         underfull hbox.
993 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
995         * text.texi (Special Properties): Describe fontified text property
996         in relation to a character (not text).
998 2006-07-15  Kim F. Storm  <storm@cua.dk>
1000         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1001         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1002         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1004         * anti.texi (Antinews): Mention redisplay function.
1005         The kbd macro existed, but was not documented, before 22.x.
1006         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1008 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1010         * display.texi (Displaying Messages): Add anchor.
1012         * frames.texi (Dialog Boxes): Use it.
1014 2006-07-12  Richard Stallman  <rms@gnu.org>
1016         * objects.texi (Frame Type): Explain nature of frames better.
1018         * frames.texi (Frames): Explain nature of frames better.
1020 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
1022         * tips.texi (Coding Conventions): Explain why use cl at compile time.
1024 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1026         * frames.texi (Window System Selections): Mention scrap support for Mac.
1027         Default value of x-select-enable-clipboard is t on Mac.
1029         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1031 2006-07-11  Kim F. Storm  <storm@cua.dk>
1033         * display.texi (Forcing Redisplay): Add `redisplay' function.
1034         Don't mention (sit-for -1) -- use (redisplay t) instead.
1036         * commands.texi (Waiting): (sit-for -1) is no longer special.
1037         (sit-for 0) is equivalent to (redisplay).
1038         Iconifying/deiconifying no longer makes sit-for return.
1040 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
1042         * display.texi (Buttons): Fix typo.
1044         * index.texi, elisp.texi (New Symbols): Comment node out.
1046 2006-07-09  Richard Stallman  <rms@gnu.org>
1048         * display.texi (Truncation): Clean up previous change.
1050 2006-07-08  Richard Stallman  <rms@gnu.org>
1052         * commands.texi (Interactive Call): Use 3 as prefix in example
1053         for execute-extended-command.
1055         * display.texi (Attribute Functions): Move paragraph about
1056         compatibility with Emacs < 21.
1058 2006-07-09  Kim F. Storm  <storm@cua.dk>
1060         * display.texi (Refresh Screen): Clarify force-window-update.
1061         (Truncation): "Normally" indicated by fringe arrows.
1063 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1065         * windows.texi (Textual Scrolling, Resizing Windows):
1066         * variables.texi (Constant Variables):
1067         * text.texi (Buffer Contents, Deletion, Changing Properties)
1068         (Property Search, Special Properties, Sticky Properties)
1069         (Links and Mouse-1, Fields, Change Hooks):
1070         * syntax.texi (Syntax Table Functions, Parsing Expressions)
1071         (Categories):
1072         * symbols.texi (Other Plists):
1073         * streams.texi (Output Variables):
1074         * processes.texi (Input to Processes, Query Before Exit):
1075         * positions.texi (Word Motion, Text Lines, List Motion):
1076         * os.texi (Init File, System Environment, Sound Output)
1077         (Session Management):
1078         * nonascii.texi (Text Representations, Character Sets)
1079         (Chars and Bytes, Locales):
1080         * modes.texi (Defining Minor Modes, Header Lines):
1081         * minibuf.texi (Minibuffer Contents):
1082         * markers.texi (Information from Markers):
1083         * lists.texi (List Elements, Building Lists, Association Lists):
1084         * keymaps.texi (Tool Bar):
1085         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1086         * functions.texi (What Is a Function, Mapping Functions):
1087         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1088         (Color Names, Text Terminal Colors, Display Feature Testing):
1089         * files.texi (Visiting Functions, File Name Components)
1090         (Unique File Names, Contents of Directories):
1091         * display.texi (Forcing Redisplay, Displaying Messages)
1092         (Temporary Displays, Font Selection, Auto Faces)
1093         (Font Lookup, Fringe Indicators, Display Margins)
1094         (Image Descriptors, Showing Images, Image Cache, Button Types)
1095         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
1096         (Display Table Format, Glyphs):
1097         * control.texi (Iteration):
1098         * commands.texi (Command Loop Info, Adjusting Point):
1099         * backups.texi (Making Backups, Auto-Saving):
1100         Remove @tindex entries.
1102 2006-07-07  Kim F. Storm  <storm@cua.dk>
1104         * display.texi (Fringe Cursors): Fix typo.
1105         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1106         (Overlay Arrow): Default is overlay-arrow fringe indicator.
1108 2006-07-05  Richard Stallman  <rms@gnu.org>
1110         * text.texi (Buffer Contents): Add example of text props
1111         in result of buffer-substring.
1112         (Text Properties): Explain better about use of specific property names.
1113         (Property Search): Some cleanups; reorder some functions.
1115         * keymaps.texi (Changing Key Bindings): Cleanup.
1116         Add xref to Key Binding Conventions.
1118         * display.texi (Attribute Functions): Add examples for
1119         face-attribute-relative-p.
1121         * tips.texi (Coding Conventions): Cleanup last change.
1123 2006-07-05  Karl Berry  <karl@gnu.org>
1125         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1126         Remove @setchapternewpage odd.
1127         Result is 1013 pages, down from 1100.
1129         * anti.texi, customize.texi, display.texi, internals.texi:
1130         * minibuf.texi, modes.texi, tips.texi:
1131         Fix overfull/underfull boxes.
1133 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1135         * edebug.texi (Instrumenting):
1136         Add Edebug-specific findex for eval-buffer.
1137         * loading.texi (Loading):
1138         Replace eval-current-buffer with eval-buffer.
1140 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1142         * locals.texi (Standard Buffer-Local Variables): Update the list
1143         of variables.
1145 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
1147         * files.texi (File Name Completion): Point user to the node
1148         "Reading File Names".
1150 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
1152         * files.texi (Contents of Directories): Document case-insensitive
1153         behavior on respective filesystems.
1155         * objects.texi (Character Type): Document that Emacs signals an
1156         error for unsupported Unicode characters specified as \uNNNN.
1158 2006-06-19  Richard Stallman  <rms@gnu.org>
1160         * processes.texi (Bindat Spec): Clarify previous change.
1162 2006-06-16  Richard Stallman  <rms@gnu.org>
1164         * tips.texi (Coding Conventions): Better explain conventions
1165         for definition constructs.
1167         * text.texi (Special Properties): String value of `read-only'
1168         serves as the error message.
1170         * objects.texi (Character Type): Clarify prev. change.
1171         (Non-ASCII in Strings): Mention \u and \U.
1173         * commands.texi (Using Interactive): Explain problem of
1174         markers, etc., in command-history.
1176 2006-06-14  Kim F. Storm  <storm@cua.dk>
1178         * commands.texi (Waiting): Negative arg to sit-for forces
1179         redisplay even if input is pending.
1181         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1182         redisplay.  Remove incorrect example of binding redisplay-dont-pause
1183         around (sit-for 0).
1185 2006-06-13  Richard Stallman  <rms@gnu.org>
1187         * display.texi (Forcing Redisplay): Clarify previous change.
1189 2006-06-13  Romain Francoise  <romain@orebokech.com>
1191         * display.texi (Forcing Redisplay): Fix typo.
1193 2006-06-13  Kim F. Storm  <storm@cua.dk>
1195         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1197 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1199         * tips.texi (Coding Conventions): Add `@end itemize'.
1201 2006-06-10  Richard Stallman  <rms@gnu.org>
1203         * tips.texi (Coding Conventions): Explain use of coding systems
1204         to ensure one decoding for strings.
1206 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
1208         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
1209         syntax.
1211 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
1213         * display.texi (Font Selection): Remove description of
1214         clear-face-cache.
1216         * compile.texi (Eval During Compile): Fix a typo.  Add index
1217         entries for possible uses of eval-when-compile.
1219 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
1221         * display.texi (Abstract Display): Fix typo.
1223 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
1225         * minibuf.texi (Minibuffer History) <history-add-new-input>:
1226         Reword variable's description.
1228 2006-06-01  Richard Stallman  <rms@gnu.org>
1230         * windows.texi (Splitting Windows): Clarify splitting nonselected
1231         window.
1233 2006-05-31  Juri Linkov  <juri@jurta.org>
1235         * minibuf.texi (Minibuffer History): Add history-add-new-input.
1237 2006-05-30  Richard Stallman  <rms@gnu.org>
1239         * display.texi (Line Height): Fix errors in description of
1240         default line height and line-height properyty.
1242         * nonascii.texi (Default Coding Systems): Further clarification.
1244 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
1246         * internals.texi (Pure Storage): Mention that an overflow in pure
1247         space causes a memory leak.
1248         (Garbage Collection): If there was an overflow in pure space,
1249         `garbage-collect' returns nil.
1251 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
1253         * nonascii.texi (Default Coding Systems): Fix it some more.
1255 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
1257         * nonascii.texi (Default Coding Systems): Fix last change.
1259 2006-05-29  Kenichi Handa  <handa@m17n.org>
1261         * nonascii.texi (find-operation-coding-system): Describe the new
1262         argument format (FILENAME . BUFFER).
1264 2006-05-28  Richard Stallman  <rms@gnu.org>
1266         * tips.texi (Coding Conventions): Better explain reasons not to
1267         advise other packages or use `eval-after-load'.
1269 2006-05-29  Kim F. Storm  <storm@cua.dk>
1271         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1272         `bindat-idx' and `bindat-raw' for clarity.
1274 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1276         * processes.texi (Bindat Spec): Expand on `repeat' handler.
1278         * display.texi (Display): Add "Abstract Display" to menu.
1279         (Abstract Display, Abstract Display Functions)
1280         (Abstract Display Example): New nodes.
1281         * elisp.texi (Top): Add "Abstract Display" to menu.
1283 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1285         * keymaps.texi (Key Sequences): Link to input events definition.
1286         (Format of Keymaps): Delete material duplicated in Keymap Basics.
1288         * files.texi (Changing Files): Document updated argument list for
1289         copy-file.
1291 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1293         * processes.texi (Bindat Functions): Explain term "total length".
1294         Use it in bindat-length and bindat-pack descriptions.
1296 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1298         * tips.texi (Coding Conventions): Advise against using
1299         eval-after-load in packages.  Add an index entry.
1301 2006-05-25  Juri Linkov  <juri@jurta.org>
1303         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1305         * modes.texi (%-Constructs): Add %e, %z, %Z.
1307 2006-05-25  Richard Stallman  <rms@gnu.org>
1309         * elisp.texi (Top): Update subnode menu.
1311         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1312         (Keymaps): Update menu.
1314 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1316         * keymaps.texi (Key Sequences): Some clarifications.
1318 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1320         * processes.texi (Bindat Functions): Say "unibyte string"
1321         explicitly for bindat-unpack and bindat-pack descriptions.
1322         (Bindat Examples): Don't call `string-make-unibyte' in example.
1324 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1326         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1327         Explain string and vector representations of key sequences
1329         * keymaps.texi (Changing Key Bindings):
1330         * commands.texi (Interactive Codes, Interactive Codes):
1331         * help.texi (Describing Characters): Refer to it.
1333 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
1335         * frames.texi (Pointer Shape): @end table -> @end defvar.
1337 2006-05-22  Richard Stallman  <rms@gnu.org>
1339         * elisp.texi (Top): Update subnode menus.
1341         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1342         Contents rewritten; material from old Pointer Shape node moved here.
1344         * display.texi (Pointer Shape): Node deleted.
1345         (Image Descriptors): Minor cleanup.
1347 2006-05-21  Richard Stallman  <rms@gnu.org>
1349         * syntax.texi (Parsing Expressions): Update info on which STATE
1350         elements are ignored.
1352 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1354         * hooks.texi (Standard Hooks): Correct typo.
1356         * gpl.texi (GPL): ifinfo -> ifnottex.
1358 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
1360         * searching.texi (Simple Match Data): Warn about match data being
1361         set anew by every search.
1363 2006-05-17  Richard Stallman  <rms@gnu.org>
1365         * minibuf.texi (Minibuffer History): Clarify.
1367         * searching.texi (Regexp Special): Clarify nested regexp warning.
1369 2006-05-16  Kim F. Storm  <storm@cua.dk>
1371         * minibuf.texi (Minibuffer History): Update add-to-history.
1373 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
1375         * nonascii.texi (Explicit Encoding): Fix
1376         typo (encoding<->decoding).
1378 2006-05-14  Richard Stallman  <rms@gnu.org>
1380         * buffers.texi (Creating Buffers): Cleanup.
1382         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1384 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1386         * buffers.texi (Current Buffer): Document that with-temp-buffer
1387         disables undo.
1389         * os.texi (Terminal-Specific): More accurate description of how
1390         Emacs searches for the terminal-specific libraries.
1392 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1394         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1395         emacs-xtra to @inforef's.
1397         * text.texi (Undo): Document that undo is turned off in buffers
1398         whose names begin with a space.
1400         * buffers.texi (Buffer Names): Add index entries for buffers whose
1401         names begin with a space.
1402         (Creating Buffers): Document that undo is turned off in buffers
1403         whose names begin with a space.
1405         * files.texi (Visiting Functions, Reading from Files)
1406         (Saving Buffers): Mention code and EOL conversions by file I/O
1407         primitives and subroutines.
1409         * nonascii.texi (Lisp and Coding Systems): Document
1410         coding-system-eol-type.  Add index entries for eol conversion.
1412         * display.texi (Defining Faces): Mention `mac', and add an xref to
1413         where window-system is described.
1415 2006-05-10  Richard Stallman  <rms@gnu.org>
1417         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1419 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1421         * variables.texi (File Local Variables): Recommend to quote lambda
1422         expressions in safe-local-variable property.
1424 2006-05-09  Richard Stallman  <rms@gnu.org>
1426         * variables.texi (File Local Variables): Document
1427         safe-local-eval-forms and safe-local-eval-function.
1429 2006-05-07  Kim F. Storm  <storm@cua.dk>
1431         * minibuf.texi (Minibuffer History): Remove keep-dups arg
1432         from add-to-history.
1434 2006-05-07  Romain Francoise  <romain@orebokech.com>
1436         * commands.texi (Event Input Misc):
1437         * compile.texi (Eval During Compile):
1438         * internals.texi (Buffer Internals):
1439         * minibuf.texi (Initial Input):
1440         * nonascii.texi (Scanning Charsets):
1441         * numbers.texi (Comparison of Numbers):
1442         * windows.texi (Textual Scrolling, Vertical Scrolling):
1443         Fix various typos.
1445 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1447         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1448         conditional xref's to either emacs or emacs-xtra, depending on
1449         @iftex/@ifnottex.
1451         * minibuf.texi (Minibuffer History): Document add-to-history.
1453 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1455         * internals.texi (Pure Storage): Mention the pure overflow message
1456         at startup.
1458 2006-05-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1460         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1461         (Searching Keymaps): Fix pseudo-Lisp description of keymap
1462         search.
1464 2006-05-01  Richard Stallman  <rms@gnu.org>
1466         * intro.texi (nil and t): Clarify.
1468         * variables.texi (File Local Variables): Suggest using booleanp.
1470 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
1472         * objects.texi (Type Predicates): Fix typos.
1474 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1476         * intro.texi (nil and t): Add booleanp.
1478         * objects.texi (Type Predicates): Add links for booleanp and
1479         string-or-null-p.
1481 2006-04-29  Richard Stallman  <rms@gnu.org>
1483         * modes.texi (Multiline Font Lock): Rename from
1484         Multi line Font Lock Elements.  Much clarification.
1485         (Font Lock Multiline, Region to Fontify): Much clarification.
1487 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1489         * variables.texi (File Local Variables): Remove the special case t for
1490         safe-local-variable.
1492 2006-04-26  Richard Stallman  <rms@gnu.org>
1494         * syntax.texi (Parsing Expressions): Minor cleanup.
1496 2006-04-18  Richard Stallman  <rms@gnu.org>
1498         * tips.texi (Coding Conventions): Explain when the package's
1499         prefix should appear later on (not at the start of the name).
1501         * searching.texi (String Search): Clarify effect of NOERROR.
1503         * modes.texi (Imenu): Clarify what special items do.
1505         * hooks.texi (Standard Hooks): Delete text about old hook names.
1507 2006-04-17  Romain Francoise  <romain@orebokech.com>
1509         * variables.texi (Local Variables): Update the default value of
1510         `max-specpdl-size'.
1512 2006-04-15  Michael Olson  <mwolson@gnu.org>
1514         * processes.texi (Transaction Queues): Mention the new optional
1515         `delay-question' argument for `tq-enqueue'.
1517 2006-04-13  Bill Wohler  <wohler@newt.com>
1519         * customize.texi (Common Keywords): Use dotted notation for
1520         :package-version value.  Specify its values.  Improve documentation
1521         for customize-package-emacs-version-alist.
1523 2006-04-12  Bill Wohler  <wohler@newt.com>
1525         * customize.texi (Common Keywords): Move description of
1526         customize-package-emacs-version-alist to @defvar.
1528 2006-04-10  Bill Wohler  <wohler@newt.com>
1530         * customize.texi (Common Keywords): Add :package-version.
1532 2006-04-10  Kim F. Storm  <storm@cua.dk>
1534         * text.texi (Buffer Contents): Add NOPROPS arg to
1535         filter-buffer-substring.
1537 2006-04-08  Kevin Ryde  <user42@zip.com.au>
1539         * os.texi (Command-Line Arguments): Update xref to emacs manual
1540         "Command Arguments" -> "Emacs Invocation", per change there.
1542 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
1544         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1545         be on one line to help makeinfo not render two spaces after the dot.
1547 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1549         * strings.texi (Predicates for Strings): Add string-or-null-p.
1551 2006-03-28  Kim F. Storm  <storm@cua.dk>
1553         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1554         remarks about systems that don't support fractional seconds.
1556 2006-03-25  Karl Berry  <karl@gnu.org>
1558         * elisp.texi: Use @copyright{} instead of (C), and do not indent
1559         the year list.
1561 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1563         * display.texi (Fringe Indicators): Fix typos.
1565 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1567         * tips.texi (Documentation Tips): One can now also write `program'
1568         in front of a quoted symbol in a docstring to prevent making a
1569         hyperlink.
1571 2006-03-19  Alan Mackenzie  <acm@muc.de>
1573         * text.texi (Special Properties): Clarify `fontified' property.
1575 2006-03-16  Richard Stallman  <rms@gnu.org>
1577         * display.texi (Defining Images): Minor cleanup.
1579 2006-03-16  Bill Wohler  <wohler@newt.com>
1581         * display.texi (Defining Images): In image-load-path-for-library,
1582         prefer user's images.
1584 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1588 2006-03-15  Bill Wohler  <wohler@newt.com>
1590         * display.texi (Defining Images): Fix example in
1591         image-load-path-for-library by not recommending that one binds
1592         image-load-path.  Just defvar it to placate compiler and only use
1593         it if previously defined.
1595 2006-03-14  Bill Wohler  <wohler@newt.com>
1597         * display.texi (Defining Images): In image-load-path-for-library,
1598         always return list of directories.  Update example.
1600 2006-03-14  Alan Mackenzie  <acm@muc.de>
1602         * modes.texi: New node, "Region to Fontify" (for Font Lock).
1603         This describes font-lock-extend-region-function.
1604         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
1605         the new node "Region to Fontify".
1607 2006-03-13  Richard Stallman  <rms@gnu.org>
1609         * display.texi (Invisible Text): The impossible position is
1610         now before the invisible text, not after.
1611         (Defining Images): Clean up last change.
1613 2006-03-11  Bill Wohler  <wohler@newt.com>
1615         * display.texi (Defining Images): Add image-load-path-for-library.
1617 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1619         * text.texi (Adaptive Fill): Fix Texinfo usage.
1621         * strings.texi (Creating Strings): Fix Texinfo usage.
1623         * searching.texi (Regexp Special): Use @samp for regular
1624         expressions that are not in Lisp syntax.
1626 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
1628         * searching.texi (Regexp Special): Put remark between parentheses
1629         to avoid misreading.
1631 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
1633         * searching.texi (Syntax of Regexps): More accurately describe
1634         which characters are special in which situations.
1635         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1636         are not special.  Describe in detail when `[' and `]' are special.
1637         (Regexp Backslash): Plenty of regexps with unbalanced square
1638         brackets are valid, so reword that statement.
1640 2006-03-02  Kim F. Storm  <storm@cua.dk>
1642         * keymaps.texi (Tool Bar): Add tool-bar-border.
1644 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
1646         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
1648 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
1650         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1652         * files.texi (Locating Files): Suggest additional values for the
1653         SUFFIXES arg of `locate-file'.  Update pxref.
1655         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1656         (How Programs Do Loading): Discuss the effects of Auto Compression
1657         mode on `load'.
1658         (Load Suffixes): New node.
1659         (Library Search): Delete description of `load-suffixes'; it was
1660         moved to "Load Suffixes".
1661         (Autoload, Named Features): Mention `load-suffixes'.
1663 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1665         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1667         * windows.texi (Window Tree): Fix typo.
1669 2006-02-20  Kim F. Storm  <storm@cua.dk>
1671         * display.texi (Fringe Indicators): New section.
1672         Move indicate-empty-lines, indicate-buffer-boundaries, and
1673         default-indicate-buffer-boundaries here.
1674         Add fringe-indicator-alist and default-fringes-indicator-alist.
1675         Add list of logical fringe indicator symbols.
1676         Update list of standard bitmap names.
1677         (Fringe Cursors): New section.
1678         Move overflow-newline-into-fringe here.
1679         Add fringe-cursor-alist and default-fringes-cursor-alist.
1680         Add list of fringe cursor symbols.
1682 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1684         * commands.texi (Using Interactive): Fix reference to node
1685         "Minibuffers".
1687 2006-02-19  Richard M. Stallman  <rms@gnu.org>
1689         * minibuf.texi (High-Level Completion):
1690         Add xref to read-input-method-name.
1692         * files.texi (Relative File Names): Move file-relative-name here.
1693         (File Name Expansion): From here.  Minor clarifications.
1695         * commands.texi (Using Interactive): Add xrefs about reading input.
1696         Clarify remarks about that moving point and mark.
1697         Put string case before list case.
1699 2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1701         * display.texi (Other Display Specs, Image Descriptors):
1702         Revert erroneous changes.  The previous description of
1703         image-descriptors as `(image . PROPS)' was correct.
1705 2006-02-14  Richard M. Stallman  <rms@gnu.org>
1707         * variables.texi (File Local Variables): Clarifications.
1709 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1711         * variables.texi (File Local Variables): Use @code for a cons
1712         cell, not @var.
1714 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1716         * variables.texi (File Local Variables): Document new file local
1717         variable behavior.
1719 2006-02-10  Kim F. Storm  <storm@cua.dk>
1721         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1723 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
1725         * modes.texi (%-Constructs): Remove obsolete info about
1726         `global-mode-string'.
1728 2006-02-07  Richard M. Stallman  <rms@gnu.org>
1730         * commands.texi (Prefix Command Arguments): Minor cleanup.
1732         * display.texi: "Graphical display", not window system.
1734         * functions.texi (What Is a Function): Fix xref.
1736         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1737         (Changing Key Bindings): Clarify when remapping is better than
1738         substitute-key-definition.
1740 2006-02-02  Richard M. Stallman  <rms@gnu.org>
1742         * minibuf.texi (Basic Completion): Completion alists are risky.
1744         * keymaps.texi (Active Keymaps): Clarifications.
1745         (Searching Keymaps): New node.
1746         (Keymaps): Update menu.
1748         * frames.texi (Layout Parameters): Minor clarification.
1749         (Drag and Drop): New node.
1750         (Frames): Update menu.
1752 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
1754         * display.texi (Other Display Specs, Image Descriptors):
1755         Image description is a list, not a cons cell.
1757 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
1759         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1760         list is not necessarily a list).
1762 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1764         * frames.texi (Layout Parameters): border-width and
1765         internal-border-width belong to the frame, not the window.
1767 2006-01-19  Richard M. Stallman  <rms@gnu.org>
1769         * nonascii.texi (Translation of Characters): Search cmds use
1770         translation-table-for-input.  Automatically made local.
1772         * markers.texi (Overview of Markers): Count insertion type
1773         as one of a marker's attributes.
1775         * keymaps.texi (Controlling Active Maps): New node, split out of
1776         Active Keymaps.
1777         (Keymaps): Menu updated.
1778         (Active Keymaps): Give pseudocode to explain how the active
1779         maps are searched.  current-active-maps and key-binding moved here.
1780         (Functions for Key Lookup): current-active-maps and key-binding moved.
1781         Clarifications.
1782         (Searching the Keymaps): New subnode.
1784         * elisp.texi (Top): Menu clarification.
1786         * display.texi (Other Display Specs): Delete duplicate entry for
1787         just a string as display spec.  Move text about recursive display
1788         specs on such a string.
1790         * commands.texi (Key Sequence Input): Clarify.
1791         Move num-nonmacro-input-events out.
1792         (Reading One Event): num-nonmacro-input-events moved here.
1794 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
1796         * advice.texi (Simple Advice): Update example to fit argument
1797         change in previous-line.
1799 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1801         * markers.texi (The Mark): Fix in `mark'.
1803 2006-01-04  Richard M. Stallman  <rms@gnu.org>
1805         * processes.texi (Misc Network, Make Network): Minor cleanups.
1807 2006-01-04  Kim F. Storm  <storm@cua.dk>
1809         * processes.texi (Make Network): Add IPv6 addresses and handling.
1810         (Network Feature Testing): Mention (:family ipv6).
1811         (Misc Network): Add IPv6 formats to format-network-address.
1813 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1815         * text.texi (Changing Properties):
1816         Don't use return value of set-text-properties.
1818 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1820         * modes.texi (Mode Line Format): Correct typo in menu.
1822 2005-12-29  Richard M. Stallman  <rms@gnu.org>
1824         * modes.texi (Mode Line Top): New node.
1825         (Mode Line Data): Some text moved to new node.
1826         Explain the data structure more concretely.
1827         (Mode Line Basics): Clarifications.
1828         (Mode Line Variables): Clarify intro paragraph.
1829         (%-Constructs): Clarify intro paragraph.
1830         (Mode Line Format): Update menu.
1832 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1834         * minibuf.texi (Basic Completion): Update lazy-completion-table
1835         examples for removal of ARGS argument.
1837 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1839         * text.texi (Undo): Restore some explanation from the version
1840         that was deleted.
1842 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1844         * text.texi (Undo): Remove duplicate descriptions of `apply
1845         funname' and `apply delta' elements of the undo list.
1847 2005-12-20  Richard M. Stallman  <rms@gnu.org>
1849         * help.texi (Help Functions): Update documentation of `apropos'.
1851 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
1853         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1854         because it is confusing.  If the :help-echo keyword is a function,
1855         it is not directly used as the :help-echo overlay property, as the
1856         xref seems to suggest (it does not take the appropriate args).
1858 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1860         * customize.texi (Common Keywords): Fix Texinfo usage.
1861         (Group Definitions, Variable Definitions): Update for new
1862         conventions for using `*' in docstrings.
1864         * tips.texi (Documentation Tips): Update for new conventions for
1865         using `*' in docstrings.
1867 2005-12-16  Richard M. Stallman  <rms@gnu.org>
1869         * minibuf.texi (Minibuffer Contents): Minor cleanup.
1871 2005-12-16  Juri Linkov  <juri@jurta.org>
1873         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1875 2005-12-14  Romain Francoise  <romain@orebokech.com>
1877         * modes.texi (Customizing Keywords): Rename `append' to `how'.
1878         Fix typo.
1880 2005-12-11  Juri Linkov  <juri@jurta.org>
1882         * minibuf.texi (Completion Commands): Add mention of read-file-name
1883         for filename completion keymaps.
1884         (Reading File Names): Add mention of filename completion keymaps
1885         for read-file-name and xref to `Completion Commands'.
1887 2005-12-10  Richard M. Stallman  <rms@gnu.org>
1889         * customize.texi (Common Keywords): State caveats for use of :tag.
1891 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1893         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1894         with xrefs and better explanation.
1895         (Completion Commands): Add the filename completion maps.
1897         * objects.texi (Character Type): Clarify that \s is not space
1898         if a dash follows.
1900 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1902         * windows.texi (Resizing Windows): Delete preserve-before args.
1904 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1907         in full keymaps, since the quirk has been fixed.
1909 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1911         * hooks.texi (Standard Hooks): Add index entries.  Mention
1912         `compilation-finish-functions'.
1914 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1916         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1918 2005-11-21  Juri Linkov  <juri@jurta.org>
1920         * customize.texi (Common Keywords): Update links types
1921         custom-manual and url-link.  Add link types emacs-library-link,
1922         file-link, function-link, variable-link, custom-group-link.
1924 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1926         * display.texi: Revert 2005-11-20 change.
1928 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1930         * processes.texi (Bindat Functions):
1931         Say "third" to refer to zero-based index "2".
1933 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
1935         * loading.texi (Library Search): Update the default value of
1936         `load-suffixes'.
1938 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1940         * display.texi (Attribute Functions): Mention :ignore-defface.
1942 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
1945         (Minor Mode Conventions): Mention the use of a hook.
1947 2005-11-06  Richard M. Stallman  <rms@gnu.org>
1949         * files.texi (Magic File Names): find-file-name-handler checks the
1950         `operations' property of the handler.
1952 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1954         * variables.texi (Frame-Local Variables): Small clarification.
1956 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1958         * os.texi (Init File): Document ~/.emacs.d/init.el.
1960 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1962         * internals.texi (Garbage Collection): Document memory-full.
1964 2005-10-28  Bill Wohler  <wohler@newt.com>
1966         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1967         for URLs.
1969 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1971         * minibuf.texi (Completion Commands): Clean up prev change.
1973 2005-10-26  Kevin Ryde  <user42@zip.com.au>
1975         * compile.texi (Eval During Compile): Explain recommended uses
1976         of eval-when-compile and eval-and-compile.
1978 2005-10-27  Masatake YAMATO  <jet@gyve.org>
1980         * minibuf.texi (Completion Commands):
1981         Write about new optional argument for `display-completion-list'.
1983 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1985         * display.texi (Overlay Arrow): Clarify about local bindings of
1986         overlay-arrow-position.
1988 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
1990         * internals.texi (Building Emacs): Fix last change.
1992 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1994         * internals.texi (Building Emacs): Document eval-at-startup.
1996 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1998         * loading.texi (Where Defined): load-history contains abs file names.
1999         symbol-file returns abs file names.
2001 2005-10-19  Kim F. Storm  <storm@cua.dk>
2003         * display.texi (Showing Images): Add max-image-size integer value.
2005 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2007         * display.texi (Showing Images): Document max-image-size.
2009 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2011         * commands.texi (Quitting): Minor clarification.
2013         * processes.texi (Sentinels): Clarify about output and quitting.
2014         (Filter Functions): Mention with-local-quit.
2016 2005-10-17  Juri Linkov  <juri@jurta.org>
2018         * buffers.texi (Current Buffer):
2019         * commands.texi (Event Input Misc):
2020         * compile.texi (Eval During Compile, Compiler Errors):
2021         * customize.texi (Group Definitions):
2022         * display.texi (Progress, Defining Faces):
2023         * files.texi (Writing to Files):
2024         * modes.texi (Mode Hooks, Defining Minor Modes):
2025         * streams.texi (Output Functions):
2026         * syntax.texi (Syntax Table Functions):
2027         * text.texi (Change Hooks):
2028         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2030         * commands.texi (Quitting): Replace arg `forms' with `body' in
2031         `with-local-quit'.
2033         * positions.texi (Excursions): Replace arg `forms' with `body' in
2034         `save-excursion'.
2036 2005-10-08  Kim F. Storm  <storm@cua.dk>
2038         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2039         Rename manual section accordingly.
2041 2005-10-04  Kim F. Storm  <storm@cua.dk>
2043         * windows.texi (Window Split Tree): New section describing
2044         new function window-split-tree function.
2046 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
2048         * display.texi (Fringe Size/Pos): Simplify and add detail.
2050 2005-09-30  Romain Francoise  <romain@orebokech.com>
2052         * minibuf.texi (High-Level Completion): Explain that the prompt
2053         given to `read-buffer' should end with a colon and a space.
2054         Update usage examples.
2056 2005-09-29  Juri Linkov  <juri@jurta.org>
2058         * display.texi (Displaying Messages): Rename argument name
2059         `string' to `format-string' in functions `message', `message-box',
2060         `message-or-box'.
2062 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
2064         * errors.texi (Standard Errors): Correct xrefs.
2066 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
2068         * display.texi (Defining Images): Update documentation for
2069         `image-load-path'.
2071 2005-09-17  Richard M. Stallman  <rms@gnu.org>
2073         * display.texi (Defining Images): Clean up previous change.
2075 2005-09-16  Romain Francoise  <romain@orebokech.com>
2077         * elisp.texi: Specify GFDL version 1.2.
2079         * doclicense.texi (GNU Free Documentation License): Update to
2080         version 1.2.
2082 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2084         * display.texi (Defining Images): Document `image-load-path'.
2086 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2088         * objects.texi (Printed Representation): Minor cleanup.
2089         (Box Diagrams): Minor fix.
2090         (Cons Cell Type): Move (...) index item here.
2091         (Box Diagrams): From here.
2092         (Array Type): Minor fix.
2093         (Type Predicates): Delete index "predicates".
2094         (Hash Table Type): Clarify xref.
2095         (Dotted Pair Notation): Minor fix.
2097 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
2099         * files.texi (Saving Buffers): Fix typo.
2101 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2103         * tips.texi (Programming Tips): Correct the "default" prompt spec.
2105 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2107         * locals.texi (Standard Buffer-Local Variables): Don't include
2108         mode variables for minor modes.
2109         Fix xrefs for buffer-display-count, buffer-display-table,
2110         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2111         enable-multibyte-characters, fill-column, header-line-format,
2112         left-fringe-width, left-margin, and right-fringe-width.
2114         * hooks.texi (Standard Hooks): All hooks should conform to the
2115         standard naming convention now.
2116         Fix xref for `echo-area-clear-hook'.
2118         * display.texi (Usual Display): Note that indicate-empty-lines and
2119         tab-width are buffer-local.
2121         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2123         * modes.texi (Mode Help): Note that major-mode is buffer-local.
2125         * nonascii.texi (Encoding and I/O): Note that
2126         buffer-file-coding-system is buffer-local.
2128         * positions.texi (List Motion): Note that defun-prompt-regexp is
2129         buffer-local.
2131         * text.texi (Auto Filling): Note that auto-fill-function is
2132         buffer-local.
2133         (Undo): Note that buffer-undo-list is buffer-local.
2135         * windows.texi (Buffers and Windows): Document
2136         buffer-display-count.
2138 2005-09-06  Richard M. Stallman  <rms@gnu.org>
2140         * tips.texi (Coding Conventions): Sometimes it is ok to put the
2141         package prefix elsewhere than at the start of the name.
2143 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2145         * tips.texi (Programming Tips): Add conventions for minibuffer
2146         questions and prompts.
2148 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
2150         * intro.texi (nil and t): Minor cleanup.
2151         Delete spurious mention of keyword symbols.
2152         (Evaluation Notation): Add index entry.
2153         (A Sample Function Description): Minor cleanup.
2154         (A Sample Variable Description): Not all vars can be set.
2156 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
2158         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2160         (Insertion): Document precise type of `insert-char' arg COUNT.
2162 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2164         * modes.texi (Other Font Lock Variables): Sync the default of
2165         font-lock-lines-before.
2167 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2169         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2171 2005-08-29  Richard M. Stallman  <rms@gnu.org>
2173         * elisp.texi (Top): Update subnode menu.
2175         * searching.texi (Searching and Matching): Move node.
2176         Rearrange contents and add overall explanation.
2177         (Searching and Case): Move node.
2178         (Searching and Matching): Update menu.
2180 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2182         * os.texi (Startup Summary): Fix the description of the initial
2183         startup message display.
2185 2005-08-25  Richard M. Stallman  <rms@gnu.org>
2187         * searching.texi (Search and Replace): Add replace-regexp-in-string.
2189 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
2191         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2192         `next-overlay-change' example.
2194 2005-08-22  Juri Linkov  <juri@jurta.org>
2196         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2197         Fix invert-face.  Fix args of face-background.
2199         * display.texi (Standard Faces): Delete node.
2200         (Faces): Add xref to `(emacs)Standard Faces'.
2201         (Displaying Faces): Fix xref to `Standard Faces'.
2203         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2205 2005-08-20  Alan Mackenzie  <acm@muc.de>
2207         * buffers.texi (The Buffer List): Clarify the manipulation of the
2208         buffer list.
2210 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2212         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2213         a regexp.
2215 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2217         * elisp.texi (Top): Update subnode lists.
2219         * display.texi (Inverse Video): Node deleted.
2221         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2222         New nodes split out of Coding Conventions.
2224         * searching.texi (Regular Expressions): Document re-builder.
2226         * os.texi (Time Parsing): New node split out of Time Conversion.
2228         * processes.texi (Misc Network, Network Feature Testing)
2229         (Network Options, Make Network): New nodes split out of
2230         Low-Level Network.
2232 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2234         * frames.texi (Geometry): New node, split from Size and Position.
2235         (Frame Parameters): Refer to Geometry.
2237         * buffers.texi (The Buffer List): Fix xrefs.
2239         * windows.texi (Splitting Windows): Fix xref.
2241         * frames.texi (Layout Parameters): Add xref.
2243         * display.texi (Line Height, Scroll Bars): Fix xrefs.
2245         * keymaps.texi (Menu Bar): Fix xref.
2247         * locals.texi (Standard Buffer-Local Variables): Fix xref.
2249         * modes.texi (%-Constructs): Fix xref.
2251         * frames.texi (Window Frame Parameters): Node split up.
2252         (Basic Parameters, Position Parameters, Size Parameters)
2253         (Layout Parameters, Buffer Parameters, Management Parameters)
2254         (Cursor Parameters, Color Parameters): New subnodes.
2256 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2258         * positions.texi (Screen Lines): Update xref for previous change
2259         in minibuf.texi.
2261         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2262         change in minibuf.texi.
2264 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2266         * tips.texi (Coding Conventions): Minor cleanup.
2268         * modes.texi (Defining Minor Modes): Explain when init-value
2269         can be non-nil.
2271         * elisp.texi (Top): Update submenu for Minibuffer.
2273         * minibuf.texi (Minibuffer Misc): Node split up.
2274         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2275         (Recursive Mini): New nodes split out from Minibuffer Misc.
2276         (Minibuffer Misc): Document max-mini-window-height.
2278         * hash.texi (Defining Hash): Delete stray paren in example.
2280         * display.texi (Echo Area Customization): Don't define
2281         max-mini-window-height here; xref instead.
2283         * commands.texi (Event Input Misc): Update while-no-input.
2285         * advice.texi (Advising Functions): Explain when to use advice
2286         and when to use a hook.
2288 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
2290         * makefile.w32-in (info): Don't run install-info.
2291         ($(infodir)/dir): New target, produced by running install-info.
2293 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
2295         * modes.texi (Defining Minor Modes): The keyword for the initial
2296         value is :init-value, not :initial-value.
2298 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
2300         * loading.texi (Autoload): Make the `doctor' example be consistent
2301         with what's in current loaddefs.el.  Describe the "fn" magic in
2302         the usage portion of the doc string.
2304 2005-07-22  Richard M. Stallman  <rms@gnu.org>
2306         * internals.texi (Garbage Collection): Clarify previous change.
2308 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * internals.texi (Garbage Collection): Add gc-cons-percentage.
2312 2005-07-18  Juri Linkov  <juri@jurta.org>
2314         * commands.texi (Accessing Events):
2315         * frames.texi (Text Terminal Colors, Resources):
2316         * markers.texi (The Mark):
2317         * modes.texi (Defining Minor Modes):
2318         Delete duplicate duplicate words.
2320 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2322         * display.texi (Managing Overlays): Clarify make-overlay
2323         args for insertion types.
2325 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
2327         * customize.texi (Variable Definitions):
2328         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
2329         `standard-value' is a list too.
2330         (Defining New Types): Use @key{RET} instead of @key{ret}.
2332 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
2334         * os.texi (Translating Input): Fix typo.
2336 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2338         * README: Update edition number and size estimate.
2340         * elisp.texi (VERSION): Set to 2.9.
2342 2005-07-07  Richard M. Stallman  <rms@gnu.org>
2344         * book-spine.texinfo: Update Emacs version.
2346         * display.texi (Inverse Video): Delete mode-line-inverse-video.
2348 2005-07-06  Richard M. Stallman  <rms@gnu.org>
2350         * searching.texi (Regexp Search): Clarify what re-search-forward
2351         does when the search fails.
2353 2005-07-05  Lute Kamstra  <lute@gnu.org>
2355         * Update FSF's address in GPL notices.
2357         * doclicense.texi (GNU Free Documentation License):
2358         * gpl.texi (GPL):
2359         * tips.texi (Coding Conventions, Library Headers):
2360         * vol1.texi:
2361         * vol2.texi: Update FSF's address.
2363 2005-07-04  Richard M. Stallman  <rms@gnu.org>
2365         * hooks.texi (Standard Hooks): Add occur-hook.
2367 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2369         * display.texi (The Echo Area): Correct menu.
2371 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2373         * elisp.texi (Top): Update subnode menu for Display.
2375         * display.texi (Displaying Messages): New node, with most
2376         of what was in The Echo Area.
2377         (Progress): Moved under The Echo Area.
2378         (Logging Messages): New node with new text.
2379         (Echo Area Customization): New node, the rest of what was
2380         in The Echo Area.  Document message-truncate-lines with @defvar.
2381         (Display): Update menu.
2383         * windows.texi (Textual Scrolling): Doc 3 values for
2384         scroll-preserve-screen-position.
2386         * text.texi (Special Properties): Change hook functions
2387         should bind inhibit-modification-hooks around altering buffer text.
2389         * keymaps.texi (Key Binding Commands): Call binding BINDING
2390         rather than DEFINITION.
2392 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2394         * variables.texi (Defining Variables): `user-variable-p' returns t
2395         for aliases of user options, nil for alias loops.
2397 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2399         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2400         make-keymap.
2402 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2404         * variables.texi (Setting Variables): Correct and clarify
2405         description of `add-to-ordered-list'.
2407 2005-06-26  Richard M. Stallman  <rms@gnu.org>
2409         * display.texi (Faces): Minor cleanup.
2411 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2413         * display.texi (Faces): `facep' returns t for strings that are
2414         face names.
2416 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2418         * objects.texi (Equality Predicates): Clarify meaning of equal.
2420         * windows.texi (Selecting Windows): save-selected-window
2421         and with-selected-window save and restore the current buffer.
2423 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2425         * numbers.texi (Float Basics): Explain how to test for NaN,
2426         and printing the sign of NaNs.
2428 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
2430         * makefile.w32-in (MAKEINFO): Use --force.
2432 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2434         * display.texi (Face Functions): Correct Texinfo usage.
2436 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2438         * lists.texi (Rings): `ring-elements' now returns the elements of
2439         RING in order.
2441 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2443         * markers.texi (The Mark): Texinfo usage fix.
2445 2005-06-23  Kim F. Storm  <storm@cua.dk>
2447         * searching.texi (Entire Match Data): Remove evaporate option for
2448         match-data.  Do not mention evaporate option for set-match-data.
2450 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2452         * display.texi (Face Functions): Mention face aliases.
2454 2005-06-21  Richard M. Stallman  <rms@gnu.org>
2456         * anti.texi (Antinews): Texinfo usage fix.
2458 2005-06-21  Karl Berry  <karl@gnu.org>
2460         * elisp.texi: Use @copying.
2462         * elisp.texi: Put @summarycontents and @contents before the Top
2463         node, instead of the end of the file, so that the contents appear
2464         in the right place in the dvi/pdf output.
2466 2005-06-21  Juri Linkov  <juri@jurta.org>
2468         * display.texi (Defining Faces): Add `customized-face'.
2470 2005-06-20  Kim F. Storm  <storm@cua.dk>
2472         * variables.texi (Setting Variables): Any type of element can be
2473         given order in add-to-ordered-list.  Compare elements with eq.
2475         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2477 2005-06-20  Karl Berry  <karl@gnu.org>
2479         * syntax.texi (Syntax Flags): Make last column very slightly wider
2480         to avoid "generic comment" breaking on two lines and causing an
2481         underfull box.
2483 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
2485         * lists.texi (Rings): Various minor clarifications and corrections.
2487 2005-06-18  Richard M. Stallman  <rms@gnu.org>
2489         * functions.texi (Obsolete Functions): Simplify.
2491         * variables.texi (Variable Aliases): Simplify.
2493         * anti.texi, backups.texi, compile.texi, customization.texi:
2494         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2495         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2496         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2497         * variables.texi: Fix formatting ugliness.
2499         * elisp.texi: Add links to Rings and Byte Packing.
2500         Update version and copyright years.
2502         * minibuf.texi: Fix formatting ugliness.
2503         (Completion Commands): Move keymap vars to the end
2504         and vars completing-read binds to the top.
2506 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2508         * processes.texi: Fix typos.
2509         (Bindat Spec): Correct Texinfo error.
2510         (Byte Packing): Fix ungrammatical sentence.
2512 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
2514         * lists.texi (Rings): New node.
2515         (Lists): Add it to menu.
2517         * processes.texi (Byte Packing): New node.
2518         (Processes): Add it to menu.
2520 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2522         * syntax.texi (Parsing Expressions): Fix texinfo usage.
2524         * help.texi (Documentation Basics): Explain the xref to
2525         Documentation Tips.
2527         * debugging.texi (Debugger Commands): Minor fix.
2529 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
2531         * edebug.texi (Instrumenting): Eliminate duplicate link.
2532         (Specification List): Replace references to "below", referring to
2533         a later node, with one @ref to that node.
2535         * os.texi (Timers): Timers should save and restore the match data
2536         if they change it.
2538         * debugging.texi (Debugger Commands): Mention that the Lisp
2539         debugger can not step through primitive functions.
2541 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2543         * functions.texi (Obsolete Functions): Update argument names of
2544         `make-obsolete' and `define-obsolete-function-alias'.
2546         * variables.texi (Variable Aliases): Update argument names of
2547         `defvaralias', `make-obsolete-variable' and
2548         `define-obsolete-variable-alias'.
2550 2005-06-15  Kim F. Storm  <storm@cua.dk>
2552         * searching.texi (Entire Match Data): Rephrase warnings about
2553         evaporate arg to match-data and set-match-data.
2555 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2557         * elisp.texi (Top): Update detailed menu.
2559         * edebug.texi (Edebug): Update menu.
2560         (Instrumenting): Update xrefs.
2561         (Edebug Execution Modes): Correct xref.
2562         (Jumping): Clarify description of `h' command.
2563         Eliminate redundant @ref.
2564         (Breaks): New node.
2565         (Breakpoints): Is now a subsubsection.
2566         (Global Break Condition): Mention `C-x X X'.
2567         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
2568         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2569         (Edebug Display Update): Correct pxref.
2570         (Edebug and Macros): New node.
2571         (Instrumenting Macro Calls): Is now a subsubsection.
2572         Neither arg of `def-edebug-spec' is evaluated.
2573         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2574         (Specification Examples): Fix typo.
2576 2005-06-14  Lute Kamstra  <lute@gnu.org>
2578         * debugging.texi (Function Debugging): Primitives can break on
2579         entry too.
2581 2005-06-14  Kim F. Storm  <storm@cua.dk>
2583         * variables.texi (Setting Variables): Add add-to-ordered-list.
2585 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * syntax.texi (Parsing Expressions): Document aux functions and vars of
2588         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2590 2005-06-13  Lute Kamstra  <lute@gnu.org>
2592         * text.texi (Special Properties): Fix cross reference.
2594 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2596         * debugging.texi (Function Debugging): Delete mention of empty
2597         string argument to `cancel-debug-on-entry'.  Delete inaccurate
2598         description of the return value of that command.
2600 2005-06-11  Alan Mackenzie  <acm@muc.de>
2602         * text.texi (Adaptive Fill): Amplify the description of
2603         fill-context-prefix.
2605 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2607         * syntax.texi (Parsing Expressions): Fix Texinfo error.
2609 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2611         * syntax.texi (Parsing Expressions): Document syntax-ppss.
2613 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2615         * debugging.texi (Error Debugging): Minor rewording.
2616         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2617         is optional.
2619 2005-06-10  Lute Kamstra  <lute@gnu.org>
2621         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
2622         (Top): Give it a title.  Correct version number.  Give the
2623         detailed node listing a more prominent header.
2624         * intro.texi: Don't set VERSION here a second time.
2625         Mention Emacs's version too.
2626         * anti.texi (Antinews): Use EMACSVER to refer to the current
2627         version of Emacs.
2629 2005-06-09  Kim F. Storm  <storm@cua.dk>
2631         * searching.texi (Entire Match Data): Explain new `reseat' argument to
2632         match-data and set-match-data.
2634 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2636         * searching.texi (Entire Match Data): Clarify when match-data
2637         returns markers and when integers.
2639         * display.texi (Defining Faces): Explain that face name should not
2640         end in `-face'.
2642         * modes.texi (Mode Line Data): Minor cleanup.
2643         (Customizing Keywords): Node split out of Search-based Fontification.
2644         Add example of using font-lock-add-keywords from a hook.
2645         Clarify when MODE should be non-nil, and when nil.
2647 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2649         * modes.texi (Mode Line Data): Explain what happens when the car
2650         of a list is a void symbol.
2651         (Search-based Fontification): Explain MODE arg to
2652         font-lock-add-keywords and warn about calls from major modes.
2654 2005-06-08  Juri Linkov  <juri@jurta.org>
2656         * display.texi (Standard Faces): Add `shadow' face.
2658 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2660         * modes.texi (Major Mode Conventions): A derived mode only needs
2661         to put the call to the parent mode inside `delay-mode-hooks'.
2663 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2665         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2666         new, and what that implies.  Clarify.
2668         * files.texi (Locating Files): Clean up the text.
2670         * frames.texi (Window Frame Parameters): Document user-size.
2671         Shorten entry for top by referring to left.
2673 2005-05-26  Richard M. Stallman  <rms@gnu.org>
2675         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2676         is new, and what the implications are.  Other clarifications.
2678 2005-05-24  Richard M. Stallman  <rms@gnu.org>
2680         * frames.texi (Dialog Boxes): Minor fixes.
2682 2005-05-25  Masatake YAMATO  <jet@gyve.org>
2684         * display.texi (Standard Faces): Write about `mode-line-highlight'.
2686 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2688         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2689         is optional.
2691 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
2693         * frames.texi (Dialog Boxes): Descibe new optional argument.
2695 2005-05-23  Lute Kamstra  <lute@gnu.org>
2697         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2698         syntax-begin-function over font-lock-beginning-of-syntax-function.
2700 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
2702         * minibuf.texi (Reading File Names): Update description of
2703         `read-directory-name'.
2705         * modes.texi (Derived Modes): Clarify :group keyword.
2707 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
2709         * files.texi (Locating Files): New subsection.
2710         Describe locate-file and executable-find.
2712 2005-05-21  Kevin Ryde  <user42@zip.com.au>
2714         * frames.texi (Initial Parameters): Update cross reference to
2715         "Emacs Invocation".
2717 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2719         * keymaps.texi (Active Keymaps): Add anchor.
2721         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2722         (Major Mode Conventions): Refer to `Auto Major Mode' in more
2723         appropriate place.
2724         (Derived Modes): Small clarifications.
2725         (Minor Mode Conventions, Keymaps and Minor Modes):
2726         Replace references to nodes with references to anchors.
2727         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2728         Clarify description of lists whose first element is an integer.
2729         (Mode Line Variables): Add anchor.
2730         (%-Constructs): Clarify description of integer after %.
2731         (Emulating Mode Line): Describe nil value for FACE.
2733 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
2735         * modes.texi (Derived Modes): Correct references to non-existing
2736         variable standard-syntax-table.
2738 2005-05-17  Lute Kamstra  <lute@gnu.org>
2740         * modes.texi (Defining Minor Modes): Mention the mode hook.
2742 2005-05-15  Kim F. Storm  <storm@cua.dk>
2744         * processes.texi (Network): Remove open-network-stream-nowait.
2745         (Network Servers): Remove open-network-stream-server.
2747 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
2749         * elisp.texi (Top): Update detailed menu.
2751         * variables.texi: Reorder nodes.
2752         (Variables): Update menu.
2753         (File Local Variables): Do not refer to the `-*-' line as
2754         a "local variables list".  Add pxref.
2756 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
2758         * elisp.texi (Top): Update detailed menu for node changes.
2760         * modes.texi (Modes): Update Menu.
2761         (Hooks): Move to beginning of chapter.
2762         Most minor modes run mode hooks too.
2763         `add-hook' can handle void hooks or hooks whose value is a single
2764         function.
2765         (Major Modes): Update Menu.
2766         (Major Mode Basics): New node, split off from `Major Modes'.
2767         (Major Mode Conventions): Correct xref.  Explain how to handle
2768         auto-mode-alist if the major mode command has an autoload cookie.
2769         (Auto Major Mode): Major update.  Add magic-mode-alist.
2770         (Derived Modes): Major update.
2771         (Mode Line Format): Update Menu.
2772         (Mode Line Basics): New node, split off from `Mode Line Format'.
2774         * loading.texi (Autoload): Mention `autoload cookie' as synonym
2775         for `magic autoload comment'.  Add index entries and anchor.
2777 2005-05-14  Richard M. Stallman  <rms@gnu.org>
2779         * tips.texi (Coding Conventions): Explain how important it is
2780         that just loading certain files not change Emacs behavior.
2782         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2784 2005-05-12  Lute Kamstra  <lute@gnu.org>
2786         * modes.texi (Generic Modes): Update.
2787         (Major Modes): Refer to node "Generic Modes".
2789         * elisp.texi (Top): Update to the current structure of the manual.
2790         * processes.texi (Processes): Add menu description.
2791         * customize.texi (Customization): Add menu descriptions.
2793 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2795         * processes.texi (Signals to Processes)
2796         (Low-Level Network): Fix typos.
2798 2005-05-11  Lute Kamstra  <lute@gnu.org>
2800         * elisp.texi (Top): Add some nodes from the chapter "Major and
2801         Minor Modes" to the detailed node listing.
2803 2005-05-10  Richard M. Stallman  <rms@gnu.org>
2805         * keymaps.texi (Extended Menu Items): Menu item filter functions
2806         can be called at any time.
2808 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
2810         * variables.texi (File Local Variables): `(hack-local-variables t)'
2811         now also checks whether a mode is specified in the local variables
2812         list.
2814 2005-05-05  Kevin Ryde  <user42@zip.com.au>
2816         * display.texi (The Echo Area): Correct format function cross
2817         reference.
2819 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2821         * variables.texi (Variable Aliases): Change description of
2822         `define-obsolete-variable-alias'.
2824         * functions.texi (Functions): Add "Obsolete Functions" to menu.
2825         (Defining Functions): Add xref.
2826         (Obsolete Functions): New node.
2827         (Function Safety): Standardize capitalization of section title.
2829         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2830         (Dialog Boxes): Complete description of `x-popup-dialog'.
2832 2005-05-04  Richard M. Stallman  <rms@gnu.org>
2834         * commands.texi (Interactive Codes): Fix Texinfo usage.
2835         Document U more clearly.
2837 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2839         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2840         function and not a macro.
2842         * frames.texi (Pop-Up Menus): Correct and clarify description of
2843         `x-popup-menu'.
2844         (Dialog Boxes): Clarify description of `x-popup-dialog'.
2846 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2848         * edebug.texi (Checking Whether to Stop): Fix previous change.
2850 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2852         * display.texi: Fix typos and Texinfo usage.
2854         * edebug.texi (Checking Whether to Stop): executing-macro ->
2855         executing-kbd-macro.
2857 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2859         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2861 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2863         * files.texi (Magic File Names): Document `operations' property.
2865 2005-04-29  Lute Kamstra  <lute@gnu.org>
2867         * modes.texi (Generic Modes): New node.
2868         (Major Modes): Add it to the menu.
2869         (Derived Modes): Add "derived mode" to concept index.
2871 2005-04-28  Lute Kamstra  <lute@gnu.org>
2873         * modes.texi (Defining Minor Modes): Fix previous change.
2874         (Font Lock Mode): Simplify.
2875         (Font Lock Basics): Say that font-lock-defaults is buffer-local
2876         when set and that some parts are optional.  Add cross references.
2877         (Search-based Fontification): Say how to specify font-lock-keywords.
2878         Add cross references.  Add font-lock-multiline to index.
2879         Move font-lock-keywords-case-fold-search here from node "Other Font
2880         Lock Variables".  Document font-lock-add-keywords and
2881         font-lock-remove-keywords.
2882         (Other Font Lock Variables): Move font-lock-keywords-only,
2883         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2884         and font-lock-syntactic-face-function to node "Syntactic Font
2885         Lock".  Move font-lock-keywords-case-fold-search to node
2886         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
2887         and font-lock-{,un}fontify-{buffer,region}-function.
2888         (Precalculated Fontification): Remove reference to deleted variable
2889         font-lock-core-only.
2890         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2891         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
2892         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2893         and font-lock-syntactic-face-function here from node "Other Font
2894         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
2895         Syntax Properties".  Add cross references.
2896         (Setting Syntax Properties): New node.
2897         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
2898         * syntax.texi (Syntax Properties): Add cross reference.
2899         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2901 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2903         * display.texi (Defining Faces):
2904         Document `default' elements of defface spec.
2906         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2908         * variables.texi (Variable Aliases): Clarify text.
2910 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
2912         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2914 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2916         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2918 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2920         * syntax.texi (Syntax Table Internals): Elaborate documentation of
2921         syntax-after and syntax-class.
2923         * files.texi (Changing Files): Fix last change's cross-reference.
2924         (Unique File Names): Don't mention "numbers" in the documentation
2925         of make-temp-file and make-temp-name.
2927 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2929         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2931 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2933         * windows.texi (Cyclic Window Ordering): Clarify window-list.
2935 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2937         * variables.texi (Variable Aliases): Describe make-obsolete-variable
2938         and define-obsolete-variable-alias.
2940 2005-04-22  Kim F. Storm  <storm@cua.dk>
2942         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2943         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2945 2005-04-21  Lute Kamstra  <lute@gnu.org>
2947         * lists.texi (Association Lists): Document rassq-delete-all.
2949 2005-04-19  Richard M. Stallman  <rms@gnu.org>
2951         * modes.texi (Search-based Fontification): Explain that
2952         facespec is an expression to be evaluated.
2954 2005-04-19  Kevin Ryde  <user42@zip.com.au>
2956         * streams.texi (Output Functions): Fix xref.
2957         * strings.texi (String Conversion): Fix xref.
2959 2005-04-19  Kim F. Storm  <storm@cua.dk>
2961         * symbols.texi (Symbol Plists): Add safe-get.
2962         Mention that `get' may signal an error.
2964 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2966         * customize.texi (Variable Definitions): Replace tooltip-mode
2967         example with save-place.
2969 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2971         * buffers.texi (Indirect Buffers): Clarify.
2973         * positions.texi (Positions): Clarify converting marker to integer.
2975         * strings.texi (String Basics): Mention string-match; clarify.
2977 2005-04-08  Lute Kamstra  <lute@gnu.org>
2979         * modes.texi (Search-based Fontification): Fix cross references.
2980         Use consistent terminology.  Document anchored highlighting.
2982 2005-04-05  Lute Kamstra  <lute@gnu.org>
2984         * modes.texi (Defining Minor Modes): Document :group keyword
2985         argument and its default value.
2987 2005-04-03  Lute Kamstra  <lute@gnu.org>
2989         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
2990         references and/or descriptions.  Delete major mode hooks; mention
2991         them as a category instead.  Rename or delete obsolete hooks.
2993 2005-04-02  Richard M. Stallman  <rms@gnu.org>
2995         * nonascii.texi (Coding System Basics): Another wording cleanup.
2997 2005-04-01  Richard M. Stallman  <rms@gnu.org>
2999         * nonascii.texi (Coding System Basics): Clarify previous change.
3001 2005-04-01  Kenichi Handa  <handa@m17n.org>
3003         * nonascii.texi (Coding System Basics): Describe about rondtrip
3004         identity of coding systems.
3006 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3008         * text.texi (Buffer Contents): Add filter-buffer-substring and
3009         buffer-substring-filters.
3011 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
3013         * anti.texi (Antinews): Mention `G' interactive code.
3015         * tips.texi (Compilation Tips): Mention benchmark.el.
3017 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3019         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3020         is now bound to M-o M-o.
3022         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3024 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3026         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3027         in the Emacs Manual).
3028         * Makefile.in (srcs): Remove calendar.texi.
3029         * makefile.w32-in (srcs): Remove calendar.texi.
3030         * display.texi (Display): Change name of next node.
3031         * os.texi (System In): Change name of previous node.
3032         * elisp.texi (Top): Remove Calendar references.
3033         * vol1.texi (Top): Remove Calendar references.
3034         * vol2.texi (Top): Remove Calendar references.
3036 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3038         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
3039         Cleanup previous change.
3041 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
3043         * display.texi (Face Attributes): Faces earlier in an :inherit
3044         list take precedence.
3045         (Scroll Bars): Fix description of vertical-scroll-bars.
3046         Document frame-current-scroll-bars and window-current-scroll-bars.
3048         * markers.texi (The Mark): Document temporary Transient Mark mode.
3050         * minibuf.texi (Reading File Names):
3051         Document read-file-name-completion-ignore-case.
3053         * positions.texi (Screen Lines): Document nil for width argument
3054         to compute-motion.
3056 2005-03-23  Kim F. Storm  <storm@cua.dk>
3058         * display.texi (Standard Faces): Other faces used in the fringe
3059         implicitly inherits from the fringe face.
3060         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3061         properties implicitly inherits from fringe face.
3062         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3064 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
3066         * display.texi (Invisible Text): State default value of
3067         line-move-ignore-invisible.
3068         (Managing Overlays): Document remove-overlays.
3069         (Standard Faces): Document escape-glyph face.
3071         * minibuf.texi (Reading File Names): Document read-file-name-function.
3073         * modes.texi (Other Font Lock Variables):
3074         Document font-lock-lines-before.
3076         * positions.texi (Skipping Characters): skip-chars-forward allows
3077         character classes.
3079 2005-03-18  Lute Kamstra  <lute@gnu.org>
3081         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3083 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3085         * text.texi (Undo): Document extensible undo entries.
3087         * searching.texi (String Search, Regexp Search, Regexp Search):
3088         Cleanups.
3090         * nonascii.texi (Character Codes): Minor fix.
3092         * display.texi (Display Property): Explain the significance
3093         of having text properties that are eq.
3094         (Other Display Specs): Explain string as display spec.
3096         * commands.texi (Interactive Codes): Document G option.
3098 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
3100         * text.texi (Filling): Add sentence-end-without-period and
3101         sentence-end-without-space.
3102         (Changing Properties): Minor fix.
3104         * anti.texi: Total rewrite.
3106 2005-03-15  Lute Kamstra  <lute@gnu.org>
3108         * edebug.texi (Instrumenting Macro Calls): Fix typos.
3110 2005-03-08  Kim F. Storm  <storm@cua.dk>
3112         * display.texi (Specified Space): Property :width is support on
3113         non-graphic terminals, :height is not.
3115 2005-03-07  Richard M. Stallman  <rms@gnu.org>
3117         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3118         Now subnodes of Fringes.
3119         (Overlay Arrow): Document overlay-arrow-variable-list.
3120         (Fringe Size/Pos): New node, broken out of Fringes.
3121         (Display): Explain clearing vs redisplay better.
3122         (Truncation): Clarify use of bitmaps.
3123         (The Echo Area): Clarify the uses of the echo area.
3124         Add max-mini-window-height.
3125         (Progress): Clarify.
3126         (Invisible Text): Explain that main loop moves point out.
3127         (Selective Display): Say "hidden", not "invisible".
3128         (Managing Overlays): Move up.  Describe relation to Undo here.
3129         (Overlay Properties): Clarify intro.
3130         (Finding Overlays): Explain return values when nothing found.
3131         (Width): truncate-string-to-width has added arg.
3132         (Displaying Faces): Clarify and update mode line face handling.
3133         (Face Functions): Minor cleanup.
3134         (Conditional Display): Merge into Other Display Specs.
3135         (Pixel Specification, Other Display Specs): Minor cleanups.
3136         (Images, Image Descriptors): Minor cleanups.
3137         (GIF Images): Patents have expired.
3138         (Showing Images): Explain default text for insert-image.
3139         (Manipulating Button Types): Merge into Manipulating Buttons.
3140         (Making Buttons): Explain return values.
3141         (Button Buffer Commands): Add xref.
3142         (Inverse Video): Update mode-line-inverse-video.
3143         (Display Table Format): Clarify.
3144         (Active Display Table): Give defaults for window-display-table.
3146         * calendar.texi (Calendar Customizing): calendar-holiday-marker
3147         and calendar-today-marker are strings, not chars.
3148         (Holiday Customizing): Minor fix.
3150         * internals.texi (Writing Emacs Primitives): Update `or' example.
3151         Update limit on # args of subr.
3153         * edebug.texi (Using Edebug): Arrow is in fringe.
3154         (Instrumenting): Arg to eval-defun works without loading edebug.
3155         (Edebug Execution Modes): Add xref.
3157         * customize.texi (Common Keywords): Clarify :require.
3158         Mention :version here.
3159         (Variable Definitions, Group Definitions): Not here.
3160         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3162 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
3163         * nonascii.texi (Text Representations): Clarify position-bytes.
3164         (Character Sets): Add list-charset-chars.
3165         (Scanning Charsets): Add charset-after.
3166         (Encoding and I/O): Minor fix.
3168 2005-03-06  Richard M. Stallman  <rms@gnu.org>
3170         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3171         (Resizing Windows): Likewise.
3173         * text.texi (Change Hooks): Get rid of "Emacs 21".
3175         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3177         * streams.texi (Output Variables): Get rid of "Emacs 21".
3179         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3181         * os.texi (Translating Input): Replace flow-control example
3182         with a less obsolete example that uses `keyboard-translate'.
3184         * objects.texi (Hash Table Type, Circular Objects):
3185         Get rid of "Emacs 21".
3187         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3188         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3190         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3192         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3194         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3195         (Menu Bar): Fix when menu-bar-update-hook is called.
3197         * hash.texi (Hash Tables): Get rid of "Emacs 21".
3199         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3200         and make it read better.
3202         * files.texi (Writing to Files): Get rid of "Emacs 21".
3203         (Unique File Names): Likewise.
3205         * elisp.texi: Update Emacs version to 22.
3207         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3208         (Overlay Properties, Face Attributes): Likewise.
3209         (Managing Overlays): Fix punctuation.
3210         (Attribute Functions): Clarify set-face-font; get rid of
3211         info about old Emacs versions.
3212         (Auto Faces, Font Lookup, Display Property, Images):
3213         Get rid of "Emacs 21".
3215         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3217 2005-03-05  Richard M. Stallman  <rms@gnu.org>
3219         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3221 2005-03-04  Lute Kamstra  <lute@gnu.org>
3223         * debugging.texi (Error Debugging): Document stack-trace-on-error.
3225 2005-03-03  Lute Kamstra  <lute@gnu.org>
3227         * edebug.texi (Instrumenting Macro Calls): Fix typo.
3229 2005-03-01  Lute Kamstra  <lute@gnu.org>
3231         * debugging.texi (Debugger Commands): Update `j'.
3233 2005-02-28  Lute Kamstra  <lute@gnu.org>
3235         * debugging.texi (Debugging): Fix typo.
3236         (Error Debugging): Document eval-expression-debug-on-error.
3237         (Function Debugging): Update example.
3238         (Using Debugger): Mention starred stack frames.
3239         (Debugger Commands): Document `j' and `l'.
3240         (Invoking the Debugger): `d' and `j' exit recursive edit too.
3241         Update the messages that the debugger displays.
3242         (Internals of Debugger): Add cross reference.  Update example.
3243         (Excess Open): Minor improvement.
3244         (Excess Close): Minor improvement.
3246 2005-02-26  Richard M. Stallman  <rms@gnu.org>
3248         * tips.texi (Coding Conventions): Clarify.
3249         Put all the major mode key reservations together.
3250         Mention the Mouse-1 => Mouse-2 conventions.
3252         * syntax.texi (Syntax Class Table): Clarify.
3253         (Syntax Table Functions): syntax-after moved from here.
3254         (Syntax Table Internals): syntax-after moved to here.
3255         (Parsing Expressions): Update info on number of values
3256         and what's meaningful in the STATE argument.
3257         (Categories): Fix typo.
3259         * sequences.texi (Arrays): Cleanup.
3260         (Char-Tables): Clarify.
3262         * processes.texi (Deleting Processes): Cleanups, add xref.
3263         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
3264         (Process Information): set-process-coding-system, some args optional.
3265         (Input to Processes): Explain various types for PROCESS args.
3266         Rename them from PROCESS-NAME to PROCESS.
3267         (Signals to Processes): Likewise.
3268         (Decoding Output): Cleanup.
3269         (Query Before Exit): Clarify.
3271         * os.texi (Startup Summary): Correct the options; add missing ones.
3272         (Terminal Output, Batch Mode): Clarify.
3273         (Flow Control): Node deleted.
3275         * markers.texi (The Mark): Clarify.
3277         * macros.texi (Expansion): Cleanup.
3278         (Indenting Macros): indent-spec allows ints, not floats.
3280         * keymaps.texi (Keymaps): Clarify.
3281         (Format of Keymaps): Update lisp-mode-map example.
3282         (Active Keymaps, Key Lookup): Clarify.
3283         (Changing Key Bindings): Add xref to `kbd'.
3284         (Key Binding Commands, Simple Menu Items): Clarify.
3285         (Mouse Menus, Menu Bar): Clarify.
3286         (Menu Example): Replace print example with menu-bar-replace-menu.
3288         * help.texi (Documentation Basics): Add function-documentation prop.
3290         * elisp.texi (Top): Don't refer to Flow Control node.
3292         * commands.texi (Command Overview): Improve xrefs.
3293         (Adjusting Point): Adjusting point applies to intangible and invis.
3294         (Key Sequence Input): Doc extra read-key-sequence args.
3295         Likewise for read-key-sequence-vector.
3297         * backups.texi (Rename or Copy): Minor fix.
3298         (Numbered Backups): For version-control, say the default.
3299         (Auto-Saving): make-auto-save-file-name example is simplified.
3301         * advice.texi (Advising Functions): Don't imply one part of Emacs
3302         should advise another part.  Markup changes.
3303         (Defining Advice): Move transitional para.
3304         (Activation of Advice): Cleanup.
3305         Explain if COMPILE is nil or negative.
3307         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3309 2005-02-24  Lute Kamstra  <lute@gnu.org>
3311         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3312         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3314 2005-02-23  Lute Kamstra  <lute@gnu.org>
3316         * modes.texi (Defining Minor Modes): define-minor-mode can be used
3317         to define global minor modes as well.
3319         * display.texi (Managing Overlays): overlay-buffer returns nil for
3320         deleted overlays.
3322 2005-02-22  Kim F. Storm  <storm@cua.dk>
3324         * minibuf.texi (Basic Completion): Allow symbols in addition to
3325         strings in try-completion and all-completions.
3327 2005-02-14  Lute Kamstra  <lute@gnu.org>
3329         * elisp.texi (Top): Remove reference to deleted node.
3331         * lists.texi (Lists): Remove reference to deleted node.
3332         (Cons Cells): Fix typo.
3334         * loading.texi (Where Defined): Fix typo.
3336 2005-02-14  Richard M. Stallman  <rms@gnu.org>
3338         * variables.texi (Creating Buffer-Local): change-major-mode-hook
3339         is useful for discarding some minor modes.
3341         * symbols.texi (Symbol Components): Reorder examples.
3343         * streams.texi (Input Functions): State standard-input default.
3344         (Output Variables): State standard-output default.
3346         * objects.texi (Printed Representation): Clarify read syntax vs print.
3347         (Floating Point Type): Explain meaning better.
3348         (Symbol Type): Explain uniqueness better.
3349         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
3350         List examples sooner.
3351         (Box Diagrams): New subnode broken out.
3352         Some examples moved from old Lists as Boxes node.
3353         (Dotted Pair Notation): Clarify intro.
3354         (Array Type): Clarify.
3355         (Type Predicates): Add hash-table-p.
3357         * numbers.texi (Integer Basics): Clarify radix explanation.
3358         (Predicates on Numbers): Minor clarification.
3359         (Comparison of Numbers): Minor clarification.  Clarify eql.
3360         Typos in min, max.
3361         (Math Functions): Clarify overflow in expt.
3363         * minibuf.texi (Text from Minibuffer): Minor clarification.
3364         Mention arrow keys.
3366         * loading.texi (Autoload): defun's doc string overrides autoload's
3367         doc string.
3368         (Repeated Loading): Modernize "add to list" examples.
3369         (Where Defined): Finish updating table of load-history elts.
3371         * lists.texi (List-related Predicates): Minor wording improvement.
3372         (Lists as Boxes): Node deleted.
3373         (Building Lists): Explain trivial cases of number-sequence.
3375         * hash.texi (Hash Tables): Add desc to menu items.
3376         (Creating Hash): Expain "full" means "make larger",
3377         (Hash Access): Any object can be a key.
3378         State value of maphash.
3380         * functions.texi (What Is a Function): Wording cleanup.
3381         (Function Documentation): Minor cleanup.
3382         Explain purpose of calling convention at end of doc string.
3383         (Function Names): Wording cleanup.
3384         (Calling Functions): Wording cleanup.
3385         Explain better how funcall calls the function.
3386         (Function Cells): Delete example of saving and redefining function.
3388         * control.texi (Combining Conditions): Wording cleanup.
3389         (Iteration): dolist and dotimes bind VAR locally.
3390         (Cleanups): Xref to Atomic Changes.
3392         * compile.texi (Byte Compilation): Delete 19.29 info.
3393         (Compilation Functions): Macros' difficulties don't affect defsubst.
3394         (Docs and Compilation): Delete 19.29 info.
3396 2005-02-10  Richard M. Stallman  <rms@gnu.org>
3398         * objects.texi (Symbol Type): Minor correction.
3400 2005-02-06  Lute Kamstra  <lute@gnu.org>
3402         * modes.texi (Example Major Modes): Fix typos.
3404 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3406         * text.texi (Margins): fill-nobreak-predicate can be one function.
3408         * strings.texi (Modifying Strings): clear-string can make unibyte.
3409         (Formatting Strings): format gives error if values missing.
3411         * positions.texi (Character Motion): Mention default arg
3412         for forward-char.  backward-char refers to forward-char.
3413         (Word Motion): Mention default arg for forward-word.
3414         (Buffer End Motion): Mention default arg for beginning-of-buffer.
3415         Simplify end-of-buffer.
3416         (Text Lines): Mention default arg for forward-line.
3417         (List Motion): Mention default arg for beginning/end-of-defun.
3418         (Skipping Characters): Minor fixes in explaining character-set.
3420         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3421         Mode inheritance applies only when default-major-mode is nil.
3422         Clarifications.
3423         (Example Major Modes): Update Text mode and Lisp mode examples.
3424         (Minor Mode Conventions): Mention define-minor-mode at top.
3425         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3426         (Mode Line Format): Update mode line face display info.
3427         (Properties in Mode): Mention effect of risky vars.
3428         (Imenu): Define imenu-add-to-menubar.
3429         (Font Lock Mode): Add descriptions to menu lines.
3430         (Faces for Font Lock): Add font-lock-doc-face.
3432 2005-02-05  Lute Kamstra  <lute@gnu.org>
3434         * text.texi (Maintaining Undo): Remove obsolete function.
3436 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
3438         * frames.texi (Color Names): Add pointer to the X docs about RGB
3439         color specifications.  Improve indexing
3440         (Text Terminal Colors): Replace the description of RGB values by
3441         an xref to "Color Names".
3443 2005-02-03  Richard M. Stallman  <rms@gnu.org>
3445         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3446         Clarify.
3447         (Selecting Windows): Clarify save-selected-window.
3448         (Cyclic Window Ordering): Clarify walk-windows.
3449         (Window Point): Clarify.
3450         (Window Start): Add comment to example.
3451         (Resizing Windows): Add `interactive' specs in examples.
3452         Document fit-window-to-buffer.
3454         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3455         (Undo, Maintaining Undo): Clarify last change.
3456         (Sorting): In sort-numeric-fields, explain about octal and hex.
3457         Mention sort-numeric-base.
3458         (Format Properties): Add xref for hard newlines.
3460         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3461         (Pop-Up Menus): Fix typo.
3462         (Color Names): Explain all types of color names.
3463         Explain color-values on B&W terminal.
3464         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
3466         * files.texi (File Locks): Not supported on MS systems.
3467         (Testing Accessibility): Clarify.
3469         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3470         (Coverage Testing): Fix typo.
3472         * commands.texi (Misc Events): Remove stray space.
3474         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3475         (Modification Time): Clarify when visited-file-modtime returns 0.
3476         (The Buffer List): Clarify bury-buffer.
3477         (Killing Buffers): Clarify.
3478         (Indirect Buffers): Add clone-indirect-buffer.
3480 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
3482         * edebug.texi (Printing in Edebug): Fix default value of
3483         edebug-print-circle.
3484         (Coverage Testing): Fix displayed frequency count data.
3486 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3488         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3490 2005-02-02  Kim F. Storm  <storm@cua.dk>
3492         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3494 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3496         * commands.texi (Misc Events): Describe the help-echo event.
3498         * text.texi (Special Properties) <help-echo>: Use `pos'
3499         consistently in description of the help-echo property.
3500         Use @code{nil} instead of @var{nil}.
3502         * display.texi (Overlay Properties): Fix the index entry for
3503         help-echo overlay property.
3505         * customize.texi (Type Keywords): Uncomment the xref to the
3506         help-echo property documentation.
3508 2005-01-23  Kim F. Storm  <storm@cua.dk>
3510         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3511         return value.  Third element FULLY replaced by PARTIAL which
3512         specifies number of invisible pixels if row is only partially visible.
3513         (Textual Scrolling): Mention auto-window-vscroll.
3514         (Vertical Scrolling): New defvar auto-window-vscroll.
3516 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3518         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3519         command remapping.
3521 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3523         * display.texi (Defining Images): Mention DATA-P arg of create-image.
3525 2005-01-14  Kim F. Storm  <storm@cua.dk>
3527         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3529         * text.texi (Links and Mouse-1): Fix string and vector item.
3531 2005-01-13  Richard M. Stallman  <rms@gnu.org>
3533         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3534         descriptions of overriding-local-map and overriding-terminal-local-map.
3536         * text.texi (Links and Mouse-1): Clarify text.
3538 2005-01-13  Kim F. Storm  <storm@cua.dk>
3540         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3542 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3544         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3546 2005-01-12  Kim F. Storm  <storm@cua.dk>
3548         * text.texi (Links and Mouse-1): Rename section from Enabling
3549         Mouse-1 to Following Links.  Change xrefs.
3550         Add examples for define-button-type and define-widget.
3552         * display.texi (Button Properties, Button Buffer Commands):
3553         Clarify mouse-1 and follow-link functionality.
3555 2005-01-12  Richard M. Stallman  <rms@gnu.org>
3557         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3559         * display.texi (Beeping): Fix Texinfo usage.
3561         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3563 2005-01-11  Kim F. Storm  <storm@cua.dk>
3565         * display.texi (Button Properties, Button Buffer Commands):
3566         Mention mouse-1 binding.  Add follow-link keyword.
3568         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3569         (Enabling Mouse-1 to Follow Links): New subsection.
3571 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3573         * text.texi (Special Properties): Minor change.
3575         * os.texi (Timers): Clarify previous change.
3577         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3579 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
3581         * display.texi (Face Attributes): Correct xref to renamed node.
3583 2005-01-01  Richard M. Stallman  <rms@gnu.org>
3585         * display.texi (Face Attributes): Describe hex color specs.
3587 2004-12-31  Richard M. Stallman  <rms@gnu.org>
3589         * os.texi (Timers): Update previous change.
3591 2004-12-30  Kim F. Storm  <storm@cua.dk>
3593         * display.texi (Line Height): Total line-height is now specified
3594         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
3595         in cons cells.  (nil . RATIO) is relative to actual line height.
3596         Use line-height `t' instead of `0' to get minimum height.
3598 2004-12-29  Richard M. Stallman  <rms@gnu.org>
3600         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3602 2004-12-28  Richard M. Stallman  <rms@gnu.org>
3604         * commands.texi (Quitting): Clarify value of with-local-quit.
3606         * elisp.texi (Top): Fix previous change.
3608         * loading.texi (Loading): Fix previous change.
3610 2004-12-27  Richard M. Stallman  <rms@gnu.org>
3612         * Makefile.in (MAKEINFO): Specify --force.
3614         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3616         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3618         * display.texi (Line Height): Further clarify.
3620         * elisp.texi (Top): Update Loading submenu.
3622         * loading.texi (Where Defined): New node.
3623         (Unloading): load-history moved to Where Defined.
3625 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3627         * commands.texi (Event Input Misc): Add while-no-input.
3629 2004-12-11  Richard M. Stallman  <rms@gnu.org>
3631         * display.texi (Line Height): Rewrite text for clarity.
3633 2004-12-11  Kim F. Storm  <storm@cua.dk>
3635         * display.texi (Display): Add node "Line Height" to menu.
3636         (Line Height): New node.  Move full description of line-spacing
3637         and line-height text properties here from text.texi.
3638         (Scroll Bars): Add vertical-scroll-bar variable.
3640         * frames.texi (Window Frame Parameters): Remove line-height defvar.
3642         * locals.texi (Standard Buffer-Local Variables): Fix xref for
3643         line-spacing and vertical-scroll-bar.
3645         * text.texi (Special Properties): Just mention line-spacing and
3646         line-height here, add xref to new "Line Height" node.
3648 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
3650         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3652         * locals.texi (Standard Buffer-Local Variables):
3653         Add @xref for `line-spacing'.
3655 2004-12-05  Richard M. Stallman  <rms@gnu.org>
3657         * Makefile.in (maintainer-clean): Remove the info files
3658         in $(infodir) where they are created.
3660 2004-12-03  Richard M. Stallman  <rms@gnu.org>
3662         * windows.texi (Selecting Windows): get-lru-window and
3663         get-largest-window don't consider dedicated windows.
3665         * text.texi (Undo): Document undo-in-progress.
3667 2004-11-26  Richard M. Stallman  <rms@gnu.org>
3669         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3670         Remove a few vars that are not always buffer-local.
3672 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
3674         * locals.texi (Standard Buffer-Local Variables): Comment out
3675         xref's to non-existent node `Yet to be written'.
3677 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3679         * processes.texi (Synchronous Processes): Grammar fix.
3681         * numbers.texi (Comparison of Numbers): Add eql.
3683         * locals.texi (Standard Buffer-Local Variables): Add many vars.
3685         * intro.texi (Printing Notation): Fix previous change.
3687         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3688         and default-indicate-buffer-boundaries from here.
3689         (Usual Display): To here.
3690         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3691         (Usual Display): Move tab-width up.
3693         * customize.texi (Variable Definitions): Replace
3694         show-paren-mode example with tooltip-mode.
3695         (Simple Types, Composite Types, Defining New Types):
3696         Minor cleanups.
3698 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
3700         * processes.texi (Synchronous Processes, Output from Processes):
3701         Markup fix.
3703 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3705         * positions.texi (Skipping Characters): skip-chars-forward
3706         now handles char classes.
3708         * intro.texi (Printing Notation): Avoid confusion of `print'
3709         when explaining @print.
3711         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3713         * display.texi (Display Table Format): Minor fix.
3715         * streams.texi (Output Functions): Fix print example.
3717         * Makefile.in (elisp): New target.
3718         (dist): Depend on $(infodir)/elisp, not elisp.
3719         Copy the info files from $(infodir).
3721         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3722         read-from-minibuffer.
3724         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3726 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3728         * searching.texi (Regexp Search): Add search-whitespace-regexp.
3730 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3732         * tips.texi (Coding Conventions): Fix typo.
3734 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3736         * tips.texi (Coding Conventions): Separate defvar and require
3737         methods to avoid warnings.  Use require only when there are many
3738         functions and variables from that package.
3740         * minibuf.texi (Minibuffer Completion): When ignoring case,
3741         predicate must not be case-sensitive.
3743         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3744         (Test Coverage): Don't talk about "splotches".  Clarified.
3746 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
3748         * frames.texi (Window Frame Parameters): Fix typo.
3750 2004-11-15  Kim F. Storm  <storm@cua.dk>
3752         * symbols.texi (Other Plists): Note that plist-get may signal error.
3753         Add safe-plist-get.
3755 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
3757         * modes.texi (Font Lock Basics): Fix typo.
3759 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3761         * syntax.texi (Syntax Table Functions): Add syntax-after.
3763 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
3765         * os.texi (Processor Run Time): New section documenting
3766         get-internal-run-time.
3768 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
3770         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3771         it nukes elisp-cover.texi.
3772         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3773         elisp-0 etc.
3775 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
3777         * commands.texi (Keyboard Macros): Document `append' return value
3778         of `defining-kbd-macro'.
3780 2004-11-01  Richard M. Stallman  <rms@gnu.org>
3782         * commands.texi (Interactive Call): Add called-interactively-p.
3784 2004-10-29  Simon Josefsson  <jas@extundo.com>
3786         * minibuf.texi (Reading a Password): Revert.
3788 2004-10-28  Richard M. Stallman  <rms@gnu.org>
3790         * frames.texi (Display Feature Testing): Explain about "vendor".
3792 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3794         * commands.texi (Interactive Codes): `N' uses numeric prefix,
3795         not raw.  Clarify `n'.
3796         (Interactive Call): Rewrite interactive-p, focusing on when
3797         and how to use it.
3798         (Misc Events): Clarify previous change.
3800         * advice.texi (Simple Advice): Clarify what job the example does.
3801         (Around-Advice): Clarify ad-do-it.
3802         (Activation of Advice): An option of ad-default-compilation-action
3803         is `never', not `nil'.
3805 2004-10-26  Kim F. Storm  <storm@cua.dk>
3807         * commands.texi (Interactive Codes): Add U code letter.
3809 2004-10-25  Simon Josefsson  <jas@extundo.com>
3811         * minibuf.texi (Reading a Password): Add.
3813 2004-10-24  Jason Rumney  <jasonr@gnu.org>
3815         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
3816         and wheel-down.
3818 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3820         * processes.texi (Synchronous Processes): Document process-file.
3822 2004-10-22  Kenichi Handa  <handa@m17n.org>
3824         * text.texi (translate-region): Document that it accepts also a
3825         char-table.
3827 2004-10-22  David Ponce  <david@dponce.com>
3829         * windows.texi (Resizing Windows): Document the `preserve-before'
3830         argument of the functions `enlarge-window' and `shrink-window'.
3832 2004-10-19  Jason Rumney  <jasonr@gnu.org>
3834         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3836 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3838         * text.texi (Filling): Add anchor for definition of
3839         `sentence-end-double-space'.
3841         * searching.texi (Regexp Example): Update description of how
3842         Emacs currently recognizes the end of a sentence.
3843         (Standard Regexps): Update definition of the variable
3844         `sentence-end'.  Add definition of the function `sentence-end'.
3846 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3848         * display.texi (Progress): New node.
3850 2004-10-05  Kim F. Storm  <storm@cua.dk>
3852         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3854 2004-09-29  Kim F. Storm  <storm@cua.dk>
3856         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3857         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
3858         fringe bitmap symbols, as they now have their own namespace.
3859         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3860         vs. pixels.  Signal error if no free bitmap slots.
3861         (Pixel Specification): Change IMAGE to @var{image}.
3863 2004-09-28  Richard M. Stallman  <rms@gnu.org>
3865         * text.texi (Special Properties): Clarify line-spacing and line-height.
3867         * searching.texi (Regexp Search): Add looking-back.
3869 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
3871         * display.texi: Correct typos.
3872         (Image Descriptors): Correct xref's.
3874 2004-09-25  Richard M. Stallman  <rms@gnu.org>
3876         * text.texi (Special Properties): Cleanups in `cursor'.
3877         Rewrites in `line-height' and `line-spacing'; exchange them.
3879         * display.texi (Fringes): Rewrite previous change.
3880         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
3881         (Display Fringe Bitmaps): Node deleted, text moved.
3882         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
3883         (Scroll Bars): Clarify set-window-scroll-bars.
3884         (Pointer Shape): Rewrite.
3885         (Specified Space): Clarify :align-to, etc.
3886         (Pixel Specification): Use @var.  Clarify new text.
3887         (Other Display Specs): Clarify `slice'.
3888         (Image Descriptors): Cleanups.
3889         (Showing Images): Cleanups.
3891 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3893         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3895         * modes.texi: Various minor changes in addition to:
3896         (Major Mode Conventions): Final call to `run-mode-hooks' should
3897         not be inside the `delay-mode-hooks' form.
3898         (Mode Hooks): New node.
3899         (Hooks): Delete obsolete example.
3900         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3901         node "Mode Hooks".
3903 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
3905         * display.texi: Correct various typos.
3906         (Display): Rename node "Pointer Shapes" to "Pointer
3907         Shape".  (There is already a node called "Pointer Shapes" in
3908         frames.texi.)
3909         (Images): Remove non-existent node "Image Slices" from menu.
3911 2004-09-23  Kim F. Storm  <storm@cua.dk>
3913         * text.texi (Special Properties): Add `cursor', `pointer',
3914         `line-height', and `line-spacing' properties.
3916         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3917         Shapes' to menu.
3918         (Standard Faces): Doc fix for fringe face.
3919         (Fringes): Add `overflow-newline-into-fringe' and
3920         'indicate-buffer-boundaries'.
3921         (Fringe Bitmaps, Pointer Shapes): New nodes.
3922         (Display Property): Add 'Pixel Specification' and 'Display Fringe
3923         Bitmaps' to menu.
3924         (Specified Space): Describe pixel width and height.
3925         (Pixel Specification): New node.
3926         (Other Display Specs): Add `slice' property.
3927         (Display Fringe Bitmaps): New node.
3928         (Images): Add 'Image Slices' to menu.
3929         (Image Descriptors): Add `:pointer' and `:map' properties.
3930         (Showing Images): Add slice arg to `insert-image'.  Add
3931         'insert-sliced-image'.
3933 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3935         * commands.texi (Key Sequence Input):
3936         Clarify downcasing in read-key-sequence.
3938 2004-09-08  Juri Linkov  <juri@jurta.org>
3940         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3942 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3944         * locals.texi (Standard Buffer-Local Variables): Add
3945         `buffer-auto-save-file-format'.
3946         * internals.texi (Buffer Internals): Describe new
3947         auto_save_file_format field of the buffer structure.
3948         * files.texi (Format Conversion): `auto-save-file-format' has been
3949         renamed `buffer-auto-save-file-format'.
3951 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
3953         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3954         an integer or a marker.
3955         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3957 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3959         * modes.texi (Major Mode Conventions): Discuss rebinding of
3960         standard key bindings.
3962 2004-08-18  Kim F. Storm  <storm@cua.dk>
3964         * processes.texi (Accepting Output): Add `just-this-one' arg to
3965         `accept-process-output'.
3966         (Output from Processes): New var `process-adaptive-read-buffering'.
3968 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3970         * keymaps.texi: Various changes in addition to:
3971         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3972         Give more varied examples for `kbd'.
3973         (Creating Keymaps): Char tables have slots for all characters
3974         without modifiers.
3975         (Active Keymaps): `overriding-local-map' and
3976         `overriding-terminal-local-map' also override text property and
3977         overlay keymaps.
3978         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3979         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3980         to denote a prefix of no events.
3981         `map-keymap' includes parent's bindings _recursively_.
3982         Clarify and correct description of `where-is-internal'.
3983         Mention BUFFER-OR-NAME arg to `describe-bindings'.
3984         (Menu Example): For menus intended for use with the keyboard, the
3985         menu items should be bound to characters or real function keys.
3987 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3989         * objects.texi (Character Type): Reposition `@anchor' to prevent
3990         double space inside sentence in Info.
3992         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3993         renamed to `disabled-command-function'.
3994         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
3995         (Command Loop Info): Replace reference to it.
3996         (Disabling Commands): `disabled-command-hook' has been renamed to
3997         `disabled-command-function'.
3999 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
4001         * os.texi (Translating Input): Only non-prefix bindings in
4002         `key-translation-map' override actual key bindings.  Warn about
4003         possible indirect effect of actual key bindings on non-prefix
4004         bindings in `key-translation-map'.
4006 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
4008         * minibuf.texi (High-Level Completion): Add anchor for definition
4009         of `read-variable'.
4011         * commands.texi: Various changes in addition to:
4012         (Using Interactive): Clarify description of `interactive-form'.
4013         (Interactive Call): Mention default for KEYS argument to
4014         `call-interactively'.
4015         (Command Loop Info): Clarify description of `this-command-keys'.
4016         Mention KEEP-RECORD argument to `clear-this-command-keys'.
4017         Value of `last-event-frame' can be `macro'.
4018         (Repeat Events): `double-click-fuzz' is also used to distinguish
4019         clicks and drags.
4020         (Classifying Events): Clarify descriptions of `event-modifiers'
4021         `event-basic-type' and `event-convert-list'.
4022         (Accessing Events): `posn-timestamp' takes POSITION argument.
4023         (Quoted Character Input): Clarify description of
4024         `read-quoted-char' and fix example.
4025         (Quitting): Add `with-local-quit'.
4026         (Disabling Commands): Correct and clarify descriptions of
4027         `enable-command' and `disable-command'.
4028         Mention what happens if `disabled-command-hook' is nil.
4029         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4030         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4032 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4034         * frames.texi: Various changes in addition to:
4035         (Creating Frames): Expand and clarify description of `make-frame'.
4036         (Window Frame Parameters): Either none or both of the `icon-left'
4037         and `icon-top' parameters must be specified.  Put descriptions of
4038         `menu-bar-lines' and `toolbar-lines' closer together and change
4039         them accordingly.
4040         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4041         except while processing `frame-title-format' or `icon-title-format'.
4042         (Deleting Frames): Correct description of `delete-frame'.
4043         Non-nil return values of `frame-live-p' are like those of `framep'.
4044         (Frames and Windows): Mention return value of
4045         `set-frame-selected-window'.
4046         (Visibility of Frames): Mention `force' argument to
4047         `make-frame-invisible'.  `frame-visible-p' returns t for all
4048         frames on text-only terminals.
4049         (Frame Configurations): Restoring a frame configuration does not
4050         restore deleted frames.
4051         (Window System Selections): `x-set-selection' returns DATA.
4052         (Resources): Add example.
4053         (Display Feature Testing): Clarify descriptions of
4054         `display-pixel-height', `display-pixel-width', `x-server-version'
4055         and `x-server-vendor'.
4057         * windows.texi (Choosing Window): Add anchor.
4058         * minibuf.texi (Minibuffer Misc): Add anchor.
4060 2004-07-23  John Paul Wallington  <jpw@gnu.org>
4062         * macros.texi (Defining Macros): Declaration keyword for setting
4063         Edebug spec is `debug' not `edebug'.
4065 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
4067         * windows.texi: Various small changes in addition to:
4068         (Window Point): Mention return value of `set-window-point'.
4069         (Window Start): `pos-visible-in-window-p' disregards horizontal
4070         scrolling.  Explain return value if PARTIALLY is non-nil.
4071         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4072         and `set-window-vscroll'.
4073         (Size of Window): The argument WINDOW to `window-inside-edges',
4074         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4075         (Resizing Windows): Explain return value of
4076         `shrink-window-if-larger-than-buffer'.
4077         `window-size-fixed' automatically becomes buffer local when set.
4078         (Window Configurations): Explain return value of
4079         `set-window-configuration'.
4081         * minibuf.texi (Minibuffer Misc): Add anchor for
4082         `minibuffer-scroll-window'.
4084         * positions.texi (Text Lines): Add anchor for `count-lines'.
4086 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4088         * display.texi (Overlay Properties): Adding `evaporate' prop
4089         deletes empty overlay immediately.
4091         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4092         fix example.
4094 2004-07-16  Jim Blandy  <jimb@redhat.com>
4096         * searching.texi (Regexp Backslash): Document new \_< and \_>
4097         operators.
4099 2004-07-16  Juanma Barranquero  <lektu@terra.es>
4101         * display.texi (Images): Fix Texinfo usage.
4103 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4105         * buffers.texi (Modification Time): `visited-file-modtime' now
4106         returns a list of two integers, instead of a cons.
4108 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4110         * windows.texi: Various changes in addition to:
4111         (Splitting Windows): Add `split-window-keep-point'.
4113 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4115         * frames.texi (Input Focus): Minor fix.
4117 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
4119         * frames.texi (Input Focus): Clarify descriptions of
4120         `select-frame-set-input-focus' and `select-frame'.
4122 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
4124         * os.texi: Various small changes in addition to:
4125         (Killing Emacs): Expand and clarify description of
4126         `kill-emacs-query-functions' and `kill-emacs-hook'.
4127         (System Environment): Expand and clarify description of `getenv'
4128         and `setenv'.
4129         (Timers): Clarify description of `run-at-time'.
4130         (Translating Input): Correct description of
4131         `extra-keyboard-modifiers'.
4132         (Flow Control): Correct description of `enable-flow-control'.
4134 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
4136         * os.texi: Update copyright.
4137         (Session Management): Grammar fix.
4138         Clarify which Emacs does the restarting.
4139         Use @samp for *scratch* buffer.
4141 2004-07-04  Alan Mackenzie  <acm@muc.de>
4143         * frames.texi (Input Focus): Add documentation for
4144         `select-frame-set-input-focus'.  Replace refs to non-existent
4145         `switch-frame' with `select-frame'.  Minor corrections and tidying
4146         up of text-only terminal stuff.
4148 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4150         * files.texi (Saving Buffers): Cleanup write-contents-function.
4151         (Magic File Names): Cleanup file-remote-p.
4153 2004-07-02  Kai Grossjohann  <kai@emptydomain.de>
4155         * files.texi (Magic File Names): `file-remote-p' returns an
4156         identifier of the remote system, not just t.
4158 2004-07-02  David Kastrup  <dak@gnu.org>
4160         * searching.texi (Entire Match Data): Add explanation about new
4161         match-data behavior when @var{integers} is non-nil.
4163 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4165         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4167         * customize.texi (Variable Definitions): Note about doc strings
4168         and :set.
4170         * keymaps.texi (Keymap Terminology): Document `kbd'.
4171         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4173         * display.texi (Invisible Text): Setting buffer-invisibility-spec
4174         makes it buffer-local.
4176         * files.texi (Saving Buffers): Correct previous change.
4178         * commands.texi (Accessing Events):
4179         Clarify posn-col-row and posn-actual-col-row.
4181 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
4183         * commands.texi (Accessing Events): New functions
4184         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
4186 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4188         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4189         * frames.texi, buffers.texi, backups.texi, variables.texi:
4190         * loading.texi, eval.texi, functions.texi, control.texi:
4191         * symbols.texi, minibuf.texi: Reposition @anchor's.
4193         * help.texi: Various small changes in addition to the following.
4194         (Describing Characters): Describe PREFIX argument to
4195         `key-description'.  Correct and clarify definition of
4196         `text-char-description'.  Describe NEED-VECTOR argument to
4197         `read-kbd-macro'.
4198         (Help Functions): Clarify definition of `apropos'.
4200 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4202         * files.texi (Saving Buffers): Correct description of
4203         `write-contents-functions'.
4205 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4207         * display.texi (Images): Remove redundant @vindex directives.
4208         Rewrite `image-library-alist' doc in active voice.
4210 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4212         * display.texi (Images): Document new delayed library loading,
4213         variable `image-library-alist' and (existing but undocumented)
4214         function `image-type-available-p'.
4216 2004-06-05  Richard M. Stallman  <rms@gnu.org>
4218         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4219         refer the user to the Initial Input node.
4220         (Text from Minibuffer): Likewise.
4221         (Initial Input): New node.  Document this feature
4222         and say it is mostly deprecated.
4224 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4226         * loading.texi (Named Features): Clarify return value
4227         and meaning of NOERROR.
4229         * variables.texi (File Local Variables): Minor cleanup.
4231 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4233         * files.texi (Magic File Names): Add `file-remote-p' as operation
4234         of file name handlers.
4236 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4238         * modes.texi (Minor Mode Conventions): (-) has no special meaning
4239         as arg to a minor mode command.
4241 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4243         * syntax.texi (Syntax Class Table): Word syntax not just for English.
4245         * streams.texi (Output Variables): Doc float-output-format.
4247         * searching.texi (Regexp Special): Nested repetition can be infloop.
4249         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4250         real stack overflow.
4252         * compile.texi: Minor cleanups.
4254 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
4256         * lists.texi (Cons Cells): Explain dotted lists, true lists,
4257         circular lists.
4258         (List Elements): Explain handling of circular and dotted lists.
4260 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
4262         * modes.texi (Search-based Fontification): Fix typo.
4264 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4266         * modes.texi (Mode Line Variables): Fix description of
4267         global-mode-string, which is now after which-func-mode, not the
4268         buffer name.
4270 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4272         * modes.texi (Desktop Save Mode): Add.
4273         (Modes): Add menu entry Desktop Save Mode.
4275         * hooks.texi: Add desktop-after-read-hook,
4276         desktop-no-desktop-file-hook and desktop-save-hook.
4278         * locals.texi: Add desktop-save-buffer.
4280 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
4282         * display.texi: emacs -> Emacs.
4284 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
4286         * files.texi (Changing Files): Document set-file-times.
4288 2004-04-23  Juanma Barranquero  <lektu@terra.es>
4290         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4292 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
4294         * tips.texi (Coding Conventions): defopt -> defcustom.
4296 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
4298         * sequences.texi: Various clarifications.
4300 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
4302         * buffers.texi (Read Only Buffers): Mention optional ARG to
4303         `toggle-read-only'.
4305 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
4307         * windows.texi (Selecting Windows): Note that get-lru-window
4308         returns a full-width window if possible.
4310 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
4312         * buffers.texi: Various changes in addition to:
4313         (Buffer File Name): Add `find-buffer-visiting'.
4314         (Buffer Modification): Mention optional ARG to `not-modified'.
4315         (Indirect Buffers): Mention optional CLONE argument to
4316         `make-indirect-buffer'.
4318         * files.texi: Various changes in addition to:
4319         (Visiting Functions): `find-file-hook' is now a normal hook.
4320         (File Name Expansion): Explain difference between the way that
4321         `expand-file-name' and `file-truename' treat `..'.
4322         (Contents of Directories): Mention optional ID-FORMAT argument to
4323         `directory-files-and-attributes'.
4324         (Format Conversion): Mention new optional CONFIRM argument to
4325         `format-write-file'.
4327 2004-04-12  Miles Bader  <miles@gnu.org>
4329         * macros.texi (Expansion): Add description of `macroexpand-all'.
4331 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
4333         * variables.texi (Variable Aliases): Mention
4334         cyclic-variable-indirection.
4336         * errors.texi (Standard Errors): Ditto.
4338 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4340         * backups.texi: Various small changes in addition to:
4341         (Making Backups): Mention return value of `backup-buffer'.
4342         (Auto-Saving): Mention optional FORCE argument to
4343         `delete-auto-save-file-if-necessary'.
4344         (Reverting): Mention optional PRESERVE-MODES argument to
4345         `revert-buffer'.  Correct description of `revert-buffer-function'.
4347 2004-03-22  Juri Linkov  <juri@jurta.org>
4349         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4350         with `Vector Functions'.
4352         * text.texi (Sorting): Add missing quote.
4354 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
4356         * intro.texi (Lisp History): Replace xref to `cl' manual with
4357         inforef.
4359 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4361         * intro.texi (Version Info): Add arg to emacs-version.
4362         (Lisp History): Change xref to CL manual.
4364 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
4366         * minibuf.texi (Completion Commands): Add xref to Emacs manual
4367         for Partial Completion mode.
4369 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
4371         * customize.texi: Fix typo.  Remove eol whitespace.
4373 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4375         * processes.texi: Fix typos.
4377         * lists.texi (Building Lists): Minor clarification.
4379         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4380         in make-hash-table.
4382 2004-02-29  Juanma Barranquero  <lektu@terra.es>
4384         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4385         rm, and ignore exit code.
4387 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4389         * display.texi (Defining Faces): Add description for min-colors.
4390         Update example.
4392 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4394         * abbrevs.texi: Various corrections and clarifications in addition
4395         to the following:
4396         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4398 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4400         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4402 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
4404         * text.texi: Various small changes in addition to the following:
4405         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4406         to delete-horizontal-space.
4407         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
4408         description of yank-handler text property at various places.
4410         * frames.texi (Window System Selections): Add anchor.
4412         * syntax.texi (Syntax Table Functions): Clarify and correct
4413         descriptions of make-syntax-table and copy-syntax-table.
4414         (Motion and Syntax): Clarify SYNTAXES argument to
4415         skip-syntax-forward.
4416         (Parsing Expressions): Mention that the return value of
4417         parse-partial-sexp is currently a list of ten rather than nine
4418         elements.
4419         (Categories): Various corrections and clarifications.
4421 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4423         * markers.texi (Marker Insertion Types): Minor change.
4425         * locals.texi (Standard Buffer-Local Variables):
4426         * commands.texi (Interactive Codes, Using Interactive):
4427         * functions.texi (Related Topics): Fix xrefs.
4429 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4431         * lists.texi (Sets And Lists): Update description of delete-dups.
4433 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4435         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4437 2004-02-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4439         * frames.texi (Parameter Access): frame-parameters arg is optional.
4440         modify-frame-parameters handles nil for FRAME.
4441         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4442         are all-or-nothing for certain toolkits.
4443         Mention parameter wait-for-wm.
4444         (Frames and Windows): In frame-first-window and frame-selected-window
4445         the arg is optional.
4446         (Input Focus): In redirect-frame-focus the second arg is optional.
4447         (Window System Selections): Mention selection type CLIPBOARD.
4448         Mention data-type UTF8_STRING.
4449         Mention numbering of cut buffers.
4450         (Resources): Describe x-resource-name.
4452 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4454         * windows.texi (Buffers and Windows): Delete false table
4455         about all-frames.
4457         * syntax.texi (Parsing Expressions): Delete old caveat
4458         about parse-sexp-ignore-comments.
4460         * streams.texi (Output Variables): Add print-quoted.
4462         * lists.texi (Building Lists): Minor cleanup.
4464         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4466         * display.texi (Overlays): Explain overlays use markers.
4467         (Managing Overlays): Explain front-advance and rear-advance
4468         in more detail.
4470         * loading.texi (Unloading): Document unload-feature-special-hooks.
4471         Get rid of fns-NNN.el file.
4473 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4475         * help.texi (Describing Characters): Fix text-char-description
4476         example output.
4478         * edebug.texi (Using Edebug): Fix example.
4480         * debugging.texi (Internals of Debugger): Fix return value.
4482         * files.texi (Changing Files): Fix argname.
4484         * calendar.texi: Fix parens, and default values.
4486         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4487         * nonascii.texi, objects.texi, os.texi: Minor fixes.
4488         * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4490         * positions.texi (Text Lines): Don't add -1 in current-line.
4492 2004-02-16  Richard M. Stallman  <rms@gnu.org>
4494         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4496 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4498         * processes.texi (Low-Level Network): Fix a typo.
4500 2004-02-12  Kim F. Storm  <storm@cua.dk>
4502         * display.texi (Fringes): Use consistent wording.
4503         Note that window-fringe's window arg is optional.
4504         (Scroll Bars): Use consistent wording.
4506 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4508         * tips.texi (Comment Tips): Document the new conventions for
4509         commenting out code.
4511 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4513         * positions.texi (Text Lines): Added missing end defun.
4515 2004-02-07  Kim F. Storm  <storm@cua.dk>
4517         * positions.texi (Text Lines): Add line-number-at-pos.
4519 2004-02-06  John Paul Wallington  <jpw@gnu.org>
4521         * display.texi (Button Properties, Button Buffer Commands):
4522         mouse-2 invokes button, not down-mouse-1.
4524 2004-02-04  Jason Rumney  <jasonr@gnu.org>
4526         * makefile.w32-in: Sync with Makefile.in changes.
4528 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
4530         * minibuf.texi (Text from Minibuffer): Various corrections and
4531         clarifications.
4532         (Object from Minibuffer): Correct Lisp description of
4533         read-minibuffer.
4534         (Minibuffer History): Clarify description of cons values for
4535         HISTORY arguments.
4536         (Basic Completion): Various corrections and clarifications.  Add
4537         completion-regexp-list.
4538         (Minibuffer Completion): Correct and clarify description of
4539         completing-read.
4540         (Completion Commands): Mention Partial Completion mode.  Various
4541         other minor changes.
4542         (High-Level Completion): Various corrections and clarifications.
4543         (Reading File Names): Ditto.
4544         (Minibuffer Misc): Ditto.
4546 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
4548         * strings.texi (Text Comparison): assoc-string also matches
4549         elements of alists that are strings instead of conses.
4550         (Formatting Strings): Standardize Texinfo usage.  Update index
4551         entries.
4553 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
4555         * lists.texi (Sets And Lists): Add delete-dups.
4557 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
4559         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4560         special form.
4561         * macros.texi (Defining Macros): Update description of `declare',
4562         which now is a macro.
4563         (Wrong Time): Fix typos.
4565 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4567         * compile.texi (Compilation Functions): Expand descriptions of
4568         `compile-defun', `byte-compile-file', `byte-recompile-directory'
4569         and `batch-byte-compile'.  In particular, mention and describe
4570         all optional arguments.
4571         (Disassembly): Correct and clarify the description of `disassemble'.
4573 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4575         * searching.texi: Various small changes in addition to the
4576         following.
4577         (Regexp Example): Adapt to new value of `sentence-end'.
4578         (Regexp Functions): The PAREN argument to `regexp-opt' can be
4579         `words'.
4580         (Search and Replace): Add usage note for `perform-replace'.
4581         (Entire Match Data): Mention INTEGERS and REUSE arguments to
4582         `match-data'.
4583         (Standard Regexps): Update for new values of `paragraph-start'
4584         and `sentence-end'.
4586 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
4588         * files.texi (Saving Buffers): Clarify descriptions of
4589         `write-contents-functions' and `before-save-hook'.
4590         Make the defvar's for `before-save-hook' and `after-save-hook'
4591         into defopt's.
4593 2004-01-07  Kim F. Storm  <storm@cua.dk>
4595         * commands.texi (Click Events): Describe new image and
4596         width/height elements of click events.
4597         (Accessing Events): Add posn-string, posn-image, and
4598         posn-object-width-height.  Change posn-object to return either
4599         image or string object.
4601 2004-01-01  Simon Josefsson  <jas@extundo.com>
4603         * hooks.texi (Standard Hooks): Add before-save-hook.
4604         * files.texi (Saving Buffers): Likewise.
4606 2004-01-03  Richard M. Stallman  <rms@gnu.org>
4608         * frames.texi (Frames and Windows): Delete frame-root-window.
4610 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4612         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4614         * functions.texi: Various small changes in addition to the
4615         following.
4616         (What Is a Function): `functionp' returns nil for macros.  Clarify
4617         behavior of this and following functions for symbol arguments.
4618         (Function Documentation): Add `\' in front of (fn @var{arglist})
4619         and explain why.
4620         (Defining Functions): Mention DOCSTRING argument to `defalias'.
4621         Add anchor.
4622         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
4624 2004-01-01  Miles Bader  <miles@gnu.org>
4626         * display.texi (Buttons): New section.
4628 2003-12-31  Andreas Schwab  <schwab@suse.de>
4630         * numbers.texi (Math Functions): sqrt reports a domain-error
4631         error.
4632         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4634 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4636         * tips.texi (Documentation Tips): Update item on hyperlinks in
4637         documentation strings.
4639         * errors.texi (Standard Errors): Various small corrections and
4640         additions.
4642         * control.texi: Various small changes in addition to the
4643         following.
4644         (Signaling Errors): Provide some more details on how `signal'
4645         constructs the error message.  Add anchor to the definition of
4646         `signal'.
4647         (Error Symbols): Describe special treatment of `quit'.
4648         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4649         to emphasize that it has to be a single form.
4651         * buffers.texi: Add anchor.
4653 2003-12-29  Richard M. Stallman  <rms@gnu.org>
4655         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4656         (Window Configurations): Add window-configuration-frame.
4658         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4660         * text.texi (Examining Properties): Add get-char-property-and-overlay.
4661         Change arg name in get-char-property.
4662         (Special Properties): Update handling of keymap property.
4664         * strings.texi (Modifying Strings): Add clear-string.
4665         (Text Comparison): Add assoc-string and remove
4666         assoc-ignore-case, assoc-ignore-representation.
4668         * os.texi (Time of Day): Add set-time-zone-rule.
4670         * numbers.texi (Math Functions): asin, acos, log, log10
4671         report domain-error errors.
4673         * nonascii.texi (Converting Representations):
4674         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4675         (Encoding and I/O): Add file-name-coding-system.
4677         * modes.texi (Search-based Fontification): Explain that
4678         face specs are symbols with face names as values.
4680         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4682         * lists.texi (Building Lists): remq moved elsewhere.
4683         (Sets And Lists): remq moved here.
4684         (Association Lists): Refer to assoc-string.
4686         * internals.texi (Garbage Collection): Add memory-use-counts.
4688         * frames.texi (Frames and Windows): Add set-frame-selected-window
4689         and frame-root-window.
4691         * files.texi (Contents of Directories):
4692         Add directory-files-and-attributes.
4694         * display.texi (Refresh Screen): Add force-window-update.
4695         (Invisible Text): Explain about moving point out of invis text.
4696         (Overlay Properties): Add overlay-properties.
4697         (Managing Overlays): Add overlayp.
4698         (GIF Images): Invalid image number displays a hollow box.
4700         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4701         (Killing Buffers): Add buffer-live-p.
4703 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4705         * display.texi (Fringes): Fix typo "set-buffer-window".
4707 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
4709         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4710         * nonascii.texi, processes.texi, tips.texi, variables.texi:
4711         Add or change various xrefs and anchors.
4713         * commands.texi: Replace all occurrences of @acronym{CAR} with
4714         @sc{car}, for consistency with the rest of the Elisp manual.
4715         `car' and `cdr' are historically acronyms, but are no longer
4716         widely thought of as such.
4718         * internals.texi (Pure Storage): Mention that `purecopy' does not
4719         copy text properties.
4720         (Object Internals): Now 29 bits are used (in most implementations)
4721         to address Lisp objects.
4723         * variables.texi (Variables with Restricted Values): New node.
4725         * objects.texi (Lisp Data Types): Mention that certain variables
4726         can only take on a restricted set of values and add an xref to
4727         the new node "Variables with Restricted Values".
4729         * eval.texi (Function Indirection): Describe the errors that
4730         `indirect-function' can signal.
4731         (Eval): Clarify the descriptions of `eval-region' and `values'.
4732         Describe `eval-buffer' instead of `eval-current-buffer' and
4733         mention `eval-current-buffer' as an alias for `current-buffer'.
4734         Correct the description and mention all optional arguments.
4736         * nonascii.texi: Various small changes in addition to the
4737         following.
4738         (Converting Representations): Clarify behavior of
4739         `string-make-multibyte' and `string-to-multibyte' for unibyte all
4740         ASCII arguments.
4741         (Character Sets): Document the variable `charset-list' and adapt
4742         the definition of the function `charset-list' accordingly.
4743         (Translation of Characters): Clarify use of generic characters in
4744         `make-translation-table'.  Clarify and correct the description of
4745         the use of translation tables in encoding and decoding.
4746         (User-Chosen Coding Systems): Correct and clarify the description
4747         of `select-safe-coding-system'.
4748         (Default Coding Systems): Clarify description of
4749         `file-coding-system-alist'.
4751 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
4753         * strings.texi (Text Comparison): Correctly describe when two
4754         strings are `equal'.  Combine and clarify descriptions of
4755         `assoc-ignore-case' and `assoc-ignore-representation'.
4757         * objects.texi (Non-ASCII in Strings): Clarify description of
4758         when a string is unibyte or multibyte.
4759         (Bool-Vector Type): Update examples.
4760         (Equality Predicates): Correctly describe when two strings are
4761         `equal'.
4763 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
4765         * lists.texi (Building Lists): `append' no longer accepts integer
4766         arguments.  Update the description of `number-sequence' to reflect
4767         recent changes.
4768         (Sets And Lists): Describe `member-ignore-case' after `member'.
4770 2003-11-27  Kim F. Storm  <storm@cua.dk>
4772         * commands.texi (Click Events): Click object may be an images.
4773         Describe (dx . dy) element of click positions.
4774         (Accessing Events): Remove duplicate posn-timestamp.
4775         New functions posn-object and posn-object-x-y.
4777 2003-11-23  Kim F. Storm  <storm@cua.dk>
4779         * commands.texi (Click Events): Describe enhancements to event
4780         position lists, including new text-pos and (col . row) items.
4781         Mention left-fringe and right-fringe area events.
4782         (Accessing Events): New functions posn-area and
4783         posn-actual-col-row.  Mention posn-timestamp.  Mention that
4784         posn-point in non-text area still returns buffer position.
4785         Clarify posn-col-row.
4787 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
4789         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4790         * anti.texi (File Attributes): Describe removed parameter
4791         ID-FORMAT.
4793 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
4795         * positions.texi (Positions): Mention that, if a marker is used as
4796         a position, its buffer is ignored.
4798         * markers.texi (Overview of Markers): Mention it here too.
4800 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
4802         * numbers.texi (Numeric Conversions): Not just `floor', but also
4803         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4805 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
4807         * markers.texi (Creating Markers): Specify insertion type of
4808         created markers.  Add xref to `Marker Insertion Types'.
4809         Second argument to `copy-marker' is optional.
4810         (Marker Insertion Types): Mention that most markers are created
4811         with insertion type nil.
4812         (The Mark): Correctly describe when `mark' signals an error.
4813         (The Region): Correctly describe when `region-beginning' and
4814         `region-end' signal an error.
4816 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
4818         * hash.texi (Creating Hash): Clarify description of `eql'.
4819         `makehash' is obsolete.
4820         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4822         * positions.texi (Point): Change description of `buffer-end', so
4823         that it is also correct for floating point arguments.
4824         (List Motion): Correct argument lists of `beginning-of-defun' and
4825         `end-of-defun'.
4826         (Excursions): Add xref to `Marker Insertion Types'.
4827         (Narrowing): Argument to `narrow-to-page' is optional.
4829 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
4831         * streams.texi (Output Streams): Clarify behavior of point for
4832         marker output streams.
4834 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
4836         * variables.texi (Defining Variables): Second argument to
4837         `defconst' is not optional.
4838         (Setting Variables): Mention optional argument APPEND to
4839         `add-to-list'.
4840         (Creating Buffer-Local): Expand description of
4841         `make-variable-buffer-local'.
4842         (Frame-Local Variables): Expand description of
4843         `make-variable-frame-local'.
4844         (Variable Aliases): Correct description of optional argument
4845         DOCSTRING to `defvaralias'.  Mention return value of
4846         `defvaralias'.
4847         (File Local Variables): Add xref to `File variables' in Emacs
4848         Manual.  Correct description of `hack-local-variables'.  Mention
4849         `safe-local-variable' property.  Mention optional second argument
4850         to `risky-local-variable-p'.
4852 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
4854         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4856 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4858         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4859         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4860         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4861         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4862         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
4863         lispref/processes.texi, lispref/searching.texi,
4864         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4865         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4866         @acronym{FOO}.
4868 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
4870         * strings.texi (Creating Strings): Argument START to `substring'
4871         can not be `nil'.  Expand description of
4872         `substring-no-properties'.  Correct description of `split-string',
4873         especially with respect to empty matches.  Prevent very bad line
4874         break in definition of `split-string-default-separators'.
4875         (Text Comparison): `string=' and `string<' also accept symbols as
4876         arguments.
4877         (String Conversion): More completely describe argument BASE in
4878         `string-to-number'.
4879         (Formatting Strings): `%s' and `%S' in `format' do require
4880         corresponding object.  Clarify behavior of numeric prefix after
4881         `%' in `format'.
4882         (Case Conversion): The argument to `upcase-initials' can be a
4883         character.
4885 2003-10-27  Kenichi Handa  <handa@m17n.org>
4887         * display.texi (Fontsets): Fix texinfo usage.
4889 2003-10-25  Kenichi Handa  <handa@m17n.org>
4891         * display.texi (Fontsets): Add description of the function
4892         set-fontset-font.
4894 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
4896         * display.texi (Temporary Displays): Add xref to `Documentation
4897         Tips'.
4899         * functions.texi (Function Safety): Use inforef instead of pxref
4900         for SES.
4902 2003-10-23  Andreas Schwab  <schwab@suse.de>
4904         * Makefile.in (TEX, texinputdir): Don't define.
4905         (TEXI2DVI): Define.
4906         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4907         add $(srcdir)/index.texi.
4908         ($(infodir)/elisp): Remove index.texi dependency.
4909         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
4910         (index.texi): Remove target.
4911         (dist): Don't link $(srcdir)/permute-index.
4912         (clean): Don't remove index.texi.
4914         * permute-index, index.perm: Remove.
4915         * index.texi: Rename from index.unperm.
4917 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
4919         * tips.texi (Documentation Tips): Document new behavior for face
4920         and variable hyperlinks in Help mode.
4922 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
4924         * objects.texi (Integer Type): Update for extra bit of integer range.
4925         (Character Type): Ditto.
4927 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
4929         * numbers.texi (Integer Basics): Add index entries for reading
4930         numbers in hex, octal, and binary.
4932 2003-10-16  Lute Kamstra  <lute@gnu.org>
4934         * modes.texi (Mode Line Format): Mention force-mode-line-update's
4935         argument.
4937 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
4939         * windows.texi (Choosing Window): Fix typo.
4940         * edebug.texi (Edebug Execution Modes): Fix typo.
4942 2003-10-13  Richard M. Stallman  <rms@gnu.org>
4944         * windows.texi (Basic Windows): A window has fringe settings,
4945         display margins and scroll-bar settings.
4946         (Splitting Windows): Doc split-window return value.
4947         Clean up one-window-p.
4948         (Selecting Windows): Fix typo.
4949         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4950         (Buffers and Windows): In set-window-buffer, explain effect
4951         on fringe settings and scroll bar settings.
4952         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4953         (Choosing Window): Use defopt for pop-up-frame-function.
4954         For special-display-buffer-names, explain same-window and same-frame.
4955         Clarify window-dedicated-p return value.
4956         (Textual Scrolling): scroll-up and scroll-down can get an error.
4957         (Horizontal Scrolling): Clarify auto-hscroll-mode.
4958         Clarify set-window-hscroll.
4959         (Size of Window): Don't mention tool bar in window-height.
4960         (Coordinates and Windows): Explain what coordinates-in-window-p
4961         returns for fringes and display margins.
4962         (Window Configurations): Explain saving fringes, etc.
4964         * tips.texi (Library Headers): Clean up Documentation.
4966         * syntax.texi (Parsing Expressions): Clean up forward-comment
4967         and parse-sexp-lookup-properties.
4969         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4971         * os.texi (System Environment): Clean up text for load-average errors.
4973         * modes.texi (Hooks): Don't explain local hook details at front.
4974         Clarify run-hooks and run-hook-with-args a little.
4975         Clean up add-hook and remove-hook.
4977         * edebug.texi (Edebug Execution Modes): Clarify t.
4978         Document edebug-sit-for-seconds.
4979         (Coverage Testing): Document C-x X = and =.
4980         (Instrumenting Macro Calls): Fix typo.
4981         (Specification List): Don't index the specification keywords.
4983 2003-10-10  Kim F. Storm  <storm@cua.dk>
4985         * processes.texi (Network): Introduce make-network-process.
4987 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
4989         * tips.texi (Library Headers): Fix typo.
4991 2003-10-07  Juri Linkov  <juri@jurta.org>
4993         * modes.texi (Imenu): Mention imenu-create-index-function's
4994         default value.  Explain submenus better.
4996 2003-10-07  Lute Kamstra  <lute@gnu.org>
4998         * modes.texi (Faces for Font Lock): Fix typo.
4999         (Hooks): Explain how buffer-local hook variables can refer to
5000         global hook variables.
5001         Various minor clarifications.
5003 2003-10-06  Lute Kamstra  <lute@gnu.org>
5005         * tips.texi (Coding Conventions): Mention naming conventions for
5006         hooks.
5008 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
5010         * loading.texi (Library Search): Correct default value of
5011         load-suffixes.
5012         (Named Features): Fix typo.
5014 2003-10-05  Richard M. Stallman  <rms@gnu.org>
5016         * loading.texi (Named Features): In `provide',
5017         say how to test for subfeatures.
5018         (Unloading): In unload-feature, use new var name
5019         unload-feature-special-hooks.
5021 2003-10-03  Lute Kamstra  <lute@gnu.org>
5023         * modes.texi (Major Mode Conventions): Mention third way to set up
5024         Imenu.
5025         (Imenu): A number of small fixes.
5026         Delete documentation of internal variable imenu--index-alist.
5027         Document the return value format of imenu-create-index-function
5028         functions.
5030 2003-09-30  Richard M. Stallman  <rms@gnu.org>
5032         * processes.texi (Network): Say what stopped datagram connections do.
5034         * lists.texi (Association Lists): Clarify `assq-delete-all'.
5036         * display.texi (Overlay Properties): Clarify `evaporate' property.
5038 2003-09-29  Lute Kamstra  <lute@gnu.org>
5040         * modes.texi (Mode Line Data): Explain when symbols in mode-line
5041         constructs should be marked as risky.
5042         Change cons cell into proper list.
5043         (Mode Line Variables): Change cons cell into proper list.
5045 2003-09-26  Lute Kamstra  <lute@gnu.org>
5047         * modes.texi (Mode Line Data): Document the :propertize construct.
5048         (Mode Line Variables): Reorder the descriptions of the variables
5049         to match their order in the default mode-line-format.
5050         Describe the new variables mode-line-position and mode-line-modes.
5051         Update the default values of mode-line-frame-identification,
5052         minor-mode-alist, and default-mode-line-format.
5053         (Properties in Mode): Mention the :propertize construct.
5055 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5057         * buffers.texi, commands.texi, debugging.texi, eval.texi:
5058         * loading.texi, minibuf.texi, text.texi, variables.texi:
5059         Avoid @strong{Note:}.
5061 2003-09-26  Richard M. Stallman  <rms@gnu.org>
5063         * keymaps.texi (Remapping Commands): Fix typo.
5065 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
5067         * processes.texi (Low-Level Network): Fix typo.
5069 2003-09-23  Kim F. Storm  <storm@cua.dk>
5071         * processes.texi (Network, Network Servers): Fix typos.
5072         (Low-Level Network): Add timeout value for :server keyword.
5073         Add new option keywords to make-network-process.
5074         Add set-network-process-options.
5075         Explain how to test availability of network options.
5077 2003-09-19  Richard M. Stallman  <rms@gnu.org>
5079         * text.texi (Motion by Indent): Arg to
5080         backward-to-indentation and forward-to-indentation is optional.
5082         * strings.texi (Creating Strings): Add substring-no-properties.
5084         * processes.texi
5085         (Process Information): Add list-processes arg QUERY-ONLY.
5086         Delete process-contact from here.
5087         Add new status values for process-status.
5088         Add process-get, process-put, process-plist, set-process-plist.
5089         (Synchronous Processes): Add call-process-shell-command.
5090         (Signals to Processes): signal-process allows process objects.
5091         (Network): Complete rewrite.
5092         (Network Servers, Datagrams, Low-Level Network): New nodes.
5094         * positions.texi (Word Motion): forward-word, backward-word
5095         arg is optional.  Reword.
5097         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5099         * variables.texi (Creating Buffer-Local):
5100         Delete duplicate definition of buffer-local-value.
5101         (File Local Variables): Explain about discarding text props.
5103 2003-09-11  Richard M. Stallman  <rms@gnu.org>
5105         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5106         changes variables that record input events.
5107         (Minibuffer Misc): Add minibuffer-selected-window.
5109         * lists.texi (Building Lists): Add copy-tree.
5111         * display.texi (Fontsets): Add char-displayable-p.
5112         (Scroll Bars): New node.
5114 2003-09-08  Lute Kamstra  <lute@gnu.org>
5116         * modes.texi (%-Constructs): Document new `%i' and `%I'
5117         constructs.
5119 2003-09-03  Peter Runestig  <peter@runestig.com>
5121         * makefile.w32-in: New file.
5123 2003-08-29  Richard M. Stallman  <rms@gnu.org>
5125         * display.texi (Overlay Properties): Clarify how priorities
5126         affect use of the properties.
5128 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
5130         * customize.texi (Type Keywords): Correct the description of
5131         `:help-echo' in the case where `motion-doc' is a function.
5133 2003-08-14  John Paul Wallington  <jpw@gnu.org>
5135         * modes.texi (Emulating Mode Line): Subsection, not section.
5137 2003-08-13  Richard M. Stallman  <rms@gnu.org>
5139         * elisp.texi (Top): Update subnode lists in menu.
5141         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5142         (Kill Functions): kill-region has new arg yank-handler.
5143         (Yanking): New node.
5144         (Yank Commands): Add yank-undo-function.
5145         (Low-Level Kill Ring):
5146         kill-new and kill-append have new arg yank-handler.
5147         (Changing Properties): Add remove-list-of-text-properties.
5148         (Atomic Changes): New node.
5150         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5152         * streams.texi (Output Variables): Add eval-expression-print-length
5153         and eval-expression-print-level.
5155         * os.texi (Time Conversion): For encode-time, explain limits on year.
5157         * objects.texi (Character Type): Define anchor "modifier bits".
5159         * modes.texi (Emulating Mode Line): New node.
5160         (Search-based Fontification): Font Lock uses font-lock-face property.
5161         (Other Font Lock Variables): Likewise.
5163         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5164         not vectors.
5165         (Active Keymaps): Add emulation-mode-map-alists.
5166         (Functions for Key Lookup): key-binding has new arg no-remap.
5167         (Remapping Commands): New node.
5168         (Scanning Keymaps): where-is-internal has new arg no-remap.
5169         (Tool Bar): Add tool-bar-local-item-from-menu.
5170         Clarify when to use tool-bar-add-item-from-menu.
5172         * commands.texi (Interactive Call): commandp has new arg.
5173         (Command Loop Info): Add this-original-command.
5175 2003-08-06  John Paul Wallington  <jpw@gnu.org>
5177         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5179         * display.texi (Warning Basics): Fix typo.
5180         (Fringes): Add closing curly bracket and fix typo.
5182         * elisp.texi (Top): Fix typo.
5184 2003-08-05  Richard M. Stallman  <rms@gnu.org>
5186         * elisp.texi: Update lists of subnodes.
5188         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5190         * variables.texi (Local Variables): Use lc for example variable names.
5192         * tips.texi (Library Headers): Explain where to put -*-.
5194         * strings.texi (Creating Strings): Fix xref for vconcat.
5196         * sequences.texi (Vector Functions):
5197         vconcat no longer allows integer args.
5199         * minibuf.texi (Reading File Names): read-file-name has new
5200         arg PREDICATE.  New function read-directory-name.
5202         * macros.texi (Defining Macros): Give definition of `declare'
5203         (Indenting Macros): New node.
5205         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5206         (Window Frame Parameters): Make separate table of parameters
5207         that are coupled with specific face attributes.
5208         (Deleting Frames): delete-frame-hooks renamed to
5209         delete-frame-functions.
5211         * files.texi (Magic File Names): Add file-remote-p.
5212         Clarify file-local-copy.
5214         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5215         here; instead xref Defining Macros.
5217         * display.texi (Warnings): New node, and subnodes.
5218         (Fringes): New node.
5220         * debugging.texi (Test Coverage): New node.
5222         * compile.texi (Compiler Errors): Explain with-no-warnings
5223         and other ways to suppress warnings.
5225         * commands.texi (Interactive Call): Minor clarification.
5227         * buffers.texi (Buffer File Name): set-visited-file-name
5228         renames the buffer too.
5230         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5232 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
5234         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5236 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
5238         * internals.texi (Garbage Collection): Fix previous change.
5240 2003-07-22  Richard M. Stallman  <rms@gnu.org>
5242         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5244         * display.texi (Width): Use \s syntax in example.
5245         (Font Selection): Add face-font-rescale-alist.
5247         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5248         Remove spurious indent in example.
5250         * lists.texi (Building Lists): Add number-sequence.
5252         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5254         * functions.texi (Function Documentation): Explain how to
5255         show calling convention explicitly in the doc string.
5257         * windows.texi (Selecting Windows): save-selected-window saves
5258         selected window of each frame.
5259         (Window Configurations): Minor change.
5261         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5263         * streams.texi (Output Variables): Add print-continuous-numbering
5264         and print-number-table.
5266         * processes.texi (Decoding Output): New node.
5268         * os.texi (Time Conversion): decode-time arg is optional.
5270         * objects.texi (Character Type): Don't use space as example for \.
5271         Make list of char names and \-sequences correspond.
5272         Explain that \s is not used in strings.  `\ ' needs space after.
5274         * nonascii.texi (Converting Representations): Add string-to-multibyte.
5275         (Translation of Characters): Add translation-table-for-input.
5276         (Default Coding Systems): Add auto-coding-functions.
5277         (Explicit Encoding): Add decode-coding-inserted-region.
5278         (Locales): Add locale-info.
5280         * minibuf.texi (Basic Completion): Describe test-completion.
5281         Collections can be lists of strings.
5282         Clean up lazy-completion-table.
5283         (Programmed Completion): Mention test-completion.
5284         Clarify why lambda expressions are not accepted.
5285         (Minibuffer Misc): Describe minibufferp.
5287 2003-07-14  Richard M. Stallman  <rms@gnu.org>
5289         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5291         * windows.texi (Selecting Windows): New arg to select-window.
5292         (Selecting Windows): Add with-selected-window.
5293         (Size of Window): Add window-inside-edges, etc.
5295         * internals.texi (Garbage Collection): Add post-gc-hook.
5297         * processes.texi (Subprocess Creation): Add exec-suffixes.
5299         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5300         (Scanning Keymaps): Add map-keymaps.
5301         (Defining Menus): Add keymap-prompt.
5303         * numbers.texi (Integer Basics): Add most-positive-fixnum,
5304         most-negative-fixnum.
5306         * compile.texi (Byte Compilation): Explain no-byte-compile
5307         (Compiler Errors): New node.
5309         * os.texi (User Identification): user-uid, user-real-uid
5310         can return float.
5312         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5313         and about derived modes.
5314         (Minor Modes): Add minor-mode-list.
5315         (Defining Minor Modes): Keyword args for define-minor-mode.
5316         (Search-based Fontification): Explain managing other properties.
5317         (Other Font Lock Variables): Add font-lock-extra-managed-props.
5318         (Faces for Font Lock): Add font-locl-preprocessor-face.
5319         (Hooks): Add run-mode-hooks and delay-mode-hooks.
5321         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
5322         (Variable Aliases): Clarify defvaralias.
5324         * loading.texi (Library Search): Add load-suffixes.
5326         * minibuf.texi (Basic Completion): Add lazy-completion-table.
5327         (Programmed Completion): Add dynamic-completion-table.
5329         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5330         (Magic File Names): Specify precedence order of handlers.
5332         * commands.texi (Command Overview): Emacs server runs pre-command-hook
5333         and post-command-hook.
5334         (Waiting): New calling convention for sit-for.
5336         * text.texi (Special Properties): local-map and keymap properties
5337         apply based on their stickiness.
5339 2003-07-07  Richard M. Stallman  <rms@gnu.org>
5341         * modes.texi (Minor Mode Conventions): Specify only some kinds
5342         of list values as args to minor modes.
5344         * files.texi (File Name Expansion): Warn about iterative use
5345         of substitute-in-file-name.
5347         * advice.texi (Activation of Advice): Clean up previous change.
5349 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
5351         * advice.texi (Activation of Advice): Note that ad-start-advice is
5352         turned on by default.
5354 2003-06-30  Richard M. Stallman  <rms@gnu.org>
5356         * text.texi (Buffer Contents): Document current-word.
5357         (Change Hooks): Not called for *Messages*.
5359         * functions.texi (Defining Functions): Explain about redefining
5360         primitives.
5361         (Function Safety): Renamed.  Minor changes.
5362         Comment out the detailed criteria for what is safe.
5364 2003-06-22  Andreas Schwab  <schwab@suse.de>
5366         * objects.texi (Symbol Type): Fix description of examples.
5368 2003-06-16  Andreas Schwab  <schwab@suse.de>
5370         * hash.texi (Creating Hash): Fix description of :weakness.
5372 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5374         * files.texi (Changing Files): copy-file copies file modes, too.
5376 2003-05-28  Richard M. Stallman  <rms@gnu.org>
5378         * strings.texi (Creating Strings): Clarify split-string.
5380 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
5382         * strings.texi (Creating Strings): Update split-string specification
5383         and examples.
5385 2003-05-19  Richard M. Stallman  <rms@gnu.org>
5387         * elisp.texi: Correct invariant section names.
5389 2003-04-20  Richard M. Stallman  <rms@gnu.org>
5391         * os.texi (Timers): Explain about timers and quitting.
5393 2003-04-19  Richard M. Stallman  <rms@gnu.org>
5395         * internals.texi (Writing Emacs Primitives): Strings are
5396         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
5397         Explain GCPRO convention for varargs function args.
5399 2003-04-16  Richard M. Stallman  <rms@gnu.org>
5401         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5403 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5405         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5407 2003-02-13  Kim F. Storm  <storm@cua.dk>
5409         * objects.texi (Character Type): New \s escape for space.
5411 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5413         * os.texi (System Environment): Added cygwin system-type.
5415 2003-01-25  Richard M. Stallman  <rms@gnu.org>
5417         * keymaps.texi: Document that a symbol can act as a keymap.
5419 2003-01-13  Richard M. Stallman  <rms@gnu.org>
5421         * text.texi (Changing Properties): Say string indices are origin-0.
5423         * positions.texi (Screen Lines) <compute-motion>:
5424         Correct order of elts in return value.
5426         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5427         how to define a default binding.
5429 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
5431         * loading.texi (Unloading): Fix recent change for load-history.
5433         * customize.texi (Simple Types): Clarify description of custom
5434         type 'number.  Describe new custom type 'float.
5436 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
5438         * variables.texi (File Local Variables): Fix typo.
5440 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5442         From Michael Albinus <Michael.Albinus@alcatel.de>.
5444         * README: Target for Info file is `make info'.
5446         * files.texi (File Name Components): Fixed typos in
5447         `file-name-sans-extension'.
5448         (Magic File Names): Complete list of operations for magic file
5449         name handlers.
5451 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5453         * variables.texi (File Local Variables): New function
5454         risky-local-variable-p.
5456 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
5458         * functions.texi (Function safety): New node about unsafep.
5460 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5462         * customize.texi (Splicing into Lists): Fixed example.
5463         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5465 2002-06-17  Juanma Barranquero  <lektu@terra.es>
5467         * frames.texi (Display Feature Testing): Fix typo.
5469 2002-06-12  Andreas Schwab  <schwab@suse.de>
5471         * frames.texi (Initial Parameters, Resources): Fix references to
5472         the Emacs manual.
5474 2002-05-13  Kim F. Storm  <storm@cua.dk>
5476         * variables.texi (Intro to Buffer-Local): Updated warning and
5477         example relating to changing buffer inside let.
5479 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5481         * os.texi (Session Management): New node about X Session management.
5483 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
5485         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
5486         to which the manual corresponds, and the copyright years.
5488         * Makefile.in (VERSION): Set to 2.9.
5490 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
5492         * elisp.texi: Change the category in @dircategory to "Emacs", to
5493         make it consistent with info/dir.
5495 2001-11-25  Miles Bader  <miles@gnu.org>
5497         * text.texi (Fields): Describe new `limit' arg in
5498         field-beginning/field-end.
5500 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5502         * permute-index: Don't depend on csh-specific features.  Replace
5503         the interpreter name with /bin/sh.
5505         * two-volume-cross-refs.txt: New file.
5506         * two.el: New file.
5507         * spellfile: New file.
5509 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
5511         * permute-index: New file.
5513         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5514         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5515         8+3 restricted namespace.
5517         * Makefile.in (infodir): Define relative to $(srcdir).
5518         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5519         include directories list via -I switch to makeinfo.
5520         (index.texi): Use cp if both hard and symbolic links fail.
5522 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5524         * Makefile.in (distclean): Add.
5526         The following changes make ELisp manual part of the Emacs
5527         distribution:
5529         * Makefile.in: Add Copyright notice.
5530         (prefix): Remove.
5531         (infodir): Change value to "../info".
5532         (VPATH): New variable.
5533         (MAKE): Don't define.
5534         (texmacrodir): Don't define.
5535         (texinputdir): Append the existing value of TEXINPUTS.
5536         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
5537         command to be compatible with man/Makefile.in, and to put the
5538         output into ../info.
5539         (info): Add target.
5540         (installall): Target removed.
5542 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5544         * tips.texi (Coding Conventions): Fix typo.
5546 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5548         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5550 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5552         * files.texi (File Name Components): Update the description of
5553         file-name-sans-extension and file-name-extension, as they now
5554         ignore leading dots.
5556 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5558         * (Version 21.1 released.)
5560 2001-10-19  Miles Bader  <miles@gnu.org>
5562         * positions.texi (Text Lines): Describe behavior of
5563         `beginning-of-line'/`end-of-line' in the presence of field properties.
5565 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
5567         * Makefile.in (VERSION): Set to 2.8.
5568         (manual): Use `manual-21'.
5570         * elisp.texi (VERSION): Add and use it where the version
5571         number was used.  Set it to 2.8.
5573         * intro.texi: Likewise.
5575 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5577         * files.texi (File Name Completion): Document the significance of
5578         a trailing slash in elements of completion-ignored-extensions.
5580 2001-10-06  Miles Bader  <miles@gnu.org>
5582         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5584 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5586         * variables.texi (Variable Aliases): New node.
5588 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5590         * Branch for 21.1.
5592 2001-10-02  Miles Bader  <miles@gnu.org>
5594         * minibuf.texi (Minibuffer Misc): Add entries for
5595         `minibuffer-contents', `minibuffer-contents-no-properties', and
5596         `delete-minibuffer-contents'.
5597         Correct description for `minibuffer-prompt-end'.
5599         * text.texi (Property Search): Correct descriptions of
5600         `next-char-property-change' and `previous-char-property-change'.
5601         Add entries for `next-single-char-property-change' and
5602         `previous-single-char-property-change'.
5603         Make operand names a bit more consistent.
5605 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5607         * frames.texi (Finding All Frames): Document that next-frame and
5608         previous-frame are local to current terminal.
5610 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
5612         * keymaps.texi (Creating Keymaps): Fix the description of the
5613         result of make-keymap.
5615 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5617         * display.texi (Font Lookup, Attribute Functions)
5618         (Image Descriptors): Add cross-references to the definition of
5619         selected frame.
5621         * buffers.texi (The Buffer List): Add cross-references to the
5622         definition of selected frame.
5624         * frames.texi (Input Focus): Clarify which frame is _the_ selected
5625         frame at any given time.
5626         (Multiple Displays, Size and Position): Add a cross-reference to
5627         the definition of the selected frame.
5629 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5631         * strings.texi (String Conversion) <string-to-number>: Document
5632         that a float is returned for integers that are too large.
5634         * frames.texi (Mouse Position): Document mouse-position-function.
5635         (Display Feature Testing): Document display-images-p.
5636         (Window Frame Parameters): Document the cursor-type variable.
5638         * numbers.texi (Integer Basics): Document CL style read syntax for
5639         integers in bases other than 10.
5641         * positions.texi (List Motion): Document
5642         open-paren-in-column-0-is-defun-start.
5644         * lists.texi (Sets And Lists): Document member-ignore-case.
5646         * internals.texi (Garbage Collection): Document the used and free
5647         strings report.
5648         (Memory Usage): Document strings-consed.
5650         * os.texi (Time of Day): Document float-time.
5651         (Recording Input): Document that clear-this-command-keys clears
5652         the vector to be returned by recent-keys.
5654         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5655         argument keymap can be a list.
5657         * nonascii.texi (User-Chosen Coding Systems)
5658         <select-safe-coding-system>: Document the new argument
5659         accept-default-p and the variable
5660         select-safe-coding-system-accept-default-p.  Tell what happens if
5661         buffer-file-coding-system is undecided.
5662         (Default Coding Systems): Document auto-coding-regexp-alist.
5664         * display.texi (The Echo Area) <message>: Document
5665         message-truncate-lines.
5666         (Glyphs): Document that the glyph table is unused on windowed
5667         displays.
5669         * help.texi (Describing Characters) <single-key-description>:
5670         Document the new argument no-angles.
5671         (Accessing Documentation) <documentation-property>: Document that
5672         a non-string property is evaluated.
5673         <documentation>: Document that the function-documentation property
5674         is looked for.
5676         * windows.texi (Selecting Windows): Document some-window.
5678         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5680         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5681         apropos-mode-hook.
5683         * commands.texi (Using Interactive): Document interactive-form.
5684         (Keyboard Macros): Document kbd-macro-termination-hook.
5685         (Command Loop Info): Document that clear-this-command-keys clears
5686         the vector to be returned by recent-keys.
5688 2001-09-04  Werner LEMBERG  <wl@gnu.org>
5690         * Makefile.in (srcdir, texinputdir): New variables.
5691         (srcs, index.texi, install): Use $(srcdir).
5692         (.PHONY): Remove elisp.dvi.
5693         (elisp): Use -I switch for makeinfo.
5694         (elisp.dvi): Use $(srcdir) and $(texinputdir).
5695         (installall, dist): Use $(srcdir).
5696         Fix path to texinfo.tex.
5697         (maintainer-clean): Add elisp.dvi and elisp.oaux.
5699 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5701         * display.texi (Conditional Display): Adjust to API change.
5703         * configure: New file.
5705 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
5707         * commands.texi (Repeat Events): Add description of
5708         double-click-fuzz.
5710 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
5712         * syntax.texi (Syntax Class Table): Add the missing designator for
5713         comment and string fences.
5714         (Syntax Properties): Add a xref to syntax table internals.
5715         (Syntax Table Internals): Document string-to-syntax.
5717 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
5719         * Makefile.in (install): Use install-info command line options
5720         like in Emacs' Makefile.in.
5722 2000-12-09  Miles Bader  <miles@gnu.org>
5724         * windows.texi (Window Start): Update documentation for
5725         `pos-visible-in-window-p'.
5727 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
5729         * lists.texi (Building Lists): Add footnote to explain how to add
5730         to the end of a list.
5732 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
5734         * files.texi (Visiting Functions): Typos.
5736 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
5738         * files.texi (Visiting Functions): Return value of
5739         find-file-noselect may be a list of buffers if wildcards are used.
5741 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
5743         * display.texi (Defining Faces): Document `graphic' display type
5744         in face specs.
5746 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5748         * hooks.texi (Standard Hooks): Replace obsolete
5749         `after-make-frame-hook' with `after-make-frame-functions'.
5751         * frames.texi (Creating Frames): Ditto.
5753         * variables.texi (Future Local Variables): Ditto.
5755 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
5757         * display.texi (Other Image Types): Add description of :foreground
5758         and :background properties of mono PBM images.
5760 2000-08-17  Werner LEMBERG  <wl@gnu.org>
5762         * .cvsignore: New file.
5764 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
5766         * tindex.pl: New script.
5768 1999-12-03  Dave Love  <fx@gnu.org>
5770         * Makefile.in (MAKEINFO): New parameter.
5772 1999-09-17  Richard Stallman  <rms@gnu.org>
5774         * Makefile.in (srcs): Add hash.texi.
5775         (VERSION): Update to 20.6.
5777 1999-09-13  Richard Stallman  <rms@gnu.org>
5779         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5781 1998-08-29  Karl Heuer  <kwzh@gnu.org>
5783         * configure.in: New file.
5784         * Makefile.in: Renamed from Makefile.
5785         (prefix, infodir): Use value obtained from configure.
5786         (emacslibdir): Obsolete variable deleted.
5787         (dist): Distribute configure.in, configure, Makefile.in.
5789 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
5791         * Makefile (INSTALL_INFO): New variable.
5792         (install): Run install-info.
5794 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
5796         * Makefile (elisp.dvi): Add missing backslash.
5798 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
5800         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5801         Run texindex without `./'.  Always run texindex on elisp.tp.
5802         (elisp.tps): Target deleted.
5804 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5806         * Makefile (srcs): Add nonascii.texi and customize.texi.
5807         (dist): Start by deleting `temp'.
5809 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
5811         * Makefile (makeinfo, texindex): Targets deleted.
5812         (makeinfo.o, texindex.o): Targets deleted.
5813         (clean, dist): Don't do anything with them or with getopt*.
5815 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
5817         * Makefile (SHELL): Defined.
5819 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
5821         * Makefile (elisp.tps): New target.
5822         (elisp.dvi): Depend on elisp.tps.
5824 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5826         * README: Update phone number.
5828         * Makefile (elisp): Make this be the default target.
5829         Depend on makeinfo.c instead of makeinfo.
5830         (install): Don't depend on elisp.dvi, since we don't install that.
5831         Use mkinstalldirs.
5832         (dist): Add mkinstalldirs.
5834 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5836         * Makefile (VERSION): Update version number.
5837         (maintainer-clean): Renamed from realclean.
5839 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
5841         * Makefile (realclean): New target.
5842         (elisp): Remove any old elisp-* files first.
5844 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
5846         * Makefile (VERSION): New variable.
5847         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5848         Compressed file suffix should be `.gz', not `.z'.
5850 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5852         * Makefile (elisp): Depend on makeinfo.
5854 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
5856         * Makefile (srcs): Add anti.texi.
5858 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5860         * Makefile (infodir, prefix): New vars.
5861         (install): Use infodir.
5862         (emacsinfodir): Deleted.
5864 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5866         * Makefile (srcs): Add calendar.texi.
5868         * Makefile (dist): Copy texindex.c and makeinfo.c.
5869         Limit elisp-* files to those with one or two digits.
5871 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5873         * Makefile (dist): Changed to use Gzip instead of compress.
5875 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5877         * loading.texi (Unloading): define-function changed back to
5878         defalias.  It may not stay this way, but at least it's
5879         consistent with the known-good version of the code patch.
5881 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
5883         * modes.texi (Hooks): Document new optional arg of add-hook.
5885 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
5887         * variables.texi: Document nil initial value of buffer-local variables.
5889         * tips.texi: Add new section on standard library headers.
5891 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5893         * Makefile (srcs): Add frame.texi to the list of sources.
5895 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5897         * Makefile (dist): Don't bother excluding autosave files; they'll
5898         never make it into the temp directory anyway, and the hash marks
5899         in the name are problematic for make and the Bourne shell.
5900         (srcs):
5902 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5904         * Makefile (dist): Don't include backup files or autosave files in
5905         the distribution tar file.
5907 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5909         * Makefile (srcs): Added index.perm.
5910         (elisp.dvi): Remove erroneous shell comment.
5911         Expect output of permute-index in permuted.fns.
5912         Save old elisp.aux in elisp.oaux.
5913         (clean): Added index.texi to be deleted.
5915 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5917         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5919 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
5921         * files.texi: Noted that completion-ignored-extensions is ignored
5922         when making *Completions*.
5924 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5926         * Makefile  make dist now depends on elisp.dvi, since it tries
5927         to include it in the dist file.
5929 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
5931         * functions.texinfo (Mapping Functions): Add missing quote
5933 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5935         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5936         (defunargs): Turn off \hyphenchar of \sl font temporarily.
5938 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5940         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5941         and @error{} are the terms now being used.  The files in the
5942         directory have been changed to reflect this.
5944         * All instances of @indentedresultt{} have been changed to
5945         `     @result{}', using 5 spaces at the begining of the line.
5947 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5949         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5950         experimental @indentedresult{}, @indentedexpandsto{} are part of
5951         the texinfo.tex in this directory.  These TeX macros are not
5952         stable yet.
5954 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5956         * texinfo.tex: Temporarily added
5957                 \let\result=\dblarrow
5958                 \def\error{{\it ERROR} \longdblarrow}
5959         We need to do this better soon.
5961 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
5963         * Applied Karl Berry's patches to *.texinfo files, but not to
5964         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
5965         new title page format is also not applied, since it requires
5966         texinfo.tex changes.)
5968         * Cleaned up `Makefile' and defined the `emacslibdir' directory
5969         for the Project GNU development environment.
5971 ;; Local Variables:
5972 ;; coding: iso-2022-7bit
5973 ;; add-log-time-zone-rule: t
5974 ;; End:
5976     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5977       2005, 2006, 2007 Free Software Foundation, Inc.
5979   This file is part of GNU Emacs.
5981   GNU Emacs is free software; you can redistribute it and/or modify
5982   it under the terms of the GNU General Public License as published by
5983   the Free Software Foundation; either version 2, or (at your option)
5984   any later version.
5986   GNU Emacs is distributed in the hope that it will be useful,
5987   but WITHOUT ANY WARRANTY; without even the implied warranty of
5988   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5989   GNU General Public License for more details.
5991   You should have received a copy of the GNU General Public License
5992   along with GNU Emacs; see the file COPYING.  If not, write to the
5993   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5994   Boston, MA 02110-1301, USA.
5996 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda