More updates to Window chapter of Lisp manual.
[emacs.git] / doc / lispref / ChangeLog
blob232ddff6d3f52666b8d70e1071ee84fdac41429f
1 2011-11-19  Chong Yidong  <cyd@gnu.org>
3         * windows.texi (Splitting Windows): Clarify role of window
4         parameters in split-window.  Shorten the example.
5         (Deleting Windows): Rewrite intro to handle internal windows.  Fix
6         delete-windows-on doc.
7         (Selecting Windows): Copyedits.
9 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
11         * windows.texi (Resizing Windows, Splitting Windows)
12         (Deleting Windows): Use term window-combination-resize instead
13         of window-splits.
15 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17         * windows.texi (Resizing Windows, Splitting Windows): Rename
18         occurrences of window-nest to window-combination-limit.
20 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
22         * intro.texi (Lisp History): Fix typo.
24 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
26         * windows.texi (Splitting Windows, Deleting Windows): Remove
27         references to splits status of windows.
29 2011-11-10  Glenn Morris  <rgm@gnu.org>
31         * buffers.texi (Read Only Buffers): Expand a bit on why
32         toggle-read-only should only be used interactively.  (Bug#7292)
34 2011-11-09  Chong Yidong  <cyd@gnu.org>
36         * windows.texi (Window Sizes): Document window-pixel-edges,
37         window-inside-pixel-edges, window-absolute-pixel-edges, and
38         window-inside-absolute-pixel-edges.
39         (Resizing Windows): shrink-window-if-larger-than-buffer works on
40         non-full-width windows.
42 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
44         * windows.texi (Resizing Windows): Rewrite documentation of
45         window-resizable.
47 2011-11-09  Chong Yidong  <cyd@gnu.org>
49         * windows.texi (Splitting Windows): Simplify example.
51 2011-11-08  Chong Yidong  <cyd@gnu.org>
53         * windows.texi (Window Sizes): Copyedits.  Document
54         window-text-height.  Remove window-min-height and window-min-width
55         discussion, referring instead to Emacs manual.
56         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
57         (Resizing Windows): Simplify introduction.  Don't document
58         enlarge-window, shrink-window, enlarge-window-horizontally, and
59         shrink-window-horizontally; they are no longer preferred for
60         calling from Lisp, and are already documented in the Emacs manual.
62 2011-11-07  Glenn Morris  <rgm@gnu.org>
64         * windows.texi (Choosing Window): Fix keybinding typo.
66 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
68         * windows.texi (Resizing Windows, Splitting Windows)
69         (Window Configurations): Use "child window" instead of
70         "subwindow".
72 2011-11-06  Chong Yidong  <cyd@gnu.org>
74         * windows.texi (Basic Windows): Clarify various definitions.
75         Treat window-normalize-* as internal; don't document them.
76         (Windows and Frames): Various clarifications, e.g. non-live
77         windows also belong to frames.  Fix window-list description.
78         Simplify window nesting example.
79         (Splitting Windows, Window Configurations): Use
80         split-window-below.
82 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
84         * windows.texi (Window Sizes): Mention in the doc string that the
85         return values of `window-body-height' and `window-body-width' are
86         in frame's canonical units.  (Bug#9949)
88 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
90         * windows.texi (Windows and Frames): Remove "iso-" infix from
91         documentation of window-iso-combined-p.
93 2011-10-26  Chong Yidong  <cyd@gnu.org>
95         * modes.texi (Running Hooks): Document with-wrapper-hook.
97 2011-10-18  Chong Yidong  <cyd@gnu.org>
99         * display.texi (Glyphless Chars): New node.
101 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
103         * text.texi (Yanking): Document yank-excluded-properties.
105         * package.texi (Packaging Basics): The commentary should say how
106         to begin using the package.
108 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
110         * windows.texi (Deleting Windows): Mention which window gets
111         selected when deleting the selected window.
113 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
115         * buffers.texi (The Buffer List): Describe how bury-buffer deals
116         with the selected window.
117         * windows.texi (Buffers and Windows): Reformulate text on how
118         replace-buffer-in-windows deals with a window.
119         (Quitting Windows): Describe how quit-window deals with a
120         standalone frame.  Describe new option frame-auto-hide-function.
122 2011-10-08  Glenn Morris  <rgm@gnu.org>
124         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
126         * positions.texi (Excursions): Update warning message.
128 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
130         * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix
131         Emacs manual xref (Bug#9675).
133 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
135         * windows.texi (Textual Scrolling): Document scroll-up-command,
136         scroll-down-command, scroll-error-top-bottom, and the
137         scroll-command symbol property.
138         (Display Action Functions): Fix description of
139         display-buffer-pop-up-window.
141 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
143         * windows.texi (Splitting Windows): Fix typos.
145 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
147         * windows.texi (Windows and Frames, Display Action Functions)
148         (Switching Buffers): Fix some typos.
149         (Buffers and Windows): Remove reference to window-auto-delete.
150         Reword description of replace-buffer-in-windows.
151         (Window History): Fix some typos and refer to frame local buffer
152         list.
153         (Quitting Windows): New node.
154         (Window Configurations): Add descriptions of window-state-get
155         and window-state-put.
156         (Window Parameters): Describe variable ignore-window-parameters.
157         Sketch some window parameters currently in use.
158         * elisp.texi (Top): Update node listing.
160 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
162         * windows.texi (Display Action Functions)
163         (Choosing Window Options): New nodes.
165 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
167         * windows.texi (Window History): New node.  Move text here from
168         Buffers and Windows.
169         (Switching Buffers): Rename from Displaying Buffers, since we
170         don't document display-buffer here; callers changed.  Document
171         FORCE-SAME-WINDOW arg to switch-to-buffer and
172         switch-to-buffer-other-frame.  Delete duplicate
173         replace-buffer-in-windows doc.
174         (Choosing Window): Document display actions.
176 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
178         * display.texi (Forcing Redisplay): Update the description of
179         redisplay-dont-pause due to change in the default value.
181 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
183         * frames.texi (Frames and Windows): Move section and rename to
184         Windows and Frames in windows.texi.
185         * windows.texi (Windows): Restructure.
186         (Basic Windows): Rewrite.  Explain live and internal windows and
187         normalization functions.
188         (Windows and Frames): Move section here from frames.texi.
189         Describe subwindows, window combinations, window tree, and
190         corresponding functions including window-list here.
191         (Window Sizes): Rename section from Size of Window and move it
192         up in chapter.  Describe total and body sizes and the
193         corresponding functions.  Explain new semantics of
194         window-min-height/-width.
195         (Resizing Windows): Move section up in chapter.  Describe new
196         resize functions.
197         (Splitting Windows): Describe new behavior of split-window,
198         split-window-above-each-other and split-window-side-by-side.
199         Provide examples.  Describe window-nest and window-splits
200         options.
201         (Deleting Windows): Minor rewrite.
202         (Selecting Windows): Minor rewrite.  Describe
203         frame-selected-window and set-frame-selected-window here.
204         (Cyclic Window Ordering): Minor rewrite.  Describe
205         window-list-1.
206         (Buffers and Windows): Rewrite.  Explain a window's previous and
207         next buffers and the corresponding functions.
208         (Window Tree): Merge into Windows and Frames section.
209         * elisp.texi (Top): Update node listings for frames and windows
210         sections.
212 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
216 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218         * errors.texi (Standard Errors): Remove apparent placeholder text
219         (bug#9491).
221 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
223         * frames.texi (Management Parameters): Fix description of
224         icon-type parameter.
226 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
228         * tips.texi (Key Binding Conventions): Don't bind a key sequence
229         ending in C-g.  Suggested by Edward O'Connor.
231 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
233         * numbers.texi (Integer Basics): Add indexing for
234         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
236 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
238         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
240 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
242         * processes.texi (Network Servers): Clarify what the process
243         buffer is used for (bug#9233).
245 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
247         * lists.texi (Building Lists): Fix typo.
249 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
251         * display.texi (Basic Faces): New node.  Document new faces.
253         * modes.texi (Major Mode Conventions): Move some text there.
254         (Mode Help): Remove major-mode var, duplicated in Major Modes.
256 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
258         * modes.texi (Basic Major Modes): New node.  Callers updated.
259         (Major Modes): Document fundamental-mode and major-mode.
260         (Major Mode Basics): Node deleted; text moved to Major Modes.
261         (Derived Modes): Document derived-mode-p.
263 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
265         * files.texi (Changing Files, Create/Delete Dirs): Document new
266         arguments for delete-file, delete-directory, and copy-directory.
267         (Visiting Functions): Remove view-file; it is documented in the
268         Emacs manual.
270         * frames.texi (Layout Parameters): The defaults for the
271         menu-bar-lines and tool-bar-lines parameters depend on the mode.
273         * display.texi (Progress): Document spinner functionality.
275         * os.texi (Killing Emacs): Note that kill-emacs can be called by
276         operating system signals.  Refer to save-buffers-kill-terminal
277         instead of save-buffers-kill-emacs.
279         * objects.texi (Symbol Type): Document ## print representation.
281 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
283         * display.texi (Specified Space): Mention that `space' specs
284         influence bidi reordering.
285         (Bidirectional Display): Explain how to use `(space . PROPS)' for
286         separating fields with bidirectional content.
288 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
290         * display.texi (Bidirectional Display): Document return value in
291         buffers that are not bidi-reordered for display, and in unibyte
292         buffers.
294 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
296         * nonascii.texi (Character Properties): Document the values for
297         unassigned codepoints.
299 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
301         * nonascii.texi (Character Properties): Document use of
302         `bidi-class' and `mirroring' properties as part of reordering.
303         Provide cross-references to "Bidirectional Display".
305         * display.texi (Bidirectional Display): Document the pitfalls of
306         concatenating strings with bidirectional content, with possible
307         solutions.  Document bidi-string-mark-left-to-right.  Mention
308         paragraph direction in modes that inherit from prog-mode.
309         Document use of `bidi-class' and `mirroring' properties as part of
310         reordering.
312 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
314         * modes.texi (Major Mode Conventions): Improve the documentation
315         of `mode-class' `special' modes.
317         * nonascii.texi (Character Properties): Document the `mirroring'
318         property.  Add index entries.
320         * syntax.texi (Categories): Add an example of defining a new
321         category and category table.
323         * searching.texi (Regexp Backslash): Document how to display
324         existing categories.  Mention the possibility of adding
325         categories, and add an xref to where this is described.  Add an
326         index entry.
328 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
330         * text.texi (Special Properties):
331         * display.texi (Overlay Properties): Note that mouse-face cannot
332         change the text size (Bug#8530).
334 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
336         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
337         using setenv instead.
339 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
341         * display.texi (Bidirectional Display): Document the fact that
342         bidi-display-reordering is t by default.
344 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
346         * display.texi (Bidirectional Display): New section.
348 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349             Tim Cross  <theophilusx@gmail.com>  (tiny change)
350             Glenn Morris   <rgm@gnu.org>
352         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
354 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
356         * help.texi (Keys in Documentation): Revert last change.
358 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360         * help.texi (Keys in Documentation): Clarify that \= only quotes
361         the next character, and doesn't affect longer sequences in
362         particular (bug#8935).
364         * debugging.texi (Using Debugger): Mention
365         @code{eval-expression-debug-on-error} (bug#8549).
367 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
369         * display.texi (Other Display Specs): Document that `left-fringe'
370         and `right-fringe' display specifications are of the "replacing"
371         kind.
373 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375         * help.texi (Documentation Basics): Add a link to the Function
376         Documentation node (bug#6580).
378 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380         * keymaps.texi (Menu Bar): Mention :visible and :enable
381         (bug#6344).  Text by Drew Adams.
383         * modes.texi (Running Hooks): Mention buffer-local hook variables
384         (bug#6218).
386         * objects.texi (General Escape Syntax): "a with grave accent" is
387         ?xe0, not ?x8e0 (bug#5259).
389 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
391         * display.texi (Face Attributes, Font Selection): Add references
392         to the Fonts node in the Emacs manual (Bug#4178).
394 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
396         * display.texi (Window Systems): `window-system' is
397         terminal-local.
399         * frames.texi (Frame Parameters, Parameter Access): Don't mention
400         frame-local variables.
402         * variables.texi (Buffer-Local Variables): Don't mention obsolete
403         frame-local variables.
404         (Frame-Local Variables): Node deleted.
406         * elisp.texi (Top): Update node listing.
408 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410         * elisp.texi: Change "inferiors" to "subnodes" in three places
411         (bug#3523).
413 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
415         * frames.texi (Window System Selections): Discussion of
416         x-select-enable-clipboard moved to Emacs manual.
418 2011-07-11  Deniz Dogan  <deniz@dogan.se>
420         * commands.texi (Prefix Command Arguments): Remove excessive
421         apostrophe.
423 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
426         description is a string (bug#3313).
428         * frames.texi (Display Feature Testing): Try to explain what all
429         the visual classes mean (bug#3042).
431 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433         * modes.texi (Mode Line Variables): Document `mode-line-remote'
434         and `mode-line-client' (bug#2974).
436         * text.texi (Insertion): Clarify marker movements (bug#1651).
437         Text from Drew Adams.
439 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441         * text.texi (Special Properties): Clarify the format of `face'
442         (bug#1375).
444         * commands.texi (Interactive Call): Add a `call-interactively'
445         example (bug#1010).
447 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449         * functions.texi (Calling Functions): Link to the "Interactive
450         Call" node (bug#1001).
452 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
454         * customize.texi (Composite Types): Move alist and plist to here
455         from Simple Types (Bug#7545).
457         * elisp.texi (Top): Update menu description.
459         * display.texi (Face Attributes): Document negative line widths
460         (Bug#6113).
462 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
464         * searching.texi (Match Data): Note that match data can be
465         overwritten by most functions (bug#2499).
467 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
470         flags mean (bug#6659).
472         * functions.texi (What Is a Function): Document the autoload
473         object (bug#6496).
475 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
478         is only used in the Customize user interface (bug#6089).
480         * display.texi (Showing Images): Mention the point of sliced
481         images (bug#7836).
483 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
485         * variables.texi (Defining Variables, Void Variables)
486         (Constant Variables): Fix incorrect usage of @kindex.
488 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490         * variables.texi (Defining Variables): Add an index entry for
491         `set-variable' (bug#7262).
492         (Defining Variables): Use @findex for functions.
494         * frames.texi (Basic Parameters): Document the `explicit-name'
495         parameter (bug#6951).
497         * customize.texi (Type Keywords): Clarify that :value provides a
498         default value for all types (bug#7386).
500         * streams.texi (Output Functions): Document `pp'.
502 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
504         * keymaps.texi (Searching Keymaps):
505         * display.texi (Overlay Properties): Fix errors in 2011-05-29
506         change.  Suggested by Johan Bockgård.
508 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
510         * text.texi (Special Properties): Clarify role of font-lock-face.
512 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514         * processes.texi (Process Information): Renamed `process-alive-p'
515         to `process-live-p' for consistency with other `-live-p' functions.
517 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
519         Document wide integers better.
520         * files.texi (File Attributes): Document ino_t values better.
521         ino_t values no longer map to anything larger than a single cons.
522         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
523         (Bitwise Operations):
524         * objects.texi (Integer Type): Use a binary notation that is a bit easier
525         to read, and that will port better if 62-bits becomes the default.
526         Fix or remove incorrect examples.
527         * os.texi (Time Conversion): Document time_t values better.
529 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531         * processes.texi (Process Information): Document
532         `process-alive-p'.
534 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
536         * help.texi (Accessing Documentation):
537         * display.texi (Pixel Specification):
538         * processes.texi (Serial Ports, Serial Ports):
539         * nonascii.texi (Character Properties, Default Coding Systems):
540         * text.texi (Changing Properties, Special Properties):
541         * windows.texi (Window Start and End):
542         * modes.texi (SMIE Indentation Example, SMIE Tricks):
543         * keymaps.texi (Searching Keymaps, Tool Bar):
544         * minibuf.texi (Basic Completion):
545         * compile.texi (Eval During Compile):
546         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
547         7x9 paper in printed manual.
549         * lists.texi (Sets And Lists): Fix misplaced text.
551 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
553         * keymaps.texi (Remapping Commands): Emphasize that the keymap
554         needs to be active (Bug#8350).
556 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
558         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
560         * tips.texi (Coding Conventions): Remove antediluvian filename
561         limit recommendation (Bug#8538).
563 2011-05-27  Glenn Morris  <rgm@gnu.org>
565         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
567 2011-05-26  Glenn Morris  <rgm@gnu.org>
569         * variables.texi (File Local Variables):
570         Update hack-local-variables `mode-only' return value.
571         Add some more details on what this function does in the other case.
573 2011-05-19  Glenn Morris  <rgm@gnu.org>
575         * lists.texi (Sets And Lists): Mention cl provides union etc.
577 2011-05-19  Nix  <nix@esperi.org.uk>
579         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
581         * text.texi (Parsing HTML): Update for function name changes.
583         * syntax.texi (Syntax Flags): Small fix.
585         * keymaps.texi (Active Keymaps): Typo fix.
586         (Changing Key Bindings): Grammar fix.
588         * frames.texi (Minibuffers and Frames): Grammar fix.
589         (Window System Selections): x-select-enable-clipboard now defaults to t.
591         * customize.texi (Common Keywords):
592         * display.texi (Abstract Display):
593         * modes.texi (Auto-Indentation):
594         * nonascii.texi (Converting Representations): Typo fixes.
596         * control.texi (Examples of Catch): Call it "goto" not "go to".
598 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
600         * nonascii.texi (Character Properties): Fix inconsistencies with
601         implementation.
603         * text.texi (Special Properties): Move @defvar's out of the
604         @table.  (Bug#8652)
606 2011-05-12  Glenn Morris  <rgm@gnu.org>
608         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
610 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
613         (Multiline Font Lock):
614         * vol2.texi (Top):
615         * vol1.texi (Top):
616         * elisp.texi (Top): Update menu accordingly.
618 2011-05-12  Drew Adams  <drew.adams@oracle.com>
620         * modes.texi (Region to Fontify): Fix typo.
622 2011-05-10  Jim Meyering  <meyering@redhat.com>
624         * minibuf.texi: Fix typo "in in -> in".
626 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
628         * numbers.texi (Integer Basics): Large integers are treated as floats.
630 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632         * processes.texi (Synchronous Processes): Document the (:file
633         "/file-name") syntax for `call-process'.
635 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
637         * windows.texi (Choosing Window): Fix typo.
639 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
641         * frames.texi (Layout Parameters): Note the difference between
642         querying and setting parameters for left-fringe and right-fringe
643         (Bug#6930).
645 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * minibuf.texi (Basic Completion): Be a bit more precise about the
648         valid kinds of completion tables.
649         (Programmed Completion): Remove obsolete text about lambda expressions
650         not being valid completion tables.
652 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
654         * positions.texi (Excursions): Explain the "save-excursion
655         defeated by set-buffer" warning.
657         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
658         save-excursion.  Suggested by Uday S Reddy.
660 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
663         (Lexical Binding): New sub-section.
665         * eval.texi (Eval): Discourage the use of `eval'.
666         Document its new `lexical' argument.
668 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * commands.texi (Command Overview): `post-command-hook' is not reset to
671         nil any more.
673 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * strings.texi (String Conversion): Don't mention
676         string-make-(uni|multi)byte (bug#8262).
677         * nonascii.texi (Converting Representations): Fix up range.
678         * keymaps.texi (Key Binding Commands): Update code point, avoid
679         "unibyte character" and remove mention of unibyte bindings.
681 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
683         * modes.texi (Operator Precedence Grammars): Don't use characters
684         outside ISO-8859-1.
686 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
688         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
690         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
692 2011-03-08  Glenn Morris  <rgm@gnu.org>
694         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
695         * intro.texi (Acknowledgements): Names to UTF-8.
696         * elisp.texi: Set documentencoding.
698 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
700         * Version 23.3 released.
702 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
704         * package.texi: Update index keywords.
705         (Package Archives): New node contents.  Document package-x.el.
707 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
709         * makefile.w32-in (srcs): Add package.texi.
711 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
713         * package.texi (Packaging, Packaging Basics, Simple Packages)
714         (Multi-file Packages): Expand and clarify.
715         (Package Archives): Temporary placeholder node.
717         * elisp.texi (Top): Update node listing.
719         * Makefile.in (srcs): Add package.texi.
721 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
723         * processes.texi (Synchronous Processes): Minor clarification
724         (Bug#8149).
726 2011-03-03  Glenn Morris  <rgm@gnu.org>
728         * files.texi (Truenames): Minor clarification.  (Bug#2341)
730 2011-03-01  Glenn Morris  <rgm@gnu.org>
732         * variables.texi (Directory Local Variables):
733         Mention `(subdirs . nil)' alist element.
735 2011-02-28  Glenn Morris  <rgm@gnu.org>
737         * variables.texi (Directory Local Variables): Mention the optional
738         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
740 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
742         * minibuf.texi (Minibuffer History): Clarify discussion of
743         minibuffer history lists (Bug#8085).
745 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
747         * elisp.texi: Sync @dircategory with ../../info/dir.
749         * files.texi (Visiting Functions): Document find-file-literally,
750         both the command and the variable.
752         * variables.texi (Creating Buffer-Local): Explain the meaning of
753         permanent local variables.
755         * files.texi (Visiting Functions): Document find-file-literally,
756         both the command and the variable.
758         * variables.texi (Creating Buffer-Local): Explain the meaning of
759         permanent local variables.
761 2011-02-19  Glenn Morris  <rgm@gnu.org>
763         * keymaps.texi (Remapping Commands): Mention how to undo it.
765 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
767         * loading.texi (Hooks for Loading): Remove unnecessary advice
768         about eval-after-load (Bug#7986).
770 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
772         * commands.texi (Accessing Mouse): Note that a header line is not
773         included in the row of posn-col-row.
775 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
777         * modes.texi (Major Mode Conventions): Add face guidelines.
778         (Faces for Font Lock): List faces in order of prominence.
780 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
782         format-time-string now supports subsecond time stamp resolution
783         * os.texi (Time Parsing): Document %N.
785 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
787         * vol1.texi (Top):
788         * vol2.texi (Top):
789         * elisp.texi (Top):
790         * display.texi (Display Property): Shorten the menu description of
791         the "Other Display Specs" node (Bug#7816).
793         * keymaps.texi (Defining Menus): Add "menu item" and "extended
794         menu item" concept index entries (Bug#7805).
796 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
798         * makefile.w32-in (texinfodir): New variable.
799         (usermanualdir): Remove as redundant with $(emacsdir).
800         (MAKEINFO): Remove options, leave only program name.
801         (MAKEINFO_OPTS): New variable.
802         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
804 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
805             Richard Kim  <emacs18@gmail.com>
807         * loading.texi (Library Search): Document list-load-path-shadows
808         (Bug#7757).
810 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
812         * searching.texi (Regexp Special): Remove outdated discussion of
813         character sets (Bug#7780).
815         * frames.texi (Pop-Up Menus): Document where menu title comes
816         from (Bug#7684).
818 2011-01-25  Glenn Morris  <rgm@gnu.org>
820         * display.texi (Making Buttons): Mention limitation of text buttons.
822 2011-01-23  Werner Lemberg  <wl@gnu.org>
824         * Makefile.in (MAKEINFO): Now controlled by `configure'.
825         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
826         (ENVADD): New variable to control texi2dvi and texi2pdf.
828 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
830         * files.texi (Directory Names): Move directory-abbrev-alist doc to
831         Emacs manual.
833 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
835         * files.texi (Directory Names): Explain why FROM in
836         directory-abbrev-alist should begin with \`.  (Bug#7777)
838 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
842 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
844         * modes.texi (Emulating Mode Line): Fix last change.
846 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
848         * modes.texi (Emulating Mode Line): Update documentation of
849         format-mode-line according to changes that fixed bug #7587.
851 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * modes.texi (Derived Modes): Mention prog-mode.
855         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
856         of the key-binding-data cache since we don't use it any more.
858 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
860         * processes.texi (Shell Arguments):
861         * strings.texi (Creating Strings): Don't mention "shell commands";
862         make it explicit that `split-string-and-unquote' and
863         `combine-and-quote-strings' are mainly for working with arguments
864         to call-process and start-process.
866         * processes.texi (Shell Arguments): Fix documentation of
867         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
869 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * modes.texi (Auto-Indentation): New section to document SMIE.
872         (Major Mode Conventions):
873         * text.texi (Mode-Specific Indent): Refer to it.
875 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
877         * display.texi (Other Display Specs): Document left-fringe and
878         right-fringe display specs.
880 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * backups.texi (Making Backups):
883         * modes.texi (Example Major Modes): Use recommended coding style.
884         (Major Mode Basics, Derived Modes): Encourge more strongly use of
885         define-derived-mode.  Mention completion-at-point-functions.
887 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
889         * nonascii.texi (Converting Representations):
890         Document byte-to-string.
892 2010-12-08  Glenn Morris  <rgm@gnu.org>
894         * buffers.texi (Modification Time):
895         verify-visited-file-modtime now defaults to the current buffer.
897 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
899         * nonascii.texi (Converting Representations): Document byte-to-string.
901         * strings.texi (Creating Strings): Don't mention semi-obsolete
902         function char-to-string.
903         (String Conversion): Shorten discussion of semi-obsolete function
904         string-to-char.  Link to Converting Representations.
906         * objects.texi (Symbol Type):
907         * text.texi (Near Point):
908         * help.texi (Help Functions):
909         * functions.texi (Mapping Functions): Use string instead of
910         char-to-string in examples.
912 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
914         * text.texi (Kill Functions, Kill Functions)
915         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
916         YANK-HANDLER args.
918         * symbols.texi (Creating Symbols): Using unintern without an
919         obarray arg is now obsolete.
921         * numbers.texi (Float Basics): Document float-e and float-pi.
923         * variables.texi (Defining Variables): Change "pi" example to
924         "float-pi".
926 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
928         * commands.texi (Click Events): Document the values of X, Y and
929         COL, ROW in the event's position, when the click is on the header
930         or mode line, on the fringes, or in the margins.
932 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
934         * customize.texi (Composite Types): Lower-case index entry.
936         * loading.texi (How Programs Do Loading):
937         Document load-file-name.  (Bug#7346)
939 2010-11-17  Glenn Morris  <rgm@gnu.org>
941         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
943 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
945         * display.texi (Usual Display): Characters with no fonts are not
946         necessarily displayed as empty boxes.
948 2010-10-31  Glenn Morris  <rgm@gnu.org>
950         * maps.texi (Standard Keymaps): Update File menu description.
952 2010-10-28  Glenn Morris  <rgm@gnu.org>
954         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
956 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
958         * display.texi (Window Systems): Deprecate use of window-system as
959         a predicate.
961 2010-10-23  Glenn Morris  <rgm@gnu.org>
963         * help.texi (Documentation Basics): Remove mentions of digest-doc and
964         sorted-doc.
966 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
968         * os.texi (Dynamic Libraries): New node, with slightly modified
969         text deleted from "Image Formats".
970         (System Interface): Add @menu entry for "Dynamic Libraries".
972         * display.texi (Image Formats): Remove description of
973         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
975 2010-10-12  Glenn Morris  <rgm@gnu.org>
977         * book-spine.texinfo: Rename to book-spine.texi.
979 2010-10-11  Glenn Morris  <rgm@gnu.org>
981         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
983         * Makefile.in (DVIPS): New variable.
984         (.PHONY): Add html, ps.
985         (html, elisp.html, ps, elisp.ps): New targets.
986         (clean): Delete html, ps files.
987         ($(infodir)/elisp): Remove unnecessary includes.
989 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
991         * makefile.w32-in (emacsdir): New variable.
992         (srcs): Add emacsver.texi.
993         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
995 2010-10-09  Glenn Morris  <rgm@gnu.org>
997         * Makefile.in (VPATH): Remove.
998         (infodir): Make it absolute.
999         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1001         * Makefile.in (dist): Anchor regexps.
1003         * Makefile.in (srcs): Put elisp.texi first.
1004         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1006         * Makefile.in (infoclean): Remove harmless, long-standing error.
1008         * Makefile.in ($(infodir)): Delete rule.
1009         (mkinfodir): New.
1010         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1012         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1013         Also copy emacsver.texi, and edit $emacsdir.
1015 2010-10-09  Glenn Morris  <rgm@gnu.org>
1017         * Makefile.in (emacsdir): New variable.
1018         (MAKEINFO): Add -I $emacsdir.
1019         (dist): Copy emacsver.texi.
1020         (srcs): Add emacsver.texi.
1022         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1023         Set EMACSVER by including emacsver.texi.
1025         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1027 2010-10-07  Glenn Morris  <rgm@gnu.org>
1029         * Makefile.in (version): New, set by configure.
1030         (clean): Delete dist tar file.
1031         (dist): Use version in tar name.
1033 2010-10-06  Glenn Morris  <rgm@gnu.org>
1035         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1036         (INSTALL_INFO): Remove unused variable.
1037         (mostlyclean, infoclean, dist): New rules.
1038         (clean): Delete dvi and pdf files.
1039         (maintainer-clean): Remove elisp.oaux, use infoclean.
1040         ($(infodir)): Add parallel build workaround.
1042 2010-10-04  Glenn Morris  <rgm@gnu.org>
1044         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1045         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1046         Fix -I typo.
1047         (clean): No 'make.out' or 'core' files.
1048         (.PHONY): Declare clean rules.
1049         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1051 2010-10-03  Glenn Morris  <rgm@gnu.org>
1053         * files.texi (File Name Components): Remove ignored section about
1054         deleted variable directory-sep-char.
1056 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1058         * files.texi (Magic File Names): New defopt
1059         remote-file-name-inhibit-cache.
1061 2010-10-02  Glenn Morris  <rgm@gnu.org>
1063         * os.texi (Killing Emacs): Hook now runs in batch mode.
1065 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1067         * text.texi (Special Properties): Clarify when modification-hooks run.
1069 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * syntax.texi (Syntax Flags): Document new `c' flag.
1073 2010-09-09  Glenn Morris  <rgm@gnu.org>
1075         * display.texi (ImageMagick Images): General cleanup.
1077 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1079         * files.texi (Directory Names): Use \` rather than ^.
1081 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1083         * text.texi (Low-Level Kill Ring):
1084         * frames.texi (Window System Selections): Remove cut buffer
1085         documentation.
1087 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1089         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1090         Parameters", where the default fringe width is described.
1092         * frames.texi (Window Frame Parameters, Basic Parameters)
1093         (Position Parameters, Layout Parameters, Management Parameters)
1094         (Cursor Parameters, Font and Color Parameters): Add indexing for
1095         frame parameters.  (Bug#6929)
1097 2010-08-25  Tom Tromey  <tromey@redhat.com>
1099         * vol2.texi (Top): Update.
1100         * vol1.texi (Top): Update.
1101         * tips.texi (Library Headers): Mention Package-Version and
1102         Package-Requires.
1103         * package.texi: New file.
1104         * os.texi (System Interface): Update pointers.
1105         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1106         * anti.texi (Antinews): Update pointers.
1108 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1110         * processes.texi (Filter Functions): Fix last change.
1112 2010-08-24  Markus Triska  <triska@gmx.at>
1114         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1115         of `buffer-name' in the main text as well as in the example
1116         (Bug#3098).
1118 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1120         * nonascii.texi (Text Representations):
1121         * loading.texi (Loading Non-ASCII):
1122         * compile.texi (Byte Compilation): Don't mention obsolete
1123         --unibyte command-line argument.
1125 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1127         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1129 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1131         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1133 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1135         * commands.texi (Misc Events): Add cross-references to where
1136         POSITION of a mouse event is described in detail.
1138 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1140         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1142 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1144         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1145         Suggested by Štěpán Němec <stepnem@gmail.com>.
1147 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1149         * minibuf.texi (High-Level Completion): Document args of
1150         `read-buffer-function' (bug#5625).
1152 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1154         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1156 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1158         * processes.texi (Process Information): Explain process property
1159         `remote-tty'.
1161 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1163         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1164         instead of "\C-\^?" (bug#6334).
1166         * text.texi (Special Properties): Fix typo.
1168 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1170         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1171         calling sequences, which are now the standard.
1173 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1175         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1177         * commands.texi (Command Overview): Mention undo-boundary call.
1179 2010-06-23  Glenn Morris  <rgm@gnu.org>
1181         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1182         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1183         * frames.texi, functions.texi, internals.texi, keymaps.texi:
1184         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1185         * searching.texi, sequences.texi, strings.texi, syntax.texi:
1186         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1187         Untabify Texinfo files.
1189 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1191         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1193 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1195         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1197 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
1199         * searching.texi (Regexp Special): Remove obsolete information
1200         about matching non-ASCII characters, and suggest using char
1201         classes (Bug#6283).
1203 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1205         * minibuf.texi (Basic Completion): Add missing "@end defun".
1207 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * minibuf.texi (Basic Completion): Document completion-boundaries.
1210         (Programmed Completion): Document the new fourth method for boundaries.
1212 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1214         * display.texi (Image Cache): Update documentation about image caching.
1216 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1218         * windows.texi (Textual Scrolling):
1219         * tips.texi (Coding Conventions):
1220         * minibuf.texi (Minibuffer History):
1221         * maps.texi (Standard Keymaps):
1222         * loading.texi (Where Defined):
1223         * edebug.texi (Instrumenting): Fix typos.
1225 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1227         * keymaps.texi (Menu Bar): Document :advertised-binding property.
1229         * functions.texi (Obsolete Functions):
1230         Document set-advertised-calling-convention.
1232         * minibuf.texi (Basic Completion): Document completion-in-region.
1233         (Programmed Completion): Document completion-annotate-function.
1235         * commands.texi (Reading One Event): Document read-key.
1236         (Distinguish Interactive): Document KIND arg to
1237         called-interactively-p.  Delete obsolete interactive-p.
1239         * elisp.texi (Top): Update node description.
1241 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1243         * nonascii.texi (Character Properties):
1244         Document unicode-category-table.  Add an index entry for Unicode
1245         general category.
1247 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1249         * Version 23.2 released.
1251 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1253         * locals.texi (Standard Buffer-Local Variables):
1254         Remove @ignore'd reference to `direction-reversed'.
1256 2010-04-14  Juri Linkov  <juri@jurta.org>
1258         Fix @deffn without category.
1260         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1261         for `abbrev-insert'.
1263         * buffers.texi (Indirect Buffers): Add category `Command'
1264         to @deffn of `clone-indirect-buffer'.
1266         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1267         for `next-window' and `previous-window'.  Add category `Command'
1268         to @deffn of `pop-to-buffer'.
1270 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
1272         * nonascii.texi (Text Representations): Don't mark
1273         enable-multibyte-characters as a user option.
1275 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1277         * control.texi (Handling Errors): How to re-throw a signal caught
1278         by condition-case.
1280 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
1282         * loading.texi (Hooks for Loading): Document after-load-functions.
1283         Copyedits.
1285 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1287         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
1289 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1291         * processes.texi (Network Processes): Document seqpacket type.
1293 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1295         * os.texi (System Environment): Do not mention lynxos.
1297 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1299         * Branch for 23.2.
1301 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1303         * objects.texi (Integer Type): Take note of the read syntax
1304         exception for numbers that cannot fit in the integer type.
1306 2010-03-03  Glenn Morris  <rgm@gnu.org>
1308         * numbers.texi (Integer Basics, Bitwise Operations):
1309         * objects.texi (Integer Type): Update for integers now being 30-bit.
1311 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1313         * display.texi (Low-Level Font): Document :otf font-spec property.
1315 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1317         * display.texi (Line Height): Avoid obsolete special default variables
1318         like default-major-mode.
1320 2010-01-28  Alan Mackenzie  <acm@muc.de>
1322         * display.texi (Auto Faces): Say fontification-functions is called
1323         whether or not Font Lock is enabled.  Tidy up the wording a bit.
1325 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1327         * elisp.texi: Remove duplicate edition information (Bug#5407).
1329 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1331         * two.el (volume-header-toc-markup): Fix typos in docstring.
1333 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1335         Avoid dubious uses of save-excursions.
1336         * positions.texi (Excursions): Recommend the use of
1337         save-current-buffer if applicable.
1338         * text.texi (Clickable Text): Fix the example code which used
1339         save-excursion in a naive way which sometimes preserves point and
1340         sometimes not.
1341         * variables.texi (Creating Buffer-Local):
1342         * os.texi (Session Management):
1343         * display.texi (GIF Images):
1344         * control.texi (Cleanups): Use (save|with)-current-buffer.
1346 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1348         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
1350 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1352         * nonascii.texi (Text Representations, Character Codes)
1353         (Converting Representations, Explicit Encoding)
1354         (Translation of Characters): Use hex notation consistently.
1355         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1357 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1359         * loading.texi (Where Defined): Make it clearer that these are
1360         loaded files (Bug#5068).
1362 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1364         * minibuf.texi (Completion Styles): Document `initials' style.
1366 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1368         * frames.texi (Resources): Describe inhibit-x-resources.
1369         (Size Parameters): Copyedit.
1371         * hash.texi (Creating Hash):
1372         * objects.texi (Hash Table Type): Document the new hash table
1373         printed representation.
1375         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1376         obsolete.
1378         * processes.texi (Process Buffers):
1379         Document process-kill-buffer-query-function.
1381 2009-12-05  Glenn Morris  <rgm@gnu.org>
1383         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1384         diary-display-function, and no longer recommended to be a hook.
1385         Update for changes in the names of calendar and diary hooks.
1386         diary-print-entries-hook has changed section.
1388 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1390         * text.texi (Special Properties): More accurate description of
1391         what the `cursor' property does.
1393 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1395         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1396         mouse-wheel-down-event, the closest thing to a definition for them.
1397         * os.texi (Startup Summary): vindex inhibit-startup-message and
1398         inhibit-splash-screen.
1399         (Command-Line Arguments): vindex argv.
1400         (Suspending Emacs): vindex suspend-tty-functions and
1401         resume-tty-functions.  Don't want to index every hook, but having
1402         the programming ones is helpful.
1404 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1406         * commands.texi (Motion Events): Fix typo (Bug#4907).
1408 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1410         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1411         are affected by case-fold-search (Bug#4483).
1413 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1415         * minibuf.texi (Reading File Names): Note that read-file-name may
1416         use a graphical file dialog.
1418 2009-10-31  Glenn Morris  <rgm@gnu.org>
1420         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
1422 2009-10-16  Kevin Ryde  <user42@zip.com.au>
1424         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1425         in particular so `info-lookup-symbol' can find its docs.
1427 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1429         * variables.texi (Constant Variables): Distinguish from defconst
1430         variables.
1431         (Defining Variables): Add cindex.
1433 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1435         * os.texi (Time of Day): Clarify that the microsecond part is
1436         ignored (Bug#4637).
1438 2009-10-11  Glenn Morris  <rgm@gnu.org>
1440         * frames.texi (Size and Position): Clarify what is included in the frame
1441         height.  (Bug#4535)
1443 2009-10-10  Glenn Morris  <rgm@gnu.org>
1445         * windows.texi (Size of Window): The relationship between window and
1446         frame heights is not so simple.  (Bug#4535)
1447         Mention window-full-height-p.
1449 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1452         used from Lisp.
1454 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1456         * files.texi (Directory Names) <abbreviate-file-name>:
1457         Document that root home directories are not replaced with "~".
1459 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1461         * text.texi (Special Properties): Document the meaning of the
1462         `cursor' text property whose value is an integer.
1464 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1466         * files.texi (Magic File Names): Add `copy-directory'.
1468 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1470         * files.texi (File Attributes): Fix description of file
1471         attributes.  (Bug#4638) Update attributes of files.texi example to
1472         be more representative.
1474 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1476         * files.texi (Create/Delete Dirs): New command copy-directory.
1478 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1480         * anti.texi (Antinews):
1481         * macros.texi (Indenting Macros):
1482         * strings.texi (Creating Strings, Case Conversion):
1483         Remove duplicate words.
1485 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1487         * files.texi (Create/Delete Dirs): delete-directory has an
1488         optional parameter RECURSIVE.
1490 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * buffers.texi (Swapping Text): Minor clarification.
1494 2009-10-01  Glenn Morris  <rgm@gnu.org>
1496         * functions.texi (Declaring Functions): Mention that we also search for
1497         ".m" files in the src/ directory.
1499 2009-09-25  David Engster  <deng@randomsample.de>
1501         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1503 2009-09-22  Glenn Morris  <rgm@gnu.org>
1505         * internals.texi (Building Emacs): Mention preloaded-file-list.
1507 2009-09-14  Alan Mackenzie  <acm@muc.de>
1509         * os.texi (Terminal Output): Put "@code{}" around "stdout".
1511 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1513         * functions.texi (Anonymous Functions): Rearrange discussion,
1514         giving usage of unquoted lambda forms first.  Mention that
1515         `function' and `#'' are no longer required (Bug#4290).
1517 2009-09-11  Alan Mackenzie  <acm@muc.de>
1519         * os.texi (Terminal Output): Document `send-string-to-terminal' in
1520         batch mode.
1522 2009-09-01  Glenn Morris  <rgm@gnu.org>
1524         * display.texi (Face Functions): Mention define-obsolete-face-alias.
1526 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
1528         * nonascii.texi (Character Codes): Fix typos.
1530 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1532         * processes.texi (Synchronous Processes): New defvar
1533         process-file-side-effects.
1535 2009-08-25  Glenn Morris  <rgm@gnu.org>
1537         * display.texi (Fontsets): Fix typo.
1539         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1541 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1543         * processes.texi (Asynchronous Processes): Adjust arglist of
1544         start-process-shell-command and start-file-process-shell-command.
1546 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1548         * advice.texi (Argument Access in Advice): Note that argument
1549         positions are zero-based (Bug#3932).
1551         * commands.texi (Distinguish Interactive): Minor copyedit.
1553         * display.texi (Face Attributes): Add xref to Displaying Faces for
1554         explanation of "underlying face".
1556         * customize.texi (Common Keywords): Add xref to Loading.
1558         * loading.texi (How Programs Do Loading): Add xref to Lisp
1559         Libraries node in the Emacs manual.
1561 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1563         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1565 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1567         * processes.texi (Shell Arguments): Copyedits.
1569 2009-07-18  Glenn Morris  <rgm@gnu.org>
1571         * loading.texi (Repeated Loading): Fix typo.
1573 2009-07-16  Richard Stallman  <rms@gnu.org>
1575         * buffers.texi (Swapping Text): Recommend setting
1576         write-region-annotate-functions and buffer-saved-size.
1578         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1580 2009-07-15  Glenn Morris  <rgm@gnu.org>
1582         * edebug.texi: Minor re-phrasings throughout.
1583         (Edebug Execution Modes): Sit-for affects continue mode too.
1584         (Jumping): Use `forward-sexp' rather than its keybinding.
1585         (Edebug Misc): Fix Q binding.
1586         (Edebug Eval): Remove cl version.
1587         (Printing in Edebug): Clarify print-length etc.
1588         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1589         (Specification List): Remove edebug-unwrap findex entry.
1590         (Specification Examples): defmacro is actually not the same as defun.
1591         Escape "`" in example.
1593 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1595         * markers.texi (The Mark): Document optional arg to
1596         deactivate-mark.
1598 2009-07-11  Kevin Ryde  <user42@zip.com.au>
1600         * hooks.texi (Standard Hooks): Fix cross-references.
1602         * loading.texi (Named Features): Refer to eval-after-load.
1604 2009-07-11  Glenn Morris  <rgm@gnu.org>
1606         * Makefile.in (TEXI2PDF): New.
1607         (elisp.pdf): New target.
1609         * searching.texi (Regexp Backslash): Fix typo.
1611         * elisp.texi (Top): Display copyright notice at start of non-TeX.
1613 2009-07-10  Glenn Morris  <rgm@gnu.org>
1615         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1617         * customize.texi (Customization Types):
1618         * display.texi (Abstract Display):
1619         * objects.texi (Character Type, String Type):
1620         Merge in some menu descriptions from elisp.texi.
1622         * hash.texi (Hash Tables):
1623         * modes.texi (Multiline Font Lock):
1624         End menu description with period.
1626 2009-07-09  Glenn Morris  <rgm@gnu.org>
1628         * back.texi: Don't hard-code texinfo location.
1630         * two-volume.make (texinfodir): New, with location of texinfo.tex.
1631         (tex): Add texinfodir to TEXINPUTS.
1632         (elisp1med-init, elisp2med-init): Use texinfodir.
1634         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1635         (clean): Add two-volume.make intermediate files.
1637         * elisp.texi, vol1.texi, vol2.texi:
1638         Use a DATE variable with the publication date, and update it.
1639         Fix antinews menu description.
1641         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1642         Update the detailed node listing to match elisp.texi.
1644         * README: Update edition to match elisp.texi.
1646         * objects.texi (General Escape Syntax):
1647         * nonascii.texi (Character Sets):
1648         Use consistent case for "Unicode Standard".
1650         * anti.texi (Antinews):
1651         * customize.texi (Variable Definitions):
1652         * functions.texi (Declaring Functions):
1653         * nonascii.texi (Character Properties):
1654         * processes.texi (Serial Ports):
1655         * text.texi (Special Properties):
1656         * tips.texi (Coding Conventions):
1657         Minor rearrangements to improve TeX line-filling.
1659         * commands.texi (Using Interactive): Fix cross-reference.
1661 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1663         * frames.texi (Management Parameters): Mention sticky.
1665 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
1667         * help.texi (Help Functions): Fix description of help-buffer and
1668         help-setup-xref to use @defun instead of @deffn.
1670 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1672         * frames.texi (Size Parameters): Mention maximized for fullscreen.
1674 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
1676         * display.texi (Window Systems): Add ns to the list.
1678 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1680         * Branch for 23.1.
1682 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
1684         * windows.texi (Dedicated Windows): Fix typo.
1685         (Resizing Windows): Replace @defun by @deffn.
1687 2009-06-17  Glenn Morris  <rgm@gnu.org>
1689         * variables.texi (Directory Local Variables):
1690         Update for 2009-04-11 name-change of dir-locals-directory-alist.
1692 2009-06-09  Kenichi Handa  <handa@m17n.org>
1694         * nonascii.texi (Character Sets): State clearly that FROM and TO
1695         are codepoints of CHARSET.
1697 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
1699         * minibuf.texi (Reading File Names): Fix introductory text.
1700         Suggested by stan@derbycityprints.com.
1701         (High-Level Completion): Fix typo.
1703 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
1705         * frames.texi (Text Terminal Colors): Multi-tty is already
1706         implemented, but tty-local colors are not.
1708 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
1710         * hooks.texi (Standard Hooks): Remove mention of obsolete
1711         redisplay-end-trigger-functions.
1713         * internals.texi (Window Internals): Remove mention of obsolete
1714         redisplay-end-trigger-functions.
1716 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
1718         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1720         * backups.texi (Making Backups): backup-directory-alist and
1721         make-backup-file-name-function are options.
1722         (Auto-Saving): auto-save-list-file-prefix is an option.
1724         * buffers.texi (Killing Buffers): buffer-offer-save is an
1725         option.
1727         * display.texi (Refresh Screen): no-redraw-on-reenter is an
1728         option.
1729         (Echo Area Customization): echo-keystrokes is an option.
1730         (Selective Display): selective-display-ellipses is an option.
1731         (Temporary Displays): temp-buffer-show-function is an option.
1732         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1733         are options.
1734         (Font Selection): face-font-family-alternatives,
1735         face-font-selection-order, face-font-registry-alternatives, and
1736         scalable-fonts-allowed are options.
1737         (Fringe Indicators): indicate-buffer-boundaries is an option.
1738         (Fringe Cursors): overflow-newline-into-fringe is an option.
1739         (Scroll Bars): scroll-bar-mode is an option.
1741         * eval.texi (Eval): max-lisp-eval-depth is an option.
1743         * files.texi (Visiting Functions): find-file-hook is an option.
1744         (Directory Names): directory-abbrev-alist is an option.
1745         (Unique File Names): temporary-file-directory and
1746         small-temporary-file-directory are options.
1748         * frames.texi (Initial Parameters): initial-frame-alist,
1749         minibuffer-frame-alist and default-frame-alist are options.
1750         (Cursor Parameters): blink-cursor-alist and
1751         cursor-in-non-selected-windows ar options.
1752         (Window System Selections): selection-coding-system is an
1753         option.
1754         (Display Feature Testing): display-mm-dimensions-alist is an
1755         option.
1757         * help.texi (Help Functions): help-char and help-event-list are
1758         options.
1760         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1761         an option.
1763         * minibuf.texi (Minibuffer History): history-length and
1764         history-delete-duplicates are options.
1765         (High-Level Completion): read-buffer-function and
1766         read-buffer-completion-ignore-case are options.
1767         (Reading File Names): read-file-name-completion-ignore-case is
1768         an option.
1770         * modes.texi (Mode Line Top): mode-line-format is an option.
1771         (Mode Line Variables): mode-line-position and mode-line-modes
1772         are options.
1774         * nonascii.texi (Text Representations):
1775         enable-multibyte-characters is an option.
1776         (Default Coding Systems): auto-coding-regexp-alist,
1777         file-coding-system-alist, auto-coding-alist and
1778         auto-coding-functions are options.
1779         (Specifying Coding Systems): inhibit-eol-conversion is an
1780         option.
1782         * os.texi (Init File): site-run-file is an option.
1783         (System Environment): mail-host-address is an option.
1784         (User Identification): user-mail-address is an option.
1785         (Terminal Output): baud-rate is an option.
1787         * positions.texi (Word Motion): words-include-escapes is an
1788         option.
1790         * searching.texi (Standard Regexps): page-delimiter,
1791         paragraph-separate, paragraph-separate and sentence-end are
1792         options.
1794         * text.texi (Margins): left-margin and fill-nobreak-predicate
1795         are options.
1797         * variables.texi (Local Variables): max-specpdl-size is an
1798         option.
1800         * windows.texi (Choosing Window):
1801         split-window-preferred-function, special-display-function and
1802         display-buffer-function are options.
1804 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
1806         Fix errors spotted by Martin Rudalics.
1808         * syntax.texi (Position Parse): Document rationale for ignored
1809         arguments to syntax-ppss-flush-cache.
1811         * processes.texi (Input to Processes): Mark PROCESS arg to
1812         process-running-child-p as optional.
1813         (Network Options): Document NO-ERROR arg to
1814         set-network-process-option.
1816         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1817         command.
1819         * searching.texi (POSIX Regexps): Mark posix-search-forward and
1820         posix-search-backward as commands.
1822         * os.texi (Killing Emacs): Mark kill-emacs as a command.
1823         (Suspending Emacs): Mark suspend-emacs as a command.
1824         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1825         commands.
1826         (Terminal Output): Remove obsolete function baud-rate.
1827         Document TERMINAL arg for send-string-to-terminal.
1829         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1830         terminal-coding-system and set-terminal-coding-system.
1831         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1832         as optional.
1833         (Character Sets): Document RESTRICTION arg of char-charset.
1834         (Character Codes): Mark POS argument to get-byte as optional.
1836         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1837         minibuffer-message.
1839         * files.texi (Create/Delete Dirs): Mark make-directory and
1840         delete-directory as commands.
1842         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1844         * text.texi (Base 64): Mark base64-decode-string and
1845         base64-encode-string as commands.
1846         (Columns): Mark move-to-column as a command.
1847         (Mode-Specific Indent): Document RIGID arg to
1848         indent-for-tab-command.
1849         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1850         Mark indent-code-rigidly as a command.
1851         (Substitution): Mark translate-region as a command.
1853         * frames.texi (Size and Position): Remove obsolete functions
1854         screen-height and screen-width.
1856 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
1858         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1859         (Displaying Buffers, Resizing Windows): Correct mistakes;
1860         next-window, previous-window, and pop-to-buffer are not commands,
1861         and fit-window-to-buffer" is a command.  (Pointed out by Martin
1862         Rudalics.)
1864 2009-05-17  Richard M Stallman  <rms@gnu.org>
1866         * modes.texi (Precalculated Fontification): Clarify text.
1868 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
1870         * windows.texi (Selecting Windows): Clarify descriptions of
1871         with-selected-window and get-lru-window.
1872         (Cyclic Window Ordering): Refer to particular frame when talking
1873         about how splitting affects the ordering.
1874         (Displaying Buffers): Fix descriptions of switch-to-buffer and
1875         switch-to-buffer-other-window.  Explain how setting of
1876         display-buffer-reuse-frames affects pop-to-buffer.
1877         (Choosing Window): Clarify some details in descriptions of
1878         display-buffer-reuse-frames, pop-up-frames, and
1879         pop-up-frame-function.
1880         (Dedicated Windows): Clarify some details.
1881         (Textual Scrolling): Replace term vscroll by term vertical
1882         scroll position.
1883         (Vertical Scrolling): Fix typo.
1884         (Window Hooks): Relate text on jit-lock-register to window
1885         scrolling and size changes.
1887 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
1889         * frames.texi (Initial Parameters): Clarify what the initial
1890         minibuffer frame is.
1891         (Buffer Parameters): Note that the minibuffer parameter can not be
1892         altered.
1894         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
1895         Document display-buffer changes.
1897 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
1899         * anti.texi (Antinews): Rewrite for Emacs 22.
1901         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1902         obarrays are first mentioned.  Define "system abbrev" more
1903         prominently, and add it to the index.
1904         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1905         Copyedits.
1906         (Abbrev Expansion): Document abbrev-insert.
1908 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
1910         * frames.texi (Font and Color Parameters): Rename from Color
1911         Parameters.  Document font-backend parameter.
1913         * vol2.texi (Top): Update node listing.
1914         * vol1.texi (Top): Update node listing.
1915         * elisp.texi (Top): Update node listing.
1917 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
1919         * windows.texi (Choosing Window): Don't explicitly refer to
1920         split-window-sensibly's window argument in descriptions of
1921         split-height-threshold and split-width-threshold.
1923 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
1925         * windows.texi (Choosing Window): Fix rewrite of window
1926         splitting section.
1928 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
1930         * nonascii.texi (Default Coding Systems): Document
1931         find-auto-coding, set-auto-coding, and auto-coding-alist.
1932         Add indexing.
1933         (Lisp and Coding Systems): Add index entries.
1935 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
1937         * windows.texi (Choosing Window): Describe split-window-sensibly
1938         and rewrite section on window splitting accordingly.
1939         (Textual Scrolling): Replace `...' by @code{...}.
1941 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
1943         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1944         Remove obsoleted pre-abbrev-expand-hook.
1946         * locals.texi (Standard Buffer-Local Variables): Consolidate table
1947         entries.
1949         * internals.texi (Object Internals): Don't assume 32-bit machines
1950         are the norm.
1951         (Buffer Internals): Consolidate table entries for readability.
1952         (Window Internals): Synch field names to window.h.
1953         (Process Internals): Synch field names to process.h.
1955 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
1957         * variables.texi (File Local Variables): Note that read-circle is
1958         bound to nil when reading file-local variables.
1960         * streams.texi (Input Functions): Document read-circle.
1961         (Output Variables): Add xref to Circular Objects.
1963 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
1965         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
1966         Features and Coding System Basics.  Node that "p" stands for
1967         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
1968         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1969         mouse-appearance-menu.
1970         (Programming Tips): Add xref to Progress.
1972 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
1974         * os.texi (Command-Line Arguments):
1975         Document command-line-args-left.
1976         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
1977         terminal objects for tty arguments.
1978         (Startup Summary): Add xref to Session Management.
1979         (Session Management): Mention emacs-session-restore.  Copyedits.
1981 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
1983         * os.texi (Startup Summary): Copyedits.  The init file is not
1984         necessarily named .emacs now.  Document initial-buffer-choice and
1985         initial-scratch-message.  Note where Emacs exits in batch mode.
1986         Document inhibit-splash-screen as an alias.
1987         (Init File): Be neutral about which init file name to use.
1989 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
1991         * os.texi (System Interface): Fix Texinfo usage.
1993 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
1995         * searching.texi (Regexp Backslash): Also refer to shy groups as
1996         non-capturing or unnumbered groups.
1997         (Regexp Functions): Add cross-reference to Regexp Backslash.
1999         * display.texi (Truncation): Overlays can use line-prefix and
2000         wrap-prefix too.
2001         (Overlay Properties): Document wrap-prefix and line-prefix.
2002         (Face Attributes): Document underline-minimum-offset.
2003         (Face Remapping): Copyedits.
2004         (Low-Level Font): Copyedits.
2005         (Image Cache): Note that the image cache is shared between frames.
2006         (Line Height): Emphasize that line-spacing only takes effect on
2007         graphical terminals.
2009 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2011         * display.texi (Refresh Screen): Note that a passage about screen
2012         refreshing is text terminal only.
2013         (Forcing Redisplay): Delete misleading comment---sit-for calls
2014         redisplay, not the other way around.
2015         (Truncation): Note new values of truncate-partial-width-windows.
2016         Copyedits.
2017         (Invisible Text): Document invisible-p.
2019 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2021         * display.texi (Overlays): Overlays don't scale well.  See
2022         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2024 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2026         * syntax.texi (Syntax Table Functions): Document cons cell
2027         argument for modify-syntax-entry.
2028         (Categories): Document cons cell argument for
2029         modify-category-entry.
2031         * searching.texi (String Search): Document word-search-forward-lax
2032         and word-search-backward-lax.
2033         (Searching and Case): Describe isearch behavior more precisely.
2035         * keymaps.texi (Tool Bar): Mention that some platforms do not
2036         support multi-line toolbars.  Suggested by Stephen Eglen.
2038         * frames.texi (Layout Parameters): Mention that Nextstep also
2039         allows only one tool-bar line.  Suggested by Stephen Eglen.
2041         * nonascii.texi (Text Representations): Copyedits.
2042         (Coding System Basics): Also mention utf-8-emacs.
2043         (Converting Representations, Selecting a Representation)
2044         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2045         Copyedits.
2046         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2048 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2050         * text.texi (Yank Commands): Note that yank uses push-mark.
2051         (Filling): Clarify REGION argument of fill-paragraph.
2052         Document fill-forward-paragraph-function.
2053         (Special Properties): Remove "new in Emacs 22" declaration.
2054         (Clickable Text): Merge with Links and Mouse-1 node.
2056         * display.texi (Button Properties, Button Buffer Commands):
2057         Change xref to Clickable Text.
2059         * tips.texi (Key Binding Conventions): Change xref to Clickable
2060         Text.
2062         * elisp.texi (Top): Update node listing.
2064 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2066         * markers.texi (The Mark): Copyedits.  Improve description of
2067         handle-shift-selection.
2068         (The Region): Move use-region-p here from The Mark.
2070         * positions.texi (Screen Lines): Document (cols . lines) argument
2071         for vertical-motion.
2073 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2075         * frames.texi (Frames): Clean up introduction.  Document `ns'
2076         return value for framep.
2077         (Creating Frames): Note how the terminal is chosen.
2078         (Multiple Terminals, Multiple Displays): Merge into a single node.
2079         (Color Parameters): Fix typo.
2081         * variables.texi (Local Variables, Buffer-Local Variables)
2082         (Creating Buffer-Local): Change link to Multiple Terminals.
2084         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2086         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2087         Terminals.
2089         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2090         to Multiple Terminals.
2092         * elisp.texi (Top): Update node listing.
2093         * vol2.texi (Top): Update node listing.
2094         * vol1.texi (Top): Update node listing.
2096         * buffers.texi (Current Buffer): Note that the append-to-buffer
2097         example is no longer in synch with the latest code.  Tie the two
2098         examples together.
2100         * files.texi (File Attributes): Move note about MS-DOS from
2101         Changing Files to File Attributes.
2102         (Create/Delete Dirs): Note that mkdir is an alias for this.
2104 2009-04-01  Markus Triska  <triska@gmx.at>
2106         * processes.texi (Filter Functions): Suggest how to handle output
2107         batches.
2109 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2111         * help.texi (Accessing Documentation): Update example to use
2112         help-setup-xref and with-help-window.
2113         (Help Functions): Remove print-help-return-message, which is
2114         semi-obsolete due to with-help-window.  Document help-buffer and
2115         help-setup-xref.
2117 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2119         * help.texi (Accessing Documentation, Help Functions):
2120         Remove information about long-obsolete Emacs versions.
2122         * modes.texi (Mode Line Variables): The default values of the mode
2123         line variables are now more complicated.
2125 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2127         * modes.texi (Major Mode Conventions): Note that specialness is
2128         inherited.
2129         (Derived Modes): Note that define-derive-mode sets the mode-class
2130         property.
2132         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2133         goto-map.  Add search-map to the list.
2135 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2137         * os.texi (System Environment): Update the list of system-type
2138         values.
2140         * markers.texi (The Mark) <handle-shift-selection>: Update for
2141         removal of the optional argument DEACTIVATE.
2143 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2145         * commands.texi (Focus Events): Most X window managers don't use
2146         focus-follows-mouse nowadays.
2148 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2150         * commands.texi (Defining Commands): Clarify introduction.
2151         (Using Interactive): Not that interactive can be put in a symbol
2152         property.
2153         (Interactive Call): Note that a symbol with a non-nil
2154         interactive-form property satisfies commandp.
2156 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2158         * minibuf.texi (Intro to Minibuffers): Fix typos.
2160 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2162         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2163         about minibuffers in old Emacs versions.  Copyedits.
2164         Emphasize that enable-recursive-minibuffers defaults to nil.
2165         (Text from Minibuffer): Simplify introduction.
2167 2009-03-22  Alan Mackenzie  <acm@muc.de>
2169         * commands.texi (Using Interactive): Clarify string argument to
2170         `interactive' - even promptless elements need \n separators.
2172 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2174         * minibuf.texi (Completion Styles): New node.
2176         * elisp.texi (Top): Update node listing.
2178 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2180         * minibuf.texi (Basic Completion): Note that
2181         read-file-name-completion-ignore-case and
2182         read-buffer-completion-ignore-case can override
2183         completion-ignore-case.
2184         (Minibuffer Completion): Document completing-read changes.
2185         (Completion Commands): Avoid mentioning partial completion mode.
2186         Document minibuffer-completion-confirm changes, and
2187         minibuffer-confirm-exit-commands.
2188         (High-Level Completion): Document new require-match behavior for
2189         read-buffer.  Document read-buffer-completion-ignore-case.
2190         (Reading File Names): Document new require-match behavior for
2191         read-file-name.
2193 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
2195         * debugging.texi (Error Debugging): Don't mislead the reader into
2196         thinking that debug-on-error enters debugger for C-f at EOB.
2197         (Error Debugging): Setting debug-on-init within the init file
2198         works, and has for some time.
2200 2009-03-13  Kenichi Handa  <handa@m17n.org>
2202         * display.texi (Fontsets): Update the description.
2204 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
2206         * advice.texi (Advising Primitives): Link to What Is a Function.
2208 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
2210         * compile.texi (Speed of Byte-Code): Update example.
2211         (Disassembly): Update examples.
2213         * loading.texi (Repeated Loading): Simplify examples.
2215         * customize.texi (Common Keywords): It's not necessary to use :tag
2216         to remove hyphens, as custom-unlispify-tag-name does it
2217         automatically.
2218         (Variable Definitions): Link to File Local Variables.
2219         Document customized-value symbol property.
2220         (Customization Types): Move menu to end of node.
2222 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
2224         * macros.texi (Compiling Macros): Omit misleading sentence, which
2225         implied that macros can only be used in the same file they are
2226         defined.
2227         (Backquote): Remove obsolete information about Emacs 19.
2229 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
2231         * display.texi (Display Margins): Fix paren typo.
2233 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
2235         * elisp.texi (Top): Update node listing.
2237         * variables.texi (Variables): Clarify introduction.
2238         (Global Variables): Mention that setq is a special form.
2239         (Local Variables): Use active voice.
2240         (Tips for Defining): Mention marking variables as safe.
2241         (Buffer-Local Variables): Mention terminal-local and frame-local
2242         variables together.
2243         (File Local Variables): Copyedits.
2244         (Frame-Local Variables): Note that they are not really useful.
2245         (Future Local Variables): Node deleted.
2247         * objects.texi (General Escape Syntax): Update explanation of
2248         unicode escape syntax.
2250 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2252         * control.texi (Control Structures): Add cindex entry for "textual
2253         order".
2255         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
2256         instead of "expression" throughout.
2257         (Function Indirection): Copyedits.  Use active voice.
2258         (Eval): The default value of max-lisp-eval-depth is now 400.
2260 2009-02-23  Miles Bader  <miles@gnu.org>
2262         * processes.texi (System Processes): Rename `system-process-attributes'
2263         to `process-attributes'.
2265 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2267         * symbols.texi (Property Lists): Emphasize that property lists are
2268         not restricted to symbol cells.
2269         (Other Plists): Copyedit.
2271         * sequences.texi (Sequences Arrays Vectors): Make introduction
2272         more concise.
2273         (Arrays): Mention char-tables and bool-vectors too.
2274         (Vectors): Don't repeat information given in Arrays node.  Link to
2275         nodes that explain the vector usage examples.
2276         (Char-Tables): Note that char-table elements can have arbitrary
2277         type.  Explain effect of omitted char-table-extra-slots property.
2278         Link to Property Lists node.
2280 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2282         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2283         `append'.
2284         (List Elements): Copyedits.
2286         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2287         of `vconcat'.
2289         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
2290         Emacs 20 usage of `concat'.
2291         (Case Conversion): Copyedits.
2293 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2295         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2296         Minor edits.
2297         (Frame Configuration Type): Emphasize that it is not primitive.
2298         (Font Type): New node.
2299         (Type Predicates): Add fontp; type-of now recognizes font object
2300         types.
2302         * intro.texi (Version Info): Update version numbers in examples.
2303         (Acknowledgements): List more contributors.
2305         * elisp.texi: Bump version number to 3.0.
2306         (Top): Link to Font Type node.
2308 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2310         * modes.texi (Major Mode Conventions): Remove duplicate words.
2311         (Customizing Keywords): Fix typo.
2313 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2315         * nonascii.texi (User-Chosen Coding Systems): Document that
2316         select-safe-coding-system suggests raw-text if there are raw bytes
2317         in the region.
2318         (Explicit Encoding): Warn not to use `undecided' when encoding.
2320 2009-02-11  Glenn Morris  <rgm@gnu.org>
2322         * frames.texi (Visibility of Frames): Mention the effect multiple
2323         workspaces/desktops can have on visibility.
2325 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2327         * text.texi (Commands for Insertion):
2328         * commands.texi (Event Mod):
2329         * keymaps.texi (Searching Keymaps):
2330         * nonascii.texi (Translation of Characters):
2331         Reinstate documentation of translation-table-for-input.
2332         (Explicit Encoding): Document the `charset' text property produced
2333         by decode-coding-region and decode-coding-string.
2335 2009-01-27  Alan Mackenzie  <acm@muc.de>
2337         * modes.texi (Search-based Fontification): Correct a typo.
2339 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
2341         * abbrevs.texi (Abbrev Table Properties): Fix typo.
2342         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2344 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2346         * display.texi (Window Systems): Document the value of
2347         `initial-window-system' under --daemon.
2349         * os.texi (System Environment): Remove description of the
2350         `environment' function which has been deleted.
2352 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2354         * frames.texi (Multiple Displays): Remove documentation for
2355         removed function make-frame-on-tty.
2357 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2359         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2360         write-region-annotate-functions.
2361         Document write-region-post-annotation-function.
2363 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2365         * display.texi (Font Lookup): Document WIDTH argument of
2366         x-list-fonts.
2368 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2370         * maps.texi (Standard Keymaps): Rename function-key-map to
2371         local-function-key-map.
2373         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2374         local-function-key-map.
2376         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2377         and `set-keyboard-coding-system' now accept an optional terminal
2378         argument.
2380         * commands.texi (Event Mod): `keyboard-translate-table' is now
2381         terminal-local.
2382         (Function Keys): Rename function-key-map to
2383         local-function-key-map.
2385         * elisp.texi (Top): Make @detailmenu be consistent with changes in
2386         frames.texi.
2388         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2389         `delete-terminal-functions', `suspend-tty-functions' and
2390         `resume-tty-functions'.
2392         * frames.texi (Frames): Document `frame-terminal' and
2393         `terminal-live-p'.
2394         (Multiple Displays): Document `make-frame-on-tty'.
2395         (Multiple Terminals): Document `terminal-list', `delete-terminal',
2396         `terminal-name', and `get-device-terminal'.
2397         (Terminal Parameters): Document `terminal-parameters',
2398         `terminal-parameter', and `set-terminal-parameter'.
2400         * os.texi (System Environment): Document `environment' and
2401         `initial-environment'.
2402         (Suspending Emacs): Update for multi-tty; document
2403         `suspend-tty', `resume-tty', and `controlling-tty-p'.
2405         * nonascii.texi (Coding System Basics): More accurate description
2406         of `raw-text'.
2408 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2410         * display.texi (Low-Level Font): Fix typo.
2412 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2414         * elisp.texi (Top): Update node listing.
2416         * display.texi (PostScript Images): Node deleted.
2418 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2420         * processes.texi (Decoding Output): Document that null bytes force
2421         no-conversion for reading process output.
2423         * files.texi (Reading from Files): Document that null bytes force
2424         no-conversion when visiting files.
2426         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2428         * nonascii.texi (Lisp and Coding Systems):
2429         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2430         (Character Properties): Improve wording.
2432 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2434         * display.texi (Font Lookup): Remove obsolete function
2435         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2436         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2437         (Font Selection): Reorder order of variable descriptions.
2438         Minor clarifications.
2440         * elisp.texi (Top): Update node listing.
2442 2009-01-09  Glenn Morris  <rgm@gnu.org>
2444         * commands.texi (Command Loop Info): Say that last-command-char and
2445         last-input-char are obsolete aliases.
2447         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2448         last-input-char and last-command-char, since they are just aliases for
2449         last-input-event and last-command-event.
2451         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2452         last-command-char.
2454 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2456         * elisp.texi: Update node listing.
2458         * display.texi (Faces): Put Font Selection node after Auto Faces.
2459         (Face Attributes): Don't link to Font Lookup.
2460         Document font-family-list.
2461         (Fonts): New node.
2463 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2465         * frames.texi (Pointer Shape): Clarify that only X supports
2466         changing the standard pointer shapes.  (Bug#1485)
2468 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2470         * display.texi (Attribute Functions): Note that a function value
2471         :height is relative, and that compatibility functions work by
2472         calling set-face-attribute.
2473         (Displaying Faces): Reorder list in order of increasing priority.
2474         (Face Remapping): New node.  Content moved here from Displaying
2475         Faces.
2476         (Glyphs): Link to Face Functions.
2478 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2480         * display.texi (Faces): Don't discuss face id here.  facep does
2481         not return t.
2482         (Defining Faces): Minor clarification.
2483         (Face Attributes): Rearrange items to match docstring of
2484         set-face-attribute.  Add :foundry attribute.  Document new role of
2485         :font attribute.  Texinfo usage fix.
2486         (Attribute Functions): Copyedits.
2487         (Face Functions): Note that face number is seldom used.
2489 2009-01-05  Richard M Stallman  <rms@gnu.org>
2491         * strings.texi (Predicates for Strings): Minor clarification.
2493         * functions.texi (Function Safety): Texinfo usage fix.
2495 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
2497         * objects.texi (General Escape Syntax): Fix typo.
2499 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
2501         * windows.texi (Choosing Window): Say that pop-up-frame-alist
2502         works via the default value of pop-up-frame-function.
2504 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
2506         * processes.texi (System Processes): Document the `time' and
2507         `ctime' attributes of `system-process-attributes'.
2509 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2511         * display.texi (Face Attributes): Clarify :height attribute.
2513 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2515         * buffers.texi (The Buffer List): Clarify what moves a buffer to
2516         the front of the buffer list.  Add entries for `last-buffer' and
2517         `unbury-buffer'.
2519 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2521         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2522         and its subsections.
2524         * frames.texi (Multiple Terminals, Low-level Terminal)
2525         (Terminal Parameters, Frames on Other TTY devices): New sections.
2526         (Frames): Add an xref to "Multiple Terminals".
2528         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2530         * objects.texi (Terminal Type): New node.
2531         (Editing Types): Add it to the menu.
2533         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2534         Variables".
2536         * variables.texi (Directory Local Variables): New node.
2537         (Variables): Add a menu item for it.
2539         * loading.texi (Autoload): Document `generate-autoload-cookie' and
2540         `generated-autoload-file'.
2542 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
2544         * os.texi (Startup Summary): Add xref to documentation of
2545         `initial-window-system'.
2547         * display.texi (Window Systems): Document `window-system' the
2548         function.  The variable `window-system' is now frame-local.
2549         Document `initial-window-system'.
2551 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
2553         * windows.texi (Windows): Rewrite description of
2554         fit-window-to-buffer.
2556 2008-12-13  Glenn Morris  <rgm@gnu.org>
2558         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
2559         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2561 2008-12-12  Glenn Morris  <rgm@gnu.org>
2563         * debugging.texi (Error Debugging): Refer forwards to
2564         eval-expression-debug-on-error.
2566 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
2568         * strings.texi (String Basics): Only unibyte strings that
2569         represent key sequences hold 8-bit raw bytes.
2571         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2572         paragraph to speak about `undecided'.
2573         (Character Properties): Don't explain the meaning of each
2574         property; instead, identify their Unicode Standard names.
2575         (Character Sets): Document `map-charset-chars'.
2577 2008-12-02  Glenn Morris  <rgm@gnu.org>
2579         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2580         section yet again.
2582 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
2584         * nonascii.texi (Character Properties): New Section.
2585         (Specifying Coding Systems): Document
2586         `coding-system-priority-list', `set-coding-system-priority', and
2587         `with-coding-priority'.
2588         (Lisp and Coding Systems): Document `check-coding-systems-region'
2589         and `coding-system-charset-list'.
2590         (Coding System Basics): Document `coding-system-aliases'.
2592         * elisp.texi (Top): Add a @detailmenu entry for "Character
2593         Properties".
2595         * objects.texi (Character Type): Correct the range of Emacs
2596         characters.  Add an @xref to "Character Codes".
2598         * strings.texi (String Basics): Add an @xref to "Character Codes".
2600         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2602         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2603         (Character Codes): Document `max-char'.
2605 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
2607         * nonascii.texi (Text Representations, Converting Representations)
2608         (Character Sets, Scanning Charsets, Translation of Characters):
2609         Make text more accurate.
2611 2008-11-28  Glenn Morris  <rgm@gnu.org>
2613         * files.texi (Format Conversion Round-Trip): Improve previous change.
2615 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
2617         * modes.texi (Auto Major Mode): Fix example.
2619 2008-11-25  Glenn Morris  <rgm@gnu.org>
2621         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2623         * files.texi (Format Conversion Round-Trip):
2624         Use active voice for previous change.
2626 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
2628         * os.texi (Processor Run Time):
2629         * processes.texi (Transaction Queues):
2630         * markers.texi (The Mark):
2631         * windows.texi (Choosing Window, Selecting Windows):
2632         * files.texi (Changing Files, Magic File Names):
2633         * commands.texi (Key Sequence Input):
2634         * functions.texi (Declaring Functions):
2635         * strings.texi (Predicates for Strings):
2636         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2638 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2640         * help.texi (Accessing Documentation): Update example.
2642         * variables.texi (Defining Variables): Note that `*' is not
2643         necessary if defcustom is used.
2645 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
2647         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2648         Characters" from @detailmenu.
2650         * nonascii.texi (Character Codes, Character Sets)
2651         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2652         (Chars and Bytes, Splitting Characters): Sections removed.
2654 2008-11-22  Lute Kamstra  <lute@gnu.org>
2656         * positions.texi (Text Lines): Update goto-line documentation.
2658 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
2660         * frames.texi (Frames): Fix typo, add cross references, reword.
2661         (Initial Parameters): Reword special-display-frame-alist text.
2662         (Frames and Windows): Reword.  Describe argument norecord for
2663         set-frame-selected-window.
2664         (Input Focus): Describe argument norecord for select-frame.
2665         Remove comment on MS-Windows behavior for focus-follows-mouse.
2666         (Raising and Lowering): Mention windows-frames dichotomy in
2667         metaphor.
2669         * windows.texi (Displaying Buffers, Vertical Scrolling)
2670         (Horizontal Scrolling): Fix indenting and rewording issues
2671         introduced with 2008-11-07 change.
2673 2008-11-20  Glenn Morris  <rgm@gnu.org>
2675         * files.texi (Format Conversion Round-Trip): Mention `preserve'
2676         element of `format-alist'.
2678 2008-11-19  Glenn Morris  <rgm@gnu.org>
2680         * doclicense.texi: Update to FDL 1.3.
2681         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2683 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
2685         * windows.texi (Window Hooks): Remove *-end-trigger-functions
2686         vars, which are obsolete.  Mention jit-lock-register.
2688         * modes.texi (Other Font Lock Variables):
2689         Document jit-lock-register and jit-lock-unregister.
2691         * frames.texi (Color Parameters): Document alpha parameter.
2693 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
2695         * windows.texi (Splitting Windows, Deleting Windows)
2696         (Selecting Windows, Cyclic Window Ordering)
2697         (Buffers and Windows, Displaying Buffers, Choosing Window)
2698         (Dedicated Windows, Window Point, Window Start and End)
2699         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2700         (Size of Window, Resizing Windows, Window Configurations)
2701         (Window Parameters): Avoid @var at beginning of sentences and
2702         reword accordingly.
2704 2008-11-11  Lute Kamstra  <lute@gnu.org>
2706         * files.texi (File Name Components): Fix file-name-extension
2707         documentation.
2709 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
2711         * frames.texi (Basic Parameters): Remove display-environment-variable
2712         and term-environment-variable.
2714 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
2716         * windows.texi (Basic Windows, Splitting Windows)
2717         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2718         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
2719         (Resizing Windows, Window Configurations, Window Parameters):
2720         Fix wording and markup.
2722 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
2724         * windows.texi (Windows): Update entries.
2725         (Basic Windows): Remove listing of attributes.  Reword.
2726         (Splitting Windows, Deleting Windows): Reword.
2727         (Selecting Windows, Cyclic Window Ordering): Reword with special
2728         emphasis on order of recently selected windows and buffer list.
2729         (Buffers and Windows, Choosing Window): Reword with special
2730         emphasis on dedicated windows.
2731         (Displaying Buffers): Reword.  For switch-to-buffer mention that
2732         it may fall back on pop-to-buffer.  For other-window try to
2733         explain how it treats the cyclic ordering of windows.
2734         (Dedicated Windows): New node and section discussing dedicated
2735         windows and associated functions.
2736         (Window Point): Add entry for window-point-insertion-type.  Reword.
2737         (Window Start and End): Rename node and section title.  Reword.
2738         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2739         Minor rewording.
2740         (Size of Window): Reword, in particular text on window-width.
2741         (Resizing Windows): Reword.  Add text on balancing windows.
2742         (Window Configurations): Reword.  Mention window parameters.
2743         (Window Parameters): New node and section on window parameters.
2744         (Window Hooks): Reword.  Mention that
2745         window-configuration-change-hook is run "buffer-locally".
2746         * elisp.texi (Top): Update Windows entries in @detailmenu
2747         section.
2749 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2751         * searching.texi (Regexp Search): Fix typo.
2753 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2755         * searching.texi (Regexp Search): Document GREEDY arg.
2756         (Simple Match Data): Fix return value.
2758 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
2760         * nonascii.texi (Text Representations): Rewrite to make consistent
2761         with Emacs 23 internal representation of characters.
2762         Document `unibyte-string'.
2764 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
2766         * processes.texi (Process Information): Note that process-status
2767         does not accept buffer names.
2769 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2771         * positions.texi (Skipping Characters): Correct return value of
2772         skip-chars-forward.
2774 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2776         * windows.texi (Deleting Windows): Update documentation of
2777         delete-windows-on.
2778         (Buffers and Windows): Update documentations of
2779         get-buffer-window and get-buffer-window-list.
2780         (Displaying Buffers): Update documentation of
2781         replace-buffer-in-windows.
2783         * buffers.texi (Current Buffer): Reword set-buffer and
2784         with-current-buffer documentations.
2785         (Creating Buffers): Reword documentation of get-buffer-create.
2787 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
2789         * buffers.texi (Current Buffer): Reword documentation of
2790         set-buffer.
2791         (Buffer Names): Reword documentation of buffer-name.
2792         (The Buffer List): For bury-buffer explain what happens with the
2793         buffer's window.
2794         (Creating Buffers): Say that get-buffer-create's arg is called
2795         buffer-or-name.
2797 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2799         * advice.texi (Computed Advice): Explain what DEFINITION is.
2801         * nonascii.texi (Character Codes): Remove obsolete function
2802         char-valid-p, and document characterp instead.
2804 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
2806         * windows.texi (Displaying Buffers): Reword documentation of
2807         pop-to-buffer.
2808         (Choosing Window): Rewrite documentation of display-buffer and
2809         its options.
2811         * buffers.texi (Killing Buffers): Update documentation of
2812         kill-buffer.
2814 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
2816         * processes.texi (Serial Ports): Fix wording and improve markup.
2818         * searching.texi (Regexp Search): Document `string-match-p' and
2819         `looking-at-p'.
2820         (POSIX Regexps): Add an xref for "non-greedy".
2821         (Regexp Special): Add @cindex entry for "non-greedy".
2823         * display.texi (Attribute Functions): Document `face-all-attributes'.
2824         (Image Cache) <image-refresh>: Minor wording fixes.
2826         * frames.texi (Color Names): Add an xref to `read-color'.
2828         * minibuf.texi (High-Level Completion): Document `read-color'.
2830         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2832         * positions.texi (Narrowing): Add an xref to "Swapping Text".
2834         * buffers.texi (Swapping Text): New section, documents
2835         `buffer-swap-text'.
2837 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
2839         * windows.texi (Resizing Windows): Minor wording fix.
2841 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2843         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2844         and `combine-and-quote-strings'.
2846         * strings.texi (Creating Strings): Add xrefs for them.
2848 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2850         * elisp.texi (Top): Make descriptive text for "Reading File Names"
2851         match the corresponding menu in minibuf.texi.
2853         * minibuf.texi (Reading File Names): Document `read-shell-command'
2854         and `minibuffer-local-shell-command-map'.
2856 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2858         * windows.texi (Resizing Windows): Remove var{} around "window" in
2859         documentation of enlarge-window.
2860         Rewrite documentation of window-min-height and window-min-width.
2862 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2864         * functions.texi (Calling Functions): Document `apply-partially'.
2866         * hooks.texi (Standard Hooks): Mention
2867         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2869         * variables.texi (File Local Variables): Document
2870         `file-local-variables-alist', `before-hack-local-variables-hook'
2871         and `hack-local-variables-hook'.
2873         * processes.texi (Synchronous Processes): Document `process-lines'.
2875         * customize.texi (Variable Definitions):
2876         Document `custom-reevaluate-setting'.
2878 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
2880         * windows.texi (Choosing Window, Deleting Windows)
2881         (Displaying Buffers): Expand documentation of dedicated windows.
2883 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2885         * files.texi (Changing Files): Document symbolic input of file
2886         modes to `set-file-modes'.  Document `read-file-modes' and
2887         `file-modes-symbolic-to-number'.
2889         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2890         and `search-map'.
2892         * searching.texi (Search and Replace):
2893         Document `replace-search-function' and `replace-re-search-function'.
2894         Document `multi-query-replace-map'.
2896         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2897         (Completion Commands, Reading File Names):
2898         Rename `minibuffer-local-must-match-filename-map' to
2899         `minibuffer-local-filename-must-match-map'.
2900         (Minibuffer Completion): The `require-match' argument to
2901         `completing-read' can now have the value `confirm-only'.
2903         * windows.texi (Displaying Buffers): Minor wording fix.
2904         (Choosing Window): `split-height-threshold' can now be nil.
2905         Document `split-width-threshold'.  `pop-up-frames' can have the
2906         value `graphic-only'.
2908 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
2910         * os.texi (Startup Summary): Document `before-init-time' and
2911         `after-init-time'.  Document `initial-window-system' and
2912         `window-system-initialization-alist'.  Document reading the
2913         abbrevs file.  Document the call to `server-start' under --daemon.
2914         Rearrange a bit to be consistent with the code flow.
2915         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2916         (Time Parsing): Document `format-seconds'.
2918 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
2920         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2921         and reword.
2923 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
2925         * markers.texi (The Mark): Document use-region-p.
2927 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
2929         * internals.texi (Writing Emacs Primitives): The interactive spec
2930         of a primitive can be a Lisp form.
2932         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2933         values of transient-mark-mode.  Document handle-shift-selection.
2935         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2936         (Interactive Examples): Show an example of `^'.
2937         (Key Sequence Input): Document this-command-keys-shift-translated.
2938         (Defining Commands, Using Interactive): The interactive-form of a
2939         function can be added via its symbol's property.
2941         * positions.texi (List Motion): beginning-of-defun-function can
2942         now accept an argument.
2944         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2945         now return a list of strings.
2947         * control.texi (Handling Errors): Document ignore-errors.
2949         * frames.texi (Creating Frames): Document frame-inherited-parameters.
2950         (Parameter Access): Document set-frame-parameter.
2952         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2953         Hooks" for the effect of kill-all-local-variables on local hook
2954         functions.
2956         * modes.texi (Major Mode Conventions, Mode Line Variables):
2957         `mode-name' need not be a string.  xref to "Mode Line Data" for
2958         details, and to "Emulating Mode Line" for computing a string
2959         value.
2961 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
2963         * processes.texi (System Processes): New section.
2964         (Processes, Signals to Processes): Add xrefs to it.
2966         * objects.texi (Editing Types): A `process' is a subprocess of
2967         Emacs, not just any process running on the OS.
2969         * elisp.texi (Top): Adjust the @detailmenu for the above two
2970         changes.
2972         * sequences.texi (Char-Tables): Remove documentation of
2973         set-char-table-default, which has no effect since Emacs 23.
2974         <char-table-range, set-char-table-range>: Don't mention generic
2975         characters and charsets.  Add a cons cell as a possible argument.
2977         * nonascii.texi (Splitting Characters)
2978         (Translation of Characters): Don't mention generic characters.
2980         * display.texi (Fontsets): Don't mention generic characters.
2982         * sequences.texi (Char-Tables): `map-char-table' can now call its
2983         argument FUNCTION with a cons cell as KEY.
2985 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
2987         * objects.texi (Primitive Function Type): Move "@cindex special
2988         forms" from here...
2990         * eval.texi (Special Forms): ...to here.
2992         * functions.texi (What Is a Function): `functionp' returns nil for
2993         special forms.  Add an xref.
2995         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2996         Variables".
2998         * variables.texi (Frame-Local Variables): New section.
2999         (Buffer-Local Variables): Add an xref to it.
3000         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3001         have both frame-local and buffer-local binding.
3003         * frames.texi (Frames): Mention multiple tty frames.
3004         (Frame Parameters, Parameter Access): Mention frame-local variable
3005         bindings.
3007 2008-09-20  Glenn Morris  <rgm@gnu.org>
3009         * display.texi (Defining Faces): Recommend against face variables.
3011 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3013         * display.texi (Echo Area Customization): Fix typo.
3015 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3017         * loading.texi (Where Defined): Add `defface' item.
3019 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3021         * loading.texi (Where Defined): Fix description of symbol-file.
3023 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3025         * display.texi (TIFF Images): New section describing :index property.
3027 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3029         * display.texi (Temporary Displays): Remove unnecessary comment
3030         about usage of temp-buffer-show-hook.
3032 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3034         * symbols.texi (Other Plists): Fix incorrect example.
3035         Suggested by Florian Beck.
3037 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3039         * os.texi: Fix previous change.
3041 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3043         * os.texi:
3044         * intro.texi:
3045         * files.texi: Remove VMS support.
3047 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3049         * os.texi:
3050         * frames.texi:
3051         * display.texi: Remove mentions of Mac Carbon.
3053 2008-07-01  Miles Bader  <miles@gnu.org>
3055         * text.texi (Special Properties):
3056         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3058 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3060         * display.texi (Other Image Types): Fix copy/paste error; say
3061         "PBM", not "XBM".
3063 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3065         * os.texi: Remove references to obsolete systems.
3067 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3069         * makefile.w32-in (distclean): Remove makefile.
3071 2008-06-17  Glenn Morris  <rgm@gnu.org>
3073         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3074         (elisp, dist): Remove rules and variables that are obsolete now
3075         the lisp manual is no longer distributed separately.
3077 2008-06-16  Glenn Morris  <rgm@gnu.org>
3079         * configure, configure.in, mkinstalldirs: Remove unused files.
3081         * book-spine.texinfo: Set version to 23.0.60.
3082         * vol1.texi (EMACSVER):
3083         * vol2.texi (EMACSVER): Set to 23.0.60.
3085         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3086         as per maintain.info.
3088 2008-06-15  Glenn Morris  <rgm@gnu.org>
3090         * makefile.w32-in (manual): Use "23" rather than "21".
3092         * Makefile.in (emacsver): New, set by configure.
3093         (manual): Use emacsver.
3095         * intro.texi: Report bugs using M-x report-emacs-bug.
3097         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3099 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3101         * elisp.texi, internals.texi, processes.texi: Add documentation
3102         about serial port access.
3104 2008-06-05  Miles Bader  <miles@gnu.org>
3106         * display.texi (Displaying Faces): Update to reflect function
3107         renamings in face-remap.el.
3109 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3111         * display.texi (Fontsets): Fix typos.
3113 2008-06-03  Miles Bader  <miles@gnu.org>
3115         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3116         remove-relative-face-remapping, set-base-face-remapping,
3117         and set-default-base-face-remapping.
3119 2008-06-01  Miles Bader  <miles@gnu.org>
3121         * display.texi (Displaying Faces): Add face-remapping-alist.
3123 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3125         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3126         variable names.
3128 2008-05-03  Eric S. Raymond  <esr@golux>
3130         * keymaps.texi: Clarify that (current-local-map) and
3131         (current-global-map) return references, not copies.
3133 2008-05-02  Juri Linkov  <juri@jurta.org>
3135         * minibuf.texi (Text from Minibuffer): Document a list of
3136         default values for `read-from-minibuffer'.
3138 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3140         * nonascii.texi (Translation of Characters): Fix previous change.
3142 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3144         * display.texi (Overlay Properties): Clarify role of underlying
3145         textprop and overlay keymaps for display strings.
3147         * keymaps.texi (Active Keymaps): Ditto.
3149 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3151         * minibuf.texi (Programmed Completion):
3152         Replace dynamic-completion-table with the new completion-table-dynamic.
3154 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3156         * intro.texi (Some Terms): Change "fonts in this manual" index
3157         entry to "typographic conventions".
3159 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3161         * objects.texi (Text Props and Strings): Add indexing for read
3162         syntax of text properties.
3164 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * processes.texi (Decoding Output): Remove process-filter-multibyte
3167         functions.
3169 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3171         * display.texi (Finding Overlays): Say that empty overlays at
3172         the end of the buffer are reported too.
3174 2008-03-13  Glenn Morris  <rgm@gnu.org>
3176         * elisp.texi (EMACSVER): Set to 23.0.60.
3178 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3180         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3182 2008-02-22  Glenn Morris  <rgm@gnu.org>
3184         * frames.texi (Position Parameters): Clarify the description of
3185         `left' and `top', using information from "Geometry".
3186         (Geometry): Give a pointer to "Position Parameters", rather than
3187         repeating information.
3189 2008-02-11  Glenn Morris  <rgm@gnu.org>
3191         * objects.texi (Equality Predicates): No longer talk about "two"
3192         functions.
3194 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3196         * objects.texi (Equality Predicates): Add defun for
3197         equal-including-properties.
3199 2008-02-10  Glenn Morris  <rgm@gnu.org>
3201         * objects.texi (Equality Predicates):
3202         Mention equal-including-properties.
3204 2008-02-07  Richard Stallman  <rms@gnu.org>
3206         * windows.texi (Window Start): Mention the feature of moving
3207         window-start to start of line.
3209 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3211         * keymaps.texi (Tool Bar): Document rtl property.
3213 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3215         * display.texi (Button Types):
3216         For define-button-type, clarify type of NAME.
3218 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
3220         * buffers.texi (Buffer Modification): Fix typo.
3222 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3224         * os.texi (System Environment): Remove references to OSes that are
3225         not supported anymore.
3227 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3229         * os.texi (System Environment): Remove mention for Masscomp.
3231 2008-01-04  Richard Stallman  <rms@gnu.org>
3233         * display.texi (Faces): Don't talk about internal face vector as arg
3234         to facep.
3236         * customize.texi (Type Keywords): Fix previous change.
3238         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3239         * elisp.texi (Top): Fix menu for commands.texi change.
3241 2007-12-30  Richard Stallman  <rms@gnu.org>
3243         * commands.texi (Accessing Mouse): Rename from Accessing Events.
3244         (Accessing Scroll): New node broken out of Accessing Mouse.
3246 2007-12-28  Richard Stallman  <rms@gnu.org>
3248         * frames.texi (Size Parameters): Fix typo.
3249         (Basic Parameters): For `title', refer to title bar.
3250         (Size and Position): Explain meaning of frame pixel width and height.
3252 2007-12-23  Richard Stallman  <rms@gnu.org>
3254         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3255         Improve some of the commented-out keywords' text too.
3257 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
3259         * nonascii.texi (Encoding and I/O): Reword to avoid saying
3260         "visit the current buffer".
3262         * os.texi (System Interface): Fix typo.
3264 2007-12-04  Richard Stallman  <rms@gnu.org>
3266         * objects.texi (Symbol Type): Fix typo.
3268 2007-12-03  Richard Stallman  <rms@gnu.org>
3270         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3272 2007-12-01  Glenn Morris  <rgm@gnu.org>
3274         * functions.texi (Declaring Functions): Improve previous change.
3276 2007-11-30  Glenn Morris  <rgm@gnu.org>
3278         * functions.texi (Declaring Functions): Add optional fourth
3279         argument of declare-function, and setting third argument to `t'.
3281 2007-11-29  Richard Stallman  <rms@gnu.org>
3283         * customize.texi (Composite Types): Document `group' type.
3285 2007-11-29  Glenn Morris  <rgm@gnu.org>
3287         * functions.texi (Declaring Functions): Add findex.
3288         Mention `external' files.
3290 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3292         * functions.texi (Declaring Functions): Fix directive.
3294 2007-11-25  Richard Stallman  <rms@gnu.org>
3296         * help.texi (Help Functions): Clean up last change.
3298         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3300         * loading.texi (Named Features): Minor cleanup.
3302         * macros.texi (Eval During Expansion): Minor cleanup.
3304         * variables.texi (Variable Aliases): Minor cleanup.
3306 2007-11-24  Richard Stallman  <rms@gnu.org>
3308         * functions.texi (Declaring Functions): Clarify previous change.
3310         * compile.texi (Compiler Errors): Clarify previous change.
3312 2007-11-24  Richard Stallman  <rms@gnu.org>
3314         * display.texi (Refresh Screen, Forcing Redisplay):
3315         Clarify the text and move items around.
3317 2007-11-24  Glenn Morris  <rgm@gnu.org>
3319         * functions.texi (Declaring Functions): New section.
3320         * compile.texi (Compiler Errors): Mention declaring functions,
3321         defvar with no initvalue, and byte-compile-warnings.
3323 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
3325         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3326         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3328 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
3330         * help.texi (Help Functions): Document new macro `with-help-window'.
3332 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3334         * searching.texi (Replacing Match): Describe new
3335         `match-substitute-replacement'.
3337 2007-10-31  Richard Stallman  <rms@gnu.org>
3339         * strings.texi (Creating Strings): Null strings from concat not unique.
3341 2007-10-26  Richard Stallman  <rms@gnu.org>
3343         * objects.texi (Equality Predicates): Null strings are uniquified.
3345         * minibuf.texi: Minor clarifications in previous change.
3347 2007-10-25  Glenn Morris  <rgm@gnu.org>
3349         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3351 2007-10-24  Richard Stallman  <rms@gnu.org>
3353         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3355         * variables.texi (Frame-Local Variables): Node deleted.
3356         (Variables): Delete Frame-Local Variables from menu.
3357         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3358         (Default Value): Don't mention frame-local vars.
3360         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3362         * loading.texi (Unloading): Document FEATURE-unload-function
3363         instead of FEATURE-unload-hook.
3365         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3367 2007-10-22  Juri Linkov  <juri@jurta.org>
3369         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3370         (High-Level Completion): Document a list of default value strings
3371         in the DEFAULT argument, for which minibuffer functions return the
3372         first element.
3374 2007-10-17  Juri Linkov  <juri@jurta.org>
3376         * text.texi (Filling): Update arguments of fill-paragraph.
3377         fill-paragraph operates on the active region in Transient Mark mode.
3378         Remove fill-paragraph-or-region.
3380 2007-10-13  Karl Berry  <karl@gnu.org>
3382         * elisp.texi (@dircategory): Move to after @copying,
3383         since we want @copying as close as possible to the beginning of
3384         the output.
3386 2007-10-12  Richard Stallman  <rms@gnu.org>
3388         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3390         * commands.texi (Distinguish Interactive): New node,
3391         broken out from Interactive Call and rewritten.
3392         (Command Loop): Put Distinguish Interactive in menu.
3394 2007-10-09  Richard Stallman  <rms@gnu.org>
3396         * text.texi (Examining Properties): Mention overlay priority.
3398         * display.texi (Display Margins): Correct the description
3399         of margin display specifications.
3400         (Replacing Specs): New subnode broken out of Display Property.
3402 2007-10-06  Juri Linkov  <juri@jurta.org>
3404         * text.texi (Filling): Document fill-paragraph-or-region.
3406 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3408         * display.texi (Auto Faces): Fix typo.
3410 2007-10-02  Richard Stallman  <rms@gnu.org>
3412         * display.texi (Display Property): Explain some display specs
3413         don't let you move point in.
3415         * frames.texi (Cursor Parameters):
3416         Describe cursor-in-non-selected-windows here.  Explain more values.
3418         * windows.texi (Basic Windows): Don't describe
3419         cursor-in-non-selected-windows here.
3421 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
3423         * processes.texi (Misc Network): Note that these functions are
3424         supported only on some systems.
3426 2007-10-01  Richard Stallman  <rms@gnu.org>
3428         * display.texi (Overlay Properties): Explain nil as priority.
3429         Explain that conflicts are unpredictable if not resolved by
3430         priorities.
3432 2007-09-23  Richard Stallman  <rms@gnu.org>
3434         * macros.texi (Backquote): Minor clarification.
3436 2007-09-19  Richard Stallman  <rms@gnu.org>
3438         * display.texi (Display Property): Explain multiple display specs.
3439         Clarify when they work in parallel and when one overrides.
3440         Fix error in example.
3442 2007-09-06  Glenn Morris  <rgm@gnu.org>
3444         Move from lispref/ to doc/lispref/.  Change all setfilename
3445         commands to use ../../info.
3446         * Makefile.in (infodir): Go up one more level.
3447         (usermanualdir): Change from ../man to ../emacs.
3448         (miscmanualdir): New.
3449         (dist): Use new variable miscmanualdir.
3450         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3451         (usermanualdir): Change from ../man to ../emacs.
3453 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3455         * commands.texi (Command Loop Info): Advise against changing
3456         most variables described here.  Explain new variable
3457         last-repeatable-command.
3459 2007-08-29  Glenn Morris  <rgm@gnu.org>
3461         * elisp.texi (EMACSVER): Increase to 23.0.50.
3463 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3465         * frames.texi (Basic Parameters): Add display-environment-variable
3466         and term-environment-variable.
3468 2007-08-28  Juri Linkov  <juri@jurta.org>
3470         * display.texi (Image Formats, Other Image Types): Add SVG.
3472 2007-08-28  Juri Linkov  <juri@jurta.org>
3474         * display.texi (Images): Move formats-related text to new node
3475         "Image Formats".
3476         (Image Formats): New node.
3478 2007-08-27  Richard Stallman  <rms@gnu.org>
3480         * windows.texi (Window Configurations): Clarify what
3481         a window configuration saves.
3483 2007-08-25  Richard Stallman  <rms@gnu.org>
3485         * display.texi (Images): Delete redundant @findex.
3487 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         * text.texi (Change Hooks): (after|before)-change-functions are no
3490         longer bound to nil while running; rather inhibit-modification-hooks
3491         is t.
3493 2007-08-16  Richard Stallman  <rms@gnu.org>
3495         * processes.texi (Asynchronous Processes):
3496         Clarify doc of start-file-process.
3498 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3500         * modes.texi (Example Major Modes): Fix typo.
3502 2007-08-08  Glenn Morris  <rgm@gnu.org>
3504         * intro.texi (nil and t): Do not use `iff' in documentation.
3506         * tips.texi (Documentation Tips): Recommend against `iff'.
3508 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3510         * display.texi (Image Cache): Document image-refresh.
3512 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3514         * windows.texi (Size of Window): Document window-full-width-p.
3516 2007-07-25  Glenn Morris  <rgm@gnu.org>
3518         * gpl.texi (GPL): Replace license with GPLv3.
3520         * Relicense all FSF files to GPLv3 or later.
3522 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3524         * processes.texi (Synchronous Processes):
3525         Add `process-file-shell-command'.
3526         (Asynchronous Processes): Mention restricted use of
3527         `process-filter' and `process-sentinel' in
3528         `start-file-process'.  Add `start-file-process-shell-command'.
3530 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3532         * files.texi (Magic File Names): Introduce optional parameter
3533         IDENTIFICATION for `file-remote-p'.
3535 2007-07-16  Richard Stallman  <rms@gnu.org>
3537         * display.texi (Defining Faces): Fix previous change.
3539 2007-07-14  Richard Stallman  <rms@gnu.org>
3541         * control.texi (Handling Errors): Document `debug' in handler list.
3543 2007-07-10  Richard Stallman  <rms@gnu.org>
3545         * display.texi (Defining Faces): Explain C-M-x feature for defface.
3547 2007-07-09  Richard Stallman  <rms@gnu.org>
3549         * files.texi (Magic File Names): Rewrite previous change.
3551 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3553         * files.texi (Magic File Names): Introduce optional parameter
3554         CONNECTED for `file-remote-p'.
3556 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
3558         * processes.texi (Asynchronous Processes):
3559         * files.texi (Magic File Names): Add `start-file-process'.
3561 2007-06-27  Richard Stallman  <rms@gnu.org>
3563         * files.texi (Format Conversion Piecemeal):
3564         Clarify `after-insert-file-functions' calling convention.
3566 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3568         * files.texi (Magic File Names): Remove `dired-call-process'.
3569         Add `process-file'.
3571 2007-06-27  Kenichi Handa  <handa@m17n.org>
3573         * text.texi (Special Properties): Fix description about
3574         `composition' property.
3576 2007-06-26  Kenichi Handa  <handa@m17n.org>
3578         * nonascii.texi (Default Coding Systems): Document about the
3579         return value `undecided'.
3581 2007-06-25  David Kastrup  <dak@gnu.org>
3583         * keymaps.texi (Active Keymaps): Document new POSITION argument of
3584         `current-active-maps'.
3586 2007-06-24  Karl Berry  <karl@gnu.org>
3588         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3590 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
3592         * display.texi (Overlay Arrow): Doc fix.
3594 2007-06-14  Karl Berry  <karl@tug.org>
3596         * anti.texi (Antinews): Typo.
3598 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
3600         * display.texi (Image Cache): Document image-refresh.
3602 2007-06-12  Karl Berry  <karl@gnu.org>
3604         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3605         * two-volume.make: New file.
3606         * .cvsignore: Ignore two-volume files.
3608 2007-06-12  Tom Tromey  <tromey@redhat.com>
3610         * os.texi (Init File): Document user-emacs-directory.
3612 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
3614         * commands.texi (Click Events): Describe width and height when
3615         object is nil.
3617 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
3619         * commands.texi (Click Events): Layout more logically.
3620         Describe width and height.
3621         (Drag Events, Motion Events): Update to new format for position.
3623 2007-06-02  Richard Stallman  <rms@gnu.org>
3625         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3627 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3629         * Version 22.1 released.
3631 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3633         * text.texi (Special Properties): Correct meaning of fontified face.
3635 2007-05-30  Richard Stallman  <rms@gnu.org>
3637         * text.texi (Special Properties): Add link to Adjusting Point.
3639 2007-05-12  Richard Stallman  <rms@gnu.org>
3641         * text.texi (Margins): indent-to-left-margin is not the default.
3642         (Mode-Specific Indent): For indent-line-function, the default
3643         is indent-relative.
3645         * modes.texi (Example Major Modes): Explain last line of text-mode
3646         is redundant.
3648 2007-05-10  Richard Stallman  <rms@gnu.org>
3650         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3652         * help.texi (Keys in Documentation): Add reference to
3653         Documentation Tips.
3655         * files.texi (Format Conversion): TO-FN gets three arguments.
3657         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3659 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
3661         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3662         * files.texi (Format Conversion): Expand intro; add menu.
3663         (Format Conversion Overview, Format Conversion Round-Trip)
3664         (Format Conversion Piecemeal): New nodes/subsections.
3665         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3666         * text.texi (Text Properties): Remove "Saving Properties" from menu.
3667         (Saving Properties): Delete node/subsection.
3669 2007-05-07  Karl Berry  <karl@gnu.org>
3671         * elisp.texi (EMACSVER): Back to 22.
3673 2007-05-06  Richard Stallman  <rms@gnu.org>
3675         * processes.texi (Accepting Output): Revert most of previous change.
3677 2007-05-05  Richard Stallman  <rms@gnu.org>
3679         * processes.texi (Accepting Output): accept-process-output
3680         uses microseconds, not milliseconds.  But that arg is obsolete.
3682 2007-05-04  Karl Berry  <karl@tug.org>
3684         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3686 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
3688         * tips.texi (Documentation Tips): Rearrange items to place the
3689         more important ones first.  Add an index entry for hyperlinks.
3691 2007-05-03  Karl Berry  <karl@gnu.org>
3693         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3694         (EMACSVER) [smallbook]: 22 for printed version.
3696         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3697         so restore anchor to normal position after defun.  Found by Kevin Ryde.
3699 2007-04-26  Glenn Morris  <rgm@gnu.org>
3701         * elisp.texi (EMACSVER): Increase to 22.1.50.
3703 2007-04-28  Karl Berry  <karl@gnu.org>
3705         * elisp.texi: Improve line breaks on copyright page,
3706         similar layout to emacs manual, 8.5x11 by default.
3708 2007-04-24  Richard Stallman  <rms@gnu.org>
3710         * text.texi (Special Properties): Add xref to Overlay Properties.
3712         * display.texi (Overlay Properties): Add xref to Special Properties.
3714 2007-04-22  Richard Stallman  <rms@gnu.org>
3716         * keymaps.texi (Extended Menu Items): Move the info about
3717         format with cached keyboard binding.
3719 2007-04-21  Richard Stallman  <rms@gnu.org>
3721         * text.texi (Special Properties): Clarify previous change.
3723         * files.texi (File Name Expansion): Clarify previous change.
3725         * display.texi (Attribute Functions): Fix example for
3726         face-attribute-relative-p.
3728 2007-04-19  Kenichi Handa  <handa@m17n.org>
3730         * text.texi (Special Properties): Document composition property.
3732 2007-04-19  Glenn Morris  <rgm@gnu.org>
3734         * files.texi (File Name Expansion): Mention "superroot".
3736 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3738         * frames.texi (Multiple Displays): Add note about "multi-monitor"
3739         setups.
3740         (Display Feature Testing): Note that display refers to all
3741         physical monitors for multi-monitor setups.
3743 2007-04-14  Richard Stallman  <rms@gnu.org>
3745         * lists.texi (Sets And Lists): Clarify `delete' examples.
3746         Remove spurious xref to same node.
3747         Clarify xref for add-to-list.
3749 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3751         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3752         value of lisp-mode-map.
3754 2007-04-11  Karl Berry  <karl@gnu.org>
3756         * anti.texi (Antinews):
3757         * display.texi (Overlay Properties, Defining Images):
3758         * processes.texi (Synchronous Processes, Sentinels):
3759         * syntax.texi (Syntax Table Internals):
3760         * searching.texi (Regexp Special):
3761         * nonascii.texi (Default Coding Systems):
3762         * text.texi (Special Properties):
3763         * minibuf.texi (Basic Completion): Wording to improve breaks in
3764         8.5x11 format.
3765         * elisp.texi (smallbook): New @set to more easily switch between
3766         smallbook and 8.5x11.
3768 2007-04-11  Richard Stallman  <rms@gnu.org>
3770         * text.texi (Lazy Properties): Minor fix.
3772 2007-04-08  Karl Berry  <karl@gnu.org>
3774         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3775         * macros.texi (Backquote): Downcase Backquote in index entries for
3776         consistency.
3778 2007-04-08  Richard Stallman  <rms@gnu.org>
3780         * text.texi (Adaptive Fill): Just describe default,
3781         don't show it (since it contains non-ASCII chars).
3783 2007-04-07  Karl Berry  <karl@gnu.org>
3785         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3786         adaptive-fill-regexp's value, since they are not in the standard
3787         TeX fonts.
3789 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
3791         * display.texi (Defining Faces): Fix example.
3793 2007-04-07  Karl Berry  <karl@gnu.org>
3795         * display.texi (Button Buffer Commands): Improve page break.
3797 2007-04-07  Richard Stallman  <rms@gnu.org>
3799         * advice.texi (Activation of Advice): Remove redundant index entry.
3801         * backups.texi: Improve index entries.  Remove redundant ones.
3803         * compile.texi (Byte Compilation): Improve index entry.
3805         * hash.texi (Creating Hash): Improve index entry.
3807         * symbols.texi (Definitions): Improve index entry.
3809         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
3811         * maps.texi (Standard Keymaps): Remove useless index entry.
3813         * help.texi (Documentation Basics): Remove redundant index entries.
3815         * customize.texi: Improve index entries.
3816         Remove redundant/useless ones.
3818         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3820         * streams.texi (Output Variables): Improve index entry.
3822         * abbrevs.texi (Abbrevs): Remove useless index entry.
3824         * macros.texi (Expansion): Remove useless index entry.
3826         * text.texi: Improve index entries.  Remove redundant/useless ones.
3827         (Text Properties, Examining Properties)
3828         (Special Properties): Use "property category" instead of "category"
3829         to refer to the `category' property.
3831         * positions.texi: Improve index entries.  Remove useless one.
3833         * lists.texi: Improve index entries.  Remove redundant/useless ones.
3835         * os.texi: Improve index entries.
3836         (Timers): Fix previous change.
3838         * buffers.texi: Improve index entries.
3839         (Modification Time): Get rid of term "obsolete buffer".
3841         * debugging.texi: Improve index entries.
3842         (Test Coverage): Add xref to other test coverage ftr.
3844         * eval.texi: Improve index entry.  Remove redundant ones.
3846         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
3848         * files.texi: Improve index entries.  Remove redundant/useless ones.
3850         * objects.texi: Improve index entries.
3852         * processes.texi: Improve index entries.
3854         * modes.texi: Improve index entry.  Remove redundant one.
3856         * nonascii.texi: Improve index entries.
3858         * internals.texi: Improve index entries.
3860         * syntax.texi: Improve index entries.
3862         * keymaps.texi (Active Keymaps): Improve index entries.
3864         * commands.texi: Improve index entries.  Remove redundant/useless ones.
3866         * frames.texi: Improve index entries.  Remove redundant/useless ones.
3868         * markers.texi: Improve index entries.  Remove redundant ones.
3870         * tips.texi: Improve index entries.
3872         * loading.texi (Unloading): Improve index entry.
3874         * variables.texi: Improve index entries.  Remove redundant one.
3876         * sequences.texi: Improve index entry.
3878         * display.texi: Improve index entries.  Remove redundant ones.
3880         * windows.texi: Improve index entries.
3882         * searching.texi: Improve index entries.  Remove redundant one.
3884         * strings.texi (Case Tables): Improve last change.
3886 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3888         * strings.texi (Case Tables): Document with-case-table and
3889         ascii-case-table.
3891 2007-04-03  Karl Berry  <karl@gnu.org>
3893         * processes.texi (Network): Reword to improve page break.
3895 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3897         * functions.texi (Inline Functions): Describe more disadvantages
3898         of defsubst, and make advice against it stronger.
3900 2007-04-02  Karl Berry  <karl@gnu.org>
3902         * backups.texi (Backup Names): Avoid widow words.
3903         * modes.texi (Example Major Modes): Align last comment.
3905 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3907         * keymaps.texi (Remapping Commands): Document new arg to
3908         command-remapping.
3910 2007-04-01  Karl Berry  <karl@gnu.org>
3912         * processes.texi (Low-Level Network): Typo.
3913         * loading.texi (Hooks for Loading): Avoid double "the".
3914         * keymaps.texi (Key Sequences): No double "and".
3915         (Changing Key Bindings): Shorten to improve line break.
3917 2007-03-31  Glenn Morris  <rgm@gnu.org>
3919         * os.texi (Timers): Fix description of run-at-time TIME formats.
3921 2007-03-31  Richard Stallman  <rms@gnu.org>
3923         * display.texi (Invisible Text): Correct buffer-invisibility-spec
3924         regarding ellipsis.
3926 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3928         * intro.texi (nil and t):
3929         * symbols.texi (Plists and Alists):
3930         * variables.texi (Variable Aliases, Constant Variables):
3931         * functions.texi (Defining Functions):
3932         * advice.texi (Advising Primitives):
3933         * debugging.texi (Syntax Errors, Compilation Errors):
3934         * minibuf.texi (Minibuffer Windows):
3935         * commands.texi (Adjusting Point):
3936         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3937         (Auto Major Mode, Major Mode Conventions):
3938         * help.texi (Describing Characters):
3939         * files.texi (Create/Delete Dirs, Information about Files)
3940         (File Locks, Writing to Files, Reading from Files)
3941         (Saving Buffers):
3942         * windows.texi (Resizing Windows, Cyclic Window Ordering):
3943         * frames.texi (Finding All Frames):
3944         * positions.texi (Buffer End, Motion):
3945         * markers.texi (The Region):
3946         * text.texi (Deletion, Near Point):
3947         * display.texi (Displaying Messages, Truncation):
3948         * os.texi (Processor Run Time):
3949         * tips.texi (Key Binding Conventions, Programming Tips)
3950         (Warning Tips, Documentation Tips, Comment Tips):
3951         * internals.texi (Memory Usage): Improve indexing.
3953         * variables.texi (Frame-Local Variables):
3954         * functions.texi (Argument List):
3955         * loading.texi (Library Search):
3956         * streams.texi (Output Variables):
3957         * keymaps.texi (Translation Keymaps, Searching Keymaps):
3958         * searching.texi (Replacing Match, Search and Replace):
3959         * processes.texi (Byte Packing, Decoding Output)
3960         (Accepting Output, Network Servers, Shell Arguments):
3961         * display.texi (Abstract Display, Image Cache, Scroll Bars):
3962         * windows.texi (Window Point, Window Start):
3963         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3964         * commands.texi (Reading Input, Keyboard Events):
3965         * minibuf.texi (Reading File Names, Minibuffer Completion)
3966         (Recursive Mini):
3967         * positions.texi (List Motion):
3968         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3969         * numbers.texi (Arithmetic Operations, Math Functions)
3970         (Predicates on Numbers, Comparison of Numbers):
3971         (Numeric Conversions):
3972         * locals.texi (Standard Buffer-Local Variables):
3973         * maps.texi (Standard Keymaps):
3974         * os.texi (User Identification, System Environment, Recording Input)
3975         (X11 Keysyms):
3976         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3977         * backups.texi (Backups and Auto-Saving):
3978         * customize.texi (Customization, Group Definitions)
3979         (Variable Definitions):
3980         * compile.texi (Byte Compilation): Improve index entries.
3982 2007-03-31  Karl Berry  <karl@gnu.org>
3984         * macros.texi (Defining Macros): Avoid widow syllable.
3986 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
3988         * elisp.texi (Top): Postscript -> PostScript.
3990         * display.texi (Images, Postscript Images): Postscript -> PostScript.
3992 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3994         * internals.texi (Writing Emacs Primitives): Untabify `For'.
3996 2007-03-30  Karl Berry  <karl@gnu.org>
3998         * lists.texi (List-related Predicates): Remove spurious @need.
3999         (Setcdr): Use @smallexample to improve page break.
4000         (Association Lists) <assoc>: Reword to improve page break.
4002         * strings.texi (String Conversion): Insert blank line to improve
4003         page break.
4005         * numbers.texi (Random Numbers): Use @minus{}.
4006         (Math Functions): Use @minus{}.
4008         * intro.texi (Acknowledgements): Avoid line breaks before middle
4009         initials.
4011 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4013         * errors.texi (Standard Errors): Add an index entry.
4015 2007-03-19  Richard Stallman  <rms@gnu.org>
4017         * os.texi (Recording Input): recent-keys now gives 300 keys.
4019 2007-03-12  Glenn Morris  <rgm@gnu.org>
4021         * os.texi: Replace "daylight savings" with "daylight saving"
4022         throughout.
4024 2007-03-05  Richard Stallman  <rms@gnu.org>
4026         * variables.texi (File Local Variables):
4027         Update enable-local-variables values.
4029 2007-03-04  Richard Stallman  <rms@gnu.org>
4031         * syntax.texi (Control Parsing): Minor clarification.
4033         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4035         * sequences.texi (Sequence Functions): Move string-bytes away,
4036         add xref.
4038         * nonascii.texi (Text Representations): Move string-bytes here.
4040         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4042         * minibuf.texi (Basic Completion): Minor clarification.
4044         * markers.texi (The Mark): Clarify existence vs activation of mark.
4045         Other cleanup.
4047         * display.texi (Finding Overlays): Write better example.
4049         * compile.texi (Eval During Compile): Clarify putting macros
4050         in eval-when-compile.
4052 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4054         * loading.texi (How Programs Do Loading): Fix anchor position at
4055         load-read-function definition doc.
4057 2007-02-21  Kim F. Storm  <storm@cua.dk>
4059         * strings.texi (Text Comparison): Mention that assoc-string
4060         converts symbols to strings before testing.
4062 2007-02-17  Kim F. Storm  <storm@cua.dk>
4064         * processes.texi (Bindat Spec): Vector types can have optional
4065         element type.
4066         (Bindat Examples): Fix example.  Add vector with element type.
4068 2007-02-16  Andreas Schwab  <schwab@suse.de>
4070         * strings.texi (Formatting Strings): Document '+' flag.
4072 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4074         * strings.texi (Modifying Strings): Clarify that `clear-string'
4075         always converts the string to unibyte.
4077 2007-02-14  Kim F. Storm  <storm@cua.dk>
4079         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4080         Rewrite glyph code description to refer to these functions.
4081         Remove details of encoding face number and char into integer code.
4083 2007-02-03  Alan Mackenzie  <acm@muc.de>
4085         * loading.texi (Hooks for Loading): Make the description of
4086         `eval-after-load' more detailed, and amend the description of
4087         after-load-alist, in accordance with changes from 2006-05.
4089 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4091         * modes.texi (Defining Minor Modes): Document that a :require
4092         keyword or similar may be required to make saved customization
4093         variables work.
4095 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4097         * elisp.texi (Top): Make the detailed menu headers compliant with
4098         Texinfo guidelines and with what texnfo-upd.el expects.
4099         Add comments to prevent people from inadvertently modifying the key
4100         parts needed by `texinfo-multiple-files-update'.
4102 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4104         * elisp.texi (Top): Update the top-level menus.
4106         * syntax.texi (Categories): Add index entries.
4108 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4110         * display.texi (Attribute Functions): Fix name and description of
4111         the UNDERLINE arg of `set-face-underline-p'.
4113 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4115         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4116         Variables", and "Standard Keymaps" to the detailed menu.
4118         * variables.texi (Future Local Variables): Add index entry.
4120 2007-01-28  Richard Stallman  <rms@gnu.org>
4122         * tips.texi (Coding Conventions): Clarify the tip about macros
4123         that define a function or a variable.
4125         * files.texi (File Attributes): UID and GID can be floats.
4126         (Magic File Names): Explain why deferring all operations to
4127         the standard handler does not work.
4129 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4131         * backups.texi (Reverting): Use "buffer" instead of "file"
4132         when talking about major and minor modes.
4134 2007-01-21  Richard Stallman  <rms@gnu.org>
4136         * help.texi (Documentation): Add xref to Documentation Tips.
4138 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4140         * tips.texi (Coding Conventions): Fix typos.
4142 2007-01-05  Richard Stallman  <rms@gnu.org>
4144         * modes.texi (Defining Minor Modes): Fix previous change.
4146 2007-01-03  Richard Stallman  <rms@gnu.org>
4148         * customize.texi (Variable Definitions, Customization Types):
4149         Don't use * in doc string for defcustom.
4151 2007-01-02  Richard Stallman  <rms@gnu.org>
4153         * variables.texi (Variable Aliases): Clarify that aliases vars
4154         always have the same value.
4156         * processes.texi (Bindat Spec): Fix Texinfo usage.
4158         * modes.texi (Defining Minor Modes): Explain effect of command
4159         defined with define-global-minor-mode on new buffers.
4161 2006-12-30  Kim F. Storm  <storm@cua.dk>
4163         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4164         `auto-resize-tool-bars'.
4166 2006-12-30  Richard Stallman  <rms@gnu.org>
4168         * keymaps.texi (Active Keymaps): Fix previous change.
4170 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4172         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4174 2006-12-30  Kim F. Storm  <storm@cua.dk>
4176         * processes.texi (Bindat Spec): Clarify using field names in
4177         length specifications.
4179 2006-12-29  Kim F. Storm  <storm@cua.dk>
4181         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4182         Add count and index variables for eval forms in repeat blocks.
4184 2006-12-24  Richard Stallman  <rms@gnu.org>
4186         * customize.texi (Variable Definitions):
4187         Document new name custom-add-frequent-value.
4189 2006-12-19  Kim F. Storm  <storm@cua.dk>
4191         * commands.texi (Misc Events): User signals now result in sigusr1
4192         and sigusr2 events which are handled through special-event-map.
4193         (Special Events): User signals and drag-n-drop are special.
4195 2006-12-17  Richard Stallman  <rms@gnu.org>
4197         * loading.texi (Named Features): Explain subfeatures better.
4199         * customize.texi: Use "option" only for user options.
4200         For the keyword values inside defcustom etc, say "keywords".
4201         For :options value's elements, say "elements".
4202         :group should not be omitted.
4204         * syntax.texi (Parsing Expressions): Split up node.
4205         (Motion via Parsing, Position Parse, Parser State)
4206         (Low-Level Parsing, Control Parsing): New subnodes.
4207         (Parser State): Document syntax-ppss-toplevel-pos.
4209         * positions.texi (List Motion): Punctuation fix.
4211         * files.texi (File Name Completion): Document PREDICATE arg
4212         to file-name-completion.
4214 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
4216         * internals.texi (Building Emacs, Writing Emacs Primitives):
4217         Add index entries.
4219 2006-12-11  Richard Stallman  <rms@gnu.org>
4221         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4222         affects face menu.  Explain how to make it non-nil without enabling
4223         any fontification.
4225 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4227         * modes.texi (Font Lock Basics): Document nil value of
4228         font-lock-defaults.
4230 2006-12-10  Glenn Morris  <rgm@gnu.org>
4232         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4233         value for system-flag argument.  Abbrev tables may not be empty
4234         when major modes are loaded.
4236 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4238         * makefile.w32-in (maintainer-clean): Partially revert last
4239         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4240         to protect elisp-covers.texi.
4242 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
4244         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4245         Don't remove elisp* info files; they are already deleted by the
4246         `clean' and `distclean' targets, and they are in the $(infodir)
4247         directory, not the current one.
4249 2006-12-04  Kim F. Storm  <storm@cua.dk>
4251         * commands.texi (Misc Events): Update signal events.
4252         (Event Examples): Add signal example.
4254 2006-11-29  Richard Stallman  <rms@gnu.org>
4256         * frames.texi (Visibility of Frames): Explain visible windows
4257         can be covered by others.  Add xref for raise-frame.
4259 2006-11-28  Richard Stallman  <rms@gnu.org>
4261         * searching.texi (Regexp Special): Update when ^ is special.
4263 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
4265         * customize.texi (Customization, Common Keywords)
4266         (Group Definitions, Variable Definitions, Composite Types)
4267         (Type Keywords, Customization Types): Add index entries for
4268         various customization keywords.
4270 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4274 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4276         * frames.texi (Window System Selections): Remove clipboard from
4277         description of selection-coding-system.
4279 2006-11-06  Richard Stallman  <rms@gnu.org>
4281         * lists.texi (List Variables): Document COMPARE-FN.
4283         * keymaps.texi: Avoid use of "binding" to mean a relation;
4284         use it only to refer to the meaning associated with a key.
4285         (Keymaps): Change menu node description.
4287         * elisp.texi (Top): Change menu node description.
4289         * display.texi (Managing Overlays): Document overlay-recenter.
4291 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
4293         * Makefile.in: Use relative paths to avoid advertising filesystem
4294         contents during compilation.
4296 2006-10-23  Kim F. Storm  <storm@cua.dk>
4298         * commands.texi (Event Input Misc): Update unread-command-events.
4300 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4302         * lists.texi (Sets And Lists): Fix typos.
4304 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4306         * control.texi (Processing of Errors): Use @var for an argument,
4307         not @code.
4309 2006-10-16  Richard Stallman  <rms@gnu.org>
4311         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4313         * keymaps.texi (Format of Keymaps): Show all the keymap element
4314         patterns that result from menu items.
4315         (Key Lookup): Minor cleanups.
4317         * modes.texi (Precalculated Fontification): Don't say that
4318         not setting font-lock-defaults avoids loading font-lock.
4320         * help.texi (Documentation): Move xref to Emacs Manual here.
4321         (Documentation Basics): From here.
4322         Also doc emacs-lisp-docstring-fill-column.
4324         * elisp.texi: Update version and ISBN.
4326         * commands.texi (Interactive Call): Clarify KEYS arg to
4327         call-interactively is a vector.
4328         (Command Loop Info): Delete anchor in this-command-keys.
4329         Add anchor in this-command-keys-vector.
4330         (Recursive Editing): Document how recursive-edit
4331         handles the current buffer.
4333 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
4335         * frames.texi (Frame Titles): %c and %l are ignored in
4336         frame-title-format.
4338 2006-10-11  Richard Stallman  <rms@gnu.org>
4340         * keymaps.texi (Key Sequences): Clarify use of kbd.
4342 2006-10-10  Kim F. Storm  <storm@cua.dk>
4344         * lists.texi (Sets And Lists): Add memql.
4346 2006-10-03  Richard Stallman  <rms@gnu.org>
4348         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4349         Clarify :ascii: and :nonascii:.
4351 2006-09-29  Juri Linkov  <juri@jurta.org>
4353         * modes.texi (%-Constructs): Reorder coding systems in the
4354         documentation of %z to the real order displayed in the modeline.
4356 2006-09-25  Richard Stallman  <rms@gnu.org>
4358         * os.texi (Timers): Describe timer-max-repeats.
4360 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4362         * os.texi (Timers): Mention with-local-quit.
4364 2006-09-24  Richard Stallman  <rms@gnu.org>
4366         * searching.texi (Searching and Matching): Mention property search.
4368         * commands.texi (Command Loop Info): Explain how read-event affects
4369         this-command-keys.
4371 2006-09-20  Richard Stallman  <rms@gnu.org>
4373         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4375         * windows.texi (Window Start): Minor cleanups.
4377 2006-09-20  Kim F. Storm  <storm@cua.dk>
4379         * windows.texi (Window Start): pos-visible-in-window-p allows
4380         specifying t for position to mean "end of window".
4381         Add window-line-height.
4383         * anti.texi (Antinews): Mention window-line-height.
4385 2006-09-19  David Kastrup  <dak@gnu.org>
4387         * keymaps.texi (Searching Keymaps): Small clarification.
4389 2006-09-18  Richard Stallman  <rms@gnu.org>
4391         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4392         cause keyboard menus.
4393         (Menu Keymaps): Likewise.
4394         (Defining Menus, Keyboard Menus): Clarify.
4396         * text.texi (Fields): Clarify explanation of constrain-to-field.
4398 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4400         * variables.texi (Tips for Defining): Fix a typo.
4402 2006-09-15  Richard Stallman  <rms@gnu.org>
4404         * keymaps.texi (Remapping Commands, Searching Keymaps)
4405         (Active Keymaps): Clean up previous change.
4407 2006-09-15  Jay Belanger  <belanger@truman.edu>
4409         * gpl.texi: Replace "Library Public License" by "Lesser Public
4410         License" throughout.
4412 2006-09-15  David Kastrup  <dak@gnu.org>
4414         * keymaps.texi (Active Keymaps): Adapt description to use
4415         `get-char-property' instead `get-text-property'.  Explain how
4416         mouse events change this.  Explain the new optional argument of
4417         `key-binding' and its mouse-dependent lookup.
4418         (Searching Keymaps): Adapt description similarly.
4419         (Remapping Commands): Explain the new optional argument of
4420         `command-remapping'.
4422 2006-09-14  Richard Stallman  <rms@gnu.org>
4424         * keymaps.texi (Searching Keymaps): Clarification.
4425         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4427 2006-09-13  Richard Stallman  <rms@gnu.org>
4429         * objects.texi (Character Type): Node split.
4430         Add xref to Describing Characters.
4431         (Basic Char Syntax, General Escape Syntax)
4432         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4434 2006-09-11  Richard Stallman  <rms@gnu.org>
4436         * display.texi (Display Table Format): Wording clarification.
4437         (Glyphs): Clarifications.
4439 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4441         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4442         local maps.
4444 2006-09-10  Kim F. Storm  <storm@cua.dk>
4446         * display.texi (Forcing Redisplay): Document return value of
4447         function redisplay.
4449 2006-09-09  Richard Stallman  <rms@gnu.org>
4451         * windows.texi (Window Hooks): Explain limits of
4452         window-scroll-functions.
4454         * display.texi (Fringe Indicators): Update for last change in
4455         indicate-buffer-boundaries.
4457 2006-09-08  Richard Stallman  <rms@gnu.org>
4459         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4461 2006-09-06  Kim F. Storm  <storm@cua.dk>
4463         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4465         * windows.texi (Window Start): Update pos-visible-in-window-p.
4467 2006-09-04  Richard Stallman  <rms@gnu.org>
4469         * processes.texi (Accepting Output): Explain SECONDS=0 for
4470         accept-process-output.
4472         * os.texi (Idle Timers): Explain why timer functions should not
4473         loop until (input-pending-p).
4475 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4477         * makefile.w32-in (usermanualdir): New variable.
4478         (elisp.dvi): Use it.
4480 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4482         * buffers.texi (Buffer Modification): Fix last change.
4484 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4486         * buffers.texi (Buffer Modification):
4487         Document buffer-chars-modified-tick.
4489 2006-08-31  Richard Stallman  <rms@gnu.org>
4491         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4493 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
4495         * modes.texi (Syntactic Font Lock):
4496         Mention font-lock-syntactic-face-function
4497         instead of specific faces.
4499 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4501         * display.texi (Images): Add xrref to display-images-p.
4503 2006-08-28  Kenichi Handa  <handa@m17n.org>
4505         * nonascii.texi (Lisp and Coding Systems): Fix description of
4506         detect-coding-region.
4508 2006-08-27  Michael Olson  <mwolson@gnu.org>
4510         * processes.texi (Transaction Queues): Remove stray quote
4511         character.
4513 2006-08-25  Richard Stallman  <rms@gnu.org>
4515         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4516         Add xref.
4518 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4520         * os.texi (Timers): Avoid waiting inside timers.
4522 2006-08-21  Lute Kamstra  <lute@gnu.org>
4524         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4526 2006-08-20  Richard Stallman  <rms@gnu.org>
4528         * os.texi (Idle Timers): New node, split out from Timers.
4529         Document current-idle-time.
4530         * commands.texi (Reading One Event): Update xref.
4531         * elisp.texi (Top): Update subnode menu.
4533 2006-08-16  Richard Stallman  <rms@gnu.org>
4535         * keymaps.texi (Extended Menu Items): Show format of cached
4536         bindings in extended menu items.
4538         * customize.texi (Variable Definitions): Explain when the
4539         standard value expression is evaluated.
4541 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4543         * commands.texi (Reading One Event): Explain idleness in
4544         `read-event'.
4546 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
4548         * text.texi (Near Point): Say "cursor" not "terminal cursor".
4549         (Commands for Insertion): Remove split-line since it's not
4550         relevant for Lisp programming.
4551         (Yank Commands): Rewrite introduction.
4552         (Undo): Clarify.
4553         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
4554         (Filling): Remove redundant comment.  Clarify return value of
4555         current-justification.
4556         (Margins): Minor clarifications.
4557         (Adaptive Fill): Update default value of adaptive-fill-regexp.
4558         (Sorting): Update definition of sort-lines.
4559         (Columns): Clarify behavior of sort-columns.
4560         (Indent Tabs): Link to Tab Stops in Emacs manual.
4561         (Special Properties): Clarify.
4562         (Clickable Text): Mention Buttons package.
4564 2006-08-12  Kevin Ryde  <user42@zip.com.au>
4566         * os.texi (Time Parsing): Add %z to description of
4567         format-time-string, as per docstring.  Add cross reference to
4568         glibc manual for strftime.
4570 2006-08-08  Richard Stallman  <rms@gnu.org>
4572         * modes.texi: Clean up wording in previous change.
4574 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
4576         * modes.texi (Hooks): Clarify.
4577         (Major Mode Basics): Mention define-derived-mode explicitly.
4578         (Major Mode Conventions): Rebinding RET is OK for some modes.
4579         Mention change-major-mode-hook and after-change-major-mode-hook.
4580         (Example Major Modes): Move to end of Modes section.
4581         (Mode Line Basics): Clarify.
4582         (Mode Line Data): Mention help-echo and local-map in strings.
4583         Explain reason for treatment of non-risky variables.
4584         (Properties in Mode): Clarify.
4585         (Faces for Font Lock): Add font-lock-negation-char-face.
4587 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
4589         * strings.texi (Formatting Strings): Warn against arbitrary
4590         strings as first arg to `format'.
4592 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
4594         * text.texi (Clickable Text): Mention `help-echo' text property.
4595         Update intro, examples and associated explanations.
4597 2006-07-31  Richard Stallman  <rms@gnu.org>
4599         * commands.texi: Update xrefs.
4600         (Event Mod): New node, cut out from old Translating Input.
4602         * maps.texi: Update xrefs.
4604         * keymaps.texi (Translation Keymaps): New node.
4605         Update xrefs from Translating Input to Translation Keymaps.
4607         * elisp.texi (Top): Update subnode menu.
4609         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4611         * os.texi (System Interface): Fix menu descriptions of some nodes.
4612         (Translating Input): Node deleted.
4614 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4616         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4618         * lists.texi (Sets And Lists): Likewise.
4620 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
4622         * text.texi (Fields): Mention POS
4623         requirement when narrowing is in effect.
4625 2006-07-28  Richard Stallman  <rms@gnu.org>
4627         * display.texi (Face Attributes): Simplify wording.
4628         (Attribute Functions): Clarify meaning of new-frame default
4629         attribute settings.
4631         * customize.texi (Common Keywords): Document how to use
4632         :package-version in a package not in Emacs.
4634 2006-07-28  Kim F. Storm  <storm@cua.dk>
4636         * commands.texi (Reading One Event): Fix last change.
4638 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4640         * commands.texi (Reading One Event): Document SECONDS argument for
4641         read-event, read-char, and read-char-exclusive.
4643 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4646         to ensure correct identification.
4648 2006-07-24  Richard Stallman  <rms@gnu.org>
4650         * text.texi (Clickable Text): Clarify.
4652         * sequences.texi (Vector Functions): Delete duplicate xref.
4654         * objects.texi (Function Type): Clarify.
4656         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4657         modes.
4659         * lists.texi (List Variables): New node.
4660         Material moved from other nodes.
4662         * variables.texi (Setting Variables): add-to-list and
4663         add-to-ordered-list moved to List Variables node.
4665 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
4667         * text.texi (Links and Mouse-1):
4668         For mouse-on-link-p, expand on arg POS.
4670 2006-07-21  Kim F. Storm  <storm@cua.dk>
4672         * display.texi (Forcing Redisplay): Don't mention systems which
4673         don't support sub-second timers for redisplay-preemption-period.
4675         * os.texi (Terminal Output): Clarify text vs graphical terminal.
4677 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4679         * frames.texi (Input Focus): Document that focus-follows-mouse has
4680         no effect on MS-Windows.
4682 2006-07-18  Richard Stallman  <rms@gnu.org>
4684         * display.texi (Forcing Redisplay): Cleanups in previous change.
4686         * processes.texi (Low-Level Network): Make menu more convenient.
4688 2006-07-18  Kim F. Storm  <storm@cua.dk>
4690         * display.texi (Forcing Redisplay): redisplay-preemption-period
4691         only used on window systems.  Add xref to Terminal Output.
4693         * os.texi (Terminal Output): baud-rate only controls preemption on
4694         non-window systems.  Add xref to Forcing Redisplay.
4696         * processes.texi (Low-Level Network): Rename node "Make Network"
4697         to "Network Processes".
4699 2006-07-18  Karl Berry  <karl@gnu.org>
4701         * variables.texi, functions.texi, customize.texi, loading.texi:
4702         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4704 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4706         * commands.texi (Waiting): Document batch-mode sit-for behavior.
4708 2006-07-17  Richard Stallman  <rms@gnu.org>
4710         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4711         Put period and comma inside quotes.
4713         * loading.texi, markers.texi: Use real doublequote inside menus.
4715         * windows.texi: Put point and comma inside quotes.
4716         (Textual Scrolling): Use @samp for error message.
4718         * variables.texi, tips.texi, syntax.texi, symbols.texi:
4719         * strings.texi, streams.texi, processes.texi, os.texi:
4720         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4721         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4722         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4723         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4724         Put point and comma inside quotes.
4726         * control.texi (Processing of Errors): Add command-error-function.
4728         * variables.texi (File Local Variables): Clarify that
4729         file local variables make buffer-local bindings.
4731         * modes.texi (Syntactic Font Lock): Give default for
4732         font-lock-syntax-table.
4734 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
4736         * text.texi (Special Properties): Clean up previous change.
4738 2006-07-16  Karl Berry  <karl@gnu.org>
4740         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4741         * control.texi: Fix bad page breaks through chapter 10 (control).
4743         * anti.texi (Antinews): Reorder face-attribute fns to avoid
4744         underfull hbox.
4746 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
4748         * text.texi (Special Properties): Describe fontified text property
4749         in relation to a character (not text).
4751 2006-07-15  Kim F. Storm  <storm@cua.dk>
4753         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4754         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4755         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4757         * anti.texi (Antinews): Mention redisplay function.
4758         The kbd macro existed, but was not documented, before 22.x.
4759         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4761 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4763         * display.texi (Displaying Messages): Add anchor.
4765         * frames.texi (Dialog Boxes): Use it.
4767 2006-07-12  Richard Stallman  <rms@gnu.org>
4769         * objects.texi (Frame Type): Explain nature of frames better.
4771         * frames.texi (Frames): Explain nature of frames better.
4773 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
4775         * tips.texi (Coding Conventions): Explain why use cl at compile time.
4777 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4779         * frames.texi (Window System Selections): Mention scrap support for Mac.
4780         Default value of x-select-enable-clipboard is t on Mac.
4782         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4784 2006-07-11  Kim F. Storm  <storm@cua.dk>
4786         * display.texi (Forcing Redisplay): Add `redisplay' function.
4787         Don't mention (sit-for -1) -- use (redisplay t) instead.
4789         * commands.texi (Waiting): (sit-for -1) is no longer special.
4790         (sit-for 0) is equivalent to (redisplay).
4791         Iconifying/deiconifying no longer makes sit-for return.
4793 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
4795         * display.texi (Buttons): Fix typo.
4797         * index.texi, elisp.texi (New Symbols): Comment node out.
4799 2006-07-09  Richard Stallman  <rms@gnu.org>
4801         * display.texi (Truncation): Clean up previous change.
4803 2006-07-08  Richard Stallman  <rms@gnu.org>
4805         * commands.texi (Interactive Call): Use 3 as prefix in example
4806         for execute-extended-command.
4808         * display.texi (Attribute Functions): Move paragraph about
4809         compatibility with Emacs < 21.
4811 2006-07-09  Kim F. Storm  <storm@cua.dk>
4813         * display.texi (Refresh Screen): Clarify force-window-update.
4814         (Truncation): "Normally" indicated by fringe arrows.
4816 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
4818         * windows.texi (Textual Scrolling, Resizing Windows):
4819         * variables.texi (Constant Variables):
4820         * text.texi (Buffer Contents, Deletion, Changing Properties)
4821         (Property Search, Special Properties, Sticky Properties)
4822         (Links and Mouse-1, Fields, Change Hooks):
4823         * syntax.texi (Syntax Table Functions, Parsing Expressions)
4824         (Categories):
4825         * symbols.texi (Other Plists):
4826         * streams.texi (Output Variables):
4827         * processes.texi (Input to Processes, Query Before Exit):
4828         * positions.texi (Word Motion, Text Lines, List Motion):
4829         * os.texi (Init File, System Environment, Sound Output)
4830         (Session Management):
4831         * nonascii.texi (Text Representations, Character Sets)
4832         (Chars and Bytes, Locales):
4833         * modes.texi (Defining Minor Modes, Header Lines):
4834         * minibuf.texi (Minibuffer Contents):
4835         * markers.texi (Information from Markers):
4836         * lists.texi (List Elements, Building Lists, Association Lists):
4837         * keymaps.texi (Tool Bar):
4838         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4839         * functions.texi (What Is a Function, Mapping Functions):
4840         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4841         (Color Names, Text Terminal Colors, Display Feature Testing):
4842         * files.texi (Visiting Functions, File Name Components)
4843         (Unique File Names, Contents of Directories):
4844         * display.texi (Forcing Redisplay, Displaying Messages)
4845         (Temporary Displays, Font Selection, Auto Faces)
4846         (Font Lookup, Fringe Indicators, Display Margins)
4847         (Image Descriptors, Showing Images, Image Cache, Button Types)
4848         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4849         (Display Table Format, Glyphs):
4850         * control.texi (Iteration):
4851         * commands.texi (Command Loop Info, Adjusting Point):
4852         * backups.texi (Making Backups, Auto-Saving):
4853         Remove @tindex entries.
4855 2006-07-07  Kim F. Storm  <storm@cua.dk>
4857         * display.texi (Fringe Cursors): Fix typo.
4858         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4859         (Overlay Arrow): Default is overlay-arrow fringe indicator.
4861 2006-07-05  Richard Stallman  <rms@gnu.org>
4863         * text.texi (Buffer Contents): Add example of text props
4864         in result of buffer-substring.
4865         (Text Properties): Explain better about use of specific property names.
4866         (Property Search): Some cleanups; reorder some functions.
4868         * keymaps.texi (Changing Key Bindings): Cleanup.
4869         Add xref to Key Binding Conventions.
4871         * display.texi (Attribute Functions): Add examples for
4872         face-attribute-relative-p.
4874         * tips.texi (Coding Conventions): Cleanup last change.
4876 2006-07-05  Karl Berry  <karl@gnu.org>
4878         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4879         Remove @setchapternewpage odd.
4880         Result is 1013 pages, down from 1100.
4882         * anti.texi, customize.texi, display.texi, internals.texi:
4883         * minibuf.texi, modes.texi, tips.texi:
4884         Fix overfull/underfull boxes.
4886 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
4888         * edebug.texi (Instrumenting):
4889         Add Edebug-specific findex for eval-buffer.
4890         * loading.texi (Loading):
4891         Replace eval-current-buffer with eval-buffer.
4893 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
4895         * locals.texi (Standard Buffer-Local Variables): Update the list
4896         of variables.
4898 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
4900         * files.texi (File Name Completion): Point user to the node
4901         "Reading File Names".
4903 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
4905         * files.texi (Contents of Directories): Document case-insensitive
4906         behavior on respective filesystems.
4908         * objects.texi (Character Type): Document that Emacs signals an
4909         error for unsupported Unicode characters specified as \uNNNN.
4911 2006-06-19  Richard Stallman  <rms@gnu.org>
4913         * processes.texi (Bindat Spec): Clarify previous change.
4915 2006-06-16  Richard Stallman  <rms@gnu.org>
4917         * tips.texi (Coding Conventions): Better explain conventions
4918         for definition constructs.
4920         * text.texi (Special Properties): String value of `read-only'
4921         serves as the error message.
4923         * objects.texi (Character Type): Clarify prev. change.
4924         (Non-ASCII in Strings): Mention \u and \U.
4926         * commands.texi (Using Interactive): Explain problem of
4927         markers, etc., in command-history.
4929 2006-06-14  Kim F. Storm  <storm@cua.dk>
4931         * commands.texi (Waiting): Negative arg to sit-for forces
4932         redisplay even if input is pending.
4934         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4935         redisplay.  Remove incorrect example of binding redisplay-dont-pause
4936         around (sit-for 0).
4938 2006-06-13  Richard Stallman  <rms@gnu.org>
4940         * display.texi (Forcing Redisplay): Clarify previous change.
4942 2006-06-13  Romain Francoise  <romain@orebokech.com>
4944         * display.texi (Forcing Redisplay): Fix typo.
4946 2006-06-13  Kim F. Storm  <storm@cua.dk>
4948         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4950 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4952         * tips.texi (Coding Conventions): Add `@end itemize'.
4954 2006-06-10  Richard Stallman  <rms@gnu.org>
4956         * tips.texi (Coding Conventions): Explain use of coding systems
4957         to ensure one decoding for strings.
4959 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
4961         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4962         syntax.
4964 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
4966         * display.texi (Font Selection): Remove description of
4967         clear-face-cache.
4969         * compile.texi (Eval During Compile): Fix a typo.  Add index
4970         entries for possible uses of eval-when-compile.
4972 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
4974         * display.texi (Abstract Display): Fix typo.
4976 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
4978         * minibuf.texi (Minibuffer History) <history-add-new-input>:
4979         Reword variable's description.
4981 2006-06-01  Richard Stallman  <rms@gnu.org>
4983         * windows.texi (Splitting Windows): Clarify splitting nonselected
4984         window.
4986 2006-05-31  Juri Linkov  <juri@jurta.org>
4988         * minibuf.texi (Minibuffer History): Add history-add-new-input.
4990 2006-05-30  Richard Stallman  <rms@gnu.org>
4992         * display.texi (Line Height): Fix errors in description of
4993         default line height and line-height property.
4995         * nonascii.texi (Default Coding Systems): Further clarification.
4997 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4999         * internals.texi (Pure Storage): Mention that an overflow in pure
5000         space causes a memory leak.
5001         (Garbage Collection): If there was an overflow in pure space,
5002         `garbage-collect' returns nil.
5004 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5006         * nonascii.texi (Default Coding Systems): Fix it some more.
5008 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5010         * nonascii.texi (Default Coding Systems): Fix last change.
5012 2006-05-29  Kenichi Handa  <handa@m17n.org>
5014         * nonascii.texi (find-operation-coding-system): Describe the new
5015         argument format (FILENAME . BUFFER).
5017 2006-05-28  Richard Stallman  <rms@gnu.org>
5019         * tips.texi (Coding Conventions): Better explain reasons not to
5020         advise other packages or use `eval-after-load'.
5022 2006-05-29  Kim F. Storm  <storm@cua.dk>
5024         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5025         `bindat-idx' and `bindat-raw' for clarity.
5027 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5029         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5031         * display.texi (Display): Add "Abstract Display" to menu.
5032         (Abstract Display, Abstract Display Functions)
5033         (Abstract Display Example): New nodes.
5034         * elisp.texi (Top): Add "Abstract Display" to menu.
5036 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5038         * keymaps.texi (Key Sequences): Link to input events definition.
5039         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5041         * files.texi (Changing Files): Document updated argument list for
5042         copy-file.
5044 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5046         * processes.texi (Bindat Functions): Explain term "total length".
5047         Use it in bindat-length and bindat-pack descriptions.
5049 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5051         * tips.texi (Coding Conventions): Advise against using
5052         eval-after-load in packages.  Add an index entry.
5054 2006-05-25  Juri Linkov  <juri@jurta.org>
5056         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5058         * modes.texi (%-Constructs): Add %e, %z, %Z.
5060 2006-05-25  Richard Stallman  <rms@gnu.org>
5062         * elisp.texi (Top): Update subnode menu.
5064         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5065         (Keymaps): Update menu.
5067 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5069         * keymaps.texi (Key Sequences): Some clarifications.
5071 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5073         * processes.texi (Bindat Functions): Say "unibyte string"
5074         explicitly for bindat-unpack and bindat-pack descriptions.
5075         (Bindat Examples): Don't call `string-make-unibyte' in example.
5077 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5079         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5080         Explain string and vector representations of key sequences.
5082         * keymaps.texi (Changing Key Bindings):
5083         * commands.texi (Interactive Codes):
5084         * help.texi (Describing Characters): Refer to it.
5086 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5088         * frames.texi (Pointer Shape): @end table -> @end defvar.
5090 2006-05-22  Richard Stallman  <rms@gnu.org>
5092         * elisp.texi (Top): Update subnode menus.
5094         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5095         Contents rewritten; material from old Pointer Shape node moved here.
5097         * display.texi (Pointer Shape): Node deleted.
5098         (Image Descriptors): Minor cleanup.
5100 2006-05-21  Richard Stallman  <rms@gnu.org>
5102         * syntax.texi (Parsing Expressions): Update info on which STATE
5103         elements are ignored.
5105 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5107         * hooks.texi (Standard Hooks): Correct typo.
5109         * gpl.texi (GPL): ifinfo -> ifnottex.
5111 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5113         * searching.texi (Simple Match Data): Warn about match data being
5114         set anew by every search.
5116 2006-05-17  Richard Stallman  <rms@gnu.org>
5118         * minibuf.texi (Minibuffer History): Clarify.
5120         * searching.texi (Regexp Special): Clarify nested regexp warning.
5122 2006-05-16  Kim F. Storm  <storm@cua.dk>
5124         * minibuf.texi (Minibuffer History): Update add-to-history.
5126 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5128         * nonascii.texi (Explicit Encoding):
5129         Fix typo (encoding<->decoding).
5131 2006-05-14  Richard Stallman  <rms@gnu.org>
5133         * buffers.texi (Creating Buffers): Cleanup.
5135         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5137 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5139         * buffers.texi (Current Buffer): Document that with-temp-buffer
5140         disables undo.
5142         * os.texi (Terminal-Specific): More accurate description of how
5143         Emacs searches for the terminal-specific libraries.
5145 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5147         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5148         emacs-xtra to @inforef's.
5150         * text.texi (Undo): Document that undo is turned off in buffers
5151         whose names begin with a space.
5153         * buffers.texi (Buffer Names): Add index entries for buffers whose
5154         names begin with a space.
5155         (Creating Buffers): Document that undo is turned off in buffers
5156         whose names begin with a space.
5158         * files.texi (Visiting Functions, Reading from Files)
5159         (Saving Buffers): Mention code and EOL conversions by file I/O
5160         primitives and subroutines.
5162         * nonascii.texi (Lisp and Coding Systems): Document
5163         coding-system-eol-type.  Add index entries for eol conversion.
5165         * display.texi (Defining Faces): Mention `mac', and add an xref to
5166         where window-system is described.
5168 2006-05-10  Richard Stallman  <rms@gnu.org>
5170         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5172 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5174         * variables.texi (File Local Variables): Recommend to quote lambda
5175         expressions in safe-local-variable property.
5177 2006-05-09  Richard Stallman  <rms@gnu.org>
5179         * variables.texi (File Local Variables):
5180         Document safe-local-eval-forms and safe-local-eval-function.
5182 2006-05-07  Kim F. Storm  <storm@cua.dk>
5184         * minibuf.texi (Minibuffer History): Remove keep-dups arg
5185         from add-to-history.
5187 2006-05-07  Romain Francoise  <romain@orebokech.com>
5189         * commands.texi (Event Input Misc):
5190         * compile.texi (Eval During Compile):
5191         * internals.texi (Buffer Internals):
5192         * minibuf.texi (Initial Input):
5193         * nonascii.texi (Scanning Charsets):
5194         * numbers.texi (Comparison of Numbers):
5195         * windows.texi (Textual Scrolling, Vertical Scrolling):
5196         Fix various typos.
5198 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5200         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5201         conditional xref's to either emacs or emacs-xtra, depending on
5202         @iftex/@ifnottex.
5204         * minibuf.texi (Minibuffer History): Document add-to-history.
5206 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
5208         * internals.texi (Pure Storage): Mention the pure overflow message
5209         at startup.
5211 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
5213         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5214         (Searching Keymaps): Fix pseudo-Lisp description of keymap
5215         search.
5217 2006-05-01  Richard Stallman  <rms@gnu.org>
5219         * intro.texi (nil and t): Clarify.
5221         * variables.texi (File Local Variables): Suggest using booleanp.
5223 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
5225         * objects.texi (Type Predicates): Fix typos.
5227 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5229         * intro.texi (nil and t): Add booleanp.
5231         * objects.texi (Type Predicates): Add links for booleanp and
5232         string-or-null-p.
5234 2006-04-29  Richard Stallman  <rms@gnu.org>
5236         * modes.texi (Multiline Font Lock): Rename from
5237         Multi line Font Lock Elements.  Much clarification.
5238         (Font Lock Multiline, Region to Fontify): Much clarification.
5240 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * variables.texi (File Local Variables): Remove the special case t for
5243         safe-local-variable.
5245 2006-04-26  Richard Stallman  <rms@gnu.org>
5247         * syntax.texi (Parsing Expressions): Minor cleanup.
5249 2006-04-18  Richard Stallman  <rms@gnu.org>
5251         * tips.texi (Coding Conventions): Explain when the package's
5252         prefix should appear later on (not at the start of the name).
5254         * searching.texi (String Search): Clarify effect of NOERROR.
5256         * modes.texi (Imenu): Clarify what special items do.
5258         * hooks.texi (Standard Hooks): Delete text about old hook names.
5260 2006-04-17  Romain Francoise  <romain@orebokech.com>
5262         * variables.texi (Local Variables): Update the default value of
5263         `max-specpdl-size'.
5265 2006-04-15  Michael Olson  <mwolson@gnu.org>
5267         * processes.texi (Transaction Queues): Mention the new optional
5268         `delay-question' argument for `tq-enqueue'.
5270 2006-04-13  Bill Wohler  <wohler@newt.com>
5272         * customize.texi (Common Keywords): Use dotted notation for
5273         :package-version value.  Specify its values.  Improve documentation
5274         for customize-package-emacs-version-alist.
5276 2006-04-12  Bill Wohler  <wohler@newt.com>
5278         * customize.texi (Common Keywords): Move description of
5279         customize-package-emacs-version-alist to @defvar.
5281 2006-04-10  Bill Wohler  <wohler@newt.com>
5283         * customize.texi (Common Keywords): Add :package-version.
5285 2006-04-10  Kim F. Storm  <storm@cua.dk>
5287         * text.texi (Buffer Contents): Add NOPROPS arg to
5288         filter-buffer-substring.
5290 2006-04-08  Kevin Ryde  <user42@zip.com.au>
5292         * os.texi (Command-Line Arguments): Update xref to emacs manual
5293         "Command Arguments" -> "Emacs Invocation", per change there.
5295 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
5297         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5298         be on one line to help makeinfo not render two spaces after the dot.
5300 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5302         * strings.texi (Predicates for Strings): Add string-or-null-p.
5304 2006-03-28  Kim F. Storm  <storm@cua.dk>
5306         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5307         remarks about systems that don't support fractional seconds.
5309 2006-03-25  Karl Berry  <karl@gnu.org>
5311         * elisp.texi: Use @copyright{} instead of (C), and do not indent
5312         the year list.
5314 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5316         * display.texi (Fringe Indicators): Fix typos.
5318 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5320         * tips.texi (Documentation Tips): One can now also write `program'
5321         in front of a quoted symbol in a docstring to prevent making a
5322         hyperlink.
5324 2006-03-19  Alan Mackenzie  <acm@muc.de>
5326         * text.texi (Special Properties): Clarify `fontified' property.
5328 2006-03-16  Richard Stallman  <rms@gnu.org>
5330         * display.texi (Defining Images): Minor cleanup.
5332 2006-03-16  Bill Wohler  <wohler@newt.com>
5334         * display.texi (Defining Images): In image-load-path-for-library,
5335         prefer user's images.
5337 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5339         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5341 2006-03-15  Bill Wohler  <wohler@newt.com>
5343         * display.texi (Defining Images): Fix example in
5344         image-load-path-for-library by not recommending that one binds
5345         image-load-path.  Just defvar it to placate compiler and only use
5346         it if previously defined.
5348 2006-03-14  Bill Wohler  <wohler@newt.com>
5350         * display.texi (Defining Images): In image-load-path-for-library,
5351         always return list of directories.  Update example.
5353 2006-03-14  Alan Mackenzie  <acm@muc.de>
5355         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5356         This describes font-lock-extend-region-function.
5357         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5358         the new node "Region to Fontify".
5360 2006-03-13  Richard Stallman  <rms@gnu.org>
5362         * display.texi (Invisible Text): The impossible position is
5363         now before the invisible text, not after.
5364         (Defining Images): Clean up last change.
5366 2006-03-11  Bill Wohler  <wohler@newt.com>
5368         * display.texi (Defining Images): Add image-load-path-for-library.
5370 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5372         * text.texi (Adaptive Fill): Fix Texinfo usage.
5374         * strings.texi (Creating Strings): Fix Texinfo usage.
5376         * searching.texi (Regexp Special): Use @samp for regular
5377         expressions that are not in Lisp syntax.
5379 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5381         * searching.texi (Regexp Special): Put remark between parentheses
5382         to avoid misreading.
5384 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
5386         * searching.texi (Syntax of Regexps): More accurately describe
5387         which characters are special in which situations.
5388         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5389         are not special.  Describe in detail when `[' and `]' are special.
5390         (Regexp Backslash): Plenty of regexps with unbalanced square
5391         brackets are valid, so reword that statement.
5393 2006-03-02  Kim F. Storm  <storm@cua.dk>
5395         * keymaps.texi (Tool Bar): Add tool-bar-border.
5397 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
5399         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
5401 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5403         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5405         * files.texi (Locating Files): Suggest additional values for the
5406         SUFFIXES arg of `locate-file'.  Update pxref.
5408         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5409         (How Programs Do Loading): Discuss the effects of Auto Compression
5410         mode on `load'.
5411         (Load Suffixes): New node.
5412         (Library Search): Delete description of `load-suffixes'; it was
5413         moved to "Load Suffixes".
5414         (Autoload, Named Features): Mention `load-suffixes'.
5416 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5418         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5420         * windows.texi (Window Tree): Fix typo.
5422 2006-02-20  Kim F. Storm  <storm@cua.dk>
5424         * display.texi (Fringe Indicators): New section.
5425         Move indicate-empty-lines, indicate-buffer-boundaries, and
5426         default-indicate-buffer-boundaries here.
5427         Add fringe-indicator-alist and default-fringes-indicator-alist.
5428         Add list of logical fringe indicator symbols.
5429         Update list of standard bitmap names.
5430         (Fringe Cursors): New section.
5431         Move overflow-newline-into-fringe here.
5432         Add fringe-cursor-alist and default-fringes-cursor-alist.
5433         Add list of fringe cursor symbols.
5435 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5437         * commands.texi (Using Interactive): Fix reference to node
5438         "Minibuffers".
5440 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5442         * minibuf.texi (High-Level Completion):
5443         Add xref to read-input-method-name.
5445         * files.texi (Relative File Names): Move file-relative-name here.
5446         (File Name Expansion): From here.  Minor clarifications.
5448         * commands.texi (Using Interactive): Add xrefs about reading input.
5449         Clarify remarks about that moving point and mark.
5450         Put string case before list case.
5452 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5454         * display.texi (Other Display Specs, Image Descriptors):
5455         Revert erroneous changes.  The previous description of
5456         image-descriptors as `(image . PROPS)' was correct.
5458 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5460         * variables.texi (File Local Variables): Clarifications.
5462 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5464         * variables.texi (File Local Variables): Use @code for a cons
5465         cell, not @var.
5467 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5469         * variables.texi (File Local Variables): Document new file local
5470         variable behavior.
5472 2006-02-10  Kim F. Storm  <storm@cua.dk>
5474         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5476 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5478         * modes.texi (%-Constructs): Remove obsolete info about
5479         `global-mode-string'.
5481 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5483         * commands.texi (Prefix Command Arguments): Minor cleanup.
5485         * display.texi: "Graphical display", not window system.
5487         * functions.texi (What Is a Function): Fix xref.
5489         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5490         (Changing Key Bindings): Clarify when remapping is better than
5491         substitute-key-definition.
5493 2006-02-02  Richard M. Stallman  <rms@gnu.org>
5495         * minibuf.texi (Basic Completion): Completion alists are risky.
5497         * keymaps.texi (Active Keymaps): Clarifications.
5498         (Searching Keymaps): New node.
5499         (Keymaps): Update menu.
5501         * frames.texi (Layout Parameters): Minor clarification.
5502         (Drag and Drop): New node.
5503         (Frames): Update menu.
5505 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
5507         * display.texi (Other Display Specs, Image Descriptors):
5508         Image description is a list, not a cons cell.
5510 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5512         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5513         list is not necessarily a list).
5515 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5517         * frames.texi (Layout Parameters): border-width and
5518         internal-border-width belong to the frame, not the window.
5520 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5522         * nonascii.texi (Translation of Characters): Search cmds use
5523         translation-table-for-input.  Automatically made local.
5525         * markers.texi (Overview of Markers): Count insertion type
5526         as one of a marker's attributes.
5528         * keymaps.texi (Controlling Active Maps): New node, split out of
5529         Active Keymaps.
5530         (Keymaps): Menu updated.
5531         (Active Keymaps): Give pseudocode to explain how the active
5532         maps are searched.  current-active-maps and key-binding moved here.
5533         (Functions for Key Lookup): current-active-maps and key-binding moved.
5534         Clarifications.
5535         (Searching the Keymaps): New subnode.
5537         * elisp.texi (Top): Menu clarification.
5539         * display.texi (Other Display Specs): Delete duplicate entry for
5540         just a string as display spec.  Move text about recursive display
5541         specs on such a string.
5543         * commands.texi (Key Sequence Input): Clarify.
5544         Move num-nonmacro-input-events out.
5545         (Reading One Event): num-nonmacro-input-events moved here.
5547 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
5549         * advice.texi (Simple Advice): Update example to fit argument
5550         change in previous-line.
5552 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5554         * markers.texi (The Mark): Fix in `mark'.
5556 2006-01-04  Richard M. Stallman  <rms@gnu.org>
5558         * processes.texi (Misc Network, Make Network): Minor cleanups.
5560 2006-01-04  Kim F. Storm  <storm@cua.dk>
5562         * processes.texi (Make Network): Add IPv6 addresses and handling.
5563         (Network Feature Testing): Mention (:family ipv6).
5564         (Misc Network): Add IPv6 formats to format-network-address.
5566 2005-12-30  Richard M. Stallman  <rms@gnu.org>
5568         * text.texi (Changing Properties):
5569         Don't use return value of set-text-properties.
5571 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5573         * modes.texi (Mode Line Format): Correct typo in menu.
5575 2005-12-29  Richard M. Stallman  <rms@gnu.org>
5577         * modes.texi (Mode Line Top): New node.
5578         (Mode Line Data): Some text moved to new node.
5579         Explain the data structure more concretely.
5580         (Mode Line Basics): Clarifications.
5581         (Mode Line Variables): Clarify intro paragraph.
5582         (%-Constructs): Clarify intro paragraph.
5583         (Mode Line Format): Update menu.
5585 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5587         * minibuf.texi (Basic Completion): Update lazy-completion-table
5588         examples for removal of ARGS argument.
5590 2005-12-23  Richard M. Stallman  <rms@gnu.org>
5592         * text.texi (Undo): Restore some explanation from the version
5593         that was deleted.
5595 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5597         * text.texi (Undo): Remove duplicate descriptions of `apply
5598         funname' and `apply delta' elements of the undo list.
5600 2005-12-20  Richard M. Stallman  <rms@gnu.org>
5602         * help.texi (Help Functions): Update documentation of `apropos'.
5604 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
5606         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5607         because it is confusing.  If the :help-echo keyword is a function,
5608         it is not directly used as the :help-echo overlay property, as the
5609         xref seems to suggest (it does not take the appropriate args).
5611 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
5613         * customize.texi (Common Keywords): Fix Texinfo usage.
5614         (Group Definitions, Variable Definitions): Update for new
5615         conventions for using `*' in docstrings.
5617         * tips.texi (Documentation Tips): Update for new conventions for
5618         using `*' in docstrings.
5620 2005-12-16  Richard M. Stallman  <rms@gnu.org>
5622         * minibuf.texi (Minibuffer Contents): Minor cleanup.
5624 2005-12-16  Juri Linkov  <juri@jurta.org>
5626         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5628 2005-12-14  Romain Francoise  <romain@orebokech.com>
5630         * modes.texi (Customizing Keywords): Rename `append' to `how'.
5631         Fix typo.
5633 2005-12-11  Juri Linkov  <juri@jurta.org>
5635         * minibuf.texi (Completion Commands): Add mention of read-file-name
5636         for filename completion keymaps.
5637         (Reading File Names): Add mention of filename completion keymaps
5638         for read-file-name and xref to `Completion Commands'.
5640 2005-12-10  Richard M. Stallman  <rms@gnu.org>
5642         * customize.texi (Common Keywords): State caveats for use of :tag.
5644 2005-12-08  Richard M. Stallman  <rms@gnu.org>
5646         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5647         with xrefs and better explanation.
5648         (Completion Commands): Add the filename completion maps.
5650         * objects.texi (Character Type): Clarify that \s is not space
5651         if a dash follows.
5653 2005-12-05  Richard M. Stallman  <rms@gnu.org>
5655         * windows.texi (Resizing Windows): Delete preserve-before args.
5657 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5660         in full keymaps, since the quirk has been fixed.
5662 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5664         * hooks.texi (Standard Hooks): Add index entries.
5665         Mention `compilation-finish-functions'.
5667 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5669         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5671 2005-11-21  Juri Linkov  <juri@jurta.org>
5673         * customize.texi (Common Keywords): Update links types
5674         custom-manual and url-link.  Add link types emacs-library-link,
5675         file-link, function-link, variable-link, custom-group-link.
5677 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5679         * display.texi: Revert 2005-11-20 change.
5681 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
5683         * processes.texi (Bindat Functions):
5684         Say "third" to refer to zero-based index "2".
5686 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
5688         * loading.texi (Library Search): Update the default value of
5689         `load-suffixes'.
5691 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5693         * display.texi (Attribute Functions): Mention :ignore-defface.
5695 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5697         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5698         (Minor Mode Conventions): Mention the use of a hook.
5700 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5702         * files.texi (Magic File Names): find-file-name-handler checks the
5703         `operations' property of the handler.
5705 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5707         * variables.texi (Frame-Local Variables): Small clarification.
5709 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5711         * os.texi (Init File): Document ~/.emacs.d/init.el.
5713 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5715         * internals.texi (Garbage Collection): Document memory-full.
5717 2005-10-28  Bill Wohler  <wohler@newt.com>
5719         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5720         for URLs.
5722 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5724         * minibuf.texi (Completion Commands): Clean up prev change.
5726 2005-10-26  Kevin Ryde  <user42@zip.com.au>
5728         * compile.texi (Eval During Compile): Explain recommended uses
5729         of eval-when-compile and eval-and-compile.
5731 2005-10-27  Masatake YAMATO  <jet@gyve.org>
5733         * minibuf.texi (Completion Commands):
5734         Write about new optional argument for `display-completion-list'.
5736 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5738         * display.texi (Overlay Arrow): Clarify about local bindings of
5739         overlay-arrow-position.
5741 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5743         * internals.texi (Building Emacs): Fix last change.
5745 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5747         * internals.texi (Building Emacs): Document eval-at-startup.
5749 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5751         * loading.texi (Where Defined): load-history contains abs file names.
5752         symbol-file returns abs file names.
5754 2005-10-19  Kim F. Storm  <storm@cua.dk>
5756         * display.texi (Showing Images): Add max-image-size integer value.
5758 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5760         * display.texi (Showing Images): Document max-image-size.
5762 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5764         * commands.texi (Quitting): Minor clarification.
5766         * processes.texi (Sentinels): Clarify about output and quitting.
5767         (Filter Functions): Mention with-local-quit.
5769 2005-10-17  Juri Linkov  <juri@jurta.org>
5771         * buffers.texi (Current Buffer):
5772         * commands.texi (Event Input Misc):
5773         * compile.texi (Eval During Compile, Compiler Errors):
5774         * customize.texi (Group Definitions):
5775         * display.texi (Progress, Defining Faces):
5776         * files.texi (Writing to Files):
5777         * modes.texi (Mode Hooks, Defining Minor Modes):
5778         * streams.texi (Output Functions):
5779         * syntax.texi (Syntax Table Functions):
5780         * text.texi (Change Hooks):
5781         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5783         * commands.texi (Quitting): Replace arg `forms' with `body' in
5784         `with-local-quit'.
5786         * positions.texi (Excursions): Replace arg `forms' with `body' in
5787         `save-excursion'.
5789 2005-10-08  Kim F. Storm  <storm@cua.dk>
5791         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5792         Rename manual section accordingly.
5794 2005-10-04  Kim F. Storm  <storm@cua.dk>
5796         * windows.texi (Window Split Tree): New section describing
5797         new function window-split-tree function.
5799 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
5801         * display.texi (Fringe Size/Pos): Simplify and add detail.
5803 2005-09-30  Romain Francoise  <romain@orebokech.com>
5805         * minibuf.texi (High-Level Completion): Explain that the prompt
5806         given to `read-buffer' should end with a colon and a space.
5807         Update usage examples.
5809 2005-09-29  Juri Linkov  <juri@jurta.org>
5811         * display.texi (Displaying Messages): Rename argument name
5812         `string' to `format-string' in functions `message', `message-box',
5813         `message-or-box'.
5815 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
5817         * errors.texi (Standard Errors): Correct xrefs.
5819 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
5821         * display.texi (Defining Images): Update documentation for
5822         `image-load-path'.
5824 2005-09-17  Richard M. Stallman  <rms@gnu.org>
5826         * display.texi (Defining Images): Clean up previous change.
5828 2005-09-16  Romain Francoise  <romain@orebokech.com>
5830         * elisp.texi: Specify GFDL version 1.2.
5832         * doclicense.texi (GNU Free Documentation License): Update to
5833         version 1.2.
5835 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
5837         * display.texi (Defining Images): Document `image-load-path'.
5839 2005-09-15  Richard M. Stallman  <rms@gnu.org>
5841         * objects.texi (Printed Representation): Minor cleanup.
5842         (Box Diagrams): Minor fix.
5843         (Cons Cell Type): Move (...) index item here.
5844         (Box Diagrams): From here.
5845         (Array Type): Minor fix.
5846         (Type Predicates): Delete index "predicates".
5847         (Hash Table Type): Clarify xref.
5848         (Dotted Pair Notation): Minor fix.
5850 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
5852         * files.texi (Saving Buffers): Fix typo.
5854 2005-09-08  Richard M. Stallman  <rms@gnu.org>
5856         * tips.texi (Programming Tips): Correct the "default" prompt spec.
5858 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
5860         * locals.texi (Standard Buffer-Local Variables): Don't include
5861         mode variables for minor modes.
5862         Fix xrefs for buffer-display-count, buffer-display-table,
5863         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5864         enable-multibyte-characters, fill-column, header-line-format,
5865         left-fringe-width, left-margin, and right-fringe-width.
5867         * hooks.texi (Standard Hooks): All hooks should conform to the
5868         standard naming convention now.
5869         Fix xref for `echo-area-clear-hook'.
5871         * display.texi (Usual Display): Note that indicate-empty-lines and
5872         tab-width are buffer-local.
5874         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5876         * modes.texi (Mode Help): Note that major-mode is buffer-local.
5878         * nonascii.texi (Encoding and I/O): Note that
5879         buffer-file-coding-system is buffer-local.
5881         * positions.texi (List Motion): Note that defun-prompt-regexp is
5882         buffer-local.
5884         * text.texi (Auto Filling): Note that auto-fill-function is
5885         buffer-local.
5886         (Undo): Note that buffer-undo-list is buffer-local.
5888         * windows.texi (Buffers and Windows):
5889         Document buffer-display-count.
5891 2005-09-06  Richard M. Stallman  <rms@gnu.org>
5893         * tips.texi (Coding Conventions): Sometimes it is ok to put the
5894         package prefix elsewhere than at the start of the name.
5896 2005-09-03  Richard M. Stallman  <rms@gnu.org>
5898         * tips.texi (Programming Tips): Add conventions for minibuffer
5899         questions and prompts.
5901 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
5903         * intro.texi (nil and t): Minor cleanup.
5904         Delete spurious mention of keyword symbols.
5905         (Evaluation Notation): Add index entry.
5906         (A Sample Function Description): Minor cleanup.
5907         (A Sample Variable Description): Not all vars can be set.
5909 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
5911         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5913         (Insertion): Document precise type of `insert-char' arg COUNT.
5915 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5917         * modes.texi (Other Font Lock Variables): Sync the default of
5918         font-lock-lines-before.
5920 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
5922         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5924 2005-08-29  Richard M. Stallman  <rms@gnu.org>
5926         * elisp.texi (Top): Update subnode menu.
5928         * searching.texi (Searching and Matching): Move node.
5929         Rearrange contents and add overall explanation.
5930         (Searching and Case): Move node.
5931         (Searching and Matching): Update menu.
5933 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5935         * os.texi (Startup Summary): Fix the description of the initial
5936         startup message display.
5938 2005-08-25  Richard M. Stallman  <rms@gnu.org>
5940         * searching.texi (Search and Replace): Add replace-regexp-in-string.
5942 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
5944         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5945         `next-overlay-change' example.
5947 2005-08-22  Juri Linkov  <juri@jurta.org>
5949         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5950         Fix invert-face.  Fix args of face-background.
5952         * display.texi (Standard Faces): Delete node.
5953         (Faces): Add xref to `(emacs)Standard Faces'.
5954         (Displaying Faces): Fix xref to `Standard Faces'.
5956         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5958 2005-08-20  Alan Mackenzie  <acm@muc.de>
5960         * buffers.texi (The Buffer List): Clarify the manipulation of the
5961         buffer list.
5963 2005-08-14  Richard M. Stallman  <rms@gnu.org>
5965         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5966         a regexp.
5968 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5970         * elisp.texi (Top): Update subnode lists.
5972         * display.texi (Inverse Video): Node deleted.
5974         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5975         New nodes split out of Coding Conventions.
5977         * searching.texi (Regular Expressions): Document re-builder.
5979         * os.texi (Time Parsing): New node split out of Time Conversion.
5981         * processes.texi (Misc Network, Network Feature Testing)
5982         (Network Options, Make Network): New nodes split out of
5983         Low-Level Network.
5985 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5987         * frames.texi (Geometry): New node, split from Size and Position.
5988         (Frame Parameters): Refer to Geometry.
5990         * buffers.texi (The Buffer List): Fix xrefs.
5992         * windows.texi (Splitting Windows): Fix xref.
5994         * frames.texi (Layout Parameters): Add xref.
5996         * display.texi (Line Height, Scroll Bars): Fix xrefs.
5998         * keymaps.texi (Menu Bar): Fix xref.
6000         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6002         * modes.texi (%-Constructs): Fix xref.
6004         * frames.texi (Window Frame Parameters): Node split up.
6005         (Basic Parameters, Position Parameters, Size Parameters)
6006         (Layout Parameters, Buffer Parameters, Management Parameters)
6007         (Cursor Parameters, Color Parameters): New subnodes.
6009 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6011         * positions.texi (Screen Lines): Update xref for previous change
6012         in minibuf.texi.
6014         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6015         change in minibuf.texi.
6017 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6019         * tips.texi (Coding Conventions): Minor cleanup.
6021         * modes.texi (Defining Minor Modes): Explain when init-value
6022         can be non-nil.
6024         * elisp.texi (Top): Update submenu for Minibuffer.
6026         * minibuf.texi (Minibuffer Misc): Node split up.
6027         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6028         (Recursive Mini): New nodes split out from Minibuffer Misc.
6029         (Minibuffer Misc): Document max-mini-window-height.
6031         * hash.texi (Defining Hash): Delete stray paren in example.
6033         * display.texi (Echo Area Customization): Don't define
6034         max-mini-window-height here; xref instead.
6036         * commands.texi (Event Input Misc): Update while-no-input.
6038         * advice.texi (Advising Functions): Explain when to use advice
6039         and when to use a hook.
6041 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6043         * makefile.w32-in (info): Don't run install-info.
6044         ($(infodir)/dir): New target, produced by running install-info.
6046 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6048         * modes.texi (Defining Minor Modes): The keyword for the initial
6049         value is :init-value, not :initial-value.
6051 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6053         * loading.texi (Autoload): Make the `doctor' example be consistent
6054         with what's in current loaddefs.el.  Describe the "fn" magic in
6055         the usage portion of the doc string.
6057 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6059         * internals.texi (Garbage Collection): Clarify previous change.
6061 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6063         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6065 2005-07-18  Juri Linkov  <juri@jurta.org>
6067         * commands.texi (Accessing Events):
6068         * frames.texi (Text Terminal Colors, Resources):
6069         * markers.texi (The Mark):
6070         * modes.texi (Defining Minor Modes):
6071         Delete duplicate duplicate words.
6073 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6075         * display.texi (Managing Overlays): Clarify make-overlay
6076         args for insertion types.
6078 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6080         * customize.texi (Variable Definitions):
6081         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6082         `standard-value' is a list too.
6083         (Defining New Types): Use @key{RET} instead of @key{ret}.
6085 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6087         * os.texi (Translating Input): Fix typo.
6089 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6091         * README: Update edition number and size estimate.
6093         * elisp.texi (VERSION): Set to 2.9.
6095 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6097         * book-spine.texinfo: Update Emacs version.
6099         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6101 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6103         * searching.texi (Regexp Search): Clarify what re-search-forward
6104         does when the search fails.
6106 2005-07-05  Lute Kamstra  <lute@gnu.org>
6108         * Update FSF's address in GPL notices.
6110         * doclicense.texi (GNU Free Documentation License):
6111         * gpl.texi (GPL):
6112         * tips.texi (Coding Conventions, Library Headers):
6113         * vol1.texi:
6114         * vol2.texi: Update FSF's address.
6116 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6118         * hooks.texi (Standard Hooks): Add occur-hook.
6120 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6122         * display.texi (The Echo Area): Correct menu.
6124 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6126         * elisp.texi (Top): Update subnode menu for Display.
6128         * display.texi (Displaying Messages): New node, with most
6129         of what was in The Echo Area.
6130         (Progress): Move under The Echo Area.
6131         (Logging Messages): New node with new text.
6132         (Echo Area Customization): New node, the rest of what was
6133         in The Echo Area.  Document message-truncate-lines with @defvar.
6134         (Display): Update menu.
6136         * windows.texi (Textual Scrolling): Doc 3 values for
6137         scroll-preserve-screen-position.
6139         * text.texi (Special Properties): Change hook functions
6140         should bind inhibit-modification-hooks around altering buffer text.
6142         * keymaps.texi (Key Binding Commands): Call binding BINDING
6143         rather than DEFINITION.
6145 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6147         * variables.texi (Defining Variables): `user-variable-p' returns t
6148         for aliases of user options, nil for alias loops.
6150 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6152         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6153         make-keymap.
6155 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6157         * variables.texi (Setting Variables): Correct and clarify
6158         description of `add-to-ordered-list'.
6160 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6162         * display.texi (Faces): Minor cleanup.
6164 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6166         * display.texi (Faces): `facep' returns t for strings that are
6167         face names.
6169 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6171         * objects.texi (Equality Predicates): Clarify meaning of equal.
6173         * windows.texi (Selecting Windows): save-selected-window
6174         and with-selected-window save and restore the current buffer.
6176 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6178         * numbers.texi (Float Basics): Explain how to test for NaN,
6179         and printing the sign of NaNs.
6181 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6183         * makefile.w32-in (MAKEINFO): Use --force.
6185 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6187         * display.texi (Face Functions): Correct Texinfo usage.
6189 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6191         * lists.texi (Rings): `ring-elements' now returns the elements of
6192         RING in order.
6194 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6196         * markers.texi (The Mark): Texinfo usage fix.
6198 2005-06-23  Kim F. Storm  <storm@cua.dk>
6200         * searching.texi (Entire Match Data): Remove evaporate option for
6201         match-data.  Do not mention evaporate option for set-match-data.
6203 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6205         * display.texi (Face Functions): Mention face aliases.
6207 2005-06-21  Richard M. Stallman  <rms@gnu.org>
6209         * anti.texi (Antinews): Texinfo usage fix.
6211 2005-06-21  Karl Berry  <karl@gnu.org>
6213         * elisp.texi: Use @copying.
6215         * elisp.texi: Put @summarycontents and @contents before the Top
6216         node, instead of the end of the file, so that the contents appear
6217         in the right place in the dvi/pdf output.
6219 2005-06-21  Juri Linkov  <juri@jurta.org>
6221         * display.texi (Defining Faces): Add `customized-face'.
6223 2005-06-20  Kim F. Storm  <storm@cua.dk>
6225         * variables.texi (Setting Variables): Any type of element can be
6226         given order in add-to-ordered-list.  Compare elements with eq.
6228         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6230 2005-06-20  Karl Berry  <karl@gnu.org>
6232         * syntax.texi (Syntax Flags): Make last column very slightly wider
6233         to avoid "generic comment" breaking on two lines and causing an
6234         underfull box.
6236 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6238         * lists.texi (Rings): Various minor clarifications and corrections.
6240 2005-06-18  Richard M. Stallman  <rms@gnu.org>
6242         * functions.texi (Obsolete Functions): Simplify.
6244         * variables.texi (Variable Aliases): Simplify.
6246         * anti.texi, backups.texi, compile.texi, customization.texi:
6247         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6248         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6249         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6250         * variables.texi: Fix formatting ugliness.
6252         * elisp.texi: Add links to Rings and Byte Packing.
6253         Update version and copyright years.
6255         * minibuf.texi: Fix formatting ugliness.
6256         (Completion Commands): Move keymap vars to the end
6257         and vars completing-read binds to the top.
6259 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6261         * processes.texi: Fix typos.
6262         (Bindat Spec): Correct Texinfo error.
6263         (Byte Packing): Fix ungrammatical sentence.
6265 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
6267         * lists.texi (Rings): New node.
6268         (Lists): Add it to menu.
6270         * processes.texi (Byte Packing): New node.
6271         (Processes): Add it to menu.
6273 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6275         * syntax.texi (Parsing Expressions): Fix texinfo usage.
6277         * help.texi (Documentation Basics): Explain the xref to
6278         Documentation Tips.
6280         * debugging.texi (Debugger Commands): Minor fix.
6282 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
6284         * edebug.texi (Instrumenting): Eliminate duplicate link.
6285         (Specification List): Replace references to "below", referring to
6286         a later node, with one @ref to that node.
6288         * os.texi (Timers): Timers should save and restore the match data
6289         if they change it.
6291         * debugging.texi (Debugger Commands): Mention that the Lisp
6292         debugger can not step through primitive functions.
6294 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6296         * functions.texi (Obsolete Functions): Update argument names of
6297         `make-obsolete' and `define-obsolete-function-alias'.
6299         * variables.texi (Variable Aliases): Update argument names of
6300         `defvaralias', `make-obsolete-variable' and
6301         `define-obsolete-variable-alias'.
6303 2005-06-15  Kim F. Storm  <storm@cua.dk>
6305         * searching.texi (Entire Match Data): Rephrase warnings about
6306         evaporate arg to match-data and set-match-data.
6308 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6310         * elisp.texi (Top): Update detailed menu.
6312         * edebug.texi (Edebug): Update menu.
6313         (Instrumenting): Update xrefs.
6314         (Edebug Execution Modes): Correct xref.
6315         (Jumping): Clarify description of `h' command.
6316         Eliminate redundant @ref.
6317         (Breaks): New node.
6318         (Breakpoints): Is now a subsubsection.
6319         (Global Break Condition): Mention `C-x X X'.
6320         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
6321         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6322         (Edebug Display Update): Correct pxref.
6323         (Edebug and Macros): New node.
6324         (Instrumenting Macro Calls): Is now a subsubsection.
6325         Neither arg of `def-edebug-spec' is evaluated.
6326         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6327         (Specification Examples): Fix typo.
6329 2005-06-14  Lute Kamstra  <lute@gnu.org>
6331         * debugging.texi (Function Debugging): Primitives can break on
6332         entry too.
6334 2005-06-14  Kim F. Storm  <storm@cua.dk>
6336         * variables.texi (Setting Variables): Add add-to-ordered-list.
6338 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * syntax.texi (Parsing Expressions): Document aux functions and vars of
6341         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6343 2005-06-13  Lute Kamstra  <lute@gnu.org>
6345         * text.texi (Special Properties): Fix cross reference.
6347 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6349         * debugging.texi (Function Debugging): Delete mention of empty
6350         string argument to `cancel-debug-on-entry'.  Delete inaccurate
6351         description of the return value of that command.
6353 2005-06-11  Alan Mackenzie  <acm@muc.de>
6355         * text.texi (Adaptive Fill): Amplify the description of
6356         fill-context-prefix.
6358 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6360         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6362 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6364         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6366 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6368         * debugging.texi (Error Debugging): Minor rewording.
6369         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6370         is optional.
6372 2005-06-10  Lute Kamstra  <lute@gnu.org>
6374         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6375         (Top): Give it a title.  Correct version number.  Give the
6376         detailed node listing a more prominent header.
6377         * intro.texi: Don't set VERSION here a second time.
6378         Mention Emacs's version too.
6379         * anti.texi (Antinews): Use EMACSVER to refer to the current
6380         version of Emacs.
6382 2005-06-09  Kim F. Storm  <storm@cua.dk>
6384         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6385         match-data and set-match-data.
6387 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6389         * searching.texi (Entire Match Data): Clarify when match-data
6390         returns markers and when integers.
6392         * display.texi (Defining Faces): Explain that face name should not
6393         end in `-face'.
6395         * modes.texi (Mode Line Data): Minor cleanup.
6396         (Customizing Keywords): Node split out of Search-based Fontification.
6397         Add example of using font-lock-add-keywords from a hook.
6398         Clarify when MODE should be non-nil, and when nil.
6400 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6402         * modes.texi (Mode Line Data): Explain what happens when the car
6403         of a list is a void symbol.
6404         (Search-based Fontification): Explain MODE arg to
6405         font-lock-add-keywords and warn about calls from major modes.
6407 2005-06-08  Juri Linkov  <juri@jurta.org>
6409         * display.texi (Standard Faces): Add `shadow' face.
6411 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6413         * modes.texi (Major Mode Conventions): A derived mode only needs
6414         to put the call to the parent mode inside `delay-mode-hooks'.
6416 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6418         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6419         new, and what that implies.  Clarify.
6421         * files.texi (Locating Files): Clean up the text.
6423         * frames.texi (Window Frame Parameters): Document user-size.
6424         Shorten entry for top by referring to left.
6426 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6428         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6429         is new, and what the implications are.  Other clarifications.
6431 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6433         * frames.texi (Dialog Boxes): Minor fixes.
6435 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6437         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6439 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6441         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6442         is optional.
6444 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6446         * frames.texi (Dialog Boxes): Describe new optional argument.
6448 2005-05-23  Lute Kamstra  <lute@gnu.org>
6450         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6451         syntax-begin-function over font-lock-beginning-of-syntax-function.
6453 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6455         * minibuf.texi (Reading File Names): Update description of
6456         `read-directory-name'.
6458         * modes.texi (Derived Modes): Clarify :group keyword.
6460 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6462         * files.texi (Locating Files): New subsection.
6463         Describe locate-file and executable-find.
6465 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6467         * frames.texi (Initial Parameters): Update cross reference to
6468         "Emacs Invocation".
6470 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6472         * keymaps.texi (Active Keymaps): Add anchor.
6474         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6475         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6476         appropriate place.
6477         (Derived Modes): Small clarifications.
6478         (Minor Mode Conventions, Keymaps and Minor Modes):
6479         Replace references to nodes with references to anchors.
6480         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6481         Clarify description of lists whose first element is an integer.
6482         (Mode Line Variables): Add anchor.
6483         (%-Constructs): Clarify description of integer after %.
6484         (Emulating Mode Line): Describe nil value for FACE.
6486 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6488         * modes.texi (Derived Modes): Correct references to non-existing
6489         variable standard-syntax-table.
6491 2005-05-17  Lute Kamstra  <lute@gnu.org>
6493         * modes.texi (Defining Minor Modes): Mention the mode hook.
6495 2005-05-15  Kim F. Storm  <storm@cua.dk>
6497         * processes.texi (Network): Remove open-network-stream-nowait.
6498         (Network Servers): Remove open-network-stream-server.
6500 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
6502         * elisp.texi (Top): Update detailed menu.
6504         * variables.texi: Reorder nodes.
6505         (Variables): Update menu.
6506         (File Local Variables): Do not refer to the `-*-' line as
6507         a "local variables list".  Add pxref.
6509 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6511         * elisp.texi (Top): Update detailed menu for node changes.
6513         * modes.texi (Modes): Update Menu.
6514         (Hooks): Move to beginning of chapter.
6515         Most minor modes run mode hooks too.
6516         `add-hook' can handle void hooks or hooks whose value is a single
6517         function.
6518         (Major Modes): Update Menu.
6519         (Major Mode Basics): New node, split off from `Major Modes'.
6520         (Major Mode Conventions): Correct xref.  Explain how to handle
6521         auto-mode-alist if the major mode command has an autoload cookie.
6522         (Auto Major Mode): Major update.  Add magic-mode-alist.
6523         (Derived Modes): Major update.
6524         (Mode Line Format): Update Menu.
6525         (Mode Line Basics): New node, split off from `Mode Line Format'.
6527         * loading.texi (Autoload): Mention `autoload cookie' as synonym
6528         for `magic autoload comment'.  Add index entries and anchor.
6530 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6532         * tips.texi (Coding Conventions): Explain how important it is
6533         that just loading certain files not change Emacs behavior.
6535         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6537 2005-05-12  Lute Kamstra  <lute@gnu.org>
6539         * modes.texi (Generic Modes): Update.
6540         (Major Modes): Refer to node "Generic Modes".
6542         * elisp.texi (Top): Update to the current structure of the manual.
6543         * processes.texi (Processes): Add menu description.
6544         * customize.texi (Customization): Add menu descriptions.
6546 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6548         * processes.texi (Signals to Processes)
6549         (Low-Level Network): Fix typos.
6551 2005-05-11  Lute Kamstra  <lute@gnu.org>
6553         * elisp.texi (Top): Add some nodes from the chapter "Major and
6554         Minor Modes" to the detailed node listing.
6556 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6558         * keymaps.texi (Extended Menu Items): Menu item filter functions
6559         can be called at any time.
6561 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
6563         * variables.texi (File Local Variables): `(hack-local-variables t)'
6564         now also checks whether a mode is specified in the local variables
6565         list.
6567 2005-05-05  Kevin Ryde  <user42@zip.com.au>
6569         * display.texi (The Echo Area): Correct format function cross
6570         reference.
6572 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6574         * variables.texi (Variable Aliases): Change description of
6575         `define-obsolete-variable-alias'.
6577         * functions.texi (Functions): Add "Obsolete Functions" to menu.
6578         (Defining Functions): Add xref.
6579         (Obsolete Functions): New node.
6580         (Function Safety): Standardize capitalization of section title.
6582         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6583         (Dialog Boxes): Complete description of `x-popup-dialog'.
6585 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6587         * commands.texi (Interactive Codes): Fix Texinfo usage.
6588         Document U more clearly.
6590 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6592         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6593         function and not a macro.
6595         * frames.texi (Pop-Up Menus): Correct and clarify description of
6596         `x-popup-menu'.
6597         (Dialog Boxes): Clarify description of `x-popup-dialog'.
6599 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6601         * edebug.texi (Checking Whether to Stop): Fix previous change.
6603 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6605         * display.texi: Fix typos and Texinfo usage.
6607         * edebug.texi (Checking Whether to Stop): executing-macro ->
6608         executing-kbd-macro.
6610 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6612         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6614 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6616         * files.texi (Magic File Names): Document `operations' property.
6618 2005-04-29  Lute Kamstra  <lute@gnu.org>
6620         * modes.texi (Generic Modes): New node.
6621         (Major Modes): Add it to the menu.
6622         (Derived Modes): Add "derived mode" to concept index.
6624 2005-04-28  Lute Kamstra  <lute@gnu.org>
6626         * modes.texi (Defining Minor Modes): Fix previous change.
6627         (Font Lock Mode): Simplify.
6628         (Font Lock Basics): Say that font-lock-defaults is buffer-local
6629         when set and that some parts are optional.  Add cross references.
6630         (Search-based Fontification): Say how to specify font-lock-keywords.
6631         Add cross references.  Add font-lock-multiline to index.
6632         Move font-lock-keywords-case-fold-search here from node "Other Font
6633         Lock Variables".  Document font-lock-add-keywords and
6634         font-lock-remove-keywords.
6635         (Other Font Lock Variables): Move font-lock-keywords-only,
6636         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6637         and font-lock-syntactic-face-function to node "Syntactic Font
6638         Lock".  Move font-lock-keywords-case-fold-search to node
6639         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
6640         and font-lock-{,un}fontify-{buffer,region}-function.
6641         (Precalculated Fontification): Remove reference to deleted variable
6642         font-lock-core-only.
6643         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6644         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
6645         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6646         and font-lock-syntactic-face-function here from node "Other Font
6647         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
6648         Syntax Properties".  Add cross references.
6649         (Setting Syntax Properties): New node.
6650         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6651         * syntax.texi (Syntax Properties): Add cross reference.
6652         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6654 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6656         * display.texi (Defining Faces):
6657         Document `default' elements of defface spec.
6659         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6661         * variables.texi (Variable Aliases): Clarify text.
6663 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
6665         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6667 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6669         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6671 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6673         * syntax.texi (Syntax Table Internals): Elaborate documentation of
6674         syntax-after and syntax-class.
6676         * files.texi (Changing Files): Fix last change's cross-reference.
6677         (Unique File Names): Don't mention "numbers" in the documentation
6678         of make-temp-file and make-temp-name.
6680 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6682         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6684 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6686         * windows.texi (Cyclic Window Ordering): Clarify window-list.
6688 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6690         * variables.texi (Variable Aliases): Describe make-obsolete-variable
6691         and define-obsolete-variable-alias.
6693 2005-04-22  Kim F. Storm  <storm@cua.dk>
6695         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6696         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6698 2005-04-21  Lute Kamstra  <lute@gnu.org>
6700         * lists.texi (Association Lists): Document rassq-delete-all.
6702 2005-04-19  Richard M. Stallman  <rms@gnu.org>
6704         * modes.texi (Search-based Fontification): Explain that
6705         facespec is an expression to be evaluated.
6707 2005-04-19  Kevin Ryde  <user42@zip.com.au>
6709         * streams.texi (Output Functions): Fix xref.
6710         * strings.texi (String Conversion): Fix xref.
6712 2005-04-19  Kim F. Storm  <storm@cua.dk>
6714         * symbols.texi (Symbol Plists): Add safe-get.
6715         Mention that `get' may signal an error.
6717 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6719         * customize.texi (Variable Definitions): Replace tooltip-mode
6720         example with save-place.
6722 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6724         * buffers.texi (Indirect Buffers): Clarify.
6726         * positions.texi (Positions): Clarify converting marker to integer.
6728         * strings.texi (String Basics): Mention string-match; clarify.
6730 2005-04-08  Lute Kamstra  <lute@gnu.org>
6732         * modes.texi (Search-based Fontification): Fix cross references.
6733         Use consistent terminology.  Document anchored highlighting.
6735 2005-04-05  Lute Kamstra  <lute@gnu.org>
6737         * modes.texi (Defining Minor Modes): Document :group keyword
6738         argument and its default value.
6740 2005-04-03  Lute Kamstra  <lute@gnu.org>
6742         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
6743         references and/or descriptions.  Delete major mode hooks; mention
6744         them as a category instead.  Rename or delete obsolete hooks.
6746 2005-04-02  Richard M. Stallman  <rms@gnu.org>
6748         * nonascii.texi (Coding System Basics): Another wording cleanup.
6750 2005-04-01  Richard M. Stallman  <rms@gnu.org>
6752         * nonascii.texi (Coding System Basics): Clarify previous change.
6754 2005-04-01  Kenichi Handa  <handa@m17n.org>
6756         * nonascii.texi (Coding System Basics): Describe about roundtrip
6757         identity of coding systems.
6759 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6761         * text.texi (Buffer Contents): Add filter-buffer-substring and
6762         buffer-substring-filters.
6764 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
6766         * anti.texi (Antinews): Mention `G' interactive code.
6768         * tips.texi (Compilation Tips): Mention benchmark.el.
6770 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6772         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6773         is now bound to M-o M-o.
6775         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6777 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6779         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6780         in the Emacs Manual).
6781         * Makefile.in (srcs): Remove calendar.texi.
6782         * makefile.w32-in (srcs): Remove calendar.texi.
6783         * display.texi (Display): Change name of next node.
6784         * os.texi (System In): Change name of previous node.
6785         * elisp.texi (Top): Remove Calendar references.
6786         * vol1.texi (Top): Remove Calendar references.
6787         * vol2.texi (Top): Remove Calendar references.
6789 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6791         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6792         Cleanup previous change.
6794 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
6796         * display.texi (Face Attributes): Faces earlier in an :inherit
6797         list take precedence.
6798         (Scroll Bars): Fix description of vertical-scroll-bars.
6799         Document frame-current-scroll-bars and window-current-scroll-bars.
6801         * markers.texi (The Mark): Document temporary Transient Mark mode.
6803         * minibuf.texi (Reading File Names):
6804         Document read-file-name-completion-ignore-case.
6806         * positions.texi (Screen Lines): Document nil for width argument
6807         to compute-motion.
6809 2005-03-23  Kim F. Storm  <storm@cua.dk>
6811         * display.texi (Standard Faces): Other faces used in the fringe
6812         implicitly inherits from the fringe face.
6813         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6814         properties implicitly inherits from fringe face.
6815         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6817 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
6819         * display.texi (Invisible Text): State default value of
6820         line-move-ignore-invisible.
6821         (Managing Overlays): Document remove-overlays.
6822         (Standard Faces): Document escape-glyph face.
6824         * minibuf.texi (Reading File Names): Document read-file-name-function.
6826         * modes.texi (Other Font Lock Variables):
6827         Document font-lock-lines-before.
6829         * positions.texi (Skipping Characters): skip-chars-forward allows
6830         character classes.
6832 2005-03-18  Lute Kamstra  <lute@gnu.org>
6834         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6836 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6838         * text.texi (Undo): Document extensible undo entries.
6840         * searching.texi (String Search, Regexp Search): Cleanups.
6842         * nonascii.texi (Character Codes): Minor fix.
6844         * display.texi (Display Property): Explain the significance
6845         of having text properties that are eq.
6846         (Other Display Specs): Explain string as display spec.
6848         * commands.texi (Interactive Codes): Document G option.
6850 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
6852         * text.texi (Filling): Add sentence-end-without-period and
6853         sentence-end-without-space.
6854         (Changing Properties): Minor fix.
6856         * anti.texi: Total rewrite.
6858 2005-03-15  Lute Kamstra  <lute@gnu.org>
6860         * edebug.texi (Instrumenting Macro Calls): Fix typos.
6862 2005-03-08  Kim F. Storm  <storm@cua.dk>
6864         * display.texi (Specified Space): Property :width is support on
6865         non-graphic terminals, :height is not.
6867 2005-03-07  Richard M. Stallman  <rms@gnu.org>
6869         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6870         Now subnodes of Fringes.
6871         (Overlay Arrow): Document overlay-arrow-variable-list.
6872         (Fringe Size/Pos): New node, broken out of Fringes.
6873         (Display): Explain clearing vs redisplay better.
6874         (Truncation): Clarify use of bitmaps.
6875         (The Echo Area): Clarify the uses of the echo area.
6876         Add max-mini-window-height.
6877         (Progress): Clarify.
6878         (Invisible Text): Explain that main loop moves point out.
6879         (Selective Display): Say "hidden", not "invisible".
6880         (Managing Overlays): Move up.  Describe relation to Undo here.
6881         (Overlay Properties): Clarify intro.
6882         (Finding Overlays): Explain return values when nothing found.
6883         (Width): truncate-string-to-width has added arg.
6884         (Displaying Faces): Clarify and update mode line face handling.
6885         (Face Functions): Minor cleanup.
6886         (Conditional Display): Merge into Other Display Specs.
6887         (Pixel Specification, Other Display Specs): Minor cleanups.
6888         (Images, Image Descriptors): Minor cleanups.
6889         (GIF Images): Patents have expired.
6890         (Showing Images): Explain default text for insert-image.
6891         (Manipulating Button Types): Merge into Manipulating Buttons.
6892         (Making Buttons): Explain return values.
6893         (Button Buffer Commands): Add xref.
6894         (Inverse Video): Update mode-line-inverse-video.
6895         (Display Table Format): Clarify.
6896         (Active Display Table): Give defaults for window-display-table.
6898         * calendar.texi (Calendar Customizing): calendar-holiday-marker
6899         and calendar-today-marker are strings, not chars.
6900         (Holiday Customizing): Minor fix.
6902         * internals.texi (Writing Emacs Primitives): Update `or' example.
6903         Update limit on # args of subr.
6905         * edebug.texi (Using Edebug): Arrow is in fringe.
6906         (Instrumenting): Arg to eval-defun works without loading edebug.
6907         (Edebug Execution Modes): Add xref.
6909         * customize.texi (Common Keywords): Clarify :require.
6910         Mention :version here.
6911         (Variable Definitions, Group Definitions): Not here.
6912         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6914 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
6915         * nonascii.texi (Text Representations): Clarify position-bytes.
6916         (Character Sets): Add list-charset-chars.
6917         (Scanning Charsets): Add charset-after.
6918         (Encoding and I/O): Minor fix.
6920 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6922         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6923         (Resizing Windows): Likewise.
6925         * text.texi (Change Hooks): Get rid of "Emacs 21".
6927         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6929         * streams.texi (Output Variables): Get rid of "Emacs 21".
6931         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6933         * os.texi (Translating Input): Replace flow-control example
6934         with a less obsolete example that uses `keyboard-translate'.
6936         * objects.texi (Hash Table Type, Circular Objects):
6937         Get rid of "Emacs 21".
6939         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6940         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6942         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6944         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6946         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6947         (Menu Bar): Fix when menu-bar-update-hook is called.
6949         * hash.texi (Hash Tables): Get rid of "Emacs 21".
6951         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6952         and make it read better.
6954         * files.texi (Writing to Files): Get rid of "Emacs 21".
6955         (Unique File Names): Likewise.
6957         * elisp.texi: Update Emacs version to 22.
6959         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6960         (Overlay Properties, Face Attributes): Likewise.
6961         (Managing Overlays): Fix punctuation.
6962         (Attribute Functions): Clarify set-face-font; get rid of
6963         info about old Emacs versions.
6964         (Auto Faces, Font Lookup, Display Property, Images):
6965         Get rid of "Emacs 21".
6967         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6969 2005-03-05  Richard M. Stallman  <rms@gnu.org>
6971         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6973 2005-03-04  Lute Kamstra  <lute@gnu.org>
6975         * debugging.texi (Error Debugging): Document stack-trace-on-error.
6977 2005-03-03  Lute Kamstra  <lute@gnu.org>
6979         * edebug.texi (Instrumenting Macro Calls): Fix typo.
6981 2005-03-01  Lute Kamstra  <lute@gnu.org>
6983         * debugging.texi (Debugger Commands): Update `j'.
6985 2005-02-28  Lute Kamstra  <lute@gnu.org>
6987         * debugging.texi (Debugging): Fix typo.
6988         (Error Debugging): Document eval-expression-debug-on-error.
6989         (Function Debugging): Update example.
6990         (Using Debugger): Mention starred stack frames.
6991         (Debugger Commands): Document `j' and `l'.
6992         (Invoking the Debugger): `d' and `j' exit recursive edit too.
6993         Update the messages that the debugger displays.
6994         (Internals of Debugger): Add cross reference.  Update example.
6995         (Excess Open): Minor improvement.
6996         (Excess Close): Minor improvement.
6998 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7000         * tips.texi (Coding Conventions): Clarify.
7001         Put all the major mode key reservations together.
7002         Mention the Mouse-1 => Mouse-2 conventions.
7004         * syntax.texi (Syntax Class Table): Clarify.
7005         (Syntax Table Functions): syntax-after moved from here.
7006         (Syntax Table Internals): syntax-after moved to here.
7007         (Parsing Expressions): Update info on number of values
7008         and what's meaningful in the STATE argument.
7009         (Categories): Fix typo.
7011         * sequences.texi (Arrays): Cleanup.
7012         (Char-Tables): Clarify.
7014         * processes.texi (Deleting Processes): Cleanups, add xref.
7015         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7016         (Process Information): set-process-coding-system, some args optional.
7017         (Input to Processes): Explain various types for PROCESS args.
7018         Rename them from PROCESS-NAME to PROCESS.
7019         (Signals to Processes): Likewise.
7020         (Decoding Output): Cleanup.
7021         (Query Before Exit): Clarify.
7023         * os.texi (Startup Summary): Correct the options; add missing ones.
7024         (Terminal Output, Batch Mode): Clarify.
7025         (Flow Control): Node deleted.
7027         * markers.texi (The Mark): Clarify.
7029         * macros.texi (Expansion): Cleanup.
7030         (Indenting Macros): indent-spec allows ints, not floats.
7032         * keymaps.texi (Keymaps): Clarify.
7033         (Format of Keymaps): Update lisp-mode-map example.
7034         (Active Keymaps, Key Lookup): Clarify.
7035         (Changing Key Bindings): Add xref to `kbd'.
7036         (Key Binding Commands, Simple Menu Items): Clarify.
7037         (Mouse Menus, Menu Bar): Clarify.
7038         (Menu Example): Replace print example with menu-bar-replace-menu.
7040         * help.texi (Documentation Basics): Add function-documentation prop.
7042         * elisp.texi (Top): Don't refer to Flow Control node.
7044         * commands.texi (Command Overview): Improve xrefs.
7045         (Adjusting Point): Adjusting point applies to intangible and invis.
7046         (Key Sequence Input): Doc extra read-key-sequence args.
7047         Likewise for read-key-sequence-vector.
7049         * backups.texi (Rename or Copy): Minor fix.
7050         (Numbered Backups): For version-control, say the default.
7051         (Auto-Saving): make-auto-save-file-name example is simplified.
7053         * advice.texi (Advising Functions): Don't imply one part of Emacs
7054         should advise another part.  Markup changes.
7055         (Defining Advice): Move transitional para.
7056         (Activation of Advice): Cleanup.
7057         Explain if COMPILE is nil or negative.
7059         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7061 2005-02-24  Lute Kamstra  <lute@gnu.org>
7063         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7064         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7066 2005-02-23  Lute Kamstra  <lute@gnu.org>
7068         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7069         to define global minor modes as well.
7071         * display.texi (Managing Overlays): overlay-buffer returns nil for
7072         deleted overlays.
7074 2005-02-22  Kim F. Storm  <storm@cua.dk>
7076         * minibuf.texi (Basic Completion): Allow symbols in addition to
7077         strings in try-completion and all-completions.
7079 2005-02-14  Lute Kamstra  <lute@gnu.org>
7081         * elisp.texi (Top): Remove reference to deleted node.
7083         * lists.texi (Lists): Remove reference to deleted node.
7084         (Cons Cells): Fix typo.
7086         * loading.texi (Where Defined): Fix typo.
7088 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7090         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7091         is useful for discarding some minor modes.
7093         * symbols.texi (Symbol Components): Reorder examples.
7095         * streams.texi (Input Functions): State standard-input default.
7096         (Output Variables): State standard-output default.
7098         * objects.texi (Printed Representation): Clarify read syntax vs print.
7099         (Floating Point Type): Explain meaning better.
7100         (Symbol Type): Explain uniqueness better.
7101         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7102         List examples sooner.
7103         (Box Diagrams): New subnode broken out.
7104         Some examples moved from old Lists as Boxes node.
7105         (Dotted Pair Notation): Clarify intro.
7106         (Array Type): Clarify.
7107         (Type Predicates): Add hash-table-p.
7109         * numbers.texi (Integer Basics): Clarify radix explanation.
7110         (Predicates on Numbers): Minor clarification.
7111         (Comparison of Numbers): Minor clarification.  Clarify eql.
7112         Typos in min, max.
7113         (Math Functions): Clarify overflow in expt.
7115         * minibuf.texi (Text from Minibuffer): Minor clarification.
7116         Mention arrow keys.
7118         * loading.texi (Autoload): defun's doc string overrides autoload's
7119         doc string.
7120         (Repeated Loading): Modernize "add to list" examples.
7121         (Where Defined): Finish updating table of load-history elts.
7123         * lists.texi (List-related Predicates): Minor wording improvement.
7124         (Lists as Boxes): Node deleted.
7125         (Building Lists): Explain trivial cases of number-sequence.
7127         * hash.texi (Hash Tables): Add desc to menu items.
7128         (Creating Hash): Explain "full" means "make larger".
7129         (Hash Access): Any object can be a key.
7130         State value of maphash.
7132         * functions.texi (What Is a Function): Wording cleanup.
7133         (Function Documentation): Minor cleanup.
7134         Explain purpose of calling convention at end of doc string.
7135         (Function Names): Wording cleanup.
7136         (Calling Functions): Wording cleanup.
7137         Explain better how funcall calls the function.
7138         (Function Cells): Delete example of saving and redefining function.
7140         * control.texi (Combining Conditions): Wording cleanup.
7141         (Iteration): dolist and dotimes bind VAR locally.
7142         (Cleanups): Xref to Atomic Changes.
7144         * compile.texi (Byte Compilation): Delete 19.29 info.
7145         (Compilation Functions): Macros' difficulties don't affect defsubst.
7146         (Docs and Compilation): Delete 19.29 info.
7148 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7150         * objects.texi (Symbol Type): Minor correction.
7152 2005-02-06  Lute Kamstra  <lute@gnu.org>
7154         * modes.texi (Example Major Modes): Fix typos.
7156 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7158         * text.texi (Margins): fill-nobreak-predicate can be one function.
7160         * strings.texi (Modifying Strings): clear-string can make unibyte.
7161         (Formatting Strings): format gives error if values missing.
7163         * positions.texi (Character Motion): Mention default arg
7164         for forward-char.  backward-char refers to forward-char.
7165         (Word Motion): Mention default arg for forward-word.
7166         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7167         Simplify end-of-buffer.
7168         (Text Lines): Mention default arg for forward-line.
7169         (List Motion): Mention default arg for beginning/end-of-defun.
7170         (Skipping Characters): Minor fixes in explaining character-set.
7172         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7173         Mode inheritance applies only when default-major-mode is nil.
7174         Clarifications.
7175         (Example Major Modes): Update Text mode and Lisp mode examples.
7176         (Minor Mode Conventions): Mention define-minor-mode at top.
7177         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7178         (Mode Line Format): Update mode line face display info.
7179         (Properties in Mode): Mention effect of risky vars.
7180         (Imenu): Define imenu-add-to-menubar.
7181         (Font Lock Mode): Add descriptions to menu lines.
7182         (Faces for Font Lock): Add font-lock-doc-face.
7184 2005-02-05  Lute Kamstra  <lute@gnu.org>
7186         * text.texi (Maintaining Undo): Remove obsolete function.
7188 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7190         * frames.texi (Color Names): Add pointer to the X docs about RGB
7191         color specifications.  Improve indexing.
7192         (Text Terminal Colors): Replace the description of RGB values by
7193         an xref to "Color Names".
7195 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7197         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7198         Clarify.
7199         (Selecting Windows): Clarify save-selected-window.
7200         (Cyclic Window Ordering): Clarify walk-windows.
7201         (Window Point): Clarify.
7202         (Window Start): Add comment to example.
7203         (Resizing Windows): Add `interactive' specs in examples.
7204         Document fit-window-to-buffer.
7206         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7207         (Undo, Maintaining Undo): Clarify last change.
7208         (Sorting): In sort-numeric-fields, explain about octal and hex.
7209         Mention sort-numeric-base.
7210         (Format Properties): Add xref for hard newlines.
7212         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7213         (Pop-Up Menus): Fix typo.
7214         (Color Names): Explain all types of color names.
7215         Explain color-values on B&W terminal.
7216         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
7218         * files.texi (File Locks): Not supported on MS systems.
7219         (Testing Accessibility): Clarify.
7221         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7222         (Coverage Testing): Fix typo.
7224         * commands.texi (Misc Events): Remove stray space.
7226         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7227         (Modification Time): Clarify when visited-file-modtime returns 0.
7228         (The Buffer List): Clarify bury-buffer.
7229         (Killing Buffers): Clarify.
7230         (Indirect Buffers): Add clone-indirect-buffer.
7232 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
7234         * edebug.texi (Printing in Edebug): Fix default value of
7235         edebug-print-circle.
7236         (Coverage Testing): Fix displayed frequency count data.
7238 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7240         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7242 2005-02-02  Kim F. Storm  <storm@cua.dk>
7244         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7246 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7248         * commands.texi (Misc Events): Describe the help-echo event.
7250         * text.texi (Special Properties) <help-echo>: Use `pos'
7251         consistently in description of the help-echo property.
7252         Use @code{nil} instead of @var{nil}.
7254         * display.texi (Overlay Properties): Fix the index entry for
7255         help-echo overlay property.
7257         * customize.texi (Type Keywords): Uncomment the xref to the
7258         help-echo property documentation.
7260 2005-01-23  Kim F. Storm  <storm@cua.dk>
7262         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7263         return value.  Third element FULLY replaced by PARTIAL which
7264         specifies number of invisible pixels if row is only partially visible.
7265         (Textual Scrolling): Mention auto-window-vscroll.
7266         (Vertical Scrolling): New defvar auto-window-vscroll.
7268 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7270         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7271         command remapping.
7273 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7275         * display.texi (Defining Images): Mention DATA-P arg of create-image.
7277 2005-01-14  Kim F. Storm  <storm@cua.dk>
7279         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7281         * text.texi (Links and Mouse-1): Fix string and vector item.
7283 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7285         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7286         descriptions of overriding-local-map and overriding-terminal-local-map.
7288         * text.texi (Links and Mouse-1): Clarify text.
7290 2005-01-13  Kim F. Storm  <storm@cua.dk>
7292         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7294 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7296         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7298 2005-01-12  Kim F. Storm  <storm@cua.dk>
7300         * text.texi (Links and Mouse-1): Rename section from Enabling
7301         Mouse-1 to Following Links.  Change xrefs.
7302         Add examples for define-button-type and define-widget.
7304         * display.texi (Button Properties, Button Buffer Commands):
7305         Clarify mouse-1 and follow-link functionality.
7307 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7309         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7311         * display.texi (Beeping): Fix Texinfo usage.
7313         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7315 2005-01-11  Kim F. Storm  <storm@cua.dk>
7317         * display.texi (Button Properties, Button Buffer Commands):
7318         Mention mouse-1 binding.  Add follow-link keyword.
7320         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7321         (Enabling Mouse-1 to Follow Links): New subsection.
7323 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7325         * text.texi (Special Properties): Minor change.
7327         * os.texi (Timers): Clarify previous change.
7329         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7331 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
7333         * display.texi (Face Attributes): Correct xref to renamed node.
7335 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7337         * display.texi (Face Attributes): Describe hex color specs.
7339 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7341         * os.texi (Timers): Update previous change.
7343 2004-12-30  Kim F. Storm  <storm@cua.dk>
7345         * display.texi (Line Height): Total line-height is now specified
7346         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
7347         in cons cells.  (nil . RATIO) is relative to actual line height.
7348         Use line-height `t' instead of `0' to get minimum height.
7350 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7352         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7354 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7356         * commands.texi (Quitting): Clarify value of with-local-quit.
7358         * elisp.texi (Top): Fix previous change.
7360         * loading.texi (Loading): Fix previous change.
7362 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7364         * Makefile.in (MAKEINFO): Specify --force.
7366         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7368         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7370         * display.texi (Line Height): Further clarify.
7372         * elisp.texi (Top): Update Loading submenu.
7374         * loading.texi (Where Defined): New node.
7375         (Unloading): load-history moved to Where Defined.
7377 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7379         * commands.texi (Event Input Misc): Add while-no-input.
7381 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7383         * display.texi (Line Height): Rewrite text for clarity.
7385 2004-12-11  Kim F. Storm  <storm@cua.dk>
7387         * display.texi (Display): Add node "Line Height" to menu.
7388         (Line Height): New node.  Move full description of line-spacing
7389         and line-height text properties here from text.texi.
7390         (Scroll Bars): Add vertical-scroll-bar variable.
7392         * frames.texi (Window Frame Parameters): Remove line-height defvar.
7394         * locals.texi (Standard Buffer-Local Variables): Fix xref for
7395         line-spacing and vertical-scroll-bar.
7397         * text.texi (Special Properties): Just mention line-spacing and
7398         line-height here, add xref to new "Line Height" node.
7400 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
7402         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7404         * locals.texi (Standard Buffer-Local Variables):
7405         Add @xref for `line-spacing'.
7407 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7409         * Makefile.in (maintainer-clean): Remove the info files
7410         in $(infodir) where they are created.
7412 2004-12-03  Richard M. Stallman  <rms@gnu.org>
7414         * windows.texi (Selecting Windows): get-lru-window and
7415         get-largest-window don't consider dedicated windows.
7417         * text.texi (Undo): Document undo-in-progress.
7419 2004-11-26  Richard M. Stallman  <rms@gnu.org>
7421         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7422         Remove a few vars that are not always buffer-local.
7424 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7426         * locals.texi (Standard Buffer-Local Variables): Comment out
7427         xref's to non-existent node `Yet to be written'.
7429 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7431         * processes.texi (Synchronous Processes): Grammar fix.
7433         * numbers.texi (Comparison of Numbers): Add eql.
7435         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7437         * intro.texi (Printing Notation): Fix previous change.
7439         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7440         and default-indicate-buffer-boundaries from here.
7441         (Usual Display): To here.
7442         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7443         (Usual Display): Move tab-width up.
7445         * customize.texi (Variable Definitions):
7446         Replace show-paren-mode example with tooltip-mode.
7447         (Simple Types, Composite Types, Defining New Types):
7448         Minor cleanups.
7450 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7452         * processes.texi (Synchronous Processes, Output from Processes):
7453         Markup fix.
7455 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7457         * positions.texi (Skipping Characters): skip-chars-forward
7458         now handles char classes.
7460         * intro.texi (Printing Notation): Avoid confusion of `print'
7461         when explaining @print.
7463         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7465         * display.texi (Display Table Format): Minor fix.
7467         * streams.texi (Output Functions): Fix print example.
7469         * Makefile.in (elisp): New target.
7470         (dist): Depend on $(infodir)/elisp, not elisp.
7471         Copy the info files from $(infodir).
7473         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7474         read-from-minibuffer.
7476         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7478 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7480         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7482 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7484         * tips.texi (Coding Conventions): Fix typo.
7486 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7488         * tips.texi (Coding Conventions): Separate defvar and require
7489         methods to avoid warnings.  Use require only when there are many
7490         functions and variables from that package.
7492         * minibuf.texi (Minibuffer Completion): When ignoring case,
7493         predicate must not be case-sensitive.
7495         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7496         (Test Coverage): Don't talk about "splotches".  Clarified.
7498 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
7500         * frames.texi (Window Frame Parameters): Fix typo.
7502 2004-11-15  Kim F. Storm  <storm@cua.dk>
7504         * symbols.texi (Other Plists): Note that plist-get may signal error.
7505         Add safe-plist-get.
7507 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7509         * modes.texi (Font Lock Basics): Fix typo.
7511 2004-11-08  Richard M. Stallman  <rms@gnu.org>
7513         * syntax.texi (Syntax Table Functions): Add syntax-after.
7515 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7517         * os.texi (Processor Run Time): New section documenting
7518         get-internal-run-time.
7520 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7522         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7523         it nukes elisp-cover.texi.
7524         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7525         elisp-0 etc.
7527 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7529         * commands.texi (Keyboard Macros): Document `append' return value
7530         of `defining-kbd-macro'.
7532 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7534         * commands.texi (Interactive Call): Add called-interactively-p.
7536 2004-10-29  Simon Josefsson  <jas@extundo.com>
7538         * minibuf.texi (Reading a Password): Revert.
7540 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7542         * frames.texi (Display Feature Testing): Explain about "vendor".
7544 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7546         * commands.texi (Interactive Codes): `N' uses numeric prefix,
7547         not raw.  Clarify `n'.
7548         (Interactive Call): Rewrite interactive-p, focusing on when
7549         and how to use it.
7550         (Misc Events): Clarify previous change.
7552         * advice.texi (Simple Advice): Clarify what job the example does.
7553         (Around-Advice): Clarify ad-do-it.
7554         (Activation of Advice): An option of ad-default-compilation-action
7555         is `never', not `nil'.
7557 2004-10-26  Kim F. Storm  <storm@cua.dk>
7559         * commands.texi (Interactive Codes): Add U code letter.
7561 2004-10-25  Simon Josefsson  <jas@extundo.com>
7563         * minibuf.texi (Reading a Password): Add.
7565 2004-10-24  Jason Rumney  <jasonr@gnu.org>
7567         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
7568         and wheel-down.
7570 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
7572         * processes.texi (Synchronous Processes): Document process-file.
7574 2004-10-22  Kenichi Handa  <handa@m17n.org>
7576         * text.texi (translate-region): Document that it accepts also a
7577         char-table.
7579 2004-10-22  David Ponce  <david@dponce.com>
7581         * windows.texi (Resizing Windows): Document the `preserve-before'
7582         argument of the functions `enlarge-window' and `shrink-window'.
7584 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7586         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7588 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7590         * text.texi (Filling): Add anchor for definition of
7591         `sentence-end-double-space'.
7593         * searching.texi (Regexp Example): Update description of how
7594         Emacs currently recognizes the end of a sentence.
7595         (Standard Regexps): Update definition of the variable
7596         `sentence-end'.  Add definition of the function `sentence-end'.
7598 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7600         * display.texi (Progress): New node.
7602 2004-10-05  Kim F. Storm  <storm@cua.dk>
7604         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7606 2004-09-29  Kim F. Storm  <storm@cua.dk>
7608         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7609         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
7610         fringe bitmap symbols, as they now have their own namespace.
7611         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7612         vs. pixels.  Signal error if no free bitmap slots.
7613         (Pixel Specification): Change IMAGE to @var{image}.
7615 2004-09-28  Richard M. Stallman  <rms@gnu.org>
7617         * text.texi (Special Properties): Clarify line-spacing and line-height.
7619         * searching.texi (Regexp Search): Add looking-back.
7621 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
7623         * display.texi: Correct typos.
7624         (Image Descriptors): Correct xref's.
7626 2004-09-25  Richard M. Stallman  <rms@gnu.org>
7628         * text.texi (Special Properties): Cleanups in `cursor'.
7629         Rewrites in `line-height' and `line-spacing'; exchange them.
7631         * display.texi (Fringes): Rewrite previous change.
7632         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
7633         (Display Fringe Bitmaps): Node deleted, text moved.
7634         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
7635         (Scroll Bars): Clarify set-window-scroll-bars.
7636         (Pointer Shape): Rewrite.
7637         (Specified Space): Clarify :align-to, etc.
7638         (Pixel Specification): Use @var.  Clarify new text.
7639         (Other Display Specs): Clarify `slice'.
7640         (Image Descriptors): Cleanups.
7641         (Showing Images): Cleanups.
7643 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
7645         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7647         * modes.texi: Various minor changes in addition to:
7648         (Major Mode Conventions): Final call to `run-mode-hooks' should
7649         not be inside the `delay-mode-hooks' form.
7650         (Mode Hooks): New node.
7651         (Hooks): Delete obsolete example.
7652         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7653         node "Mode Hooks".
7655 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
7657         * display.texi: Correct various typos.
7658         (Display): Rename node "Pointer Shapes" to "Pointer
7659         Shape".  (There is already a node called "Pointer Shapes" in
7660         frames.texi.)
7661         (Images): Remove non-existent node "Image Slices" from menu.
7663 2004-09-23  Kim F. Storm  <storm@cua.dk>
7665         * text.texi (Special Properties): Add `cursor', `pointer',
7666         `line-height', and `line-spacing' properties.
7668         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7669         Shapes' to menu.
7670         (Standard Faces): Doc fix for fringe face.
7671         (Fringes): Add `overflow-newline-into-fringe' and
7672         'indicate-buffer-boundaries'.
7673         (Fringe Bitmaps, Pointer Shapes): New nodes.
7674         (Display Property): Add 'Pixel Specification' and 'Display Fringe
7675         Bitmaps' to menu.
7676         (Specified Space): Describe pixel width and height.
7677         (Pixel Specification): New node.
7678         (Other Display Specs): Add `slice' property.
7679         (Display Fringe Bitmaps): New node.
7680         (Images): Add 'Image Slices' to menu.
7681         (Image Descriptors): Add `:pointer' and `:map' properties.
7682         (Showing Images): Add slice arg to `insert-image'.
7683         Add 'insert-sliced-image'.
7685 2004-09-20  Richard M. Stallman  <rms@gnu.org>
7687         * commands.texi (Key Sequence Input):
7688         Clarify downcasing in read-key-sequence.
7690 2004-09-08  Juri Linkov  <juri@jurta.org>
7692         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7694 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7696         * locals.texi (Standard Buffer-Local Variables):
7697         Add `buffer-auto-save-file-format'.
7698         * internals.texi (Buffer Internals): Describe new
7699         auto_save_file_format field of the buffer structure.
7700         * files.texi (Format Conversion): `auto-save-file-format' has been
7701         renamed `buffer-auto-save-file-format'.
7703 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
7705         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7706         an integer or a marker.
7707         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7709 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7711         * modes.texi (Major Mode Conventions): Discuss rebinding of
7712         standard key bindings.
7714 2004-08-18  Kim F. Storm  <storm@cua.dk>
7716         * processes.texi (Accepting Output): Add `just-this-one' arg to
7717         `accept-process-output'.
7718         (Output from Processes): New var `process-adaptive-read-buffering'.
7720 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7722         * keymaps.texi: Various changes in addition to:
7723         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7724         Give more varied examples for `kbd'.
7725         (Creating Keymaps): Char tables have slots for all characters
7726         without modifiers.
7727         (Active Keymaps): `overriding-local-map' and
7728         `overriding-terminal-local-map' also override text property and
7729         overlay keymaps.
7730         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7731         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7732         to denote a prefix of no events.
7733         `map-keymap' includes parent's bindings _recursively_.
7734         Clarify and correct description of `where-is-internal'.
7735         Mention BUFFER-OR-NAME arg to `describe-bindings'.
7736         (Menu Example): For menus intended for use with the keyboard, the
7737         menu items should be bound to characters or real function keys.
7739 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7741         * objects.texi (Character Type): Reposition `@anchor' to prevent
7742         double space inside sentence in Info.
7744         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7745         renamed to `disabled-command-function'.
7746         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7747         (Command Loop Info): Replace reference to it.
7748         (Disabling Commands): `disabled-command-hook' has been renamed to
7749         `disabled-command-function'.
7751 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
7753         * os.texi (Translating Input): Only non-prefix bindings in
7754         `key-translation-map' override actual key bindings.  Warn about
7755         possible indirect effect of actual key bindings on non-prefix
7756         bindings in `key-translation-map'.
7758 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
7760         * minibuf.texi (High-Level Completion): Add anchor for definition
7761         of `read-variable'.
7763         * commands.texi: Various changes in addition to:
7764         (Using Interactive): Clarify description of `interactive-form'.
7765         (Interactive Call): Mention default for KEYS argument to
7766         `call-interactively'.
7767         (Command Loop Info): Clarify description of `this-command-keys'.
7768         Mention KEEP-RECORD argument to `clear-this-command-keys'.
7769         Value of `last-event-frame' can be `macro'.
7770         (Repeat Events): `double-click-fuzz' is also used to distinguish
7771         clicks and drags.
7772         (Classifying Events): Clarify descriptions of `event-modifiers'
7773         `event-basic-type' and `event-convert-list'.
7774         (Accessing Events): `posn-timestamp' takes POSITION argument.
7775         (Quoted Character Input): Clarify description of
7776         `read-quoted-char' and fix example.
7777         (Quitting): Add `with-local-quit'.
7778         (Disabling Commands): Correct and clarify descriptions of
7779         `enable-command' and `disable-command'.
7780         Mention what happens if `disabled-command-hook' is nil.
7781         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7782         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7784 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7786         * frames.texi: Various changes in addition to:
7787         (Creating Frames): Expand and clarify description of `make-frame'.
7788         (Window Frame Parameters): Either none or both of the `icon-left'
7789         and `icon-top' parameters must be specified.  Put descriptions of
7790         `menu-bar-lines' and `toolbar-lines' closer together and change
7791         them accordingly.
7792         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7793         except while processing `frame-title-format' or `icon-title-format'.
7794         (Deleting Frames): Correct description of `delete-frame'.
7795         Non-nil return values of `frame-live-p' are like those of `framep'.
7796         (Frames and Windows): Mention return value of
7797         `set-frame-selected-window'.
7798         (Visibility of Frames): Mention `force' argument to
7799         `make-frame-invisible'.  `frame-visible-p' returns t for all
7800         frames on text-only terminals.
7801         (Frame Configurations): Restoring a frame configuration does not
7802         restore deleted frames.
7803         (Window System Selections): `x-set-selection' returns DATA.
7804         (Resources): Add example.
7805         (Display Feature Testing): Clarify descriptions of
7806         `display-pixel-height', `display-pixel-width', `x-server-version'
7807         and `x-server-vendor'.
7809         * windows.texi (Choosing Window): Add anchor.
7810         * minibuf.texi (Minibuffer Misc): Add anchor.
7812 2004-07-23  John Paul Wallington  <jpw@gnu.org>
7814         * macros.texi (Defining Macros): Declaration keyword for setting
7815         Edebug spec is `debug' not `edebug'.
7817 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
7819         * windows.texi: Various small changes in addition to:
7820         (Window Point): Mention return value of `set-window-point'.
7821         (Window Start): `pos-visible-in-window-p' disregards horizontal
7822         scrolling.  Explain return value if PARTIALLY is non-nil.
7823         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7824         and `set-window-vscroll'.
7825         (Size of Window): The argument WINDOW to `window-inside-edges',
7826         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7827         (Resizing Windows): Explain return value of
7828         `shrink-window-if-larger-than-buffer'.
7829         `window-size-fixed' automatically becomes buffer local when set.
7830         (Window Configurations): Explain return value of
7831         `set-window-configuration'.
7833         * minibuf.texi (Minibuffer Misc): Add anchor for
7834         `minibuffer-scroll-window'.
7836         * positions.texi (Text Lines): Add anchor for `count-lines'.
7838 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7840         * display.texi (Overlay Properties): Adding `evaporate' prop
7841         deletes empty overlay immediately.
7843         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7844         fix example.
7846 2004-07-16  Jim Blandy  <jimb@redhat.com>
7848         * searching.texi (Regexp Backslash): Document new \_< and \_>
7849         operators.
7851 2004-07-16  Juanma Barranquero  <lektu@terra.es>
7853         * display.texi (Images): Fix Texinfo usage.
7855 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7857         * buffers.texi (Modification Time): `visited-file-modtime' now
7858         returns a list of two integers, instead of a cons.
7860 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
7862         * windows.texi: Various changes in addition to:
7863         (Splitting Windows): Add `split-window-keep-point'.
7865 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7867         * frames.texi (Input Focus): Minor fix.
7869 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
7871         * frames.texi (Input Focus): Clarify descriptions of
7872         `select-frame-set-input-focus' and `select-frame'.
7874 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
7876         * os.texi: Various small changes in addition to:
7877         (Killing Emacs): Expand and clarify description of
7878         `kill-emacs-query-functions' and `kill-emacs-hook'.
7879         (System Environment): Expand and clarify description of `getenv'
7880         and `setenv'.
7881         (Timers): Clarify description of `run-at-time'.
7882         (Translating Input): Correct description of
7883         `extra-keyboard-modifiers'.
7884         (Flow Control): Correct description of `enable-flow-control'.
7886 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
7888         * os.texi: Update copyright.
7889         (Session Management): Grammar fix.
7890         Clarify which Emacs does the restarting.
7891         Use @samp for *scratch* buffer.
7893 2004-07-04  Alan Mackenzie  <acm@muc.de>
7895         * frames.texi (Input Focus): Add documentation for
7896         `select-frame-set-input-focus'.  Replace refs to non-existent
7897         `switch-frame' with `select-frame'.  Minor corrections and tidying
7898         up of text-only terminal stuff.
7900 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7902         * files.texi (Saving Buffers): Cleanup write-contents-function.
7903         (Magic File Names): Cleanup file-remote-p.
7905 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
7907         * files.texi (Magic File Names): `file-remote-p' returns an
7908         identifier of the remote system, not just t.
7910 2004-07-02  David Kastrup  <dak@gnu.org>
7912         * searching.texi (Entire Match Data): Add explanation about new
7913         match-data behavior when @var{integers} is non-nil.
7915 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7917         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7919         * customize.texi (Variable Definitions): Note about doc strings
7920         and :set.
7922         * keymaps.texi (Keymap Terminology): Document `kbd'.
7923         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7925         * display.texi (Invisible Text): Setting buffer-invisibility-spec
7926         makes it buffer-local.
7928         * files.texi (Saving Buffers): Correct previous change.
7930         * commands.texi (Accessing Events):
7931         Clarify posn-col-row and posn-actual-col-row.
7933 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
7935         * commands.texi (Accessing Events): New functions
7936         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
7938 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7940         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7941         * frames.texi, buffers.texi, backups.texi, variables.texi:
7942         * loading.texi, eval.texi, functions.texi, control.texi:
7943         * symbols.texi, minibuf.texi: Reposition @anchor's.
7945         * help.texi: Various small changes in addition to the following.
7946         (Describing Characters): Describe PREFIX argument to
7947         `key-description'.  Correct and clarify definition of
7948         `text-char-description'.  Describe NEED-VECTOR argument to
7949         `read-kbd-macro'.
7950         (Help Functions): Clarify definition of `apropos'.
7952 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7954         * files.texi (Saving Buffers): Correct description of
7955         `write-contents-functions'.
7957 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7959         * display.texi (Images): Remove redundant @vindex directives.
7960         Rewrite `image-library-alist' doc in active voice.
7962 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7964         * display.texi (Images): Document new delayed library loading,
7965         variable `image-library-alist' and (existing but undocumented)
7966         function `image-type-available-p'.
7968 2004-06-05  Richard M. Stallman  <rms@gnu.org>
7970         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7971         refer the user to the Initial Input node.
7972         (Text from Minibuffer): Likewise.
7973         (Initial Input): New node.  Document this feature
7974         and say it is mostly deprecated.
7976 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7978         * loading.texi (Named Features): Clarify return value
7979         and meaning of NOERROR.
7981         * variables.texi (File Local Variables): Minor cleanup.
7983 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7985         * files.texi (Magic File Names): Add `file-remote-p' as operation
7986         of file name handlers.
7988 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7990         * modes.texi (Minor Mode Conventions): (-) has no special meaning
7991         as arg to a minor mode command.
7993 2004-05-22  Richard M. Stallman  <rms@gnu.org>
7995         * syntax.texi (Syntax Class Table): Word syntax not just for English.
7997         * streams.texi (Output Variables): Doc float-output-format.
7999         * searching.texi (Regexp Special): Nested repetition can be infloop.
8001         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8002         real stack overflow.
8004         * compile.texi: Minor cleanups.
8006 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8008         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8009         circular lists.
8010         (List Elements): Explain handling of circular and dotted lists.
8012 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8014         * modes.texi (Search-based Fontification): Fix typo.
8016 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8018         * modes.texi (Mode Line Variables): Fix description of
8019         global-mode-string, which is now after which-func-mode, not the
8020         buffer name.
8022 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8024         * modes.texi (Desktop Save Mode): Add.
8025         (Modes): Add menu entry Desktop Save Mode.
8027         * hooks.texi: Add desktop-after-read-hook,
8028         desktop-no-desktop-file-hook and desktop-save-hook.
8030         * locals.texi: Add desktop-save-buffer.
8032 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8034         * display.texi: emacs -> Emacs.
8036 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8038         * files.texi (Changing Files): Document set-file-times.
8040 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8042         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8044 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8046         * tips.texi (Coding Conventions): defopt -> defcustom.
8048 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8050         * sequences.texi: Various clarifications.
8052 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8054         * buffers.texi (Read Only Buffers): Mention optional ARG to
8055         `toggle-read-only'.
8057 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8059         * windows.texi (Selecting Windows): Note that get-lru-window
8060         returns a full-width window if possible.
8062 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8064         * buffers.texi: Various changes in addition to:
8065         (Buffer File Name): Add `find-buffer-visiting'.
8066         (Buffer Modification): Mention optional ARG to `not-modified'.
8067         (Indirect Buffers): Mention optional CLONE argument to
8068         `make-indirect-buffer'.
8070         * files.texi: Various changes in addition to:
8071         (Visiting Functions): `find-file-hook' is now a normal hook.
8072         (File Name Expansion): Explain difference between the way that
8073         `expand-file-name' and `file-truename' treat `..'.
8074         (Contents of Directories): Mention optional ID-FORMAT argument to
8075         `directory-files-and-attributes'.
8076         (Format Conversion): Mention new optional CONFIRM argument to
8077         `format-write-file'.
8079 2004-04-12  Miles Bader  <miles@gnu.org>
8081         * macros.texi (Expansion): Add description of `macroexpand-all'.
8083 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8085         * variables.texi (Variable Aliases):
8086         Mention cyclic-variable-indirection.
8088         * errors.texi (Standard Errors): Ditto.
8090 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8092         * backups.texi: Various small changes in addition to:
8093         (Making Backups): Mention return value of `backup-buffer'.
8094         (Auto-Saving): Mention optional FORCE argument to
8095         `delete-auto-save-file-if-necessary'.
8096         (Reverting): Mention optional PRESERVE-MODES argument to
8097         `revert-buffer'.  Correct description of `revert-buffer-function'.
8099 2004-03-22  Juri Linkov  <juri@jurta.org>
8101         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8102         with `Vector Functions'.
8104         * text.texi (Sorting): Add missing quote.
8106 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8108         * intro.texi (Lisp History): Replace xref to `cl' manual with
8109         inforef.
8111 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8113         * intro.texi (Version Info): Add arg to emacs-version.
8114         (Lisp History): Change xref to CL manual.
8116 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8118         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8119         for Partial Completion mode.
8121 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8123         * customize.texi: Fix typo.  Remove eol whitespace.
8125 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8127         * processes.texi: Fix typos.
8129         * lists.texi (Building Lists): Minor clarification.
8131         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8132         in make-hash-table.
8134 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8136         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8137         rm, and ignore exit code.
8139 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8141         * display.texi (Defining Faces): Add description for min-colors.
8142         Update example.
8144 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8146         * abbrevs.texi: Various corrections and clarifications in addition
8147         to the following:
8148         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8150 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8152         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8154 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8156         * text.texi: Various small changes in addition to the following:
8157         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8158         to delete-horizontal-space.
8159         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8160         description of yank-handler text property at various places.
8162         * frames.texi (Window System Selections): Add anchor.
8164         * syntax.texi (Syntax Table Functions): Clarify and correct
8165         descriptions of make-syntax-table and copy-syntax-table.
8166         (Motion and Syntax): Clarify SYNTAXES argument to
8167         skip-syntax-forward.
8168         (Parsing Expressions): Mention that the return value of
8169         parse-partial-sexp is currently a list of ten rather than nine
8170         elements.
8171         (Categories): Various corrections and clarifications.
8173 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8175         * markers.texi (Marker Insertion Types): Minor change.
8177         * locals.texi (Standard Buffer-Local Variables):
8178         * commands.texi (Interactive Codes, Using Interactive):
8179         * functions.texi (Related Topics): Fix xrefs.
8181 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8183         * lists.texi (Sets And Lists): Update description of delete-dups.
8185 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8187         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8189 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
8191         * frames.texi (Parameter Access): frame-parameters arg is optional.
8192         modify-frame-parameters handles nil for FRAME.
8193         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8194         are all-or-nothing for certain toolkits.
8195         Mention parameter wait-for-wm.
8196         (Frames and Windows): In frame-first-window and frame-selected-window
8197         the arg is optional.
8198         (Input Focus): In redirect-frame-focus the second arg is optional.
8199         (Window System Selections): Mention selection type CLIPBOARD.
8200         Mention data-type UTF8_STRING.
8201         Mention numbering of cut buffers.
8202         (Resources): Describe x-resource-name.
8204 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8206         * windows.texi (Buffers and Windows): Delete false table
8207         about all-frames.
8209         * syntax.texi (Parsing Expressions): Delete old caveat
8210         about parse-sexp-ignore-comments.
8212         * streams.texi (Output Variables): Add print-quoted.
8214         * lists.texi (Building Lists): Minor cleanup.
8216         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8218         * display.texi (Overlays): Explain overlays use markers.
8219         (Managing Overlays): Explain front-advance and rear-advance
8220         in more detail.
8222         * loading.texi (Unloading): Document unload-feature-special-hooks.
8223         Get rid of fns-NNN.el file.
8225 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8227         * help.texi (Describing Characters): Fix text-char-description
8228         example output.
8230         * edebug.texi (Using Edebug): Fix example.
8232         * debugging.texi (Internals of Debugger): Fix return value.
8234         * files.texi (Changing Files): Fix argname.
8236         * calendar.texi: Fix parens, and default values.
8238         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8239         * nonascii.texi, objects.texi, os.texi: Minor fixes.
8240         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8242         * positions.texi (Text Lines): Don't add -1 in current-line.
8244 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8246         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8248 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8250         * processes.texi (Low-Level Network): Fix a typo.
8252 2004-02-12  Kim F. Storm  <storm@cua.dk>
8254         * display.texi (Fringes): Use consistent wording.
8255         Note that window-fringe's window arg is optional.
8256         (Scroll Bars): Use consistent wording.
8258 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8260         * tips.texi (Comment Tips): Document the new conventions for
8261         commenting out code.
8263 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8265         * positions.texi (Text Lines): Add missing end defun.
8267 2004-02-07  Kim F. Storm  <storm@cua.dk>
8269         * positions.texi (Text Lines): Add line-number-at-pos.
8271 2004-02-06  John Paul Wallington  <jpw@gnu.org>
8273         * display.texi (Button Properties, Button Buffer Commands):
8274         mouse-2 invokes button, not down-mouse-1.
8276 2004-02-04  Jason Rumney  <jasonr@gnu.org>
8278         * makefile.w32-in: Sync with Makefile.in changes.
8280 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
8282         * minibuf.texi (Text from Minibuffer): Various corrections and
8283         clarifications.
8284         (Object from Minibuffer): Correct Lisp description of
8285         read-minibuffer.
8286         (Minibuffer History): Clarify description of cons values for
8287         HISTORY arguments.
8288         (Basic Completion): Various corrections and clarifications.
8289         Add completion-regexp-list.
8290         (Minibuffer Completion): Correct and clarify description of
8291         completing-read.
8292         (Completion Commands): Mention Partial Completion mode.
8293         Various other minor changes.
8294         (High-Level Completion): Various corrections and clarifications.
8295         (Reading File Names): Ditto.
8296         (Minibuffer Misc): Ditto.
8298 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8300         * strings.texi (Text Comparison): assoc-string also matches
8301         elements of alists that are strings instead of conses.
8302         (Formatting Strings): Standardize Texinfo usage.  Update index
8303         entries.
8305 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
8307         * lists.texi (Sets And Lists): Add delete-dups.
8309 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8311         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8312         special form.
8313         * macros.texi (Defining Macros): Update description of `declare',
8314         which now is a macro.
8315         (Wrong Time): Fix typos.
8317 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8319         * compile.texi (Compilation Functions): Expand descriptions of
8320         `compile-defun', `byte-compile-file', `byte-recompile-directory'
8321         and `batch-byte-compile'.  In particular, mention and describe
8322         all optional arguments.
8323         (Disassembly): Correct and clarify the description of `disassemble'.
8325 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8327         * searching.texi: Various small changes in addition to the
8328         following.
8329         (Regexp Example): Adapt to new value of `sentence-end'.
8330         (Regexp Functions): The PAREN argument to `regexp-opt' can be
8331         `words'.
8332         (Search and Replace): Add usage note for `perform-replace'.
8333         (Entire Match Data): Mention INTEGERS and REUSE arguments to
8334         `match-data'.
8335         (Standard Regexps): Update for new values of `paragraph-start'
8336         and `sentence-end'.
8338 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8340         * files.texi (Saving Buffers): Clarify descriptions of
8341         `write-contents-functions' and `before-save-hook'.
8342         Make the defvar's for `before-save-hook' and `after-save-hook'
8343         into defopt's.
8345 2004-01-07  Kim F. Storm  <storm@cua.dk>
8347         * commands.texi (Click Events): Describe new image and
8348         width/height elements of click events.
8349         (Accessing Events): Add posn-string, posn-image, and
8350         posn-object-width-height.  Change posn-object to return either
8351         image or string object.
8353 2004-01-01  Simon Josefsson  <jas@extundo.com>
8355         * hooks.texi (Standard Hooks): Add before-save-hook.
8356         * files.texi (Saving Buffers): Likewise.
8358 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8360         * frames.texi (Frames and Windows): Delete frame-root-window.
8362 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8364         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8366         * functions.texi: Various small changes in addition to the
8367         following.
8368         (What Is a Function): `functionp' returns nil for macros.
8369         Clarify behavior of this and following functions for symbol arguments.
8370         (Function Documentation): Add `\' in front of (fn @var{arglist})
8371         and explain why.
8372         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8373         Add anchor.
8374         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8376 2004-01-01  Miles Bader  <miles@gnu.org>
8378         * display.texi (Buttons): New section.
8380 2003-12-31  Andreas Schwab  <schwab@suse.de>
8382         * numbers.texi (Math Functions): sqrt reports a domain-error
8383         error.
8384         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8386 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8388         * tips.texi (Documentation Tips): Update item on hyperlinks in
8389         documentation strings.
8391         * errors.texi (Standard Errors): Various small corrections and
8392         additions.
8394         * control.texi: Various small changes in addition to the
8395         following.
8396         (Signaling Errors): Provide some more details on how `signal'
8397         constructs the error message.  Add anchor to the definition of
8398         `signal'.
8399         (Error Symbols): Describe special treatment of `quit'.
8400         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8401         to emphasize that it has to be a single form.
8403         * buffers.texi: Add anchor.
8405 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8407         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8408         (Window Configurations): Add window-configuration-frame.
8410         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8412         * text.texi (Examining Properties): Add get-char-property-and-overlay.
8413         Change arg name in get-char-property.
8414         (Special Properties): Update handling of keymap property.
8416         * strings.texi (Modifying Strings): Add clear-string.
8417         (Text Comparison): Add assoc-string and remove
8418         assoc-ignore-case, assoc-ignore-representation.
8420         * os.texi (Time of Day): Add set-time-zone-rule.
8422         * numbers.texi (Math Functions): asin, acos, log, log10
8423         report domain-error errors.
8425         * nonascii.texi (Converting Representations):
8426         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8427         (Encoding and I/O): Add file-name-coding-system.
8429         * modes.texi (Search-based Fontification): Explain that
8430         face specs are symbols with face names as values.
8432         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8434         * lists.texi (Building Lists): remq moved elsewhere.
8435         (Sets And Lists): remq moved here.
8436         (Association Lists): Refer to assoc-string.
8438         * internals.texi (Garbage Collection): Add memory-use-counts.
8440         * frames.texi (Frames and Windows): Add set-frame-selected-window
8441         and frame-root-window.
8443         * files.texi (Contents of Directories):
8444         Add directory-files-and-attributes.
8446         * display.texi (Refresh Screen): Add force-window-update.
8447         (Invisible Text): Explain about moving point out of invis text.
8448         (Overlay Properties): Add overlay-properties.
8449         (Managing Overlays): Add overlayp.
8450         (GIF Images): Invalid image number displays a hollow box.
8452         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8453         (Killing Buffers): Add buffer-live-p.
8455 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8457         * display.texi (Fringes): Fix typo "set-buffer-window".
8459 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8461         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8462         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8463         Add or change various xrefs and anchors.
8465         * commands.texi: Replace all occurrences of @acronym{CAR} with
8466         @sc{car}, for consistency with the rest of the Elisp manual.
8467         `car' and `cdr' are historically acronyms, but are no longer
8468         widely thought of as such.
8470         * internals.texi (Pure Storage): Mention that `purecopy' does not
8471         copy text properties.
8472         (Object Internals): Now 29 bits are used (in most implementations)
8473         to address Lisp objects.
8475         * variables.texi (Variables with Restricted Values): New node.
8477         * objects.texi (Lisp Data Types): Mention that certain variables
8478         can only take on a restricted set of values and add an xref to
8479         the new node "Variables with Restricted Values".
8481         * eval.texi (Function Indirection): Describe the errors that
8482         `indirect-function' can signal.
8483         (Eval): Clarify the descriptions of `eval-region' and `values'.
8484         Describe `eval-buffer' instead of `eval-current-buffer' and
8485         mention `eval-current-buffer' as an alias for `current-buffer'.
8486         Correct the description and mention all optional arguments.
8488         * nonascii.texi: Various small changes in addition to the
8489         following.
8490         (Converting Representations): Clarify behavior of
8491         `string-make-multibyte' and `string-to-multibyte' for unibyte all
8492         ASCII arguments.
8493         (Character Sets): Document the variable `charset-list' and adapt
8494         the definition of the function `charset-list' accordingly.
8495         (Translation of Characters): Clarify use of generic characters in
8496         `make-translation-table'.  Clarify and correct the description of
8497         the use of translation tables in encoding and decoding.
8498         (User-Chosen Coding Systems): Correct and clarify the description
8499         of `select-safe-coding-system'.
8500         (Default Coding Systems): Clarify description of
8501         `file-coding-system-alist'.
8503 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8505         * strings.texi (Text Comparison): Correctly describe when two
8506         strings are `equal'.  Combine and clarify descriptions of
8507         `assoc-ignore-case' and `assoc-ignore-representation'.
8509         * objects.texi (Non-ASCII in Strings): Clarify description of
8510         when a string is unibyte or multibyte.
8511         (Bool-Vector Type): Update examples.
8512         (Equality Predicates): Correctly describe when two strings are
8513         `equal'.
8515 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8517         * lists.texi (Building Lists): `append' no longer accepts integer
8518         arguments.  Update the description of `number-sequence' to reflect
8519         recent changes.
8520         (Sets And Lists): Describe `member-ignore-case' after `member'.
8522 2003-11-27  Kim F. Storm  <storm@cua.dk>
8524         * commands.texi (Click Events): Click object may be an images.
8525         Describe (dx . dy) element of click positions.
8526         (Accessing Events): Remove duplicate posn-timestamp.
8527         New functions posn-object and posn-object-x-y.
8529 2003-11-23  Kim F. Storm  <storm@cua.dk>
8531         * commands.texi (Click Events): Describe enhancements to event
8532         position lists, including new text-pos and (col . row) items.
8533         Mention left-fringe and right-fringe area events.
8534         (Accessing Events): New functions posn-area and
8535         posn-actual-col-row.  Mention posn-timestamp.  Mention that
8536         posn-point in non-text area still returns buffer position.
8537         Clarify posn-col-row.
8539 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
8541         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8542         * anti.texi (File Attributes): Describe removed parameter
8543         ID-FORMAT.
8545 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8547         * positions.texi (Positions): Mention that, if a marker is used as
8548         a position, its buffer is ignored.
8550         * markers.texi (Overview of Markers): Mention it here too.
8552 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
8554         * numbers.texi (Numeric Conversions): Not just `floor', but also
8555         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8557 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
8559         * markers.texi (Creating Markers): Specify insertion type of
8560         created markers.  Add xref to `Marker Insertion Types'.
8561         Second argument to `copy-marker' is optional.
8562         (Marker Insertion Types): Mention that most markers are created
8563         with insertion type nil.
8564         (The Mark): Correctly describe when `mark' signals an error.
8565         (The Region): Correctly describe when `region-beginning' and
8566         `region-end' signal an error.
8568 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
8570         * hash.texi (Creating Hash): Clarify description of `eql'.
8571         `makehash' is obsolete.
8572         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8574         * positions.texi (Point): Change description of `buffer-end', so
8575         that it is also correct for floating point arguments.
8576         (List Motion): Correct argument lists of `beginning-of-defun' and
8577         `end-of-defun'.
8578         (Excursions): Add xref to `Marker Insertion Types'.
8579         (Narrowing): Argument to `narrow-to-page' is optional.
8581 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
8583         * streams.texi (Output Streams): Clarify behavior of point for
8584         marker output streams.
8586 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
8588         * variables.texi (Defining Variables): Second argument to
8589         `defconst' is not optional.
8590         (Setting Variables): Mention optional argument APPEND to
8591         `add-to-list'.
8592         (Creating Buffer-Local): Expand description of
8593         `make-variable-buffer-local'.
8594         (Frame-Local Variables): Expand description of
8595         `make-variable-frame-local'.
8596         (Variable Aliases): Correct description of optional argument
8597         DOCSTRING to `defvaralias'.  Mention return value of
8598         `defvaralias'.
8599         (File Local Variables): Add xref to `File variables' in Emacs
8600         Manual.  Correct description of `hack-local-variables'.  Mention
8601         `safe-local-variable' property.  Mention optional second argument
8602         to `risky-local-variable-p'.
8604 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
8606         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8608 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8610         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8611         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8612         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8613         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8614         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8615         lispref/processes.texi, lispref/searching.texi,
8616         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8617         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8618         @acronym{FOO}.
8620 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
8622         * strings.texi (Creating Strings): Argument START to `substring'
8623         can not be `nil'.  Expand description of
8624         `substring-no-properties'.  Correct description of `split-string',
8625         especially with respect to empty matches.  Prevent very bad line
8626         break in definition of `split-string-default-separators'.
8627         (Text Comparison): `string=' and `string<' also accept symbols as
8628         arguments.
8629         (String Conversion): More completely describe argument BASE in
8630         `string-to-number'.
8631         (Formatting Strings): `%s' and `%S' in `format' do require
8632         corresponding object.  Clarify behavior of numeric prefix after
8633         `%' in `format'.
8634         (Case Conversion): The argument to `upcase-initials' can be a
8635         character.
8637 2003-10-27  Kenichi Handa  <handa@m17n.org>
8639         * display.texi (Fontsets): Fix texinfo usage.
8641 2003-10-25  Kenichi Handa  <handa@m17n.org>
8643         * display.texi (Fontsets): Add description of the function
8644         set-fontset-font.
8646 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
8648         * display.texi (Temporary Displays): Add xref to `Documentation
8649         Tips'.
8651         * functions.texi (Function Safety): Use inforef instead of pxref
8652         for SES.
8654 2003-10-23  Andreas Schwab  <schwab@suse.de>
8656         * Makefile.in (TEX, texinputdir): Don't define.
8657         (TEXI2DVI): Define.
8658         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8659         add $(srcdir)/index.texi.
8660         ($(infodir)/elisp): Remove index.texi dependency.
8661         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
8662         (index.texi): Remove target.
8663         (dist): Don't link $(srcdir)/permute-index.
8664         (clean): Don't remove index.texi.
8666         * permute-index, index.perm: Remove.
8667         * index.texi: Rename from index.unperm.
8669 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
8671         * tips.texi (Documentation Tips): Document new behavior for face
8672         and variable hyperlinks in Help mode.
8674 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
8676         * objects.texi (Integer Type): Update for extra bit of integer range.
8677         (Character Type): Ditto.
8679 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
8681         * numbers.texi (Integer Basics): Add index entries for reading
8682         numbers in hex, octal, and binary.
8684 2003-10-16  Lute Kamstra  <lute@gnu.org>
8686         * modes.texi (Mode Line Format): Mention force-mode-line-update's
8687         argument.
8689 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
8691         * windows.texi (Choosing Window): Fix typo.
8692         * edebug.texi (Edebug Execution Modes): Fix typo.
8694 2003-10-13  Richard M. Stallman  <rms@gnu.org>
8696         * windows.texi (Basic Windows): A window has fringe settings,
8697         display margins and scroll-bar settings.
8698         (Splitting Windows): Doc split-window return value.
8699         Clean up one-window-p.
8700         (Selecting Windows): Fix typo.
8701         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8702         (Buffers and Windows): In set-window-buffer, explain effect
8703         on fringe settings and scroll bar settings.
8704         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8705         (Choosing Window): Use defopt for pop-up-frame-function.
8706         For special-display-buffer-names, explain same-window and same-frame.
8707         Clarify window-dedicated-p return value.
8708         (Textual Scrolling): scroll-up and scroll-down can get an error.
8709         (Horizontal Scrolling): Clarify auto-hscroll-mode.
8710         Clarify set-window-hscroll.
8711         (Size of Window): Don't mention tool bar in window-height.
8712         (Coordinates and Windows): Explain what coordinates-in-window-p
8713         returns for fringes and display margins.
8714         (Window Configurations): Explain saving fringes, etc.
8716         * tips.texi (Library Headers): Clean up Documentation.
8718         * syntax.texi (Parsing Expressions): Clean up forward-comment
8719         and parse-sexp-lookup-properties.
8721         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8723         * os.texi (System Environment): Clean up text for load-average errors.
8725         * modes.texi (Hooks): Don't explain local hook details at front.
8726         Clarify run-hooks and run-hook-with-args a little.
8727         Clean up add-hook and remove-hook.
8729         * edebug.texi (Edebug Execution Modes): Clarify t.
8730         Document edebug-sit-for-seconds.
8731         (Coverage Testing): Document C-x X = and =.
8732         (Instrumenting Macro Calls): Fix typo.
8733         (Specification List): Don't index the specification keywords.
8735 2003-10-10  Kim F. Storm  <storm@cua.dk>
8737         * processes.texi (Network): Introduce make-network-process.
8739 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8741         * tips.texi (Library Headers): Fix typo.
8743 2003-10-07  Juri Linkov  <juri@jurta.org>
8745         * modes.texi (Imenu): Mention imenu-create-index-function's
8746         default value.  Explain submenus better.
8748 2003-10-07  Lute Kamstra  <lute@gnu.org>
8750         * modes.texi (Faces for Font Lock): Fix typo.
8751         (Hooks): Explain how buffer-local hook variables can refer to
8752         global hook variables.
8753         Various minor clarifications.
8755 2003-10-06  Lute Kamstra  <lute@gnu.org>
8757         * tips.texi (Coding Conventions): Mention naming conventions for
8758         hooks.
8760 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8762         * loading.texi (Library Search): Correct default value of
8763         load-suffixes.
8764         (Named Features): Fix typo.
8766 2003-10-05  Richard M. Stallman  <rms@gnu.org>
8768         * loading.texi (Named Features): In `provide',
8769         say how to test for subfeatures.
8770         (Unloading): In unload-feature, use new var name
8771         unload-feature-special-hooks.
8773 2003-10-03  Lute Kamstra  <lute@gnu.org>
8775         * modes.texi (Major Mode Conventions): Mention third way to set up
8776         Imenu.
8777         (Imenu): A number of small fixes.
8778         Delete documentation of internal variable imenu--index-alist.
8779         Document the return value format of imenu-create-index-function
8780         functions.
8782 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8784         * processes.texi (Network): Say what stopped datagram connections do.
8786         * lists.texi (Association Lists): Clarify `assq-delete-all'.
8788         * display.texi (Overlay Properties): Clarify `evaporate' property.
8790 2003-09-29  Lute Kamstra  <lute@gnu.org>
8792         * modes.texi (Mode Line Data): Explain when symbols in mode-line
8793         constructs should be marked as risky.
8794         Change cons cell into proper list.
8795         (Mode Line Variables): Change cons cell into proper list.
8797 2003-09-26  Lute Kamstra  <lute@gnu.org>
8799         * modes.texi (Mode Line Data): Document the :propertize construct.
8800         (Mode Line Variables): Reorder the descriptions of the variables
8801         to match their order in the default mode-line-format.
8802         Describe the new variables mode-line-position and mode-line-modes.
8803         Update the default values of mode-line-frame-identification,
8804         minor-mode-alist, and default-mode-line-format.
8805         (Properties in Mode): Mention the :propertize construct.
8807 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8809         * buffers.texi, commands.texi, debugging.texi, eval.texi:
8810         * loading.texi, minibuf.texi, text.texi, variables.texi:
8811         Avoid @strong{Note:}.
8813 2003-09-26  Richard M. Stallman  <rms@gnu.org>
8815         * keymaps.texi (Remapping Commands): Fix typo.
8817 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
8819         * processes.texi (Low-Level Network): Fix typo.
8821 2003-09-23  Kim F. Storm  <storm@cua.dk>
8823         * processes.texi (Network, Network Servers): Fix typos.
8824         (Low-Level Network): Add timeout value for :server keyword.
8825         Add new option keywords to make-network-process.
8826         Add set-network-process-options.
8827         Explain how to test availability of network options.
8829 2003-09-19  Richard M. Stallman  <rms@gnu.org>
8831         * text.texi (Motion by Indent): Arg to
8832         backward-to-indentation and forward-to-indentation is optional.
8834         * strings.texi (Creating Strings): Add substring-no-properties.
8836         * processes.texi
8837         (Process Information): Add list-processes arg QUERY-ONLY.
8838         Delete process-contact from here.
8839         Add new status values for process-status.
8840         Add process-get, process-put, process-plist, set-process-plist.
8841         (Synchronous Processes): Add call-process-shell-command.
8842         (Signals to Processes): signal-process allows process objects.
8843         (Network): Complete rewrite.
8844         (Network Servers, Datagrams, Low-Level Network): New nodes.
8846         * positions.texi (Word Motion): forward-word, backward-word
8847         arg is optional.  Reword.
8849         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8851         * variables.texi (Creating Buffer-Local):
8852         Delete duplicate definition of buffer-local-value.
8853         (File Local Variables): Explain about discarding text props.
8855 2003-09-11  Richard M. Stallman  <rms@gnu.org>
8857         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8858         changes variables that record input events.
8859         (Minibuffer Misc): Add minibuffer-selected-window.
8861         * lists.texi (Building Lists): Add copy-tree.
8863         * display.texi (Fontsets): Add char-displayable-p.
8864         (Scroll Bars): New node.
8866 2003-09-08  Lute Kamstra  <lute@gnu.org>
8868         * modes.texi (%-Constructs): Document new `%i' and `%I'
8869         constructs.
8871 2003-09-03  Peter Runestig  <peter@runestig.com>
8873         * makefile.w32-in: New file.
8875 2003-08-29  Richard M. Stallman  <rms@gnu.org>
8877         * display.texi (Overlay Properties): Clarify how priorities
8878         affect use of the properties.
8880 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8882         * customize.texi (Type Keywords): Correct the description of
8883         `:help-echo' in the case where `motion-doc' is a function.
8885 2003-08-14  John Paul Wallington  <jpw@gnu.org>
8887         * modes.texi (Emulating Mode Line): Subsection, not section.
8889 2003-08-13  Richard M. Stallman  <rms@gnu.org>
8891         * elisp.texi (Top): Update subnode lists in menu.
8893         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8894         (Kill Functions): kill-region has new arg yank-handler.
8895         (Yanking): New node.
8896         (Yank Commands): Add yank-undo-function.
8897         (Low-Level Kill Ring):
8898         kill-new and kill-append have new arg yank-handler.
8899         (Changing Properties): Add remove-list-of-text-properties.
8900         (Atomic Changes): New node.
8902         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8904         * streams.texi (Output Variables): Add eval-expression-print-length
8905         and eval-expression-print-level.
8907         * os.texi (Time Conversion): For encode-time, explain limits on year.
8909         * objects.texi (Character Type): Define anchor "modifier bits".
8911         * modes.texi (Emulating Mode Line): New node.
8912         (Search-based Fontification): Font Lock uses font-lock-face property.
8913         (Other Font Lock Variables): Likewise.
8915         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8916         not vectors.
8917         (Active Keymaps): Add emulation-mode-map-alists.
8918         (Functions for Key Lookup): key-binding has new arg no-remap.
8919         (Remapping Commands): New node.
8920         (Scanning Keymaps): where-is-internal has new arg no-remap.
8921         (Tool Bar): Add tool-bar-local-item-from-menu.
8922         Clarify when to use tool-bar-add-item-from-menu.
8924         * commands.texi (Interactive Call): commandp has new arg.
8925         (Command Loop Info): Add this-original-command.
8927 2003-08-06  John Paul Wallington  <jpw@gnu.org>
8929         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8931         * display.texi (Warning Basics): Fix typo.
8932         (Fringes): Add closing curly bracket and fix typo.
8934         * elisp.texi (Top): Fix typo.
8936 2003-08-05  Richard M. Stallman  <rms@gnu.org>
8938         * elisp.texi: Update lists of subnodes.
8940         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8942         * variables.texi (Local Variables): Use lc for example variable names.
8944         * tips.texi (Library Headers): Explain where to put -*-.
8946         * strings.texi (Creating Strings): Fix xref for vconcat.
8948         * sequences.texi (Vector Functions):
8949         vconcat no longer allows integer args.
8951         * minibuf.texi (Reading File Names): read-file-name has new
8952         arg PREDICATE.  New function read-directory-name.
8954         * macros.texi (Defining Macros): Give definition of `declare'.
8955         (Indenting Macros): New node.
8957         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8958         (Window Frame Parameters): Make separate table of parameters
8959         that are coupled with specific face attributes.
8960         (Deleting Frames): delete-frame-hooks renamed to
8961         delete-frame-functions.
8963         * files.texi (Magic File Names): Add file-remote-p.
8964         Clarify file-local-copy.
8966         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8967         here; instead xref Defining Macros.
8969         * display.texi (Warnings): New node, and subnodes.
8970         (Fringes): New node.
8972         * debugging.texi (Test Coverage): New node.
8974         * compile.texi (Compiler Errors): Explain with-no-warnings
8975         and other ways to suppress warnings.
8977         * commands.texi (Interactive Call): Minor clarification.
8979         * buffers.texi (Buffer File Name): set-visited-file-name
8980         renames the buffer too.
8982         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8984 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
8986         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8988 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
8990         * internals.texi (Garbage Collection): Fix previous change.
8992 2003-07-22  Richard M. Stallman  <rms@gnu.org>
8994         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8996         * display.texi (Width): Use \s syntax in example.
8997         (Font Selection): Add face-font-rescale-alist.
8999         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9000         Remove spurious indent in example.
9002         * lists.texi (Building Lists): Add number-sequence.
9004         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9006         * functions.texi (Function Documentation): Explain how to
9007         show calling convention explicitly in the doc string.
9009         * windows.texi (Selecting Windows): save-selected-window saves
9010         selected window of each frame.
9011         (Window Configurations): Minor change.
9013         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9015         * streams.texi (Output Variables): Add print-continuous-numbering
9016         and print-number-table.
9018         * processes.texi (Decoding Output): New node.
9020         * os.texi (Time Conversion): decode-time arg is optional.
9022         * objects.texi (Character Type): Don't use space as example for \.
9023         Make list of char names and \-sequences correspond.
9024         Explain that \s is not used in strings.  `\ ' needs space after.
9026         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9027         (Translation of Characters): Add translation-table-for-input.
9028         (Default Coding Systems): Add auto-coding-functions.
9029         (Explicit Encoding): Add decode-coding-inserted-region.
9030         (Locales): Add locale-info.
9032         * minibuf.texi (Basic Completion): Describe test-completion.
9033         Collections can be lists of strings.
9034         Clean up lazy-completion-table.
9035         (Programmed Completion): Mention test-completion.
9036         Clarify why lambda expressions are not accepted.
9037         (Minibuffer Misc): Describe minibufferp.
9039 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9041         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9043         * windows.texi (Selecting Windows): New arg to select-window.
9044         (Selecting Windows): Add with-selected-window.
9045         (Size of Window): Add window-inside-edges, etc.
9047         * internals.texi (Garbage Collection): Add post-gc-hook.
9049         * processes.texi (Subprocess Creation): Add exec-suffixes.
9051         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9052         (Scanning Keymaps): Add map-keymaps.
9053         (Defining Menus): Add keymap-prompt.
9055         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9056         most-negative-fixnum.
9058         * compile.texi (Byte Compilation): Explain no-byte-compile.
9059         (Compiler Errors): New node.
9061         * os.texi (User Identification): user-uid, user-real-uid
9062         can return float.
9064         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9065         and about derived modes.
9066         (Minor Modes): Add minor-mode-list.
9067         (Defining Minor Modes): Keyword args for define-minor-mode.
9068         (Search-based Fontification): Explain managing other properties.
9069         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9070         (Faces for Font Lock): Add font-lock-preprocessor-face.
9071         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9073         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9074         (Variable Aliases): Clarify defvaralias.
9076         * loading.texi (Library Search): Add load-suffixes.
9078         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9079         (Programmed Completion): Add dynamic-completion-table.
9081         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9082         (Magic File Names): Specify precedence order of handlers.
9084         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9085         and post-command-hook.
9086         (Waiting): New calling convention for sit-for.
9088         * text.texi (Special Properties): local-map and keymap properties
9089         apply based on their stickiness.
9091 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9093         * modes.texi (Minor Mode Conventions): Specify only some kinds
9094         of list values as args to minor modes.
9096         * files.texi (File Name Expansion): Warn about iterative use
9097         of substitute-in-file-name.
9099         * advice.texi (Activation of Advice): Clean up previous change.
9101 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9103         * advice.texi (Activation of Advice): Note that ad-start-advice is
9104         turned on by default.
9106 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9108         * text.texi (Buffer Contents): Document current-word.
9109         (Change Hooks): Not called for *Messages*.
9111         * functions.texi (Defining Functions): Explain about redefining
9112         primitives.
9113         (Function Safety): Renamed.  Minor changes.
9114         Comment out the detailed criteria for what is safe.
9116 2003-06-22  Andreas Schwab  <schwab@suse.de>
9118         * objects.texi (Symbol Type): Fix description of examples.
9120 2003-06-16  Andreas Schwab  <schwab@suse.de>
9122         * hash.texi (Creating Hash): Fix description of :weakness.
9124 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9126         * files.texi (Changing Files): copy-file copies file modes, too.
9128 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9130         * strings.texi (Creating Strings): Clarify split-string.
9132 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9134         * strings.texi (Creating Strings): Update split-string specification
9135         and examples.
9137 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9139         * elisp.texi: Correct invariant section names.
9141 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9143         * os.texi (Timers): Explain about timers and quitting.
9145 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9147         * internals.texi (Writing Emacs Primitives): Strings are
9148         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9149         Explain GCPRO convention for varargs function args.
9151 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9153         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9155 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9157         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9159 2003-02-13  Kim F. Storm  <storm@cua.dk>
9161         * objects.texi (Character Type): New \s escape for space.
9163 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9165         * os.texi (System Environment): Add cygwin system-type.
9167 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9169         * keymaps.texi: Document that a symbol can act as a keymap.
9171 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9173         * text.texi (Changing Properties): Say string indices are origin-0.
9175         * positions.texi (Screen Lines) <compute-motion>:
9176         Correct order of elts in return value.
9178         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9179         how to define a default binding.
9181 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9183         * loading.texi (Unloading): Fix recent change for load-history.
9185         * customize.texi (Simple Types): Clarify description of custom
9186         type 'number.  Describe new custom type 'float.
9188 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
9190         * variables.texi (File Local Variables): Fix typo.
9192 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9194         From Michael Albinus <Michael.Albinus@alcatel.de>.
9196         * README: Target for Info file is `make info'.
9198         * files.texi (File Name Components): Fix typos in
9199         `file-name-sans-extension'.
9200         (Magic File Names): Complete list of operations for magic file
9201         name handlers.
9203 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9205         * variables.texi (File Local Variables): New function
9206         risky-local-variable-p.
9208 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
9210         * functions.texi (Function safety): New node about unsafep.
9212 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9214         * customize.texi (Splicing into Lists): Fix example.
9215         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9217 2002-06-17  Juanma Barranquero  <lektu@terra.es>
9219         * frames.texi (Display Feature Testing): Fix typo.
9221 2002-06-12  Andreas Schwab  <schwab@suse.de>
9223         * frames.texi (Initial Parameters, Resources): Fix references to
9224         the Emacs manual.
9226 2002-05-13  Kim F. Storm  <storm@cua.dk>
9228         * variables.texi (Intro to Buffer-Local): Updated warning and
9229         example relating to changing buffer inside let.
9231 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
9233         * os.texi (Session Management): New node about X Session management.
9235 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
9237         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
9238         to which the manual corresponds, and the copyright years.
9240         * Makefile.in (VERSION): Set to 2.9.
9242 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
9244         * elisp.texi: Change the category in @dircategory to "Emacs", to
9245         make it consistent with info/dir.
9247 2001-11-25  Miles Bader  <miles@gnu.org>
9249         * text.texi (Fields): Describe new `limit' arg in
9250         field-beginning/field-end.
9252 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
9254         * permute-index: Don't depend on csh-specific features.
9255         Replace the interpreter name with /bin/sh.
9257         * two-volume-cross-refs.txt: New file.
9258         * two.el: New file.
9259         * spellfile: New file.
9261 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9263         * permute-index: New file.
9265         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9266         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9267         8+3 restricted namespace.
9269         * Makefile.in (infodir): Define relative to $(srcdir).
9270         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9271         include directories list via -I switch to makeinfo.
9272         (index.texi): Use cp if both hard and symbolic links fail.
9274 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
9276         * Makefile.in (distclean): Add.
9278         The following changes make ELisp manual part of the Emacs
9279         distribution:
9281         * Makefile.in: Add Copyright notice.
9282         (prefix): Remove.
9283         (infodir): Change value to "../info".
9284         (VPATH): New variable.
9285         (MAKE): Don't define.
9286         (texmacrodir): Don't define.
9287         (texinputdir): Append the existing value of TEXINPUTS.
9288         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
9289         command to be compatible with man/Makefile.in, and to put the
9290         output into ../info.
9291         (info): Add target.
9292         (installall): Target removed.
9294 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
9296         * tips.texi (Coding Conventions): Fix typo.
9298 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
9300         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9302 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
9304         * files.texi (File Name Components): Update the description of
9305         file-name-sans-extension and file-name-extension, as they now
9306         ignore leading dots.
9308 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9310         * (Version 21.1 released.)
9312 2001-10-19  Miles Bader  <miles@gnu.org>
9314         * positions.texi (Text Lines): Describe behavior of
9315         `beginning-of-line'/`end-of-line' in the presence of field properties.
9317 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
9319         * Makefile.in (VERSION): Set to 2.8.
9320         (manual): Use `manual-21'.
9322         * elisp.texi (VERSION): Add and use it where the version
9323         number was used.  Set it to 2.8.
9325         * intro.texi: Likewise.
9327 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9329         * files.texi (File Name Completion): Document the significance of
9330         a trailing slash in elements of completion-ignored-extensions.
9332 2001-10-06  Miles Bader  <miles@gnu.org>
9334         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9336 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9338         * variables.texi (Variable Aliases): New node.
9340 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9342         * Branch for 21.1.
9344 2001-10-02  Miles Bader  <miles@gnu.org>
9346         * minibuf.texi (Minibuffer Misc): Add entries for
9347         `minibuffer-contents', `minibuffer-contents-no-properties', and
9348         `delete-minibuffer-contents'.
9349         Correct description for `minibuffer-prompt-end'.
9351         * text.texi (Property Search): Correct descriptions of
9352         `next-char-property-change' and `previous-char-property-change'.
9353         Add entries for `next-single-char-property-change' and
9354         `previous-single-char-property-change'.
9355         Make operand names a bit more consistent.
9357 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9359         * frames.texi (Finding All Frames): Document that next-frame and
9360         previous-frame are local to current terminal.
9362 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9364         * keymaps.texi (Creating Keymaps): Fix the description of the
9365         result of make-keymap.
9367 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9369         * display.texi (Font Lookup, Attribute Functions)
9370         (Image Descriptors): Add cross-references to the definition of
9371         selected frame.
9373         * buffers.texi (The Buffer List): Add cross-references to the
9374         definition of selected frame.
9376         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9377         frame at any given time.
9378         (Multiple Displays, Size and Position): Add a cross-reference to
9379         the definition of the selected frame.
9381 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9383         * strings.texi (String Conversion) <string-to-number>: Document
9384         that a float is returned for integers that are too large.
9386         * frames.texi (Mouse Position): Document mouse-position-function.
9387         (Display Feature Testing): Document display-images-p.
9388         (Window Frame Parameters): Document the cursor-type variable.
9390         * numbers.texi (Integer Basics): Document CL style read syntax for
9391         integers in bases other than 10.
9393         * positions.texi (List Motion):
9394         Document open-paren-in-column-0-is-defun-start.
9396         * lists.texi (Sets And Lists): Document member-ignore-case.
9398         * internals.texi (Garbage Collection): Document the used and free
9399         strings report.
9400         (Memory Usage): Document strings-consed.
9402         * os.texi (Time of Day): Document float-time.
9403         (Recording Input): Document that clear-this-command-keys clears
9404         the vector to be returned by recent-keys.
9406         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9407         argument keymap can be a list.
9409         * nonascii.texi (User-Chosen Coding Systems)
9410         <select-safe-coding-system>: Document the new argument
9411         accept-default-p and the variable
9412         select-safe-coding-system-accept-default-p.  Tell what happens if
9413         buffer-file-coding-system is undecided.
9414         (Default Coding Systems): Document auto-coding-regexp-alist.
9416         * display.texi (The Echo Area) <message>: Document
9417         message-truncate-lines.
9418         (Glyphs): Document that the glyph table is unused on windowed
9419         displays.
9421         * help.texi (Describing Characters) <single-key-description>:
9422         Document the new argument no-angles.
9423         (Accessing Documentation) <documentation-property>: Document that
9424         a non-string property is evaluated.
9425         <documentation>: Document that the function-documentation property
9426         is looked for.
9428         * windows.texi (Selecting Windows): Document some-window.
9430         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9432         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9433         apropos-mode-hook.
9435         * commands.texi (Using Interactive): Document interactive-form.
9436         (Keyboard Macros): Document kbd-macro-termination-hook.
9437         (Command Loop Info): Document that clear-this-command-keys clears
9438         the vector to be returned by recent-keys.
9440 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9442         * Makefile.in (srcdir, texinputdir): New variables.
9443         (srcs, index.texi, install): Use $(srcdir).
9444         (.PHONY): Remove elisp.dvi.
9445         (elisp): Use -I switch for makeinfo.
9446         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9447         (installall, dist): Use $(srcdir).
9448         Fix path to texinfo.tex.
9449         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9451 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9453         * display.texi (Conditional Display): Adjust to API change.
9455         * configure: New file.
9457 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9459         * commands.texi (Repeat Events): Add description of
9460         double-click-fuzz.
9462 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9464         * syntax.texi (Syntax Class Table): Add the missing designator for
9465         comment and string fences.
9466         (Syntax Properties): Add a xref to syntax table internals.
9467         (Syntax Table Internals): Document string-to-syntax.
9469 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9471         * Makefile.in (install): Use install-info command line options
9472         like in Emacs' Makefile.in.
9474 2000-12-09  Miles Bader  <miles@gnu.org>
9476         * windows.texi (Window Start): Update documentation for
9477         `pos-visible-in-window-p'.
9479 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9481         * lists.texi (Building Lists): Add footnote to explain how to add
9482         to the end of a list.
9484 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
9486         * files.texi (Visiting Functions): Typos.
9488 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
9490         * files.texi (Visiting Functions): Return value of
9491         find-file-noselect may be a list of buffers if wildcards are used.
9493 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
9495         * display.texi (Defining Faces): Document `graphic' display type
9496         in face specs.
9498 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9500         * hooks.texi (Standard Hooks): Replace obsolete
9501         `after-make-frame-hook' with `after-make-frame-functions'.
9503         * frames.texi (Creating Frames): Ditto.
9505         * variables.texi (Future Local Variables): Ditto.
9507 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9509         * display.texi (Other Image Types): Add description of :foreground
9510         and :background properties of mono PBM images.
9512 2000-08-17  Werner LEMBERG  <wl@gnu.org>
9514         * .cvsignore: New file.
9516 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
9518         * tindex.pl: New script.
9520 1999-12-03  Dave Love  <fx@gnu.org>
9522         * Makefile.in (MAKEINFO): New parameter.
9524 1999-09-17  Richard Stallman  <rms@gnu.org>
9526         * Makefile.in (srcs): Add hash.texi.
9527         (VERSION): Update to 20.6.
9529 1999-09-13  Richard Stallman  <rms@gnu.org>
9531         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9533 1998-08-29  Karl Heuer  <kwzh@gnu.org>
9535         * configure.in: New file.
9536         * Makefile.in: Renamed from Makefile.
9537         (prefix, infodir): Use value obtained from configure.
9538         (emacslibdir): Obsolete variable deleted.
9539         (dist): Distribute configure.in, configure, Makefile.in.
9541 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9543         * Makefile (INSTALL_INFO): New variable.
9544         (install): Run install-info.
9546 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9548         * Makefile (elisp.dvi): Add missing backslash.
9550 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
9552         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9553         Run texindex without `./'.  Always run texindex on elisp.tp.
9554         (elisp.tps): Target deleted.
9556 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
9558         * Makefile (srcs): Add nonascii.texi and customize.texi.
9559         (dist): Start by deleting `temp'.
9561 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
9563         * Makefile (makeinfo, texindex): Targets deleted.
9564         (makeinfo.o, texindex.o): Targets deleted.
9565         (clean, dist): Don't do anything with them or with getopt*.
9567 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
9569         * Makefile (SHELL): Defined.
9571 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
9573         * Makefile (elisp.tps): New target.
9574         (elisp.dvi): Depend on elisp.tps.
9576 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9578         * README: Update phone number.
9580         * Makefile (elisp): Make this be the default target.
9581         Depend on makeinfo.c instead of makeinfo.
9582         (install): Don't depend on elisp.dvi, since we don't install that.
9583         Use mkinstalldirs.
9584         (dist): Add mkinstalldirs.
9586 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9588         * Makefile (VERSION): Update version number.
9589         (maintainer-clean): Rename from realclean.
9591 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9593         * Makefile (realclean): New target.
9594         (elisp): Remove any old elisp-* files first.
9596 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9598         * Makefile (VERSION): New variable.
9599         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9600         Compressed file suffix should be `.gz', not `.z'.
9602 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9604         * Makefile (elisp): Depend on makeinfo.
9606 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
9608         * Makefile (srcs): Add anti.texi.
9610 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9612         * Makefile (infodir, prefix): New vars.
9613         (install): Use infodir.
9614         (emacsinfodir): Deleted.
9616 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9618         * Makefile (srcs): Add calendar.texi.
9620         * Makefile (dist): Copy texindex.c and makeinfo.c.
9621         Limit elisp-* files to those with one or two digits.
9623 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9625         * Makefile (dist): Changed to use Gzip instead of compress.
9627 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9629         * loading.texi (Unloading): define-function changed back to
9630         defalias.  It may not stay this way, but at least it's
9631         consistent with the known-good version of the code patch.
9633 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9635         * modes.texi (Hooks): Document new optional arg of add-hook.
9637 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9639         * variables.texi: Document nil initial value of buffer-local variables.
9641         * tips.texi: Add new section on standard library headers.
9643 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9645         * Makefile (srcs): Add frame.texi to the list of sources.
9647 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9649         * Makefile (dist): Don't bother excluding autosave files; they'll
9650         never make it into the temp directory anyway, and the hash marks
9651         in the name are problematic for make and the Bourne shell.
9652         (srcs):
9654 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9656         * Makefile (dist): Don't include backup files or autosave files in
9657         the distribution tar file.
9659 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9661         * Makefile (srcs): Add index.perm.
9662         (elisp.dvi): Remove erroneous shell comment.
9663         Expect output of permute-index in permuted.fns.
9664         Save old elisp.aux in elisp.oaux.
9665         (clean): Add index.texi to be deleted.
9667 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9669         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9671 1990-06-26  David Lawrence  (tale@geech)
9673         * files.texi: Noted that completion-ignored-extensions is ignored
9674         when making *Completions*.
9676 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
9678         * Makefile  make dist now depends on elisp.dvi, since it tries
9679         to include it in the dist file.
9681 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
9683         * functions.texinfo (Mapping Functions): Add missing quote.
9685 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9687         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9688         (defunargs): Turn off \hyphenchar of \sl font temporarily.
9690 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9692         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9693         and @error{} are the terms now being used.  The files in the
9694         directory have been changed to reflect this.
9696         * All instances of @indentedresultt{} have been changed to
9697         `     @result{}', using 5 spaces at the begining of the line.
9699 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9701         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9702         experimental @indentedresult{}, @indentedexpandsto{} are part of
9703         the texinfo.tex in this directory.  These TeX macros are not
9704         stable yet.
9706 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9708         * texinfo.tex: Temporarily added
9709                 \let\result=\dblarrow
9710                 \def\error{{\it ERROR} \longdblarrow}
9711         We need to do this better soon.
9713 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9715         * Applied Karl Berry's patches to *.texinfo files, but not to
9716         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
9717         new title page format is also not applied, since it requires
9718         texinfo.tex changes.)
9720         * Cleaned up `Makefile' and defined the `emacslibdir' directory
9721         for the Project GNU development environment.
9723 ;; Local Variables:
9724 ;; coding: utf-8
9725 ;; End:
9727   Copyright (C) 1998-2011  Free Software Foundation, Inc.
9729   This file is part of GNU Emacs.
9731   GNU Emacs is free software: you can redistribute it and/or modify
9732   it under the terms of the GNU General Public License as published by
9733   the Free Software Foundation, either version 3 of the License, or
9734   (at your option) any later version.
9736   GNU Emacs is distributed in the hope that it will be useful,
9737   but WITHOUT ANY WARRANTY; without even the implied warranty of
9738   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9739   GNU General Public License for more details.
9741   You should have received a copy of the GNU General Public License
9742   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.