(Choosing Window): Say that pop-up-frame-alist
[emacs.git] / doc / lispref / ChangeLog
blobbe8814689bdb09e76bb080ff5ad098811c8ec90d
1 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3         * windows.texi (Choosing Window): Say that pop-up-frame-alist
4         works via the default value of pop-up-frame-function.
6 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
8         * processes.texi (System Processes): Document the `time' and
9         `ctime' attributes of `system-process-attributes'.
11 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
13         * display.texi (Face Attributes): Clarify :height attribute.
15 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
17         * buffers.texi (The Buffer List): Clarify what moves a buffer to
18         the front of the buffer list.  Add entries for `last-buffer' and
19         `unbury-buffer'.
21 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
23         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
24         and its subsections.
26         * frames.texi (Multiple Terminals, Low-level Terminal)
27         (Terminal Parameters, Frames on Other TTY devices): New sections.
28         (Frames): Add an xref to "Multiple Terminals".
30         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
32         * objects.texi (Terminal Type): New node.
33         (Editing Types): Add it to the menu.
35         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
36         Variables".
38         * variables.texi (Directory Local Variables): New node.
39         (Variables): Add a menu item for it.
41         * loading.texi (Autoload): Document `generate-autoload-cookie' and
42         `generated-autoload-file'.
44 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
46         * os.texi (Startup Summary): Add xref to documentation of
47         `initial-window-system'.
49         * display.texi (Window Systems): Document `window-system' the
50         function.  The variable `window-system' is now frame-local.
51         Document `initial-window-system'.
53 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
55         * windows.texi (Windows): Rewrite description of
56         fit-window-to-buffer.
58 2008-12-13  Glenn Morris  <rgm@gnu.org>
60         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
61         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
63 2008-12-12  Glenn Morris  <rgm@gnu.org>
65         * debugging.texi (Error Debugging): Refer forwards to
66         eval-expression-debug-on-error.
68 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
70         * strings.texi (String Basics): Only unibyte strings that
71         represent key sequences hold 8-bit raw bytes.
73         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
74         paragraph to speak about `undecided'.
75         (Character Properties): Don't explain the meaning of each
76         property; instead, identify their Unicode Standard names.
77         (Character Sets): Document `map-charset-chars'.
79 2008-12-02  Glenn Morris  <rgm@gnu.org>
81         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
82         section yet again.
84 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
86         * nonascii.texi (Character Properties): New Section.
87         (Specifying Coding Systems): Document
88         `coding-system-priority-list', `set-coding-system-priority', and
89         `with-coding-priority'.
90         (Lisp and Coding Systems): Document `check-coding-systems-region'
91         and `coding-system-charset-list'.
92         (Coding System Basics): Document `coding-system-aliases'.
94         * elisp.texi (Top): Add a @detailmenu entry for "Character
95         Properties".
97         * objects.texi (Character Type): Correct the range of Emacs
98         characters.  Add an @xref to "Character Codes".
100         * strings.texi (String Basics): Add an @xref to "Character Codes".
102         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
104         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
105         (Character Codes): Document `max-char'.
107 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
109         * nonascii.texi (Text Representations, Converting Representations)
110         (Character Sets, Scanning Charsets, Translation of Characters):
111         Make text more accurate.
113 2008-11-28  Glenn Morris  <rgm@gnu.org>
115         * files.texi (Format Conversion Round-Trip): Improve previous change.
117 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
119         * modes.texi (Auto Major Mode): Fix example.
121 2008-11-25  Glenn Morris  <rgm@gnu.org>
123         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
125         * files.texi (Format Conversion Round-Trip):
126         Use active voice for previous change.
128 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
130         * os.texi (Processor Run Time):
131         * processes.texi (Transaction Queues):
132         * markers.texi (The Mark):
133         * windows.texi (Choosing Window, Selecting Windows):
134         * files.texi (Changing Files, Magic File Names):
135         * commands.texi (Key Sequence Input):
136         * functions.texi (Declaring Functions):
137         * strings.texi (Predicates for Strings):
138         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
140 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
142         * help.texi (Accessing Documentation): Update example.
144         * variables.texi (Defining Variables): Note that `*' is not
145         necessary if defcustom is used.
147 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
149         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
150         Characters" from @detailmenu.
152         * nonascii.texi (Character Codes, Character Sets)
153         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
154         (Chars and Bytes, Splitting Characters): Sections removed.
156 2008-11-22  Lute Kamstra  <lute@gnu.org>
158         * positions.texi (Text Lines): Update goto-line documentation.
160 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
162         * frames.texi (Frames): Fix typo, add cross references, reword.
163         (Initial Parameters): Reword special-display-frame-alist text.
164         (Frames and Windows): Reword.  Describe argument norecord for
165         set-frame-selected-window.
166         (Input Focus): Describe argument norecord for select-frame.
167         Remove comment on MS-Windows behavior for focus-follows-mouse.
168         (Raising and Lowering): Mention windows-frames dichotomy in
169         metaphor.
171         * windows.texi (Displaying Buffers, Vertical Scrolling)
172         (Horizontal Scrolling): Fix indenting and rewording issues
173         introduced with 2008-11-07 change.
175 2008-11-20  Glenn Morris  <rgm@gnu.org>
177         * files.texi (Format Conversion Round-Trip): Mention `preserve'
178         element of `format-alist'.
180 2008-11-19  Glenn Morris  <rgm@gnu.org>
182         * doclicense.texi: Update to FDL 1.3.
183         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
185 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
187         * windows.texi (Window Hooks): Remove *-end-trigger-functions
188         vars, which are obsolete.  Mention jit-lock-register.
190         * modes.texi (Other Font Lock Variables): Document
191         jit-lock-register and jit-lock-unregister.
193         * frames.texi (Color Parameters): Document alpha parameter.
195 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
197         * windows.texi (Splitting Windows, Deleting Windows)
198         (Selecting Windows, Cyclic Window Ordering)
199         (Buffers and Windows, Displaying Buffers, Choosing Window)
200         (Dedicated Windows, Window Point, Window Start and End)
201         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
202         (Size of Window, Resizing Windows, Window Configurations)
203         (Window Parameters): Avoid @var at beginning of sentences and
204         reword accordingly.
206 2008-11-11  Lute Kamstra  <lute@gnu.org>
208         * files.texi (File Name Components): Fix file-name-extension
209         documentation.
211 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
213         * frames.texi (Basic Parameters): Remove display-environment-variable
214         and term-environment-variable.
216 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
218         * windows.texi (Basic Windows, Splitting Windows)
219         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
220         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
221         (Resizing Windows, Window Configurations, Window Parameters):
222         Fix wording and markup.
224 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
226         * windows.texi (Windows): Update entries.
227         (Basic Windows): Remove listing of attributes.  Reword.
228         (Splitting Windows, Deleting Windows): Reword.
229         (Selecting Windows, Cyclic Window Ordering): Reword with special
230         emphasis on order of recently selected windows and buffer list.
231         (Buffers and Windows, Choosing Window): Reword with special
232         emphasis on dedicated windows.
233         (Displaying Buffers): Reword.  For switch-to-buffer mention that
234         it may fall back on pop-to-buffer.  For other-window try to
235         explain how it treats the cyclic ordering of windows.
236         (Dedicated Windows): New node and section discussing dedicated
237         windows and associated functions.
238         (Window Point): Add entry for window-point-insertion-type.  Reword.
239         (Window Start and End): Rename node and section title.  Reword.
240         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
241         Minor rewording.
242         (Size of Window): Reword, in particular text on window-width.
243         (Resizing Windows): Reword.  Add text on balancing windows.
244         (Window Configurations): Reword.  Mention window parameters.
245         (Window Parameters): New node and section on window parameters.
246         (Window Hooks): Reword.  Mention that
247         window-configuration-change-hook is run "buffer-locally".
248         * elisp.texi (Top): Update Windows entries in @detailmenu
249         section.
251 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
253         * searching.texi (Regexp Search): Fix typo.
255 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
257         * searching.texi (Regexp Search): Document GREEDY arg.
258         (Simple Match Data): Fix return value.
260 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
262         * nonascii.texi (Text Representations): Rewrite to make consistent
263         with Emacs 23 internal representation of characters.  Document
264         `unibyte-string'.
266 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
268         * processes.texi (Process Information): Note that process-status
269         does not accept buffer names.
271 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
273         * positions.texi (Skipping Characters): Correct return value of
274         skip-chars-forward.
276 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
278         * windows.texi (Deleting Windows): Update documentation of
279         delete-windows-on.
280         (Buffers and Windows): Update documentations of
281         get-buffer-window and get-buffer-window-list.
282         (Displaying Buffers): Update documentation of
283         replace-buffer-in-windows.
285         * buffers.texi (Current Buffer): Reword set-buffer and
286         with-current-buffer documentations.
287         (Creating Buffers): Reword documentation of get-buffer-create.
289 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
291         * buffers.texi (Current Buffer): Reword documentation of
292         set-buffer.
293         (Buffer Names): Reword documentation of buffer-name.
294         (The Buffer List): For bury-buffer explain what happens with the
295         buffer's window.
296         (Creating Buffers): Say that get-buffer-create's arg is called
297         buffer-or-name.
299 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
301         * advice.texi (Computed Advice): Explain what DEFINITION is.
303         * nonascii.texi (Character Codes): Remove obsolete function
304         char-valid-p, and document characterp instead.
306 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
308         * windows.texi (Displaying Buffers): Reword documentation of
309         pop-to-buffer.
310         (Choosing Window): Rewrite documentation of display-buffer and
311         its options.
313         * buffers.texi (Killing Buffers): Update documentation of
314         kill-buffer.
316 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
318         * processes.texi (Serial Ports): Fix wording and improve markup.
320         * searching.texi (Regexp Search): Document `string-match-p' and
321         `looking-at-p'.
322         (POSIX Regexps): Add an xref for "non-greedy".
323         (Regexp Special): Add @cindex entry for "non-greedy".
325         * display.texi (Attribute Functions): Document `face-all-attributes'.
326         (Image Cache) <image-refresh>: Minor wording fixes.
328         * frames.texi (Color Names): Add an xref to `read-color'.
330         * minibuf.texi (High-Level Completion): Document `read-color'.
332         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
334         * positions.texi (Narrowing): Add an xref to "Swapping Text".
336         * buffers.texi (Swapping Text): New section, documents
337         `buffer-swap-text'.
339 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
341         * windows.texi (Resizing Windows): Minor wording fix.
343 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
345         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
346         and `combine-and-quote-strings'.
348         * strings.texi (Creating Strings): Add xrefs for them.
350 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
352         * elisp.texi (Top): Make descriptive text for "Reading File Names"
353         match the corresponding menu in minibuf.texi.
355         * minibuf.texi (Reading File Names): Document `read-shell-command'
356         and `minibuffer-local-shell-command-map'.
358 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
360         * windows.texi (Resizing Windows): Remove var{} around "window" in
361         documentation of enlarge-window.
362         Rewrite documentation of window-min-height and window-min-width.
364 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
366         * functions.texi (Calling Functions): Document `apply-partially'.
368         * hooks.texi (Standard Hooks): Mention
369         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
371         * variables.texi (File Local Variables): Document
372         `file-local-variables-alist', `before-hack-local-variables-hook'
373         and `hack-local-variables-hook'.
375         * processes.texi (Synchronous Processes): Document `process-lines'.
377         * customize.texi (Variable Definitions): Document
378         `custom-reevaluate-setting'.
380 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
382         * windows.texi (Choosing Window, Deleting Windows)
383         (Displaying Buffers): Expand documentation of dedicated windows.
385 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
387         * files.texi (Changing Files): Document symbolic input of file
388         modes to `set-file-modes'.  Document `read-file-modes' and
389         `file-modes-symbolic-to-number'.
391         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
392         and `search-map'.
394         * searching.texi (Search and Replace): Document
395         `replace-search-function' and `replace-re-search-function'.
396         Document `multi-query-replace-map'.
398         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
399         (Completion Commands, Reading File Names): Rename
400         `minibuffer-local-must-match-filename-map' to
401         `minibuffer-local-filename-must-match-map'.
402         (Minibuffer Completion): The `require-match' argument to
403         `completing-read' can now have the value `confirm-only'.
405         * windows.texi (Displaying Buffers): Minor wording fix.
406         (Choosing Window): `split-height-threshold' can now be nil.
407         Document `split-width-threshold'.  `pop-up-frames' can have the
408         value `graphic-only'.
410 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
412         * os.texi (Startup Summary): Document `before-init-time' and
413         `after-init-time'.  Document `initial-window-system' and
414         `window-system-initialization-alist'.  Document reading the
415         abbrevs file.  Document the call to `server-start' under --daemon.
416         Rearrange a bit to be consistent with the code flow.
417         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
418         (Time Parsing): Document `format-seconds'.
420 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
422         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
423         and reword.
425 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
427         * markers.texi (The Mark): Document use-region-p.
429 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
431         * internals.texi (Writing Emacs Primitives): The interactive spec
432         of a primitive can be a Lisp form.
434         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
435         values of transient-mark-mode.  Document handle-shift-selection.
437         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
438         (Interactive Examples): Show an example of `^'.
439         (Key Sequence Input): Document this-command-keys-shift-translated.
440         (Defining Commands, Using Interactive): The interactive-form of a
441         function can be added via its symbol's property.
443         * positions.texi (List Motion): beginning-of-defun-function can
444         now accept an argument.
446         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
447         now return a list of strings.
449         * control.texi (Handling Errors): Document ignore-errors.
451         * frames.texi (Creating Frames): Document frame-inherited-parameters.
452         (Parameter Access): Document set-frame-parameter.
454         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
455         Hooks" for the effect of kill-all-local-variables on local hook
456         functions.
458         * modes.texi (Major Mode Conventions, Mode Line Variables):
459         `mode-name' need not be a string.  xref to "Mode Line Data" for
460         details, and to "Emulating Mode Line" for computing a string
461         value.
463 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
465         * processes.texi (System Processes): New section.
466         (Processes, Signals to Processes): Add xrefs to it.
468         * objects.texi (Editing Types): A `process' is a subprocess of
469         Emacs, not just any process running on the OS.
471         * elisp.texi (Top): Adjust the @detailmenu for the above two
472         changes.
474         * sequences.texi (Char-Tables): Remove documentation of
475         set-char-table-default, which has no effect since Emacs 23.
476         <char-table-range, set-char-table-range>: Don't mention generic
477         characters and charsets.  Add a cons cell as a possible argument.
479         * nonascii.texi (Splitting Characters)
480         (Translation of Characters): Don't mention generic characters.
482         * display.texi (Fontsets): Don't mention generic characters.
484         * sequences.texi (Char-Tables): `map-char-table' can now call its
485         argument FUNCTION with a cons cell as KEY.
487 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
489         * objects.texi (Primitive Function Type): Move "@cindex special
490         forms" from here...
492         * eval.texi (Special Forms): ...to here.
494         * functions.texi (What Is a Function): `functionp' returns nil for
495         special forms.  Add an xref.
497         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
498         Variables".
500         * variables.texi (Frame-Local Variables): New section.
501         (Buffer-Local Variables): Add an xref to it.
502         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
503         have both frame-local and buffer-local binding.
505         * frames.texi (Frames): Mention multiple tty frames.
506         (Frame Parameters, Parameter Access): Mention frame-local variable
507         bindings.
509 2008-09-20  Glenn Morris  <rgm@gnu.org>
511         * display.texi (Defining Faces): Recommend against face variables.
513 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
515         * display.texi (Echo Area Customization): Fix typo.
517 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
519         * loading.texi (Where Defined): Add `defface' item.
521 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
523         * loading.texi (Where Defined): Fix description of symbol-file.
525 2008-08-26  Jason Rumney  <jasonr@gnu.org>
527         * display.texi (TIFF Images): New section describing :index property.
529 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
531         * display.texi (Temporary Displays): Remove unnecessary comment
532         about usage of temp-buffer-show-hook.
534 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
536         * symbols.texi (Other Plists): Fix incorrect example.
537         Suggested by Florian Beck.
539 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
541         * os.texi: Fix previous change.
543 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
545         * os.texi:
546         * intro.texi:
547         * files.texi: Remove VMS support.
549 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
551         * os.texi:
552         * frames.texi:
553         * display.texi: Remove mentions of Mac Carbon.
555 2008-07-01  Miles Bader  <miles@gnu.org>
557         * text.texi (Special Properties):
558         * display.texi (Truncation): Add wrap-prefix and line-prefix.
560 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
562         * display.texi (Other Image Types): Fix copy/paste error; say
563         "PBM", not "XBM".
565 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
567         * os.texi: Remove references to obsolete systems.
569 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
571         * makefile.w32-in (distclean): Remove makefile.
573 2008-06-17  Glenn Morris  <rgm@gnu.org>
575         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
576         (elisp, dist): Remove rules and variables that are obsolete now
577         the lisp manual is no longer distributed separately.
579 2008-06-16  Glenn Morris  <rgm@gnu.org>
581         * configure, configure.in, mkinstalldirs: Remove unused files.
583         * book-spine.texinfo: Set version to 23.0.60.
584         * vol1.texi (EMACSVER):
585         * vol2.texi (EMACSVER): Set to 23.0.60.
587         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
588         as per maintain.info.
590 2008-06-15  Glenn Morris  <rgm@gnu.org>
592         * makefile.w32-in (manual): Use "23" rather than "21".
594         * Makefile.in (emacsver): New, set by configure.
595         (manual): Use emacsver.
597         * intro.texi: Report bugs using M-x report-emacs-bug.
599         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
601 2008-06-13  Daniel Engeler  <engeler@gmail.com>
603         * elisp.texi, internals.texi, processes.texi: Add documentation
604         about serial port access.
606 2008-06-05  Miles Bader  <miles@gnu.org>
608         * display.texi (Displaying Faces): Update to reflect function
609         renamings in face-remap.el.
611 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
613         * display.texi (Fontsets): Fix typos.
615 2008-06-03  Miles Bader  <miles@gnu.org>
617         * display.texi (Displaying Faces): Add add-relative-face-remapping,
618         remove-relative-face-remapping, set-base-face-remapping,
619         and set-default-base-face-remapping.
621 2008-06-01  Miles Bader  <miles@gnu.org>
623         * display.texi (Displaying Faces): Add face-remapping-alist.
625 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
628         variable names.
630 2008-05-03  Eric S. Raymond  <esr@golux>
632         * keymaps.texi: Clarify that (current-local-map) and
633         (current-global-map) return references, not copies.
635 2008-05-02  Juri Linkov  <juri@jurta.org>
637         * minibuf.texi (Text from Minibuffer): Document a list of
638         default values for `read-from-minibuffer'.
640 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
642         * nonascii.texi (Translation of Characters): Fix previous change.
644 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
646         * display.texi (Overlay Properties): Clarify role of underlying
647         textprop and overlay keymaps for display strings.
649         * keymaps.texi (Active Keymaps): Ditto.
651 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * minibuf.texi (Programmed Completion):
654         Replace dynamic-completion-table with the new completion-table-dynamic.
656 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
658         * intro.texi (Some Terms): Change "fonts in this manual" index
659         entry to "typographic conventions".
661 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
663         * objects.texi (Text Props and Strings): Add indexing for read
664         syntax of text properties.
666 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
668         * processes.texi (Decoding Output): Remove process-filter-multibyte
669         functions.
671 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
673         * display.texi (Finding Overlays): Say that empty overlays at
674         the end of the buffer are reported too.
676 2008-03-13  Glenn Morris  <rgm@gnu.org>
678         * elisp.texi (EMACSVER): Set to 23.0.60.
680 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
682         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
684 2008-02-22  Glenn Morris  <rgm@gnu.org>
686         * frames.texi (Position Parameters): Clarify the description of
687         `left' and `top', using information from "Geometry".
688         (Geometry): Give a pointer to "Position Parameters", rather than
689         repeating information.
691 2008-02-11  Glenn Morris  <rgm@gnu.org>
693         * objects.texi (Equality Predicates): No longer talk about "two"
694         functions.
696 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
698         * objects.texi (Equality Predicates): Add defun for
699         equal-including-properties.
701 2008-02-10  Glenn Morris  <rgm@gnu.org>
703         * objects.texi (Equality Predicates):
704         Mention equal-including-properties.
706 2008-02-07  Richard Stallman  <rms@gnu.org>
708         * windows.texi (Window Start): Mention the feature of moving
709         window-start to start of line.
711 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
713         * keymaps.texi (Tool Bar): Document rtl property.
715 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
717         * display.texi (Button Types):
718         For define-button-type, clarify type of NAME.
720 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
722         * buffers.texi (Buffer Modification): Fix typo.
724 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
726         * os.texi (System Environment): Remove references to OSes that are
727         not supported anymore.
729 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
731         * os.texi (System Environment): Remove mention for Masscomp.
733 2008-01-04  Richard Stallman  <rms@gnu.org>
735         * display.texi (Faces): Don't talk about internal face vector as arg
736         to facep.
738         * customize.texi (Type Keywords): Fix previous change.
740         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
741         * elisp.texi (Top): Fix menu for commands.texi change.
743 2007-12-30  Richard Stallman  <rms@gnu.org>
745         * commands.texi (Accessing Mouse): Renamed from Accessing Events.
746         (Accessing Scroll): New node broken out of Accessing Mouse.
748 2007-12-28  Richard Stallman  <rms@gnu.org>
750         * frames.texi (Size Parameters): Fix typo.
751         (Basic Parameters): For `title', refer to title bar.
752         (Size and Position): Explain meaning of frame pixel width and height.
754 2007-12-23  Richard Stallman  <rms@gnu.org>
756         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
757         Improve some of the commented-out keywords' text too.
759 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
761         * nonascii.texi (Encoding and I/O): Reword to avoid saying
762         "visit the current buffer".
764         * os.texi (System Interface): Fix typo.
766 2007-12-04  Richard Stallman  <rms@gnu.org>
768         * objects.texi (Symbol Type): Fix typo.
770 2007-12-03  Richard Stallman  <rms@gnu.org>
772         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
774 2007-12-01  Glenn Morris  <rgm@gnu.org>
776         * functions.texi (Declaring Functions): Improve previous change.
778 2007-11-30  Glenn Morris  <rgm@gnu.org>
780         * functions.texi (Declaring Functions): Add optional fourth
781         argument of declare-function, and setting third argument to `t'.
783 2007-11-29  Richard Stallman  <rms@gnu.org>
785         * customize.texi (Composite Types): Document `group' type.
787 2007-11-29  Glenn Morris  <rgm@gnu.org>
789         * functions.texi (Declaring Functions): Add findex.  Mention
790         `external' files.
792 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
794         * functions.texi (Declaring Functions): Fix directive.
796 2007-11-25  Richard Stallman  <rms@gnu.org>
798         * help.texi (Help Functions): Clean up last change.
800         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
802         * loading.texi (Named Features): Minor cleanup.
804         * macros.texi (Eval During Expansion): Minor cleanup.
806         * variables.texi (Variable Aliases): Minor cleanup.
808 2007-11-24  Richard Stallman  <rms@gnu.org>
810         * functions.texi (Declaring Functions): Clarify previous change.
812         * compile.texi (Compiler Errors): Clarify previous change.
814 2007-11-24  Richard Stallman  <rms@gnu.org>
816         * display.texi (Refresh Screen, Forcing Redisplay):
817         Clarify the text and move items around.
819 2007-11-24  Glenn Morris  <rgm@gnu.org>
821         * functions.texi (Declaring Functions): New section.
822         * compile.texi (Compiler Errors): Mention declaring functions,
823         defvar with no initvalue, and byte-compile-warnings.
825 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
827         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
828         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
830 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
832         * help.texi (Help Functions): Document new macro `with-help-window'.
834 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
836         * searching.texi (Replacing Match): Describe new
837         `match-substitute-replacement'.
839 2007-10-31  Richard Stallman  <rms@gnu.org>
841         * strings.texi (Creating Strings): Null strings from concat not unique.
843 2007-10-26  Richard Stallman  <rms@gnu.org>
845         * objects.texi (Equality Predicates): Null strings are uniquified.
847         * minibuf.texi: Minor clarifications in previous change.
849 2007-10-25  Glenn Morris  <rgm@gnu.org>
851         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
853 2007-10-24  Richard Stallman  <rms@gnu.org>
855         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
857         * variables.texi (Frame-Local Variables): Node deleted.
858         (Variables): Delete Frame-Local Variables from menu.
859         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
860         (Default Value): Don't mention frame-local vars.
862         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
864         * loading.texi (Unloading): Document FEATURE-unload-function
865         instead of FEATURE-unload-hook.
867         * frames.texi (Multiple Displays): Don't mention frame-local vars.
869 2007-10-22  Juri Linkov  <juri@jurta.org>
871         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
872         (High-Level Completion): Document a list of default value strings
873         in the DEFAULT argument, for which minibuffer functions return the
874         first element.
876 2007-10-17  Juri Linkov  <juri@jurta.org>
878         * text.texi (Filling): Update arguments of fill-paragraph.
879         fill-paragraph operates on the active region in Transient Mark mode.
880         Remove fill-paragraph-or-region.
882 2007-10-13  Karl Berry  <karl@gnu.org>
884         * elisp.texi (@dircategory): Move to after @copying,
885         since we want @copying as close as possible to the beginning of
886         the output.
888 2007-10-12  Richard Stallman  <rms@gnu.org>
890         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
892         * commands.texi (Distinguish Interactive): New node,
893         broken out from Interactive Call and rewritten.
894         (Command Loop): Put Distinguish Interactive in menu.
896 2007-10-09  Richard Stallman  <rms@gnu.org>
898         * text.texi (Examining Properties): Mention overlay priority.
900         * display.texi (Display Margins): Correct the description
901         of margin display specifications.
902         (Replacing Specs): New subnode broken out of Display Property.
904 2007-10-06  Juri Linkov  <juri@jurta.org>
906         * text.texi (Filling): Document fill-paragraph-or-region.
908 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
910         * display.texi (Auto Faces): Fix typo.
912 2007-10-02  Richard Stallman  <rms@gnu.org>
914         * display.texi (Display Property): Explain some display specs
915         don't let you move point in.
917         * frames.texi (Cursor Parameters): Describe
918         cursor-in-non-selected-windows here.  Explain more values.
920         * windows.texi (Basic Windows): Don't describe
921         cursor-in-non-selected-windows here.
923 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
925         * processes.texi (Misc Network): Note that these functions are
926         supported only on some systems.
928 2007-10-01  Richard Stallman  <rms@gnu.org>
930         * display.texi (Overlay Properties): Explain nil as priority.
931         Explain that conflicts are unpredictable if not resolved by
932         priorities.
934 2007-09-23  Richard Stallman  <rms@gnu.org>
936         * macros.texi (Backquote): Minor clarification.
938 2007-09-19  Richard Stallman  <rms@gnu.org>
940         * display.texi (Display Property): Explain multiple display specs.
941         Clarify when they work in parallel and when one overrides.
942         Fix error in example.
944 2007-09-06  Glenn Morris  <rgm@gnu.org>
946         Move from lispref/ to doc/lispref/.  Change all setfilename
947         commands to use ../../info.
948         * Makefile.in (infodir): Go up one more level.
949         (usermanualdir): Change from ../man to ../emacs.
950         (miscmanualdir): New.
951         (dist): Use new variable miscmanualdir.
952         * makefile.w32-in (infodir, texinputdir): Go up one more level.
953         (usermanualdir): Change from ../man to ../emacs.
955 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
957         * commands.texi (Command Loop Info): Advise against changing
958         most variables described here.  Explain new variable
959         last-repeatable-command.
961 2007-08-29  Glenn Morris  <rgm@gnu.org>
963         * elisp.texi (EMACSVER): Increase to 23.0.50.
965 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
967         * frames.texi (Basic Parameters): Add display-environment-variable
968         and term-environment-variable.
970 2007-08-28  Juri Linkov  <juri@jurta.org>
972         * display.texi (Image Formats, Other Image Types): Add SVG.
974 2007-08-28  Juri Linkov  <juri@jurta.org>
976         * display.texi (Images): Move formats-related text to new node
977         "Image Formats".
978         (Image Formats): New node.
980 2007-08-27  Richard Stallman  <rms@gnu.org>
982         * windows.texi (Window Configurations): Clarify what
983         a window configuration saves.
985 2007-08-25  Richard Stallman  <rms@gnu.org>
987         * display.texi (Images): Delete redundant @findex.
989 2007-08-16  Richard Stallman  <rms@gnu.org>
991         * processes.texi (Asynchronous Processes): Clarify
992         doc of start-file-process.
994 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
996         * modes.texi (Example Major Modes): Fix typo.
998 2007-08-08  Glenn Morris  <rgm@gnu.org>
1000         * intro.texi (nil and t): Do not use `iff' in documentation.
1002         * tips.texi (Documentation Tips): Recommend against `iff'.
1004 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1006         * display.texi (Image Cache): Document image-refresh.
1008 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1010         * windows.texi (Size of Window): Document window-full-width-p.
1012 2007-07-25  Glenn Morris  <rgm@gnu.org>
1014         * gpl.texi (GPL): Replace license with GPLv3.
1016         * Relicense all FSF files to GPLv3 or later.
1018 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
1020         * processes.texi (Synchronous Processes):
1021         Add `process-file-shell-command'.
1022         (Asynchronous Processes): Mention restricted use of
1023         `process-filter' and `process-sentinel' in
1024         `start-file-process'.  Add `start-file-process-shell-command'.
1026 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
1028         * files.texi (Magic File Names): Introduce optional parameter
1029         IDENTIFICATION for `file-remote-p'.
1031 2007-07-16  Richard Stallman  <rms@gnu.org>
1033         * display.texi (Defining Faces): Fix previous change.
1035 2007-07-14  Richard Stallman  <rms@gnu.org>
1037         * control.texi (Handling Errors): Document `debug' in handler list.
1039 2007-07-10  Richard Stallman  <rms@gnu.org>
1041         * display.texi (Defining Faces): Explain C-M-x feature for defface.
1043 2007-07-09  Richard Stallman  <rms@gnu.org>
1045         * files.texi (Magic File Names): Rewrite previous change.
1047 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1049         * files.texi (Magic File Names): Introduce optional parameter
1050         CONNECTED for `file-remote-p'.
1052 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1054         * processes.texi (Asynchronous Processes):
1055         * files.texi (Magic File Names): Add `start-file-process'.
1057 2007-06-27  Richard Stallman  <rms@gnu.org>
1059         * files.texi (Format Conversion Piecemeal): Clarify
1060         `after-insert-file-functions' calling convention.
1062 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1064         * files.texi (Magic File Names): Remove `dired-call-process'.
1065         Add `process-file'.
1067 2007-06-27  Kenichi Handa  <handa@m17n.org>
1069         * text.texi (Special Properties): Fix description about
1070         `composition' property.
1072 2007-06-26  Kenichi Handa  <handa@m17n.org>
1074         * nonascii.texi (Default Coding Systems): Document about the
1075         return value `undecided'.
1077 2007-06-25  David Kastrup  <dak@gnu.org>
1079         * keymaps.texi (Active Keymaps): Document new POSITION argument of
1080         `current-active-maps'.
1082 2007-06-24  Karl Berry  <karl@gnu.org>
1084         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
1086 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
1088         * display.texi (Overlay Arrow): Doc fix.
1090 2007-06-14  Karl Berry  <karl@tug.org>
1092         * anti.texi (Antinews): Typo.
1094 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1096         * display.texi (Image Cache): Document image-refresh.
1098 2007-06-12  Karl Berry  <karl@gnu.org>
1100         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1101         * two-volume.make: New file.
1102         * .cvsignore: Ignore two-volume files.
1104 2007-06-12  Tom Tromey  <tromey@redhat.com>
1106         * os.texi (Init File): Document user-emacs-directory.
1108 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
1110         * commands.texi (Click Events): Describe width and height when
1111         object is nil.
1113 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
1115         * commands.texi (Click Events): Layout more logically.  Describe
1116         width and height.
1117         (Drag Events, Motion Events): Update to new format for position.
1119 2007-06-02  Richard Stallman  <rms@gnu.org>
1121         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1123 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1125         * Version 22.1 released.
1127 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * text.texi (Special Properties): Correct meaning of fontified face.
1131 2007-05-30  Richard Stallman  <rms@gnu.org>
1133         * text.texi (Special Properties): Add link to Adjusting Point.
1135 2007-05-12  Richard Stallman  <rms@gnu.org>
1137         * text.texi (Margins): indent-to-left-margin is not the default.
1138         (Mode-Specific Indent): For indent-line-function, the default
1139         is indent-relative.
1141         * modes.texi (Example Major Modes): Explain last line of text-mode
1142         is redundant.
1144 2007-05-10  Richard Stallman  <rms@gnu.org>
1146         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1148         * help.texi (Keys in Documentation): Add reference to
1149         Documentation Tips.
1151         * files.texi (Format Conversion): TO-FN gets three arguments.
1153         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1155 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
1157         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1158         * files.texi (Format Conversion): Expand intro; add menu.
1159         (Format Conversion Overview, Format Conversion Round-Trip)
1160         (Format Conversion Piecemeal): New nodes/subsections.
1161         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1162         * text.texi (Text Properties): Remove "Saving Properties" from menu.
1163         (Saving Properties): Delete node/subsection.
1165 2007-05-07  Karl Berry  <karl@gnu.org>
1167         * elisp.texi (EMACSVER): Back to 22.
1169 2007-05-06  Richard Stallman  <rms@gnu.org>
1171         * processes.texi (Accepting Output): Revert most of previous change.
1173 2007-05-05  Richard Stallman  <rms@gnu.org>
1175         * processes.texi (Accepting Output): accept-process-output
1176         uses microseconds, not milliseconds.  But that arg is obsolete.
1178 2007-05-04  Karl Berry  <karl@tug.org>
1180         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1182 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
1184         * tips.texi (Documentation Tips): Rearrange items to place the
1185         more important ones first.  Add an index entry for hyperlinks.
1187 2007-05-03  Karl Berry  <karl@gnu.org>
1189         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1190         (EMACSVER) [smallbook]: 22 for printed version.
1192         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1193         so restore anchor to normal position after defun.  Found by Kevin Ryde.
1195 2007-04-26  Glenn Morris  <rgm@gnu.org>
1197         * elisp.texi (EMACSVER): Increase to 22.1.50.
1199 2007-04-28  Karl Berry  <karl@gnu.org>
1201         * elisp.texi: Improve line breaks on copyright page,
1202         similar layout to emacs manual, 8.5x11 by default.
1204 2007-04-24  Richard Stallman  <rms@gnu.org>
1206         * text.texi (Special Properties): Add xref to Overlay Properties.
1208         * display.texi (Overlay Properties): Add xref to Special Properties.
1210 2007-04-22  Richard Stallman  <rms@gnu.org>
1212         * keymaps.texi (Extended Menu Items): Move the info about
1213         format with cached keyboard binding.
1215 2007-04-21  Richard Stallman  <rms@gnu.org>
1217         * text.texi (Special Properties): Clarify previous change.
1219         * files.texi (File Name Expansion): Clarify previous change.
1221         * display.texi (Attribute Functions): Fix example for
1222         face-attribute-relative-p.
1224 2007-04-19  Kenichi Handa  <handa@m17n.org>
1226         * text.texi (Special Properties): Document composition property.
1228 2007-04-19  Glenn Morris  <rgm@gnu.org>
1230         * files.texi (File Name Expansion): Mention "superroot".
1232 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1234         * frames.texi (Multiple Displays): Add note about "multi-monitor"
1235         setups.
1236         (Display Feature Testing): Note that display refers to all
1237         physical monitors for multi-monitor setups.
1239 2007-04-14  Richard Stallman  <rms@gnu.org>
1241         * lists.texi (Sets And Lists): Clarify `delete' examples.
1242         Remove spurious xref to same node.
1243         Clarify xref for add-to-list.
1245 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1247         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1248         value of lisp-mode-map.
1250 2007-04-11  Karl Berry  <karl@gnu.org>
1252         * anti.texi (Antinews):
1253         * display.texi (Overlay Properties, Defining Images):
1254         * processes.texi (Synchronous Processes, Sentinels):
1255         * syntax.texi (Syntax Table Internals):
1256         * searching.texi (Regexp Special):
1257         * nonascii.texi (Default Coding Systems):
1258         * text.texi (Special Properties):
1259         * minibuf.texi (Basic Completion): Wording to improve breaks in
1260         8.5x11 format.
1261         * elisp.texi (smallbook): New @set to more easily switch between
1262         smallbook and 8.5x11.
1264 2007-04-11  Richard Stallman  <rms@gnu.org>
1266         * text.texi (Lazy Properties): Minor fix.
1268 2007-04-08  Karl Berry  <karl@gnu.org>
1270         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1271         * macros.texi (Backquote): Downcase Backquote in index entries for
1272         consistency.
1274 2007-04-08  Richard Stallman  <rms@gnu.org>
1276         * text.texi (Adaptive Fill): Just describe default,
1277         don't show it (since it contains non-ASCII chars).
1279 2007-04-07  Karl Berry  <karl@gnu.org>
1281         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1282         adaptive-fill-regexp's value, since they are not in the standard
1283         TeX fonts.
1285 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
1287         * display.texi (Defining Faces): Fix example.
1289 2007-04-07  Karl Berry  <karl@gnu.org>
1291         * display.texi (Button Buffer Commands): Improve page break.
1293 2007-04-07  Richard Stallman  <rms@gnu.org>
1295         * advice.texi (Activation of Advice): Remove redundant index entry.
1297         * backups.texi: Improve index entries.  Remove redundant ones.
1299         * compile.texi (Byte Compilation): Improve index entry.
1301         * hash.texi (Creating Hash): Improve index entry.
1303         * symbols.texi (Definitions): Improve index entry.
1305         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
1307         * maps.texi (Standard Keymaps): Remove useless index entry.
1309         * help.texi (Documentation Basics): Remove redundant index entries.
1311         * customize.texi: Improve index entries.
1312         Remove redundant/useless ones.
1314         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
1316         * streams.texi (Output Variables): Improve index entry.
1318         * abbrevs.texi (Abbrevs): Remove useless index entry.
1320         * macros.texi (Expansion): Remove useless index entry.
1322         * text.texi: Improve index entries.  Remove redundant/useless ones.
1323         (Text Properties, Examining Properties)
1324         (Special Properties): Use "property category" instead of "category"
1325         to refer to the `category' property.
1327         * positions.texi: Improve index entries.  Remove useless one.
1329         * lists.texi: Improve index entries.  Remove redundant/useless ones.
1331         * os.texi: Improve index entries.
1332         (Timers): Fix previous change.
1334         * buffers.texi: Improve index entries.
1335         (Modification Time): Get rid of term "obsolete buffer".
1337         * debugging.texi: Improve index entries.
1338         (Test Coverage): Add xref to other test coverage ftr.
1340         * eval.texi: Improve index entry.  Remove redundant ones.
1342         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
1344         * files.texi: Improve index entries.  Remove redundant/useless ones.
1346         * objects.texi: Improve index entries.
1348         * processes.texi: Improve index entries.
1350         * modes.texi: Improve index entry.  Remove redundant one.
1352         * nonascii.texi: Improve index entries.
1354         * internals.texi: Improve index entries.
1356         * syntax.texi: Improve index entries.
1358         * keymaps.texi (Active Keymaps): Improve index entries.
1360         * commands.texi: Improve index entries.  Remove redundant/useless ones.
1362         * frames.texi: Improve index entries.  Remove redundant/useless ones.
1364         * markers.texi: Improve index entries.  Remove redundant ones.
1366         * tips.texi: Improve index entries.
1368         * loading.texi (Unloading): Improve index entry.
1370         * variables.texi: Improve index entries.  Remove redundant one.
1372         * sequences.texi: Improve index entry.
1374         * display.texi: Improve index entries.  Remove redundant ones.
1376         * windows.texi: Improve index entries.
1378         * searching.texi: Improve index entries.  Remove redundant one.
1380         * strings.texi (Case Tables): Improve last change.
1382 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
1384         * strings.texi (Case Tables): Document with-case-table and
1385         ascii-case-table.
1387 2007-04-03  Karl Berry  <karl@gnu.org>
1389         * processes.texi (Network): Reword to improve page break.
1391 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1393         * functions.texi (Inline Functions): Describe more disadvantages
1394         of defsubst, and make advice against it stronger.
1396 2007-04-02  Karl Berry  <karl@gnu.org>
1398         * backups.texi (Backup Names): Avoid widow words.
1399         * modes.texi (Example Major Modes): Align last comment.
1401 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
1403         * keymaps.texi (Remapping Commands): Document new arg to
1404         command-remapping.
1406 2007-04-01  Karl Berry  <karl@gnu.org>
1408         * processes.texi (Low-Level Network): Typo.
1409         * loading.texi (Hooks for Loading): Avoid double "the".
1410         * keymaps.texi (Key Sequences): No double "and".
1411         (Changing Key Bindings): Shorten to improve line break.
1413 2007-03-31  Glenn Morris  <rgm@gnu.org>
1415         * os.texi (Timers): Fix description of run-at-time TIME formats.
1417 2007-03-31  Richard Stallman  <rms@gnu.org>
1419         * display.texi (Invisible Text): Correct buffer-invisibility-spec
1420         regarding ellipsis.
1422 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1424         * intro.texi (nil and t):
1425         * symbols.texi (Plists and Alists):
1426         * variables.texi (Variable Aliases, Constant Variables):
1427         * functions.texi (Defining Functions):
1428         * advice.texi (Advising Primitives):
1429         * debugging.texi (Syntax Errors, Compilation Errors):
1430         * minibuf.texi (Minibuffer Windows):
1431         * commands.texi (Adjusting Point):
1432         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
1433         (Auto Major Mode, Major Mode Conventions):
1434         * help.texi (Describing Characters):
1435         * files.texi (Create/Delete Dirs, Information about Files)
1436         (File Locks, Writing to Files, Reading from Files)
1437         (Saving Buffers):
1438         * windows.texi (Resizing Windows, Cyclic Window Ordering):
1439         * frames.texi (Finding All Frames):
1440         * positions.texi (Buffer End, Motion):
1441         * markers.texi (The Region):
1442         * text.texi (Deletion, Near Point):
1443         * display.texi (Displaying Messages, Truncation):
1444         * os.texi (Processor Run Time):
1445         * tips.texi (Key Binding Conventions, Programming Tips)
1446         (Warning Tips, Documentation Tips, Comment Tips):
1447         * internals.texi (Memory Usage): Improve indexing.
1449         * variables.texi (Frame-Local Variables):
1450         * functions.texi (Argument List):
1451         * loading.texi (Library Search):
1452         * streams.texi (Output Variables):
1453         * keymaps.texi (Translation Keymaps, Searching Keymaps):
1454         * searching.texi (Replacing Match, Search and Replace):
1455         * processes.texi (Byte Packing, Decoding Output)
1456         (Accepting Output, Network Servers, Shell Arguments):
1457         * display.texi (Abstract Display, Image Cache, Scroll Bars):
1458         * windows.texi (Window Point, Window Start):
1459         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
1460         * commands.texi (Reading Input, Keyboard Events):
1461         * minibuf.texi (Reading File Names, Minibuffer Completion)
1462         (Recursive Mini):
1463         * positions.texi (List Motion):
1464         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
1465         * numbers.texi (Arithmetic Operations, Math Functions)
1466         (Predicates on Numbers, Comparison of Numbers):
1467         (Numeric Conversions):
1468         * locals.texi (Standard Buffer-Local Variables):
1469         * maps.texi (Standard Keymaps):
1470         * os.texi (User Identification, System Environment, Recording Input)
1471         (X11 Keysyms):
1472         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
1473         * backups.texi (Backups and Auto-Saving):
1474         * customize.texi (Customization, Group Definitions)
1475         (Variable Definitions):
1476         * compile.texi (Byte Compilation): Improve index entries.
1478 2007-03-31  Karl Berry  <karl@gnu.org>
1480         * macros.texi (Defining Macros): Avoid widow syllable.
1482 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1484         * elisp.texi (Top): Postscript -> PostScript.
1486         * display.texi (Images, Postscript Images): Postscript -> PostScript.
1488 2007-03-31  Markus Triska  <markus.triska@gmx.at>
1490         * internals.texi (Writing Emacs Primitives): Untabify `For'.
1492 2007-03-30  Karl Berry  <karl@gnu.org>
1494         * lists.texi (List-related Predicates): Remove spurious @need.
1495         (Setcdr): Use @smallexample to improve page break.
1496         (Association Lists) <assoc>: Reword to improve page break.
1498         * strings.texi (String Conversion): Insert blank line to improve
1499         page break.
1501         * numbers.texi (Random Numbers): Use @minus{}.
1502         (Math Functions): Use @minus{}.
1504         * intro.texi (Acknowledgements): Avoid line breaks before middle
1505         initials.
1507 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
1509         * errors.texi (Standard Errors): Add an index entry.
1511 2007-03-19  Richard Stallman  <rms@gnu.org>
1513         * os.texi (Recording Input): recent-keys now gives 300 keys.
1515 2007-03-12  Glenn Morris  <rgm@gnu.org>
1517         * os.texi: Replace "daylight savings" with "daylight saving"
1518         throughout.
1520 2007-03-05  Richard Stallman  <rms@gnu.org>
1522         * variables.texi (File Local Variables): Update
1523         enable-local-variables values.
1525 2007-03-04  Richard Stallman  <rms@gnu.org>
1527         * syntax.texi (Control Parsing): Minor clarification.
1529         * strings.texi (Formatting Strings): Clarify width, precision, flags.
1531         * sequences.texi (Sequence Functions): Move string-bytes away,
1532         add xref.
1534         * nonascii.texi (Text Representations): Move string-bytes here.
1536         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1538         * minibuf.texi (Basic Completion): Minor clarification.
1540         * markers.texi (The Mark): Clarify existence vs activation of mark.
1541         Other cleanup.
1543         * display.texi (Finding Overlays): Write better example.
1545         * compile.texi (Eval During Compile): Clarify putting macros
1546         in eval-when-compile.
1548 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
1550         * loading.texi (How Programs Do Loading): Fix anchor position at
1551         load-read-function definition doc.
1553 2007-02-21  Kim F. Storm  <storm@cua.dk>
1555         * strings.texi (Text Comparison): Mention that assoc-string
1556         converts symbols to strings before testing.
1558 2007-02-17  Kim F. Storm  <storm@cua.dk>
1560         * processes.texi (Bindat Spec): Vector types can have optional
1561         element type.
1562         (Bindat Examples): Fix example.  Add vector with element type.
1564 2007-02-16  Andreas Schwab  <schwab@suse.de>
1566         * strings.texi (Formatting Strings): Document '+' flag.
1568 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1570         * strings.texi (Modifying Strings): Clarify that `clear-string'
1571         always converts the string to unibyte.
1573 2007-02-14  Kim F. Storm  <storm@cua.dk>
1575         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1576         Rewrite glyph code description to refer to these functions.
1577         Remove details of encoding face number and char into integer code.
1579 2007-02-03  Alan Mackenzie  <acm@muc.de>
1581         * loading.texi (Hooks for Loading): Make the description of
1582         `eval-after-load' more detailed, and amend the description of
1583         after-load-alist, in accordance with changes from 2006-05.
1585 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1587         * modes.texi (Defining Minor Modes): Document that a :require
1588         keyword or similar may be required to make saved customization
1589         variables work.
1591 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1593         * elisp.texi (Top): Make the detailed menu headers compliant with
1594         Texinfo guidelines and with what texnfo-upd.el expects.  Add
1595         comments to prevent people from inadvertently modifying the key
1596         parts needed by `texinfo-multiple-files-update'.
1598 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1600         * elisp.texi (Top): Update the top-level menus.
1602         * syntax.texi (Categories): Add index entries.
1604 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1606         * display.texi (Attribute Functions): Fix name and description of
1607         the UNDERLINE arg of `set-face-underline-p'.
1609 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
1611         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1612         Variables", and "Standard Keymaps" to the detailed menu.
1614         * variables.texi (Future Local Variables): Add index entry.
1616 2007-01-28  Richard Stallman  <rms@gnu.org>
1618         * tips.texi (Coding Conventions): Clarify the tip about macros
1619         that define a function or a variable.
1621         * files.texi (File Attributes): UID and GID can be floats.
1622         (Magic File Names): Explain why deferring all operations to
1623         the standard handler does not work.
1625 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1627         * backups.texi (Reverting): Use "buffer" instead of "file"
1628         when talking about major and minor modes.
1630 2007-01-21  Richard Stallman  <rms@gnu.org>
1632         * help.texi (Documentation): Add xref to Documentation Tips.
1634 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1636         * tips.texi (Coding Conventions): Fix typos.
1638 2007-01-05  Richard Stallman  <rms@gnu.org>
1640         * modes.texi (Defining Minor Modes): Fix previous change.
1642 2007-01-03  Richard Stallman  <rms@gnu.org>
1644         * customize.texi (Variable Definitions, Customization Types):
1645         Don't use * in doc string for defcustom.
1647 2007-01-02  Richard Stallman  <rms@gnu.org>
1649         * variables.texi (Variable Aliases): Clarify that aliases vars
1650         always have the same value.
1652         * processes.texi (Bindat Spec): Fix Texinfo usage.
1654         * modes.texi (Defining Minor Modes): Explain effect of command
1655         defined with define-global-minor-mode on new buffers.
1657 2006-12-30  Kim F. Storm  <storm@cua.dk>
1659         * keymaps.texi (Tool Bar): Describe `grow-only' value of
1660         `auto-resize-tool-bars'.
1662 2006-12-30  Richard Stallman  <rms@gnu.org>
1664         * keymaps.texi (Active Keymaps): Fix previous change.
1666 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
1668         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1670 2006-12-30  Kim F. Storm  <storm@cua.dk>
1672         * processes.texi (Bindat Spec): Clarify using field names in
1673         length specifications.
1675 2006-12-29  Kim F. Storm  <storm@cua.dk>
1677         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1678         Add count and index variables for eval forms in repeat blocks.
1680 2006-12-24  Richard Stallman  <rms@gnu.org>
1682         * customize.texi (Variable Definitions): Document
1683         new name custom-add-frequent-value.
1685 2006-12-19  Kim F. Storm  <storm@cua.dk>
1687         * commands.texi (Misc Events): User signals now result in sigusr1
1688         and sigusr2 events which are handled through special-event-map.
1689         (Special Events): User signals and drag-n-drop are special.
1691 2006-12-17  Richard Stallman  <rms@gnu.org>
1693         * loading.texi (Named Features): Explain subfeatures better.
1695         * customize.texi: Use "option" only for user options.
1696         For the keyword values inside defcustom etc, say "keywords".
1697         For :options value's elements, say "elements".
1698         :group should not be omitted.
1700         * syntax.texi (Parsing Expressions): Split up node.
1701         (Motion via Parsing, Position Parse, Parser State)
1702         (Low-Level Parsing, Control Parsing): New subnodes.
1703         (Parser State): Document syntax-ppss-toplevel-pos.
1705         * positions.texi (List Motion): Punctuation fix.
1707         * files.texi (File Name Completion): Document PREDICATE arg
1708         to file-name-completion.
1710 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
1712         * internals.texi (Building Emacs, Writing Emacs Primitives):
1713         Add index entries.
1715 2006-12-11  Richard Stallman  <rms@gnu.org>
1717         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1718         affects face menu.  Explain how to make it non-nil without enabling
1719         any fontification.
1721 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
1723         * modes.texi (Font Lock Basics): Document nil value of
1724         font-lock-defaults.
1726 2006-12-10  Glenn Morris  <rgm@gnu.org>
1728         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
1729         value for system-flag argument.  Abbrev tables may not be empty
1730         when major modes are loaded.
1732 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
1734         * makefile.w32-in (maintainer-clean): Partially revert last
1735         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
1736         to protect elisp-covers.texi.
1738 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
1740         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
1741         Don't remove elisp* info files; they are already deleted by the
1742         `clean' and `distclean' targets, and they are in the $(infodir)
1743         directory, not the current one.
1745 2006-12-04  Kim F. Storm  <storm@cua.dk>
1747         * commands.texi (Misc Events): Update signal events.
1748         (Event Examples): Add signal example.
1750 2006-11-29  Richard Stallman  <rms@gnu.org>
1752         * frames.texi (Visibility of Frames): Explain visible windows
1753         can be covered by others.  Add xref for raise-frame.
1755 2006-11-28  Richard Stallman  <rms@gnu.org>
1757         * searching.texi (Regexp Special): Update when ^ is special.
1759 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
1761         * customize.texi (Customization, Common Keywords)
1762         (Group Definitions, Variable Definitions, Composite Types)
1763         (Type Keywords, Customization Types): Add index entries for
1764         various customization keywords.
1766 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
1770 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1772         * frames.texi (Window System Selections): Remove clipboard from
1773         description of selection-coding-system.
1775 2006-11-06  Richard Stallman  <rms@gnu.org>
1777         * lists.texi (List Variables): Document COMPARE-FN.
1779         * keymaps.texi: Avoid use of "binding" to mean a relation;
1780         use it only to refer to the meaning associated with a key.
1781         (Keymaps): Change menu node description.
1783         * elisp.texi (Top): Change menu node description.
1785         * display.texi (Managing Overlays): Document overlay-recenter.
1787 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
1789         * Makefile.in: Use relative paths to avoid advertising filesystem
1790         contents during compilation.
1792 2006-10-23  Kim F. Storm  <storm@cua.dk>
1794         * commands.texi (Event Input Misc): Update unread-command-events.
1796 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
1798         * lists.texi (Sets And Lists): Fix typos.
1800 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
1802         * control.texi (Processing of Errors): Use @var for an argument,
1803         not @code.
1805 2006-10-16  Richard Stallman  <rms@gnu.org>
1807         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
1809         * keymaps.texi (Format of Keymaps): Show all the keymap element
1810         patterns that result from menu items.
1811         (Key Lookup): Minor cleanups.
1813         * modes.texi (Precalculated Fontification): Don't say that
1814         not setting font-lock-defaults avoids loading font-lock.
1816         * help.texi (Documentation): Move xref to Emacs Manual here.
1817         (Documentation Basics): From here.
1818         Also doc emacs-lisp-docstring-fill-column.
1820         * elisp.texi: Update version and ISBN.
1822         * commands.texi (Interactive Call): Clarify KEYS arg to
1823         call-interactively is a vector.
1824         (Command Loop Info): Delete anchor in this-command-keys.
1825         Add anchor in this-command-keys-vector.
1826         (Recursive Editing): Document how recursive-edit
1827         handles the current buffer.
1829 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
1831         * frames.texi (Frame Titles): %c and %l are ignored in
1832         frame-title-format.
1834 2006-10-11  Richard Stallman  <rms@gnu.org>
1836         * keymaps.texi (Key Sequences): Clarify use of kbd.
1838 2006-10-10  Kim F. Storm  <storm@cua.dk>
1840         * lists.texi (Sets And Lists): Add memql.
1842 2006-10-03  Richard Stallman  <rms@gnu.org>
1844         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
1845         Clarify :ascii: and :nonascii:.
1847 2006-09-29  Juri Linkov  <juri@jurta.org>
1849         * modes.texi (%-Constructs): Reorder coding systems in the
1850         documentation of %z to the real order displayed in the modeline.
1852 2006-09-25  Richard Stallman  <rms@gnu.org>
1854         * os.texi (Timers): Describe timer-max-repeats.
1856 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1858         * os.texi (Timers): Mention with-local-quit.
1860 2006-09-24  Richard Stallman  <rms@gnu.org>
1862         * searching.texi (Searching and Matching): Mention property search.
1864         * commands.texi (Command Loop Info): Explain how read-event affects
1865         this-command-keys.
1867 2006-09-20  Richard Stallman  <rms@gnu.org>
1869         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
1871         * windows.texi (Window Start): Minor cleanups.
1873 2006-09-20  Kim F. Storm  <storm@cua.dk>
1875         * windows.texi (Window Start): pos-visible-in-window-p allows
1876         specifying t for position to mean "end of window".
1877         Add window-line-height.
1879         * anti.texi (Antinews): Mention window-line-height.
1881 2006-09-19  David Kastrup  <dak@gnu.org>
1883         * keymaps.texi (Searching Keymaps): Small clarification.
1885 2006-09-18  Richard Stallman  <rms@gnu.org>
1887         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1888         cause keyboard menus.
1889         (Menu Keymaps): Likewise.
1890         (Defining Menus, Keyboard Menus): Clarify.
1892         * text.texi (Fields): Clarify explanation of constrain-to-field.
1894 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
1896         * variables.texi (Tips for Defining): Fix a typo.
1898 2006-09-15  Richard Stallman  <rms@gnu.org>
1900         * keymaps.texi (Remapping Commands, Searching Keymaps)
1901         (Active Keymaps): Clean up previous change.
1903 2006-09-15  Jay Belanger  <belanger@truman.edu>
1905         * gpl.texi: Replace "Library Public License" by "Lesser Public
1906         License" throughout.
1908 2006-09-15  David Kastrup  <dak@gnu.org>
1910         * keymaps.texi (Active Keymaps): Adapt description to use
1911         `get-char-property' instead `get-text-property'.  Explain how
1912         mouse events change this.  Explain the new optional argument of
1913         `key-binding' and its mouse-dependent lookup.
1914         (Searching Keymaps): Adapt description similarly.
1915         (Remapping Commands): Explain the new optional argument of
1916         `command-remapping'.
1918 2006-09-14  Richard Stallman  <rms@gnu.org>
1920         * keymaps.texi (Searching Keymaps): Clarification.
1921         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1923 2006-09-13  Richard Stallman  <rms@gnu.org>
1925         * objects.texi (Character Type): Node split.
1926         Add xref to Describing Characters.
1927         (Basic Char Syntax, General Escape Syntax)
1928         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
1930 2006-09-11  Richard Stallman  <rms@gnu.org>
1932         * display.texi (Display Table Format): Wording clarification.
1933         (Glyphs): Clarifications.
1935 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
1937         * keymaps.texi (Active Keymaps): Mention that key-binding checks
1938         local maps.
1940 2006-09-10  Kim F. Storm  <storm@cua.dk>
1942         * display.texi (Forcing Redisplay): Document return value of
1943         function redisplay.
1945 2006-09-09  Richard Stallman  <rms@gnu.org>
1947         * windows.texi (Window Hooks): Explain limits of
1948         window-scroll-functions.
1950         * display.texi (Fringe Indicators): Update for last change in
1951         indicate-buffer-boundaries.
1953 2006-09-08  Richard Stallman  <rms@gnu.org>
1955         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1957 2006-09-06  Kim F. Storm  <storm@cua.dk>
1959         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1961         * windows.texi (Window Start): Update pos-visible-in-window-p.
1963 2006-09-04  Richard Stallman  <rms@gnu.org>
1965         * processes.texi (Accepting Output): Explain SECONDS=0 for
1966         accept-process-output.
1968         * os.texi (Idle Timers): Explain why timer functions should not
1969         loop until (input-pending-p).
1971 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
1973         * makefile.w32-in (usermanualdir): New variable.
1974         (elisp.dvi): Use it.
1976 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
1978         * buffers.texi (Buffer Modification): Fix last change.
1980 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
1982         * buffers.texi (Buffer Modification): Document
1983         buffer-chars-modified-tick.
1985 2006-08-31  Richard Stallman  <rms@gnu.org>
1987         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1989 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
1991         * modes.texi (Syntactic Font Lock):
1992         Mention font-lock-syntactic-face-function
1993         instead of specific faces.
1995 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
1997         * display.texi (Images): Add xrref to display-images-p.
1999 2006-08-28  Kenichi Handa  <handa@m17n.org>
2001         * nonascii.texi (Lisp and Coding Systems): Fix description of
2002         detect-coding-region.
2004 2006-08-27  Michael Olson  <mwolson@gnu.org>
2006         * processes.texi (Transaction Queues): Remove stray quote
2007         character.
2009 2006-08-25  Richard Stallman  <rms@gnu.org>
2011         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2012         Add xref.
2014 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
2016         * os.texi (Timers): Avoid waiting inside timers.
2018 2006-08-21  Lute Kamstra  <lute@gnu.org>
2020         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2022 2006-08-20  Richard Stallman  <rms@gnu.org>
2024         * os.texi (Idle Timers): New node, split out from Timers.
2025         Document current-idle-time.
2026         * commands.texi (Reading One Event): Update xref.
2027         * elisp.texi (Top): Update subnode menu.
2029 2006-08-16  Richard Stallman  <rms@gnu.org>
2031         * keymaps.texi (Extended Menu Items): Show format of cached
2032         bindings in extended menu items.
2034         * customize.texi (Variable Definitions): Explain when the
2035         standard value expression is evaluated.
2037 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
2039         * commands.texi (Reading One Event): Explain idleness in
2040         `read-event'.
2042 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
2044         * text.texi (Near Point): Say "cursor" not "terminal cursor".
2045         (Commands for Insertion): Removed split-line since it's not
2046         relevant for Lisp programming.
2047         (Yank Commands): Rewrite introduction.
2048         (Undo): Clarify.
2049         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
2050         (Filling): Remove redundant comment.  Clarify return value of
2051         current-justification.
2052         (Margins): Minor clarifications.
2053         (Adaptive Fill): Update default value of adaptive-fill-regexp.
2054         (Sorting): Update definition of sort-lines.
2055         (Columns): Clarify behavior of sort-columns.
2056         (Indent Tabs): Link to Tab Stops in Emacs manual.
2057         (Special Properties): Clarify.
2058         (Clickable Text): Mention Buttons package.
2060 2006-08-12  Kevin Ryde  <user42@zip.com.au>
2062         * os.texi (Time Parsing): Add %z to description of
2063         format-time-string, as per docstring.  Add cross reference to
2064         glibc manual for strftime.
2066 2006-08-08  Richard Stallman  <rms@gnu.org>
2068         * modes.texi: Clean up wording in previous change.
2070 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
2072         * modes.texi (Hooks): Clarify.
2073         (Major Mode Basics): Mention define-derived-mode explicitly.
2074         (Major Mode Conventions): Rebinding RET is OK for some modes.
2075         Mention change-major-mode-hook and after-change-major-mode-hook.
2076         (Example Major Modes): Moved to end of Modes section.
2077         (Mode Line Basics): Clarify.
2078         (Mode Line Data): Mention help-echo and local-map in strings.
2079         Explain reason for treatment of non-risky variables.
2080         (Properties in Mode): Clarify.
2081         (Faces for Font Lock): Add font-lock-negation-char-face.
2083 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
2085         * strings.texi (Formatting Strings): Warn against arbitrary
2086         strings as first arg to `format'.
2088 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
2090         * text.texi (Clickable Text): Mention `help-echo' text property.
2091         Update intro, examples and associated explanations.
2093 2006-07-31  Richard Stallman  <rms@gnu.org>
2095         * commands.texi: Update xrefs.
2096         (Event Mod): New node, cut out from old Translating Input.
2098         * maps.texi: Update xrefs.
2100         * keymaps.texi (Translation Keymaps): New node.
2101         Update xrefs from Translating Input to Translation Keymaps.
2103         * elisp.texi (Top): Update subnode menu.
2105         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2107         * os.texi (System Interface): Fix menu descriptions of some nodes.
2108         (Translating Input): Node deleted.
2110 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
2112         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2114         * lists.texi (Sets And Lists): Likewise.
2116 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
2118         * text.texi (Fields): Mention POS
2119         requirement when narrowing is in effect.
2121 2006-07-28  Richard Stallman  <rms@gnu.org>
2123         * display.texi (Face Attributes): Simplify wording.
2124         (Attribute Functions): Clarify meaning of new-frame default
2125         attribute settings.
2127         * customize.texi (Common Keywords): Document how to use
2128         :package-version in a package not in Emacs.
2130 2006-07-28  Kim F. Storm  <storm@cua.dk>
2132         * commands.texi (Reading One Event): Fix last change.
2134 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
2136         * commands.texi (Reading One Event): Document SECONDS argument for
2137         read-event, read-char, and read-char-exclusive.
2139 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2141         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2142         to ensure correct identification.
2144 2006-07-24  Richard Stallman  <rms@gnu.org>
2146         * text.texi (Clickable Text): Clarify.
2148         * sequences.texi (Vector Functions): Delete duplicate xref.
2150         * objects.texi (Function Type): Clarify.
2152         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2153         modes.
2155         * lists.texi (List Variables): New node.
2156         Material moved from other nodes.
2158         * variables.texi (Setting Variables): add-to-list and
2159         add-to-ordered-list moved to List Variables node.
2161 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
2163         * text.texi (Links and Mouse-1):
2164         For mouse-on-link-p, expand on arg POS.
2166 2006-07-21  Kim F. Storm  <storm@cua.dk>
2168         * display.texi (Forcing Redisplay): Don't mention systems which
2169         don't support sub-second timers for redisplay-preemption-period.
2171         * os.texi (Terminal Output): Clarify text vs graphical terminal.
2173 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
2175         * frames.texi (Input Focus): Document that focus-follows-mouse has
2176         no effect on MS-Windows.
2178 2006-07-18  Richard Stallman  <rms@gnu.org>
2180         * display.texi (Forcing Redisplay): Cleanups in previous change.
2182         * processes.texi (Low-Level Network): Make menu more convenient.
2184 2006-07-18  Kim F. Storm  <storm@cua.dk>
2186         * display.texi (Forcing Redisplay): redisplay-preemption-period
2187         only used on window systems.  Add xref to Terminal Output.
2189         * os.texi (Terminal Output): baud-rate only controls preemption on
2190         non-window systems.  Add xref to Forcing Redisplay.
2192         * processes.texi (Low-Level Network): Rename node "Make Network"
2193         to "Network Processes".
2195 2006-07-18  Karl Berry  <karl@gnu.org>
2197         * variables.texi, functions.texi, customize.texi, loading.texi:
2198         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2200 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
2202         * commands.texi (Waiting): Document batch-mode sit-for behavior.
2204 2006-07-17  Richard Stallman  <rms@gnu.org>
2206         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2207         Put period and comma inside quotes.
2209         * loading.texi, markers.texi: Use real doublequote inside menus.
2211         * windows.texi: Put point and comma inside quotes.
2212         (Textual Scrolling): Use @samp for error message.
2214         * variables.texi, tips.texi, syntax.texi, symbols.texi:
2215         * strings.texi, streams.texi, processes.texi, os.texi:
2216         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2217         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2218         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2219         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2220         Put point and comma inside quotes.
2222         * control.texi (Processing of Errors): Add command-error-function.
2224         * variables.texi (File Local Variables): Clarify that
2225         file local variables make buffer-local bindings.
2227         * modes.texi (Syntactic Font Lock): Give default for
2228         font-lock-syntax-table.
2230 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
2232         * text.texi (Special Properties): Clean up previous change.
2234 2006-07-16  Karl Berry  <karl@gnu.org>
2236         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2237         * control.texi: Fix bad page breaks through chapter 10 (control).
2239         * anti.texi (Antinews): Reorder face-attribute fns to avoid
2240         underfull hbox.
2242 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
2244         * text.texi (Special Properties): Describe fontified text property
2245         in relation to a character (not text).
2247 2006-07-15  Kim F. Storm  <storm@cua.dk>
2249         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2250         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2251         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2253         * anti.texi (Antinews): Mention redisplay function.
2254         The kbd macro existed, but was not documented, before 22.x.
2255         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2257 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
2259         * display.texi (Displaying Messages): Add anchor.
2261         * frames.texi (Dialog Boxes): Use it.
2263 2006-07-12  Richard Stallman  <rms@gnu.org>
2265         * objects.texi (Frame Type): Explain nature of frames better.
2267         * frames.texi (Frames): Explain nature of frames better.
2269 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
2271         * tips.texi (Coding Conventions): Explain why use cl at compile time.
2273 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2275         * frames.texi (Window System Selections): Mention scrap support for Mac.
2276         Default value of x-select-enable-clipboard is t on Mac.
2278         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2280 2006-07-11  Kim F. Storm  <storm@cua.dk>
2282         * display.texi (Forcing Redisplay): Add `redisplay' function.
2283         Don't mention (sit-for -1) -- use (redisplay t) instead.
2285         * commands.texi (Waiting): (sit-for -1) is no longer special.
2286         (sit-for 0) is equivalent to (redisplay).
2287         Iconifying/deiconifying no longer makes sit-for return.
2289 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
2291         * display.texi (Buttons): Fix typo.
2293         * index.texi, elisp.texi (New Symbols): Comment node out.
2295 2006-07-09  Richard Stallman  <rms@gnu.org>
2297         * display.texi (Truncation): Clean up previous change.
2299 2006-07-08  Richard Stallman  <rms@gnu.org>
2301         * commands.texi (Interactive Call): Use 3 as prefix in example
2302         for execute-extended-command.
2304         * display.texi (Attribute Functions): Move paragraph about
2305         compatibility with Emacs < 21.
2307 2006-07-09  Kim F. Storm  <storm@cua.dk>
2309         * display.texi (Refresh Screen): Clarify force-window-update.
2310         (Truncation): "Normally" indicated by fringe arrows.
2312 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
2314         * windows.texi (Textual Scrolling, Resizing Windows):
2315         * variables.texi (Constant Variables):
2316         * text.texi (Buffer Contents, Deletion, Changing Properties)
2317         (Property Search, Special Properties, Sticky Properties)
2318         (Links and Mouse-1, Fields, Change Hooks):
2319         * syntax.texi (Syntax Table Functions, Parsing Expressions)
2320         (Categories):
2321         * symbols.texi (Other Plists):
2322         * streams.texi (Output Variables):
2323         * processes.texi (Input to Processes, Query Before Exit):
2324         * positions.texi (Word Motion, Text Lines, List Motion):
2325         * os.texi (Init File, System Environment, Sound Output)
2326         (Session Management):
2327         * nonascii.texi (Text Representations, Character Sets)
2328         (Chars and Bytes, Locales):
2329         * modes.texi (Defining Minor Modes, Header Lines):
2330         * minibuf.texi (Minibuffer Contents):
2331         * markers.texi (Information from Markers):
2332         * lists.texi (List Elements, Building Lists, Association Lists):
2333         * keymaps.texi (Tool Bar):
2334         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
2335         * functions.texi (What Is a Function, Mapping Functions):
2336         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
2337         (Color Names, Text Terminal Colors, Display Feature Testing):
2338         * files.texi (Visiting Functions, File Name Components)
2339         (Unique File Names, Contents of Directories):
2340         * display.texi (Forcing Redisplay, Displaying Messages)
2341         (Temporary Displays, Font Selection, Auto Faces)
2342         (Font Lookup, Fringe Indicators, Display Margins)
2343         (Image Descriptors, Showing Images, Image Cache, Button Types)
2344         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
2345         (Display Table Format, Glyphs):
2346         * control.texi (Iteration):
2347         * commands.texi (Command Loop Info, Adjusting Point):
2348         * backups.texi (Making Backups, Auto-Saving):
2349         Remove @tindex entries.
2351 2006-07-07  Kim F. Storm  <storm@cua.dk>
2353         * display.texi (Fringe Cursors): Fix typo.
2354         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
2355         (Overlay Arrow): Default is overlay-arrow fringe indicator.
2357 2006-07-05  Richard Stallman  <rms@gnu.org>
2359         * text.texi (Buffer Contents): Add example of text props
2360         in result of buffer-substring.
2361         (Text Properties): Explain better about use of specific property names.
2362         (Property Search): Some cleanups; reorder some functions.
2364         * keymaps.texi (Changing Key Bindings): Cleanup.
2365         Add xref to Key Binding Conventions.
2367         * display.texi (Attribute Functions): Add examples for
2368         face-attribute-relative-p.
2370         * tips.texi (Coding Conventions): Cleanup last change.
2372 2006-07-05  Karl Berry  <karl@gnu.org>
2374         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
2375         Remove @setchapternewpage odd.
2376         Result is 1013 pages, down from 1100.
2378         * anti.texi, customize.texi, display.texi, internals.texi:
2379         * minibuf.texi, modes.texi, tips.texi:
2380         Fix overfull/underfull boxes.
2382 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
2384         * edebug.texi (Instrumenting):
2385         Add Edebug-specific findex for eval-buffer.
2386         * loading.texi (Loading):
2387         Replace eval-current-buffer with eval-buffer.
2389 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
2391         * locals.texi (Standard Buffer-Local Variables): Update the list
2392         of variables.
2394 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
2396         * files.texi (File Name Completion): Point user to the node
2397         "Reading File Names".
2399 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
2401         * files.texi (Contents of Directories): Document case-insensitive
2402         behavior on respective filesystems.
2404         * objects.texi (Character Type): Document that Emacs signals an
2405         error for unsupported Unicode characters specified as \uNNNN.
2407 2006-06-19  Richard Stallman  <rms@gnu.org>
2409         * processes.texi (Bindat Spec): Clarify previous change.
2411 2006-06-16  Richard Stallman  <rms@gnu.org>
2413         * tips.texi (Coding Conventions): Better explain conventions
2414         for definition constructs.
2416         * text.texi (Special Properties): String value of `read-only'
2417         serves as the error message.
2419         * objects.texi (Character Type): Clarify prev. change.
2420         (Non-ASCII in Strings): Mention \u and \U.
2422         * commands.texi (Using Interactive): Explain problem of
2423         markers, etc., in command-history.
2425 2006-06-14  Kim F. Storm  <storm@cua.dk>
2427         * commands.texi (Waiting): Negative arg to sit-for forces
2428         redisplay even if input is pending.
2430         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
2431         redisplay.  Remove incorrect example of binding redisplay-dont-pause
2432         around (sit-for 0).
2434 2006-06-13  Richard Stallman  <rms@gnu.org>
2436         * display.texi (Forcing Redisplay): Clarify previous change.
2438 2006-06-13  Romain Francoise  <romain@orebokech.com>
2440         * display.texi (Forcing Redisplay): Fix typo.
2442 2006-06-13  Kim F. Storm  <storm@cua.dk>
2444         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
2446 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
2448         * tips.texi (Coding Conventions): Add `@end itemize'.
2450 2006-06-10  Richard Stallman  <rms@gnu.org>
2452         * tips.texi (Coding Conventions): Explain use of coding systems
2453         to ensure one decoding for strings.
2455 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
2457         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
2458         syntax.
2460 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
2462         * display.texi (Font Selection): Remove description of
2463         clear-face-cache.
2465         * compile.texi (Eval During Compile): Fix a typo.  Add index
2466         entries for possible uses of eval-when-compile.
2468 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
2470         * display.texi (Abstract Display): Fix typo.
2472 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
2474         * minibuf.texi (Minibuffer History) <history-add-new-input>:
2475         Reword variable's description.
2477 2006-06-01  Richard Stallman  <rms@gnu.org>
2479         * windows.texi (Splitting Windows): Clarify splitting nonselected
2480         window.
2482 2006-05-31  Juri Linkov  <juri@jurta.org>
2484         * minibuf.texi (Minibuffer History): Add history-add-new-input.
2486 2006-05-30  Richard Stallman  <rms@gnu.org>
2488         * display.texi (Line Height): Fix errors in description of
2489         default line height and line-height property.
2491         * nonascii.texi (Default Coding Systems): Further clarification.
2493 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2495         * internals.texi (Pure Storage): Mention that an overflow in pure
2496         space causes a memory leak.
2497         (Garbage Collection): If there was an overflow in pure space,
2498         `garbage-collect' returns nil.
2500 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
2502         * nonascii.texi (Default Coding Systems): Fix it some more.
2504 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
2506         * nonascii.texi (Default Coding Systems): Fix last change.
2508 2006-05-29  Kenichi Handa  <handa@m17n.org>
2510         * nonascii.texi (find-operation-coding-system): Describe the new
2511         argument format (FILENAME . BUFFER).
2513 2006-05-28  Richard Stallman  <rms@gnu.org>
2515         * tips.texi (Coding Conventions): Better explain reasons not to
2516         advise other packages or use `eval-after-load'.
2518 2006-05-29  Kim F. Storm  <storm@cua.dk>
2520         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2521         `bindat-idx' and `bindat-raw' for clarity.
2523 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2525         * processes.texi (Bindat Spec): Expand on `repeat' handler.
2527         * display.texi (Display): Add "Abstract Display" to menu.
2528         (Abstract Display, Abstract Display Functions)
2529         (Abstract Display Example): New nodes.
2530         * elisp.texi (Top): Add "Abstract Display" to menu.
2532 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
2534         * keymaps.texi (Key Sequences): Link to input events definition.
2535         (Format of Keymaps): Delete material duplicated in Keymap Basics.
2537         * files.texi (Changing Files): Document updated argument list for
2538         copy-file.
2540 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2542         * processes.texi (Bindat Functions): Explain term "total length".
2543         Use it in bindat-length and bindat-pack descriptions.
2545 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2547         * tips.texi (Coding Conventions): Advise against using
2548         eval-after-load in packages.  Add an index entry.
2550 2006-05-25  Juri Linkov  <juri@jurta.org>
2552         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2554         * modes.texi (%-Constructs): Add %e, %z, %Z.
2556 2006-05-25  Richard Stallman  <rms@gnu.org>
2558         * elisp.texi (Top): Update subnode menu.
2560         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2561         (Keymaps): Update menu.
2563 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2565         * keymaps.texi (Key Sequences): Some clarifications.
2567 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2569         * processes.texi (Bindat Functions): Say "unibyte string"
2570         explicitly for bindat-unpack and bindat-pack descriptions.
2571         (Bindat Examples): Don't call `string-make-unibyte' in example.
2573 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2575         * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
2576         Explain string and vector representations of key sequences.
2578         * keymaps.texi (Changing Key Bindings):
2579         * commands.texi (Interactive Codes):
2580         * help.texi (Describing Characters): Refer to it.
2582 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
2584         * frames.texi (Pointer Shape): @end table -> @end defvar.
2586 2006-05-22  Richard Stallman  <rms@gnu.org>
2588         * elisp.texi (Top): Update subnode menus.
2590         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2591         Contents rewritten; material from old Pointer Shape node moved here.
2593         * display.texi (Pointer Shape): Node deleted.
2594         (Image Descriptors): Minor cleanup.
2596 2006-05-21  Richard Stallman  <rms@gnu.org>
2598         * syntax.texi (Parsing Expressions): Update info on which STATE
2599         elements are ignored.
2601 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
2603         * hooks.texi (Standard Hooks): Correct typo.
2605         * gpl.texi (GPL): ifinfo -> ifnottex.
2607 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
2609         * searching.texi (Simple Match Data): Warn about match data being
2610         set anew by every search.
2612 2006-05-17  Richard Stallman  <rms@gnu.org>
2614         * minibuf.texi (Minibuffer History): Clarify.
2616         * searching.texi (Regexp Special): Clarify nested regexp warning.
2618 2006-05-16  Kim F. Storm  <storm@cua.dk>
2620         * minibuf.texi (Minibuffer History): Update add-to-history.
2622 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
2624         * nonascii.texi (Explicit Encoding): Fix
2625         typo (encoding<->decoding).
2627 2006-05-14  Richard Stallman  <rms@gnu.org>
2629         * buffers.texi (Creating Buffers): Cleanup.
2631         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2633 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
2635         * buffers.texi (Current Buffer): Document that with-temp-buffer
2636         disables undo.
2638         * os.texi (Terminal-Specific): More accurate description of how
2639         Emacs searches for the terminal-specific libraries.
2641 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
2643         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2644         emacs-xtra to @inforef's.
2646         * text.texi (Undo): Document that undo is turned off in buffers
2647         whose names begin with a space.
2649         * buffers.texi (Buffer Names): Add index entries for buffers whose
2650         names begin with a space.
2651         (Creating Buffers): Document that undo is turned off in buffers
2652         whose names begin with a space.
2654         * files.texi (Visiting Functions, Reading from Files)
2655         (Saving Buffers): Mention code and EOL conversions by file I/O
2656         primitives and subroutines.
2658         * nonascii.texi (Lisp and Coding Systems): Document
2659         coding-system-eol-type.  Add index entries for eol conversion.
2661         * display.texi (Defining Faces): Mention `mac', and add an xref to
2662         where window-system is described.
2664 2006-05-10  Richard Stallman  <rms@gnu.org>
2666         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2668 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2670         * variables.texi (File Local Variables): Recommend to quote lambda
2671         expressions in safe-local-variable property.
2673 2006-05-09  Richard Stallman  <rms@gnu.org>
2675         * variables.texi (File Local Variables): Document
2676         safe-local-eval-forms and safe-local-eval-function.
2678 2006-05-07  Kim F. Storm  <storm@cua.dk>
2680         * minibuf.texi (Minibuffer History): Remove keep-dups arg
2681         from add-to-history.
2683 2006-05-07  Romain Francoise  <romain@orebokech.com>
2685         * commands.texi (Event Input Misc):
2686         * compile.texi (Eval During Compile):
2687         * internals.texi (Buffer Internals):
2688         * minibuf.texi (Initial Input):
2689         * nonascii.texi (Scanning Charsets):
2690         * numbers.texi (Comparison of Numbers):
2691         * windows.texi (Textual Scrolling, Vertical Scrolling):
2692         Fix various typos.
2694 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
2696         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2697         conditional xref's to either emacs or emacs-xtra, depending on
2698         @iftex/@ifnottex.
2700         * minibuf.texi (Minibuffer History): Document add-to-history.
2702 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2704         * internals.texi (Pure Storage): Mention the pure overflow message
2705         at startup.
2707 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
2709         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2710         (Searching Keymaps): Fix pseudo-Lisp description of keymap
2711         search.
2713 2006-05-01  Richard Stallman  <rms@gnu.org>
2715         * intro.texi (nil and t): Clarify.
2717         * variables.texi (File Local Variables): Suggest using booleanp.
2719 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
2721         * objects.texi (Type Predicates): Fix typos.
2723 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * intro.texi (nil and t): Add booleanp.
2727         * objects.texi (Type Predicates): Add links for booleanp and
2728         string-or-null-p.
2730 2006-04-29  Richard Stallman  <rms@gnu.org>
2732         * modes.texi (Multiline Font Lock): Rename from
2733         Multi line Font Lock Elements.  Much clarification.
2734         (Font Lock Multiline, Region to Fontify): Much clarification.
2736 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * variables.texi (File Local Variables): Remove the special case t for
2739         safe-local-variable.
2741 2006-04-26  Richard Stallman  <rms@gnu.org>
2743         * syntax.texi (Parsing Expressions): Minor cleanup.
2745 2006-04-18  Richard Stallman  <rms@gnu.org>
2747         * tips.texi (Coding Conventions): Explain when the package's
2748         prefix should appear later on (not at the start of the name).
2750         * searching.texi (String Search): Clarify effect of NOERROR.
2752         * modes.texi (Imenu): Clarify what special items do.
2754         * hooks.texi (Standard Hooks): Delete text about old hook names.
2756 2006-04-17  Romain Francoise  <romain@orebokech.com>
2758         * variables.texi (Local Variables): Update the default value of
2759         `max-specpdl-size'.
2761 2006-04-15  Michael Olson  <mwolson@gnu.org>
2763         * processes.texi (Transaction Queues): Mention the new optional
2764         `delay-question' argument for `tq-enqueue'.
2766 2006-04-13  Bill Wohler  <wohler@newt.com>
2768         * customize.texi (Common Keywords): Use dotted notation for
2769         :package-version value.  Specify its values.  Improve documentation
2770         for customize-package-emacs-version-alist.
2772 2006-04-12  Bill Wohler  <wohler@newt.com>
2774         * customize.texi (Common Keywords): Move description of
2775         customize-package-emacs-version-alist to @defvar.
2777 2006-04-10  Bill Wohler  <wohler@newt.com>
2779         * customize.texi (Common Keywords): Add :package-version.
2781 2006-04-10  Kim F. Storm  <storm@cua.dk>
2783         * text.texi (Buffer Contents): Add NOPROPS arg to
2784         filter-buffer-substring.
2786 2006-04-08  Kevin Ryde  <user42@zip.com.au>
2788         * os.texi (Command-Line Arguments): Update xref to emacs manual
2789         "Command Arguments" -> "Emacs Invocation", per change there.
2791 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
2793         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
2794         be on one line to help makeinfo not render two spaces after the dot.
2796 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2798         * strings.texi (Predicates for Strings): Add string-or-null-p.
2800 2006-03-28  Kim F. Storm  <storm@cua.dk>
2802         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
2803         remarks about systems that don't support fractional seconds.
2805 2006-03-25  Karl Berry  <karl@gnu.org>
2807         * elisp.texi: Use @copyright{} instead of (C), and do not indent
2808         the year list.
2810 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
2812         * display.texi (Fringe Indicators): Fix typos.
2814 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
2816         * tips.texi (Documentation Tips): One can now also write `program'
2817         in front of a quoted symbol in a docstring to prevent making a
2818         hyperlink.
2820 2006-03-19  Alan Mackenzie  <acm@muc.de>
2822         * text.texi (Special Properties): Clarify `fontified' property.
2824 2006-03-16  Richard Stallman  <rms@gnu.org>
2826         * display.texi (Defining Images): Minor cleanup.
2828 2006-03-16  Bill Wohler  <wohler@newt.com>
2830         * display.texi (Defining Images): In image-load-path-for-library,
2831         prefer user's images.
2833 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2835         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
2837 2006-03-15  Bill Wohler  <wohler@newt.com>
2839         * display.texi (Defining Images): Fix example in
2840         image-load-path-for-library by not recommending that one binds
2841         image-load-path.  Just defvar it to placate compiler and only use
2842         it if previously defined.
2844 2006-03-14  Bill Wohler  <wohler@newt.com>
2846         * display.texi (Defining Images): In image-load-path-for-library,
2847         always return list of directories.  Update example.
2849 2006-03-14  Alan Mackenzie  <acm@muc.de>
2851         * modes.texi: New node, "Region to Fontify" (for Font Lock).
2852         This describes font-lock-extend-region-function.
2853         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
2854         the new node "Region to Fontify".
2856 2006-03-13  Richard Stallman  <rms@gnu.org>
2858         * display.texi (Invisible Text): The impossible position is
2859         now before the invisible text, not after.
2860         (Defining Images): Clean up last change.
2862 2006-03-11  Bill Wohler  <wohler@newt.com>
2864         * display.texi (Defining Images): Add image-load-path-for-library.
2866 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
2868         * text.texi (Adaptive Fill): Fix Texinfo usage.
2870         * strings.texi (Creating Strings): Fix Texinfo usage.
2872         * searching.texi (Regexp Special): Use @samp for regular
2873         expressions that are not in Lisp syntax.
2875 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
2877         * searching.texi (Regexp Special): Put remark between parentheses
2878         to avoid misreading.
2880 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
2882         * searching.texi (Syntax of Regexps): More accurately describe
2883         which characters are special in which situations.
2884         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2885         are not special.  Describe in detail when `[' and `]' are special.
2886         (Regexp Backslash): Plenty of regexps with unbalanced square
2887         brackets are valid, so reword that statement.
2889 2006-03-02  Kim F. Storm  <storm@cua.dk>
2891         * keymaps.texi (Tool Bar): Add tool-bar-border.
2893 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
2895         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
2897 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
2899         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2901         * files.texi (Locating Files): Suggest additional values for the
2902         SUFFIXES arg of `locate-file'.  Update pxref.
2904         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2905         (How Programs Do Loading): Discuss the effects of Auto Compression
2906         mode on `load'.
2907         (Load Suffixes): New node.
2908         (Library Search): Delete description of `load-suffixes'; it was
2909         moved to "Load Suffixes".
2910         (Autoload, Named Features): Mention `load-suffixes'.
2912 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2914         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2916         * windows.texi (Window Tree): Fix typo.
2918 2006-02-20  Kim F. Storm  <storm@cua.dk>
2920         * display.texi (Fringe Indicators): New section.
2921         Move indicate-empty-lines, indicate-buffer-boundaries, and
2922         default-indicate-buffer-boundaries here.
2923         Add fringe-indicator-alist and default-fringes-indicator-alist.
2924         Add list of logical fringe indicator symbols.
2925         Update list of standard bitmap names.
2926         (Fringe Cursors): New section.
2927         Move overflow-newline-into-fringe here.
2928         Add fringe-cursor-alist and default-fringes-cursor-alist.
2929         Add list of fringe cursor symbols.
2931 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2933         * commands.texi (Using Interactive): Fix reference to node
2934         "Minibuffers".
2936 2006-02-19  Richard M. Stallman  <rms@gnu.org>
2938         * minibuf.texi (High-Level Completion):
2939         Add xref to read-input-method-name.
2941         * files.texi (Relative File Names): Move file-relative-name here.
2942         (File Name Expansion): From here.  Minor clarifications.
2944         * commands.texi (Using Interactive): Add xrefs about reading input.
2945         Clarify remarks about that moving point and mark.
2946         Put string case before list case.
2948 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
2950         * display.texi (Other Display Specs, Image Descriptors):
2951         Revert erroneous changes.  The previous description of
2952         image-descriptors as `(image . PROPS)' was correct.
2954 2006-02-14  Richard M. Stallman  <rms@gnu.org>
2956         * variables.texi (File Local Variables): Clarifications.
2958 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2960         * variables.texi (File Local Variables): Use @code for a cons
2961         cell, not @var.
2963 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2965         * variables.texi (File Local Variables): Document new file local
2966         variable behavior.
2968 2006-02-10  Kim F. Storm  <storm@cua.dk>
2970         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2972 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
2974         * modes.texi (%-Constructs): Remove obsolete info about
2975         `global-mode-string'.
2977 2006-02-07  Richard M. Stallman  <rms@gnu.org>
2979         * commands.texi (Prefix Command Arguments): Minor cleanup.
2981         * display.texi: "Graphical display", not window system.
2983         * functions.texi (What Is a Function): Fix xref.
2985         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2986         (Changing Key Bindings): Clarify when remapping is better than
2987         substitute-key-definition.
2989 2006-02-02  Richard M. Stallman  <rms@gnu.org>
2991         * minibuf.texi (Basic Completion): Completion alists are risky.
2993         * keymaps.texi (Active Keymaps): Clarifications.
2994         (Searching Keymaps): New node.
2995         (Keymaps): Update menu.
2997         * frames.texi (Layout Parameters): Minor clarification.
2998         (Drag and Drop): New node.
2999         (Frames): Update menu.
3001 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
3003         * display.texi (Other Display Specs, Image Descriptors):
3004         Image description is a list, not a cons cell.
3006 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
3008         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3009         list is not necessarily a list).
3011 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
3013         * frames.texi (Layout Parameters): border-width and
3014         internal-border-width belong to the frame, not the window.
3016 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3018         * nonascii.texi (Translation of Characters): Search cmds use
3019         translation-table-for-input.  Automatically made local.
3021         * markers.texi (Overview of Markers): Count insertion type
3022         as one of a marker's attributes.
3024         * keymaps.texi (Controlling Active Maps): New node, split out of
3025         Active Keymaps.
3026         (Keymaps): Menu updated.
3027         (Active Keymaps): Give pseudocode to explain how the active
3028         maps are searched.  current-active-maps and key-binding moved here.
3029         (Functions for Key Lookup): current-active-maps and key-binding moved.
3030         Clarifications.
3031         (Searching the Keymaps): New subnode.
3033         * elisp.texi (Top): Menu clarification.
3035         * display.texi (Other Display Specs): Delete duplicate entry for
3036         just a string as display spec.  Move text about recursive display
3037         specs on such a string.
3039         * commands.texi (Key Sequence Input): Clarify.
3040         Move num-nonmacro-input-events out.
3041         (Reading One Event): num-nonmacro-input-events moved here.
3043 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
3045         * advice.texi (Simple Advice): Update example to fit argument
3046         change in previous-line.
3048 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3050         * markers.texi (The Mark): Fix in `mark'.
3052 2006-01-04  Richard M. Stallman  <rms@gnu.org>
3054         * processes.texi (Misc Network, Make Network): Minor cleanups.
3056 2006-01-04  Kim F. Storm  <storm@cua.dk>
3058         * processes.texi (Make Network): Add IPv6 addresses and handling.
3059         (Network Feature Testing): Mention (:family ipv6).
3060         (Misc Network): Add IPv6 formats to format-network-address.
3062 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3064         * text.texi (Changing Properties):
3065         Don't use return value of set-text-properties.
3067 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3069         * modes.texi (Mode Line Format): Correct typo in menu.
3071 2005-12-29  Richard M. Stallman  <rms@gnu.org>
3073         * modes.texi (Mode Line Top): New node.
3074         (Mode Line Data): Some text moved to new node.
3075         Explain the data structure more concretely.
3076         (Mode Line Basics): Clarifications.
3077         (Mode Line Variables): Clarify intro paragraph.
3078         (%-Constructs): Clarify intro paragraph.
3079         (Mode Line Format): Update menu.
3081 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
3083         * minibuf.texi (Basic Completion): Update lazy-completion-table
3084         examples for removal of ARGS argument.
3086 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3088         * text.texi (Undo): Restore some explanation from the version
3089         that was deleted.
3091 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
3093         * text.texi (Undo): Remove duplicate descriptions of `apply
3094         funname' and `apply delta' elements of the undo list.
3096 2005-12-20  Richard M. Stallman  <rms@gnu.org>
3098         * help.texi (Help Functions): Update documentation of `apropos'.
3100 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
3102         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3103         because it is confusing.  If the :help-echo keyword is a function,
3104         it is not directly used as the :help-echo overlay property, as the
3105         xref seems to suggest (it does not take the appropriate args).
3107 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3109         * customize.texi (Common Keywords): Fix Texinfo usage.
3110         (Group Definitions, Variable Definitions): Update for new
3111         conventions for using `*' in docstrings.
3113         * tips.texi (Documentation Tips): Update for new conventions for
3114         using `*' in docstrings.
3116 2005-12-16  Richard M. Stallman  <rms@gnu.org>
3118         * minibuf.texi (Minibuffer Contents): Minor cleanup.
3120 2005-12-16  Juri Linkov  <juri@jurta.org>
3122         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3124 2005-12-14  Romain Francoise  <romain@orebokech.com>
3126         * modes.texi (Customizing Keywords): Rename `append' to `how'.
3127         Fix typo.
3129 2005-12-11  Juri Linkov  <juri@jurta.org>
3131         * minibuf.texi (Completion Commands): Add mention of read-file-name
3132         for filename completion keymaps.
3133         (Reading File Names): Add mention of filename completion keymaps
3134         for read-file-name and xref to `Completion Commands'.
3136 2005-12-10  Richard M. Stallman  <rms@gnu.org>
3138         * customize.texi (Common Keywords): State caveats for use of :tag.
3140 2005-12-08  Richard M. Stallman  <rms@gnu.org>
3142         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3143         with xrefs and better explanation.
3144         (Completion Commands): Add the filename completion maps.
3146         * objects.texi (Character Type): Clarify that \s is not space
3147         if a dash follows.
3149 2005-12-05  Richard M. Stallman  <rms@gnu.org>
3151         * windows.texi (Resizing Windows): Delete preserve-before args.
3153 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3156         in full keymaps, since the quirk has been fixed.
3158 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3160         * hooks.texi (Standard Hooks): Add index entries.  Mention
3161         `compilation-finish-functions'.
3163 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3165         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3167 2005-11-21  Juri Linkov  <juri@jurta.org>
3169         * customize.texi (Common Keywords): Update links types
3170         custom-manual and url-link.  Add link types emacs-library-link,
3171         file-link, function-link, variable-link, custom-group-link.
3173 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3175         * display.texi: Revert 2005-11-20 change.
3177 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
3179         * processes.texi (Bindat Functions):
3180         Say "third" to refer to zero-based index "2".
3182 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
3184         * loading.texi (Library Search): Update the default value of
3185         `load-suffixes'.
3187 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3189         * display.texi (Attribute Functions): Mention :ignore-defface.
3191 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3193         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3194         (Minor Mode Conventions): Mention the use of a hook.
3196 2005-11-06  Richard M. Stallman  <rms@gnu.org>
3198         * files.texi (Magic File Names): find-file-name-handler checks the
3199         `operations' property of the handler.
3201 2005-11-03  Richard M. Stallman  <rms@gnu.org>
3203         * variables.texi (Frame-Local Variables): Small clarification.
3205 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
3207         * os.texi (Init File): Document ~/.emacs.d/init.el.
3209 2005-10-29  Richard M. Stallman  <rms@gnu.org>
3211         * internals.texi (Garbage Collection): Document memory-full.
3213 2005-10-28  Bill Wohler  <wohler@newt.com>
3215         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3216         for URLs.
3218 2005-10-28  Richard M. Stallman  <rms@gnu.org>
3220         * minibuf.texi (Completion Commands): Clean up prev change.
3222 2005-10-26  Kevin Ryde  <user42@zip.com.au>
3224         * compile.texi (Eval During Compile): Explain recommended uses
3225         of eval-when-compile and eval-and-compile.
3227 2005-10-27  Masatake YAMATO  <jet@gyve.org>
3229         * minibuf.texi (Completion Commands):
3230         Write about new optional argument for `display-completion-list'.
3232 2005-10-23  Richard M. Stallman  <rms@gnu.org>
3234         * display.texi (Overlay Arrow): Clarify about local bindings of
3235         overlay-arrow-position.
3237 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
3239         * internals.texi (Building Emacs): Fix last change.
3241 2005-10-22  Richard M. Stallman  <rms@gnu.org>
3243         * internals.texi (Building Emacs): Document eval-at-startup.
3245 2005-10-21  Richard M. Stallman  <rms@gnu.org>
3247         * loading.texi (Where Defined): load-history contains abs file names.
3248         symbol-file returns abs file names.
3250 2005-10-19  Kim F. Storm  <storm@cua.dk>
3252         * display.texi (Showing Images): Add max-image-size integer value.
3254 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
3256         * display.texi (Showing Images): Document max-image-size.
3258 2005-10-17  Richard M. Stallman  <rms@gnu.org>
3260         * commands.texi (Quitting): Minor clarification.
3262         * processes.texi (Sentinels): Clarify about output and quitting.
3263         (Filter Functions): Mention with-local-quit.
3265 2005-10-17  Juri Linkov  <juri@jurta.org>
3267         * buffers.texi (Current Buffer):
3268         * commands.texi (Event Input Misc):
3269         * compile.texi (Eval During Compile, Compiler Errors):
3270         * customize.texi (Group Definitions):
3271         * display.texi (Progress, Defining Faces):
3272         * files.texi (Writing to Files):
3273         * modes.texi (Mode Hooks, Defining Minor Modes):
3274         * streams.texi (Output Functions):
3275         * syntax.texi (Syntax Table Functions):
3276         * text.texi (Change Hooks):
3277         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3279         * commands.texi (Quitting): Replace arg `forms' with `body' in
3280         `with-local-quit'.
3282         * positions.texi (Excursions): Replace arg `forms' with `body' in
3283         `save-excursion'.
3285 2005-10-08  Kim F. Storm  <storm@cua.dk>
3287         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3288         Rename manual section accordingly.
3290 2005-10-04  Kim F. Storm  <storm@cua.dk>
3292         * windows.texi (Window Split Tree): New section describing
3293         new function window-split-tree function.
3295 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
3297         * display.texi (Fringe Size/Pos): Simplify and add detail.
3299 2005-09-30  Romain Francoise  <romain@orebokech.com>
3301         * minibuf.texi (High-Level Completion): Explain that the prompt
3302         given to `read-buffer' should end with a colon and a space.
3303         Update usage examples.
3305 2005-09-29  Juri Linkov  <juri@jurta.org>
3307         * display.texi (Displaying Messages): Rename argument name
3308         `string' to `format-string' in functions `message', `message-box',
3309         `message-or-box'.
3311 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
3313         * errors.texi (Standard Errors): Correct xrefs.
3315 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3317         * display.texi (Defining Images): Update documentation for
3318         `image-load-path'.
3320 2005-09-17  Richard M. Stallman  <rms@gnu.org>
3322         * display.texi (Defining Images): Clean up previous change.
3324 2005-09-16  Romain Francoise  <romain@orebokech.com>
3326         * elisp.texi: Specify GFDL version 1.2.
3328         * doclicense.texi (GNU Free Documentation License): Update to
3329         version 1.2.
3331 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3333         * display.texi (Defining Images): Document `image-load-path'.
3335 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3337         * objects.texi (Printed Representation): Minor cleanup.
3338         (Box Diagrams): Minor fix.
3339         (Cons Cell Type): Move (...) index item here.
3340         (Box Diagrams): From here.
3341         (Array Type): Minor fix.
3342         (Type Predicates): Delete index "predicates".
3343         (Hash Table Type): Clarify xref.
3344         (Dotted Pair Notation): Minor fix.
3346 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
3348         * files.texi (Saving Buffers): Fix typo.
3350 2005-09-08  Richard M. Stallman  <rms@gnu.org>
3352         * tips.texi (Programming Tips): Correct the "default" prompt spec.
3354 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
3356         * locals.texi (Standard Buffer-Local Variables): Don't include
3357         mode variables for minor modes.
3358         Fix xrefs for buffer-display-count, buffer-display-table,
3359         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
3360         enable-multibyte-characters, fill-column, header-line-format,
3361         left-fringe-width, left-margin, and right-fringe-width.
3363         * hooks.texi (Standard Hooks): All hooks should conform to the
3364         standard naming convention now.
3365         Fix xref for `echo-area-clear-hook'.
3367         * display.texi (Usual Display): Note that indicate-empty-lines and
3368         tab-width are buffer-local.
3370         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
3372         * modes.texi (Mode Help): Note that major-mode is buffer-local.
3374         * nonascii.texi (Encoding and I/O): Note that
3375         buffer-file-coding-system is buffer-local.
3377         * positions.texi (List Motion): Note that defun-prompt-regexp is
3378         buffer-local.
3380         * text.texi (Auto Filling): Note that auto-fill-function is
3381         buffer-local.
3382         (Undo): Note that buffer-undo-list is buffer-local.
3384         * windows.texi (Buffers and Windows): Document
3385         buffer-display-count.
3387 2005-09-06  Richard M. Stallman  <rms@gnu.org>
3389         * tips.texi (Coding Conventions): Sometimes it is ok to put the
3390         package prefix elsewhere than at the start of the name.
3392 2005-09-03  Richard M. Stallman  <rms@gnu.org>
3394         * tips.texi (Programming Tips): Add conventions for minibuffer
3395         questions and prompts.
3397 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
3399         * intro.texi (nil and t): Minor cleanup.
3400         Delete spurious mention of keyword symbols.
3401         (Evaluation Notation): Add index entry.
3402         (A Sample Function Description): Minor cleanup.
3403         (A Sample Variable Description): Not all vars can be set.
3405 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
3407         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
3409         (Insertion): Document precise type of `insert-char' arg COUNT.
3411 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3413         * modes.texi (Other Font Lock Variables): Sync the default of
3414         font-lock-lines-before.
3416 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
3418         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
3420 2005-08-29  Richard M. Stallman  <rms@gnu.org>
3422         * elisp.texi (Top): Update subnode menu.
3424         * searching.texi (Searching and Matching): Move node.
3425         Rearrange contents and add overall explanation.
3426         (Searching and Case): Move node.
3427         (Searching and Matching): Update menu.
3429 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
3431         * os.texi (Startup Summary): Fix the description of the initial
3432         startup message display.
3434 2005-08-25  Richard M. Stallman  <rms@gnu.org>
3436         * searching.texi (Search and Replace): Add replace-regexp-in-string.
3438 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
3440         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
3441         `next-overlay-change' example.
3443 2005-08-22  Juri Linkov  <juri@jurta.org>
3445         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
3446         Fix invert-face.  Fix args of face-background.
3448         * display.texi (Standard Faces): Delete node.
3449         (Faces): Add xref to `(emacs)Standard Faces'.
3450         (Displaying Faces): Fix xref to `Standard Faces'.
3452         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
3454 2005-08-20  Alan Mackenzie  <acm@muc.de>
3456         * buffers.texi (The Buffer List): Clarify the manipulation of the
3457         buffer list.
3459 2005-08-14  Richard M. Stallman  <rms@gnu.org>
3461         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
3462         a regexp.
3464 2005-08-11  Richard M. Stallman  <rms@gnu.org>
3466         * elisp.texi (Top): Update subnode lists.
3468         * display.texi (Inverse Video): Node deleted.
3470         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
3471         New nodes split out of Coding Conventions.
3473         * searching.texi (Regular Expressions): Document re-builder.
3475         * os.texi (Time Parsing): New node split out of Time Conversion.
3477         * processes.texi (Misc Network, Network Feature Testing)
3478         (Network Options, Make Network): New nodes split out of
3479         Low-Level Network.
3481 2005-08-09  Richard M. Stallman  <rms@gnu.org>
3483         * frames.texi (Geometry): New node, split from Size and Position.
3484         (Frame Parameters): Refer to Geometry.
3486         * buffers.texi (The Buffer List): Fix xrefs.
3488         * windows.texi (Splitting Windows): Fix xref.
3490         * frames.texi (Layout Parameters): Add xref.
3492         * display.texi (Line Height, Scroll Bars): Fix xrefs.
3494         * keymaps.texi (Menu Bar): Fix xref.
3496         * locals.texi (Standard Buffer-Local Variables): Fix xref.
3498         * modes.texi (%-Constructs): Fix xref.
3500         * frames.texi (Window Frame Parameters): Node split up.
3501         (Basic Parameters, Position Parameters, Size Parameters)
3502         (Layout Parameters, Buffer Parameters, Management Parameters)
3503         (Cursor Parameters, Color Parameters): New subnodes.
3505 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
3507         * positions.texi (Screen Lines): Update xref for previous change
3508         in minibuf.texi.
3510         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3511         change in minibuf.texi.
3513 2005-08-09  Richard M. Stallman  <rms@gnu.org>
3515         * tips.texi (Coding Conventions): Minor cleanup.
3517         * modes.texi (Defining Minor Modes): Explain when init-value
3518         can be non-nil.
3520         * elisp.texi (Top): Update submenu for Minibuffer.
3522         * minibuf.texi (Minibuffer Misc): Node split up.
3523         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3524         (Recursive Mini): New nodes split out from Minibuffer Misc.
3525         (Minibuffer Misc): Document max-mini-window-height.
3527         * hash.texi (Defining Hash): Delete stray paren in example.
3529         * display.texi (Echo Area Customization): Don't define
3530         max-mini-window-height here; xref instead.
3532         * commands.texi (Event Input Misc): Update while-no-input.
3534         * advice.texi (Advising Functions): Explain when to use advice
3535         and when to use a hook.
3537 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
3539         * makefile.w32-in (info): Don't run install-info.
3540         ($(infodir)/dir): New target, produced by running install-info.
3542 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
3544         * modes.texi (Defining Minor Modes): The keyword for the initial
3545         value is :init-value, not :initial-value.
3547 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
3549         * loading.texi (Autoload): Make the `doctor' example be consistent
3550         with what's in current loaddefs.el.  Describe the "fn" magic in
3551         the usage portion of the doc string.
3553 2005-07-22  Richard M. Stallman  <rms@gnu.org>
3555         * internals.texi (Garbage Collection): Clarify previous change.
3557 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3559         * internals.texi (Garbage Collection): Add gc-cons-percentage.
3561 2005-07-18  Juri Linkov  <juri@jurta.org>
3563         * commands.texi (Accessing Events):
3564         * frames.texi (Text Terminal Colors, Resources):
3565         * markers.texi (The Mark):
3566         * modes.texi (Defining Minor Modes):
3567         Delete duplicate duplicate words.
3569 2005-07-16  Richard M. Stallman  <rms@gnu.org>
3571         * display.texi (Managing Overlays): Clarify make-overlay
3572         args for insertion types.
3574 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3576         * customize.texi (Variable Definitions):
3577         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3578         `standard-value' is a list too.
3579         (Defining New Types): Use @key{RET} instead of @key{ret}.
3581 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
3583         * os.texi (Translating Input): Fix typo.
3585 2005-07-08  Richard M. Stallman  <rms@gnu.org>
3587         * README: Update edition number and size estimate.
3589         * elisp.texi (VERSION): Set to 2.9.
3591 2005-07-07  Richard M. Stallman  <rms@gnu.org>
3593         * book-spine.texinfo: Update Emacs version.
3595         * display.texi (Inverse Video): Delete mode-line-inverse-video.
3597 2005-07-06  Richard M. Stallman  <rms@gnu.org>
3599         * searching.texi (Regexp Search): Clarify what re-search-forward
3600         does when the search fails.
3602 2005-07-05  Lute Kamstra  <lute@gnu.org>
3604         * Update FSF's address in GPL notices.
3606         * doclicense.texi (GNU Free Documentation License):
3607         * gpl.texi (GPL):
3608         * tips.texi (Coding Conventions, Library Headers):
3609         * vol1.texi:
3610         * vol2.texi: Update FSF's address.
3612 2005-07-04  Richard M. Stallman  <rms@gnu.org>
3614         * hooks.texi (Standard Hooks): Add occur-hook.
3616 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
3618         * display.texi (The Echo Area): Correct menu.
3620 2005-07-03  Richard M. Stallman  <rms@gnu.org>
3622         * elisp.texi (Top): Update subnode menu for Display.
3624         * display.texi (Displaying Messages): New node, with most
3625         of what was in The Echo Area.
3626         (Progress): Moved under The Echo Area.
3627         (Logging Messages): New node with new text.
3628         (Echo Area Customization): New node, the rest of what was
3629         in The Echo Area.  Document message-truncate-lines with @defvar.
3630         (Display): Update menu.
3632         * windows.texi (Textual Scrolling): Doc 3 values for
3633         scroll-preserve-screen-position.
3635         * text.texi (Special Properties): Change hook functions
3636         should bind inhibit-modification-hooks around altering buffer text.
3638         * keymaps.texi (Key Binding Commands): Call binding BINDING
3639         rather than DEFINITION.
3641 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
3643         * variables.texi (Defining Variables): `user-variable-p' returns t
3644         for aliases of user options, nil for alias loops.
3646 2005-06-28  Richard M. Stallman  <rms@gnu.org>
3648         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3649         make-keymap.
3651 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
3653         * variables.texi (Setting Variables): Correct and clarify
3654         description of `add-to-ordered-list'.
3656 2005-06-26  Richard M. Stallman  <rms@gnu.org>
3658         * display.texi (Faces): Minor cleanup.
3660 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
3662         * display.texi (Faces): `facep' returns t for strings that are
3663         face names.
3665 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3667         * objects.texi (Equality Predicates): Clarify meaning of equal.
3669         * windows.texi (Selecting Windows): save-selected-window
3670         and with-selected-window save and restore the current buffer.
3672 2005-06-24  Richard M. Stallman  <rms@gnu.org>
3674         * numbers.texi (Float Basics): Explain how to test for NaN,
3675         and printing the sign of NaNs.
3677 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
3679         * makefile.w32-in (MAKEINFO): Use --force.
3681 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3683         * display.texi (Face Functions): Correct Texinfo usage.
3685 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3687         * lists.texi (Rings): `ring-elements' now returns the elements of
3688         RING in order.
3690 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
3692         * markers.texi (The Mark): Texinfo usage fix.
3694 2005-06-23  Kim F. Storm  <storm@cua.dk>
3696         * searching.texi (Entire Match Data): Remove evaporate option for
3697         match-data.  Do not mention evaporate option for set-match-data.
3699 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
3701         * display.texi (Face Functions): Mention face aliases.
3703 2005-06-21  Richard M. Stallman  <rms@gnu.org>
3705         * anti.texi (Antinews): Texinfo usage fix.
3707 2005-06-21  Karl Berry  <karl@gnu.org>
3709         * elisp.texi: Use @copying.
3711         * elisp.texi: Put @summarycontents and @contents before the Top
3712         node, instead of the end of the file, so that the contents appear
3713         in the right place in the dvi/pdf output.
3715 2005-06-21  Juri Linkov  <juri@jurta.org>
3717         * display.texi (Defining Faces): Add `customized-face'.
3719 2005-06-20  Kim F. Storm  <storm@cua.dk>
3721         * variables.texi (Setting Variables): Any type of element can be
3722         given order in add-to-ordered-list.  Compare elements with eq.
3724         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
3726 2005-06-20  Karl Berry  <karl@gnu.org>
3728         * syntax.texi (Syntax Flags): Make last column very slightly wider
3729         to avoid "generic comment" breaking on two lines and causing an
3730         underfull box.
3732 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
3734         * lists.texi (Rings): Various minor clarifications and corrections.
3736 2005-06-18  Richard M. Stallman  <rms@gnu.org>
3738         * functions.texi (Obsolete Functions): Simplify.
3740         * variables.texi (Variable Aliases): Simplify.
3742         * anti.texi, backups.texi, compile.texi, customization.texi:
3743         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
3744         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
3745         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
3746         * variables.texi: Fix formatting ugliness.
3748         * elisp.texi: Add links to Rings and Byte Packing.
3749         Update version and copyright years.
3751         * minibuf.texi: Fix formatting ugliness.
3752         (Completion Commands): Move keymap vars to the end
3753         and vars completing-read binds to the top.
3755 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
3757         * processes.texi: Fix typos.
3758         (Bindat Spec): Correct Texinfo error.
3759         (Byte Packing): Fix ungrammatical sentence.
3761 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
3763         * lists.texi (Rings): New node.
3764         (Lists): Add it to menu.
3766         * processes.texi (Byte Packing): New node.
3767         (Processes): Add it to menu.
3769 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3771         * syntax.texi (Parsing Expressions): Fix texinfo usage.
3773         * help.texi (Documentation Basics): Explain the xref to
3774         Documentation Tips.
3776         * debugging.texi (Debugger Commands): Minor fix.
3778 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
3780         * edebug.texi (Instrumenting): Eliminate duplicate link.
3781         (Specification List): Replace references to "below", referring to
3782         a later node, with one @ref to that node.
3784         * os.texi (Timers): Timers should save and restore the match data
3785         if they change it.
3787         * debugging.texi (Debugger Commands): Mention that the Lisp
3788         debugger can not step through primitive functions.
3790 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3792         * functions.texi (Obsolete Functions): Update argument names of
3793         `make-obsolete' and `define-obsolete-function-alias'.
3795         * variables.texi (Variable Aliases): Update argument names of
3796         `defvaralias', `make-obsolete-variable' and
3797         `define-obsolete-variable-alias'.
3799 2005-06-15  Kim F. Storm  <storm@cua.dk>
3801         * searching.texi (Entire Match Data): Rephrase warnings about
3802         evaporate arg to match-data and set-match-data.
3804 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3806         * elisp.texi (Top): Update detailed menu.
3808         * edebug.texi (Edebug): Update menu.
3809         (Instrumenting): Update xrefs.
3810         (Edebug Execution Modes): Correct xref.
3811         (Jumping): Clarify description of `h' command.
3812         Eliminate redundant @ref.
3813         (Breaks): New node.
3814         (Breakpoints): Is now a subsubsection.
3815         (Global Break Condition): Mention `C-x X X'.
3816         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
3817         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
3818         (Edebug Display Update): Correct pxref.
3819         (Edebug and Macros): New node.
3820         (Instrumenting Macro Calls): Is now a subsubsection.
3821         Neither arg of `def-edebug-spec' is evaluated.
3822         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
3823         (Specification Examples): Fix typo.
3825 2005-06-14  Lute Kamstra  <lute@gnu.org>
3827         * debugging.texi (Function Debugging): Primitives can break on
3828         entry too.
3830 2005-06-14  Kim F. Storm  <storm@cua.dk>
3832         * variables.texi (Setting Variables): Add add-to-ordered-list.
3834 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3836         * syntax.texi (Parsing Expressions): Document aux functions and vars of
3837         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
3839 2005-06-13  Lute Kamstra  <lute@gnu.org>
3841         * text.texi (Special Properties): Fix cross reference.
3843 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3845         * debugging.texi (Function Debugging): Delete mention of empty
3846         string argument to `cancel-debug-on-entry'.  Delete inaccurate
3847         description of the return value of that command.
3849 2005-06-11  Alan Mackenzie  <acm@muc.de>
3851         * text.texi (Adaptive Fill): Amplify the description of
3852         fill-context-prefix.
3854 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3856         * syntax.texi (Parsing Expressions): Fix Texinfo error.
3858 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * syntax.texi (Parsing Expressions): Document syntax-ppss.
3862 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3864         * debugging.texi (Error Debugging): Minor rewording.
3865         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
3866         is optional.
3868 2005-06-10  Lute Kamstra  <lute@gnu.org>
3870         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
3871         (Top): Give it a title.  Correct version number.  Give the
3872         detailed node listing a more prominent header.
3873         * intro.texi: Don't set VERSION here a second time.
3874         Mention Emacs's version too.
3875         * anti.texi (Antinews): Use EMACSVER to refer to the current
3876         version of Emacs.
3878 2005-06-09  Kim F. Storm  <storm@cua.dk>
3880         * searching.texi (Entire Match Data): Explain new `reseat' argument to
3881         match-data and set-match-data.
3883 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3885         * searching.texi (Entire Match Data): Clarify when match-data
3886         returns markers and when integers.
3888         * display.texi (Defining Faces): Explain that face name should not
3889         end in `-face'.
3891         * modes.texi (Mode Line Data): Minor cleanup.
3892         (Customizing Keywords): Node split out of Search-based Fontification.
3893         Add example of using font-lock-add-keywords from a hook.
3894         Clarify when MODE should be non-nil, and when nil.
3896 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3898         * modes.texi (Mode Line Data): Explain what happens when the car
3899         of a list is a void symbol.
3900         (Search-based Fontification): Explain MODE arg to
3901         font-lock-add-keywords and warn about calls from major modes.
3903 2005-06-08  Juri Linkov  <juri@jurta.org>
3905         * display.texi (Standard Faces): Add `shadow' face.
3907 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3909         * modes.texi (Major Mode Conventions): A derived mode only needs
3910         to put the call to the parent mode inside `delay-mode-hooks'.
3912 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3914         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3915         new, and what that implies.  Clarify.
3917         * files.texi (Locating Files): Clean up the text.
3919         * frames.texi (Window Frame Parameters): Document user-size.
3920         Shorten entry for top by referring to left.
3922 2005-05-26  Richard M. Stallman  <rms@gnu.org>
3924         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
3925         is new, and what the implications are.  Other clarifications.
3927 2005-05-24  Richard M. Stallman  <rms@gnu.org>
3929         * frames.texi (Dialog Boxes): Minor fixes.
3931 2005-05-25  Masatake YAMATO  <jet@gyve.org>
3933         * display.texi (Standard Faces): Write about `mode-line-highlight'.
3935 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3937         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3938         is optional.
3940 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3942         * frames.texi (Dialog Boxes): Describe new optional argument.
3944 2005-05-23  Lute Kamstra  <lute@gnu.org>
3946         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3947         syntax-begin-function over font-lock-beginning-of-syntax-function.
3949 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3951         * minibuf.texi (Reading File Names): Update description of
3952         `read-directory-name'.
3954         * modes.texi (Derived Modes): Clarify :group keyword.
3956 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3958         * files.texi (Locating Files): New subsection.
3959         Describe locate-file and executable-find.
3961 2005-05-21  Kevin Ryde  <user42@zip.com.au>
3963         * frames.texi (Initial Parameters): Update cross reference to
3964         "Emacs Invocation".
3966 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3968         * keymaps.texi (Active Keymaps): Add anchor.
3970         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3971         (Major Mode Conventions): Refer to `Auto Major Mode' in more
3972         appropriate place.
3973         (Derived Modes): Small clarifications.
3974         (Minor Mode Conventions, Keymaps and Minor Modes):
3975         Replace references to nodes with references to anchors.
3976         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3977         Clarify description of lists whose first element is an integer.
3978         (Mode Line Variables): Add anchor.
3979         (%-Constructs): Clarify description of integer after %.
3980         (Emulating Mode Line): Describe nil value for FACE.
3982 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3984         * modes.texi (Derived Modes): Correct references to non-existing
3985         variable standard-syntax-table.
3987 2005-05-17  Lute Kamstra  <lute@gnu.org>
3989         * modes.texi (Defining Minor Modes): Mention the mode hook.
3991 2005-05-15  Kim F. Storm  <storm@cua.dk>
3993         * processes.texi (Network): Remove open-network-stream-nowait.
3994         (Network Servers): Remove open-network-stream-server.
3996 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
3998         * elisp.texi (Top): Update detailed menu.
4000         * variables.texi: Reorder nodes.
4001         (Variables): Update menu.
4002         (File Local Variables): Do not refer to the `-*-' line as
4003         a "local variables list".  Add pxref.
4005 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4007         * elisp.texi (Top): Update detailed menu for node changes.
4009         * modes.texi (Modes): Update Menu.
4010         (Hooks): Move to beginning of chapter.
4011         Most minor modes run mode hooks too.
4012         `add-hook' can handle void hooks or hooks whose value is a single
4013         function.
4014         (Major Modes): Update Menu.
4015         (Major Mode Basics): New node, split off from `Major Modes'.
4016         (Major Mode Conventions): Correct xref.  Explain how to handle
4017         auto-mode-alist if the major mode command has an autoload cookie.
4018         (Auto Major Mode): Major update.  Add magic-mode-alist.
4019         (Derived Modes): Major update.
4020         (Mode Line Format): Update Menu.
4021         (Mode Line Basics): New node, split off from `Mode Line Format'.
4023         * loading.texi (Autoload): Mention `autoload cookie' as synonym
4024         for `magic autoload comment'.  Add index entries and anchor.
4026 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4028         * tips.texi (Coding Conventions): Explain how important it is
4029         that just loading certain files not change Emacs behavior.
4031         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4033 2005-05-12  Lute Kamstra  <lute@gnu.org>
4035         * modes.texi (Generic Modes): Update.
4036         (Major Modes): Refer to node "Generic Modes".
4038         * elisp.texi (Top): Update to the current structure of the manual.
4039         * processes.texi (Processes): Add menu description.
4040         * customize.texi (Customization): Add menu descriptions.
4042 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
4044         * processes.texi (Signals to Processes)
4045         (Low-Level Network): Fix typos.
4047 2005-05-11  Lute Kamstra  <lute@gnu.org>
4049         * elisp.texi (Top): Add some nodes from the chapter "Major and
4050         Minor Modes" to the detailed node listing.
4052 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4054         * keymaps.texi (Extended Menu Items): Menu item filter functions
4055         can be called at any time.
4057 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
4059         * variables.texi (File Local Variables): `(hack-local-variables t)'
4060         now also checks whether a mode is specified in the local variables
4061         list.
4063 2005-05-05  Kevin Ryde  <user42@zip.com.au>
4065         * display.texi (The Echo Area): Correct format function cross
4066         reference.
4068 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4070         * variables.texi (Variable Aliases): Change description of
4071         `define-obsolete-variable-alias'.
4073         * functions.texi (Functions): Add "Obsolete Functions" to menu.
4074         (Defining Functions): Add xref.
4075         (Obsolete Functions): New node.
4076         (Function Safety): Standardize capitalization of section title.
4078         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4079         (Dialog Boxes): Complete description of `x-popup-dialog'.
4081 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4083         * commands.texi (Interactive Codes): Fix Texinfo usage.
4084         Document U more clearly.
4086 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4088         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4089         function and not a macro.
4091         * frames.texi (Pop-Up Menus): Correct and clarify description of
4092         `x-popup-menu'.
4093         (Dialog Boxes): Clarify description of `x-popup-dialog'.
4095 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4097         * edebug.texi (Checking Whether to Stop): Fix previous change.
4099 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4101         * display.texi: Fix typos and Texinfo usage.
4103         * edebug.texi (Checking Whether to Stop): executing-macro ->
4104         executing-kbd-macro.
4106 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4108         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4110 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4112         * files.texi (Magic File Names): Document `operations' property.
4114 2005-04-29  Lute Kamstra  <lute@gnu.org>
4116         * modes.texi (Generic Modes): New node.
4117         (Major Modes): Add it to the menu.
4118         (Derived Modes): Add "derived mode" to concept index.
4120 2005-04-28  Lute Kamstra  <lute@gnu.org>
4122         * modes.texi (Defining Minor Modes): Fix previous change.
4123         (Font Lock Mode): Simplify.
4124         (Font Lock Basics): Say that font-lock-defaults is buffer-local
4125         when set and that some parts are optional.  Add cross references.
4126         (Search-based Fontification): Say how to specify font-lock-keywords.
4127         Add cross references.  Add font-lock-multiline to index.
4128         Move font-lock-keywords-case-fold-search here from node "Other Font
4129         Lock Variables".  Document font-lock-add-keywords and
4130         font-lock-remove-keywords.
4131         (Other Font Lock Variables): Move font-lock-keywords-only,
4132         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4133         and font-lock-syntactic-face-function to node "Syntactic Font
4134         Lock".  Move font-lock-keywords-case-fold-search to node
4135         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
4136         and font-lock-{,un}fontify-{buffer,region}-function.
4137         (Precalculated Fontification): Remove reference to deleted variable
4138         font-lock-core-only.
4139         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4140         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
4141         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4142         and font-lock-syntactic-face-function here from node "Other Font
4143         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
4144         Syntax Properties".  Add cross references.
4145         (Setting Syntax Properties): New node.
4146         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4147         * syntax.texi (Syntax Properties): Add cross reference.
4148         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4150 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4152         * display.texi (Defining Faces):
4153         Document `default' elements of defface spec.
4155         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4157         * variables.texi (Variable Aliases): Clarify text.
4159 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
4161         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4163 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
4165         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4167 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4169         * syntax.texi (Syntax Table Internals): Elaborate documentation of
4170         syntax-after and syntax-class.
4172         * files.texi (Changing Files): Fix last change's cross-reference.
4173         (Unique File Names): Don't mention "numbers" in the documentation
4174         of make-temp-file and make-temp-name.
4176 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4178         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4180 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
4182         * windows.texi (Cyclic Window Ordering): Clarify window-list.
4184 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
4186         * variables.texi (Variable Aliases): Describe make-obsolete-variable
4187         and define-obsolete-variable-alias.
4189 2005-04-22  Kim F. Storm  <storm@cua.dk>
4191         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4192         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4194 2005-04-21  Lute Kamstra  <lute@gnu.org>
4196         * lists.texi (Association Lists): Document rassq-delete-all.
4198 2005-04-19  Richard M. Stallman  <rms@gnu.org>
4200         * modes.texi (Search-based Fontification): Explain that
4201         facespec is an expression to be evaluated.
4203 2005-04-19  Kevin Ryde  <user42@zip.com.au>
4205         * streams.texi (Output Functions): Fix xref.
4206         * strings.texi (String Conversion): Fix xref.
4208 2005-04-19  Kim F. Storm  <storm@cua.dk>
4210         * symbols.texi (Symbol Plists): Add safe-get.
4211         Mention that `get' may signal an error.
4213 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
4215         * customize.texi (Variable Definitions): Replace tooltip-mode
4216         example with save-place.
4218 2005-04-17  Richard M. Stallman  <rms@gnu.org>
4220         * buffers.texi (Indirect Buffers): Clarify.
4222         * positions.texi (Positions): Clarify converting marker to integer.
4224         * strings.texi (String Basics): Mention string-match; clarify.
4226 2005-04-08  Lute Kamstra  <lute@gnu.org>
4228         * modes.texi (Search-based Fontification): Fix cross references.
4229         Use consistent terminology.  Document anchored highlighting.
4231 2005-04-05  Lute Kamstra  <lute@gnu.org>
4233         * modes.texi (Defining Minor Modes): Document :group keyword
4234         argument and its default value.
4236 2005-04-03  Lute Kamstra  <lute@gnu.org>
4238         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
4239         references and/or descriptions.  Delete major mode hooks; mention
4240         them as a category instead.  Rename or delete obsolete hooks.
4242 2005-04-02  Richard M. Stallman  <rms@gnu.org>
4244         * nonascii.texi (Coding System Basics): Another wording cleanup.
4246 2005-04-01  Richard M. Stallman  <rms@gnu.org>
4248         * nonascii.texi (Coding System Basics): Clarify previous change.
4250 2005-04-01  Kenichi Handa  <handa@m17n.org>
4252         * nonascii.texi (Coding System Basics): Describe about roundtrip
4253         identity of coding systems.
4255 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
4257         * text.texi (Buffer Contents): Add filter-buffer-substring and
4258         buffer-substring-filters.
4260 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
4262         * anti.texi (Antinews): Mention `G' interactive code.
4264         * tips.texi (Compilation Tips): Mention benchmark.el.
4266 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
4268         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4269         is now bound to M-o M-o.
4271         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4273 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
4275         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4276         in the Emacs Manual).
4277         * Makefile.in (srcs): Remove calendar.texi.
4278         * makefile.w32-in (srcs): Remove calendar.texi.
4279         * display.texi (Display): Change name of next node.
4280         * os.texi (System In): Change name of previous node.
4281         * elisp.texi (Top): Remove Calendar references.
4282         * vol1.texi (Top): Remove Calendar references.
4283         * vol2.texi (Top): Remove Calendar references.
4285 2005-03-25  Richard M. Stallman  <rms@gnu.org>
4287         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4288         Cleanup previous change.
4290 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
4292         * display.texi (Face Attributes): Faces earlier in an :inherit
4293         list take precedence.
4294         (Scroll Bars): Fix description of vertical-scroll-bars.
4295         Document frame-current-scroll-bars and window-current-scroll-bars.
4297         * markers.texi (The Mark): Document temporary Transient Mark mode.
4299         * minibuf.texi (Reading File Names):
4300         Document read-file-name-completion-ignore-case.
4302         * positions.texi (Screen Lines): Document nil for width argument
4303         to compute-motion.
4305 2005-03-23  Kim F. Storm  <storm@cua.dk>
4307         * display.texi (Standard Faces): Other faces used in the fringe
4308         implicitly inherits from the fringe face.
4309         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
4310         properties implicitly inherits from fringe face.
4311         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
4313 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
4315         * display.texi (Invisible Text): State default value of
4316         line-move-ignore-invisible.
4317         (Managing Overlays): Document remove-overlays.
4318         (Standard Faces): Document escape-glyph face.
4320         * minibuf.texi (Reading File Names): Document read-file-name-function.
4322         * modes.texi (Other Font Lock Variables):
4323         Document font-lock-lines-before.
4325         * positions.texi (Skipping Characters): skip-chars-forward allows
4326         character classes.
4328 2005-03-18  Lute Kamstra  <lute@gnu.org>
4330         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
4332 2005-03-17  Richard M. Stallman  <rms@gnu.org>
4334         * text.texi (Undo): Document extensible undo entries.
4336         * searching.texi (String Search, Regexp Search): Cleanups.
4338         * nonascii.texi (Character Codes): Minor fix.
4340         * display.texi (Display Property): Explain the significance
4341         of having text properties that are eq.
4342         (Other Display Specs): Explain string as display spec.
4344         * commands.texi (Interactive Codes): Document G option.
4346 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
4348         * text.texi (Filling): Add sentence-end-without-period and
4349         sentence-end-without-space.
4350         (Changing Properties): Minor fix.
4352         * anti.texi: Total rewrite.
4354 2005-03-15  Lute Kamstra  <lute@gnu.org>
4356         * edebug.texi (Instrumenting Macro Calls): Fix typos.
4358 2005-03-08  Kim F. Storm  <storm@cua.dk>
4360         * display.texi (Specified Space): Property :width is support on
4361         non-graphic terminals, :height is not.
4363 2005-03-07  Richard M. Stallman  <rms@gnu.org>
4365         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
4366         Now subnodes of Fringes.
4367         (Overlay Arrow): Document overlay-arrow-variable-list.
4368         (Fringe Size/Pos): New node, broken out of Fringes.
4369         (Display): Explain clearing vs redisplay better.
4370         (Truncation): Clarify use of bitmaps.
4371         (The Echo Area): Clarify the uses of the echo area.
4372         Add max-mini-window-height.
4373         (Progress): Clarify.
4374         (Invisible Text): Explain that main loop moves point out.
4375         (Selective Display): Say "hidden", not "invisible".
4376         (Managing Overlays): Move up.  Describe relation to Undo here.
4377         (Overlay Properties): Clarify intro.
4378         (Finding Overlays): Explain return values when nothing found.
4379         (Width): truncate-string-to-width has added arg.
4380         (Displaying Faces): Clarify and update mode line face handling.
4381         (Face Functions): Minor cleanup.
4382         (Conditional Display): Merge into Other Display Specs.
4383         (Pixel Specification, Other Display Specs): Minor cleanups.
4384         (Images, Image Descriptors): Minor cleanups.
4385         (GIF Images): Patents have expired.
4386         (Showing Images): Explain default text for insert-image.
4387         (Manipulating Button Types): Merge into Manipulating Buttons.
4388         (Making Buttons): Explain return values.
4389         (Button Buffer Commands): Add xref.
4390         (Inverse Video): Update mode-line-inverse-video.
4391         (Display Table Format): Clarify.
4392         (Active Display Table): Give defaults for window-display-table.
4394         * calendar.texi (Calendar Customizing): calendar-holiday-marker
4395         and calendar-today-marker are strings, not chars.
4396         (Holiday Customizing): Minor fix.
4398         * internals.texi (Writing Emacs Primitives): Update `or' example.
4399         Update limit on # args of subr.
4401         * edebug.texi (Using Edebug): Arrow is in fringe.
4402         (Instrumenting): Arg to eval-defun works without loading edebug.
4403         (Edebug Execution Modes): Add xref.
4405         * customize.texi (Common Keywords): Clarify :require.
4406         Mention :version here.
4407         (Variable Definitions, Group Definitions): Not here.
4408         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
4410 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
4411         * nonascii.texi (Text Representations): Clarify position-bytes.
4412         (Character Sets): Add list-charset-chars.
4413         (Scanning Charsets): Add charset-after.
4414         (Encoding and I/O): Minor fix.
4416 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4418         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4419         (Resizing Windows): Likewise.
4421         * text.texi (Change Hooks): Get rid of "Emacs 21".
4423         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
4425         * streams.texi (Output Variables): Get rid of "Emacs 21".
4427         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
4429         * os.texi (Translating Input): Replace flow-control example
4430         with a less obsolete example that uses `keyboard-translate'.
4432         * objects.texi (Hash Table Type, Circular Objects):
4433         Get rid of "Emacs 21".
4435         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
4436         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
4438         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
4440         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
4442         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
4443         (Menu Bar): Fix when menu-bar-update-hook is called.
4445         * hash.texi (Hash Tables): Get rid of "Emacs 21".
4447         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
4448         and make it read better.
4450         * files.texi (Writing to Files): Get rid of "Emacs 21".
4451         (Unique File Names): Likewise.
4453         * elisp.texi: Update Emacs version to 22.
4455         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
4456         (Overlay Properties, Face Attributes): Likewise.
4457         (Managing Overlays): Fix punctuation.
4458         (Attribute Functions): Clarify set-face-font; get rid of
4459         info about old Emacs versions.
4460         (Auto Faces, Font Lookup, Display Property, Images):
4461         Get rid of "Emacs 21".
4463         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
4465 2005-03-05  Richard M. Stallman  <rms@gnu.org>
4467         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
4469 2005-03-04  Lute Kamstra  <lute@gnu.org>
4471         * debugging.texi (Error Debugging): Document stack-trace-on-error.
4473 2005-03-03  Lute Kamstra  <lute@gnu.org>
4475         * edebug.texi (Instrumenting Macro Calls): Fix typo.
4477 2005-03-01  Lute Kamstra  <lute@gnu.org>
4479         * debugging.texi (Debugger Commands): Update `j'.
4481 2005-02-28  Lute Kamstra  <lute@gnu.org>
4483         * debugging.texi (Debugging): Fix typo.
4484         (Error Debugging): Document eval-expression-debug-on-error.
4485         (Function Debugging): Update example.
4486         (Using Debugger): Mention starred stack frames.
4487         (Debugger Commands): Document `j' and `l'.
4488         (Invoking the Debugger): `d' and `j' exit recursive edit too.
4489         Update the messages that the debugger displays.
4490         (Internals of Debugger): Add cross reference.  Update example.
4491         (Excess Open): Minor improvement.
4492         (Excess Close): Minor improvement.
4494 2005-02-26  Richard M. Stallman  <rms@gnu.org>
4496         * tips.texi (Coding Conventions): Clarify.
4497         Put all the major mode key reservations together.
4498         Mention the Mouse-1 => Mouse-2 conventions.
4500         * syntax.texi (Syntax Class Table): Clarify.
4501         (Syntax Table Functions): syntax-after moved from here.
4502         (Syntax Table Internals): syntax-after moved to here.
4503         (Parsing Expressions): Update info on number of values
4504         and what's meaningful in the STATE argument.
4505         (Categories): Fix typo.
4507         * sequences.texi (Arrays): Cleanup.
4508         (Char-Tables): Clarify.
4510         * processes.texi (Deleting Processes): Cleanups, add xref.
4511         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
4512         (Process Information): set-process-coding-system, some args optional.
4513         (Input to Processes): Explain various types for PROCESS args.
4514         Rename them from PROCESS-NAME to PROCESS.
4515         (Signals to Processes): Likewise.
4516         (Decoding Output): Cleanup.
4517         (Query Before Exit): Clarify.
4519         * os.texi (Startup Summary): Correct the options; add missing ones.
4520         (Terminal Output, Batch Mode): Clarify.
4521         (Flow Control): Node deleted.
4523         * markers.texi (The Mark): Clarify.
4525         * macros.texi (Expansion): Cleanup.
4526         (Indenting Macros): indent-spec allows ints, not floats.
4528         * keymaps.texi (Keymaps): Clarify.
4529         (Format of Keymaps): Update lisp-mode-map example.
4530         (Active Keymaps, Key Lookup): Clarify.
4531         (Changing Key Bindings): Add xref to `kbd'.
4532         (Key Binding Commands, Simple Menu Items): Clarify.
4533         (Mouse Menus, Menu Bar): Clarify.
4534         (Menu Example): Replace print example with menu-bar-replace-menu.
4536         * help.texi (Documentation Basics): Add function-documentation prop.
4538         * elisp.texi (Top): Don't refer to Flow Control node.
4540         * commands.texi (Command Overview): Improve xrefs.
4541         (Adjusting Point): Adjusting point applies to intangible and invis.
4542         (Key Sequence Input): Doc extra read-key-sequence args.
4543         Likewise for read-key-sequence-vector.
4545         * backups.texi (Rename or Copy): Minor fix.
4546         (Numbered Backups): For version-control, say the default.
4547         (Auto-Saving): make-auto-save-file-name example is simplified.
4549         * advice.texi (Advising Functions): Don't imply one part of Emacs
4550         should advise another part.  Markup changes.
4551         (Defining Advice): Move transitional para.
4552         (Activation of Advice): Cleanup.
4553         Explain if COMPILE is nil or negative.
4555         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4557 2005-02-24  Lute Kamstra  <lute@gnu.org>
4559         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4560         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4562 2005-02-23  Lute Kamstra  <lute@gnu.org>
4564         * modes.texi (Defining Minor Modes): define-minor-mode can be used
4565         to define global minor modes as well.
4567         * display.texi (Managing Overlays): overlay-buffer returns nil for
4568         deleted overlays.
4570 2005-02-22  Kim F. Storm  <storm@cua.dk>
4572         * minibuf.texi (Basic Completion): Allow symbols in addition to
4573         strings in try-completion and all-completions.
4575 2005-02-14  Lute Kamstra  <lute@gnu.org>
4577         * elisp.texi (Top): Remove reference to deleted node.
4579         * lists.texi (Lists): Remove reference to deleted node.
4580         (Cons Cells): Fix typo.
4582         * loading.texi (Where Defined): Fix typo.
4584 2005-02-14  Richard M. Stallman  <rms@gnu.org>
4586         * variables.texi (Creating Buffer-Local): change-major-mode-hook
4587         is useful for discarding some minor modes.
4589         * symbols.texi (Symbol Components): Reorder examples.
4591         * streams.texi (Input Functions): State standard-input default.
4592         (Output Variables): State standard-output default.
4594         * objects.texi (Printed Representation): Clarify read syntax vs print.
4595         (Floating Point Type): Explain meaning better.
4596         (Symbol Type): Explain uniqueness better.
4597         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
4598         List examples sooner.
4599         (Box Diagrams): New subnode broken out.
4600         Some examples moved from old Lists as Boxes node.
4601         (Dotted Pair Notation): Clarify intro.
4602         (Array Type): Clarify.
4603         (Type Predicates): Add hash-table-p.
4605         * numbers.texi (Integer Basics): Clarify radix explanation.
4606         (Predicates on Numbers): Minor clarification.
4607         (Comparison of Numbers): Minor clarification.  Clarify eql.
4608         Typos in min, max.
4609         (Math Functions): Clarify overflow in expt.
4611         * minibuf.texi (Text from Minibuffer): Minor clarification.
4612         Mention arrow keys.
4614         * loading.texi (Autoload): defun's doc string overrides autoload's
4615         doc string.
4616         (Repeated Loading): Modernize "add to list" examples.
4617         (Where Defined): Finish updating table of load-history elts.
4619         * lists.texi (List-related Predicates): Minor wording improvement.
4620         (Lists as Boxes): Node deleted.
4621         (Building Lists): Explain trivial cases of number-sequence.
4623         * hash.texi (Hash Tables): Add desc to menu items.
4624         (Creating Hash): Explain "full" means "make larger".
4625         (Hash Access): Any object can be a key.
4626         State value of maphash.
4628         * functions.texi (What Is a Function): Wording cleanup.
4629         (Function Documentation): Minor cleanup.
4630         Explain purpose of calling convention at end of doc string.
4631         (Function Names): Wording cleanup.
4632         (Calling Functions): Wording cleanup.
4633         Explain better how funcall calls the function.
4634         (Function Cells): Delete example of saving and redefining function.
4636         * control.texi (Combining Conditions): Wording cleanup.
4637         (Iteration): dolist and dotimes bind VAR locally.
4638         (Cleanups): Xref to Atomic Changes.
4640         * compile.texi (Byte Compilation): Delete 19.29 info.
4641         (Compilation Functions): Macros' difficulties don't affect defsubst.
4642         (Docs and Compilation): Delete 19.29 info.
4644 2005-02-10  Richard M. Stallman  <rms@gnu.org>
4646         * objects.texi (Symbol Type): Minor correction.
4648 2005-02-06  Lute Kamstra  <lute@gnu.org>
4650         * modes.texi (Example Major Modes): Fix typos.
4652 2005-02-06  Richard M. Stallman  <rms@gnu.org>
4654         * text.texi (Margins): fill-nobreak-predicate can be one function.
4656         * strings.texi (Modifying Strings): clear-string can make unibyte.
4657         (Formatting Strings): format gives error if values missing.
4659         * positions.texi (Character Motion): Mention default arg
4660         for forward-char.  backward-char refers to forward-char.
4661         (Word Motion): Mention default arg for forward-word.
4662         (Buffer End Motion): Mention default arg for beginning-of-buffer.
4663         Simplify end-of-buffer.
4664         (Text Lines): Mention default arg for forward-line.
4665         (List Motion): Mention default arg for beginning/end-of-defun.
4666         (Skipping Characters): Minor fixes in explaining character-set.
4668         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4669         Mode inheritance applies only when default-major-mode is nil.
4670         Clarifications.
4671         (Example Major Modes): Update Text mode and Lisp mode examples.
4672         (Minor Mode Conventions): Mention define-minor-mode at top.
4673         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4674         (Mode Line Format): Update mode line face display info.
4675         (Properties in Mode): Mention effect of risky vars.
4676         (Imenu): Define imenu-add-to-menubar.
4677         (Font Lock Mode): Add descriptions to menu lines.
4678         (Faces for Font Lock): Add font-lock-doc-face.
4680 2005-02-05  Lute Kamstra  <lute@gnu.org>
4682         * text.texi (Maintaining Undo): Remove obsolete function.
4684 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
4686         * frames.texi (Color Names): Add pointer to the X docs about RGB
4687         color specifications.  Improve indexing
4688         (Text Terminal Colors): Replace the description of RGB values by
4689         an xref to "Color Names".
4691 2005-02-03  Richard M. Stallman  <rms@gnu.org>
4693         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4694         Clarify.
4695         (Selecting Windows): Clarify save-selected-window.
4696         (Cyclic Window Ordering): Clarify walk-windows.
4697         (Window Point): Clarify.
4698         (Window Start): Add comment to example.
4699         (Resizing Windows): Add `interactive' specs in examples.
4700         Document fit-window-to-buffer.
4702         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4703         (Undo, Maintaining Undo): Clarify last change.
4704         (Sorting): In sort-numeric-fields, explain about octal and hex.
4705         Mention sort-numeric-base.
4706         (Format Properties): Add xref for hard newlines.
4708         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4709         (Pop-Up Menus): Fix typo.
4710         (Color Names): Explain all types of color names.
4711         Explain color-values on B&W terminal.
4712         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
4714         * files.texi (File Locks): Not supported on MS systems.
4715         (Testing Accessibility): Clarify.
4717         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4718         (Coverage Testing): Fix typo.
4720         * commands.texi (Misc Events): Remove stray space.
4722         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
4723         (Modification Time): Clarify when visited-file-modtime returns 0.
4724         (The Buffer List): Clarify bury-buffer.
4725         (Killing Buffers): Clarify.
4726         (Indirect Buffers): Add clone-indirect-buffer.
4728 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
4730         * edebug.texi (Printing in Edebug): Fix default value of
4731         edebug-print-circle.
4732         (Coverage Testing): Fix displayed frequency count data.
4734 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
4736         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
4738 2005-02-02  Kim F. Storm  <storm@cua.dk>
4740         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
4742 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
4744         * commands.texi (Misc Events): Describe the help-echo event.
4746         * text.texi (Special Properties) <help-echo>: Use `pos'
4747         consistently in description of the help-echo property.
4748         Use @code{nil} instead of @var{nil}.
4750         * display.texi (Overlay Properties): Fix the index entry for
4751         help-echo overlay property.
4753         * customize.texi (Type Keywords): Uncomment the xref to the
4754         help-echo property documentation.
4756 2005-01-23  Kim F. Storm  <storm@cua.dk>
4758         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
4759         return value.  Third element FULLY replaced by PARTIAL which
4760         specifies number of invisible pixels if row is only partially visible.
4761         (Textual Scrolling): Mention auto-window-vscroll.
4762         (Vertical Scrolling): New defvar auto-window-vscroll.
4764 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4766         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
4767         command remapping.
4769 2005-01-15  Richard M. Stallman  <rms@gnu.org>
4771         * display.texi (Defining Images): Mention DATA-P arg of create-image.
4773 2005-01-14  Kim F. Storm  <storm@cua.dk>
4775         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4777         * text.texi (Links and Mouse-1): Fix string and vector item.
4779 2005-01-13  Richard M. Stallman  <rms@gnu.org>
4781         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4782         descriptions of overriding-local-map and overriding-terminal-local-map.
4784         * text.texi (Links and Mouse-1): Clarify text.
4786 2005-01-13  Kim F. Storm  <storm@cua.dk>
4788         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4790 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
4792         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
4794 2005-01-12  Kim F. Storm  <storm@cua.dk>
4796         * text.texi (Links and Mouse-1): Rename section from Enabling
4797         Mouse-1 to Following Links.  Change xrefs.
4798         Add examples for define-button-type and define-widget.
4800         * display.texi (Button Properties, Button Buffer Commands):
4801         Clarify mouse-1 and follow-link functionality.
4803 2005-01-12  Richard M. Stallman  <rms@gnu.org>
4805         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
4807         * display.texi (Beeping): Fix Texinfo usage.
4809         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
4811 2005-01-11  Kim F. Storm  <storm@cua.dk>
4813         * display.texi (Button Properties, Button Buffer Commands):
4814         Mention mouse-1 binding.  Add follow-link keyword.
4816         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
4817         (Enabling Mouse-1 to Follow Links): New subsection.
4819 2005-01-06  Richard M. Stallman  <rms@gnu.org>
4821         * text.texi (Special Properties): Minor change.
4823         * os.texi (Timers): Clarify previous change.
4825         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
4827 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
4829         * display.texi (Face Attributes): Correct xref to renamed node.
4831 2005-01-01  Richard M. Stallman  <rms@gnu.org>
4833         * display.texi (Face Attributes): Describe hex color specs.
4835 2004-12-31  Richard M. Stallman  <rms@gnu.org>
4837         * os.texi (Timers): Update previous change.
4839 2004-12-30  Kim F. Storm  <storm@cua.dk>
4841         * display.texi (Line Height): Total line-height is now specified
4842         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
4843         in cons cells.  (nil . RATIO) is relative to actual line height.
4844         Use line-height `t' instead of `0' to get minimum height.
4846 2004-12-29  Richard M. Stallman  <rms@gnu.org>
4848         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
4850 2004-12-28  Richard M. Stallman  <rms@gnu.org>
4852         * commands.texi (Quitting): Clarify value of with-local-quit.
4854         * elisp.texi (Top): Fix previous change.
4856         * loading.texi (Loading): Fix previous change.
4858 2004-12-27  Richard M. Stallman  <rms@gnu.org>
4860         * Makefile.in (MAKEINFO): Specify --force.
4862         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4864         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
4866         * display.texi (Line Height): Further clarify.
4868         * elisp.texi (Top): Update Loading submenu.
4870         * loading.texi (Where Defined): New node.
4871         (Unloading): load-history moved to Where Defined.
4873 2004-12-21  Richard M. Stallman  <rms@gnu.org>
4875         * commands.texi (Event Input Misc): Add while-no-input.
4877 2004-12-11  Richard M. Stallman  <rms@gnu.org>
4879         * display.texi (Line Height): Rewrite text for clarity.
4881 2004-12-11  Kim F. Storm  <storm@cua.dk>
4883         * display.texi (Display): Add node "Line Height" to menu.
4884         (Line Height): New node.  Move full description of line-spacing
4885         and line-height text properties here from text.texi.
4886         (Scroll Bars): Add vertical-scroll-bar variable.
4888         * frames.texi (Window Frame Parameters): Remove line-height defvar.
4890         * locals.texi (Standard Buffer-Local Variables): Fix xref for
4891         line-spacing and vertical-scroll-bar.
4893         * text.texi (Special Properties): Just mention line-spacing and
4894         line-height here, add xref to new "Line Height" node.
4896 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
4898         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4900         * locals.texi (Standard Buffer-Local Variables):
4901         Add @xref for `line-spacing'.
4903 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4905         * Makefile.in (maintainer-clean): Remove the info files
4906         in $(infodir) where they are created.
4908 2004-12-03  Richard M. Stallman  <rms@gnu.org>
4910         * windows.texi (Selecting Windows): get-lru-window and
4911         get-largest-window don't consider dedicated windows.
4913         * text.texi (Undo): Document undo-in-progress.
4915 2004-11-26  Richard M. Stallman  <rms@gnu.org>
4917         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4918         Remove a few vars that are not always buffer-local.
4920 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
4922         * locals.texi (Standard Buffer-Local Variables): Comment out
4923         xref's to non-existent node `Yet to be written'.
4925 2004-11-24  Richard M. Stallman  <rms@gnu.org>
4927         * processes.texi (Synchronous Processes): Grammar fix.
4929         * numbers.texi (Comparison of Numbers): Add eql.
4931         * locals.texi (Standard Buffer-Local Variables): Add many vars.
4933         * intro.texi (Printing Notation): Fix previous change.
4935         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4936         and default-indicate-buffer-boundaries from here.
4937         (Usual Display): To here.
4938         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4939         (Usual Display): Move tab-width up.
4941         * customize.texi (Variable Definitions): Replace
4942         show-paren-mode example with tooltip-mode.
4943         (Simple Types, Composite Types, Defining New Types):
4944         Minor cleanups.
4946 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
4948         * processes.texi (Synchronous Processes, Output from Processes):
4949         Markup fix.
4951 2004-11-20  Richard M. Stallman  <rms@gnu.org>
4953         * positions.texi (Skipping Characters): skip-chars-forward
4954         now handles char classes.
4956         * intro.texi (Printing Notation): Avoid confusion of `print'
4957         when explaining @print.
4959         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4961         * display.texi (Display Table Format): Minor fix.
4963         * streams.texi (Output Functions): Fix print example.
4965         * Makefile.in (elisp): New target.
4966         (dist): Depend on $(infodir)/elisp, not elisp.
4967         Copy the info files from $(infodir).
4969         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4970         read-from-minibuffer.
4972         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4974 2004-11-19  Richard M. Stallman  <rms@gnu.org>
4976         * searching.texi (Regexp Search): Add search-whitespace-regexp.
4978 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
4980         * tips.texi (Coding Conventions): Fix typo.
4982 2004-11-16  Richard M. Stallman  <rms@gnu.org>
4984         * tips.texi (Coding Conventions): Separate defvar and require
4985         methods to avoid warnings.  Use require only when there are many
4986         functions and variables from that package.
4988         * minibuf.texi (Minibuffer Completion): When ignoring case,
4989         predicate must not be case-sensitive.
4991         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4992         (Test Coverage): Don't talk about "splotches".  Clarified.
4994 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
4996         * frames.texi (Window Frame Parameters): Fix typo.
4998 2004-11-15  Kim F. Storm  <storm@cua.dk>
5000         * symbols.texi (Other Plists): Note that plist-get may signal error.
5001         Add safe-plist-get.
5003 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
5005         * modes.texi (Font Lock Basics): Fix typo.
5007 2004-11-08  Richard M. Stallman  <rms@gnu.org>
5009         * syntax.texi (Syntax Table Functions): Add syntax-after.
5011 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
5013         * os.texi (Processor Run Time): New section documenting
5014         get-internal-run-time.
5016 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
5018         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5019         it nukes elisp-cover.texi.
5020         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5021         elisp-0 etc.
5023 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5025         * commands.texi (Keyboard Macros): Document `append' return value
5026         of `defining-kbd-macro'.
5028 2004-11-01  Richard M. Stallman  <rms@gnu.org>
5030         * commands.texi (Interactive Call): Add called-interactively-p.
5032 2004-10-29  Simon Josefsson  <jas@extundo.com>
5034         * minibuf.texi (Reading a Password): Revert.
5036 2004-10-28  Richard M. Stallman  <rms@gnu.org>
5038         * frames.texi (Display Feature Testing): Explain about "vendor".
5040 2004-10-27  Richard M. Stallman  <rms@gnu.org>
5042         * commands.texi (Interactive Codes): `N' uses numeric prefix,
5043         not raw.  Clarify `n'.
5044         (Interactive Call): Rewrite interactive-p, focusing on when
5045         and how to use it.
5046         (Misc Events): Clarify previous change.
5048         * advice.texi (Simple Advice): Clarify what job the example does.
5049         (Around-Advice): Clarify ad-do-it.
5050         (Activation of Advice): An option of ad-default-compilation-action
5051         is `never', not `nil'.
5053 2004-10-26  Kim F. Storm  <storm@cua.dk>
5055         * commands.texi (Interactive Codes): Add U code letter.
5057 2004-10-25  Simon Josefsson  <jas@extundo.com>
5059         * minibuf.texi (Reading a Password): Add.
5061 2004-10-24  Jason Rumney  <jasonr@gnu.org>
5063         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
5064         and wheel-down.
5066 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5068         * processes.texi (Synchronous Processes): Document process-file.
5070 2004-10-22  Kenichi Handa  <handa@m17n.org>
5072         * text.texi (translate-region): Document that it accepts also a
5073         char-table.
5075 2004-10-22  David Ponce  <david@dponce.com>
5077         * windows.texi (Resizing Windows): Document the `preserve-before'
5078         argument of the functions `enlarge-window' and `shrink-window'.
5080 2004-10-19  Jason Rumney  <jasonr@gnu.org>
5082         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5084 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5086         * text.texi (Filling): Add anchor for definition of
5087         `sentence-end-double-space'.
5089         * searching.texi (Regexp Example): Update description of how
5090         Emacs currently recognizes the end of a sentence.
5091         (Standard Regexps): Update definition of the variable
5092         `sentence-end'.  Add definition of the function `sentence-end'.
5094 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
5096         * display.texi (Progress): New node.
5098 2004-10-05  Kim F. Storm  <storm@cua.dk>
5100         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5102 2004-09-29  Kim F. Storm  <storm@cua.dk>
5104         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5105         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
5106         fringe bitmap symbols, as they now have their own namespace.
5107         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5108         vs. pixels.  Signal error if no free bitmap slots.
5109         (Pixel Specification): Change IMAGE to @var{image}.
5111 2004-09-28  Richard M. Stallman  <rms@gnu.org>
5113         * text.texi (Special Properties): Clarify line-spacing and line-height.
5115         * searching.texi (Regexp Search): Add looking-back.
5117 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
5119         * display.texi: Correct typos.
5120         (Image Descriptors): Correct xref's.
5122 2004-09-25  Richard M. Stallman  <rms@gnu.org>
5124         * text.texi (Special Properties): Cleanups in `cursor'.
5125         Rewrites in `line-height' and `line-spacing'; exchange them.
5127         * display.texi (Fringes): Rewrite previous change.
5128         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
5129         (Display Fringe Bitmaps): Node deleted, text moved.
5130         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
5131         (Scroll Bars): Clarify set-window-scroll-bars.
5132         (Pointer Shape): Rewrite.
5133         (Specified Space): Clarify :align-to, etc.
5134         (Pixel Specification): Use @var.  Clarify new text.
5135         (Other Display Specs): Clarify `slice'.
5136         (Image Descriptors): Cleanups.
5137         (Showing Images): Cleanups.
5139 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5141         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5143         * modes.texi: Various minor changes in addition to:
5144         (Major Mode Conventions): Final call to `run-mode-hooks' should
5145         not be inside the `delay-mode-hooks' form.
5146         (Mode Hooks): New node.
5147         (Hooks): Delete obsolete example.
5148         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5149         node "Mode Hooks".
5151 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
5153         * display.texi: Correct various typos.
5154         (Display): Rename node "Pointer Shapes" to "Pointer
5155         Shape".  (There is already a node called "Pointer Shapes" in
5156         frames.texi.)
5157         (Images): Remove non-existent node "Image Slices" from menu.
5159 2004-09-23  Kim F. Storm  <storm@cua.dk>
5161         * text.texi (Special Properties): Add `cursor', `pointer',
5162         `line-height', and `line-spacing' properties.
5164         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5165         Shapes' to menu.
5166         (Standard Faces): Doc fix for fringe face.
5167         (Fringes): Add `overflow-newline-into-fringe' and
5168         'indicate-buffer-boundaries'.
5169         (Fringe Bitmaps, Pointer Shapes): New nodes.
5170         (Display Property): Add 'Pixel Specification' and 'Display Fringe
5171         Bitmaps' to menu.
5172         (Specified Space): Describe pixel width and height.
5173         (Pixel Specification): New node.
5174         (Other Display Specs): Add `slice' property.
5175         (Display Fringe Bitmaps): New node.
5176         (Images): Add 'Image Slices' to menu.
5177         (Image Descriptors): Add `:pointer' and `:map' properties.
5178         (Showing Images): Add slice arg to `insert-image'.  Add
5179         'insert-sliced-image'.
5181 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5183         * commands.texi (Key Sequence Input):
5184         Clarify downcasing in read-key-sequence.
5186 2004-09-08  Juri Linkov  <juri@jurta.org>
5188         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5190 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
5192         * locals.texi (Standard Buffer-Local Variables): Add
5193         `buffer-auto-save-file-format'.
5194         * internals.texi (Buffer Internals): Describe new
5195         auto_save_file_format field of the buffer structure.
5196         * files.texi (Format Conversion): `auto-save-file-format' has been
5197         renamed `buffer-auto-save-file-format'.
5199 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
5201         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5202         an integer or a marker.
5203         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5205 2004-08-22  Richard M. Stallman  <rms@gnu.org>
5207         * modes.texi (Major Mode Conventions): Discuss rebinding of
5208         standard key bindings.
5210 2004-08-18  Kim F. Storm  <storm@cua.dk>
5212         * processes.texi (Accepting Output): Add `just-this-one' arg to
5213         `accept-process-output'.
5214         (Output from Processes): New var `process-adaptive-read-buffering'.
5216 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5218         * keymaps.texi: Various changes in addition to:
5219         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5220         Give more varied examples for `kbd'.
5221         (Creating Keymaps): Char tables have slots for all characters
5222         without modifiers.
5223         (Active Keymaps): `overriding-local-map' and
5224         `overriding-terminal-local-map' also override text property and
5225         overlay keymaps.
5226         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5227         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5228         to denote a prefix of no events.
5229         `map-keymap' includes parent's bindings _recursively_.
5230         Clarify and correct description of `where-is-internal'.
5231         Mention BUFFER-OR-NAME arg to `describe-bindings'.
5232         (Menu Example): For menus intended for use with the keyboard, the
5233         menu items should be bound to characters or real function keys.
5235 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5237         * objects.texi (Character Type): Reposition `@anchor' to prevent
5238         double space inside sentence in Info.
5240         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5241         renamed to `disabled-command-function'.
5242         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5243         (Command Loop Info): Replace reference to it.
5244         (Disabling Commands): `disabled-command-hook' has been renamed to
5245         `disabled-command-function'.
5247 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
5249         * os.texi (Translating Input): Only non-prefix bindings in
5250         `key-translation-map' override actual key bindings.  Warn about
5251         possible indirect effect of actual key bindings on non-prefix
5252         bindings in `key-translation-map'.
5254 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5256         * minibuf.texi (High-Level Completion): Add anchor for definition
5257         of `read-variable'.
5259         * commands.texi: Various changes in addition to:
5260         (Using Interactive): Clarify description of `interactive-form'.
5261         (Interactive Call): Mention default for KEYS argument to
5262         `call-interactively'.
5263         (Command Loop Info): Clarify description of `this-command-keys'.
5264         Mention KEEP-RECORD argument to `clear-this-command-keys'.
5265         Value of `last-event-frame' can be `macro'.
5266         (Repeat Events): `double-click-fuzz' is also used to distinguish
5267         clicks and drags.
5268         (Classifying Events): Clarify descriptions of `event-modifiers'
5269         `event-basic-type' and `event-convert-list'.
5270         (Accessing Events): `posn-timestamp' takes POSITION argument.
5271         (Quoted Character Input): Clarify description of
5272         `read-quoted-char' and fix example.
5273         (Quitting): Add `with-local-quit'.
5274         (Disabling Commands): Correct and clarify descriptions of
5275         `enable-command' and `disable-command'.
5276         Mention what happens if `disabled-command-hook' is nil.
5277         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5278         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5280 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5282         * frames.texi: Various changes in addition to:
5283         (Creating Frames): Expand and clarify description of `make-frame'.
5284         (Window Frame Parameters): Either none or both of the `icon-left'
5285         and `icon-top' parameters must be specified.  Put descriptions of
5286         `menu-bar-lines' and `toolbar-lines' closer together and change
5287         them accordingly.
5288         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5289         except while processing `frame-title-format' or `icon-title-format'.
5290         (Deleting Frames): Correct description of `delete-frame'.
5291         Non-nil return values of `frame-live-p' are like those of `framep'.
5292         (Frames and Windows): Mention return value of
5293         `set-frame-selected-window'.
5294         (Visibility of Frames): Mention `force' argument to
5295         `make-frame-invisible'.  `frame-visible-p' returns t for all
5296         frames on text-only terminals.
5297         (Frame Configurations): Restoring a frame configuration does not
5298         restore deleted frames.
5299         (Window System Selections): `x-set-selection' returns DATA.
5300         (Resources): Add example.
5301         (Display Feature Testing): Clarify descriptions of
5302         `display-pixel-height', `display-pixel-width', `x-server-version'
5303         and `x-server-vendor'.
5305         * windows.texi (Choosing Window): Add anchor.
5306         * minibuf.texi (Minibuffer Misc): Add anchor.
5308 2004-07-23  John Paul Wallington  <jpw@gnu.org>
5310         * macros.texi (Defining Macros): Declaration keyword for setting
5311         Edebug spec is `debug' not `edebug'.
5313 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
5315         * windows.texi: Various small changes in addition to:
5316         (Window Point): Mention return value of `set-window-point'.
5317         (Window Start): `pos-visible-in-window-p' disregards horizontal
5318         scrolling.  Explain return value if PARTIALLY is non-nil.
5319         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
5320         and `set-window-vscroll'.
5321         (Size of Window): The argument WINDOW to `window-inside-edges',
5322         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
5323         (Resizing Windows): Explain return value of
5324         `shrink-window-if-larger-than-buffer'.
5325         `window-size-fixed' automatically becomes buffer local when set.
5326         (Window Configurations): Explain return value of
5327         `set-window-configuration'.
5329         * minibuf.texi (Minibuffer Misc): Add anchor for
5330         `minibuffer-scroll-window'.
5332         * positions.texi (Text Lines): Add anchor for `count-lines'.
5334 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5336         * display.texi (Overlay Properties): Adding `evaporate' prop
5337         deletes empty overlay immediately.
5339         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
5340         fix example.
5342 2004-07-16  Jim Blandy  <jimb@redhat.com>
5344         * searching.texi (Regexp Backslash): Document new \_< and \_>
5345         operators.
5347 2004-07-16  Juanma Barranquero  <lektu@terra.es>
5349         * display.texi (Images): Fix Texinfo usage.
5351 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5353         * buffers.texi (Modification Time): `visited-file-modtime' now
5354         returns a list of two integers, instead of a cons.
5356 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
5358         * windows.texi: Various changes in addition to:
5359         (Splitting Windows): Add `split-window-keep-point'.
5361 2004-07-09  Richard M. Stallman  <rms@gnu.org>
5363         * frames.texi (Input Focus): Minor fix.
5365 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
5367         * frames.texi (Input Focus): Clarify descriptions of
5368         `select-frame-set-input-focus' and `select-frame'.
5370 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
5372         * os.texi: Various small changes in addition to:
5373         (Killing Emacs): Expand and clarify description of
5374         `kill-emacs-query-functions' and `kill-emacs-hook'.
5375         (System Environment): Expand and clarify description of `getenv'
5376         and `setenv'.
5377         (Timers): Clarify description of `run-at-time'.
5378         (Translating Input): Correct description of
5379         `extra-keyboard-modifiers'.
5380         (Flow Control): Correct description of `enable-flow-control'.
5382 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
5384         * os.texi: Update copyright.
5385         (Session Management): Grammar fix.
5386         Clarify which Emacs does the restarting.
5387         Use @samp for *scratch* buffer.
5389 2004-07-04  Alan Mackenzie  <acm@muc.de>
5391         * frames.texi (Input Focus): Add documentation for
5392         `select-frame-set-input-focus'.  Replace refs to non-existent
5393         `switch-frame' with `select-frame'.  Minor corrections and tidying
5394         up of text-only terminal stuff.
5396 2004-07-02  Richard M. Stallman  <rms@gnu.org>
5398         * files.texi (Saving Buffers): Cleanup write-contents-function.
5399         (Magic File Names): Cleanup file-remote-p.
5401 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
5403         * files.texi (Magic File Names): `file-remote-p' returns an
5404         identifier of the remote system, not just t.
5406 2004-07-02  David Kastrup  <dak@gnu.org>
5408         * searching.texi (Entire Match Data): Add explanation about new
5409         match-data behavior when @var{integers} is non-nil.
5411 2004-06-24  Richard M. Stallman  <rms@gnu.org>
5413         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
5415         * customize.texi (Variable Definitions): Note about doc strings
5416         and :set.
5418         * keymaps.texi (Keymap Terminology): Document `kbd'.
5419         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
5421         * display.texi (Invisible Text): Setting buffer-invisibility-spec
5422         makes it buffer-local.
5424         * files.texi (Saving Buffers): Correct previous change.
5426         * commands.texi (Accessing Events):
5427         Clarify posn-col-row and posn-actual-col-row.
5429 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
5431         * commands.texi (Accessing Events): New functions
5432         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
5434 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5436         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
5437         * frames.texi, buffers.texi, backups.texi, variables.texi:
5438         * loading.texi, eval.texi, functions.texi, control.texi:
5439         * symbols.texi, minibuf.texi: Reposition @anchor's.
5441         * help.texi: Various small changes in addition to the following.
5442         (Describing Characters): Describe PREFIX argument to
5443         `key-description'.  Correct and clarify definition of
5444         `text-char-description'.  Describe NEED-VECTOR argument to
5445         `read-kbd-macro'.
5446         (Help Functions): Clarify definition of `apropos'.
5448 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
5450         * files.texi (Saving Buffers): Correct description of
5451         `write-contents-functions'.
5453 2004-06-21  Juanma Barranquero  <lektu@terra.es>
5455         * display.texi (Images): Remove redundant @vindex directives.
5456         Rewrite `image-library-alist' doc in active voice.
5458 2004-06-14  Juanma Barranquero  <lektu@terra.es>
5460         * display.texi (Images): Document new delayed library loading,
5461         variable `image-library-alist' and (existing but undocumented)
5462         function `image-type-available-p'.
5464 2004-06-05  Richard M. Stallman  <rms@gnu.org>
5466         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
5467         refer the user to the Initial Input node.
5468         (Text from Minibuffer): Likewise.
5469         (Initial Input): New node.  Document this feature
5470         and say it is mostly deprecated.
5472 2004-05-30  Richard M. Stallman  <rms@gnu.org>
5474         * loading.texi (Named Features): Clarify return value
5475         and meaning of NOERROR.
5477         * variables.texi (File Local Variables): Minor cleanup.
5479 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
5481         * files.texi (Magic File Names): Add `file-remote-p' as operation
5482         of file name handlers.
5484 2004-05-29  Richard M. Stallman  <rms@gnu.org>
5486         * modes.texi (Minor Mode Conventions): (-) has no special meaning
5487         as arg to a minor mode command.
5489 2004-05-22  Richard M. Stallman  <rms@gnu.org>
5491         * syntax.texi (Syntax Class Table): Word syntax not just for English.
5493         * streams.texi (Output Variables): Doc float-output-format.
5495         * searching.texi (Regexp Special): Nested repetition can be infloop.
5497         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5498         real stack overflow.
5500         * compile.texi: Minor cleanups.
5502 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
5504         * lists.texi (Cons Cells): Explain dotted lists, true lists,
5505         circular lists.
5506         (List Elements): Explain handling of circular and dotted lists.
5508 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
5510         * modes.texi (Search-based Fontification): Fix typo.
5512 2004-05-10  Juanma Barranquero  <lektu@terra.es>
5514         * modes.texi (Mode Line Variables): Fix description of
5515         global-mode-string, which is now after which-func-mode, not the
5516         buffer name.
5518 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
5520         * modes.texi (Desktop Save Mode): Add.
5521         (Modes): Add menu entry Desktop Save Mode.
5523         * hooks.texi: Add desktop-after-read-hook,
5524         desktop-no-desktop-file-hook and desktop-save-hook.
5526         * locals.texi: Add desktop-save-buffer.
5528 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
5530         * display.texi: emacs -> Emacs.
5532 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
5534         * files.texi (Changing Files): Document set-file-times.
5536 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5538         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5540 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
5542         * tips.texi (Coding Conventions): defopt -> defcustom.
5544 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
5546         * sequences.texi: Various clarifications.
5548 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
5550         * buffers.texi (Read Only Buffers): Mention optional ARG to
5551         `toggle-read-only'.
5553 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
5555         * windows.texi (Selecting Windows): Note that get-lru-window
5556         returns a full-width window if possible.
5558 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
5560         * buffers.texi: Various changes in addition to:
5561         (Buffer File Name): Add `find-buffer-visiting'.
5562         (Buffer Modification): Mention optional ARG to `not-modified'.
5563         (Indirect Buffers): Mention optional CLONE argument to
5564         `make-indirect-buffer'.
5566         * files.texi: Various changes in addition to:
5567         (Visiting Functions): `find-file-hook' is now a normal hook.
5568         (File Name Expansion): Explain difference between the way that
5569         `expand-file-name' and `file-truename' treat `..'.
5570         (Contents of Directories): Mention optional ID-FORMAT argument to
5571         `directory-files-and-attributes'.
5572         (Format Conversion): Mention new optional CONFIRM argument to
5573         `format-write-file'.
5575 2004-04-12  Miles Bader  <miles@gnu.org>
5577         * macros.texi (Expansion): Add description of `macroexpand-all'.
5579 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
5581         * variables.texi (Variable Aliases): Mention
5582         cyclic-variable-indirection.
5584         * errors.texi (Standard Errors): Ditto.
5586 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5588         * backups.texi: Various small changes in addition to:
5589         (Making Backups): Mention return value of `backup-buffer'.
5590         (Auto-Saving): Mention optional FORCE argument to
5591         `delete-auto-save-file-if-necessary'.
5592         (Reverting): Mention optional PRESERVE-MODES argument to
5593         `revert-buffer'.  Correct description of `revert-buffer-function'.
5595 2004-03-22  Juri Linkov  <juri@jurta.org>
5597         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5598         with `Vector Functions'.
5600         * text.texi (Sorting): Add missing quote.
5602 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
5604         * intro.texi (Lisp History): Replace xref to `cl' manual with
5605         inforef.
5607 2004-03-12  Richard M. Stallman  <rms@gnu.org>
5609         * intro.texi (Version Info): Add arg to emacs-version.
5610         (Lisp History): Change xref to CL manual.
5612 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
5614         * minibuf.texi (Completion Commands): Add xref to Emacs manual
5615         for Partial Completion mode.
5617 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
5619         * customize.texi: Fix typo.  Remove eol whitespace.
5621 2004-03-04  Richard M. Stallman  <rms@gnu.org>
5623         * processes.texi: Fix typos.
5625         * lists.texi (Building Lists): Minor clarification.
5627         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5628         in make-hash-table.
5630 2004-02-29  Juanma Barranquero  <lektu@terra.es>
5632         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5633         rm, and ignore exit code.
5635 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
5637         * display.texi (Defining Faces): Add description for min-colors.
5638         Update example.
5640 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
5642         * abbrevs.texi: Various corrections and clarifications in addition
5643         to the following:
5644         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5646 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
5648         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5650 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
5652         * text.texi: Various small changes in addition to the following:
5653         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5654         to delete-horizontal-space.
5655         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5656         description of yank-handler text property at various places.
5658         * frames.texi (Window System Selections): Add anchor.
5660         * syntax.texi (Syntax Table Functions): Clarify and correct
5661         descriptions of make-syntax-table and copy-syntax-table.
5662         (Motion and Syntax): Clarify SYNTAXES argument to
5663         skip-syntax-forward.
5664         (Parsing Expressions): Mention that the return value of
5665         parse-partial-sexp is currently a list of ten rather than nine
5666         elements.
5667         (Categories): Various corrections and clarifications.
5669 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
5671         * markers.texi (Marker Insertion Types): Minor change.
5673         * locals.texi (Standard Buffer-Local Variables):
5674         * commands.texi (Interactive Codes, Using Interactive):
5675         * functions.texi (Related Topics): Fix xrefs.
5677 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5679         * lists.texi (Sets And Lists): Update description of delete-dups.
5681 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5683         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5685 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
5687         * frames.texi (Parameter Access): frame-parameters arg is optional.
5688         modify-frame-parameters handles nil for FRAME.
5689         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5690         are all-or-nothing for certain toolkits.
5691         Mention parameter wait-for-wm.
5692         (Frames and Windows): In frame-first-window and frame-selected-window
5693         the arg is optional.
5694         (Input Focus): In redirect-frame-focus the second arg is optional.
5695         (Window System Selections): Mention selection type CLIPBOARD.
5696         Mention data-type UTF8_STRING.
5697         Mention numbering of cut buffers.
5698         (Resources): Describe x-resource-name.
5700 2004-02-16  Richard M. Stallman  <rms@gnu.org>
5702         * windows.texi (Buffers and Windows): Delete false table
5703         about all-frames.
5705         * syntax.texi (Parsing Expressions): Delete old caveat
5706         about parse-sexp-ignore-comments.
5708         * streams.texi (Output Variables): Add print-quoted.
5710         * lists.texi (Building Lists): Minor cleanup.
5712         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5714         * display.texi (Overlays): Explain overlays use markers.
5715         (Managing Overlays): Explain front-advance and rear-advance
5716         in more detail.
5718         * loading.texi (Unloading): Document unload-feature-special-hooks.
5719         Get rid of fns-NNN.el file.
5721 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
5723         * help.texi (Describing Characters): Fix text-char-description
5724         example output.
5726         * edebug.texi (Using Edebug): Fix example.
5728         * debugging.texi (Internals of Debugger): Fix return value.
5730         * files.texi (Changing Files): Fix argname.
5732         * calendar.texi: Fix parens, and default values.
5734         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
5735         * nonascii.texi, objects.texi, os.texi: Minor fixes.
5736         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
5738         * positions.texi (Text Lines): Don't add -1 in current-line.
5740 2004-02-16  Richard M. Stallman  <rms@gnu.org>
5742         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
5744 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5746         * processes.texi (Low-Level Network): Fix a typo.
5748 2004-02-12  Kim F. Storm  <storm@cua.dk>
5750         * display.texi (Fringes): Use consistent wording.
5751         Note that window-fringe's window arg is optional.
5752         (Scroll Bars): Use consistent wording.
5754 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
5756         * tips.texi (Comment Tips): Document the new conventions for
5757         commenting out code.
5759 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
5761         * positions.texi (Text Lines): Added missing end defun.
5763 2004-02-07  Kim F. Storm  <storm@cua.dk>
5765         * positions.texi (Text Lines): Add line-number-at-pos.
5767 2004-02-06  John Paul Wallington  <jpw@gnu.org>
5769         * display.texi (Button Properties, Button Buffer Commands):
5770         mouse-2 invokes button, not down-mouse-1.
5772 2004-02-04  Jason Rumney  <jasonr@gnu.org>
5774         * makefile.w32-in: Sync with Makefile.in changes.
5776 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
5778         * minibuf.texi (Text from Minibuffer): Various corrections and
5779         clarifications.
5780         (Object from Minibuffer): Correct Lisp description of
5781         read-minibuffer.
5782         (Minibuffer History): Clarify description of cons values for
5783         HISTORY arguments.
5784         (Basic Completion): Various corrections and clarifications.  Add
5785         completion-regexp-list.
5786         (Minibuffer Completion): Correct and clarify description of
5787         completing-read.
5788         (Completion Commands): Mention Partial Completion mode.  Various
5789         other minor changes.
5790         (High-Level Completion): Various corrections and clarifications.
5791         (Reading File Names): Ditto.
5792         (Minibuffer Misc): Ditto.
5794 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
5796         * strings.texi (Text Comparison): assoc-string also matches
5797         elements of alists that are strings instead of conses.
5798         (Formatting Strings): Standardize Texinfo usage.  Update index
5799         entries.
5801 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
5803         * lists.texi (Sets And Lists): Add delete-dups.
5805 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5807         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
5808         special form.
5809         * macros.texi (Defining Macros): Update description of `declare',
5810         which now is a macro.
5811         (Wrong Time): Fix typos.
5813 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
5815         * compile.texi (Compilation Functions): Expand descriptions of
5816         `compile-defun', `byte-compile-file', `byte-recompile-directory'
5817         and `batch-byte-compile'.  In particular, mention and describe
5818         all optional arguments.
5819         (Disassembly): Correct and clarify the description of `disassemble'.
5821 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
5823         * searching.texi: Various small changes in addition to the
5824         following.
5825         (Regexp Example): Adapt to new value of `sentence-end'.
5826         (Regexp Functions): The PAREN argument to `regexp-opt' can be
5827         `words'.
5828         (Search and Replace): Add usage note for `perform-replace'.
5829         (Entire Match Data): Mention INTEGERS and REUSE arguments to
5830         `match-data'.
5831         (Standard Regexps): Update for new values of `paragraph-start'
5832         and `sentence-end'.
5834 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5836         * files.texi (Saving Buffers): Clarify descriptions of
5837         `write-contents-functions' and `before-save-hook'.
5838         Make the defvar's for `before-save-hook' and `after-save-hook'
5839         into defopt's.
5841 2004-01-07  Kim F. Storm  <storm@cua.dk>
5843         * commands.texi (Click Events): Describe new image and
5844         width/height elements of click events.
5845         (Accessing Events): Add posn-string, posn-image, and
5846         posn-object-width-height.  Change posn-object to return either
5847         image or string object.
5849 2004-01-01  Simon Josefsson  <jas@extundo.com>
5851         * hooks.texi (Standard Hooks): Add before-save-hook.
5852         * files.texi (Saving Buffers): Likewise.
5854 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5856         * frames.texi (Frames and Windows): Delete frame-root-window.
5858 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5860         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
5862         * functions.texi: Various small changes in addition to the
5863         following.
5864         (What Is a Function): `functionp' returns nil for macros.  Clarify
5865         behavior of this and following functions for symbol arguments.
5866         (Function Documentation): Add `\' in front of (fn @var{arglist})
5867         and explain why.
5868         (Defining Functions): Mention DOCSTRING argument to `defalias'.
5869         Add anchor.
5870         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
5872 2004-01-01  Miles Bader  <miles@gnu.org>
5874         * display.texi (Buttons): New section.
5876 2003-12-31  Andreas Schwab  <schwab@suse.de>
5878         * numbers.texi (Math Functions): sqrt reports a domain-error
5879         error.
5880         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5882 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5884         * tips.texi (Documentation Tips): Update item on hyperlinks in
5885         documentation strings.
5887         * errors.texi (Standard Errors): Various small corrections and
5888         additions.
5890         * control.texi: Various small changes in addition to the
5891         following.
5892         (Signaling Errors): Provide some more details on how `signal'
5893         constructs the error message.  Add anchor to the definition of
5894         `signal'.
5895         (Error Symbols): Describe special treatment of `quit'.
5896         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5897         to emphasize that it has to be a single form.
5899         * buffers.texi: Add anchor.
5901 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5903         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5904         (Window Configurations): Add window-configuration-frame.
5906         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5908         * text.texi (Examining Properties): Add get-char-property-and-overlay.
5909         Change arg name in get-char-property.
5910         (Special Properties): Update handling of keymap property.
5912         * strings.texi (Modifying Strings): Add clear-string.
5913         (Text Comparison): Add assoc-string and remove
5914         assoc-ignore-case, assoc-ignore-representation.
5916         * os.texi (Time of Day): Add set-time-zone-rule.
5918         * numbers.texi (Math Functions): asin, acos, log, log10
5919         report domain-error errors.
5921         * nonascii.texi (Converting Representations):
5922         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5923         (Encoding and I/O): Add file-name-coding-system.
5925         * modes.texi (Search-based Fontification): Explain that
5926         face specs are symbols with face names as values.
5928         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
5930         * lists.texi (Building Lists): remq moved elsewhere.
5931         (Sets And Lists): remq moved here.
5932         (Association Lists): Refer to assoc-string.
5934         * internals.texi (Garbage Collection): Add memory-use-counts.
5936         * frames.texi (Frames and Windows): Add set-frame-selected-window
5937         and frame-root-window.
5939         * files.texi (Contents of Directories):
5940         Add directory-files-and-attributes.
5942         * display.texi (Refresh Screen): Add force-window-update.
5943         (Invisible Text): Explain about moving point out of invis text.
5944         (Overlay Properties): Add overlay-properties.
5945         (Managing Overlays): Add overlayp.
5946         (GIF Images): Invalid image number displays a hollow box.
5948         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5949         (Killing Buffers): Add buffer-live-p.
5951 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5953         * display.texi (Fringes): Fix typo "set-buffer-window".
5955 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
5957         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5958         * nonascii.texi, processes.texi, tips.texi, variables.texi:
5959         Add or change various xrefs and anchors.
5961         * commands.texi: Replace all occurrences of @acronym{CAR} with
5962         @sc{car}, for consistency with the rest of the Elisp manual.
5963         `car' and `cdr' are historically acronyms, but are no longer
5964         widely thought of as such.
5966         * internals.texi (Pure Storage): Mention that `purecopy' does not
5967         copy text properties.
5968         (Object Internals): Now 29 bits are used (in most implementations)
5969         to address Lisp objects.
5971         * variables.texi (Variables with Restricted Values): New node.
5973         * objects.texi (Lisp Data Types): Mention that certain variables
5974         can only take on a restricted set of values and add an xref to
5975         the new node "Variables with Restricted Values".
5977         * eval.texi (Function Indirection): Describe the errors that
5978         `indirect-function' can signal.
5979         (Eval): Clarify the descriptions of `eval-region' and `values'.
5980         Describe `eval-buffer' instead of `eval-current-buffer' and
5981         mention `eval-current-buffer' as an alias for `current-buffer'.
5982         Correct the description and mention all optional arguments.
5984         * nonascii.texi: Various small changes in addition to the
5985         following.
5986         (Converting Representations): Clarify behavior of
5987         `string-make-multibyte' and `string-to-multibyte' for unibyte all
5988         ASCII arguments.
5989         (Character Sets): Document the variable `charset-list' and adapt
5990         the definition of the function `charset-list' accordingly.
5991         (Translation of Characters): Clarify use of generic characters in
5992         `make-translation-table'.  Clarify and correct the description of
5993         the use of translation tables in encoding and decoding.
5994         (User-Chosen Coding Systems): Correct and clarify the description
5995         of `select-safe-coding-system'.
5996         (Default Coding Systems): Clarify description of
5997         `file-coding-system-alist'.
5999 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
6001         * strings.texi (Text Comparison): Correctly describe when two
6002         strings are `equal'.  Combine and clarify descriptions of
6003         `assoc-ignore-case' and `assoc-ignore-representation'.
6005         * objects.texi (Non-ASCII in Strings): Clarify description of
6006         when a string is unibyte or multibyte.
6007         (Bool-Vector Type): Update examples.
6008         (Equality Predicates): Correctly describe when two strings are
6009         `equal'.
6011 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
6013         * lists.texi (Building Lists): `append' no longer accepts integer
6014         arguments.  Update the description of `number-sequence' to reflect
6015         recent changes.
6016         (Sets And Lists): Describe `member-ignore-case' after `member'.
6018 2003-11-27  Kim F. Storm  <storm@cua.dk>
6020         * commands.texi (Click Events): Click object may be an images.
6021         Describe (dx . dy) element of click positions.
6022         (Accessing Events): Remove duplicate posn-timestamp.
6023         New functions posn-object and posn-object-x-y.
6025 2003-11-23  Kim F. Storm  <storm@cua.dk>
6027         * commands.texi (Click Events): Describe enhancements to event
6028         position lists, including new text-pos and (col . row) items.
6029         Mention left-fringe and right-fringe area events.
6030         (Accessing Events): New functions posn-area and
6031         posn-actual-col-row.  Mention posn-timestamp.  Mention that
6032         posn-point in non-text area still returns buffer position.
6033         Clarify posn-col-row.
6035 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
6037         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6038         * anti.texi (File Attributes): Describe removed parameter
6039         ID-FORMAT.
6041 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
6043         * positions.texi (Positions): Mention that, if a marker is used as
6044         a position, its buffer is ignored.
6046         * markers.texi (Overview of Markers): Mention it here too.
6048 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
6050         * numbers.texi (Numeric Conversions): Not just `floor', but also
6051         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6053 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
6055         * markers.texi (Creating Markers): Specify insertion type of
6056         created markers.  Add xref to `Marker Insertion Types'.
6057         Second argument to `copy-marker' is optional.
6058         (Marker Insertion Types): Mention that most markers are created
6059         with insertion type nil.
6060         (The Mark): Correctly describe when `mark' signals an error.
6061         (The Region): Correctly describe when `region-beginning' and
6062         `region-end' signal an error.
6064 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
6066         * hash.texi (Creating Hash): Clarify description of `eql'.
6067         `makehash' is obsolete.
6068         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6070         * positions.texi (Point): Change description of `buffer-end', so
6071         that it is also correct for floating point arguments.
6072         (List Motion): Correct argument lists of `beginning-of-defun' and
6073         `end-of-defun'.
6074         (Excursions): Add xref to `Marker Insertion Types'.
6075         (Narrowing): Argument to `narrow-to-page' is optional.
6077 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
6079         * streams.texi (Output Streams): Clarify behavior of point for
6080         marker output streams.
6082 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6084         * variables.texi (Defining Variables): Second argument to
6085         `defconst' is not optional.
6086         (Setting Variables): Mention optional argument APPEND to
6087         `add-to-list'.
6088         (Creating Buffer-Local): Expand description of
6089         `make-variable-buffer-local'.
6090         (Frame-Local Variables): Expand description of
6091         `make-variable-frame-local'.
6092         (Variable Aliases): Correct description of optional argument
6093         DOCSTRING to `defvaralias'.  Mention return value of
6094         `defvaralias'.
6095         (File Local Variables): Add xref to `File variables' in Emacs
6096         Manual.  Correct description of `hack-local-variables'.  Mention
6097         `safe-local-variable' property.  Mention optional second argument
6098         to `risky-local-variable-p'.
6100 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
6102         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6104 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6106         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6107         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6108         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6109         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6110         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6111         lispref/processes.texi, lispref/searching.texi,
6112         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6113         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6114         @acronym{FOO}.
6116 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
6118         * strings.texi (Creating Strings): Argument START to `substring'
6119         can not be `nil'.  Expand description of
6120         `substring-no-properties'.  Correct description of `split-string',
6121         especially with respect to empty matches.  Prevent very bad line
6122         break in definition of `split-string-default-separators'.
6123         (Text Comparison): `string=' and `string<' also accept symbols as
6124         arguments.
6125         (String Conversion): More completely describe argument BASE in
6126         `string-to-number'.
6127         (Formatting Strings): `%s' and `%S' in `format' do require
6128         corresponding object.  Clarify behavior of numeric prefix after
6129         `%' in `format'.
6130         (Case Conversion): The argument to `upcase-initials' can be a
6131         character.
6133 2003-10-27  Kenichi Handa  <handa@m17n.org>
6135         * display.texi (Fontsets): Fix texinfo usage.
6137 2003-10-25  Kenichi Handa  <handa@m17n.org>
6139         * display.texi (Fontsets): Add description of the function
6140         set-fontset-font.
6142 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
6144         * display.texi (Temporary Displays): Add xref to `Documentation
6145         Tips'.
6147         * functions.texi (Function Safety): Use inforef instead of pxref
6148         for SES.
6150 2003-10-23  Andreas Schwab  <schwab@suse.de>
6152         * Makefile.in (TEX, texinputdir): Don't define.
6153         (TEXI2DVI): Define.
6154         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6155         add $(srcdir)/index.texi.
6156         ($(infodir)/elisp): Remove index.texi dependency.
6157         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
6158         (index.texi): Remove target.
6159         (dist): Don't link $(srcdir)/permute-index.
6160         (clean): Don't remove index.texi.
6162         * permute-index, index.perm: Remove.
6163         * index.texi: Rename from index.unperm.
6165 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
6167         * tips.texi (Documentation Tips): Document new behavior for face
6168         and variable hyperlinks in Help mode.
6170 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
6172         * objects.texi (Integer Type): Update for extra bit of integer range.
6173         (Character Type): Ditto.
6175 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6177         * numbers.texi (Integer Basics): Add index entries for reading
6178         numbers in hex, octal, and binary.
6180 2003-10-16  Lute Kamstra  <lute@gnu.org>
6182         * modes.texi (Mode Line Format): Mention force-mode-line-update's
6183         argument.
6185 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
6187         * windows.texi (Choosing Window): Fix typo.
6188         * edebug.texi (Edebug Execution Modes): Fix typo.
6190 2003-10-13  Richard M. Stallman  <rms@gnu.org>
6192         * windows.texi (Basic Windows): A window has fringe settings,
6193         display margins and scroll-bar settings.
6194         (Splitting Windows): Doc split-window return value.
6195         Clean up one-window-p.
6196         (Selecting Windows): Fix typo.
6197         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6198         (Buffers and Windows): In set-window-buffer, explain effect
6199         on fringe settings and scroll bar settings.
6200         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6201         (Choosing Window): Use defopt for pop-up-frame-function.
6202         For special-display-buffer-names, explain same-window and same-frame.
6203         Clarify window-dedicated-p return value.
6204         (Textual Scrolling): scroll-up and scroll-down can get an error.
6205         (Horizontal Scrolling): Clarify auto-hscroll-mode.
6206         Clarify set-window-hscroll.
6207         (Size of Window): Don't mention tool bar in window-height.
6208         (Coordinates and Windows): Explain what coordinates-in-window-p
6209         returns for fringes and display margins.
6210         (Window Configurations): Explain saving fringes, etc.
6212         * tips.texi (Library Headers): Clean up Documentation.
6214         * syntax.texi (Parsing Expressions): Clean up forward-comment
6215         and parse-sexp-lookup-properties.
6217         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6219         * os.texi (System Environment): Clean up text for load-average errors.
6221         * modes.texi (Hooks): Don't explain local hook details at front.
6222         Clarify run-hooks and run-hook-with-args a little.
6223         Clean up add-hook and remove-hook.
6225         * edebug.texi (Edebug Execution Modes): Clarify t.
6226         Document edebug-sit-for-seconds.
6227         (Coverage Testing): Document C-x X = and =.
6228         (Instrumenting Macro Calls): Fix typo.
6229         (Specification List): Don't index the specification keywords.
6231 2003-10-10  Kim F. Storm  <storm@cua.dk>
6233         * processes.texi (Network): Introduce make-network-process.
6235 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
6237         * tips.texi (Library Headers): Fix typo.
6239 2003-10-07  Juri Linkov  <juri@jurta.org>
6241         * modes.texi (Imenu): Mention imenu-create-index-function's
6242         default value.  Explain submenus better.
6244 2003-10-07  Lute Kamstra  <lute@gnu.org>
6246         * modes.texi (Faces for Font Lock): Fix typo.
6247         (Hooks): Explain how buffer-local hook variables can refer to
6248         global hook variables.
6249         Various minor clarifications.
6251 2003-10-06  Lute Kamstra  <lute@gnu.org>
6253         * tips.texi (Coding Conventions): Mention naming conventions for
6254         hooks.
6256 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
6258         * loading.texi (Library Search): Correct default value of
6259         load-suffixes.
6260         (Named Features): Fix typo.
6262 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6264         * loading.texi (Named Features): In `provide',
6265         say how to test for subfeatures.
6266         (Unloading): In unload-feature, use new var name
6267         unload-feature-special-hooks.
6269 2003-10-03  Lute Kamstra  <lute@gnu.org>
6271         * modes.texi (Major Mode Conventions): Mention third way to set up
6272         Imenu.
6273         (Imenu): A number of small fixes.
6274         Delete documentation of internal variable imenu--index-alist.
6275         Document the return value format of imenu-create-index-function
6276         functions.
6278 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6280         * processes.texi (Network): Say what stopped datagram connections do.
6282         * lists.texi (Association Lists): Clarify `assq-delete-all'.
6284         * display.texi (Overlay Properties): Clarify `evaporate' property.
6286 2003-09-29  Lute Kamstra  <lute@gnu.org>
6288         * modes.texi (Mode Line Data): Explain when symbols in mode-line
6289         constructs should be marked as risky.
6290         Change cons cell into proper list.
6291         (Mode Line Variables): Change cons cell into proper list.
6293 2003-09-26  Lute Kamstra  <lute@gnu.org>
6295         * modes.texi (Mode Line Data): Document the :propertize construct.
6296         (Mode Line Variables): Reorder the descriptions of the variables
6297         to match their order in the default mode-line-format.
6298         Describe the new variables mode-line-position and mode-line-modes.
6299         Update the default values of mode-line-frame-identification,
6300         minor-mode-alist, and default-mode-line-format.
6301         (Properties in Mode): Mention the :propertize construct.
6303 2003-09-26  Richard M. Stallman  <rms@gnu.org>
6305         * buffers.texi, commands.texi, debugging.texi, eval.texi:
6306         * loading.texi, minibuf.texi, text.texi, variables.texi:
6307         Avoid @strong{Note:}.
6309 2003-09-26  Richard M. Stallman  <rms@gnu.org>
6311         * keymaps.texi (Remapping Commands): Fix typo.
6313 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
6315         * processes.texi (Low-Level Network): Fix typo.
6317 2003-09-23  Kim F. Storm  <storm@cua.dk>
6319         * processes.texi (Network, Network Servers): Fix typos.
6320         (Low-Level Network): Add timeout value for :server keyword.
6321         Add new option keywords to make-network-process.
6322         Add set-network-process-options.
6323         Explain how to test availability of network options.
6325 2003-09-19  Richard M. Stallman  <rms@gnu.org>
6327         * text.texi (Motion by Indent): Arg to
6328         backward-to-indentation and forward-to-indentation is optional.
6330         * strings.texi (Creating Strings): Add substring-no-properties.
6332         * processes.texi
6333         (Process Information): Add list-processes arg QUERY-ONLY.
6334         Delete process-contact from here.
6335         Add new status values for process-status.
6336         Add process-get, process-put, process-plist, set-process-plist.
6337         (Synchronous Processes): Add call-process-shell-command.
6338         (Signals to Processes): signal-process allows process objects.
6339         (Network): Complete rewrite.
6340         (Network Servers, Datagrams, Low-Level Network): New nodes.
6342         * positions.texi (Word Motion): forward-word, backward-word
6343         arg is optional.  Reword.
6345         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
6347         * variables.texi (Creating Buffer-Local):
6348         Delete duplicate definition of buffer-local-value.
6349         (File Local Variables): Explain about discarding text props.
6351 2003-09-11  Richard M. Stallman  <rms@gnu.org>
6353         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
6354         changes variables that record input events.
6355         (Minibuffer Misc): Add minibuffer-selected-window.
6357         * lists.texi (Building Lists): Add copy-tree.
6359         * display.texi (Fontsets): Add char-displayable-p.
6360         (Scroll Bars): New node.
6362 2003-09-08  Lute Kamstra  <lute@gnu.org>
6364         * modes.texi (%-Constructs): Document new `%i' and `%I'
6365         constructs.
6367 2003-09-03  Peter Runestig  <peter@runestig.com>
6369         * makefile.w32-in: New file.
6371 2003-08-29  Richard M. Stallman  <rms@gnu.org>
6373         * display.texi (Overlay Properties): Clarify how priorities
6374         affect use of the properties.
6376 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
6378         * customize.texi (Type Keywords): Correct the description of
6379         `:help-echo' in the case where `motion-doc' is a function.
6381 2003-08-14  John Paul Wallington  <jpw@gnu.org>
6383         * modes.texi (Emulating Mode Line): Subsection, not section.
6385 2003-08-13  Richard M. Stallman  <rms@gnu.org>
6387         * elisp.texi (Top): Update subnode lists in menu.
6389         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6390         (Kill Functions): kill-region has new arg yank-handler.
6391         (Yanking): New node.
6392         (Yank Commands): Add yank-undo-function.
6393         (Low-Level Kill Ring):
6394         kill-new and kill-append have new arg yank-handler.
6395         (Changing Properties): Add remove-list-of-text-properties.
6396         (Atomic Changes): New node.
6398         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
6400         * streams.texi (Output Variables): Add eval-expression-print-length
6401         and eval-expression-print-level.
6403         * os.texi (Time Conversion): For encode-time, explain limits on year.
6405         * objects.texi (Character Type): Define anchor "modifier bits".
6407         * modes.texi (Emulating Mode Line): New node.
6408         (Search-based Fontification): Font Lock uses font-lock-face property.
6409         (Other Font Lock Variables): Likewise.
6411         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
6412         not vectors.
6413         (Active Keymaps): Add emulation-mode-map-alists.
6414         (Functions for Key Lookup): key-binding has new arg no-remap.
6415         (Remapping Commands): New node.
6416         (Scanning Keymaps): where-is-internal has new arg no-remap.
6417         (Tool Bar): Add tool-bar-local-item-from-menu.
6418         Clarify when to use tool-bar-add-item-from-menu.
6420         * commands.texi (Interactive Call): commandp has new arg.
6421         (Command Loop Info): Add this-original-command.
6423 2003-08-06  John Paul Wallington  <jpw@gnu.org>
6425         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
6427         * display.texi (Warning Basics): Fix typo.
6428         (Fringes): Add closing curly bracket and fix typo.
6430         * elisp.texi (Top): Fix typo.
6432 2003-08-05  Richard M. Stallman  <rms@gnu.org>
6434         * elisp.texi: Update lists of subnodes.
6436         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
6438         * variables.texi (Local Variables): Use lc for example variable names.
6440         * tips.texi (Library Headers): Explain where to put -*-.
6442         * strings.texi (Creating Strings): Fix xref for vconcat.
6444         * sequences.texi (Vector Functions):
6445         vconcat no longer allows integer args.
6447         * minibuf.texi (Reading File Names): read-file-name has new
6448         arg PREDICATE.  New function read-directory-name.
6450         * macros.texi (Defining Macros): Give definition of `declare'
6451         (Indenting Macros): New node.
6453         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
6454         (Window Frame Parameters): Make separate table of parameters
6455         that are coupled with specific face attributes.
6456         (Deleting Frames): delete-frame-hooks renamed to
6457         delete-frame-functions.
6459         * files.texi (Magic File Names): Add file-remote-p.
6460         Clarify file-local-copy.
6462         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
6463         here; instead xref Defining Macros.
6465         * display.texi (Warnings): New node, and subnodes.
6466         (Fringes): New node.
6468         * debugging.texi (Test Coverage): New node.
6470         * compile.texi (Compiler Errors): Explain with-no-warnings
6471         and other ways to suppress warnings.
6473         * commands.texi (Interactive Call): Minor clarification.
6475         * buffers.texi (Buffer File Name): set-visited-file-name
6476         renames the buffer too.
6478         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
6480 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
6482         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
6484 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
6486         * internals.texi (Garbage Collection): Fix previous change.
6488 2003-07-22  Richard M. Stallman  <rms@gnu.org>
6490         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6492         * display.texi (Width): Use \s syntax in example.
6493         (Font Selection): Add face-font-rescale-alist.
6495         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6496         Remove spurious indent in example.
6498         * lists.texi (Building Lists): Add number-sequence.
6500         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6502         * functions.texi (Function Documentation): Explain how to
6503         show calling convention explicitly in the doc string.
6505         * windows.texi (Selecting Windows): save-selected-window saves
6506         selected window of each frame.
6507         (Window Configurations): Minor change.
6509         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6511         * streams.texi (Output Variables): Add print-continuous-numbering
6512         and print-number-table.
6514         * processes.texi (Decoding Output): New node.
6516         * os.texi (Time Conversion): decode-time arg is optional.
6518         * objects.texi (Character Type): Don't use space as example for \.
6519         Make list of char names and \-sequences correspond.
6520         Explain that \s is not used in strings.  `\ ' needs space after.
6522         * nonascii.texi (Converting Representations): Add string-to-multibyte.
6523         (Translation of Characters): Add translation-table-for-input.
6524         (Default Coding Systems): Add auto-coding-functions.
6525         (Explicit Encoding): Add decode-coding-inserted-region.
6526         (Locales): Add locale-info.
6528         * minibuf.texi (Basic Completion): Describe test-completion.
6529         Collections can be lists of strings.
6530         Clean up lazy-completion-table.
6531         (Programmed Completion): Mention test-completion.
6532         Clarify why lambda expressions are not accepted.
6533         (Minibuffer Misc): Describe minibufferp.
6535 2003-07-14  Richard M. Stallman  <rms@gnu.org>
6537         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6539         * windows.texi (Selecting Windows): New arg to select-window.
6540         (Selecting Windows): Add with-selected-window.
6541         (Size of Window): Add window-inside-edges, etc.
6543         * internals.texi (Garbage Collection): Add post-gc-hook.
6545         * processes.texi (Subprocess Creation): Add exec-suffixes.
6547         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6548         (Scanning Keymaps): Add map-keymaps.
6549         (Defining Menus): Add keymap-prompt.
6551         * numbers.texi (Integer Basics): Add most-positive-fixnum,
6552         most-negative-fixnum.
6554         * compile.texi (Byte Compilation): Explain no-byte-compile
6555         (Compiler Errors): New node.
6557         * os.texi (User Identification): user-uid, user-real-uid
6558         can return float.
6560         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6561         and about derived modes.
6562         (Minor Modes): Add minor-mode-list.
6563         (Defining Minor Modes): Keyword args for define-minor-mode.
6564         (Search-based Fontification): Explain managing other properties.
6565         (Other Font Lock Variables): Add font-lock-extra-managed-props.
6566         (Faces for Font Lock): Add font-lock-preprocessor-face.
6567         (Hooks): Add run-mode-hooks and delay-mode-hooks.
6569         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6570         (Variable Aliases): Clarify defvaralias.
6572         * loading.texi (Library Search): Add load-suffixes.
6574         * minibuf.texi (Basic Completion): Add lazy-completion-table.
6575         (Programmed Completion): Add dynamic-completion-table.
6577         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6578         (Magic File Names): Specify precedence order of handlers.
6580         * commands.texi (Command Overview): Emacs server runs pre-command-hook
6581         and post-command-hook.
6582         (Waiting): New calling convention for sit-for.
6584         * text.texi (Special Properties): local-map and keymap properties
6585         apply based on their stickiness.
6587 2003-07-07  Richard M. Stallman  <rms@gnu.org>
6589         * modes.texi (Minor Mode Conventions): Specify only some kinds
6590         of list values as args to minor modes.
6592         * files.texi (File Name Expansion): Warn about iterative use
6593         of substitute-in-file-name.
6595         * advice.texi (Activation of Advice): Clean up previous change.
6597 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
6599         * advice.texi (Activation of Advice): Note that ad-start-advice is
6600         turned on by default.
6602 2003-06-30  Richard M. Stallman  <rms@gnu.org>
6604         * text.texi (Buffer Contents): Document current-word.
6605         (Change Hooks): Not called for *Messages*.
6607         * functions.texi (Defining Functions): Explain about redefining
6608         primitives.
6609         (Function Safety): Renamed.  Minor changes.
6610         Comment out the detailed criteria for what is safe.
6612 2003-06-22  Andreas Schwab  <schwab@suse.de>
6614         * objects.texi (Symbol Type): Fix description of examples.
6616 2003-06-16  Andreas Schwab  <schwab@suse.de>
6618         * hash.texi (Creating Hash): Fix description of :weakness.
6620 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
6622         * files.texi (Changing Files): copy-file copies file modes, too.
6624 2003-05-28  Richard M. Stallman  <rms@gnu.org>
6626         * strings.texi (Creating Strings): Clarify split-string.
6628 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
6630         * strings.texi (Creating Strings): Update split-string specification
6631         and examples.
6633 2003-05-19  Richard M. Stallman  <rms@gnu.org>
6635         * elisp.texi: Correct invariant section names.
6637 2003-04-20  Richard M. Stallman  <rms@gnu.org>
6639         * os.texi (Timers): Explain about timers and quitting.
6641 2003-04-19  Richard M. Stallman  <rms@gnu.org>
6643         * internals.texi (Writing Emacs Primitives): Strings are
6644         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
6645         Explain GCPRO convention for varargs function args.
6647 2003-04-16  Richard M. Stallman  <rms@gnu.org>
6649         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6651 2003-04-08  Richard M. Stallman  <rms@gnu.org>
6653         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6655 2003-02-13  Kim F. Storm  <storm@cua.dk>
6657         * objects.texi (Character Type): New \s escape for space.
6659 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
6661         * os.texi (System Environment): Added cygwin system-type.
6663 2003-01-25  Richard M. Stallman  <rms@gnu.org>
6665         * keymaps.texi: Document that a symbol can act as a keymap.
6667 2003-01-13  Richard M. Stallman  <rms@gnu.org>
6669         * text.texi (Changing Properties): Say string indices are origin-0.
6671         * positions.texi (Screen Lines) <compute-motion>:
6672         Correct order of elts in return value.
6674         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6675         how to define a default binding.
6677 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
6679         * loading.texi (Unloading): Fix recent change for load-history.
6681         * customize.texi (Simple Types): Clarify description of custom
6682         type 'number.  Describe new custom type 'float.
6684 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
6686         * variables.texi (File Local Variables): Fix typo.
6688 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
6690         From Michael Albinus <Michael.Albinus@alcatel.de>.
6692         * README: Target for Info file is `make info'.
6694         * files.texi (File Name Components): Fixed typos in
6695         `file-name-sans-extension'.
6696         (Magic File Names): Complete list of operations for magic file
6697         name handlers.
6699 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
6701         * variables.texi (File Local Variables): New function
6702         risky-local-variable-p.
6704 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
6706         * functions.texi (Function safety): New node about unsafep.
6708 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6710         * customize.texi (Splicing into Lists): Fixed example.
6711         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
6713 2002-06-17  Juanma Barranquero  <lektu@terra.es>
6715         * frames.texi (Display Feature Testing): Fix typo.
6717 2002-06-12  Andreas Schwab  <schwab@suse.de>
6719         * frames.texi (Initial Parameters, Resources): Fix references to
6720         the Emacs manual.
6722 2002-05-13  Kim F. Storm  <storm@cua.dk>
6724         * variables.texi (Intro to Buffer-Local): Updated warning and
6725         example relating to changing buffer inside let.
6727 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
6729         * os.texi (Session Management): New node about X Session management.
6731 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
6733         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
6734         to which the manual corresponds, and the copyright years.
6736         * Makefile.in (VERSION): Set to 2.9.
6738 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
6740         * elisp.texi: Change the category in @dircategory to "Emacs", to
6741         make it consistent with info/dir.
6743 2001-11-25  Miles Bader  <miles@gnu.org>
6745         * text.texi (Fields): Describe new `limit' arg in
6746         field-beginning/field-end.
6748 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
6750         * permute-index: Don't depend on csh-specific features.  Replace
6751         the interpreter name with /bin/sh.
6753         * two-volume-cross-refs.txt: New file.
6754         * two.el: New file.
6755         * spellfile: New file.
6757 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
6759         * permute-index: New file.
6761         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
6762         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
6763         8+3 restricted namespace.
6765         * Makefile.in (infodir): Define relative to $(srcdir).
6766         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
6767         include directories list via -I switch to makeinfo.
6768         (index.texi): Use cp if both hard and symbolic links fail.
6770 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
6772         * Makefile.in (distclean): Add.
6774         The following changes make ELisp manual part of the Emacs
6775         distribution:
6777         * Makefile.in: Add Copyright notice.
6778         (prefix): Remove.
6779         (infodir): Change value to "../info".
6780         (VPATH): New variable.
6781         (MAKE): Don't define.
6782         (texmacrodir): Don't define.
6783         (texinputdir): Append the existing value of TEXINPUTS.
6784         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
6785         command to be compatible with man/Makefile.in, and to put the
6786         output into ../info.
6787         (info): Add target.
6788         (installall): Target removed.
6790 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
6792         * tips.texi (Coding Conventions): Fix typo.
6794 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
6796         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
6798 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6800         * files.texi (File Name Components): Update the description of
6801         file-name-sans-extension and file-name-extension, as they now
6802         ignore leading dots.
6804 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
6806         * (Version 21.1 released.)
6808 2001-10-19  Miles Bader  <miles@gnu.org>
6810         * positions.texi (Text Lines): Describe behavior of
6811         `beginning-of-line'/`end-of-line' in the presence of field properties.
6813 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
6815         * Makefile.in (VERSION): Set to 2.8.
6816         (manual): Use `manual-21'.
6818         * elisp.texi (VERSION): Add and use it where the version
6819         number was used.  Set it to 2.8.
6821         * intro.texi: Likewise.
6823 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
6825         * files.texi (File Name Completion): Document the significance of
6826         a trailing slash in elements of completion-ignored-extensions.
6828 2001-10-06  Miles Bader  <miles@gnu.org>
6830         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
6832 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
6834         * variables.texi (Variable Aliases): New node.
6836 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
6838         * Branch for 21.1.
6840 2001-10-02  Miles Bader  <miles@gnu.org>
6842         * minibuf.texi (Minibuffer Misc): Add entries for
6843         `minibuffer-contents', `minibuffer-contents-no-properties', and
6844         `delete-minibuffer-contents'.
6845         Correct description for `minibuffer-prompt-end'.
6847         * text.texi (Property Search): Correct descriptions of
6848         `next-char-property-change' and `previous-char-property-change'.
6849         Add entries for `next-single-char-property-change' and
6850         `previous-single-char-property-change'.
6851         Make operand names a bit more consistent.
6853 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
6855         * frames.texi (Finding All Frames): Document that next-frame and
6856         previous-frame are local to current terminal.
6858 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
6860         * keymaps.texi (Creating Keymaps): Fix the description of the
6861         result of make-keymap.
6863 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
6865         * display.texi (Font Lookup, Attribute Functions)
6866         (Image Descriptors): Add cross-references to the definition of
6867         selected frame.
6869         * buffers.texi (The Buffer List): Add cross-references to the
6870         definition of selected frame.
6872         * frames.texi (Input Focus): Clarify which frame is _the_ selected
6873         frame at any given time.
6874         (Multiple Displays, Size and Position): Add a cross-reference to
6875         the definition of the selected frame.
6877 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6879         * strings.texi (String Conversion) <string-to-number>: Document
6880         that a float is returned for integers that are too large.
6882         * frames.texi (Mouse Position): Document mouse-position-function.
6883         (Display Feature Testing): Document display-images-p.
6884         (Window Frame Parameters): Document the cursor-type variable.
6886         * numbers.texi (Integer Basics): Document CL style read syntax for
6887         integers in bases other than 10.
6889         * positions.texi (List Motion): Document
6890         open-paren-in-column-0-is-defun-start.
6892         * lists.texi (Sets And Lists): Document member-ignore-case.
6894         * internals.texi (Garbage Collection): Document the used and free
6895         strings report.
6896         (Memory Usage): Document strings-consed.
6898         * os.texi (Time of Day): Document float-time.
6899         (Recording Input): Document that clear-this-command-keys clears
6900         the vector to be returned by recent-keys.
6902         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6903         argument keymap can be a list.
6905         * nonascii.texi (User-Chosen Coding Systems)
6906         <select-safe-coding-system>: Document the new argument
6907         accept-default-p and the variable
6908         select-safe-coding-system-accept-default-p.  Tell what happens if
6909         buffer-file-coding-system is undecided.
6910         (Default Coding Systems): Document auto-coding-regexp-alist.
6912         * display.texi (The Echo Area) <message>: Document
6913         message-truncate-lines.
6914         (Glyphs): Document that the glyph table is unused on windowed
6915         displays.
6917         * help.texi (Describing Characters) <single-key-description>:
6918         Document the new argument no-angles.
6919         (Accessing Documentation) <documentation-property>: Document that
6920         a non-string property is evaluated.
6921         <documentation>: Document that the function-documentation property
6922         is looked for.
6924         * windows.texi (Selecting Windows): Document some-window.
6926         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
6928         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
6929         apropos-mode-hook.
6931         * commands.texi (Using Interactive): Document interactive-form.
6932         (Keyboard Macros): Document kbd-macro-termination-hook.
6933         (Command Loop Info): Document that clear-this-command-keys clears
6934         the vector to be returned by recent-keys.
6936 2001-09-04  Werner LEMBERG  <wl@gnu.org>
6938         * Makefile.in (srcdir, texinputdir): New variables.
6939         (srcs, index.texi, install): Use $(srcdir).
6940         (.PHONY): Remove elisp.dvi.
6941         (elisp): Use -I switch for makeinfo.
6942         (elisp.dvi): Use $(srcdir) and $(texinputdir).
6943         (installall, dist): Use $(srcdir).
6944         Fix path to texinfo.tex.
6945         (maintainer-clean): Add elisp.dvi and elisp.oaux.
6947 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
6949         * display.texi (Conditional Display): Adjust to API change.
6951         * configure: New file.
6953 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6955         * commands.texi (Repeat Events): Add description of
6956         double-click-fuzz.
6958 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
6960         * syntax.texi (Syntax Class Table): Add the missing designator for
6961         comment and string fences.
6962         (Syntax Properties): Add a xref to syntax table internals.
6963         (Syntax Table Internals): Document string-to-syntax.
6965 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
6967         * Makefile.in (install): Use install-info command line options
6968         like in Emacs' Makefile.in.
6970 2000-12-09  Miles Bader  <miles@gnu.org>
6972         * windows.texi (Window Start): Update documentation for
6973         `pos-visible-in-window-p'.
6975 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6977         * lists.texi (Building Lists): Add footnote to explain how to add
6978         to the end of a list.
6980 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
6982         * files.texi (Visiting Functions): Typos.
6984 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
6986         * files.texi (Visiting Functions): Return value of
6987         find-file-noselect may be a list of buffers if wildcards are used.
6989 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
6991         * display.texi (Defining Faces): Document `graphic' display type
6992         in face specs.
6994 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6996         * hooks.texi (Standard Hooks): Replace obsolete
6997         `after-make-frame-hook' with `after-make-frame-functions'.
6999         * frames.texi (Creating Frames): Ditto.
7001         * variables.texi (Future Local Variables): Ditto.
7003 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
7005         * display.texi (Other Image Types): Add description of :foreground
7006         and :background properties of mono PBM images.
7008 2000-08-17  Werner LEMBERG  <wl@gnu.org>
7010         * .cvsignore: New file.
7012 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
7014         * tindex.pl: New script.
7016 1999-12-03  Dave Love  <fx@gnu.org>
7018         * Makefile.in (MAKEINFO): New parameter.
7020 1999-09-17  Richard Stallman  <rms@gnu.org>
7022         * Makefile.in (srcs): Add hash.texi.
7023         (VERSION): Update to 20.6.
7025 1999-09-13  Richard Stallman  <rms@gnu.org>
7027         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7029 1998-08-29  Karl Heuer  <kwzh@gnu.org>
7031         * configure.in: New file.
7032         * Makefile.in: Renamed from Makefile.
7033         (prefix, infodir): Use value obtained from configure.
7034         (emacslibdir): Obsolete variable deleted.
7035         (dist): Distribute configure.in, configure, Makefile.in.
7037 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7039         * Makefile (INSTALL_INFO): New variable.
7040         (install): Run install-info.
7042 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
7044         * Makefile (elisp.dvi): Add missing backslash.
7046 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
7048         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7049         Run texindex without `./'.  Always run texindex on elisp.tp.
7050         (elisp.tps): Target deleted.
7052 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
7054         * Makefile (srcs): Add nonascii.texi and customize.texi.
7055         (dist): Start by deleting `temp'.
7057 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
7059         * Makefile (makeinfo, texindex): Targets deleted.
7060         (makeinfo.o, texindex.o): Targets deleted.
7061         (clean, dist): Don't do anything with them or with getopt*.
7063 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
7065         * Makefile (SHELL): Defined.
7067 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
7069         * Makefile (elisp.tps): New target.
7070         (elisp.dvi): Depend on elisp.tps.
7072 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7074         * README: Update phone number.
7076         * Makefile (elisp): Make this be the default target.
7077         Depend on makeinfo.c instead of makeinfo.
7078         (install): Don't depend on elisp.dvi, since we don't install that.
7079         Use mkinstalldirs.
7080         (dist): Add mkinstalldirs.
7082 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7084         * Makefile (VERSION): Update version number.
7085         (maintainer-clean): Renamed from realclean.
7087 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7089         * Makefile (realclean): New target.
7090         (elisp): Remove any old elisp-* files first.
7092 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
7094         * Makefile (VERSION): New variable.
7095         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7096         Compressed file suffix should be `.gz', not `.z'.
7098 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7100         * Makefile (elisp): Depend on makeinfo.
7102 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
7104         * Makefile (srcs): Add anti.texi.
7106 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7108         * Makefile (infodir, prefix): New vars.
7109         (install): Use infodir.
7110         (emacsinfodir): Deleted.
7112 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7114         * Makefile (srcs): Add calendar.texi.
7116         * Makefile (dist): Copy texindex.c and makeinfo.c.
7117         Limit elisp-* files to those with one or two digits.
7119 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7121         * Makefile (dist): Changed to use Gzip instead of compress.
7123 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7125         * loading.texi (Unloading): define-function changed back to
7126         defalias.  It may not stay this way, but at least it's
7127         consistent with the known-good version of the code patch.
7129 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
7131         * modes.texi (Hooks): Document new optional arg of add-hook.
7133 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
7135         * variables.texi: Document nil initial value of buffer-local variables.
7137         * tips.texi: Add new section on standard library headers.
7139 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7141         * Makefile (srcs): Add frame.texi to the list of sources.
7143 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7145         * Makefile (dist): Don't bother excluding autosave files; they'll
7146         never make it into the temp directory anyway, and the hash marks
7147         in the name are problematic for make and the Bourne shell.
7148         (srcs):
7150 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
7152         * Makefile (dist): Don't include backup files or autosave files in
7153         the distribution tar file.
7155 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7157         * Makefile (srcs): Added index.perm.
7158         (elisp.dvi): Remove erroneous shell comment.
7159         Expect output of permute-index in permuted.fns.
7160         Save old elisp.aux in elisp.oaux.
7161         (clean): Added index.texi to be deleted.
7163 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7165         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7167 1990-06-26  David Lawrence  (tale@geech)
7169         * files.texi: Noted that completion-ignored-extensions is ignored
7170         when making *Completions*.
7172 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
7174         * Makefile  make dist now depends on elisp.dvi, since it tries
7175         to include it in the dist file.
7177 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
7179         * functions.texinfo (Mapping Functions): Add missing quote.
7181 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7183         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7184         (defunargs): Turn off \hyphenchar of \sl font temporarily.
7186 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7188         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7189         and @error{} are the terms now being used.  The files in the
7190         directory have been changed to reflect this.
7192         * All instances of @indentedresultt{} have been changed to
7193         `     @result{}', using 5 spaces at the begining of the line.
7195 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7197         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7198         experimental @indentedresult{}, @indentedexpandsto{} are part of
7199         the texinfo.tex in this directory.  These TeX macros are not
7200         stable yet.
7202 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7204         * texinfo.tex: Temporarily added
7205                 \let\result=\dblarrow
7206                 \def\error{{\it ERROR} \longdblarrow}
7207         We need to do this better soon.
7209 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
7211         * Applied Karl Berry's patches to *.texinfo files, but not to
7212         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
7213         new title page format is also not applied, since it requires
7214         texinfo.tex changes.)
7216         * Cleaned up `Makefile' and defined the `emacslibdir' directory
7217         for the Project GNU development environment.
7219 ;; Local Variables:
7220 ;; coding: utf-8
7221 ;; add-log-time-zone-rule: t
7222 ;; End:
7224     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
7225       2007, 2008  Free Software Foundation, Inc.
7227   This file is part of GNU Emacs.
7229   GNU Emacs is free software: you can redistribute it and/or modify
7230   it under the terms of the GNU General Public License as published by
7231   the Free Software Foundation, either version 3 of the License, or
7232   (at your option) any later version.
7234   GNU Emacs is distributed in the hope that it will be useful,
7235   but WITHOUT ANY WARRANTY; without even the implied warranty of
7236   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7237   GNU General Public License for more details.
7239   You should have received a copy of the GNU General Public License
7240   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7242 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda