Note that errors were spotted by rudalics.
[emacs.git] / doc / lispref / ChangeLog
blobeb82a7e12bec2f9e5fa9cd409efbd6e58c13e83d
1 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
3         Fix errors spotted by Martin Rudalics.
5         * syntax.texi (Position Parse): Document rationale for ignored
6         arguments to syntax-ppss-flush-cache.
8         * processes.texi (Input to Processes): Mark PROCESS arg to
9         process-running-child-p as optional.
10         (Network Options): Document NO-ERROR arg to
11         set-network-process-option.
13         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
14         command.
16         * searching.texi (POSIX Regexps): Mark posix-search-forward and
17         posix-search-backward as commands.
19         * os.texi (Killing Emacs): Mark kill-emacs as a command.
20         (Suspending Emacs): Mark suspend-emacs as a command.
21         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
22         commands.
23         (Terminal Output): Remove obsolete function baud-rate.  Document
24         TERMINAL arg for send-string-to-terminal.
26         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
27         terminal-coding-system and set-terminal-coding-system.
28         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
29         as optional.
30         (Character Sets): Document RESTRICTION arg of char-charset.
31         (Character Codes): Mark POS argument to get-byte as optional.
33         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
34         minibuffer-message.
36         * files.texi (Create/Delete Dirs): Mark make-directory and
37         delete-directory as commands.
39         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
41         * text.texi (Base 64): Mark base64-decode-string and
42         base64-encode-string as commands.
43         (Columns): Mark move-to-column as a command.
44         (Mode-Specific Indent): Document RIGID arg to
45         indent-for-tab-command.
46         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
47         Mark indent-code-rigidly as a command.
48         (Substitution): Mark translate-region as a command.
50         * frames.texi (Size and Position): Remove obsolete functions
51         screen-height and screen-width.
53 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
55         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
56         (Displaying Buffers, Resizing Windows): Correct mistakes;
57         next-window, previous-window, and pop-to-buffer are not commands,
58         and fit-window-to-buffer" is a command.  (Pointed out by Martin
59         Rudalics.)
61 2009-05-17  Richard M Stallman  <rms@gnu.org>
63         * modes.texi (Precalculated Fontification): Clarify text.
65 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
67         * windows.texi (Selecting Windows): Clarify descriptions of
68         with-selected-window and get-lru-window.
69         (Cyclic Window Ordering): Refer to particular frame when talking
70         about how splitting affects the ordering.
71         (Displaying Buffers): Fix descriptions of switch-to-buffer and
72         switch-to-buffer-other-window.  Explain how setting of
73         display-buffer-reuse-frames affects pop-to-buffer.
74         (Choosing Window): Clarify some details in descriptions of
75         display-buffer-reuse-frames, pop-up-frames, and
76         pop-up-frame-function.
77         (Dedicated Windows): Clarify some details.
78         (Textual Scrolling): Replace term vscroll by term vertical
79         scroll position.
80         (Vertical Scrolling): Fix typo.
81         (Window Hooks): Relate text on jit-lock-register to window
82         scrolling and size changes.
84 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
86         * frames.texi (Initial Parameters): Clarify what the initial
87         minibuffer frame is.
88         (Buffer Parameters): Note that the minibuffer parameter can not be
89         altered.
91         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
92         Document display-buffer changes.
94 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
96         * anti.texi (Antinews): Rewrite for Emacs 22.
98         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
99         obarrays are first mentioned.  Define "system abbrev" more
100         prominently, and add it to the index.
101         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
102         Copyedits.
103         (Abbrev Expansion): Document abbrev-insert.
105 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
107         * frames.texi (Font and Color Parameters): Rename from Color
108         Parameters.  Document font-backend parameter.
110         * vol2.texi (Top): Update node listing.
111         * vol1.texi (Top): Update node listing.
112         * elisp.texi (Top): Update node listing.
114 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
116         * windows.texi (Choosing Window): Don't explicitly refer to
117         split-window-sensibly's window argument in descriptions of
118         split-height-threshold and split-width-threshold.
120 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
122         * windows.texi (Choosing Window): Fix rewrite of window
123         splitting section.
125 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
127         * nonascii.texi (Default Coding Systems): Document
128         find-auto-coding, set-auto-coding, and auto-coding-alist.  Add
129         indexing.
130         (Lisp and Coding Systems): Add index entries.
132 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
134         * windows.texi (Choosing Window): Describe split-window-sensibly
135         and rewrite section on window splitting accordingly.
136         (Textual Scrolling): Replace `...' by @code{...}.
138 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
140         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
141         Remove obsoleted pre-abbrev-expand-hook.
143         * locals.texi (Standard Buffer-Local Variables): Consolidate table
144         entries.
146         * internals.texi (Object Internals): Don't assume 32-bit machines
147         are the norm.
148         (Buffer Internals): Consolidate table entries for readability.
149         (Window Internals): Synch field names to window.h.
150         (Process Internals): Synch field names to process.h.
152 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
154         * variables.texi (File Local Variables): Note that read-circle is
155         bound to nil when reading file-local variables.
157         * streams.texi (Input Functions): Document read-circle.
158         (Output Variables): Add xref to Circular Objects.
160 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
162         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
163         Features and Coding System Basics.  Node that "p" stands for
164         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
165         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
166         mouse-appearance-menu.
167         (Programming Tips): Add xref to Progress.
169 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
171         * os.texi (Command-Line Arguments): Document
172         command-line-args-left.
173         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
174         terminal objects for tty arguments.
175         (Startup Summary): Add xref to Session Management.
176         (Session Management): Mention emacs-session-restore.  Copyedits.
178 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
180         * os.texi (Startup Summary): Copyedits.  The init file is not
181         necessarily named .emacs now.  Document initial-buffer-choice and
182         initial-scratch-message.  Note where Emacs exits in batch mode.
183         Document inhibit-splash-screen as an alias.
184         (Init File): Be neutral about which init file name to use.
186 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
188         * os.texi (System Interface): Fix Texinfo usage.
190 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
192         * searching.texi (Regexp Backslash): Also refer to shy groups as
193         non-capturing or unnumbered groups.
194         (Regexp Functions): Add cross-reference to Regexp Backslash.
196         * display.texi (Truncation): Overlays can use line-prefix and
197         wrap-prefix too.
198         (Overlay Properties): Document wrap-prefix and line-prefix.
199         (Face Attributes): Document underline-minimum-offset.
200         (Face Remapping): Copyedits.
201         (Low-Level Font): Copyedits.
202         (Image Cache): Note that the image cache is shared between frames.
203         (Line Height): Emphasize that line-spacing only takes effect on
204         graphical terminals.
206 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
208         * display.texi (Refresh Screen): Note that a passage about screen
209         refreshing is text terminal only.
210         (Forcing Redisplay): Delete misleading comment---sit-for calls
211         redisplay, not the other way around.
212         (Truncation): Note new values of truncate-partial-width-windows.
213         Copyedits.
214         (Invisible Text): Document invisible-p.
216 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
218         * display.texi (Overlays): Overlays don't scale well.  See
219         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
221 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
223         * syntax.texi (Syntax Table Functions): Document cons cell
224         argument for modify-syntax-entry.
225         (Categories): Document cons cell argument for
226         modify-category-entry.
228         * searching.texi (String Search): Document word-search-forward-lax
229         and word-search-backward-lax.
230         (Searching and Case): Describe isearch behavior more precisely.
232         * keymaps.texi (Tool Bar): Mention that some platforms do not
233         support multi-line toolbars.  Suggested by Stephen Eglen.
235         * frames.texi (Layout Parameters): Mention that Nextstep also
236         allows only one tool-bar line.  Suggested by Stephen Eglen.
238         * nonascii.texi (Text Representations): Copyedits.
239         (Coding System Basics): Also mention utf-8-emacs.
240         (Converting Representations, Selecting a Representation)
241         (Scanning Charsets, Translation of Characters, Encoding and I/O):
242         Copyedits.
243         (Character Codes): Mention role of codepoints 1114112 to 4194175.
245 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
247         * text.texi (Yank Commands): Note that yank uses push-mark.
248         (Filling): Clarify REGION argument of fill-paragraph.  Document
249         fill-forward-paragraph-function.
250         (Special Properties): Remove "new in Emacs 22" declaration.
251         (Clickable Text): Merge with Links and Mouse-1 node.
253         * display.texi (Button Properties, Button Buffer Commands): Change
254         xref to Clickable Text.
256         * tips.texi (Key Binding Conventions): Change xref to Clickable
257         Text.
259         * elisp.texi (Top): Update node listing.
261 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
263         * markers.texi (The Mark): Copyedits.  Improve description of
264         handle-shift-selection.
265         (The Region): Move use-region-p here from The Mark.
267         * positions.texi (Screen Lines): Document (cols . lines) argument
268         for vertical-motion.
270 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
272         * frames.texi (Frames): Clean up introduction.  Document `ns'
273         return value for framep.
274         (Creating Frames): Note how the terminal is chosen.
275         (Multiple Terminals, Multiple Displays): Merge into a single node.
276         (Color Parameters): Fix typo.
278         * variables.texi (Local Variables, Buffer-Local Variables)
279         (Creating Buffer-Local): Change link to Multiple Terminals.
281         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
283         * keymaps.texi (Controlling Active Maps): Change link to Multiple
284         Terminals.
286         * commands.texi (Command Loop Info, Keyboard Macros): Change link
287         to Multiple Terminals.
289         * elisp.texi (Top): Update node listing.
290         * vol2.texi (Top): Update node listing.
291         * vol1.texi (Top): Update node listing.
293         * buffers.texi (Current Buffer): Note that the append-to-buffer
294         example is no longer in synch with the latest code.  Tie the two
295         examples together.
297         * files.texi (File Attributes): Move note about MS-DOS from
298         Changing Files to File Attributes.
299         (Create/Delete Dirs): Note that mkdir is an alias for this.
301 2009-04-01  Markus Triska  <triska@gmx.at>
303         * processes.texi (Filter Functions): Suggest how to handle output
304         batches.
306 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
308         * help.texi (Accessing Documentation): Update example to use
309         help-setup-xref and with-help-window.
310         (Help Functions): Remove print-help-return-message, which is
311         semi-obsolete due to with-help-window.  Document help-buffer and
312         help-setup-xref.
314 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
316         * help.texi (Accessing Documentation, Help Functions): Remove
317         information about long-obsolete Emacs versions.
319         * modes.texi (Mode Line Variables): The default values of the mode
320         line variables are now more complicated.
322 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
324         * modes.texi (Major Mode Conventions): Note that specialness is
325         inherited.
326         (Derived Modes): Note that define-derive-mode sets the mode-class
327         property.
329         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
330         goto-map.  Add search-map to the list.
332 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
334         * os.texi (System Environment): Update the list of system-type
335         values.
337         * markers.texi (The Mark) <handle-shift-selection>: Update for
338         removal of the optional argument DEACTIVATE.
340 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
342         * commands.texi (Focus Events): Most X window managers don't use
343         focus-follows-mouse nowadays.
345 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
347         * commands.texi (Defining Commands): Clarify introduction.
348         (Using Interactive): Not that interactive can be put in a symbol
349         property.
350         (Interactive Call): Note that a symbol with a non-nil
351         interactive-form property satisfies commandp.
353 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
355         * minibuf.texi (Intro to Minibuffers): Fix typos.
357 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
359         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
360         about minibuffers in old Emacs versions.  Copyedits.  Emphasize
361         that enable-recursive-minibuffers defaults to nil.
362         (Text from Minibuffer): Simplify introduction.
364 2009-03-22  Alan Mackenzie  <acm@muc.de>
366         * commands.texi (Using Interactive): Clarify string argument to
367         `interactive' - even promptless elements need \n separators.
369 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
371         * minibuf.texi (Completion Styles): New node.
373         * elisp.texi (Top): Update node listing.
375 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
377         * minibuf.texi (Basic Completion): Note that
378         read-file-name-completion-ignore-case and
379         read-buffer-completion-ignore-case can override
380         completion-ignore-case.
381         (Minibuffer Completion): Document completing-read changes.
382         (Completion Commands): Avoid mentioning partial completion mode.
383         Document minibuffer-completion-confirm changes, and
384         minibuffer-confirm-exit-commands.
385         (High-Level Completion): Document new require-match behavior for
386         read-buffer.  Document read-buffer-completion-ignore-case.
387         (Reading File Names): Document new require-match behavior for
388         read-file-name.
390 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
392         * debugging.texi (Error Debugging): Don't mislead the reader into
393         thinking that debug-on-error enters debugger for C-f at EOB.
394         (Error Debugging): Setting debug-on-init within the init file
395         works, and has for some time.
397 2009-03-13  Kenichi Handa  <handa@m17n.org>
399         * display.texi (Fontsets): Update the description.
401 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
403         * advice.texi (Advising Primitives): Link to What Is a Function.
405 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
407         * compile.texi (Speed of Byte-Code): Update example.
408         (Disassembly): Update examples.
410         * loading.texi (Repeated Loading): Simplify examples.
412         * customize.texi (Common Keywords): It's not necessary to use :tag
413         to remove hyphens, as custom-unlispify-tag-name does it
414         automatically.
415         (Variable Definitions): Link to File Local Variables.  Document
416         customized-value symbol property.
417         (Customization Types): Move menu to end of node.
419 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
421         * macros.texi (Compiling Macros): Omit misleading sentence, which
422         implied that macros can only be used in the same file they are
423         defined.
424         (Backquote): Remove obsolete information about Emacs 19.
426 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
428         * display.texi (Display Margins): Fix paren typo.
430 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
432         * elisp.texi (Top): Update node listing.
434         * variables.texi (Variables): Clarify introduction.
435         (Global Variables): Mention that setq is a special form.
436         (Local Variables): Use active voice.
437         (Tips for Defining): Mention marking variables as safe.
438         (Buffer-Local Variables): Mention terminal-local and frame-local
439         variables together.
440         (File Local Variables): Copyedits.
441         (Frame-Local Variables): Note that they are not really useful.
442         (Future Local Variables): Node deleted.
444         * objects.texi (General Escape Syntax): Update explanation of
445         unicode escape syntax.
447 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
449         * control.texi (Control Structures): Add cindex entry for "textual
450         order".
452         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
453         instead of "expression" throughout.
454         (Function Indirection): Copyedits.  Use active voice.
455         (Eval): The default value of max-lisp-eval-depth is now 400.
457 2009-02-23  Miles Bader  <miles@gnu.org>
459         * processes.texi (System Processes): Rename `system-process-attributes'
460         to `process-attributes'.
462 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
464         * symbols.texi (Property Lists): Emphasize that property lists are
465         not restricted to symbol cells.
466         (Other Plists): Copyedit.
468         * sequences.texi (Sequences Arrays Vectors): Make introduction
469         more concise.
470         (Arrays): Mention char-tables and bool-vectors too.
471         (Vectors): Don't repeat information given in Arrays node.  Link to
472         nodes that explain the vector usage examples.
473         (Char-Tables): Note that char-table elements can have arbitrary
474         type.  Explain effect of omitted char-table-extra-slots property.
475         Link to Property Lists node.
477 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
479         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
480         `append'.
481         (List Elements): Copyedits.
483         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
484         of `vconcat'.
486         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
487         Emacs 20 usage of `concat'.
488         (Case Conversion): Copyedits.
490 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
492         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
493         Minor edits.
494         (Frame Configuration Type): Emphasize that it is not primitive.
495         (Font Type): New node.
496         (Type Predicates): Add fontp; type-of now recognizes font object
497         types.
499         * intro.texi (Version Info): Update version numbers in examples.
500         (Acknowledgements): List more contributors.
502         * elisp.texi: Bump version number to 3.0.
503         (Top): Link to Font Type node.
505 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
507         * modes.texi (Major Mode Conventions): Remove duplicate words.
508         (Customizing Keywords): Fix typo.
510 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
512         * nonascii.texi (User-Chosen Coding Systems): Document that
513         select-safe-coding-system suggests raw-text if there are raw bytes
514         in the region.
515         (Explicit Encoding): Warn not to use `undecided' when encoding.
517 2009-02-11  Glenn Morris  <rgm@gnu.org>
519         * frames.texi (Visibility of Frames): Mention the effect multiple
520         workspaces/desktops can have on visibility.
522 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
524         * text.texi (Commands for Insertion):
525         * commands.texi (Event Mod):
526         * keymaps.texi (Searching Keymaps):
527         * nonascii.texi (Translation of Characters): Reinstate
528         documentation of translation-table-for-input.
529         (Explicit Encoding): Document the `charset' text property produced
530         by decode-coding-region and decode-coding-string.
532 2009-01-27  Alan Mackenzie  <acm@muc.de>
534         * modes.texi (Search-based Fontification): Correct a typo.
536 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
538         * abbrevs.texi (Abbrev Table Properties): Fix typo.
539         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
541 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
543         * display.texi (Window Systems): Document the value of
544         `initial-window-system' under --daemon.
546         * os.texi (System Environment): Remove description of the
547         `environment' function which has been deleted.
549 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
551         * frames.texi (Multiple Displays): Remove documentation for
552         removed function make-frame-on-tty.
554 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
556         * files.texi (Format Conversion Piecemeal): Clarify behavior of
557         write-region-annotate-functions.  Document
558         write-region-post-annotation-function.
560 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
562         * display.texi (Font Lookup): Document WIDTH argument of
563         x-list-fonts.
565 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
567         * maps.texi (Standard Keymaps): Rename function-key-map to
568         local-function-key-map.
570         * keymaps.texi (Translation Keymaps): Rename function-key-map to
571         local-function-key-map.
573         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
574         and `set-keyboard-coding-system' now accept an optional terminal
575         argument.
577         * commands.texi (Event Mod): `keyboard-translate-table' is now
578         terminal-local.
579         (Function Keys): Rename function-key-map to
580         local-function-key-map.
582         * elisp.texi (Top): Make @detailmenu be consistent with changes in
583         frames.texi.
585         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
586         `delete-terminal-functions', `suspend-tty-functions' and
587         `resume-tty-functions'.
589         * frames.texi (Frames): Document `frame-terminal' and
590         `terminal-live-p'.
591         (Multiple Displays): Document `make-frame-on-tty'.
592         (Multiple Terminals): Document `terminal-list', `delete-terminal',
593         `terminal-name', and `get-device-terminal'.
594         (Terminal Parameters): Document `terminal-parameters',
595         `terminal-parameter', and `set-terminal-parameter'.
597         * os.texi (System Environment): Document `environment' and
598         `initial-environment'.
599         (Suspending Emacs): Update for multi-tty; document
600         `suspend-tty', `resume-tty', and `controlling-tty-p'.
602         * nonascii.texi (Coding System Basics): More accurate description
603         of `raw-text'.
605 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
607         * display.texi (Low-Level Font): Fix typo.
609 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
611         * elisp.texi (Top): Update node listing.
613         * display.texi (PostScript Images): Node deleted.
615 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
617         * processes.texi (Decoding Output): Document that null bytes force
618         no-conversion for reading process output.
620         * files.texi (Reading from Files): Document that null bytes force
621         no-conversion when visiting files.
623         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
625         * nonascii.texi (Lisp and Coding Systems): Document
626         inhibit-null-byte-detection and inhibit-iso-escape-detection.
627         (Character Properties): Improve wording.
629 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
631         * display.texi (Font Lookup): Remove obsolete function
632         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
633         (Low-Level Font): Rename from Fonts, move to end of Faces section.
634         (Font Selection): Reorder order of variable descriptions.  Minor
635         clarifications.
637         * elisp.texi (Top): Update node listing.
639 2009-01-09  Glenn Morris  <rgm@gnu.org>
641         * commands.texi (Command Loop Info): Say that last-command-char and
642         last-input-char are obsolete aliases.
644         * edebug.texi (Edebug Recursive Edit): Remove separate references to
645         last-input-char and last-command-char, since they are just aliases for
646         last-input-event and last-command-event.
648         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
649         last-command-char.
651 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
653         * elisp.texi: Update node listing.
655         * display.texi (Faces): Put Font Selection node after Auto Faces.
656         (Face Attributes): Don't link to Font Lookup.  Document
657         font-family-list.
658         (Fonts): New node.
660 2009-01-08  Jason Rumney  <jasonr@gnu.org>
662         * frames.texi (Pointer Shape): Clarify that only X supports
663         changing the standard pointer shapes. (Bug#1485)
665 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
667         * display.texi (Attribute Functions): Note that a function value
668         :height is relative, and that compatibility functions work by
669         calling set-face-attribute.
670         (Displaying Faces): Reorder list in order of increasing priority.
671         (Face Remapping): New node.  Content moved here from Displaying
672         Faces.
673         (Glyphs): Link to Face Functions.
675 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
677         * display.texi (Faces): Don't discuss face id here.  facep does
678         not return t.
679         (Defining Faces): Minor clarification.
680         (Face Attributes): Rearrange items to match docstring of
681         set-face-attribute.  Add :foundry attribute.  Document new role of
682         :font attribute.  Texinfo usage fix.
683         (Attribute Functions): Copyedits.
684         (Face Functions): Note that face number is seldom used.
686 2009-01-05  Richard M Stallman  <rms@gnu.org>
688         * strings.texi (Predicates for Strings): Minor clarification.
690         * functions.texi (Function Safety): Texinfo usage fix.
692 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
694         * objects.texi (General Escape Syntax): Fix typo.
696 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
698         * windows.texi (Choosing Window): Say that pop-up-frame-alist
699         works via the default value of pop-up-frame-function.
701 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
703         * processes.texi (System Processes): Document the `time' and
704         `ctime' attributes of `system-process-attributes'.
706 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
708         * display.texi (Face Attributes): Clarify :height attribute.
710 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
712         * buffers.texi (The Buffer List): Clarify what moves a buffer to
713         the front of the buffer list.  Add entries for `last-buffer' and
714         `unbury-buffer'.
716 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
718         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
719         and its subsections.
721         * frames.texi (Multiple Terminals, Low-level Terminal)
722         (Terminal Parameters, Frames on Other TTY devices): New sections.
723         (Frames): Add an xref to "Multiple Terminals".
725         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
727         * objects.texi (Terminal Type): New node.
728         (Editing Types): Add it to the menu.
730         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
731         Variables".
733         * variables.texi (Directory Local Variables): New node.
734         (Variables): Add a menu item for it.
736         * loading.texi (Autoload): Document `generate-autoload-cookie' and
737         `generated-autoload-file'.
739 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
741         * os.texi (Startup Summary): Add xref to documentation of
742         `initial-window-system'.
744         * display.texi (Window Systems): Document `window-system' the
745         function.  The variable `window-system' is now frame-local.
746         Document `initial-window-system'.
748 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
750         * windows.texi (Windows): Rewrite description of
751         fit-window-to-buffer.
753 2008-12-13  Glenn Morris  <rgm@gnu.org>
755         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
756         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
758 2008-12-12  Glenn Morris  <rgm@gnu.org>
760         * debugging.texi (Error Debugging): Refer forwards to
761         eval-expression-debug-on-error.
763 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
765         * strings.texi (String Basics): Only unibyte strings that
766         represent key sequences hold 8-bit raw bytes.
768         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
769         paragraph to speak about `undecided'.
770         (Character Properties): Don't explain the meaning of each
771         property; instead, identify their Unicode Standard names.
772         (Character Sets): Document `map-charset-chars'.
774 2008-12-02  Glenn Morris  <rgm@gnu.org>
776         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
777         section yet again.
779 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
781         * nonascii.texi (Character Properties): New Section.
782         (Specifying Coding Systems): Document
783         `coding-system-priority-list', `set-coding-system-priority', and
784         `with-coding-priority'.
785         (Lisp and Coding Systems): Document `check-coding-systems-region'
786         and `coding-system-charset-list'.
787         (Coding System Basics): Document `coding-system-aliases'.
789         * elisp.texi (Top): Add a @detailmenu entry for "Character
790         Properties".
792         * objects.texi (Character Type): Correct the range of Emacs
793         characters.  Add an @xref to "Character Codes".
795         * strings.texi (String Basics): Add an @xref to "Character Codes".
797         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
799         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
800         (Character Codes): Document `max-char'.
802 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
804         * nonascii.texi (Text Representations, Converting Representations)
805         (Character Sets, Scanning Charsets, Translation of Characters):
806         Make text more accurate.
808 2008-11-28  Glenn Morris  <rgm@gnu.org>
810         * files.texi (Format Conversion Round-Trip): Improve previous change.
812 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
814         * modes.texi (Auto Major Mode): Fix example.
816 2008-11-25  Glenn Morris  <rgm@gnu.org>
818         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
820         * files.texi (Format Conversion Round-Trip):
821         Use active voice for previous change.
823 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
825         * os.texi (Processor Run Time):
826         * processes.texi (Transaction Queues):
827         * markers.texi (The Mark):
828         * windows.texi (Choosing Window, Selecting Windows):
829         * files.texi (Changing Files, Magic File Names):
830         * commands.texi (Key Sequence Input):
831         * functions.texi (Declaring Functions):
832         * strings.texi (Predicates for Strings):
833         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
835 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
837         * help.texi (Accessing Documentation): Update example.
839         * variables.texi (Defining Variables): Note that `*' is not
840         necessary if defcustom is used.
842 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
844         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
845         Characters" from @detailmenu.
847         * nonascii.texi (Character Codes, Character Sets)
848         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
849         (Chars and Bytes, Splitting Characters): Sections removed.
851 2008-11-22  Lute Kamstra  <lute@gnu.org>
853         * positions.texi (Text Lines): Update goto-line documentation.
855 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
857         * frames.texi (Frames): Fix typo, add cross references, reword.
858         (Initial Parameters): Reword special-display-frame-alist text.
859         (Frames and Windows): Reword.  Describe argument norecord for
860         set-frame-selected-window.
861         (Input Focus): Describe argument norecord for select-frame.
862         Remove comment on MS-Windows behavior for focus-follows-mouse.
863         (Raising and Lowering): Mention windows-frames dichotomy in
864         metaphor.
866         * windows.texi (Displaying Buffers, Vertical Scrolling)
867         (Horizontal Scrolling): Fix indenting and rewording issues
868         introduced with 2008-11-07 change.
870 2008-11-20  Glenn Morris  <rgm@gnu.org>
872         * files.texi (Format Conversion Round-Trip): Mention `preserve'
873         element of `format-alist'.
875 2008-11-19  Glenn Morris  <rgm@gnu.org>
877         * doclicense.texi: Update to FDL 1.3.
878         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
880 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
882         * windows.texi (Window Hooks): Remove *-end-trigger-functions
883         vars, which are obsolete.  Mention jit-lock-register.
885         * modes.texi (Other Font Lock Variables): Document
886         jit-lock-register and jit-lock-unregister.
888         * frames.texi (Color Parameters): Document alpha parameter.
890 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
892         * windows.texi (Splitting Windows, Deleting Windows)
893         (Selecting Windows, Cyclic Window Ordering)
894         (Buffers and Windows, Displaying Buffers, Choosing Window)
895         (Dedicated Windows, Window Point, Window Start and End)
896         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
897         (Size of Window, Resizing Windows, Window Configurations)
898         (Window Parameters): Avoid @var at beginning of sentences and
899         reword accordingly.
901 2008-11-11  Lute Kamstra  <lute@gnu.org>
903         * files.texi (File Name Components): Fix file-name-extension
904         documentation.
906 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
908         * frames.texi (Basic Parameters): Remove display-environment-variable
909         and term-environment-variable.
911 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
913         * windows.texi (Basic Windows, Splitting Windows)
914         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
915         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
916         (Resizing Windows, Window Configurations, Window Parameters):
917         Fix wording and markup.
919 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
921         * windows.texi (Windows): Update entries.
922         (Basic Windows): Remove listing of attributes.  Reword.
923         (Splitting Windows, Deleting Windows): Reword.
924         (Selecting Windows, Cyclic Window Ordering): Reword with special
925         emphasis on order of recently selected windows and buffer list.
926         (Buffers and Windows, Choosing Window): Reword with special
927         emphasis on dedicated windows.
928         (Displaying Buffers): Reword.  For switch-to-buffer mention that
929         it may fall back on pop-to-buffer.  For other-window try to
930         explain how it treats the cyclic ordering of windows.
931         (Dedicated Windows): New node and section discussing dedicated
932         windows and associated functions.
933         (Window Point): Add entry for window-point-insertion-type.  Reword.
934         (Window Start and End): Rename node and section title.  Reword.
935         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
936         Minor rewording.
937         (Size of Window): Reword, in particular text on window-width.
938         (Resizing Windows): Reword.  Add text on balancing windows.
939         (Window Configurations): Reword.  Mention window parameters.
940         (Window Parameters): New node and section on window parameters.
941         (Window Hooks): Reword.  Mention that
942         window-configuration-change-hook is run "buffer-locally".
943         * elisp.texi (Top): Update Windows entries in @detailmenu
944         section.
946 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
948         * searching.texi (Regexp Search): Fix typo.
950 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
952         * searching.texi (Regexp Search): Document GREEDY arg.
953         (Simple Match Data): Fix return value.
955 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
957         * nonascii.texi (Text Representations): Rewrite to make consistent
958         with Emacs 23 internal representation of characters.  Document
959         `unibyte-string'.
961 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
963         * processes.texi (Process Information): Note that process-status
964         does not accept buffer names.
966 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
968         * positions.texi (Skipping Characters): Correct return value of
969         skip-chars-forward.
971 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
973         * windows.texi (Deleting Windows): Update documentation of
974         delete-windows-on.
975         (Buffers and Windows): Update documentations of
976         get-buffer-window and get-buffer-window-list.
977         (Displaying Buffers): Update documentation of
978         replace-buffer-in-windows.
980         * buffers.texi (Current Buffer): Reword set-buffer and
981         with-current-buffer documentations.
982         (Creating Buffers): Reword documentation of get-buffer-create.
984 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
986         * buffers.texi (Current Buffer): Reword documentation of
987         set-buffer.
988         (Buffer Names): Reword documentation of buffer-name.
989         (The Buffer List): For bury-buffer explain what happens with the
990         buffer's window.
991         (Creating Buffers): Say that get-buffer-create's arg is called
992         buffer-or-name.
994 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
996         * advice.texi (Computed Advice): Explain what DEFINITION is.
998         * nonascii.texi (Character Codes): Remove obsolete function
999         char-valid-p, and document characterp instead.
1001 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
1003         * windows.texi (Displaying Buffers): Reword documentation of
1004         pop-to-buffer.
1005         (Choosing Window): Rewrite documentation of display-buffer and
1006         its options.
1008         * buffers.texi (Killing Buffers): Update documentation of
1009         kill-buffer.
1011 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
1013         * processes.texi (Serial Ports): Fix wording and improve markup.
1015         * searching.texi (Regexp Search): Document `string-match-p' and
1016         `looking-at-p'.
1017         (POSIX Regexps): Add an xref for "non-greedy".
1018         (Regexp Special): Add @cindex entry for "non-greedy".
1020         * display.texi (Attribute Functions): Document `face-all-attributes'.
1021         (Image Cache) <image-refresh>: Minor wording fixes.
1023         * frames.texi (Color Names): Add an xref to `read-color'.
1025         * minibuf.texi (High-Level Completion): Document `read-color'.
1027         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1029         * positions.texi (Narrowing): Add an xref to "Swapping Text".
1031         * buffers.texi (Swapping Text): New section, documents
1032         `buffer-swap-text'.
1034 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
1036         * windows.texi (Resizing Windows): Minor wording fix.
1038 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1040         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1041         and `combine-and-quote-strings'.
1043         * strings.texi (Creating Strings): Add xrefs for them.
1045 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1047         * elisp.texi (Top): Make descriptive text for "Reading File Names"
1048         match the corresponding menu in minibuf.texi.
1050         * minibuf.texi (Reading File Names): Document `read-shell-command'
1051         and `minibuffer-local-shell-command-map'.
1053 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1055         * windows.texi (Resizing Windows): Remove var{} around "window" in
1056         documentation of enlarge-window.
1057         Rewrite documentation of window-min-height and window-min-width.
1059 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1061         * functions.texi (Calling Functions): Document `apply-partially'.
1063         * hooks.texi (Standard Hooks): Mention
1064         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1066         * variables.texi (File Local Variables): Document
1067         `file-local-variables-alist', `before-hack-local-variables-hook'
1068         and `hack-local-variables-hook'.
1070         * processes.texi (Synchronous Processes): Document `process-lines'.
1072         * customize.texi (Variable Definitions): Document
1073         `custom-reevaluate-setting'.
1075 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
1077         * windows.texi (Choosing Window, Deleting Windows)
1078         (Displaying Buffers): Expand documentation of dedicated windows.
1080 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1082         * files.texi (Changing Files): Document symbolic input of file
1083         modes to `set-file-modes'.  Document `read-file-modes' and
1084         `file-modes-symbolic-to-number'.
1086         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1087         and `search-map'.
1089         * searching.texi (Search and Replace): Document
1090         `replace-search-function' and `replace-re-search-function'.
1091         Document `multi-query-replace-map'.
1093         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1094         (Completion Commands, Reading File Names): Rename
1095         `minibuffer-local-must-match-filename-map' to
1096         `minibuffer-local-filename-must-match-map'.
1097         (Minibuffer Completion): The `require-match' argument to
1098         `completing-read' can now have the value `confirm-only'.
1100         * windows.texi (Displaying Buffers): Minor wording fix.
1101         (Choosing Window): `split-height-threshold' can now be nil.
1102         Document `split-width-threshold'.  `pop-up-frames' can have the
1103         value `graphic-only'.
1105 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
1107         * os.texi (Startup Summary): Document `before-init-time' and
1108         `after-init-time'.  Document `initial-window-system' and
1109         `window-system-initialization-alist'.  Document reading the
1110         abbrevs file.  Document the call to `server-start' under --daemon.
1111         Rearrange a bit to be consistent with the code flow.
1112         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1113         (Time Parsing): Document `format-seconds'.
1115 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
1117         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1118         and reword.
1120 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
1122         * markers.texi (The Mark): Document use-region-p.
1124 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
1126         * internals.texi (Writing Emacs Primitives): The interactive spec
1127         of a primitive can be a Lisp form.
1129         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1130         values of transient-mark-mode.  Document handle-shift-selection.
1132         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1133         (Interactive Examples): Show an example of `^'.
1134         (Key Sequence Input): Document this-command-keys-shift-translated.
1135         (Defining Commands, Using Interactive): The interactive-form of a
1136         function can be added via its symbol's property.
1138         * positions.texi (List Motion): beginning-of-defun-function can
1139         now accept an argument.
1141         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1142         now return a list of strings.
1144         * control.texi (Handling Errors): Document ignore-errors.
1146         * frames.texi (Creating Frames): Document frame-inherited-parameters.
1147         (Parameter Access): Document set-frame-parameter.
1149         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1150         Hooks" for the effect of kill-all-local-variables on local hook
1151         functions.
1153         * modes.texi (Major Mode Conventions, Mode Line Variables):
1154         `mode-name' need not be a string.  xref to "Mode Line Data" for
1155         details, and to "Emulating Mode Line" for computing a string
1156         value.
1158 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
1160         * processes.texi (System Processes): New section.
1161         (Processes, Signals to Processes): Add xrefs to it.
1163         * objects.texi (Editing Types): A `process' is a subprocess of
1164         Emacs, not just any process running on the OS.
1166         * elisp.texi (Top): Adjust the @detailmenu for the above two
1167         changes.
1169         * sequences.texi (Char-Tables): Remove documentation of
1170         set-char-table-default, which has no effect since Emacs 23.
1171         <char-table-range, set-char-table-range>: Don't mention generic
1172         characters and charsets.  Add a cons cell as a possible argument.
1174         * nonascii.texi (Splitting Characters)
1175         (Translation of Characters): Don't mention generic characters.
1177         * display.texi (Fontsets): Don't mention generic characters.
1179         * sequences.texi (Char-Tables): `map-char-table' can now call its
1180         argument FUNCTION with a cons cell as KEY.
1182 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
1184         * objects.texi (Primitive Function Type): Move "@cindex special
1185         forms" from here...
1187         * eval.texi (Special Forms): ...to here.
1189         * functions.texi (What Is a Function): `functionp' returns nil for
1190         special forms.  Add an xref.
1192         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1193         Variables".
1195         * variables.texi (Frame-Local Variables): New section.
1196         (Buffer-Local Variables): Add an xref to it.
1197         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1198         have both frame-local and buffer-local binding.
1200         * frames.texi (Frames): Mention multiple tty frames.
1201         (Frame Parameters, Parameter Access): Mention frame-local variable
1202         bindings.
1204 2008-09-20  Glenn Morris  <rgm@gnu.org>
1206         * display.texi (Defining Faces): Recommend against face variables.
1208 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
1210         * display.texi (Echo Area Customization): Fix typo.
1212 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
1214         * loading.texi (Where Defined): Add `defface' item.
1216 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
1218         * loading.texi (Where Defined): Fix description of symbol-file.
1220 2008-08-26  Jason Rumney  <jasonr@gnu.org>
1222         * display.texi (TIFF Images): New section describing :index property.
1224 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
1226         * display.texi (Temporary Displays): Remove unnecessary comment
1227         about usage of temp-buffer-show-hook.
1229 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
1231         * symbols.texi (Other Plists): Fix incorrect example.
1232         Suggested by Florian Beck.
1234 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
1236         * os.texi: Fix previous change.
1238 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1240         * os.texi:
1241         * intro.texi:
1242         * files.texi: Remove VMS support.
1244 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1246         * os.texi:
1247         * frames.texi:
1248         * display.texi: Remove mentions of Mac Carbon.
1250 2008-07-01  Miles Bader  <miles@gnu.org>
1252         * text.texi (Special Properties):
1253         * display.texi (Truncation): Add wrap-prefix and line-prefix.
1255 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
1257         * display.texi (Other Image Types): Fix copy/paste error; say
1258         "PBM", not "XBM".
1260 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1262         * os.texi: Remove references to obsolete systems.
1264 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
1266         * makefile.w32-in (distclean): Remove makefile.
1268 2008-06-17  Glenn Morris  <rgm@gnu.org>
1270         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1271         (elisp, dist): Remove rules and variables that are obsolete now
1272         the lisp manual is no longer distributed separately.
1274 2008-06-16  Glenn Morris  <rgm@gnu.org>
1276         * configure, configure.in, mkinstalldirs: Remove unused files.
1278         * book-spine.texinfo: Set version to 23.0.60.
1279         * vol1.texi (EMACSVER):
1280         * vol2.texi (EMACSVER): Set to 23.0.60.
1282         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1283         as per maintain.info.
1285 2008-06-15  Glenn Morris  <rgm@gnu.org>
1287         * makefile.w32-in (manual): Use "23" rather than "21".
1289         * Makefile.in (emacsver): New, set by configure.
1290         (manual): Use emacsver.
1292         * intro.texi: Report bugs using M-x report-emacs-bug.
1294         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1296 2008-06-13  Daniel Engeler  <engeler@gmail.com>
1298         * elisp.texi, internals.texi, processes.texi: Add documentation
1299         about serial port access.
1301 2008-06-05  Miles Bader  <miles@gnu.org>
1303         * display.texi (Displaying Faces): Update to reflect function
1304         renamings in face-remap.el.
1306 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
1308         * display.texi (Fontsets): Fix typos.
1310 2008-06-03  Miles Bader  <miles@gnu.org>
1312         * display.texi (Displaying Faces): Add add-relative-face-remapping,
1313         remove-relative-face-remapping, set-base-face-remapping,
1314         and set-default-base-face-remapping.
1316 2008-06-01  Miles Bader  <miles@gnu.org>
1318         * display.texi (Displaying Faces): Add face-remapping-alist.
1320 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1323         variable names.
1325 2008-05-03  Eric S. Raymond  <esr@golux>
1327         * keymaps.texi: Clarify that (current-local-map) and
1328         (current-global-map) return references, not copies.
1330 2008-05-02  Juri Linkov  <juri@jurta.org>
1332         * minibuf.texi (Text from Minibuffer): Document a list of
1333         default values for `read-from-minibuffer'.
1335 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
1337         * nonascii.texi (Translation of Characters): Fix previous change.
1339 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
1341         * display.texi (Overlay Properties): Clarify role of underlying
1342         textprop and overlay keymaps for display strings.
1344         * keymaps.texi (Active Keymaps): Ditto.
1346 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1348         * minibuf.texi (Programmed Completion):
1349         Replace dynamic-completion-table with the new completion-table-dynamic.
1351 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
1353         * intro.texi (Some Terms): Change "fonts in this manual" index
1354         entry to "typographic conventions".
1356 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1358         * objects.texi (Text Props and Strings): Add indexing for read
1359         syntax of text properties.
1361 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * processes.texi (Decoding Output): Remove process-filter-multibyte
1364         functions.
1366 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
1368         * display.texi (Finding Overlays): Say that empty overlays at
1369         the end of the buffer are reported too.
1371 2008-03-13  Glenn Morris  <rgm@gnu.org>
1373         * elisp.texi (EMACSVER): Set to 23.0.60.
1375 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
1377         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
1379 2008-02-22  Glenn Morris  <rgm@gnu.org>
1381         * frames.texi (Position Parameters): Clarify the description of
1382         `left' and `top', using information from "Geometry".
1383         (Geometry): Give a pointer to "Position Parameters", rather than
1384         repeating information.
1386 2008-02-11  Glenn Morris  <rgm@gnu.org>
1388         * objects.texi (Equality Predicates): No longer talk about "two"
1389         functions.
1391 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1393         * objects.texi (Equality Predicates): Add defun for
1394         equal-including-properties.
1396 2008-02-10  Glenn Morris  <rgm@gnu.org>
1398         * objects.texi (Equality Predicates):
1399         Mention equal-including-properties.
1401 2008-02-07  Richard Stallman  <rms@gnu.org>
1403         * windows.texi (Window Start): Mention the feature of moving
1404         window-start to start of line.
1406 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
1408         * keymaps.texi (Tool Bar): Document rtl property.
1410 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
1412         * display.texi (Button Types):
1413         For define-button-type, clarify type of NAME.
1415 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
1417         * buffers.texi (Buffer Modification): Fix typo.
1419 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1421         * os.texi (System Environment): Remove references to OSes that are
1422         not supported anymore.
1424 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1426         * os.texi (System Environment): Remove mention for Masscomp.
1428 2008-01-04  Richard Stallman  <rms@gnu.org>
1430         * display.texi (Faces): Don't talk about internal face vector as arg
1431         to facep.
1433         * customize.texi (Type Keywords): Fix previous change.
1435         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1436         * elisp.texi (Top): Fix menu for commands.texi change.
1438 2007-12-30  Richard Stallman  <rms@gnu.org>
1440         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1441         (Accessing Scroll): New node broken out of Accessing Mouse.
1443 2007-12-28  Richard Stallman  <rms@gnu.org>
1445         * frames.texi (Size Parameters): Fix typo.
1446         (Basic Parameters): For `title', refer to title bar.
1447         (Size and Position): Explain meaning of frame pixel width and height.
1449 2007-12-23  Richard Stallman  <rms@gnu.org>
1451         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1452         Improve some of the commented-out keywords' text too.
1454 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
1456         * nonascii.texi (Encoding and I/O): Reword to avoid saying
1457         "visit the current buffer".
1459         * os.texi (System Interface): Fix typo.
1461 2007-12-04  Richard Stallman  <rms@gnu.org>
1463         * objects.texi (Symbol Type): Fix typo.
1465 2007-12-03  Richard Stallman  <rms@gnu.org>
1467         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1469 2007-12-01  Glenn Morris  <rgm@gnu.org>
1471         * functions.texi (Declaring Functions): Improve previous change.
1473 2007-11-30  Glenn Morris  <rgm@gnu.org>
1475         * functions.texi (Declaring Functions): Add optional fourth
1476         argument of declare-function, and setting third argument to `t'.
1478 2007-11-29  Richard Stallman  <rms@gnu.org>
1480         * customize.texi (Composite Types): Document `group' type.
1482 2007-11-29  Glenn Morris  <rgm@gnu.org>
1484         * functions.texi (Declaring Functions): Add findex.  Mention
1485         `external' files.
1487 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1489         * functions.texi (Declaring Functions): Fix directive.
1491 2007-11-25  Richard Stallman  <rms@gnu.org>
1493         * help.texi (Help Functions): Clean up last change.
1495         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1497         * loading.texi (Named Features): Minor cleanup.
1499         * macros.texi (Eval During Expansion): Minor cleanup.
1501         * variables.texi (Variable Aliases): Minor cleanup.
1503 2007-11-24  Richard Stallman  <rms@gnu.org>
1505         * functions.texi (Declaring Functions): Clarify previous change.
1507         * compile.texi (Compiler Errors): Clarify previous change.
1509 2007-11-24  Richard Stallman  <rms@gnu.org>
1511         * display.texi (Refresh Screen, Forcing Redisplay):
1512         Clarify the text and move items around.
1514 2007-11-24  Glenn Morris  <rgm@gnu.org>
1516         * functions.texi (Declaring Functions): New section.
1517         * compile.texi (Compiler Errors): Mention declaring functions,
1518         defvar with no initvalue, and byte-compile-warnings.
1520 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
1522         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1523         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1525 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
1527         * help.texi (Help Functions): Document new macro `with-help-window'.
1529 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1531         * searching.texi (Replacing Match): Describe new
1532         `match-substitute-replacement'.
1534 2007-10-31  Richard Stallman  <rms@gnu.org>
1536         * strings.texi (Creating Strings): Null strings from concat not unique.
1538 2007-10-26  Richard Stallman  <rms@gnu.org>
1540         * objects.texi (Equality Predicates): Null strings are uniquified.
1542         * minibuf.texi: Minor clarifications in previous change.
1544 2007-10-25  Glenn Morris  <rgm@gnu.org>
1546         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1548 2007-10-24  Richard Stallman  <rms@gnu.org>
1550         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1552         * variables.texi (Frame-Local Variables): Node deleted.
1553         (Variables): Delete Frame-Local Variables from menu.
1554         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1555         (Default Value): Don't mention frame-local vars.
1557         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1559         * loading.texi (Unloading): Document FEATURE-unload-function
1560         instead of FEATURE-unload-hook.
1562         * frames.texi (Multiple Displays): Don't mention frame-local vars.
1564 2007-10-22  Juri Linkov  <juri@jurta.org>
1566         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1567         (High-Level Completion): Document a list of default value strings
1568         in the DEFAULT argument, for which minibuffer functions return the
1569         first element.
1571 2007-10-17  Juri Linkov  <juri@jurta.org>
1573         * text.texi (Filling): Update arguments of fill-paragraph.
1574         fill-paragraph operates on the active region in Transient Mark mode.
1575         Remove fill-paragraph-or-region.
1577 2007-10-13  Karl Berry  <karl@gnu.org>
1579         * elisp.texi (@dircategory): Move to after @copying,
1580         since we want @copying as close as possible to the beginning of
1581         the output.
1583 2007-10-12  Richard Stallman  <rms@gnu.org>
1585         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1587         * commands.texi (Distinguish Interactive): New node,
1588         broken out from Interactive Call and rewritten.
1589         (Command Loop): Put Distinguish Interactive in menu.
1591 2007-10-09  Richard Stallman  <rms@gnu.org>
1593         * text.texi (Examining Properties): Mention overlay priority.
1595         * display.texi (Display Margins): Correct the description
1596         of margin display specifications.
1597         (Replacing Specs): New subnode broken out of Display Property.
1599 2007-10-06  Juri Linkov  <juri@jurta.org>
1601         * text.texi (Filling): Document fill-paragraph-or-region.
1603 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
1605         * display.texi (Auto Faces): Fix typo.
1607 2007-10-02  Richard Stallman  <rms@gnu.org>
1609         * display.texi (Display Property): Explain some display specs
1610         don't let you move point in.
1612         * frames.texi (Cursor Parameters): Describe
1613         cursor-in-non-selected-windows here.  Explain more values.
1615         * windows.texi (Basic Windows): Don't describe
1616         cursor-in-non-selected-windows here.
1618 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
1620         * processes.texi (Misc Network): Note that these functions are
1621         supported only on some systems.
1623 2007-10-01  Richard Stallman  <rms@gnu.org>
1625         * display.texi (Overlay Properties): Explain nil as priority.
1626         Explain that conflicts are unpredictable if not resolved by
1627         priorities.
1629 2007-09-23  Richard Stallman  <rms@gnu.org>
1631         * macros.texi (Backquote): Minor clarification.
1633 2007-09-19  Richard Stallman  <rms@gnu.org>
1635         * display.texi (Display Property): Explain multiple display specs.
1636         Clarify when they work in parallel and when one overrides.
1637         Fix error in example.
1639 2007-09-06  Glenn Morris  <rgm@gnu.org>
1641         Move from lispref/ to doc/lispref/.  Change all setfilename
1642         commands to use ../../info.
1643         * Makefile.in (infodir): Go up one more level.
1644         (usermanualdir): Change from ../man to ../emacs.
1645         (miscmanualdir): New.
1646         (dist): Use new variable miscmanualdir.
1647         * makefile.w32-in (infodir, texinputdir): Go up one more level.
1648         (usermanualdir): Change from ../man to ../emacs.
1650 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
1652         * commands.texi (Command Loop Info): Advise against changing
1653         most variables described here.  Explain new variable
1654         last-repeatable-command.
1656 2007-08-29  Glenn Morris  <rgm@gnu.org>
1658         * elisp.texi (EMACSVER): Increase to 23.0.50.
1660 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1662         * frames.texi (Basic Parameters): Add display-environment-variable
1663         and term-environment-variable.
1665 2007-08-28  Juri Linkov  <juri@jurta.org>
1667         * display.texi (Image Formats, Other Image Types): Add SVG.
1669 2007-08-28  Juri Linkov  <juri@jurta.org>
1671         * display.texi (Images): Move formats-related text to new node
1672         "Image Formats".
1673         (Image Formats): New node.
1675 2007-08-27  Richard Stallman  <rms@gnu.org>
1677         * windows.texi (Window Configurations): Clarify what
1678         a window configuration saves.
1680 2007-08-25  Richard Stallman  <rms@gnu.org>
1682         * display.texi (Images): Delete redundant @findex.
1684 2007-08-16  Richard Stallman  <rms@gnu.org>
1686         * processes.texi (Asynchronous Processes): Clarify
1687         doc of start-file-process.
1689 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1691         * modes.texi (Example Major Modes): Fix typo.
1693 2007-08-08  Glenn Morris  <rgm@gnu.org>
1695         * intro.texi (nil and t): Do not use `iff' in documentation.
1697         * tips.texi (Documentation Tips): Recommend against `iff'.
1699 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1701         * display.texi (Image Cache): Document image-refresh.
1703 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1705         * windows.texi (Size of Window): Document window-full-width-p.
1707 2007-07-25  Glenn Morris  <rgm@gnu.org>
1709         * gpl.texi (GPL): Replace license with GPLv3.
1711         * Relicense all FSF files to GPLv3 or later.
1713 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
1715         * processes.texi (Synchronous Processes):
1716         Add `process-file-shell-command'.
1717         (Asynchronous Processes): Mention restricted use of
1718         `process-filter' and `process-sentinel' in
1719         `start-file-process'.  Add `start-file-process-shell-command'.
1721 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
1723         * files.texi (Magic File Names): Introduce optional parameter
1724         IDENTIFICATION for `file-remote-p'.
1726 2007-07-16  Richard Stallman  <rms@gnu.org>
1728         * display.texi (Defining Faces): Fix previous change.
1730 2007-07-14  Richard Stallman  <rms@gnu.org>
1732         * control.texi (Handling Errors): Document `debug' in handler list.
1734 2007-07-10  Richard Stallman  <rms@gnu.org>
1736         * display.texi (Defining Faces): Explain C-M-x feature for defface.
1738 2007-07-09  Richard Stallman  <rms@gnu.org>
1740         * files.texi (Magic File Names): Rewrite previous change.
1742 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1744         * files.texi (Magic File Names): Introduce optional parameter
1745         CONNECTED for `file-remote-p'.
1747 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1749         * processes.texi (Asynchronous Processes):
1750         * files.texi (Magic File Names): Add `start-file-process'.
1752 2007-06-27  Richard Stallman  <rms@gnu.org>
1754         * files.texi (Format Conversion Piecemeal): Clarify
1755         `after-insert-file-functions' calling convention.
1757 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1759         * files.texi (Magic File Names): Remove `dired-call-process'.
1760         Add `process-file'.
1762 2007-06-27  Kenichi Handa  <handa@m17n.org>
1764         * text.texi (Special Properties): Fix description about
1765         `composition' property.
1767 2007-06-26  Kenichi Handa  <handa@m17n.org>
1769         * nonascii.texi (Default Coding Systems): Document about the
1770         return value `undecided'.
1772 2007-06-25  David Kastrup  <dak@gnu.org>
1774         * keymaps.texi (Active Keymaps): Document new POSITION argument of
1775         `current-active-maps'.
1777 2007-06-24  Karl Berry  <karl@gnu.org>
1779         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
1781 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
1783         * display.texi (Overlay Arrow): Doc fix.
1785 2007-06-14  Karl Berry  <karl@tug.org>
1787         * anti.texi (Antinews): Typo.
1789 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1791         * display.texi (Image Cache): Document image-refresh.
1793 2007-06-12  Karl Berry  <karl@gnu.org>
1795         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1796         * two-volume.make: New file.
1797         * .cvsignore: Ignore two-volume files.
1799 2007-06-12  Tom Tromey  <tromey@redhat.com>
1801         * os.texi (Init File): Document user-emacs-directory.
1803 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
1805         * commands.texi (Click Events): Describe width and height when
1806         object is nil.
1808 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
1810         * commands.texi (Click Events): Layout more logically.  Describe
1811         width and height.
1812         (Drag Events, Motion Events): Update to new format for position.
1814 2007-06-02  Richard Stallman  <rms@gnu.org>
1816         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1818 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1820         * Version 22.1 released.
1822 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * text.texi (Special Properties): Correct meaning of fontified face.
1826 2007-05-30  Richard Stallman  <rms@gnu.org>
1828         * text.texi (Special Properties): Add link to Adjusting Point.
1830 2007-05-12  Richard Stallman  <rms@gnu.org>
1832         * text.texi (Margins): indent-to-left-margin is not the default.
1833         (Mode-Specific Indent): For indent-line-function, the default
1834         is indent-relative.
1836         * modes.texi (Example Major Modes): Explain last line of text-mode
1837         is redundant.
1839 2007-05-10  Richard Stallman  <rms@gnu.org>
1841         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1843         * help.texi (Keys in Documentation): Add reference to
1844         Documentation Tips.
1846         * files.texi (Format Conversion): TO-FN gets three arguments.
1848         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1850 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
1852         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1853         * files.texi (Format Conversion): Expand intro; add menu.
1854         (Format Conversion Overview, Format Conversion Round-Trip)
1855         (Format Conversion Piecemeal): New nodes/subsections.
1856         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1857         * text.texi (Text Properties): Remove "Saving Properties" from menu.
1858         (Saving Properties): Delete node/subsection.
1860 2007-05-07  Karl Berry  <karl@gnu.org>
1862         * elisp.texi (EMACSVER): Back to 22.
1864 2007-05-06  Richard Stallman  <rms@gnu.org>
1866         * processes.texi (Accepting Output): Revert most of previous change.
1868 2007-05-05  Richard Stallman  <rms@gnu.org>
1870         * processes.texi (Accepting Output): accept-process-output
1871         uses microseconds, not milliseconds.  But that arg is obsolete.
1873 2007-05-04  Karl Berry  <karl@tug.org>
1875         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1877 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
1879         * tips.texi (Documentation Tips): Rearrange items to place the
1880         more important ones first.  Add an index entry for hyperlinks.
1882 2007-05-03  Karl Berry  <karl@gnu.org>
1884         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1885         (EMACSVER) [smallbook]: 22 for printed version.
1887         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1888         so restore anchor to normal position after defun.  Found by Kevin Ryde.
1890 2007-04-26  Glenn Morris  <rgm@gnu.org>
1892         * elisp.texi (EMACSVER): Increase to 22.1.50.
1894 2007-04-28  Karl Berry  <karl@gnu.org>
1896         * elisp.texi: Improve line breaks on copyright page,
1897         similar layout to emacs manual, 8.5x11 by default.
1899 2007-04-24  Richard Stallman  <rms@gnu.org>
1901         * text.texi (Special Properties): Add xref to Overlay Properties.
1903         * display.texi (Overlay Properties): Add xref to Special Properties.
1905 2007-04-22  Richard Stallman  <rms@gnu.org>
1907         * keymaps.texi (Extended Menu Items): Move the info about
1908         format with cached keyboard binding.
1910 2007-04-21  Richard Stallman  <rms@gnu.org>
1912         * text.texi (Special Properties): Clarify previous change.
1914         * files.texi (File Name Expansion): Clarify previous change.
1916         * display.texi (Attribute Functions): Fix example for
1917         face-attribute-relative-p.
1919 2007-04-19  Kenichi Handa  <handa@m17n.org>
1921         * text.texi (Special Properties): Document composition property.
1923 2007-04-19  Glenn Morris  <rgm@gnu.org>
1925         * files.texi (File Name Expansion): Mention "superroot".
1927 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1929         * frames.texi (Multiple Displays): Add note about "multi-monitor"
1930         setups.
1931         (Display Feature Testing): Note that display refers to all
1932         physical monitors for multi-monitor setups.
1934 2007-04-14  Richard Stallman  <rms@gnu.org>
1936         * lists.texi (Sets And Lists): Clarify `delete' examples.
1937         Remove spurious xref to same node.
1938         Clarify xref for add-to-list.
1940 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1942         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1943         value of lisp-mode-map.
1945 2007-04-11  Karl Berry  <karl@gnu.org>
1947         * anti.texi (Antinews):
1948         * display.texi (Overlay Properties, Defining Images):
1949         * processes.texi (Synchronous Processes, Sentinels):
1950         * syntax.texi (Syntax Table Internals):
1951         * searching.texi (Regexp Special):
1952         * nonascii.texi (Default Coding Systems):
1953         * text.texi (Special Properties):
1954         * minibuf.texi (Basic Completion): Wording to improve breaks in
1955         8.5x11 format.
1956         * elisp.texi (smallbook): New @set to more easily switch between
1957         smallbook and 8.5x11.
1959 2007-04-11  Richard Stallman  <rms@gnu.org>
1961         * text.texi (Lazy Properties): Minor fix.
1963 2007-04-08  Karl Berry  <karl@gnu.org>
1965         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1966         * macros.texi (Backquote): Downcase Backquote in index entries for
1967         consistency.
1969 2007-04-08  Richard Stallman  <rms@gnu.org>
1971         * text.texi (Adaptive Fill): Just describe default,
1972         don't show it (since it contains non-ASCII chars).
1974 2007-04-07  Karl Berry  <karl@gnu.org>
1976         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1977         adaptive-fill-regexp's value, since they are not in the standard
1978         TeX fonts.
1980 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
1982         * display.texi (Defining Faces): Fix example.
1984 2007-04-07  Karl Berry  <karl@gnu.org>
1986         * display.texi (Button Buffer Commands): Improve page break.
1988 2007-04-07  Richard Stallman  <rms@gnu.org>
1990         * advice.texi (Activation of Advice): Remove redundant index entry.
1992         * backups.texi: Improve index entries.  Remove redundant ones.
1994         * compile.texi (Byte Compilation): Improve index entry.
1996         * hash.texi (Creating Hash): Improve index entry.
1998         * symbols.texi (Definitions): Improve index entry.
2000         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
2002         * maps.texi (Standard Keymaps): Remove useless index entry.
2004         * help.texi (Documentation Basics): Remove redundant index entries.
2006         * customize.texi: Improve index entries.
2007         Remove redundant/useless ones.
2009         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2011         * streams.texi (Output Variables): Improve index entry.
2013         * abbrevs.texi (Abbrevs): Remove useless index entry.
2015         * macros.texi (Expansion): Remove useless index entry.
2017         * text.texi: Improve index entries.  Remove redundant/useless ones.
2018         (Text Properties, Examining Properties)
2019         (Special Properties): Use "property category" instead of "category"
2020         to refer to the `category' property.
2022         * positions.texi: Improve index entries.  Remove useless one.
2024         * lists.texi: Improve index entries.  Remove redundant/useless ones.
2026         * os.texi: Improve index entries.
2027         (Timers): Fix previous change.
2029         * buffers.texi: Improve index entries.
2030         (Modification Time): Get rid of term "obsolete buffer".
2032         * debugging.texi: Improve index entries.
2033         (Test Coverage): Add xref to other test coverage ftr.
2035         * eval.texi: Improve index entry.  Remove redundant ones.
2037         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
2039         * files.texi: Improve index entries.  Remove redundant/useless ones.
2041         * objects.texi: Improve index entries.
2043         * processes.texi: Improve index entries.
2045         * modes.texi: Improve index entry.  Remove redundant one.
2047         * nonascii.texi: Improve index entries.
2049         * internals.texi: Improve index entries.
2051         * syntax.texi: Improve index entries.
2053         * keymaps.texi (Active Keymaps): Improve index entries.
2055         * commands.texi: Improve index entries.  Remove redundant/useless ones.
2057         * frames.texi: Improve index entries.  Remove redundant/useless ones.
2059         * markers.texi: Improve index entries.  Remove redundant ones.
2061         * tips.texi: Improve index entries.
2063         * loading.texi (Unloading): Improve index entry.
2065         * variables.texi: Improve index entries.  Remove redundant one.
2067         * sequences.texi: Improve index entry.
2069         * display.texi: Improve index entries.  Remove redundant ones.
2071         * windows.texi: Improve index entries.
2073         * searching.texi: Improve index entries.  Remove redundant one.
2075         * strings.texi (Case Tables): Improve last change.
2077 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2079         * strings.texi (Case Tables): Document with-case-table and
2080         ascii-case-table.
2082 2007-04-03  Karl Berry  <karl@gnu.org>
2084         * processes.texi (Network): Reword to improve page break.
2086 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2088         * functions.texi (Inline Functions): Describe more disadvantages
2089         of defsubst, and make advice against it stronger.
2091 2007-04-02  Karl Berry  <karl@gnu.org>
2093         * backups.texi (Backup Names): Avoid widow words.
2094         * modes.texi (Example Major Modes): Align last comment.
2096 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2098         * keymaps.texi (Remapping Commands): Document new arg to
2099         command-remapping.
2101 2007-04-01  Karl Berry  <karl@gnu.org>
2103         * processes.texi (Low-Level Network): Typo.
2104         * loading.texi (Hooks for Loading): Avoid double "the".
2105         * keymaps.texi (Key Sequences): No double "and".
2106         (Changing Key Bindings): Shorten to improve line break.
2108 2007-03-31  Glenn Morris  <rgm@gnu.org>
2110         * os.texi (Timers): Fix description of run-at-time TIME formats.
2112 2007-03-31  Richard Stallman  <rms@gnu.org>
2114         * display.texi (Invisible Text): Correct buffer-invisibility-spec
2115         regarding ellipsis.
2117 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2119         * intro.texi (nil and t):
2120         * symbols.texi (Plists and Alists):
2121         * variables.texi (Variable Aliases, Constant Variables):
2122         * functions.texi (Defining Functions):
2123         * advice.texi (Advising Primitives):
2124         * debugging.texi (Syntax Errors, Compilation Errors):
2125         * minibuf.texi (Minibuffer Windows):
2126         * commands.texi (Adjusting Point):
2127         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2128         (Auto Major Mode, Major Mode Conventions):
2129         * help.texi (Describing Characters):
2130         * files.texi (Create/Delete Dirs, Information about Files)
2131         (File Locks, Writing to Files, Reading from Files)
2132         (Saving Buffers):
2133         * windows.texi (Resizing Windows, Cyclic Window Ordering):
2134         * frames.texi (Finding All Frames):
2135         * positions.texi (Buffer End, Motion):
2136         * markers.texi (The Region):
2137         * text.texi (Deletion, Near Point):
2138         * display.texi (Displaying Messages, Truncation):
2139         * os.texi (Processor Run Time):
2140         * tips.texi (Key Binding Conventions, Programming Tips)
2141         (Warning Tips, Documentation Tips, Comment Tips):
2142         * internals.texi (Memory Usage): Improve indexing.
2144         * variables.texi (Frame-Local Variables):
2145         * functions.texi (Argument List):
2146         * loading.texi (Library Search):
2147         * streams.texi (Output Variables):
2148         * keymaps.texi (Translation Keymaps, Searching Keymaps):
2149         * searching.texi (Replacing Match, Search and Replace):
2150         * processes.texi (Byte Packing, Decoding Output)
2151         (Accepting Output, Network Servers, Shell Arguments):
2152         * display.texi (Abstract Display, Image Cache, Scroll Bars):
2153         * windows.texi (Window Point, Window Start):
2154         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2155         * commands.texi (Reading Input, Keyboard Events):
2156         * minibuf.texi (Reading File Names, Minibuffer Completion)
2157         (Recursive Mini):
2158         * positions.texi (List Motion):
2159         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2160         * numbers.texi (Arithmetic Operations, Math Functions)
2161         (Predicates on Numbers, Comparison of Numbers):
2162         (Numeric Conversions):
2163         * locals.texi (Standard Buffer-Local Variables):
2164         * maps.texi (Standard Keymaps):
2165         * os.texi (User Identification, System Environment, Recording Input)
2166         (X11 Keysyms):
2167         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2168         * backups.texi (Backups and Auto-Saving):
2169         * customize.texi (Customization, Group Definitions)
2170         (Variable Definitions):
2171         * compile.texi (Byte Compilation): Improve index entries.
2173 2007-03-31  Karl Berry  <karl@gnu.org>
2175         * macros.texi (Defining Macros): Avoid widow syllable.
2177 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
2179         * elisp.texi (Top): Postscript -> PostScript.
2181         * display.texi (Images, Postscript Images): Postscript -> PostScript.
2183 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2185         * internals.texi (Writing Emacs Primitives): Untabify `For'.
2187 2007-03-30  Karl Berry  <karl@gnu.org>
2189         * lists.texi (List-related Predicates): Remove spurious @need.
2190         (Setcdr): Use @smallexample to improve page break.
2191         (Association Lists) <assoc>: Reword to improve page break.
2193         * strings.texi (String Conversion): Insert blank line to improve
2194         page break.
2196         * numbers.texi (Random Numbers): Use @minus{}.
2197         (Math Functions): Use @minus{}.
2199         * intro.texi (Acknowledgements): Avoid line breaks before middle
2200         initials.
2202 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
2204         * errors.texi (Standard Errors): Add an index entry.
2206 2007-03-19  Richard Stallman  <rms@gnu.org>
2208         * os.texi (Recording Input): recent-keys now gives 300 keys.
2210 2007-03-12  Glenn Morris  <rgm@gnu.org>
2212         * os.texi: Replace "daylight savings" with "daylight saving"
2213         throughout.
2215 2007-03-05  Richard Stallman  <rms@gnu.org>
2217         * variables.texi (File Local Variables): Update
2218         enable-local-variables values.
2220 2007-03-04  Richard Stallman  <rms@gnu.org>
2222         * syntax.texi (Control Parsing): Minor clarification.
2224         * strings.texi (Formatting Strings): Clarify width, precision, flags.
2226         * sequences.texi (Sequence Functions): Move string-bytes away,
2227         add xref.
2229         * nonascii.texi (Text Representations): Move string-bytes here.
2231         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2233         * minibuf.texi (Basic Completion): Minor clarification.
2235         * markers.texi (The Mark): Clarify existence vs activation of mark.
2236         Other cleanup.
2238         * display.texi (Finding Overlays): Write better example.
2240         * compile.texi (Eval During Compile): Clarify putting macros
2241         in eval-when-compile.
2243 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
2245         * loading.texi (How Programs Do Loading): Fix anchor position at
2246         load-read-function definition doc.
2248 2007-02-21  Kim F. Storm  <storm@cua.dk>
2250         * strings.texi (Text Comparison): Mention that assoc-string
2251         converts symbols to strings before testing.
2253 2007-02-17  Kim F. Storm  <storm@cua.dk>
2255         * processes.texi (Bindat Spec): Vector types can have optional
2256         element type.
2257         (Bindat Examples): Fix example.  Add vector with element type.
2259 2007-02-16  Andreas Schwab  <schwab@suse.de>
2261         * strings.texi (Formatting Strings): Document '+' flag.
2263 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
2265         * strings.texi (Modifying Strings): Clarify that `clear-string'
2266         always converts the string to unibyte.
2268 2007-02-14  Kim F. Storm  <storm@cua.dk>
2270         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2271         Rewrite glyph code description to refer to these functions.
2272         Remove details of encoding face number and char into integer code.
2274 2007-02-03  Alan Mackenzie  <acm@muc.de>
2276         * loading.texi (Hooks for Loading): Make the description of
2277         `eval-after-load' more detailed, and amend the description of
2278         after-load-alist, in accordance with changes from 2006-05.
2280 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2282         * modes.texi (Defining Minor Modes): Document that a :require
2283         keyword or similar may be required to make saved customization
2284         variables work.
2286 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2288         * elisp.texi (Top): Make the detailed menu headers compliant with
2289         Texinfo guidelines and with what texnfo-upd.el expects.  Add
2290         comments to prevent people from inadvertently modifying the key
2291         parts needed by `texinfo-multiple-files-update'.
2293 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2295         * elisp.texi (Top): Update the top-level menus.
2297         * syntax.texi (Categories): Add index entries.
2299 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2301         * display.texi (Attribute Functions): Fix name and description of
2302         the UNDERLINE arg of `set-face-underline-p'.
2304 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
2306         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2307         Variables", and "Standard Keymaps" to the detailed menu.
2309         * variables.texi (Future Local Variables): Add index entry.
2311 2007-01-28  Richard Stallman  <rms@gnu.org>
2313         * tips.texi (Coding Conventions): Clarify the tip about macros
2314         that define a function or a variable.
2316         * files.texi (File Attributes): UID and GID can be floats.
2317         (Magic File Names): Explain why deferring all operations to
2318         the standard handler does not work.
2320 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2322         * backups.texi (Reverting): Use "buffer" instead of "file"
2323         when talking about major and minor modes.
2325 2007-01-21  Richard Stallman  <rms@gnu.org>
2327         * help.texi (Documentation): Add xref to Documentation Tips.
2329 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2331         * tips.texi (Coding Conventions): Fix typos.
2333 2007-01-05  Richard Stallman  <rms@gnu.org>
2335         * modes.texi (Defining Minor Modes): Fix previous change.
2337 2007-01-03  Richard Stallman  <rms@gnu.org>
2339         * customize.texi (Variable Definitions, Customization Types):
2340         Don't use * in doc string for defcustom.
2342 2007-01-02  Richard Stallman  <rms@gnu.org>
2344         * variables.texi (Variable Aliases): Clarify that aliases vars
2345         always have the same value.
2347         * processes.texi (Bindat Spec): Fix Texinfo usage.
2349         * modes.texi (Defining Minor Modes): Explain effect of command
2350         defined with define-global-minor-mode on new buffers.
2352 2006-12-30  Kim F. Storm  <storm@cua.dk>
2354         * keymaps.texi (Tool Bar): Describe `grow-only' value of
2355         `auto-resize-tool-bars'.
2357 2006-12-30  Richard Stallman  <rms@gnu.org>
2359         * keymaps.texi (Active Keymaps): Fix previous change.
2361 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
2363         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2365 2006-12-30  Kim F. Storm  <storm@cua.dk>
2367         * processes.texi (Bindat Spec): Clarify using field names in
2368         length specifications.
2370 2006-12-29  Kim F. Storm  <storm@cua.dk>
2372         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2373         Add count and index variables for eval forms in repeat blocks.
2375 2006-12-24  Richard Stallman  <rms@gnu.org>
2377         * customize.texi (Variable Definitions): Document
2378         new name custom-add-frequent-value.
2380 2006-12-19  Kim F. Storm  <storm@cua.dk>
2382         * commands.texi (Misc Events): User signals now result in sigusr1
2383         and sigusr2 events which are handled through special-event-map.
2384         (Special Events): User signals and drag-n-drop are special.
2386 2006-12-17  Richard Stallman  <rms@gnu.org>
2388         * loading.texi (Named Features): Explain subfeatures better.
2390         * customize.texi: Use "option" only for user options.
2391         For the keyword values inside defcustom etc, say "keywords".
2392         For :options value's elements, say "elements".
2393         :group should not be omitted.
2395         * syntax.texi (Parsing Expressions): Split up node.
2396         (Motion via Parsing, Position Parse, Parser State)
2397         (Low-Level Parsing, Control Parsing): New subnodes.
2398         (Parser State): Document syntax-ppss-toplevel-pos.
2400         * positions.texi (List Motion): Punctuation fix.
2402         * files.texi (File Name Completion): Document PREDICATE arg
2403         to file-name-completion.
2405 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
2407         * internals.texi (Building Emacs, Writing Emacs Primitives):
2408         Add index entries.
2410 2006-12-11  Richard Stallman  <rms@gnu.org>
2412         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2413         affects face menu.  Explain how to make it non-nil without enabling
2414         any fontification.
2416 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2418         * modes.texi (Font Lock Basics): Document nil value of
2419         font-lock-defaults.
2421 2006-12-10  Glenn Morris  <rgm@gnu.org>
2423         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2424         value for system-flag argument.  Abbrev tables may not be empty
2425         when major modes are loaded.
2427 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2429         * makefile.w32-in (maintainer-clean): Partially revert last
2430         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2431         to protect elisp-covers.texi.
2433 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
2435         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2436         Don't remove elisp* info files; they are already deleted by the
2437         `clean' and `distclean' targets, and they are in the $(infodir)
2438         directory, not the current one.
2440 2006-12-04  Kim F. Storm  <storm@cua.dk>
2442         * commands.texi (Misc Events): Update signal events.
2443         (Event Examples): Add signal example.
2445 2006-11-29  Richard Stallman  <rms@gnu.org>
2447         * frames.texi (Visibility of Frames): Explain visible windows
2448         can be covered by others.  Add xref for raise-frame.
2450 2006-11-28  Richard Stallman  <rms@gnu.org>
2452         * searching.texi (Regexp Special): Update when ^ is special.
2454 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
2456         * customize.texi (Customization, Common Keywords)
2457         (Group Definitions, Variable Definitions, Composite Types)
2458         (Type Keywords, Customization Types): Add index entries for
2459         various customization keywords.
2461 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2465 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
2467         * frames.texi (Window System Selections): Remove clipboard from
2468         description of selection-coding-system.
2470 2006-11-06  Richard Stallman  <rms@gnu.org>
2472         * lists.texi (List Variables): Document COMPARE-FN.
2474         * keymaps.texi: Avoid use of "binding" to mean a relation;
2475         use it only to refer to the meaning associated with a key.
2476         (Keymaps): Change menu node description.
2478         * elisp.texi (Top): Change menu node description.
2480         * display.texi (Managing Overlays): Document overlay-recenter.
2482 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
2484         * Makefile.in: Use relative paths to avoid advertising filesystem
2485         contents during compilation.
2487 2006-10-23  Kim F. Storm  <storm@cua.dk>
2489         * commands.texi (Event Input Misc): Update unread-command-events.
2491 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
2493         * lists.texi (Sets And Lists): Fix typos.
2495 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
2497         * control.texi (Processing of Errors): Use @var for an argument,
2498         not @code.
2500 2006-10-16  Richard Stallman  <rms@gnu.org>
2502         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2504         * keymaps.texi (Format of Keymaps): Show all the keymap element
2505         patterns that result from menu items.
2506         (Key Lookup): Minor cleanups.
2508         * modes.texi (Precalculated Fontification): Don't say that
2509         not setting font-lock-defaults avoids loading font-lock.
2511         * help.texi (Documentation): Move xref to Emacs Manual here.
2512         (Documentation Basics): From here.
2513         Also doc emacs-lisp-docstring-fill-column.
2515         * elisp.texi: Update version and ISBN.
2517         * commands.texi (Interactive Call): Clarify KEYS arg to
2518         call-interactively is a vector.
2519         (Command Loop Info): Delete anchor in this-command-keys.
2520         Add anchor in this-command-keys-vector.
2521         (Recursive Editing): Document how recursive-edit
2522         handles the current buffer.
2524 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
2526         * frames.texi (Frame Titles): %c and %l are ignored in
2527         frame-title-format.
2529 2006-10-11  Richard Stallman  <rms@gnu.org>
2531         * keymaps.texi (Key Sequences): Clarify use of kbd.
2533 2006-10-10  Kim F. Storm  <storm@cua.dk>
2535         * lists.texi (Sets And Lists): Add memql.
2537 2006-10-03  Richard Stallman  <rms@gnu.org>
2539         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2540         Clarify :ascii: and :nonascii:.
2542 2006-09-29  Juri Linkov  <juri@jurta.org>
2544         * modes.texi (%-Constructs): Reorder coding systems in the
2545         documentation of %z to the real order displayed in the modeline.
2547 2006-09-25  Richard Stallman  <rms@gnu.org>
2549         * os.texi (Timers): Describe timer-max-repeats.
2551 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2553         * os.texi (Timers): Mention with-local-quit.
2555 2006-09-24  Richard Stallman  <rms@gnu.org>
2557         * searching.texi (Searching and Matching): Mention property search.
2559         * commands.texi (Command Loop Info): Explain how read-event affects
2560         this-command-keys.
2562 2006-09-20  Richard Stallman  <rms@gnu.org>
2564         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2566         * windows.texi (Window Start): Minor cleanups.
2568 2006-09-20  Kim F. Storm  <storm@cua.dk>
2570         * windows.texi (Window Start): pos-visible-in-window-p allows
2571         specifying t for position to mean "end of window".
2572         Add window-line-height.
2574         * anti.texi (Antinews): Mention window-line-height.
2576 2006-09-19  David Kastrup  <dak@gnu.org>
2578         * keymaps.texi (Searching Keymaps): Small clarification.
2580 2006-09-18  Richard Stallman  <rms@gnu.org>
2582         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2583         cause keyboard menus.
2584         (Menu Keymaps): Likewise.
2585         (Defining Menus, Keyboard Menus): Clarify.
2587         * text.texi (Fields): Clarify explanation of constrain-to-field.
2589 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
2591         * variables.texi (Tips for Defining): Fix a typo.
2593 2006-09-15  Richard Stallman  <rms@gnu.org>
2595         * keymaps.texi (Remapping Commands, Searching Keymaps)
2596         (Active Keymaps): Clean up previous change.
2598 2006-09-15  Jay Belanger  <belanger@truman.edu>
2600         * gpl.texi: Replace "Library Public License" by "Lesser Public
2601         License" throughout.
2603 2006-09-15  David Kastrup  <dak@gnu.org>
2605         * keymaps.texi (Active Keymaps): Adapt description to use
2606         `get-char-property' instead `get-text-property'.  Explain how
2607         mouse events change this.  Explain the new optional argument of
2608         `key-binding' and its mouse-dependent lookup.
2609         (Searching Keymaps): Adapt description similarly.
2610         (Remapping Commands): Explain the new optional argument of
2611         `command-remapping'.
2613 2006-09-14  Richard Stallman  <rms@gnu.org>
2615         * keymaps.texi (Searching Keymaps): Clarification.
2616         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2618 2006-09-13  Richard Stallman  <rms@gnu.org>
2620         * objects.texi (Character Type): Node split.
2621         Add xref to Describing Characters.
2622         (Basic Char Syntax, General Escape Syntax)
2623         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2625 2006-09-11  Richard Stallman  <rms@gnu.org>
2627         * display.texi (Display Table Format): Wording clarification.
2628         (Glyphs): Clarifications.
2630 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
2632         * keymaps.texi (Active Keymaps): Mention that key-binding checks
2633         local maps.
2635 2006-09-10  Kim F. Storm  <storm@cua.dk>
2637         * display.texi (Forcing Redisplay): Document return value of
2638         function redisplay.
2640 2006-09-09  Richard Stallman  <rms@gnu.org>
2642         * windows.texi (Window Hooks): Explain limits of
2643         window-scroll-functions.
2645         * display.texi (Fringe Indicators): Update for last change in
2646         indicate-buffer-boundaries.
2648 2006-09-08  Richard Stallman  <rms@gnu.org>
2650         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2652 2006-09-06  Kim F. Storm  <storm@cua.dk>
2654         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2656         * windows.texi (Window Start): Update pos-visible-in-window-p.
2658 2006-09-04  Richard Stallman  <rms@gnu.org>
2660         * processes.texi (Accepting Output): Explain SECONDS=0 for
2661         accept-process-output.
2663         * os.texi (Idle Timers): Explain why timer functions should not
2664         loop until (input-pending-p).
2666 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
2668         * makefile.w32-in (usermanualdir): New variable.
2669         (elisp.dvi): Use it.
2671 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
2673         * buffers.texi (Buffer Modification): Fix last change.
2675 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
2677         * buffers.texi (Buffer Modification): Document
2678         buffer-chars-modified-tick.
2680 2006-08-31  Richard Stallman  <rms@gnu.org>
2682         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2684 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
2686         * modes.texi (Syntactic Font Lock):
2687         Mention font-lock-syntactic-face-function
2688         instead of specific faces.
2690 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
2692         * display.texi (Images): Add xrref to display-images-p.
2694 2006-08-28  Kenichi Handa  <handa@m17n.org>
2696         * nonascii.texi (Lisp and Coding Systems): Fix description of
2697         detect-coding-region.
2699 2006-08-27  Michael Olson  <mwolson@gnu.org>
2701         * processes.texi (Transaction Queues): Remove stray quote
2702         character.
2704 2006-08-25  Richard Stallman  <rms@gnu.org>
2706         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2707         Add xref.
2709 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
2711         * os.texi (Timers): Avoid waiting inside timers.
2713 2006-08-21  Lute Kamstra  <lute@gnu.org>
2715         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2717 2006-08-20  Richard Stallman  <rms@gnu.org>
2719         * os.texi (Idle Timers): New node, split out from Timers.
2720         Document current-idle-time.
2721         * commands.texi (Reading One Event): Update xref.
2722         * elisp.texi (Top): Update subnode menu.
2724 2006-08-16  Richard Stallman  <rms@gnu.org>
2726         * keymaps.texi (Extended Menu Items): Show format of cached
2727         bindings in extended menu items.
2729         * customize.texi (Variable Definitions): Explain when the
2730         standard value expression is evaluated.
2732 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
2734         * commands.texi (Reading One Event): Explain idleness in
2735         `read-event'.
2737 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
2739         * text.texi (Near Point): Say "cursor" not "terminal cursor".
2740         (Commands for Insertion): Removed split-line since it's not
2741         relevant for Lisp programming.
2742         (Yank Commands): Rewrite introduction.
2743         (Undo): Clarify.
2744         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
2745         (Filling): Remove redundant comment.  Clarify return value of
2746         current-justification.
2747         (Margins): Minor clarifications.
2748         (Adaptive Fill): Update default value of adaptive-fill-regexp.
2749         (Sorting): Update definition of sort-lines.
2750         (Columns): Clarify behavior of sort-columns.
2751         (Indent Tabs): Link to Tab Stops in Emacs manual.
2752         (Special Properties): Clarify.
2753         (Clickable Text): Mention Buttons package.
2755 2006-08-12  Kevin Ryde  <user42@zip.com.au>
2757         * os.texi (Time Parsing): Add %z to description of
2758         format-time-string, as per docstring.  Add cross reference to
2759         glibc manual for strftime.
2761 2006-08-08  Richard Stallman  <rms@gnu.org>
2763         * modes.texi: Clean up wording in previous change.
2765 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
2767         * modes.texi (Hooks): Clarify.
2768         (Major Mode Basics): Mention define-derived-mode explicitly.
2769         (Major Mode Conventions): Rebinding RET is OK for some modes.
2770         Mention change-major-mode-hook and after-change-major-mode-hook.
2771         (Example Major Modes): Moved to end of Modes section.
2772         (Mode Line Basics): Clarify.
2773         (Mode Line Data): Mention help-echo and local-map in strings.
2774         Explain reason for treatment of non-risky variables.
2775         (Properties in Mode): Clarify.
2776         (Faces for Font Lock): Add font-lock-negation-char-face.
2778 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
2780         * strings.texi (Formatting Strings): Warn against arbitrary
2781         strings as first arg to `format'.
2783 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
2785         * text.texi (Clickable Text): Mention `help-echo' text property.
2786         Update intro, examples and associated explanations.
2788 2006-07-31  Richard Stallman  <rms@gnu.org>
2790         * commands.texi: Update xrefs.
2791         (Event Mod): New node, cut out from old Translating Input.
2793         * maps.texi: Update xrefs.
2795         * keymaps.texi (Translation Keymaps): New node.
2796         Update xrefs from Translating Input to Translation Keymaps.
2798         * elisp.texi (Top): Update subnode menu.
2800         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2802         * os.texi (System Interface): Fix menu descriptions of some nodes.
2803         (Translating Input): Node deleted.
2805 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
2807         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2809         * lists.texi (Sets And Lists): Likewise.
2811 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
2813         * text.texi (Fields): Mention POS
2814         requirement when narrowing is in effect.
2816 2006-07-28  Richard Stallman  <rms@gnu.org>
2818         * display.texi (Face Attributes): Simplify wording.
2819         (Attribute Functions): Clarify meaning of new-frame default
2820         attribute settings.
2822         * customize.texi (Common Keywords): Document how to use
2823         :package-version in a package not in Emacs.
2825 2006-07-28  Kim F. Storm  <storm@cua.dk>
2827         * commands.texi (Reading One Event): Fix last change.
2829 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
2831         * commands.texi (Reading One Event): Document SECONDS argument for
2832         read-event, read-char, and read-char-exclusive.
2834 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2836         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2837         to ensure correct identification.
2839 2006-07-24  Richard Stallman  <rms@gnu.org>
2841         * text.texi (Clickable Text): Clarify.
2843         * sequences.texi (Vector Functions): Delete duplicate xref.
2845         * objects.texi (Function Type): Clarify.
2847         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2848         modes.
2850         * lists.texi (List Variables): New node.
2851         Material moved from other nodes.
2853         * variables.texi (Setting Variables): add-to-list and
2854         add-to-ordered-list moved to List Variables node.
2856 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
2858         * text.texi (Links and Mouse-1):
2859         For mouse-on-link-p, expand on arg POS.
2861 2006-07-21  Kim F. Storm  <storm@cua.dk>
2863         * display.texi (Forcing Redisplay): Don't mention systems which
2864         don't support sub-second timers for redisplay-preemption-period.
2866         * os.texi (Terminal Output): Clarify text vs graphical terminal.
2868 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
2870         * frames.texi (Input Focus): Document that focus-follows-mouse has
2871         no effect on MS-Windows.
2873 2006-07-18  Richard Stallman  <rms@gnu.org>
2875         * display.texi (Forcing Redisplay): Cleanups in previous change.
2877         * processes.texi (Low-Level Network): Make menu more convenient.
2879 2006-07-18  Kim F. Storm  <storm@cua.dk>
2881         * display.texi (Forcing Redisplay): redisplay-preemption-period
2882         only used on window systems.  Add xref to Terminal Output.
2884         * os.texi (Terminal Output): baud-rate only controls preemption on
2885         non-window systems.  Add xref to Forcing Redisplay.
2887         * processes.texi (Low-Level Network): Rename node "Make Network"
2888         to "Network Processes".
2890 2006-07-18  Karl Berry  <karl@gnu.org>
2892         * variables.texi, functions.texi, customize.texi, loading.texi:
2893         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2895 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
2897         * commands.texi (Waiting): Document batch-mode sit-for behavior.
2899 2006-07-17  Richard Stallman  <rms@gnu.org>
2901         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2902         Put period and comma inside quotes.
2904         * loading.texi, markers.texi: Use real doublequote inside menus.
2906         * windows.texi: Put point and comma inside quotes.
2907         (Textual Scrolling): Use @samp for error message.
2909         * variables.texi, tips.texi, syntax.texi, symbols.texi:
2910         * strings.texi, streams.texi, processes.texi, os.texi:
2911         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2912         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2913         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2914         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2915         Put point and comma inside quotes.
2917         * control.texi (Processing of Errors): Add command-error-function.
2919         * variables.texi (File Local Variables): Clarify that
2920         file local variables make buffer-local bindings.
2922         * modes.texi (Syntactic Font Lock): Give default for
2923         font-lock-syntax-table.
2925 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
2927         * text.texi (Special Properties): Clean up previous change.
2929 2006-07-16  Karl Berry  <karl@gnu.org>
2931         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2932         * control.texi: Fix bad page breaks through chapter 10 (control).
2934         * anti.texi (Antinews): Reorder face-attribute fns to avoid
2935         underfull hbox.
2937 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
2939         * text.texi (Special Properties): Describe fontified text property
2940         in relation to a character (not text).
2942 2006-07-15  Kim F. Storm  <storm@cua.dk>
2944         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2945         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2946         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2948         * anti.texi (Antinews): Mention redisplay function.
2949         The kbd macro existed, but was not documented, before 22.x.
2950         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2952 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
2954         * display.texi (Displaying Messages): Add anchor.
2956         * frames.texi (Dialog Boxes): Use it.
2958 2006-07-12  Richard Stallman  <rms@gnu.org>
2960         * objects.texi (Frame Type): Explain nature of frames better.
2962         * frames.texi (Frames): Explain nature of frames better.
2964 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
2966         * tips.texi (Coding Conventions): Explain why use cl at compile time.
2968 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2970         * frames.texi (Window System Selections): Mention scrap support for Mac.
2971         Default value of x-select-enable-clipboard is t on Mac.
2973         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2975 2006-07-11  Kim F. Storm  <storm@cua.dk>
2977         * display.texi (Forcing Redisplay): Add `redisplay' function.
2978         Don't mention (sit-for -1) -- use (redisplay t) instead.
2980         * commands.texi (Waiting): (sit-for -1) is no longer special.
2981         (sit-for 0) is equivalent to (redisplay).
2982         Iconifying/deiconifying no longer makes sit-for return.
2984 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
2986         * display.texi (Buttons): Fix typo.
2988         * index.texi, elisp.texi (New Symbols): Comment node out.
2990 2006-07-09  Richard Stallman  <rms@gnu.org>
2992         * display.texi (Truncation): Clean up previous change.
2994 2006-07-08  Richard Stallman  <rms@gnu.org>
2996         * commands.texi (Interactive Call): Use 3 as prefix in example
2997         for execute-extended-command.
2999         * display.texi (Attribute Functions): Move paragraph about
3000         compatibility with Emacs < 21.
3002 2006-07-09  Kim F. Storm  <storm@cua.dk>
3004         * display.texi (Refresh Screen): Clarify force-window-update.
3005         (Truncation): "Normally" indicated by fringe arrows.
3007 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
3009         * windows.texi (Textual Scrolling, Resizing Windows):
3010         * variables.texi (Constant Variables):
3011         * text.texi (Buffer Contents, Deletion, Changing Properties)
3012         (Property Search, Special Properties, Sticky Properties)
3013         (Links and Mouse-1, Fields, Change Hooks):
3014         * syntax.texi (Syntax Table Functions, Parsing Expressions)
3015         (Categories):
3016         * symbols.texi (Other Plists):
3017         * streams.texi (Output Variables):
3018         * processes.texi (Input to Processes, Query Before Exit):
3019         * positions.texi (Word Motion, Text Lines, List Motion):
3020         * os.texi (Init File, System Environment, Sound Output)
3021         (Session Management):
3022         * nonascii.texi (Text Representations, Character Sets)
3023         (Chars and Bytes, Locales):
3024         * modes.texi (Defining Minor Modes, Header Lines):
3025         * minibuf.texi (Minibuffer Contents):
3026         * markers.texi (Information from Markers):
3027         * lists.texi (List Elements, Building Lists, Association Lists):
3028         * keymaps.texi (Tool Bar):
3029         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3030         * functions.texi (What Is a Function, Mapping Functions):
3031         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3032         (Color Names, Text Terminal Colors, Display Feature Testing):
3033         * files.texi (Visiting Functions, File Name Components)
3034         (Unique File Names, Contents of Directories):
3035         * display.texi (Forcing Redisplay, Displaying Messages)
3036         (Temporary Displays, Font Selection, Auto Faces)
3037         (Font Lookup, Fringe Indicators, Display Margins)
3038         (Image Descriptors, Showing Images, Image Cache, Button Types)
3039         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3040         (Display Table Format, Glyphs):
3041         * control.texi (Iteration):
3042         * commands.texi (Command Loop Info, Adjusting Point):
3043         * backups.texi (Making Backups, Auto-Saving):
3044         Remove @tindex entries.
3046 2006-07-07  Kim F. Storm  <storm@cua.dk>
3048         * display.texi (Fringe Cursors): Fix typo.
3049         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3050         (Overlay Arrow): Default is overlay-arrow fringe indicator.
3052 2006-07-05  Richard Stallman  <rms@gnu.org>
3054         * text.texi (Buffer Contents): Add example of text props
3055         in result of buffer-substring.
3056         (Text Properties): Explain better about use of specific property names.
3057         (Property Search): Some cleanups; reorder some functions.
3059         * keymaps.texi (Changing Key Bindings): Cleanup.
3060         Add xref to Key Binding Conventions.
3062         * display.texi (Attribute Functions): Add examples for
3063         face-attribute-relative-p.
3065         * tips.texi (Coding Conventions): Cleanup last change.
3067 2006-07-05  Karl Berry  <karl@gnu.org>
3069         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3070         Remove @setchapternewpage odd.
3071         Result is 1013 pages, down from 1100.
3073         * anti.texi, customize.texi, display.texi, internals.texi:
3074         * minibuf.texi, modes.texi, tips.texi:
3075         Fix overfull/underfull boxes.
3077 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
3079         * edebug.texi (Instrumenting):
3080         Add Edebug-specific findex for eval-buffer.
3081         * loading.texi (Loading):
3082         Replace eval-current-buffer with eval-buffer.
3084 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
3086         * locals.texi (Standard Buffer-Local Variables): Update the list
3087         of variables.
3089 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
3091         * files.texi (File Name Completion): Point user to the node
3092         "Reading File Names".
3094 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
3096         * files.texi (Contents of Directories): Document case-insensitive
3097         behavior on respective filesystems.
3099         * objects.texi (Character Type): Document that Emacs signals an
3100         error for unsupported Unicode characters specified as \uNNNN.
3102 2006-06-19  Richard Stallman  <rms@gnu.org>
3104         * processes.texi (Bindat Spec): Clarify previous change.
3106 2006-06-16  Richard Stallman  <rms@gnu.org>
3108         * tips.texi (Coding Conventions): Better explain conventions
3109         for definition constructs.
3111         * text.texi (Special Properties): String value of `read-only'
3112         serves as the error message.
3114         * objects.texi (Character Type): Clarify prev. change.
3115         (Non-ASCII in Strings): Mention \u and \U.
3117         * commands.texi (Using Interactive): Explain problem of
3118         markers, etc., in command-history.
3120 2006-06-14  Kim F. Storm  <storm@cua.dk>
3122         * commands.texi (Waiting): Negative arg to sit-for forces
3123         redisplay even if input is pending.
3125         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3126         redisplay.  Remove incorrect example of binding redisplay-dont-pause
3127         around (sit-for 0).
3129 2006-06-13  Richard Stallman  <rms@gnu.org>
3131         * display.texi (Forcing Redisplay): Clarify previous change.
3133 2006-06-13  Romain Francoise  <romain@orebokech.com>
3135         * display.texi (Forcing Redisplay): Fix typo.
3137 2006-06-13  Kim F. Storm  <storm@cua.dk>
3139         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3141 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3143         * tips.texi (Coding Conventions): Add `@end itemize'.
3145 2006-06-10  Richard Stallman  <rms@gnu.org>
3147         * tips.texi (Coding Conventions): Explain use of coding systems
3148         to ensure one decoding for strings.
3150 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
3152         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3153         syntax.
3155 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
3157         * display.texi (Font Selection): Remove description of
3158         clear-face-cache.
3160         * compile.texi (Eval During Compile): Fix a typo.  Add index
3161         entries for possible uses of eval-when-compile.
3163 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
3165         * display.texi (Abstract Display): Fix typo.
3167 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
3169         * minibuf.texi (Minibuffer History) <history-add-new-input>:
3170         Reword variable's description.
3172 2006-06-01  Richard Stallman  <rms@gnu.org>
3174         * windows.texi (Splitting Windows): Clarify splitting nonselected
3175         window.
3177 2006-05-31  Juri Linkov  <juri@jurta.org>
3179         * minibuf.texi (Minibuffer History): Add history-add-new-input.
3181 2006-05-30  Richard Stallman  <rms@gnu.org>
3183         * display.texi (Line Height): Fix errors in description of
3184         default line height and line-height property.
3186         * nonascii.texi (Default Coding Systems): Further clarification.
3188 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3190         * internals.texi (Pure Storage): Mention that an overflow in pure
3191         space causes a memory leak.
3192         (Garbage Collection): If there was an overflow in pure space,
3193         `garbage-collect' returns nil.
3195 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
3197         * nonascii.texi (Default Coding Systems): Fix it some more.
3199 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
3201         * nonascii.texi (Default Coding Systems): Fix last change.
3203 2006-05-29  Kenichi Handa  <handa@m17n.org>
3205         * nonascii.texi (find-operation-coding-system): Describe the new
3206         argument format (FILENAME . BUFFER).
3208 2006-05-28  Richard Stallman  <rms@gnu.org>
3210         * tips.texi (Coding Conventions): Better explain reasons not to
3211         advise other packages or use `eval-after-load'.
3213 2006-05-29  Kim F. Storm  <storm@cua.dk>
3215         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3216         `bindat-idx' and `bindat-raw' for clarity.
3218 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3220         * processes.texi (Bindat Spec): Expand on `repeat' handler.
3222         * display.texi (Display): Add "Abstract Display" to menu.
3223         (Abstract Display, Abstract Display Functions)
3224         (Abstract Display Example): New nodes.
3225         * elisp.texi (Top): Add "Abstract Display" to menu.
3227 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3229         * keymaps.texi (Key Sequences): Link to input events definition.
3230         (Format of Keymaps): Delete material duplicated in Keymap Basics.
3232         * files.texi (Changing Files): Document updated argument list for
3233         copy-file.
3235 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3237         * processes.texi (Bindat Functions): Explain term "total length".
3238         Use it in bindat-length and bindat-pack descriptions.
3240 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3242         * tips.texi (Coding Conventions): Advise against using
3243         eval-after-load in packages.  Add an index entry.
3245 2006-05-25  Juri Linkov  <juri@jurta.org>
3247         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3249         * modes.texi (%-Constructs): Add %e, %z, %Z.
3251 2006-05-25  Richard Stallman  <rms@gnu.org>
3253         * elisp.texi (Top): Update subnode menu.
3255         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3256         (Keymaps): Update menu.
3258 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3260         * keymaps.texi (Key Sequences): Some clarifications.
3262 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3264         * processes.texi (Bindat Functions): Say "unibyte string"
3265         explicitly for bindat-unpack and bindat-pack descriptions.
3266         (Bindat Examples): Don't call `string-make-unibyte' in example.
3268 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3270         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
3271         Explain string and vector representations of key sequences.
3273         * keymaps.texi (Changing Key Bindings):
3274         * commands.texi (Interactive Codes):
3275         * help.texi (Describing Characters): Refer to it.
3277 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
3279         * frames.texi (Pointer Shape): @end table -> @end defvar.
3281 2006-05-22  Richard Stallman  <rms@gnu.org>
3283         * elisp.texi (Top): Update subnode menus.
3285         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3286         Contents rewritten; material from old Pointer Shape node moved here.
3288         * display.texi (Pointer Shape): Node deleted.
3289         (Image Descriptors): Minor cleanup.
3291 2006-05-21  Richard Stallman  <rms@gnu.org>
3293         * syntax.texi (Parsing Expressions): Update info on which STATE
3294         elements are ignored.
3296 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3298         * hooks.texi (Standard Hooks): Correct typo.
3300         * gpl.texi (GPL): ifinfo -> ifnottex.
3302 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
3304         * searching.texi (Simple Match Data): Warn about match data being
3305         set anew by every search.
3307 2006-05-17  Richard Stallman  <rms@gnu.org>
3309         * minibuf.texi (Minibuffer History): Clarify.
3311         * searching.texi (Regexp Special): Clarify nested regexp warning.
3313 2006-05-16  Kim F. Storm  <storm@cua.dk>
3315         * minibuf.texi (Minibuffer History): Update add-to-history.
3317 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
3319         * nonascii.texi (Explicit Encoding): Fix
3320         typo (encoding<->decoding).
3322 2006-05-14  Richard Stallman  <rms@gnu.org>
3324         * buffers.texi (Creating Buffers): Cleanup.
3326         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3328 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
3330         * buffers.texi (Current Buffer): Document that with-temp-buffer
3331         disables undo.
3333         * os.texi (Terminal-Specific): More accurate description of how
3334         Emacs searches for the terminal-specific libraries.
3336 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
3338         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3339         emacs-xtra to @inforef's.
3341         * text.texi (Undo): Document that undo is turned off in buffers
3342         whose names begin with a space.
3344         * buffers.texi (Buffer Names): Add index entries for buffers whose
3345         names begin with a space.
3346         (Creating Buffers): Document that undo is turned off in buffers
3347         whose names begin with a space.
3349         * files.texi (Visiting Functions, Reading from Files)
3350         (Saving Buffers): Mention code and EOL conversions by file I/O
3351         primitives and subroutines.
3353         * nonascii.texi (Lisp and Coding Systems): Document
3354         coding-system-eol-type.  Add index entries for eol conversion.
3356         * display.texi (Defining Faces): Mention `mac', and add an xref to
3357         where window-system is described.
3359 2006-05-10  Richard Stallman  <rms@gnu.org>
3361         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3363 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3365         * variables.texi (File Local Variables): Recommend to quote lambda
3366         expressions in safe-local-variable property.
3368 2006-05-09  Richard Stallman  <rms@gnu.org>
3370         * variables.texi (File Local Variables): Document
3371         safe-local-eval-forms and safe-local-eval-function.
3373 2006-05-07  Kim F. Storm  <storm@cua.dk>
3375         * minibuf.texi (Minibuffer History): Remove keep-dups arg
3376         from add-to-history.
3378 2006-05-07  Romain Francoise  <romain@orebokech.com>
3380         * commands.texi (Event Input Misc):
3381         * compile.texi (Eval During Compile):
3382         * internals.texi (Buffer Internals):
3383         * minibuf.texi (Initial Input):
3384         * nonascii.texi (Scanning Charsets):
3385         * numbers.texi (Comparison of Numbers):
3386         * windows.texi (Textual Scrolling, Vertical Scrolling):
3387         Fix various typos.
3389 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3391         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3392         conditional xref's to either emacs or emacs-xtra, depending on
3393         @iftex/@ifnottex.
3395         * minibuf.texi (Minibuffer History): Document add-to-history.
3397 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3399         * internals.texi (Pure Storage): Mention the pure overflow message
3400         at startup.
3402 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
3404         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3405         (Searching Keymaps): Fix pseudo-Lisp description of keymap
3406         search.
3408 2006-05-01  Richard Stallman  <rms@gnu.org>
3410         * intro.texi (nil and t): Clarify.
3412         * variables.texi (File Local Variables): Suggest using booleanp.
3414 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
3416         * objects.texi (Type Predicates): Fix typos.
3418 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * intro.texi (nil and t): Add booleanp.
3422         * objects.texi (Type Predicates): Add links for booleanp and
3423         string-or-null-p.
3425 2006-04-29  Richard Stallman  <rms@gnu.org>
3427         * modes.texi (Multiline Font Lock): Rename from
3428         Multi line Font Lock Elements.  Much clarification.
3429         (Font Lock Multiline, Region to Fontify): Much clarification.
3431 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3433         * variables.texi (File Local Variables): Remove the special case t for
3434         safe-local-variable.
3436 2006-04-26  Richard Stallman  <rms@gnu.org>
3438         * syntax.texi (Parsing Expressions): Minor cleanup.
3440 2006-04-18  Richard Stallman  <rms@gnu.org>
3442         * tips.texi (Coding Conventions): Explain when the package's
3443         prefix should appear later on (not at the start of the name).
3445         * searching.texi (String Search): Clarify effect of NOERROR.
3447         * modes.texi (Imenu): Clarify what special items do.
3449         * hooks.texi (Standard Hooks): Delete text about old hook names.
3451 2006-04-17  Romain Francoise  <romain@orebokech.com>
3453         * variables.texi (Local Variables): Update the default value of
3454         `max-specpdl-size'.
3456 2006-04-15  Michael Olson  <mwolson@gnu.org>
3458         * processes.texi (Transaction Queues): Mention the new optional
3459         `delay-question' argument for `tq-enqueue'.
3461 2006-04-13  Bill Wohler  <wohler@newt.com>
3463         * customize.texi (Common Keywords): Use dotted notation for
3464         :package-version value.  Specify its values.  Improve documentation
3465         for customize-package-emacs-version-alist.
3467 2006-04-12  Bill Wohler  <wohler@newt.com>
3469         * customize.texi (Common Keywords): Move description of
3470         customize-package-emacs-version-alist to @defvar.
3472 2006-04-10  Bill Wohler  <wohler@newt.com>
3474         * customize.texi (Common Keywords): Add :package-version.
3476 2006-04-10  Kim F. Storm  <storm@cua.dk>
3478         * text.texi (Buffer Contents): Add NOPROPS arg to
3479         filter-buffer-substring.
3481 2006-04-08  Kevin Ryde  <user42@zip.com.au>
3483         * os.texi (Command-Line Arguments): Update xref to emacs manual
3484         "Command Arguments" -> "Emacs Invocation", per change there.
3486 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
3488         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3489         be on one line to help makeinfo not render two spaces after the dot.
3491 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3493         * strings.texi (Predicates for Strings): Add string-or-null-p.
3495 2006-03-28  Kim F. Storm  <storm@cua.dk>
3497         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3498         remarks about systems that don't support fractional seconds.
3500 2006-03-25  Karl Berry  <karl@gnu.org>
3502         * elisp.texi: Use @copyright{} instead of (C), and do not indent
3503         the year list.
3505 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3507         * display.texi (Fringe Indicators): Fix typos.
3509 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
3511         * tips.texi (Documentation Tips): One can now also write `program'
3512         in front of a quoted symbol in a docstring to prevent making a
3513         hyperlink.
3515 2006-03-19  Alan Mackenzie  <acm@muc.de>
3517         * text.texi (Special Properties): Clarify `fontified' property.
3519 2006-03-16  Richard Stallman  <rms@gnu.org>
3521         * display.texi (Defining Images): Minor cleanup.
3523 2006-03-16  Bill Wohler  <wohler@newt.com>
3525         * display.texi (Defining Images): In image-load-path-for-library,
3526         prefer user's images.
3528 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3532 2006-03-15  Bill Wohler  <wohler@newt.com>
3534         * display.texi (Defining Images): Fix example in
3535         image-load-path-for-library by not recommending that one binds
3536         image-load-path.  Just defvar it to placate compiler and only use
3537         it if previously defined.
3539 2006-03-14  Bill Wohler  <wohler@newt.com>
3541         * display.texi (Defining Images): In image-load-path-for-library,
3542         always return list of directories.  Update example.
3544 2006-03-14  Alan Mackenzie  <acm@muc.de>
3546         * modes.texi: New node, "Region to Fontify" (for Font Lock).
3547         This describes font-lock-extend-region-function.
3548         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3549         the new node "Region to Fontify".
3551 2006-03-13  Richard Stallman  <rms@gnu.org>
3553         * display.texi (Invisible Text): The impossible position is
3554         now before the invisible text, not after.
3555         (Defining Images): Clean up last change.
3557 2006-03-11  Bill Wohler  <wohler@newt.com>
3559         * display.texi (Defining Images): Add image-load-path-for-library.
3561 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
3563         * text.texi (Adaptive Fill): Fix Texinfo usage.
3565         * strings.texi (Creating Strings): Fix Texinfo usage.
3567         * searching.texi (Regexp Special): Use @samp for regular
3568         expressions that are not in Lisp syntax.
3570 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
3572         * searching.texi (Regexp Special): Put remark between parentheses
3573         to avoid misreading.
3575 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
3577         * searching.texi (Syntax of Regexps): More accurately describe
3578         which characters are special in which situations.
3579         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3580         are not special.  Describe in detail when `[' and `]' are special.
3581         (Regexp Backslash): Plenty of regexps with unbalanced square
3582         brackets are valid, so reword that statement.
3584 2006-03-02  Kim F. Storm  <storm@cua.dk>
3586         * keymaps.texi (Tool Bar): Add tool-bar-border.
3588 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
3590         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
3592 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
3594         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3596         * files.texi (Locating Files): Suggest additional values for the
3597         SUFFIXES arg of `locate-file'.  Update pxref.
3599         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3600         (How Programs Do Loading): Discuss the effects of Auto Compression
3601         mode on `load'.
3602         (Load Suffixes): New node.
3603         (Library Search): Delete description of `load-suffixes'; it was
3604         moved to "Load Suffixes".
3605         (Autoload, Named Features): Mention `load-suffixes'.
3607 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3609         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3611         * windows.texi (Window Tree): Fix typo.
3613 2006-02-20  Kim F. Storm  <storm@cua.dk>
3615         * display.texi (Fringe Indicators): New section.
3616         Move indicate-empty-lines, indicate-buffer-boundaries, and
3617         default-indicate-buffer-boundaries here.
3618         Add fringe-indicator-alist and default-fringes-indicator-alist.
3619         Add list of logical fringe indicator symbols.
3620         Update list of standard bitmap names.
3621         (Fringe Cursors): New section.
3622         Move overflow-newline-into-fringe here.
3623         Add fringe-cursor-alist and default-fringes-cursor-alist.
3624         Add list of fringe cursor symbols.
3626 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
3628         * commands.texi (Using Interactive): Fix reference to node
3629         "Minibuffers".
3631 2006-02-19  Richard M. Stallman  <rms@gnu.org>
3633         * minibuf.texi (High-Level Completion):
3634         Add xref to read-input-method-name.
3636         * files.texi (Relative File Names): Move file-relative-name here.
3637         (File Name Expansion): From here.  Minor clarifications.
3639         * commands.texi (Using Interactive): Add xrefs about reading input.
3640         Clarify remarks about that moving point and mark.
3641         Put string case before list case.
3643 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
3645         * display.texi (Other Display Specs, Image Descriptors):
3646         Revert erroneous changes.  The previous description of
3647         image-descriptors as `(image . PROPS)' was correct.
3649 2006-02-14  Richard M. Stallman  <rms@gnu.org>
3651         * variables.texi (File Local Variables): Clarifications.
3653 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
3655         * variables.texi (File Local Variables): Use @code for a cons
3656         cell, not @var.
3658 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
3660         * variables.texi (File Local Variables): Document new file local
3661         variable behavior.
3663 2006-02-10  Kim F. Storm  <storm@cua.dk>
3665         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3667 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
3669         * modes.texi (%-Constructs): Remove obsolete info about
3670         `global-mode-string'.
3672 2006-02-07  Richard M. Stallman  <rms@gnu.org>
3674         * commands.texi (Prefix Command Arguments): Minor cleanup.
3676         * display.texi: "Graphical display", not window system.
3678         * functions.texi (What Is a Function): Fix xref.
3680         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3681         (Changing Key Bindings): Clarify when remapping is better than
3682         substitute-key-definition.
3684 2006-02-02  Richard M. Stallman  <rms@gnu.org>
3686         * minibuf.texi (Basic Completion): Completion alists are risky.
3688         * keymaps.texi (Active Keymaps): Clarifications.
3689         (Searching Keymaps): New node.
3690         (Keymaps): Update menu.
3692         * frames.texi (Layout Parameters): Minor clarification.
3693         (Drag and Drop): New node.
3694         (Frames): Update menu.
3696 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
3698         * display.texi (Other Display Specs, Image Descriptors):
3699         Image description is a list, not a cons cell.
3701 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
3703         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3704         list is not necessarily a list).
3706 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
3708         * frames.texi (Layout Parameters): border-width and
3709         internal-border-width belong to the frame, not the window.
3711 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3713         * nonascii.texi (Translation of Characters): Search cmds use
3714         translation-table-for-input.  Automatically made local.
3716         * markers.texi (Overview of Markers): Count insertion type
3717         as one of a marker's attributes.
3719         * keymaps.texi (Controlling Active Maps): New node, split out of
3720         Active Keymaps.
3721         (Keymaps): Menu updated.
3722         (Active Keymaps): Give pseudocode to explain how the active
3723         maps are searched.  current-active-maps and key-binding moved here.
3724         (Functions for Key Lookup): current-active-maps and key-binding moved.
3725         Clarifications.
3726         (Searching the Keymaps): New subnode.
3728         * elisp.texi (Top): Menu clarification.
3730         * display.texi (Other Display Specs): Delete duplicate entry for
3731         just a string as display spec.  Move text about recursive display
3732         specs on such a string.
3734         * commands.texi (Key Sequence Input): Clarify.
3735         Move num-nonmacro-input-events out.
3736         (Reading One Event): num-nonmacro-input-events moved here.
3738 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
3740         * advice.texi (Simple Advice): Update example to fit argument
3741         change in previous-line.
3743 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3745         * markers.texi (The Mark): Fix in `mark'.
3747 2006-01-04  Richard M. Stallman  <rms@gnu.org>
3749         * processes.texi (Misc Network, Make Network): Minor cleanups.
3751 2006-01-04  Kim F. Storm  <storm@cua.dk>
3753         * processes.texi (Make Network): Add IPv6 addresses and handling.
3754         (Network Feature Testing): Mention (:family ipv6).
3755         (Misc Network): Add IPv6 formats to format-network-address.
3757 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3759         * text.texi (Changing Properties):
3760         Don't use return value of set-text-properties.
3762 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3764         * modes.texi (Mode Line Format): Correct typo in menu.
3766 2005-12-29  Richard M. Stallman  <rms@gnu.org>
3768         * modes.texi (Mode Line Top): New node.
3769         (Mode Line Data): Some text moved to new node.
3770         Explain the data structure more concretely.
3771         (Mode Line Basics): Clarifications.
3772         (Mode Line Variables): Clarify intro paragraph.
3773         (%-Constructs): Clarify intro paragraph.
3774         (Mode Line Format): Update menu.
3776 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
3778         * minibuf.texi (Basic Completion): Update lazy-completion-table
3779         examples for removal of ARGS argument.
3781 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3783         * text.texi (Undo): Restore some explanation from the version
3784         that was deleted.
3786 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
3788         * text.texi (Undo): Remove duplicate descriptions of `apply
3789         funname' and `apply delta' elements of the undo list.
3791 2005-12-20  Richard M. Stallman  <rms@gnu.org>
3793         * help.texi (Help Functions): Update documentation of `apropos'.
3795 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
3797         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3798         because it is confusing.  If the :help-echo keyword is a function,
3799         it is not directly used as the :help-echo overlay property, as the
3800         xref seems to suggest (it does not take the appropriate args).
3802 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3804         * customize.texi (Common Keywords): Fix Texinfo usage.
3805         (Group Definitions, Variable Definitions): Update for new
3806         conventions for using `*' in docstrings.
3808         * tips.texi (Documentation Tips): Update for new conventions for
3809         using `*' in docstrings.
3811 2005-12-16  Richard M. Stallman  <rms@gnu.org>
3813         * minibuf.texi (Minibuffer Contents): Minor cleanup.
3815 2005-12-16  Juri Linkov  <juri@jurta.org>
3817         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3819 2005-12-14  Romain Francoise  <romain@orebokech.com>
3821         * modes.texi (Customizing Keywords): Rename `append' to `how'.
3822         Fix typo.
3824 2005-12-11  Juri Linkov  <juri@jurta.org>
3826         * minibuf.texi (Completion Commands): Add mention of read-file-name
3827         for filename completion keymaps.
3828         (Reading File Names): Add mention of filename completion keymaps
3829         for read-file-name and xref to `Completion Commands'.
3831 2005-12-10  Richard M. Stallman  <rms@gnu.org>
3833         * customize.texi (Common Keywords): State caveats for use of :tag.
3835 2005-12-08  Richard M. Stallman  <rms@gnu.org>
3837         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3838         with xrefs and better explanation.
3839         (Completion Commands): Add the filename completion maps.
3841         * objects.texi (Character Type): Clarify that \s is not space
3842         if a dash follows.
3844 2005-12-05  Richard M. Stallman  <rms@gnu.org>
3846         * windows.texi (Resizing Windows): Delete preserve-before args.
3848 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3851         in full keymaps, since the quirk has been fixed.
3853 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3855         * hooks.texi (Standard Hooks): Add index entries.  Mention
3856         `compilation-finish-functions'.
3858 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3860         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3862 2005-11-21  Juri Linkov  <juri@jurta.org>
3864         * customize.texi (Common Keywords): Update links types
3865         custom-manual and url-link.  Add link types emacs-library-link,
3866         file-link, function-link, variable-link, custom-group-link.
3868 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3870         * display.texi: Revert 2005-11-20 change.
3872 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
3874         * processes.texi (Bindat Functions):
3875         Say "third" to refer to zero-based index "2".
3877 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
3879         * loading.texi (Library Search): Update the default value of
3880         `load-suffixes'.
3882 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3884         * display.texi (Attribute Functions): Mention :ignore-defface.
3886 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3889         (Minor Mode Conventions): Mention the use of a hook.
3891 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3893         * files.texi (Magic File Names): find-file-name-handler checks the
3894         `operations' property of the handler.
3896 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3898         * variables.texi (Frame-Local Variables): Small clarification.
3900 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
3902         * os.texi (Init File): Document ~/.emacs.d/init.el.
3904 2005-10-29  Richard M. Stallman  <rms@gnu.org>
3906         * internals.texi (Garbage Collection): Document memory-full.
3908 2005-10-28  Bill Wohler  <wohler@newt.com>
3910         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3911         for URLs.
3913 2005-10-28  Richard M. Stallman  <rms@gnu.org>
3915         * minibuf.texi (Completion Commands): Clean up prev change.
3917 2005-10-26  Kevin Ryde  <user42@zip.com.au>
3919         * compile.texi (Eval During Compile): Explain recommended uses
3920         of eval-when-compile and eval-and-compile.
3922 2005-10-27  Masatake YAMATO  <jet@gyve.org>
3924         * minibuf.texi (Completion Commands):
3925         Write about new optional argument for `display-completion-list'.
3927 2005-10-23  Richard M. Stallman  <rms@gnu.org>
3929         * display.texi (Overlay Arrow): Clarify about local bindings of
3930         overlay-arrow-position.
3932 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
3934         * internals.texi (Building Emacs): Fix last change.
3936 2005-10-22  Richard M. Stallman  <rms@gnu.org>
3938         * internals.texi (Building Emacs): Document eval-at-startup.
3940 2005-10-21  Richard M. Stallman  <rms@gnu.org>
3942         * loading.texi (Where Defined): load-history contains abs file names.
3943         symbol-file returns abs file names.
3945 2005-10-19  Kim F. Storm  <storm@cua.dk>
3947         * display.texi (Showing Images): Add max-image-size integer value.
3949 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
3951         * display.texi (Showing Images): Document max-image-size.
3953 2005-10-17  Richard M. Stallman  <rms@gnu.org>
3955         * commands.texi (Quitting): Minor clarification.
3957         * processes.texi (Sentinels): Clarify about output and quitting.
3958         (Filter Functions): Mention with-local-quit.
3960 2005-10-17  Juri Linkov  <juri@jurta.org>
3962         * buffers.texi (Current Buffer):
3963         * commands.texi (Event Input Misc):
3964         * compile.texi (Eval During Compile, Compiler Errors):
3965         * customize.texi (Group Definitions):
3966         * display.texi (Progress, Defining Faces):
3967         * files.texi (Writing to Files):
3968         * modes.texi (Mode Hooks, Defining Minor Modes):
3969         * streams.texi (Output Functions):
3970         * syntax.texi (Syntax Table Functions):
3971         * text.texi (Change Hooks):
3972         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3974         * commands.texi (Quitting): Replace arg `forms' with `body' in
3975         `with-local-quit'.
3977         * positions.texi (Excursions): Replace arg `forms' with `body' in
3978         `save-excursion'.
3980 2005-10-08  Kim F. Storm  <storm@cua.dk>
3982         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3983         Rename manual section accordingly.
3985 2005-10-04  Kim F. Storm  <storm@cua.dk>
3987         * windows.texi (Window Split Tree): New section describing
3988         new function window-split-tree function.
3990 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
3992         * display.texi (Fringe Size/Pos): Simplify and add detail.
3994 2005-09-30  Romain Francoise  <romain@orebokech.com>
3996         * minibuf.texi (High-Level Completion): Explain that the prompt
3997         given to `read-buffer' should end with a colon and a space.
3998         Update usage examples.
4000 2005-09-29  Juri Linkov  <juri@jurta.org>
4002         * display.texi (Displaying Messages): Rename argument name
4003         `string' to `format-string' in functions `message', `message-box',
4004         `message-or-box'.
4006 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
4008         * errors.texi (Standard Errors): Correct xrefs.
4010 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
4012         * display.texi (Defining Images): Update documentation for
4013         `image-load-path'.
4015 2005-09-17  Richard M. Stallman  <rms@gnu.org>
4017         * display.texi (Defining Images): Clean up previous change.
4019 2005-09-16  Romain Francoise  <romain@orebokech.com>
4021         * elisp.texi: Specify GFDL version 1.2.
4023         * doclicense.texi (GNU Free Documentation License): Update to
4024         version 1.2.
4026 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
4028         * display.texi (Defining Images): Document `image-load-path'.
4030 2005-09-15  Richard M. Stallman  <rms@gnu.org>
4032         * objects.texi (Printed Representation): Minor cleanup.
4033         (Box Diagrams): Minor fix.
4034         (Cons Cell Type): Move (...) index item here.
4035         (Box Diagrams): From here.
4036         (Array Type): Minor fix.
4037         (Type Predicates): Delete index "predicates".
4038         (Hash Table Type): Clarify xref.
4039         (Dotted Pair Notation): Minor fix.
4041 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
4043         * files.texi (Saving Buffers): Fix typo.
4045 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4047         * tips.texi (Programming Tips): Correct the "default" prompt spec.
4049 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4051         * locals.texi (Standard Buffer-Local Variables): Don't include
4052         mode variables for minor modes.
4053         Fix xrefs for buffer-display-count, buffer-display-table,
4054         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4055         enable-multibyte-characters, fill-column, header-line-format,
4056         left-fringe-width, left-margin, and right-fringe-width.
4058         * hooks.texi (Standard Hooks): All hooks should conform to the
4059         standard naming convention now.
4060         Fix xref for `echo-area-clear-hook'.
4062         * display.texi (Usual Display): Note that indicate-empty-lines and
4063         tab-width are buffer-local.
4065         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4067         * modes.texi (Mode Help): Note that major-mode is buffer-local.
4069         * nonascii.texi (Encoding and I/O): Note that
4070         buffer-file-coding-system is buffer-local.
4072         * positions.texi (List Motion): Note that defun-prompt-regexp is
4073         buffer-local.
4075         * text.texi (Auto Filling): Note that auto-fill-function is
4076         buffer-local.
4077         (Undo): Note that buffer-undo-list is buffer-local.
4079         * windows.texi (Buffers and Windows): Document
4080         buffer-display-count.
4082 2005-09-06  Richard M. Stallman  <rms@gnu.org>
4084         * tips.texi (Coding Conventions): Sometimes it is ok to put the
4085         package prefix elsewhere than at the start of the name.
4087 2005-09-03  Richard M. Stallman  <rms@gnu.org>
4089         * tips.texi (Programming Tips): Add conventions for minibuffer
4090         questions and prompts.
4092 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
4094         * intro.texi (nil and t): Minor cleanup.
4095         Delete spurious mention of keyword symbols.
4096         (Evaluation Notation): Add index entry.
4097         (A Sample Function Description): Minor cleanup.
4098         (A Sample Variable Description): Not all vars can be set.
4100 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
4102         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4104         (Insertion): Document precise type of `insert-char' arg COUNT.
4106 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4108         * modes.texi (Other Font Lock Variables): Sync the default of
4109         font-lock-lines-before.
4111 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4113         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4115 2005-08-29  Richard M. Stallman  <rms@gnu.org>
4117         * elisp.texi (Top): Update subnode menu.
4119         * searching.texi (Searching and Matching): Move node.
4120         Rearrange contents and add overall explanation.
4121         (Searching and Case): Move node.
4122         (Searching and Matching): Update menu.
4124 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4126         * os.texi (Startup Summary): Fix the description of the initial
4127         startup message display.
4129 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4131         * searching.texi (Search and Replace): Add replace-regexp-in-string.
4133 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
4135         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4136         `next-overlay-change' example.
4138 2005-08-22  Juri Linkov  <juri@jurta.org>
4140         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4141         Fix invert-face.  Fix args of face-background.
4143         * display.texi (Standard Faces): Delete node.
4144         (Faces): Add xref to `(emacs)Standard Faces'.
4145         (Displaying Faces): Fix xref to `Standard Faces'.
4147         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4149 2005-08-20  Alan Mackenzie  <acm@muc.de>
4151         * buffers.texi (The Buffer List): Clarify the manipulation of the
4152         buffer list.
4154 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4156         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4157         a regexp.
4159 2005-08-11  Richard M. Stallman  <rms@gnu.org>
4161         * elisp.texi (Top): Update subnode lists.
4163         * display.texi (Inverse Video): Node deleted.
4165         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4166         New nodes split out of Coding Conventions.
4168         * searching.texi (Regular Expressions): Document re-builder.
4170         * os.texi (Time Parsing): New node split out of Time Conversion.
4172         * processes.texi (Misc Network, Network Feature Testing)
4173         (Network Options, Make Network): New nodes split out of
4174         Low-Level Network.
4176 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4178         * frames.texi (Geometry): New node, split from Size and Position.
4179         (Frame Parameters): Refer to Geometry.
4181         * buffers.texi (The Buffer List): Fix xrefs.
4183         * windows.texi (Splitting Windows): Fix xref.
4185         * frames.texi (Layout Parameters): Add xref.
4187         * display.texi (Line Height, Scroll Bars): Fix xrefs.
4189         * keymaps.texi (Menu Bar): Fix xref.
4191         * locals.texi (Standard Buffer-Local Variables): Fix xref.
4193         * modes.texi (%-Constructs): Fix xref.
4195         * frames.texi (Window Frame Parameters): Node split up.
4196         (Basic Parameters, Position Parameters, Size Parameters)
4197         (Layout Parameters, Buffer Parameters, Management Parameters)
4198         (Cursor Parameters, Color Parameters): New subnodes.
4200 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4202         * positions.texi (Screen Lines): Update xref for previous change
4203         in minibuf.texi.
4205         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4206         change in minibuf.texi.
4208 2005-08-09  Richard M. Stallman  <rms@gnu.org>
4210         * tips.texi (Coding Conventions): Minor cleanup.
4212         * modes.texi (Defining Minor Modes): Explain when init-value
4213         can be non-nil.
4215         * elisp.texi (Top): Update submenu for Minibuffer.
4217         * minibuf.texi (Minibuffer Misc): Node split up.
4218         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4219         (Recursive Mini): New nodes split out from Minibuffer Misc.
4220         (Minibuffer Misc): Document max-mini-window-height.
4222         * hash.texi (Defining Hash): Delete stray paren in example.
4224         * display.texi (Echo Area Customization): Don't define
4225         max-mini-window-height here; xref instead.
4227         * commands.texi (Event Input Misc): Update while-no-input.
4229         * advice.texi (Advising Functions): Explain when to use advice
4230         and when to use a hook.
4232 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
4234         * makefile.w32-in (info): Don't run install-info.
4235         ($(infodir)/dir): New target, produced by running install-info.
4237 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
4239         * modes.texi (Defining Minor Modes): The keyword for the initial
4240         value is :init-value, not :initial-value.
4242 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
4244         * loading.texi (Autoload): Make the `doctor' example be consistent
4245         with what's in current loaddefs.el.  Describe the "fn" magic in
4246         the usage portion of the doc string.
4248 2005-07-22  Richard M. Stallman  <rms@gnu.org>
4250         * internals.texi (Garbage Collection): Clarify previous change.
4252 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4254         * internals.texi (Garbage Collection): Add gc-cons-percentage.
4256 2005-07-18  Juri Linkov  <juri@jurta.org>
4258         * commands.texi (Accessing Events):
4259         * frames.texi (Text Terminal Colors, Resources):
4260         * markers.texi (The Mark):
4261         * modes.texi (Defining Minor Modes):
4262         Delete duplicate duplicate words.
4264 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4266         * display.texi (Managing Overlays): Clarify make-overlay
4267         args for insertion types.
4269 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4271         * customize.texi (Variable Definitions):
4272         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4273         `standard-value' is a list too.
4274         (Defining New Types): Use @key{RET} instead of @key{ret}.
4276 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4278         * os.texi (Translating Input): Fix typo.
4280 2005-07-08  Richard M. Stallman  <rms@gnu.org>
4282         * README: Update edition number and size estimate.
4284         * elisp.texi (VERSION): Set to 2.9.
4286 2005-07-07  Richard M. Stallman  <rms@gnu.org>
4288         * book-spine.texinfo: Update Emacs version.
4290         * display.texi (Inverse Video): Delete mode-line-inverse-video.
4292 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4294         * searching.texi (Regexp Search): Clarify what re-search-forward
4295         does when the search fails.
4297 2005-07-05  Lute Kamstra  <lute@gnu.org>
4299         * Update FSF's address in GPL notices.
4301         * doclicense.texi (GNU Free Documentation License):
4302         * gpl.texi (GPL):
4303         * tips.texi (Coding Conventions, Library Headers):
4304         * vol1.texi:
4305         * vol2.texi: Update FSF's address.
4307 2005-07-04  Richard M. Stallman  <rms@gnu.org>
4309         * hooks.texi (Standard Hooks): Add occur-hook.
4311 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
4313         * display.texi (The Echo Area): Correct menu.
4315 2005-07-03  Richard M. Stallman  <rms@gnu.org>
4317         * elisp.texi (Top): Update subnode menu for Display.
4319         * display.texi (Displaying Messages): New node, with most
4320         of what was in The Echo Area.
4321         (Progress): Moved under The Echo Area.
4322         (Logging Messages): New node with new text.
4323         (Echo Area Customization): New node, the rest of what was
4324         in The Echo Area.  Document message-truncate-lines with @defvar.
4325         (Display): Update menu.
4327         * windows.texi (Textual Scrolling): Doc 3 values for
4328         scroll-preserve-screen-position.
4330         * text.texi (Special Properties): Change hook functions
4331         should bind inhibit-modification-hooks around altering buffer text.
4333         * keymaps.texi (Key Binding Commands): Call binding BINDING
4334         rather than DEFINITION.
4336 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4338         * variables.texi (Defining Variables): `user-variable-p' returns t
4339         for aliases of user options, nil for alias loops.
4341 2005-06-28  Richard M. Stallman  <rms@gnu.org>
4343         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4344         make-keymap.
4346 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
4348         * variables.texi (Setting Variables): Correct and clarify
4349         description of `add-to-ordered-list'.
4351 2005-06-26  Richard M. Stallman  <rms@gnu.org>
4353         * display.texi (Faces): Minor cleanup.
4355 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
4357         * display.texi (Faces): `facep' returns t for strings that are
4358         face names.
4360 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4362         * objects.texi (Equality Predicates): Clarify meaning of equal.
4364         * windows.texi (Selecting Windows): save-selected-window
4365         and with-selected-window save and restore the current buffer.
4367 2005-06-24  Richard M. Stallman  <rms@gnu.org>
4369         * numbers.texi (Float Basics): Explain how to test for NaN,
4370         and printing the sign of NaNs.
4372 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
4374         * makefile.w32-in (MAKEINFO): Use --force.
4376 2005-06-23  Richard M. Stallman  <rms@gnu.org>
4378         * display.texi (Face Functions): Correct Texinfo usage.
4380 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4382         * lists.texi (Rings): `ring-elements' now returns the elements of
4383         RING in order.
4385 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
4387         * markers.texi (The Mark): Texinfo usage fix.
4389 2005-06-23  Kim F. Storm  <storm@cua.dk>
4391         * searching.texi (Entire Match Data): Remove evaporate option for
4392         match-data.  Do not mention evaporate option for set-match-data.
4394 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
4396         * display.texi (Face Functions): Mention face aliases.
4398 2005-06-21  Richard M. Stallman  <rms@gnu.org>
4400         * anti.texi (Antinews): Texinfo usage fix.
4402 2005-06-21  Karl Berry  <karl@gnu.org>
4404         * elisp.texi: Use @copying.
4406         * elisp.texi: Put @summarycontents and @contents before the Top
4407         node, instead of the end of the file, so that the contents appear
4408         in the right place in the dvi/pdf output.
4410 2005-06-21  Juri Linkov  <juri@jurta.org>
4412         * display.texi (Defining Faces): Add `customized-face'.
4414 2005-06-20  Kim F. Storm  <storm@cua.dk>
4416         * variables.texi (Setting Variables): Any type of element can be
4417         given order in add-to-ordered-list.  Compare elements with eq.
4419         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4421 2005-06-20  Karl Berry  <karl@gnu.org>
4423         * syntax.texi (Syntax Flags): Make last column very slightly wider
4424         to avoid "generic comment" breaking on two lines and causing an
4425         underfull box.
4427 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4429         * lists.texi (Rings): Various minor clarifications and corrections.
4431 2005-06-18  Richard M. Stallman  <rms@gnu.org>
4433         * functions.texi (Obsolete Functions): Simplify.
4435         * variables.texi (Variable Aliases): Simplify.
4437         * anti.texi, backups.texi, compile.texi, customization.texi:
4438         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4439         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4440         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4441         * variables.texi: Fix formatting ugliness.
4443         * elisp.texi: Add links to Rings and Byte Packing.
4444         Update version and copyright years.
4446         * minibuf.texi: Fix formatting ugliness.
4447         (Completion Commands): Move keymap vars to the end
4448         and vars completing-read binds to the top.
4450 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4452         * processes.texi: Fix typos.
4453         (Bindat Spec): Correct Texinfo error.
4454         (Byte Packing): Fix ungrammatical sentence.
4456 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
4458         * lists.texi (Rings): New node.
4459         (Lists): Add it to menu.
4461         * processes.texi (Byte Packing): New node.
4462         (Processes): Add it to menu.
4464 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4466         * syntax.texi (Parsing Expressions): Fix texinfo usage.
4468         * help.texi (Documentation Basics): Explain the xref to
4469         Documentation Tips.
4471         * debugging.texi (Debugger Commands): Minor fix.
4473 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
4475         * edebug.texi (Instrumenting): Eliminate duplicate link.
4476         (Specification List): Replace references to "below", referring to
4477         a later node, with one @ref to that node.
4479         * os.texi (Timers): Timers should save and restore the match data
4480         if they change it.
4482         * debugging.texi (Debugger Commands): Mention that the Lisp
4483         debugger can not step through primitive functions.
4485 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4487         * functions.texi (Obsolete Functions): Update argument names of
4488         `make-obsolete' and `define-obsolete-function-alias'.
4490         * variables.texi (Variable Aliases): Update argument names of
4491         `defvaralias', `make-obsolete-variable' and
4492         `define-obsolete-variable-alias'.
4494 2005-06-15  Kim F. Storm  <storm@cua.dk>
4496         * searching.texi (Entire Match Data): Rephrase warnings about
4497         evaporate arg to match-data and set-match-data.
4499 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
4501         * elisp.texi (Top): Update detailed menu.
4503         * edebug.texi (Edebug): Update menu.
4504         (Instrumenting): Update xrefs.
4505         (Edebug Execution Modes): Correct xref.
4506         (Jumping): Clarify description of `h' command.
4507         Eliminate redundant @ref.
4508         (Breaks): New node.
4509         (Breakpoints): Is now a subsubsection.
4510         (Global Break Condition): Mention `C-x X X'.
4511         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
4512         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4513         (Edebug Display Update): Correct pxref.
4514         (Edebug and Macros): New node.
4515         (Instrumenting Macro Calls): Is now a subsubsection.
4516         Neither arg of `def-edebug-spec' is evaluated.
4517         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4518         (Specification Examples): Fix typo.
4520 2005-06-14  Lute Kamstra  <lute@gnu.org>
4522         * debugging.texi (Function Debugging): Primitives can break on
4523         entry too.
4525 2005-06-14  Kim F. Storm  <storm@cua.dk>
4527         * variables.texi (Setting Variables): Add add-to-ordered-list.
4529 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * syntax.texi (Parsing Expressions): Document aux functions and vars of
4532         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4534 2005-06-13  Lute Kamstra  <lute@gnu.org>
4536         * text.texi (Special Properties): Fix cross reference.
4538 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4540         * debugging.texi (Function Debugging): Delete mention of empty
4541         string argument to `cancel-debug-on-entry'.  Delete inaccurate
4542         description of the return value of that command.
4544 2005-06-11  Alan Mackenzie  <acm@muc.de>
4546         * text.texi (Adaptive Fill): Amplify the description of
4547         fill-context-prefix.
4549 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4551         * syntax.texi (Parsing Expressions): Fix Texinfo error.
4553 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * syntax.texi (Parsing Expressions): Document syntax-ppss.
4557 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4559         * debugging.texi (Error Debugging): Minor rewording.
4560         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4561         is optional.
4563 2005-06-10  Lute Kamstra  <lute@gnu.org>
4565         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4566         (Top): Give it a title.  Correct version number.  Give the
4567         detailed node listing a more prominent header.
4568         * intro.texi: Don't set VERSION here a second time.
4569         Mention Emacs's version too.
4570         * anti.texi (Antinews): Use EMACSVER to refer to the current
4571         version of Emacs.
4573 2005-06-09  Kim F. Storm  <storm@cua.dk>
4575         * searching.texi (Entire Match Data): Explain new `reseat' argument to
4576         match-data and set-match-data.
4578 2005-06-08  Richard M. Stallman  <rms@gnu.org>
4580         * searching.texi (Entire Match Data): Clarify when match-data
4581         returns markers and when integers.
4583         * display.texi (Defining Faces): Explain that face name should not
4584         end in `-face'.
4586         * modes.texi (Mode Line Data): Minor cleanup.
4587         (Customizing Keywords): Node split out of Search-based Fontification.
4588         Add example of using font-lock-add-keywords from a hook.
4589         Clarify when MODE should be non-nil, and when nil.
4591 2005-06-06  Richard M. Stallman  <rms@gnu.org>
4593         * modes.texi (Mode Line Data): Explain what happens when the car
4594         of a list is a void symbol.
4595         (Search-based Fontification): Explain MODE arg to
4596         font-lock-add-keywords and warn about calls from major modes.
4598 2005-06-08  Juri Linkov  <juri@jurta.org>
4600         * display.texi (Standard Faces): Add `shadow' face.
4602 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4604         * modes.texi (Major Mode Conventions): A derived mode only needs
4605         to put the call to the parent mode inside `delay-mode-hooks'.
4607 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4609         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4610         new, and what that implies.  Clarify.
4612         * files.texi (Locating Files): Clean up the text.
4614         * frames.texi (Window Frame Parameters): Document user-size.
4615         Shorten entry for top by referring to left.
4617 2005-05-26  Richard M. Stallman  <rms@gnu.org>
4619         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4620         is new, and what the implications are.  Other clarifications.
4622 2005-05-24  Richard M. Stallman  <rms@gnu.org>
4624         * frames.texi (Dialog Boxes): Minor fixes.
4626 2005-05-25  Masatake YAMATO  <jet@gyve.org>
4628         * display.texi (Standard Faces): Write about `mode-line-highlight'.
4630 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
4632         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4633         is optional.
4635 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
4637         * frames.texi (Dialog Boxes): Describe new optional argument.
4639 2005-05-23  Lute Kamstra  <lute@gnu.org>
4641         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4642         syntax-begin-function over font-lock-beginning-of-syntax-function.
4644 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
4646         * minibuf.texi (Reading File Names): Update description of
4647         `read-directory-name'.
4649         * modes.texi (Derived Modes): Clarify :group keyword.
4651 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
4653         * files.texi (Locating Files): New subsection.
4654         Describe locate-file and executable-find.
4656 2005-05-21  Kevin Ryde  <user42@zip.com.au>
4658         * frames.texi (Initial Parameters): Update cross reference to
4659         "Emacs Invocation".
4661 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4663         * keymaps.texi (Active Keymaps): Add anchor.
4665         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4666         (Major Mode Conventions): Refer to `Auto Major Mode' in more
4667         appropriate place.
4668         (Derived Modes): Small clarifications.
4669         (Minor Mode Conventions, Keymaps and Minor Modes):
4670         Replace references to nodes with references to anchors.
4671         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4672         Clarify description of lists whose first element is an integer.
4673         (Mode Line Variables): Add anchor.
4674         (%-Constructs): Clarify description of integer after %.
4675         (Emulating Mode Line): Describe nil value for FACE.
4677 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
4679         * modes.texi (Derived Modes): Correct references to non-existing
4680         variable standard-syntax-table.
4682 2005-05-17  Lute Kamstra  <lute@gnu.org>
4684         * modes.texi (Defining Minor Modes): Mention the mode hook.
4686 2005-05-15  Kim F. Storm  <storm@cua.dk>
4688         * processes.texi (Network): Remove open-network-stream-nowait.
4689         (Network Servers): Remove open-network-stream-server.
4691 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
4693         * elisp.texi (Top): Update detailed menu.
4695         * variables.texi: Reorder nodes.
4696         (Variables): Update menu.
4697         (File Local Variables): Do not refer to the `-*-' line as
4698         a "local variables list".  Add pxref.
4700 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4702         * elisp.texi (Top): Update detailed menu for node changes.
4704         * modes.texi (Modes): Update Menu.
4705         (Hooks): Move to beginning of chapter.
4706         Most minor modes run mode hooks too.
4707         `add-hook' can handle void hooks or hooks whose value is a single
4708         function.
4709         (Major Modes): Update Menu.
4710         (Major Mode Basics): New node, split off from `Major Modes'.
4711         (Major Mode Conventions): Correct xref.  Explain how to handle
4712         auto-mode-alist if the major mode command has an autoload cookie.
4713         (Auto Major Mode): Major update.  Add magic-mode-alist.
4714         (Derived Modes): Major update.
4715         (Mode Line Format): Update Menu.
4716         (Mode Line Basics): New node, split off from `Mode Line Format'.
4718         * loading.texi (Autoload): Mention `autoload cookie' as synonym
4719         for `magic autoload comment'.  Add index entries and anchor.
4721 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4723         * tips.texi (Coding Conventions): Explain how important it is
4724         that just loading certain files not change Emacs behavior.
4726         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4728 2005-05-12  Lute Kamstra  <lute@gnu.org>
4730         * modes.texi (Generic Modes): Update.
4731         (Major Modes): Refer to node "Generic Modes".
4733         * elisp.texi (Top): Update to the current structure of the manual.
4734         * processes.texi (Processes): Add menu description.
4735         * customize.texi (Customization): Add menu descriptions.
4737 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
4739         * processes.texi (Signals to Processes)
4740         (Low-Level Network): Fix typos.
4742 2005-05-11  Lute Kamstra  <lute@gnu.org>
4744         * elisp.texi (Top): Add some nodes from the chapter "Major and
4745         Minor Modes" to the detailed node listing.
4747 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4749         * keymaps.texi (Extended Menu Items): Menu item filter functions
4750         can be called at any time.
4752 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
4754         * variables.texi (File Local Variables): `(hack-local-variables t)'
4755         now also checks whether a mode is specified in the local variables
4756         list.
4758 2005-05-05  Kevin Ryde  <user42@zip.com.au>
4760         * display.texi (The Echo Area): Correct format function cross
4761         reference.
4763 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4765         * variables.texi (Variable Aliases): Change description of
4766         `define-obsolete-variable-alias'.
4768         * functions.texi (Functions): Add "Obsolete Functions" to menu.
4769         (Defining Functions): Add xref.
4770         (Obsolete Functions): New node.
4771         (Function Safety): Standardize capitalization of section title.
4773         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4774         (Dialog Boxes): Complete description of `x-popup-dialog'.
4776 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4778         * commands.texi (Interactive Codes): Fix Texinfo usage.
4779         Document U more clearly.
4781 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4783         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4784         function and not a macro.
4786         * frames.texi (Pop-Up Menus): Correct and clarify description of
4787         `x-popup-menu'.
4788         (Dialog Boxes): Clarify description of `x-popup-dialog'.
4790 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4792         * edebug.texi (Checking Whether to Stop): Fix previous change.
4794 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4796         * display.texi: Fix typos and Texinfo usage.
4798         * edebug.texi (Checking Whether to Stop): executing-macro ->
4799         executing-kbd-macro.
4801 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4803         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4805 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4807         * files.texi (Magic File Names): Document `operations' property.
4809 2005-04-29  Lute Kamstra  <lute@gnu.org>
4811         * modes.texi (Generic Modes): New node.
4812         (Major Modes): Add it to the menu.
4813         (Derived Modes): Add "derived mode" to concept index.
4815 2005-04-28  Lute Kamstra  <lute@gnu.org>
4817         * modes.texi (Defining Minor Modes): Fix previous change.
4818         (Font Lock Mode): Simplify.
4819         (Font Lock Basics): Say that font-lock-defaults is buffer-local
4820         when set and that some parts are optional.  Add cross references.
4821         (Search-based Fontification): Say how to specify font-lock-keywords.
4822         Add cross references.  Add font-lock-multiline to index.
4823         Move font-lock-keywords-case-fold-search here from node "Other Font
4824         Lock Variables".  Document font-lock-add-keywords and
4825         font-lock-remove-keywords.
4826         (Other Font Lock Variables): Move font-lock-keywords-only,
4827         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4828         and font-lock-syntactic-face-function to node "Syntactic Font
4829         Lock".  Move font-lock-keywords-case-fold-search to node
4830         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
4831         and font-lock-{,un}fontify-{buffer,region}-function.
4832         (Precalculated Fontification): Remove reference to deleted variable
4833         font-lock-core-only.
4834         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4835         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
4836         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4837         and font-lock-syntactic-face-function here from node "Other Font
4838         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
4839         Syntax Properties".  Add cross references.
4840         (Setting Syntax Properties): New node.
4841         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4842         * syntax.texi (Syntax Properties): Add cross reference.
4843         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4845 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4847         * display.texi (Defining Faces):
4848         Document `default' elements of defface spec.
4850         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4852         * variables.texi (Variable Aliases): Clarify text.
4854 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
4856         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4858 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
4860         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4862 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4864         * syntax.texi (Syntax Table Internals): Elaborate documentation of
4865         syntax-after and syntax-class.
4867         * files.texi (Changing Files): Fix last change's cross-reference.
4868         (Unique File Names): Don't mention "numbers" in the documentation
4869         of make-temp-file and make-temp-name.
4871 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4873         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4875 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
4877         * windows.texi (Cyclic Window Ordering): Clarify window-list.
4879 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
4881         * variables.texi (Variable Aliases): Describe make-obsolete-variable
4882         and define-obsolete-variable-alias.
4884 2005-04-22  Kim F. Storm  <storm@cua.dk>
4886         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4887         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4889 2005-04-21  Lute Kamstra  <lute@gnu.org>
4891         * lists.texi (Association Lists): Document rassq-delete-all.
4893 2005-04-19  Richard M. Stallman  <rms@gnu.org>
4895         * modes.texi (Search-based Fontification): Explain that
4896         facespec is an expression to be evaluated.
4898 2005-04-19  Kevin Ryde  <user42@zip.com.au>
4900         * streams.texi (Output Functions): Fix xref.
4901         * strings.texi (String Conversion): Fix xref.
4903 2005-04-19  Kim F. Storm  <storm@cua.dk>
4905         * symbols.texi (Symbol Plists): Add safe-get.
4906         Mention that `get' may signal an error.
4908 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
4910         * customize.texi (Variable Definitions): Replace tooltip-mode
4911         example with save-place.
4913 2005-04-17  Richard M. Stallman  <rms@gnu.org>
4915         * buffers.texi (Indirect Buffers): Clarify.
4917         * positions.texi (Positions): Clarify converting marker to integer.
4919         * strings.texi (String Basics): Mention string-match; clarify.
4921 2005-04-08  Lute Kamstra  <lute@gnu.org>
4923         * modes.texi (Search-based Fontification): Fix cross references.
4924         Use consistent terminology.  Document anchored highlighting.
4926 2005-04-05  Lute Kamstra  <lute@gnu.org>
4928         * modes.texi (Defining Minor Modes): Document :group keyword
4929         argument and its default value.
4931 2005-04-03  Lute Kamstra  <lute@gnu.org>
4933         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
4934         references and/or descriptions.  Delete major mode hooks; mention
4935         them as a category instead.  Rename or delete obsolete hooks.
4937 2005-04-02  Richard M. Stallman  <rms@gnu.org>
4939         * nonascii.texi (Coding System Basics): Another wording cleanup.
4941 2005-04-01  Richard M. Stallman  <rms@gnu.org>
4943         * nonascii.texi (Coding System Basics): Clarify previous change.
4945 2005-04-01  Kenichi Handa  <handa@m17n.org>
4947         * nonascii.texi (Coding System Basics): Describe about roundtrip
4948         identity of coding systems.
4950 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
4952         * text.texi (Buffer Contents): Add filter-buffer-substring and
4953         buffer-substring-filters.
4955 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
4957         * anti.texi (Antinews): Mention `G' interactive code.
4959         * tips.texi (Compilation Tips): Mention benchmark.el.
4961 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
4963         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4964         is now bound to M-o M-o.
4966         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4968 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
4970         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4971         in the Emacs Manual).
4972         * Makefile.in (srcs): Remove calendar.texi.
4973         * makefile.w32-in (srcs): Remove calendar.texi.
4974         * display.texi (Display): Change name of next node.
4975         * os.texi (System In): Change name of previous node.
4976         * elisp.texi (Top): Remove Calendar references.
4977         * vol1.texi (Top): Remove Calendar references.
4978         * vol2.texi (Top): Remove Calendar references.
4980 2005-03-25  Richard M. Stallman  <rms@gnu.org>
4982         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4983         Cleanup previous change.
4985 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
4987         * display.texi (Face Attributes): Faces earlier in an :inherit
4988         list take precedence.
4989         (Scroll Bars): Fix description of vertical-scroll-bars.
4990         Document frame-current-scroll-bars and window-current-scroll-bars.
4992         * markers.texi (The Mark): Document temporary Transient Mark mode.
4994         * minibuf.texi (Reading File Names):
4995         Document read-file-name-completion-ignore-case.
4997         * positions.texi (Screen Lines): Document nil for width argument
4998         to compute-motion.
5000 2005-03-23  Kim F. Storm  <storm@cua.dk>
5002         * display.texi (Standard Faces): Other faces used in the fringe
5003         implicitly inherits from the fringe face.
5004         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5005         properties implicitly inherits from fringe face.
5006         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5008 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
5010         * display.texi (Invisible Text): State default value of
5011         line-move-ignore-invisible.
5012         (Managing Overlays): Document remove-overlays.
5013         (Standard Faces): Document escape-glyph face.
5015         * minibuf.texi (Reading File Names): Document read-file-name-function.
5017         * modes.texi (Other Font Lock Variables):
5018         Document font-lock-lines-before.
5020         * positions.texi (Skipping Characters): skip-chars-forward allows
5021         character classes.
5023 2005-03-18  Lute Kamstra  <lute@gnu.org>
5025         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5027 2005-03-17  Richard M. Stallman  <rms@gnu.org>
5029         * text.texi (Undo): Document extensible undo entries.
5031         * searching.texi (String Search, Regexp Search): Cleanups.
5033         * nonascii.texi (Character Codes): Minor fix.
5035         * display.texi (Display Property): Explain the significance
5036         of having text properties that are eq.
5037         (Other Display Specs): Explain string as display spec.
5039         * commands.texi (Interactive Codes): Document G option.
5041 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
5043         * text.texi (Filling): Add sentence-end-without-period and
5044         sentence-end-without-space.
5045         (Changing Properties): Minor fix.
5047         * anti.texi: Total rewrite.
5049 2005-03-15  Lute Kamstra  <lute@gnu.org>
5051         * edebug.texi (Instrumenting Macro Calls): Fix typos.
5053 2005-03-08  Kim F. Storm  <storm@cua.dk>
5055         * display.texi (Specified Space): Property :width is support on
5056         non-graphic terminals, :height is not.
5058 2005-03-07  Richard M. Stallman  <rms@gnu.org>
5060         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5061         Now subnodes of Fringes.
5062         (Overlay Arrow): Document overlay-arrow-variable-list.
5063         (Fringe Size/Pos): New node, broken out of Fringes.
5064         (Display): Explain clearing vs redisplay better.
5065         (Truncation): Clarify use of bitmaps.
5066         (The Echo Area): Clarify the uses of the echo area.
5067         Add max-mini-window-height.
5068         (Progress): Clarify.
5069         (Invisible Text): Explain that main loop moves point out.
5070         (Selective Display): Say "hidden", not "invisible".
5071         (Managing Overlays): Move up.  Describe relation to Undo here.
5072         (Overlay Properties): Clarify intro.
5073         (Finding Overlays): Explain return values when nothing found.
5074         (Width): truncate-string-to-width has added arg.
5075         (Displaying Faces): Clarify and update mode line face handling.
5076         (Face Functions): Minor cleanup.
5077         (Conditional Display): Merge into Other Display Specs.
5078         (Pixel Specification, Other Display Specs): Minor cleanups.
5079         (Images, Image Descriptors): Minor cleanups.
5080         (GIF Images): Patents have expired.
5081         (Showing Images): Explain default text for insert-image.
5082         (Manipulating Button Types): Merge into Manipulating Buttons.
5083         (Making Buttons): Explain return values.
5084         (Button Buffer Commands): Add xref.
5085         (Inverse Video): Update mode-line-inverse-video.
5086         (Display Table Format): Clarify.
5087         (Active Display Table): Give defaults for window-display-table.
5089         * calendar.texi (Calendar Customizing): calendar-holiday-marker
5090         and calendar-today-marker are strings, not chars.
5091         (Holiday Customizing): Minor fix.
5093         * internals.texi (Writing Emacs Primitives): Update `or' example.
5094         Update limit on # args of subr.
5096         * edebug.texi (Using Edebug): Arrow is in fringe.
5097         (Instrumenting): Arg to eval-defun works without loading edebug.
5098         (Edebug Execution Modes): Add xref.
5100         * customize.texi (Common Keywords): Clarify :require.
5101         Mention :version here.
5102         (Variable Definitions, Group Definitions): Not here.
5103         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5105 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
5106         * nonascii.texi (Text Representations): Clarify position-bytes.
5107         (Character Sets): Add list-charset-chars.
5108         (Scanning Charsets): Add charset-after.
5109         (Encoding and I/O): Minor fix.
5111 2005-03-06  Richard M. Stallman  <rms@gnu.org>
5113         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5114         (Resizing Windows): Likewise.
5116         * text.texi (Change Hooks): Get rid of "Emacs 21".
5118         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5120         * streams.texi (Output Variables): Get rid of "Emacs 21".
5122         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5124         * os.texi (Translating Input): Replace flow-control example
5125         with a less obsolete example that uses `keyboard-translate'.
5127         * objects.texi (Hash Table Type, Circular Objects):
5128         Get rid of "Emacs 21".
5130         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5131         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5133         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5135         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5137         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5138         (Menu Bar): Fix when menu-bar-update-hook is called.
5140         * hash.texi (Hash Tables): Get rid of "Emacs 21".
5142         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5143         and make it read better.
5145         * files.texi (Writing to Files): Get rid of "Emacs 21".
5146         (Unique File Names): Likewise.
5148         * elisp.texi: Update Emacs version to 22.
5150         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5151         (Overlay Properties, Face Attributes): Likewise.
5152         (Managing Overlays): Fix punctuation.
5153         (Attribute Functions): Clarify set-face-font; get rid of
5154         info about old Emacs versions.
5155         (Auto Faces, Font Lookup, Display Property, Images):
5156         Get rid of "Emacs 21".
5158         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5160 2005-03-05  Richard M. Stallman  <rms@gnu.org>
5162         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5164 2005-03-04  Lute Kamstra  <lute@gnu.org>
5166         * debugging.texi (Error Debugging): Document stack-trace-on-error.
5168 2005-03-03  Lute Kamstra  <lute@gnu.org>
5170         * edebug.texi (Instrumenting Macro Calls): Fix typo.
5172 2005-03-01  Lute Kamstra  <lute@gnu.org>
5174         * debugging.texi (Debugger Commands): Update `j'.
5176 2005-02-28  Lute Kamstra  <lute@gnu.org>
5178         * debugging.texi (Debugging): Fix typo.
5179         (Error Debugging): Document eval-expression-debug-on-error.
5180         (Function Debugging): Update example.
5181         (Using Debugger): Mention starred stack frames.
5182         (Debugger Commands): Document `j' and `l'.
5183         (Invoking the Debugger): `d' and `j' exit recursive edit too.
5184         Update the messages that the debugger displays.
5185         (Internals of Debugger): Add cross reference.  Update example.
5186         (Excess Open): Minor improvement.
5187         (Excess Close): Minor improvement.
5189 2005-02-26  Richard M. Stallman  <rms@gnu.org>
5191         * tips.texi (Coding Conventions): Clarify.
5192         Put all the major mode key reservations together.
5193         Mention the Mouse-1 => Mouse-2 conventions.
5195         * syntax.texi (Syntax Class Table): Clarify.
5196         (Syntax Table Functions): syntax-after moved from here.
5197         (Syntax Table Internals): syntax-after moved to here.
5198         (Parsing Expressions): Update info on number of values
5199         and what's meaningful in the STATE argument.
5200         (Categories): Fix typo.
5202         * sequences.texi (Arrays): Cleanup.
5203         (Char-Tables): Clarify.
5205         * processes.texi (Deleting Processes): Cleanups, add xref.
5206         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
5207         (Process Information): set-process-coding-system, some args optional.
5208         (Input to Processes): Explain various types for PROCESS args.
5209         Rename them from PROCESS-NAME to PROCESS.
5210         (Signals to Processes): Likewise.
5211         (Decoding Output): Cleanup.
5212         (Query Before Exit): Clarify.
5214         * os.texi (Startup Summary): Correct the options; add missing ones.
5215         (Terminal Output, Batch Mode): Clarify.
5216         (Flow Control): Node deleted.
5218         * markers.texi (The Mark): Clarify.
5220         * macros.texi (Expansion): Cleanup.
5221         (Indenting Macros): indent-spec allows ints, not floats.
5223         * keymaps.texi (Keymaps): Clarify.
5224         (Format of Keymaps): Update lisp-mode-map example.
5225         (Active Keymaps, Key Lookup): Clarify.
5226         (Changing Key Bindings): Add xref to `kbd'.
5227         (Key Binding Commands, Simple Menu Items): Clarify.
5228         (Mouse Menus, Menu Bar): Clarify.
5229         (Menu Example): Replace print example with menu-bar-replace-menu.
5231         * help.texi (Documentation Basics): Add function-documentation prop.
5233         * elisp.texi (Top): Don't refer to Flow Control node.
5235         * commands.texi (Command Overview): Improve xrefs.
5236         (Adjusting Point): Adjusting point applies to intangible and invis.
5237         (Key Sequence Input): Doc extra read-key-sequence args.
5238         Likewise for read-key-sequence-vector.
5240         * backups.texi (Rename or Copy): Minor fix.
5241         (Numbered Backups): For version-control, say the default.
5242         (Auto-Saving): make-auto-save-file-name example is simplified.
5244         * advice.texi (Advising Functions): Don't imply one part of Emacs
5245         should advise another part.  Markup changes.
5246         (Defining Advice): Move transitional para.
5247         (Activation of Advice): Cleanup.
5248         Explain if COMPILE is nil or negative.
5250         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5252 2005-02-24  Lute Kamstra  <lute@gnu.org>
5254         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5255         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5257 2005-02-23  Lute Kamstra  <lute@gnu.org>
5259         * modes.texi (Defining Minor Modes): define-minor-mode can be used
5260         to define global minor modes as well.
5262         * display.texi (Managing Overlays): overlay-buffer returns nil for
5263         deleted overlays.
5265 2005-02-22  Kim F. Storm  <storm@cua.dk>
5267         * minibuf.texi (Basic Completion): Allow symbols in addition to
5268         strings in try-completion and all-completions.
5270 2005-02-14  Lute Kamstra  <lute@gnu.org>
5272         * elisp.texi (Top): Remove reference to deleted node.
5274         * lists.texi (Lists): Remove reference to deleted node.
5275         (Cons Cells): Fix typo.
5277         * loading.texi (Where Defined): Fix typo.
5279 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5281         * variables.texi (Creating Buffer-Local): change-major-mode-hook
5282         is useful for discarding some minor modes.
5284         * symbols.texi (Symbol Components): Reorder examples.
5286         * streams.texi (Input Functions): State standard-input default.
5287         (Output Variables): State standard-output default.
5289         * objects.texi (Printed Representation): Clarify read syntax vs print.
5290         (Floating Point Type): Explain meaning better.
5291         (Symbol Type): Explain uniqueness better.
5292         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
5293         List examples sooner.
5294         (Box Diagrams): New subnode broken out.
5295         Some examples moved from old Lists as Boxes node.
5296         (Dotted Pair Notation): Clarify intro.
5297         (Array Type): Clarify.
5298         (Type Predicates): Add hash-table-p.
5300         * numbers.texi (Integer Basics): Clarify radix explanation.
5301         (Predicates on Numbers): Minor clarification.
5302         (Comparison of Numbers): Minor clarification.  Clarify eql.
5303         Typos in min, max.
5304         (Math Functions): Clarify overflow in expt.
5306         * minibuf.texi (Text from Minibuffer): Minor clarification.
5307         Mention arrow keys.
5309         * loading.texi (Autoload): defun's doc string overrides autoload's
5310         doc string.
5311         (Repeated Loading): Modernize "add to list" examples.
5312         (Where Defined): Finish updating table of load-history elts.
5314         * lists.texi (List-related Predicates): Minor wording improvement.
5315         (Lists as Boxes): Node deleted.
5316         (Building Lists): Explain trivial cases of number-sequence.
5318         * hash.texi (Hash Tables): Add desc to menu items.
5319         (Creating Hash): Explain "full" means "make larger".
5320         (Hash Access): Any object can be a key.
5321         State value of maphash.
5323         * functions.texi (What Is a Function): Wording cleanup.
5324         (Function Documentation): Minor cleanup.
5325         Explain purpose of calling convention at end of doc string.
5326         (Function Names): Wording cleanup.
5327         (Calling Functions): Wording cleanup.
5328         Explain better how funcall calls the function.
5329         (Function Cells): Delete example of saving and redefining function.
5331         * control.texi (Combining Conditions): Wording cleanup.
5332         (Iteration): dolist and dotimes bind VAR locally.
5333         (Cleanups): Xref to Atomic Changes.
5335         * compile.texi (Byte Compilation): Delete 19.29 info.
5336         (Compilation Functions): Macros' difficulties don't affect defsubst.
5337         (Docs and Compilation): Delete 19.29 info.
5339 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5341         * objects.texi (Symbol Type): Minor correction.
5343 2005-02-06  Lute Kamstra  <lute@gnu.org>
5345         * modes.texi (Example Major Modes): Fix typos.
5347 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5349         * text.texi (Margins): fill-nobreak-predicate can be one function.
5351         * strings.texi (Modifying Strings): clear-string can make unibyte.
5352         (Formatting Strings): format gives error if values missing.
5354         * positions.texi (Character Motion): Mention default arg
5355         for forward-char.  backward-char refers to forward-char.
5356         (Word Motion): Mention default arg for forward-word.
5357         (Buffer End Motion): Mention default arg for beginning-of-buffer.
5358         Simplify end-of-buffer.
5359         (Text Lines): Mention default arg for forward-line.
5360         (List Motion): Mention default arg for beginning/end-of-defun.
5361         (Skipping Characters): Minor fixes in explaining character-set.
5363         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5364         Mode inheritance applies only when default-major-mode is nil.
5365         Clarifications.
5366         (Example Major Modes): Update Text mode and Lisp mode examples.
5367         (Minor Mode Conventions): Mention define-minor-mode at top.
5368         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5369         (Mode Line Format): Update mode line face display info.
5370         (Properties in Mode): Mention effect of risky vars.
5371         (Imenu): Define imenu-add-to-menubar.
5372         (Font Lock Mode): Add descriptions to menu lines.
5373         (Faces for Font Lock): Add font-lock-doc-face.
5375 2005-02-05  Lute Kamstra  <lute@gnu.org>
5377         * text.texi (Maintaining Undo): Remove obsolete function.
5379 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5381         * frames.texi (Color Names): Add pointer to the X docs about RGB
5382         color specifications.  Improve indexing
5383         (Text Terminal Colors): Replace the description of RGB values by
5384         an xref to "Color Names".
5386 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5388         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5389         Clarify.
5390         (Selecting Windows): Clarify save-selected-window.
5391         (Cyclic Window Ordering): Clarify walk-windows.
5392         (Window Point): Clarify.
5393         (Window Start): Add comment to example.
5394         (Resizing Windows): Add `interactive' specs in examples.
5395         Document fit-window-to-buffer.
5397         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5398         (Undo, Maintaining Undo): Clarify last change.
5399         (Sorting): In sort-numeric-fields, explain about octal and hex.
5400         Mention sort-numeric-base.
5401         (Format Properties): Add xref for hard newlines.
5403         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5404         (Pop-Up Menus): Fix typo.
5405         (Color Names): Explain all types of color names.
5406         Explain color-values on B&W terminal.
5407         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
5409         * files.texi (File Locks): Not supported on MS systems.
5410         (Testing Accessibility): Clarify.
5412         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5413         (Coverage Testing): Fix typo.
5415         * commands.texi (Misc Events): Remove stray space.
5417         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5418         (Modification Time): Clarify when visited-file-modtime returns 0.
5419         (The Buffer List): Clarify bury-buffer.
5420         (Killing Buffers): Clarify.
5421         (Indirect Buffers): Add clone-indirect-buffer.
5423 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
5425         * edebug.texi (Printing in Edebug): Fix default value of
5426         edebug-print-circle.
5427         (Coverage Testing): Fix displayed frequency count data.
5429 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5431         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5433 2005-02-02  Kim F. Storm  <storm@cua.dk>
5435         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5437 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5439         * commands.texi (Misc Events): Describe the help-echo event.
5441         * text.texi (Special Properties) <help-echo>: Use `pos'
5442         consistently in description of the help-echo property.
5443         Use @code{nil} instead of @var{nil}.
5445         * display.texi (Overlay Properties): Fix the index entry for
5446         help-echo overlay property.
5448         * customize.texi (Type Keywords): Uncomment the xref to the
5449         help-echo property documentation.
5451 2005-01-23  Kim F. Storm  <storm@cua.dk>
5453         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5454         return value.  Third element FULLY replaced by PARTIAL which
5455         specifies number of invisible pixels if row is only partially visible.
5456         (Textual Scrolling): Mention auto-window-vscroll.
5457         (Vertical Scrolling): New defvar auto-window-vscroll.
5459 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5461         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5462         command remapping.
5464 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5466         * display.texi (Defining Images): Mention DATA-P arg of create-image.
5468 2005-01-14  Kim F. Storm  <storm@cua.dk>
5470         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5472         * text.texi (Links and Mouse-1): Fix string and vector item.
5474 2005-01-13  Richard M. Stallman  <rms@gnu.org>
5476         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5477         descriptions of overriding-local-map and overriding-terminal-local-map.
5479         * text.texi (Links and Mouse-1): Clarify text.
5481 2005-01-13  Kim F. Storm  <storm@cua.dk>
5483         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5485 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
5487         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5489 2005-01-12  Kim F. Storm  <storm@cua.dk>
5491         * text.texi (Links and Mouse-1): Rename section from Enabling
5492         Mouse-1 to Following Links.  Change xrefs.
5493         Add examples for define-button-type and define-widget.
5495         * display.texi (Button Properties, Button Buffer Commands):
5496         Clarify mouse-1 and follow-link functionality.
5498 2005-01-12  Richard M. Stallman  <rms@gnu.org>
5500         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5502         * display.texi (Beeping): Fix Texinfo usage.
5504         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5506 2005-01-11  Kim F. Storm  <storm@cua.dk>
5508         * display.texi (Button Properties, Button Buffer Commands):
5509         Mention mouse-1 binding.  Add follow-link keyword.
5511         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5512         (Enabling Mouse-1 to Follow Links): New subsection.
5514 2005-01-06  Richard M. Stallman  <rms@gnu.org>
5516         * text.texi (Special Properties): Minor change.
5518         * os.texi (Timers): Clarify previous change.
5520         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5522 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
5524         * display.texi (Face Attributes): Correct xref to renamed node.
5526 2005-01-01  Richard M. Stallman  <rms@gnu.org>
5528         * display.texi (Face Attributes): Describe hex color specs.
5530 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5532         * os.texi (Timers): Update previous change.
5534 2004-12-30  Kim F. Storm  <storm@cua.dk>
5536         * display.texi (Line Height): Total line-height is now specified
5537         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
5538         in cons cells.  (nil . RATIO) is relative to actual line height.
5539         Use line-height `t' instead of `0' to get minimum height.
5541 2004-12-29  Richard M. Stallman  <rms@gnu.org>
5543         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5545 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5547         * commands.texi (Quitting): Clarify value of with-local-quit.
5549         * elisp.texi (Top): Fix previous change.
5551         * loading.texi (Loading): Fix previous change.
5553 2004-12-27  Richard M. Stallman  <rms@gnu.org>
5555         * Makefile.in (MAKEINFO): Specify --force.
5557         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5559         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5561         * display.texi (Line Height): Further clarify.
5563         * elisp.texi (Top): Update Loading submenu.
5565         * loading.texi (Where Defined): New node.
5566         (Unloading): load-history moved to Where Defined.
5568 2004-12-21  Richard M. Stallman  <rms@gnu.org>
5570         * commands.texi (Event Input Misc): Add while-no-input.
5572 2004-12-11  Richard M. Stallman  <rms@gnu.org>
5574         * display.texi (Line Height): Rewrite text for clarity.
5576 2004-12-11  Kim F. Storm  <storm@cua.dk>
5578         * display.texi (Display): Add node "Line Height" to menu.
5579         (Line Height): New node.  Move full description of line-spacing
5580         and line-height text properties here from text.texi.
5581         (Scroll Bars): Add vertical-scroll-bar variable.
5583         * frames.texi (Window Frame Parameters): Remove line-height defvar.
5585         * locals.texi (Standard Buffer-Local Variables): Fix xref for
5586         line-spacing and vertical-scroll-bar.
5588         * text.texi (Special Properties): Just mention line-spacing and
5589         line-height here, add xref to new "Line Height" node.
5591 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
5593         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5595         * locals.texi (Standard Buffer-Local Variables):
5596         Add @xref for `line-spacing'.
5598 2004-12-05  Richard M. Stallman  <rms@gnu.org>
5600         * Makefile.in (maintainer-clean): Remove the info files
5601         in $(infodir) where they are created.
5603 2004-12-03  Richard M. Stallman  <rms@gnu.org>
5605         * windows.texi (Selecting Windows): get-lru-window and
5606         get-largest-window don't consider dedicated windows.
5608         * text.texi (Undo): Document undo-in-progress.
5610 2004-11-26  Richard M. Stallman  <rms@gnu.org>
5612         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5613         Remove a few vars that are not always buffer-local.
5615 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
5617         * locals.texi (Standard Buffer-Local Variables): Comment out
5618         xref's to non-existent node `Yet to be written'.
5620 2004-11-24  Richard M. Stallman  <rms@gnu.org>
5622         * processes.texi (Synchronous Processes): Grammar fix.
5624         * numbers.texi (Comparison of Numbers): Add eql.
5626         * locals.texi (Standard Buffer-Local Variables): Add many vars.
5628         * intro.texi (Printing Notation): Fix previous change.
5630         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5631         and default-indicate-buffer-boundaries from here.
5632         (Usual Display): To here.
5633         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5634         (Usual Display): Move tab-width up.
5636         * customize.texi (Variable Definitions): Replace
5637         show-paren-mode example with tooltip-mode.
5638         (Simple Types, Composite Types, Defining New Types):
5639         Minor cleanups.
5641 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
5643         * processes.texi (Synchronous Processes, Output from Processes):
5644         Markup fix.
5646 2004-11-20  Richard M. Stallman  <rms@gnu.org>
5648         * positions.texi (Skipping Characters): skip-chars-forward
5649         now handles char classes.
5651         * intro.texi (Printing Notation): Avoid confusion of `print'
5652         when explaining @print.
5654         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5656         * display.texi (Display Table Format): Minor fix.
5658         * streams.texi (Output Functions): Fix print example.
5660         * Makefile.in (elisp): New target.
5661         (dist): Depend on $(infodir)/elisp, not elisp.
5662         Copy the info files from $(infodir).
5664         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5665         read-from-minibuffer.
5667         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5669 2004-11-19  Richard M. Stallman  <rms@gnu.org>
5671         * searching.texi (Regexp Search): Add search-whitespace-regexp.
5673 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
5675         * tips.texi (Coding Conventions): Fix typo.
5677 2004-11-16  Richard M. Stallman  <rms@gnu.org>
5679         * tips.texi (Coding Conventions): Separate defvar and require
5680         methods to avoid warnings.  Use require only when there are many
5681         functions and variables from that package.
5683         * minibuf.texi (Minibuffer Completion): When ignoring case,
5684         predicate must not be case-sensitive.
5686         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5687         (Test Coverage): Don't talk about "splotches".  Clarified.
5689 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
5691         * frames.texi (Window Frame Parameters): Fix typo.
5693 2004-11-15  Kim F. Storm  <storm@cua.dk>
5695         * symbols.texi (Other Plists): Note that plist-get may signal error.
5696         Add safe-plist-get.
5698 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5700         * modes.texi (Font Lock Basics): Fix typo.
5702 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5704         * syntax.texi (Syntax Table Functions): Add syntax-after.
5706 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
5708         * os.texi (Processor Run Time): New section documenting
5709         get-internal-run-time.
5711 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5713         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5714         it nukes elisp-cover.texi.
5715         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5716         elisp-0 etc.
5718 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5720         * commands.texi (Keyboard Macros): Document `append' return value
5721         of `defining-kbd-macro'.
5723 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5725         * commands.texi (Interactive Call): Add called-interactively-p.
5727 2004-10-29  Simon Josefsson  <jas@extundo.com>
5729         * minibuf.texi (Reading a Password): Revert.
5731 2004-10-28  Richard M. Stallman  <rms@gnu.org>
5733         * frames.texi (Display Feature Testing): Explain about "vendor".
5735 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5737         * commands.texi (Interactive Codes): `N' uses numeric prefix,
5738         not raw.  Clarify `n'.
5739         (Interactive Call): Rewrite interactive-p, focusing on when
5740         and how to use it.
5741         (Misc Events): Clarify previous change.
5743         * advice.texi (Simple Advice): Clarify what job the example does.
5744         (Around-Advice): Clarify ad-do-it.
5745         (Activation of Advice): An option of ad-default-compilation-action
5746         is `never', not `nil'.
5748 2004-10-26  Kim F. Storm  <storm@cua.dk>
5750         * commands.texi (Interactive Codes): Add U code letter.
5752 2004-10-25  Simon Josefsson  <jas@extundo.com>
5754         * minibuf.texi (Reading a Password): Add.
5756 2004-10-24  Jason Rumney  <jasonr@gnu.org>
5758         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
5759         and wheel-down.
5761 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5763         * processes.texi (Synchronous Processes): Document process-file.
5765 2004-10-22  Kenichi Handa  <handa@m17n.org>
5767         * text.texi (translate-region): Document that it accepts also a
5768         char-table.
5770 2004-10-22  David Ponce  <david@dponce.com>
5772         * windows.texi (Resizing Windows): Document the `preserve-before'
5773         argument of the functions `enlarge-window' and `shrink-window'.
5775 2004-10-19  Jason Rumney  <jasonr@gnu.org>
5777         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5779 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5781         * text.texi (Filling): Add anchor for definition of
5782         `sentence-end-double-space'.
5784         * searching.texi (Regexp Example): Update description of how
5785         Emacs currently recognizes the end of a sentence.
5786         (Standard Regexps): Update definition of the variable
5787         `sentence-end'.  Add definition of the function `sentence-end'.
5789 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
5791         * display.texi (Progress): New node.
5793 2004-10-05  Kim F. Storm  <storm@cua.dk>
5795         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5797 2004-09-29  Kim F. Storm  <storm@cua.dk>
5799         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5800         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
5801         fringe bitmap symbols, as they now have their own namespace.
5802         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5803         vs. pixels.  Signal error if no free bitmap slots.
5804         (Pixel Specification): Change IMAGE to @var{image}.
5806 2004-09-28  Richard M. Stallman  <rms@gnu.org>
5808         * text.texi (Special Properties): Clarify line-spacing and line-height.
5810         * searching.texi (Regexp Search): Add looking-back.
5812 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
5814         * display.texi: Correct typos.
5815         (Image Descriptors): Correct xref's.
5817 2004-09-25  Richard M. Stallman  <rms@gnu.org>
5819         * text.texi (Special Properties): Cleanups in `cursor'.
5820         Rewrites in `line-height' and `line-spacing'; exchange them.
5822         * display.texi (Fringes): Rewrite previous change.
5823         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
5824         (Display Fringe Bitmaps): Node deleted, text moved.
5825         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
5826         (Scroll Bars): Clarify set-window-scroll-bars.
5827         (Pointer Shape): Rewrite.
5828         (Specified Space): Clarify :align-to, etc.
5829         (Pixel Specification): Use @var.  Clarify new text.
5830         (Other Display Specs): Clarify `slice'.
5831         (Image Descriptors): Cleanups.
5832         (Showing Images): Cleanups.
5834 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5836         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5838         * modes.texi: Various minor changes in addition to:
5839         (Major Mode Conventions): Final call to `run-mode-hooks' should
5840         not be inside the `delay-mode-hooks' form.
5841         (Mode Hooks): New node.
5842         (Hooks): Delete obsolete example.
5843         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5844         node "Mode Hooks".
5846 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
5848         * display.texi: Correct various typos.
5849         (Display): Rename node "Pointer Shapes" to "Pointer
5850         Shape".  (There is already a node called "Pointer Shapes" in
5851         frames.texi.)
5852         (Images): Remove non-existent node "Image Slices" from menu.
5854 2004-09-23  Kim F. Storm  <storm@cua.dk>
5856         * text.texi (Special Properties): Add `cursor', `pointer',
5857         `line-height', and `line-spacing' properties.
5859         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5860         Shapes' to menu.
5861         (Standard Faces): Doc fix for fringe face.
5862         (Fringes): Add `overflow-newline-into-fringe' and
5863         'indicate-buffer-boundaries'.
5864         (Fringe Bitmaps, Pointer Shapes): New nodes.
5865         (Display Property): Add 'Pixel Specification' and 'Display Fringe
5866         Bitmaps' to menu.
5867         (Specified Space): Describe pixel width and height.
5868         (Pixel Specification): New node.
5869         (Other Display Specs): Add `slice' property.
5870         (Display Fringe Bitmaps): New node.
5871         (Images): Add 'Image Slices' to menu.
5872         (Image Descriptors): Add `:pointer' and `:map' properties.
5873         (Showing Images): Add slice arg to `insert-image'.  Add
5874         'insert-sliced-image'.
5876 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5878         * commands.texi (Key Sequence Input):
5879         Clarify downcasing in read-key-sequence.
5881 2004-09-08  Juri Linkov  <juri@jurta.org>
5883         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5885 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
5887         * locals.texi (Standard Buffer-Local Variables): Add
5888         `buffer-auto-save-file-format'.
5889         * internals.texi (Buffer Internals): Describe new
5890         auto_save_file_format field of the buffer structure.
5891         * files.texi (Format Conversion): `auto-save-file-format' has been
5892         renamed `buffer-auto-save-file-format'.
5894 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
5896         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5897         an integer or a marker.
5898         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5900 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5902         * modes.texi (Major Mode Conventions): Discuss rebinding of
5903         standard key bindings.
5905 2004-08-18  Kim F. Storm  <storm@cua.dk>
5907         * processes.texi (Accepting Output): Add `just-this-one' arg to
5908         `accept-process-output'.
5909         (Output from Processes): New var `process-adaptive-read-buffering'.
5911 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5913         * keymaps.texi: Various changes in addition to:
5914         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5915         Give more varied examples for `kbd'.
5916         (Creating Keymaps): Char tables have slots for all characters
5917         without modifiers.
5918         (Active Keymaps): `overriding-local-map' and
5919         `overriding-terminal-local-map' also override text property and
5920         overlay keymaps.
5921         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5922         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5923         to denote a prefix of no events.
5924         `map-keymap' includes parent's bindings _recursively_.
5925         Clarify and correct description of `where-is-internal'.
5926         Mention BUFFER-OR-NAME arg to `describe-bindings'.
5927         (Menu Example): For menus intended for use with the keyboard, the
5928         menu items should be bound to characters or real function keys.
5930 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5932         * objects.texi (Character Type): Reposition `@anchor' to prevent
5933         double space inside sentence in Info.
5935         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5936         renamed to `disabled-command-function'.
5937         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5938         (Command Loop Info): Replace reference to it.
5939         (Disabling Commands): `disabled-command-hook' has been renamed to
5940         `disabled-command-function'.
5942 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
5944         * os.texi (Translating Input): Only non-prefix bindings in
5945         `key-translation-map' override actual key bindings.  Warn about
5946         possible indirect effect of actual key bindings on non-prefix
5947         bindings in `key-translation-map'.
5949 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5951         * minibuf.texi (High-Level Completion): Add anchor for definition
5952         of `read-variable'.
5954         * commands.texi: Various changes in addition to:
5955         (Using Interactive): Clarify description of `interactive-form'.
5956         (Interactive Call): Mention default for KEYS argument to
5957         `call-interactively'.
5958         (Command Loop Info): Clarify description of `this-command-keys'.
5959         Mention KEEP-RECORD argument to `clear-this-command-keys'.
5960         Value of `last-event-frame' can be `macro'.
5961         (Repeat Events): `double-click-fuzz' is also used to distinguish
5962         clicks and drags.
5963         (Classifying Events): Clarify descriptions of `event-modifiers'
5964         `event-basic-type' and `event-convert-list'.
5965         (Accessing Events): `posn-timestamp' takes POSITION argument.
5966         (Quoted Character Input): Clarify description of
5967         `read-quoted-char' and fix example.
5968         (Quitting): Add `with-local-quit'.
5969         (Disabling Commands): Correct and clarify descriptions of
5970         `enable-command' and `disable-command'.
5971         Mention what happens if `disabled-command-hook' is nil.
5972         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5973         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5975 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5977         * frames.texi: Various changes in addition to:
5978         (Creating Frames): Expand and clarify description of `make-frame'.
5979         (Window Frame Parameters): Either none or both of the `icon-left'
5980         and `icon-top' parameters must be specified.  Put descriptions of
5981         `menu-bar-lines' and `toolbar-lines' closer together and change
5982         them accordingly.
5983         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5984         except while processing `frame-title-format' or `icon-title-format'.
5985         (Deleting Frames): Correct description of `delete-frame'.
5986         Non-nil return values of `frame-live-p' are like those of `framep'.
5987         (Frames and Windows): Mention return value of
5988         `set-frame-selected-window'.
5989         (Visibility of Frames): Mention `force' argument to
5990         `make-frame-invisible'.  `frame-visible-p' returns t for all
5991         frames on text-only terminals.
5992         (Frame Configurations): Restoring a frame configuration does not
5993         restore deleted frames.
5994         (Window System Selections): `x-set-selection' returns DATA.
5995         (Resources): Add example.
5996         (Display Feature Testing): Clarify descriptions of
5997         `display-pixel-height', `display-pixel-width', `x-server-version'
5998         and `x-server-vendor'.
6000         * windows.texi (Choosing Window): Add anchor.
6001         * minibuf.texi (Minibuffer Misc): Add anchor.
6003 2004-07-23  John Paul Wallington  <jpw@gnu.org>
6005         * macros.texi (Defining Macros): Declaration keyword for setting
6006         Edebug spec is `debug' not `edebug'.
6008 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
6010         * windows.texi: Various small changes in addition to:
6011         (Window Point): Mention return value of `set-window-point'.
6012         (Window Start): `pos-visible-in-window-p' disregards horizontal
6013         scrolling.  Explain return value if PARTIALLY is non-nil.
6014         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6015         and `set-window-vscroll'.
6016         (Size of Window): The argument WINDOW to `window-inside-edges',
6017         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6018         (Resizing Windows): Explain return value of
6019         `shrink-window-if-larger-than-buffer'.
6020         `window-size-fixed' automatically becomes buffer local when set.
6021         (Window Configurations): Explain return value of
6022         `set-window-configuration'.
6024         * minibuf.texi (Minibuffer Misc): Add anchor for
6025         `minibuffer-scroll-window'.
6027         * positions.texi (Text Lines): Add anchor for `count-lines'.
6029 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6031         * display.texi (Overlay Properties): Adding `evaporate' prop
6032         deletes empty overlay immediately.
6034         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6035         fix example.
6037 2004-07-16  Jim Blandy  <jimb@redhat.com>
6039         * searching.texi (Regexp Backslash): Document new \_< and \_>
6040         operators.
6042 2004-07-16  Juanma Barranquero  <lektu@terra.es>
6044         * display.texi (Images): Fix Texinfo usage.
6046 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6048         * buffers.texi (Modification Time): `visited-file-modtime' now
6049         returns a list of two integers, instead of a cons.
6051 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6053         * windows.texi: Various changes in addition to:
6054         (Splitting Windows): Add `split-window-keep-point'.
6056 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6058         * frames.texi (Input Focus): Minor fix.
6060 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6062         * frames.texi (Input Focus): Clarify descriptions of
6063         `select-frame-set-input-focus' and `select-frame'.
6065 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
6067         * os.texi: Various small changes in addition to:
6068         (Killing Emacs): Expand and clarify description of
6069         `kill-emacs-query-functions' and `kill-emacs-hook'.
6070         (System Environment): Expand and clarify description of `getenv'
6071         and `setenv'.
6072         (Timers): Clarify description of `run-at-time'.
6073         (Translating Input): Correct description of
6074         `extra-keyboard-modifiers'.
6075         (Flow Control): Correct description of `enable-flow-control'.
6077 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
6079         * os.texi: Update copyright.
6080         (Session Management): Grammar fix.
6081         Clarify which Emacs does the restarting.
6082         Use @samp for *scratch* buffer.
6084 2004-07-04  Alan Mackenzie  <acm@muc.de>
6086         * frames.texi (Input Focus): Add documentation for
6087         `select-frame-set-input-focus'.  Replace refs to non-existent
6088         `switch-frame' with `select-frame'.  Minor corrections and tidying
6089         up of text-only terminal stuff.
6091 2004-07-02  Richard M. Stallman  <rms@gnu.org>
6093         * files.texi (Saving Buffers): Cleanup write-contents-function.
6094         (Magic File Names): Cleanup file-remote-p.
6096 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
6098         * files.texi (Magic File Names): `file-remote-p' returns an
6099         identifier of the remote system, not just t.
6101 2004-07-02  David Kastrup  <dak@gnu.org>
6103         * searching.texi (Entire Match Data): Add explanation about new
6104         match-data behavior when @var{integers} is non-nil.
6106 2004-06-24  Richard M. Stallman  <rms@gnu.org>
6108         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6110         * customize.texi (Variable Definitions): Note about doc strings
6111         and :set.
6113         * keymaps.texi (Keymap Terminology): Document `kbd'.
6114         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6116         * display.texi (Invisible Text): Setting buffer-invisibility-spec
6117         makes it buffer-local.
6119         * files.texi (Saving Buffers): Correct previous change.
6121         * commands.texi (Accessing Events):
6122         Clarify posn-col-row and posn-actual-col-row.
6124 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
6126         * commands.texi (Accessing Events): New functions
6127         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
6129 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6131         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6132         * frames.texi, buffers.texi, backups.texi, variables.texi:
6133         * loading.texi, eval.texi, functions.texi, control.texi:
6134         * symbols.texi, minibuf.texi: Reposition @anchor's.
6136         * help.texi: Various small changes in addition to the following.
6137         (Describing Characters): Describe PREFIX argument to
6138         `key-description'.  Correct and clarify definition of
6139         `text-char-description'.  Describe NEED-VECTOR argument to
6140         `read-kbd-macro'.
6141         (Help Functions): Clarify definition of `apropos'.
6143 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
6145         * files.texi (Saving Buffers): Correct description of
6146         `write-contents-functions'.
6148 2004-06-21  Juanma Barranquero  <lektu@terra.es>
6150         * display.texi (Images): Remove redundant @vindex directives.
6151         Rewrite `image-library-alist' doc in active voice.
6153 2004-06-14  Juanma Barranquero  <lektu@terra.es>
6155         * display.texi (Images): Document new delayed library loading,
6156         variable `image-library-alist' and (existing but undocumented)
6157         function `image-type-available-p'.
6159 2004-06-05  Richard M. Stallman  <rms@gnu.org>
6161         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6162         refer the user to the Initial Input node.
6163         (Text from Minibuffer): Likewise.
6164         (Initial Input): New node.  Document this feature
6165         and say it is mostly deprecated.
6167 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6169         * loading.texi (Named Features): Clarify return value
6170         and meaning of NOERROR.
6172         * variables.texi (File Local Variables): Minor cleanup.
6174 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6176         * files.texi (Magic File Names): Add `file-remote-p' as operation
6177         of file name handlers.
6179 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6181         * modes.texi (Minor Mode Conventions): (-) has no special meaning
6182         as arg to a minor mode command.
6184 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6186         * syntax.texi (Syntax Class Table): Word syntax not just for English.
6188         * streams.texi (Output Variables): Doc float-output-format.
6190         * searching.texi (Regexp Special): Nested repetition can be infloop.
6192         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6193         real stack overflow.
6195         * compile.texi: Minor cleanups.
6197 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
6199         * lists.texi (Cons Cells): Explain dotted lists, true lists,
6200         circular lists.
6201         (List Elements): Explain handling of circular and dotted lists.
6203 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
6205         * modes.texi (Search-based Fontification): Fix typo.
6207 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6209         * modes.texi (Mode Line Variables): Fix description of
6210         global-mode-string, which is now after which-func-mode, not the
6211         buffer name.
6213 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6215         * modes.texi (Desktop Save Mode): Add.
6216         (Modes): Add menu entry Desktop Save Mode.
6218         * hooks.texi: Add desktop-after-read-hook,
6219         desktop-no-desktop-file-hook and desktop-save-hook.
6221         * locals.texi: Add desktop-save-buffer.
6223 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
6225         * display.texi: emacs -> Emacs.
6227 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6229         * files.texi (Changing Files): Document set-file-times.
6231 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6233         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6235 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
6237         * tips.texi (Coding Conventions): defopt -> defcustom.
6239 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
6241         * sequences.texi: Various clarifications.
6243 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
6245         * buffers.texi (Read Only Buffers): Mention optional ARG to
6246         `toggle-read-only'.
6248 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
6250         * windows.texi (Selecting Windows): Note that get-lru-window
6251         returns a full-width window if possible.
6253 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6255         * buffers.texi: Various changes in addition to:
6256         (Buffer File Name): Add `find-buffer-visiting'.
6257         (Buffer Modification): Mention optional ARG to `not-modified'.
6258         (Indirect Buffers): Mention optional CLONE argument to
6259         `make-indirect-buffer'.
6261         * files.texi: Various changes in addition to:
6262         (Visiting Functions): `find-file-hook' is now a normal hook.
6263         (File Name Expansion): Explain difference between the way that
6264         `expand-file-name' and `file-truename' treat `..'.
6265         (Contents of Directories): Mention optional ID-FORMAT argument to
6266         `directory-files-and-attributes'.
6267         (Format Conversion): Mention new optional CONFIRM argument to
6268         `format-write-file'.
6270 2004-04-12  Miles Bader  <miles@gnu.org>
6272         * macros.texi (Expansion): Add description of `macroexpand-all'.
6274 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
6276         * variables.texi (Variable Aliases): Mention
6277         cyclic-variable-indirection.
6279         * errors.texi (Standard Errors): Ditto.
6281 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6283         * backups.texi: Various small changes in addition to:
6284         (Making Backups): Mention return value of `backup-buffer'.
6285         (Auto-Saving): Mention optional FORCE argument to
6286         `delete-auto-save-file-if-necessary'.
6287         (Reverting): Mention optional PRESERVE-MODES argument to
6288         `revert-buffer'.  Correct description of `revert-buffer-function'.
6290 2004-03-22  Juri Linkov  <juri@jurta.org>
6292         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6293         with `Vector Functions'.
6295         * text.texi (Sorting): Add missing quote.
6297 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
6299         * intro.texi (Lisp History): Replace xref to `cl' manual with
6300         inforef.
6302 2004-03-12  Richard M. Stallman  <rms@gnu.org>
6304         * intro.texi (Version Info): Add arg to emacs-version.
6305         (Lisp History): Change xref to CL manual.
6307 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
6309         * minibuf.texi (Completion Commands): Add xref to Emacs manual
6310         for Partial Completion mode.
6312 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
6314         * customize.texi: Fix typo.  Remove eol whitespace.
6316 2004-03-04  Richard M. Stallman  <rms@gnu.org>
6318         * processes.texi: Fix typos.
6320         * lists.texi (Building Lists): Minor clarification.
6322         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6323         in make-hash-table.
6325 2004-02-29  Juanma Barranquero  <lektu@terra.es>
6327         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6328         rm, and ignore exit code.
6330 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
6332         * display.texi (Defining Faces): Add description for min-colors.
6333         Update example.
6335 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
6337         * abbrevs.texi: Various corrections and clarifications in addition
6338         to the following:
6339         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6341 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6343         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6345 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
6347         * text.texi: Various small changes in addition to the following:
6348         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6349         to delete-horizontal-space.
6350         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6351         description of yank-handler text property at various places.
6353         * frames.texi (Window System Selections): Add anchor.
6355         * syntax.texi (Syntax Table Functions): Clarify and correct
6356         descriptions of make-syntax-table and copy-syntax-table.
6357         (Motion and Syntax): Clarify SYNTAXES argument to
6358         skip-syntax-forward.
6359         (Parsing Expressions): Mention that the return value of
6360         parse-partial-sexp is currently a list of ten rather than nine
6361         elements.
6362         (Categories): Various corrections and clarifications.
6364 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
6366         * markers.texi (Marker Insertion Types): Minor change.
6368         * locals.texi (Standard Buffer-Local Variables):
6369         * commands.texi (Interactive Codes, Using Interactive):
6370         * functions.texi (Related Topics): Fix xrefs.
6372 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
6374         * lists.texi (Sets And Lists): Update description of delete-dups.
6376 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6378         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6380 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
6382         * frames.texi (Parameter Access): frame-parameters arg is optional.
6383         modify-frame-parameters handles nil for FRAME.
6384         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6385         are all-or-nothing for certain toolkits.
6386         Mention parameter wait-for-wm.
6387         (Frames and Windows): In frame-first-window and frame-selected-window
6388         the arg is optional.
6389         (Input Focus): In redirect-frame-focus the second arg is optional.
6390         (Window System Selections): Mention selection type CLIPBOARD.
6391         Mention data-type UTF8_STRING.
6392         Mention numbering of cut buffers.
6393         (Resources): Describe x-resource-name.
6395 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6397         * windows.texi (Buffers and Windows): Delete false table
6398         about all-frames.
6400         * syntax.texi (Parsing Expressions): Delete old caveat
6401         about parse-sexp-ignore-comments.
6403         * streams.texi (Output Variables): Add print-quoted.
6405         * lists.texi (Building Lists): Minor cleanup.
6407         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6409         * display.texi (Overlays): Explain overlays use markers.
6410         (Managing Overlays): Explain front-advance and rear-advance
6411         in more detail.
6413         * loading.texi (Unloading): Document unload-feature-special-hooks.
6414         Get rid of fns-NNN.el file.
6416 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
6418         * help.texi (Describing Characters): Fix text-char-description
6419         example output.
6421         * edebug.texi (Using Edebug): Fix example.
6423         * debugging.texi (Internals of Debugger): Fix return value.
6425         * files.texi (Changing Files): Fix argname.
6427         * calendar.texi: Fix parens, and default values.
6429         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6430         * nonascii.texi, objects.texi, os.texi: Minor fixes.
6431         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
6433         * positions.texi (Text Lines): Don't add -1 in current-line.
6435 2004-02-16  Richard M. Stallman  <rms@gnu.org>
6437         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6439 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6441         * processes.texi (Low-Level Network): Fix a typo.
6443 2004-02-12  Kim F. Storm  <storm@cua.dk>
6445         * display.texi (Fringes): Use consistent wording.
6446         Note that window-fringe's window arg is optional.
6447         (Scroll Bars): Use consistent wording.
6449 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
6451         * tips.texi (Comment Tips): Document the new conventions for
6452         commenting out code.
6454 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
6456         * positions.texi (Text Lines): Added missing end defun.
6458 2004-02-07  Kim F. Storm  <storm@cua.dk>
6460         * positions.texi (Text Lines): Add line-number-at-pos.
6462 2004-02-06  John Paul Wallington  <jpw@gnu.org>
6464         * display.texi (Button Properties, Button Buffer Commands):
6465         mouse-2 invokes button, not down-mouse-1.
6467 2004-02-04  Jason Rumney  <jasonr@gnu.org>
6469         * makefile.w32-in: Sync with Makefile.in changes.
6471 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
6473         * minibuf.texi (Text from Minibuffer): Various corrections and
6474         clarifications.
6475         (Object from Minibuffer): Correct Lisp description of
6476         read-minibuffer.
6477         (Minibuffer History): Clarify description of cons values for
6478         HISTORY arguments.
6479         (Basic Completion): Various corrections and clarifications.  Add
6480         completion-regexp-list.
6481         (Minibuffer Completion): Correct and clarify description of
6482         completing-read.
6483         (Completion Commands): Mention Partial Completion mode.  Various
6484         other minor changes.
6485         (High-Level Completion): Various corrections and clarifications.
6486         (Reading File Names): Ditto.
6487         (Minibuffer Misc): Ditto.
6489 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
6491         * strings.texi (Text Comparison): assoc-string also matches
6492         elements of alists that are strings instead of conses.
6493         (Formatting Strings): Standardize Texinfo usage.  Update index
6494         entries.
6496 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
6498         * lists.texi (Sets And Lists): Add delete-dups.
6500 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
6502         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6503         special form.
6504         * macros.texi (Defining Macros): Update description of `declare',
6505         which now is a macro.
6506         (Wrong Time): Fix typos.
6508 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6510         * compile.texi (Compilation Functions): Expand descriptions of
6511         `compile-defun', `byte-compile-file', `byte-recompile-directory'
6512         and `batch-byte-compile'.  In particular, mention and describe
6513         all optional arguments.
6514         (Disassembly): Correct and clarify the description of `disassemble'.
6516 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6518         * searching.texi: Various small changes in addition to the
6519         following.
6520         (Regexp Example): Adapt to new value of `sentence-end'.
6521         (Regexp Functions): The PAREN argument to `regexp-opt' can be
6522         `words'.
6523         (Search and Replace): Add usage note for `perform-replace'.
6524         (Entire Match Data): Mention INTEGERS and REUSE arguments to
6525         `match-data'.
6526         (Standard Regexps): Update for new values of `paragraph-start'
6527         and `sentence-end'.
6529 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
6531         * files.texi (Saving Buffers): Clarify descriptions of
6532         `write-contents-functions' and `before-save-hook'.
6533         Make the defvar's for `before-save-hook' and `after-save-hook'
6534         into defopt's.
6536 2004-01-07  Kim F. Storm  <storm@cua.dk>
6538         * commands.texi (Click Events): Describe new image and
6539         width/height elements of click events.
6540         (Accessing Events): Add posn-string, posn-image, and
6541         posn-object-width-height.  Change posn-object to return either
6542         image or string object.
6544 2004-01-01  Simon Josefsson  <jas@extundo.com>
6546         * hooks.texi (Standard Hooks): Add before-save-hook.
6547         * files.texi (Saving Buffers): Likewise.
6549 2004-01-03  Richard M. Stallman  <rms@gnu.org>
6551         * frames.texi (Frames and Windows): Delete frame-root-window.
6553 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6555         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6557         * functions.texi: Various small changes in addition to the
6558         following.
6559         (What Is a Function): `functionp' returns nil for macros.  Clarify
6560         behavior of this and following functions for symbol arguments.
6561         (Function Documentation): Add `\' in front of (fn @var{arglist})
6562         and explain why.
6563         (Defining Functions): Mention DOCSTRING argument to `defalias'.
6564         Add anchor.
6565         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
6567 2004-01-01  Miles Bader  <miles@gnu.org>
6569         * display.texi (Buttons): New section.
6571 2003-12-31  Andreas Schwab  <schwab@suse.de>
6573         * numbers.texi (Math Functions): sqrt reports a domain-error
6574         error.
6575         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6577 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6579         * tips.texi (Documentation Tips): Update item on hyperlinks in
6580         documentation strings.
6582         * errors.texi (Standard Errors): Various small corrections and
6583         additions.
6585         * control.texi: Various small changes in addition to the
6586         following.
6587         (Signaling Errors): Provide some more details on how `signal'
6588         constructs the error message.  Add anchor to the definition of
6589         `signal'.
6590         (Error Symbols): Describe special treatment of `quit'.
6591         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6592         to emphasize that it has to be a single form.
6594         * buffers.texi: Add anchor.
6596 2003-12-29  Richard M. Stallman  <rms@gnu.org>
6598         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6599         (Window Configurations): Add window-configuration-frame.
6601         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6603         * text.texi (Examining Properties): Add get-char-property-and-overlay.
6604         Change arg name in get-char-property.
6605         (Special Properties): Update handling of keymap property.
6607         * strings.texi (Modifying Strings): Add clear-string.
6608         (Text Comparison): Add assoc-string and remove
6609         assoc-ignore-case, assoc-ignore-representation.
6611         * os.texi (Time of Day): Add set-time-zone-rule.
6613         * numbers.texi (Math Functions): asin, acos, log, log10
6614         report domain-error errors.
6616         * nonascii.texi (Converting Representations):
6617         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6618         (Encoding and I/O): Add file-name-coding-system.
6620         * modes.texi (Search-based Fontification): Explain that
6621         face specs are symbols with face names as values.
6623         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6625         * lists.texi (Building Lists): remq moved elsewhere.
6626         (Sets And Lists): remq moved here.
6627         (Association Lists): Refer to assoc-string.
6629         * internals.texi (Garbage Collection): Add memory-use-counts.
6631         * frames.texi (Frames and Windows): Add set-frame-selected-window
6632         and frame-root-window.
6634         * files.texi (Contents of Directories):
6635         Add directory-files-and-attributes.
6637         * display.texi (Refresh Screen): Add force-window-update.
6638         (Invisible Text): Explain about moving point out of invis text.
6639         (Overlay Properties): Add overlay-properties.
6640         (Managing Overlays): Add overlayp.
6641         (GIF Images): Invalid image number displays a hollow box.
6643         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6644         (Killing Buffers): Add buffer-live-p.
6646 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6648         * display.texi (Fringes): Fix typo "set-buffer-window".
6650 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
6652         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6653         * nonascii.texi, processes.texi, tips.texi, variables.texi:
6654         Add or change various xrefs and anchors.
6656         * commands.texi: Replace all occurrences of @acronym{CAR} with
6657         @sc{car}, for consistency with the rest of the Elisp manual.
6658         `car' and `cdr' are historically acronyms, but are no longer
6659         widely thought of as such.
6661         * internals.texi (Pure Storage): Mention that `purecopy' does not
6662         copy text properties.
6663         (Object Internals): Now 29 bits are used (in most implementations)
6664         to address Lisp objects.
6666         * variables.texi (Variables with Restricted Values): New node.
6668         * objects.texi (Lisp Data Types): Mention that certain variables
6669         can only take on a restricted set of values and add an xref to
6670         the new node "Variables with Restricted Values".
6672         * eval.texi (Function Indirection): Describe the errors that
6673         `indirect-function' can signal.
6674         (Eval): Clarify the descriptions of `eval-region' and `values'.
6675         Describe `eval-buffer' instead of `eval-current-buffer' and
6676         mention `eval-current-buffer' as an alias for `current-buffer'.
6677         Correct the description and mention all optional arguments.
6679         * nonascii.texi: Various small changes in addition to the
6680         following.
6681         (Converting Representations): Clarify behavior of
6682         `string-make-multibyte' and `string-to-multibyte' for unibyte all
6683         ASCII arguments.
6684         (Character Sets): Document the variable `charset-list' and adapt
6685         the definition of the function `charset-list' accordingly.
6686         (Translation of Characters): Clarify use of generic characters in
6687         `make-translation-table'.  Clarify and correct the description of
6688         the use of translation tables in encoding and decoding.
6689         (User-Chosen Coding Systems): Correct and clarify the description
6690         of `select-safe-coding-system'.
6691         (Default Coding Systems): Clarify description of
6692         `file-coding-system-alist'.
6694 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
6696         * strings.texi (Text Comparison): Correctly describe when two
6697         strings are `equal'.  Combine and clarify descriptions of
6698         `assoc-ignore-case' and `assoc-ignore-representation'.
6700         * objects.texi (Non-ASCII in Strings): Clarify description of
6701         when a string is unibyte or multibyte.
6702         (Bool-Vector Type): Update examples.
6703         (Equality Predicates): Correctly describe when two strings are
6704         `equal'.
6706 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
6708         * lists.texi (Building Lists): `append' no longer accepts integer
6709         arguments.  Update the description of `number-sequence' to reflect
6710         recent changes.
6711         (Sets And Lists): Describe `member-ignore-case' after `member'.
6713 2003-11-27  Kim F. Storm  <storm@cua.dk>
6715         * commands.texi (Click Events): Click object may be an images.
6716         Describe (dx . dy) element of click positions.
6717         (Accessing Events): Remove duplicate posn-timestamp.
6718         New functions posn-object and posn-object-x-y.
6720 2003-11-23  Kim F. Storm  <storm@cua.dk>
6722         * commands.texi (Click Events): Describe enhancements to event
6723         position lists, including new text-pos and (col . row) items.
6724         Mention left-fringe and right-fringe area events.
6725         (Accessing Events): New functions posn-area and
6726         posn-actual-col-row.  Mention posn-timestamp.  Mention that
6727         posn-point in non-text area still returns buffer position.
6728         Clarify posn-col-row.
6730 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
6732         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6733         * anti.texi (File Attributes): Describe removed parameter
6734         ID-FORMAT.
6736 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
6738         * positions.texi (Positions): Mention that, if a marker is used as
6739         a position, its buffer is ignored.
6741         * markers.texi (Overview of Markers): Mention it here too.
6743 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
6745         * numbers.texi (Numeric Conversions): Not just `floor', but also
6746         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6748 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
6750         * markers.texi (Creating Markers): Specify insertion type of
6751         created markers.  Add xref to `Marker Insertion Types'.
6752         Second argument to `copy-marker' is optional.
6753         (Marker Insertion Types): Mention that most markers are created
6754         with insertion type nil.
6755         (The Mark): Correctly describe when `mark' signals an error.
6756         (The Region): Correctly describe when `region-beginning' and
6757         `region-end' signal an error.
6759 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
6761         * hash.texi (Creating Hash): Clarify description of `eql'.
6762         `makehash' is obsolete.
6763         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6765         * positions.texi (Point): Change description of `buffer-end', so
6766         that it is also correct for floating point arguments.
6767         (List Motion): Correct argument lists of `beginning-of-defun' and
6768         `end-of-defun'.
6769         (Excursions): Add xref to `Marker Insertion Types'.
6770         (Narrowing): Argument to `narrow-to-page' is optional.
6772 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
6774         * streams.texi (Output Streams): Clarify behavior of point for
6775         marker output streams.
6777 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6779         * variables.texi (Defining Variables): Second argument to
6780         `defconst' is not optional.
6781         (Setting Variables): Mention optional argument APPEND to
6782         `add-to-list'.
6783         (Creating Buffer-Local): Expand description of
6784         `make-variable-buffer-local'.
6785         (Frame-Local Variables): Expand description of
6786         `make-variable-frame-local'.
6787         (Variable Aliases): Correct description of optional argument
6788         DOCSTRING to `defvaralias'.  Mention return value of
6789         `defvaralias'.
6790         (File Local Variables): Add xref to `File variables' in Emacs
6791         Manual.  Correct description of `hack-local-variables'.  Mention
6792         `safe-local-variable' property.  Mention optional second argument
6793         to `risky-local-variable-p'.
6795 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
6797         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6799 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6801         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6802         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6803         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6804         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6805         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6806         lispref/processes.texi, lispref/searching.texi,
6807         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6808         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6809         @acronym{FOO}.
6811 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
6813         * strings.texi (Creating Strings): Argument START to `substring'
6814         can not be `nil'.  Expand description of
6815         `substring-no-properties'.  Correct description of `split-string',
6816         especially with respect to empty matches.  Prevent very bad line
6817         break in definition of `split-string-default-separators'.
6818         (Text Comparison): `string=' and `string<' also accept symbols as
6819         arguments.
6820         (String Conversion): More completely describe argument BASE in
6821         `string-to-number'.
6822         (Formatting Strings): `%s' and `%S' in `format' do require
6823         corresponding object.  Clarify behavior of numeric prefix after
6824         `%' in `format'.
6825         (Case Conversion): The argument to `upcase-initials' can be a
6826         character.
6828 2003-10-27  Kenichi Handa  <handa@m17n.org>
6830         * display.texi (Fontsets): Fix texinfo usage.
6832 2003-10-25  Kenichi Handa  <handa@m17n.org>
6834         * display.texi (Fontsets): Add description of the function
6835         set-fontset-font.
6837 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
6839         * display.texi (Temporary Displays): Add xref to `Documentation
6840         Tips'.
6842         * functions.texi (Function Safety): Use inforef instead of pxref
6843         for SES.
6845 2003-10-23  Andreas Schwab  <schwab@suse.de>
6847         * Makefile.in (TEX, texinputdir): Don't define.
6848         (TEXI2DVI): Define.
6849         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6850         add $(srcdir)/index.texi.
6851         ($(infodir)/elisp): Remove index.texi dependency.
6852         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
6853         (index.texi): Remove target.
6854         (dist): Don't link $(srcdir)/permute-index.
6855         (clean): Don't remove index.texi.
6857         * permute-index, index.perm: Remove.
6858         * index.texi: Rename from index.unperm.
6860 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
6862         * tips.texi (Documentation Tips): Document new behavior for face
6863         and variable hyperlinks in Help mode.
6865 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
6867         * objects.texi (Integer Type): Update for extra bit of integer range.
6868         (Character Type): Ditto.
6870 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6872         * numbers.texi (Integer Basics): Add index entries for reading
6873         numbers in hex, octal, and binary.
6875 2003-10-16  Lute Kamstra  <lute@gnu.org>
6877         * modes.texi (Mode Line Format): Mention force-mode-line-update's
6878         argument.
6880 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
6882         * windows.texi (Choosing Window): Fix typo.
6883         * edebug.texi (Edebug Execution Modes): Fix typo.
6885 2003-10-13  Richard M. Stallman  <rms@gnu.org>
6887         * windows.texi (Basic Windows): A window has fringe settings,
6888         display margins and scroll-bar settings.
6889         (Splitting Windows): Doc split-window return value.
6890         Clean up one-window-p.
6891         (Selecting Windows): Fix typo.
6892         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6893         (Buffers and Windows): In set-window-buffer, explain effect
6894         on fringe settings and scroll bar settings.
6895         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6896         (Choosing Window): Use defopt for pop-up-frame-function.
6897         For special-display-buffer-names, explain same-window and same-frame.
6898         Clarify window-dedicated-p return value.
6899         (Textual Scrolling): scroll-up and scroll-down can get an error.
6900         (Horizontal Scrolling): Clarify auto-hscroll-mode.
6901         Clarify set-window-hscroll.
6902         (Size of Window): Don't mention tool bar in window-height.
6903         (Coordinates and Windows): Explain what coordinates-in-window-p
6904         returns for fringes and display margins.
6905         (Window Configurations): Explain saving fringes, etc.
6907         * tips.texi (Library Headers): Clean up Documentation.
6909         * syntax.texi (Parsing Expressions): Clean up forward-comment
6910         and parse-sexp-lookup-properties.
6912         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6914         * os.texi (System Environment): Clean up text for load-average errors.
6916         * modes.texi (Hooks): Don't explain local hook details at front.
6917         Clarify run-hooks and run-hook-with-args a little.
6918         Clean up add-hook and remove-hook.
6920         * edebug.texi (Edebug Execution Modes): Clarify t.
6921         Document edebug-sit-for-seconds.
6922         (Coverage Testing): Document C-x X = and =.
6923         (Instrumenting Macro Calls): Fix typo.
6924         (Specification List): Don't index the specification keywords.
6926 2003-10-10  Kim F. Storm  <storm@cua.dk>
6928         * processes.texi (Network): Introduce make-network-process.
6930 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6932         * tips.texi (Library Headers): Fix typo.
6934 2003-10-07  Juri Linkov  <juri@jurta.org>
6936         * modes.texi (Imenu): Mention imenu-create-index-function's
6937         default value.  Explain submenus better.
6939 2003-10-07  Lute Kamstra  <lute@gnu.org>
6941         * modes.texi (Faces for Font Lock): Fix typo.
6942         (Hooks): Explain how buffer-local hook variables can refer to
6943         global hook variables.
6944         Various minor clarifications.
6946 2003-10-06  Lute Kamstra  <lute@gnu.org>
6948         * tips.texi (Coding Conventions): Mention naming conventions for
6949         hooks.
6951 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
6953         * loading.texi (Library Search): Correct default value of
6954         load-suffixes.
6955         (Named Features): Fix typo.
6957 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6959         * loading.texi (Named Features): In `provide',
6960         say how to test for subfeatures.
6961         (Unloading): In unload-feature, use new var name
6962         unload-feature-special-hooks.
6964 2003-10-03  Lute Kamstra  <lute@gnu.org>
6966         * modes.texi (Major Mode Conventions): Mention third way to set up
6967         Imenu.
6968         (Imenu): A number of small fixes.
6969         Delete documentation of internal variable imenu--index-alist.
6970         Document the return value format of imenu-create-index-function
6971         functions.
6973 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6975         * processes.texi (Network): Say what stopped datagram connections do.
6977         * lists.texi (Association Lists): Clarify `assq-delete-all'.
6979         * display.texi (Overlay Properties): Clarify `evaporate' property.
6981 2003-09-29  Lute Kamstra  <lute@gnu.org>
6983         * modes.texi (Mode Line Data): Explain when symbols in mode-line
6984         constructs should be marked as risky.
6985         Change cons cell into proper list.
6986         (Mode Line Variables): Change cons cell into proper list.
6988 2003-09-26  Lute Kamstra  <lute@gnu.org>
6990         * modes.texi (Mode Line Data): Document the :propertize construct.
6991         (Mode Line Variables): Reorder the descriptions of the variables
6992         to match their order in the default mode-line-format.
6993         Describe the new variables mode-line-position and mode-line-modes.
6994         Update the default values of mode-line-frame-identification,
6995         minor-mode-alist, and default-mode-line-format.
6996         (Properties in Mode): Mention the :propertize construct.
6998 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7000         * buffers.texi, commands.texi, debugging.texi, eval.texi:
7001         * loading.texi, minibuf.texi, text.texi, variables.texi:
7002         Avoid @strong{Note:}.
7004 2003-09-26  Richard M. Stallman  <rms@gnu.org>
7006         * keymaps.texi (Remapping Commands): Fix typo.
7008 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
7010         * processes.texi (Low-Level Network): Fix typo.
7012 2003-09-23  Kim F. Storm  <storm@cua.dk>
7014         * processes.texi (Network, Network Servers): Fix typos.
7015         (Low-Level Network): Add timeout value for :server keyword.
7016         Add new option keywords to make-network-process.
7017         Add set-network-process-options.
7018         Explain how to test availability of network options.
7020 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7022         * text.texi (Motion by Indent): Arg to
7023         backward-to-indentation and forward-to-indentation is optional.
7025         * strings.texi (Creating Strings): Add substring-no-properties.
7027         * processes.texi
7028         (Process Information): Add list-processes arg QUERY-ONLY.
7029         Delete process-contact from here.
7030         Add new status values for process-status.
7031         Add process-get, process-put, process-plist, set-process-plist.
7032         (Synchronous Processes): Add call-process-shell-command.
7033         (Signals to Processes): signal-process allows process objects.
7034         (Network): Complete rewrite.
7035         (Network Servers, Datagrams, Low-Level Network): New nodes.
7037         * positions.texi (Word Motion): forward-word, backward-word
7038         arg is optional.  Reword.
7040         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7042         * variables.texi (Creating Buffer-Local):
7043         Delete duplicate definition of buffer-local-value.
7044         (File Local Variables): Explain about discarding text props.
7046 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7048         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7049         changes variables that record input events.
7050         (Minibuffer Misc): Add minibuffer-selected-window.
7052         * lists.texi (Building Lists): Add copy-tree.
7054         * display.texi (Fontsets): Add char-displayable-p.
7055         (Scroll Bars): New node.
7057 2003-09-08  Lute Kamstra  <lute@gnu.org>
7059         * modes.texi (%-Constructs): Document new `%i' and `%I'
7060         constructs.
7062 2003-09-03  Peter Runestig  <peter@runestig.com>
7064         * makefile.w32-in: New file.
7066 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7068         * display.texi (Overlay Properties): Clarify how priorities
7069         affect use of the properties.
7071 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
7073         * customize.texi (Type Keywords): Correct the description of
7074         `:help-echo' in the case where `motion-doc' is a function.
7076 2003-08-14  John Paul Wallington  <jpw@gnu.org>
7078         * modes.texi (Emulating Mode Line): Subsection, not section.
7080 2003-08-13  Richard M. Stallman  <rms@gnu.org>
7082         * elisp.texi (Top): Update subnode lists in menu.
7084         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7085         (Kill Functions): kill-region has new arg yank-handler.
7086         (Yanking): New node.
7087         (Yank Commands): Add yank-undo-function.
7088         (Low-Level Kill Ring):
7089         kill-new and kill-append have new arg yank-handler.
7090         (Changing Properties): Add remove-list-of-text-properties.
7091         (Atomic Changes): New node.
7093         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7095         * streams.texi (Output Variables): Add eval-expression-print-length
7096         and eval-expression-print-level.
7098         * os.texi (Time Conversion): For encode-time, explain limits on year.
7100         * objects.texi (Character Type): Define anchor "modifier bits".
7102         * modes.texi (Emulating Mode Line): New node.
7103         (Search-based Fontification): Font Lock uses font-lock-face property.
7104         (Other Font Lock Variables): Likewise.
7106         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7107         not vectors.
7108         (Active Keymaps): Add emulation-mode-map-alists.
7109         (Functions for Key Lookup): key-binding has new arg no-remap.
7110         (Remapping Commands): New node.
7111         (Scanning Keymaps): where-is-internal has new arg no-remap.
7112         (Tool Bar): Add tool-bar-local-item-from-menu.
7113         Clarify when to use tool-bar-add-item-from-menu.
7115         * commands.texi (Interactive Call): commandp has new arg.
7116         (Command Loop Info): Add this-original-command.
7118 2003-08-06  John Paul Wallington  <jpw@gnu.org>
7120         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7122         * display.texi (Warning Basics): Fix typo.
7123         (Fringes): Add closing curly bracket and fix typo.
7125         * elisp.texi (Top): Fix typo.
7127 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7129         * elisp.texi: Update lists of subnodes.
7131         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7133         * variables.texi (Local Variables): Use lc for example variable names.
7135         * tips.texi (Library Headers): Explain where to put -*-.
7137         * strings.texi (Creating Strings): Fix xref for vconcat.
7139         * sequences.texi (Vector Functions):
7140         vconcat no longer allows integer args.
7142         * minibuf.texi (Reading File Names): read-file-name has new
7143         arg PREDICATE.  New function read-directory-name.
7145         * macros.texi (Defining Macros): Give definition of `declare'
7146         (Indenting Macros): New node.
7148         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7149         (Window Frame Parameters): Make separate table of parameters
7150         that are coupled with specific face attributes.
7151         (Deleting Frames): delete-frame-hooks renamed to
7152         delete-frame-functions.
7154         * files.texi (Magic File Names): Add file-remote-p.
7155         Clarify file-local-copy.
7157         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7158         here; instead xref Defining Macros.
7160         * display.texi (Warnings): New node, and subnodes.
7161         (Fringes): New node.
7163         * debugging.texi (Test Coverage): New node.
7165         * compile.texi (Compiler Errors): Explain with-no-warnings
7166         and other ways to suppress warnings.
7168         * commands.texi (Interactive Call): Minor clarification.
7170         * buffers.texi (Buffer File Name): set-visited-file-name
7171         renames the buffer too.
7173         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7175 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
7177         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7179 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
7181         * internals.texi (Garbage Collection): Fix previous change.
7183 2003-07-22  Richard M. Stallman  <rms@gnu.org>
7185         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7187         * display.texi (Width): Use \s syntax in example.
7188         (Font Selection): Add face-font-rescale-alist.
7190         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7191         Remove spurious indent in example.
7193         * lists.texi (Building Lists): Add number-sequence.
7195         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7197         * functions.texi (Function Documentation): Explain how to
7198         show calling convention explicitly in the doc string.
7200         * windows.texi (Selecting Windows): save-selected-window saves
7201         selected window of each frame.
7202         (Window Configurations): Minor change.
7204         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7206         * streams.texi (Output Variables): Add print-continuous-numbering
7207         and print-number-table.
7209         * processes.texi (Decoding Output): New node.
7211         * os.texi (Time Conversion): decode-time arg is optional.
7213         * objects.texi (Character Type): Don't use space as example for \.
7214         Make list of char names and \-sequences correspond.
7215         Explain that \s is not used in strings.  `\ ' needs space after.
7217         * nonascii.texi (Converting Representations): Add string-to-multibyte.
7218         (Translation of Characters): Add translation-table-for-input.
7219         (Default Coding Systems): Add auto-coding-functions.
7220         (Explicit Encoding): Add decode-coding-inserted-region.
7221         (Locales): Add locale-info.
7223         * minibuf.texi (Basic Completion): Describe test-completion.
7224         Collections can be lists of strings.
7225         Clean up lazy-completion-table.
7226         (Programmed Completion): Mention test-completion.
7227         Clarify why lambda expressions are not accepted.
7228         (Minibuffer Misc): Describe minibufferp.
7230 2003-07-14  Richard M. Stallman  <rms@gnu.org>
7232         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7234         * windows.texi (Selecting Windows): New arg to select-window.
7235         (Selecting Windows): Add with-selected-window.
7236         (Size of Window): Add window-inside-edges, etc.
7238         * internals.texi (Garbage Collection): Add post-gc-hook.
7240         * processes.texi (Subprocess Creation): Add exec-suffixes.
7242         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7243         (Scanning Keymaps): Add map-keymaps.
7244         (Defining Menus): Add keymap-prompt.
7246         * numbers.texi (Integer Basics): Add most-positive-fixnum,
7247         most-negative-fixnum.
7249         * compile.texi (Byte Compilation): Explain no-byte-compile
7250         (Compiler Errors): New node.
7252         * os.texi (User Identification): user-uid, user-real-uid
7253         can return float.
7255         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7256         and about derived modes.
7257         (Minor Modes): Add minor-mode-list.
7258         (Defining Minor Modes): Keyword args for define-minor-mode.
7259         (Search-based Fontification): Explain managing other properties.
7260         (Other Font Lock Variables): Add font-lock-extra-managed-props.
7261         (Faces for Font Lock): Add font-lock-preprocessor-face.
7262         (Hooks): Add run-mode-hooks and delay-mode-hooks.
7264         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7265         (Variable Aliases): Clarify defvaralias.
7267         * loading.texi (Library Search): Add load-suffixes.
7269         * minibuf.texi (Basic Completion): Add lazy-completion-table.
7270         (Programmed Completion): Add dynamic-completion-table.
7272         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7273         (Magic File Names): Specify precedence order of handlers.
7275         * commands.texi (Command Overview): Emacs server runs pre-command-hook
7276         and post-command-hook.
7277         (Waiting): New calling convention for sit-for.
7279         * text.texi (Special Properties): local-map and keymap properties
7280         apply based on their stickiness.
7282 2003-07-07  Richard M. Stallman  <rms@gnu.org>
7284         * modes.texi (Minor Mode Conventions): Specify only some kinds
7285         of list values as args to minor modes.
7287         * files.texi (File Name Expansion): Warn about iterative use
7288         of substitute-in-file-name.
7290         * advice.texi (Activation of Advice): Clean up previous change.
7292 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
7294         * advice.texi (Activation of Advice): Note that ad-start-advice is
7295         turned on by default.
7297 2003-06-30  Richard M. Stallman  <rms@gnu.org>
7299         * text.texi (Buffer Contents): Document current-word.
7300         (Change Hooks): Not called for *Messages*.
7302         * functions.texi (Defining Functions): Explain about redefining
7303         primitives.
7304         (Function Safety): Renamed.  Minor changes.
7305         Comment out the detailed criteria for what is safe.
7307 2003-06-22  Andreas Schwab  <schwab@suse.de>
7309         * objects.texi (Symbol Type): Fix description of examples.
7311 2003-06-16  Andreas Schwab  <schwab@suse.de>
7313         * hash.texi (Creating Hash): Fix description of :weakness.
7315 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
7317         * files.texi (Changing Files): copy-file copies file modes, too.
7319 2003-05-28  Richard M. Stallman  <rms@gnu.org>
7321         * strings.texi (Creating Strings): Clarify split-string.
7323 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
7325         * strings.texi (Creating Strings): Update split-string specification
7326         and examples.
7328 2003-05-19  Richard M. Stallman  <rms@gnu.org>
7330         * elisp.texi: Correct invariant section names.
7332 2003-04-20  Richard M. Stallman  <rms@gnu.org>
7334         * os.texi (Timers): Explain about timers and quitting.
7336 2003-04-19  Richard M. Stallman  <rms@gnu.org>
7338         * internals.texi (Writing Emacs Primitives): Strings are
7339         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
7340         Explain GCPRO convention for varargs function args.
7342 2003-04-16  Richard M. Stallman  <rms@gnu.org>
7344         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7346 2003-04-08  Richard M. Stallman  <rms@gnu.org>
7348         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7350 2003-02-13  Kim F. Storm  <storm@cua.dk>
7352         * objects.texi (Character Type): New \s escape for space.
7354 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
7356         * os.texi (System Environment): Added cygwin system-type.
7358 2003-01-25  Richard M. Stallman  <rms@gnu.org>
7360         * keymaps.texi: Document that a symbol can act as a keymap.
7362 2003-01-13  Richard M. Stallman  <rms@gnu.org>
7364         * text.texi (Changing Properties): Say string indices are origin-0.
7366         * positions.texi (Screen Lines) <compute-motion>:
7367         Correct order of elts in return value.
7369         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7370         how to define a default binding.
7372 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
7374         * loading.texi (Unloading): Fix recent change for load-history.
7376         * customize.texi (Simple Types): Clarify description of custom
7377         type 'number.  Describe new custom type 'float.
7379 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
7381         * variables.texi (File Local Variables): Fix typo.
7383 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7385         From Michael Albinus <Michael.Albinus@alcatel.de>.
7387         * README: Target for Info file is `make info'.
7389         * files.texi (File Name Components): Fixed typos in
7390         `file-name-sans-extension'.
7391         (Magic File Names): Complete list of operations for magic file
7392         name handlers.
7394 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
7396         * variables.texi (File Local Variables): New function
7397         risky-local-variable-p.
7399 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
7401         * functions.texi (Function safety): New node about unsafep.
7403 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7405         * customize.texi (Splicing into Lists): Fixed example.
7406         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7408 2002-06-17  Juanma Barranquero  <lektu@terra.es>
7410         * frames.texi (Display Feature Testing): Fix typo.
7412 2002-06-12  Andreas Schwab  <schwab@suse.de>
7414         * frames.texi (Initial Parameters, Resources): Fix references to
7415         the Emacs manual.
7417 2002-05-13  Kim F. Storm  <storm@cua.dk>
7419         * variables.texi (Intro to Buffer-Local): Updated warning and
7420         example relating to changing buffer inside let.
7422 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
7424         * os.texi (Session Management): New node about X Session management.
7426 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
7428         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
7429         to which the manual corresponds, and the copyright years.
7431         * Makefile.in (VERSION): Set to 2.9.
7433 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
7435         * elisp.texi: Change the category in @dircategory to "Emacs", to
7436         make it consistent with info/dir.
7438 2001-11-25  Miles Bader  <miles@gnu.org>
7440         * text.texi (Fields): Describe new `limit' arg in
7441         field-beginning/field-end.
7443 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
7445         * permute-index: Don't depend on csh-specific features.  Replace
7446         the interpreter name with /bin/sh.
7448         * two-volume-cross-refs.txt: New file.
7449         * two.el: New file.
7450         * spellfile: New file.
7452 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
7454         * permute-index: New file.
7456         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7457         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7458         8+3 restricted namespace.
7460         * Makefile.in (infodir): Define relative to $(srcdir).
7461         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7462         include directories list via -I switch to makeinfo.
7463         (index.texi): Use cp if both hard and symbolic links fail.
7465 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
7467         * Makefile.in (distclean): Add.
7469         The following changes make ELisp manual part of the Emacs
7470         distribution:
7472         * Makefile.in: Add Copyright notice.
7473         (prefix): Remove.
7474         (infodir): Change value to "../info".
7475         (VPATH): New variable.
7476         (MAKE): Don't define.
7477         (texmacrodir): Don't define.
7478         (texinputdir): Append the existing value of TEXINPUTS.
7479         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
7480         command to be compatible with man/Makefile.in, and to put the
7481         output into ../info.
7482         (info): Add target.
7483         (installall): Target removed.
7485 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
7487         * tips.texi (Coding Conventions): Fix typo.
7489 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
7491         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7493 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
7495         * files.texi (File Name Components): Update the description of
7496         file-name-sans-extension and file-name-extension, as they now
7497         ignore leading dots.
7499 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7501         * (Version 21.1 released.)
7503 2001-10-19  Miles Bader  <miles@gnu.org>
7505         * positions.texi (Text Lines): Describe behavior of
7506         `beginning-of-line'/`end-of-line' in the presence of field properties.
7508 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
7510         * Makefile.in (VERSION): Set to 2.8.
7511         (manual): Use `manual-21'.
7513         * elisp.texi (VERSION): Add and use it where the version
7514         number was used.  Set it to 2.8.
7516         * intro.texi: Likewise.
7518 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
7520         * files.texi (File Name Completion): Document the significance of
7521         a trailing slash in elements of completion-ignored-extensions.
7523 2001-10-06  Miles Bader  <miles@gnu.org>
7525         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7527 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
7529         * variables.texi (Variable Aliases): New node.
7531 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
7533         * Branch for 21.1.
7535 2001-10-02  Miles Bader  <miles@gnu.org>
7537         * minibuf.texi (Minibuffer Misc): Add entries for
7538         `minibuffer-contents', `minibuffer-contents-no-properties', and
7539         `delete-minibuffer-contents'.
7540         Correct description for `minibuffer-prompt-end'.
7542         * text.texi (Property Search): Correct descriptions of
7543         `next-char-property-change' and `previous-char-property-change'.
7544         Add entries for `next-single-char-property-change' and
7545         `previous-single-char-property-change'.
7546         Make operand names a bit more consistent.
7548 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
7550         * frames.texi (Finding All Frames): Document that next-frame and
7551         previous-frame are local to current terminal.
7553 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
7555         * keymaps.texi (Creating Keymaps): Fix the description of the
7556         result of make-keymap.
7558 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
7560         * display.texi (Font Lookup, Attribute Functions)
7561         (Image Descriptors): Add cross-references to the definition of
7562         selected frame.
7564         * buffers.texi (The Buffer List): Add cross-references to the
7565         definition of selected frame.
7567         * frames.texi (Input Focus): Clarify which frame is _the_ selected
7568         frame at any given time.
7569         (Multiple Displays, Size and Position): Add a cross-reference to
7570         the definition of the selected frame.
7572 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
7574         * strings.texi (String Conversion) <string-to-number>: Document
7575         that a float is returned for integers that are too large.
7577         * frames.texi (Mouse Position): Document mouse-position-function.
7578         (Display Feature Testing): Document display-images-p.
7579         (Window Frame Parameters): Document the cursor-type variable.
7581         * numbers.texi (Integer Basics): Document CL style read syntax for
7582         integers in bases other than 10.
7584         * positions.texi (List Motion): Document
7585         open-paren-in-column-0-is-defun-start.
7587         * lists.texi (Sets And Lists): Document member-ignore-case.
7589         * internals.texi (Garbage Collection): Document the used and free
7590         strings report.
7591         (Memory Usage): Document strings-consed.
7593         * os.texi (Time of Day): Document float-time.
7594         (Recording Input): Document that clear-this-command-keys clears
7595         the vector to be returned by recent-keys.
7597         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7598         argument keymap can be a list.
7600         * nonascii.texi (User-Chosen Coding Systems)
7601         <select-safe-coding-system>: Document the new argument
7602         accept-default-p and the variable
7603         select-safe-coding-system-accept-default-p.  Tell what happens if
7604         buffer-file-coding-system is undecided.
7605         (Default Coding Systems): Document auto-coding-regexp-alist.
7607         * display.texi (The Echo Area) <message>: Document
7608         message-truncate-lines.
7609         (Glyphs): Document that the glyph table is unused on windowed
7610         displays.
7612         * help.texi (Describing Characters) <single-key-description>:
7613         Document the new argument no-angles.
7614         (Accessing Documentation) <documentation-property>: Document that
7615         a non-string property is evaluated.
7616         <documentation>: Document that the function-documentation property
7617         is looked for.
7619         * windows.texi (Selecting Windows): Document some-window.
7621         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7623         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7624         apropos-mode-hook.
7626         * commands.texi (Using Interactive): Document interactive-form.
7627         (Keyboard Macros): Document kbd-macro-termination-hook.
7628         (Command Loop Info): Document that clear-this-command-keys clears
7629         the vector to be returned by recent-keys.
7631 2001-09-04  Werner LEMBERG  <wl@gnu.org>
7633         * Makefile.in (srcdir, texinputdir): New variables.
7634         (srcs, index.texi, install): Use $(srcdir).
7635         (.PHONY): Remove elisp.dvi.
7636         (elisp): Use -I switch for makeinfo.
7637         (elisp.dvi): Use $(srcdir) and $(texinputdir).
7638         (installall, dist): Use $(srcdir).
7639         Fix path to texinfo.tex.
7640         (maintainer-clean): Add elisp.dvi and elisp.oaux.
7642 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
7644         * display.texi (Conditional Display): Adjust to API change.
7646         * configure: New file.
7648 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
7650         * commands.texi (Repeat Events): Add description of
7651         double-click-fuzz.
7653 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
7655         * syntax.texi (Syntax Class Table): Add the missing designator for
7656         comment and string fences.
7657         (Syntax Properties): Add a xref to syntax table internals.
7658         (Syntax Table Internals): Document string-to-syntax.
7660 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
7662         * Makefile.in (install): Use install-info command line options
7663         like in Emacs' Makefile.in.
7665 2000-12-09  Miles Bader  <miles@gnu.org>
7667         * windows.texi (Window Start): Update documentation for
7668         `pos-visible-in-window-p'.
7670 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7672         * lists.texi (Building Lists): Add footnote to explain how to add
7673         to the end of a list.
7675 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7677         * files.texi (Visiting Functions): Typos.
7679 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
7681         * files.texi (Visiting Functions): Return value of
7682         find-file-noselect may be a list of buffers if wildcards are used.
7684 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7686         * display.texi (Defining Faces): Document `graphic' display type
7687         in face specs.
7689 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7691         * hooks.texi (Standard Hooks): Replace obsolete
7692         `after-make-frame-hook' with `after-make-frame-functions'.
7694         * frames.texi (Creating Frames): Ditto.
7696         * variables.texi (Future Local Variables): Ditto.
7698 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7700         * display.texi (Other Image Types): Add description of :foreground
7701         and :background properties of mono PBM images.
7703 2000-08-17  Werner LEMBERG  <wl@gnu.org>
7705         * .cvsignore: New file.
7707 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
7709         * tindex.pl: New script.
7711 1999-12-03  Dave Love  <fx@gnu.org>
7713         * Makefile.in (MAKEINFO): New parameter.
7715 1999-09-17  Richard Stallman  <rms@gnu.org>
7717         * Makefile.in (srcs): Add hash.texi.
7718         (VERSION): Update to 20.6.
7720 1999-09-13  Richard Stallman  <rms@gnu.org>
7722         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7724 1998-08-29  Karl Heuer  <kwzh@gnu.org>
7726         * configure.in: New file.
7727         * Makefile.in: Renamed from Makefile.
7728         (prefix, infodir): Use value obtained from configure.
7729         (emacslibdir): Obsolete variable deleted.
7730         (dist): Distribute configure.in, configure, Makefile.in.
7732 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7734         * Makefile (INSTALL_INFO): New variable.
7735         (install): Run install-info.
7737 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
7739         * Makefile (elisp.dvi): Add missing backslash.
7741 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
7743         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7744         Run texindex without `./'.  Always run texindex on elisp.tp.
7745         (elisp.tps): Target deleted.
7747 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
7749         * Makefile (srcs): Add nonascii.texi and customize.texi.
7750         (dist): Start by deleting `temp'.
7752 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
7754         * Makefile (makeinfo, texindex): Targets deleted.
7755         (makeinfo.o, texindex.o): Targets deleted.
7756         (clean, dist): Don't do anything with them or with getopt*.
7758 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
7760         * Makefile (SHELL): Defined.
7762 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
7764         * Makefile (elisp.tps): New target.
7765         (elisp.dvi): Depend on elisp.tps.
7767 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7769         * README: Update phone number.
7771         * Makefile (elisp): Make this be the default target.
7772         Depend on makeinfo.c instead of makeinfo.
7773         (install): Don't depend on elisp.dvi, since we don't install that.
7774         Use mkinstalldirs.
7775         (dist): Add mkinstalldirs.
7777 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7779         * Makefile (VERSION): Update version number.
7780         (maintainer-clean): Renamed from realclean.
7782 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7784         * Makefile (realclean): New target.
7785         (elisp): Remove any old elisp-* files first.
7787 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
7789         * Makefile (VERSION): New variable.
7790         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7791         Compressed file suffix should be `.gz', not `.z'.
7793 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7795         * Makefile (elisp): Depend on makeinfo.
7797 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
7799         * Makefile (srcs): Add anti.texi.
7801 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7803         * Makefile (infodir, prefix): New vars.
7804         (install): Use infodir.
7805         (emacsinfodir): Deleted.
7807 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7809         * Makefile (srcs): Add calendar.texi.
7811         * Makefile (dist): Copy texindex.c and makeinfo.c.
7812         Limit elisp-* files to those with one or two digits.
7814 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7816         * Makefile (dist): Changed to use Gzip instead of compress.
7818 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7820         * loading.texi (Unloading): define-function changed back to
7821         defalias.  It may not stay this way, but at least it's
7822         consistent with the known-good version of the code patch.
7824 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
7826         * modes.texi (Hooks): Document new optional arg of add-hook.
7828 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7830         * variables.texi: Document nil initial value of buffer-local variables.
7832         * tips.texi: Add new section on standard library headers.
7834 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7836         * Makefile (srcs): Add frame.texi to the list of sources.
7838 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7840         * Makefile (dist): Don't bother excluding autosave files; they'll
7841         never make it into the temp directory anyway, and the hash marks
7842         in the name are problematic for make and the Bourne shell.
7843         (srcs):
7845 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7847         * Makefile (dist): Don't include backup files or autosave files in
7848         the distribution tar file.
7850 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7852         * Makefile (srcs): Added index.perm.
7853         (elisp.dvi): Remove erroneous shell comment.
7854         Expect output of permute-index in permuted.fns.
7855         Save old elisp.aux in elisp.oaux.
7856         (clean): Added index.texi to be deleted.
7858 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7860         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7862 1990-06-26  David Lawrence  (tale@geech)
7864         * files.texi: Noted that completion-ignored-extensions is ignored
7865         when making *Completions*.
7867 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
7869         * Makefile  make dist now depends on elisp.dvi, since it tries
7870         to include it in the dist file.
7872 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
7874         * functions.texinfo (Mapping Functions): Add missing quote.
7876 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7878         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7879         (defunargs): Turn off \hyphenchar of \sl font temporarily.
7881 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7883         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7884         and @error{} are the terms now being used.  The files in the
7885         directory have been changed to reflect this.
7887         * All instances of @indentedresultt{} have been changed to
7888         `     @result{}', using 5 spaces at the begining of the line.
7890 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7892         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7893         experimental @indentedresult{}, @indentedexpandsto{} are part of
7894         the texinfo.tex in this directory.  These TeX macros are not
7895         stable yet.
7897 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7899         * texinfo.tex: Temporarily added
7900                 \let\result=\dblarrow
7901                 \def\error{{\it ERROR} \longdblarrow}
7902         We need to do this better soon.
7904 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7906         * Applied Karl Berry's patches to *.texinfo files, but not to
7907         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
7908         new title page format is also not applied, since it requires
7909         texinfo.tex changes.)
7911         * Cleaned up `Makefile' and defined the `emacslibdir' directory
7912         for the Project GNU development environment.
7914 ;; Local Variables:
7915 ;; coding: utf-8
7916 ;; add-log-time-zone-rule: t
7917 ;; End:
7919     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
7920       2007, 2008, 2009  Free Software Foundation, Inc.
7922   This file is part of GNU Emacs.
7924   GNU Emacs is free software: you can redistribute it and/or modify
7925   it under the terms of the GNU General Public License as published by
7926   the Free Software Foundation, either version 3 of the License, or
7927   (at your option) any later version.
7929   GNU Emacs is distributed in the hope that it will be useful,
7930   but WITHOUT ANY WARRANTY; without even the implied warranty of
7931   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7932   GNU General Public License for more details.
7934   You should have received a copy of the GNU General Public License
7935   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7937 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda