* doc/emacs/frames.texi (Input Focus): Fix doc for select-frame-set-input-focus.
[emacs.git] / doc / lispref / ChangeLog
blob33c41b0b03d57ce35ca18a6042b3629e0f9647b7
1 2012-01-28  Chong Yidong  <cyd@gnu.org>
3         * frames.texi (Input Focus): Add NORECORD arg to
4         select-frame-set-input-focus.  Clarify its role in select-frame.
6         * text.texi (Transposition): We don't use transpose-region as an
7         internal subroutine (Bug#3249).
9         * modes.texi (Example Major Modes): Update Lisp example code to
10         current sources.  Delete the old non-derived-major-mode example,
11         which has diverged badly from current sources.
13 2012-01-27  Glenn Morris  <rgm@gnu.org>
15         * makefile.w32-in (texinputdir): Fix (presumed) typo.
16         (VERSION, manual): Remove, unused.
18 2012-01-27  Chong Yidong  <cyd@gnu.org>
20         * commands.texi (Command Overview): Minor clarification (Bug#10384).
22 2012-01-26  Chong Yidong  <cyd@gnu.org>
24         * searching.texi (String Search): Document negative repeat count
25         (Bug#10507).
27 2012-01-26  Glenn Morris  <rgm@gnu.org>
29         * variables.texi (Using Lexical Binding):
30         Mention that lexical-binding should be set in the first line.
32 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
34         * macros.texi (Defining Macros): Don't claim that `declare' only
35         affects Edebug and indentation.
37 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
39         * macros.texi (Defining Macros): Slight `declare' fixup.
41 2012-01-25  Glenn Morris  <rgm@gnu.org>
43         * makefile.w32-in (texinputdir):
44         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
46 2012-01-24  Chong Yidong  <cyd@gnu.org>
48         * variables.texi (Variables, Local Variables, Void Variables):
49         Edit to make the descriptions less specific to dynamic binding.
50         (Local Variables): Default max-specpdl-size is now 1300.
51         (Defining Variables): Edits for lexical scoping.  Delete
52         information about starting docstrings with *.  De-document
53         user-variable-p.
54         (Tips for Defining): Remove an unimportant discussion of quitting
55         in the middle of a load.
56         (Accessing Variables, Setting Variables): Discuss lexical binding.
57         (Variable Scoping): Rewrite.
58         (Scope, Extent, Impl of Scope): Nodes deleted.
59         (Dynamic Binding): New node, with material from Scope, Extent, and
60         Impl of Scope nodes.
61         (Dynamic Binding Tips): Rename from Using Scoping.
62         (Lexical Binding): Rewrite.
63         (Using Lexical Binding): Rename from Converting to Lexical
64         Binding.  Convert to subsection.
66         * customize.texi (Variable Definitions): Add custom-variable-p.
67         Move user-variable-p documentation here.
69 2012-01-23  Chong Yidong  <cyd@gnu.org>
71         * strings.texi (Text Comparison): Minor qualification.
73         * lists.texi (Cons Cells): Copyedits.
74         (List Elements): Mention push.
75         (List Variables): Mention pop.
76         (Rings): Move to sequences.texi.
78         * sequences.texi (Sequence Functions): Don't repeat the
79         introduction already given in the parent.
80         (Vectors): Copyedits.
81         (Rings): Move from lists.texi.  Note that this is specific to the
82         ring package.
84         * symbols.texi (Definitions, Symbol Components): Mention variable
85         scoping issues.
86         (Plists and Alists): Copyedits.
88         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
89         correctness with lexical scoping.
90         (Eval): Copyedits.
92 2012-01-21  Chong Yidong  <cyd@gnu.org>
94         * intro.texi (A Sample Function Description): Special notation
95         used for macros too.
97         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
98         (Symbol Type): Add xref for keyword symbols.
99         (Sequence Type): Clarify differences between sequence types.
100         (Cons Cell Type): Add "linked list" index entry.
101         (Non-ASCII in Strings): Copyedits.
102         (Equality Predicates): Symbols with same name need not be eq.
104         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
105         ldexp.  Move float-e and float-pi to Math Functions node.
107 2012-01-21  Glenn Morris  <rgm@gnu.org>
109         * modes.texi (Auto Major Mode):
110         * variables.texi (File Local Variables):
111         Mention inhibit-local-variables-regexps.
113 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
115         * windows.texi (Window Configurations): Rewrite references to
116         persistent window parameters.
117         (Window Parameters): Fix description of persistent window
118         parameters.
120 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
122         * windows.texi (Window Parameters): Use @pxref.
124 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
126         * windows.texi (Window Configurations, Window Parameters):
127         Describe persistent window parameters.
129 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * variables.texi (Creating Buffer-Local): Warn against misuses of
132         make-variable-buffer-local (bug#10258).
134 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
138 2012-01-06  Chong Yidong  <cyd@gnu.org>
140         * variables.texi (Directory Local Variables): Document
141         hack-dir-local-variables-non-file-buffer.
143 2012-01-06  Glenn Morris  <rgm@gnu.org>
145         * maps.texi (Standard Keymaps): Refer to Info-edit by name
146         rather than by keybinding.
148 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
150         * frames.texi (Font and Color Parameters): Add @pxref.
152 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
154         * frames.texi (Font and Color Parameters):
155         Document w32 font backends (bug#10399).
157 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
159         * files.texi (File Attributes, Changing Files):
160         Use a more-natural notation for octal numbers.
162 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
164         * variables.texi (Variables with Restricted Values):
165         Change reference to variable (bug#10354).
167 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
169         * windows.texi (Splitting Windows): Use t instead of non-nil
170         when describing window-combination-resize.
172 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * text.texi (Special Properties): Warn against `intangible' properties
175         (bug#10222).
177 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
179         * display.texi (Truncation):
180         * text.texi (Special Properties): Describe what a stretch-glyph is
181         instead of using that term without explanation.  Make the
182         cross-references more accurate.
184         * display.texi (Usual Display): Update the description,
185         cross-references, and indexing related to display of control
186         characters and raw bytes.
188 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
190         * windows.texi (Splitting Windows): Fix description of
191         window-combination-limit.  Suggested by Eli Zaretskii.
193 2011-11-23  Chong Yidong  <cyd@gnu.org>
195         * windows.texi (Window Sizes): Move window-top-line,
196         window-left-column, and window-*-pixel-edges to Coordinates and
197         Windows node.
198         (Coordinates and Windows): Restore window-edges doc.
200 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
202         * windows.texi (Windows and Frames, Splitting Windows):
203         Fix typos.
205 2011-11-21  Chong Yidong  <cyd@gnu.org>
207         * windows.texi (Splitting Windows): Fix error in documentation of
208         window-combination-limit.
209         (Cyclic Window Ordering): Minor fixes to next-window,
210         one-window-p, and get-lru-window docs.  Don't document
211         window-list-1.
212         (Buffers and Windows): Copyedits.
213         (Choosing Window): Document special handling of special-display-*.
214         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
215         Don't document even-window-heights, which is going away.
216         Clarify which options are obeyed by which action functions.
218 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
222 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
224         * windows.texi (Resizing Windows, Splitting Windows):
225         Remove term "status" when talking about combination limits.
227 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
229         * compile.texi (Compiler Errors):
230         * help.texi (Help Functions): Fix typos.
232 2011-11-19  Chong Yidong  <cyd@gnu.org>
234         * windows.texi (Splitting Windows): Clarify role of window
235         parameters in split-window.  Shorten the example.
236         (Deleting Windows): Rewrite intro to handle internal windows.
237         Fix delete-windows-on doc.
238         (Selecting Windows): Copyedits.
240 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
242         * windows.texi (Resizing Windows, Splitting Windows)
243         (Deleting Windows): Use term window-combination-resize instead
244         of window-splits.
246 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
248         * windows.texi (Resizing Windows, Splitting Windows):
249         Rename occurrences of window-nest to window-combination-limit.
251 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
253         * intro.texi (Lisp History): Fix typo.
255 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
257         * windows.texi (Splitting Windows, Deleting Windows):
258         Remove references to splits status of windows.
260 2011-11-10  Glenn Morris  <rgm@gnu.org>
262         * buffers.texi (Read Only Buffers): Expand a bit on why
263         toggle-read-only should only be used interactively.  (Bug#7292)
265 2011-11-09  Chong Yidong  <cyd@gnu.org>
267         * windows.texi (Window Sizes): Document window-pixel-edges,
268         window-inside-pixel-edges, window-absolute-pixel-edges, and
269         window-inside-absolute-pixel-edges.
270         (Resizing Windows): shrink-window-if-larger-than-buffer works on
271         non-full-width windows.
273 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
275         * windows.texi (Resizing Windows): Rewrite documentation of
276         window-resizable.
278 2011-11-09  Chong Yidong  <cyd@gnu.org>
280         * windows.texi (Splitting Windows): Simplify example.
282 2011-11-08  Chong Yidong  <cyd@gnu.org>
284         * windows.texi (Window Sizes): Copyedits.  Document
285         window-text-height.  Remove window-min-height and window-min-width
286         discussion, referring instead to Emacs manual.
287         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
288         (Resizing Windows): Simplify introduction.  Don't document
289         enlarge-window, shrink-window, enlarge-window-horizontally, and
290         shrink-window-horizontally; they are no longer preferred for
291         calling from Lisp, and are already documented in the Emacs manual.
293 2011-11-07  Glenn Morris  <rgm@gnu.org>
295         * windows.texi (Choosing Window): Fix keybinding typo.
297 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
299         * windows.texi (Resizing Windows, Splitting Windows)
300         (Window Configurations): Use "child window" instead of
301         "subwindow".
303 2011-11-06  Chong Yidong  <cyd@gnu.org>
305         * windows.texi (Basic Windows): Clarify various definitions.
306         Treat window-normalize-* as internal; don't document them.
307         (Windows and Frames): Various clarifications, e.g. non-live
308         windows also belong to frames.  Fix window-list description.
309         Simplify window nesting example.
310         (Splitting Windows, Window Configurations):
311         Use split-window-below.
313 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
315         * windows.texi (Window Sizes): Mention in the doc string that the
316         return values of `window-body-height' and `window-body-width' are
317         in frame's canonical units.  (Bug#9949)
319 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
321         * windows.texi (Windows and Frames): Remove "iso-" infix from
322         documentation of window-iso-combined-p.
324 2011-10-26  Chong Yidong  <cyd@gnu.org>
326         * modes.texi (Running Hooks): Document with-wrapper-hook.
328 2011-10-18  Chong Yidong  <cyd@gnu.org>
330         * display.texi (Glyphless Chars): New node.
332 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
334         * text.texi (Yanking): Document yank-excluded-properties.
336         * package.texi (Packaging Basics): The commentary should say how
337         to begin using the package.
339 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
341         * windows.texi (Deleting Windows): Mention which window gets
342         selected when deleting the selected window.
344 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
346         * buffers.texi (The Buffer List): Describe how bury-buffer deals
347         with the selected window.
348         * windows.texi (Buffers and Windows): Reformulate text on how
349         replace-buffer-in-windows deals with a window.
350         (Quitting Windows): Describe how quit-window deals with a
351         standalone frame.  Describe new option frame-auto-hide-function.
353 2011-10-08  Glenn Morris  <rgm@gnu.org>
355         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
357         * positions.texi (Excursions): Update warning message.
359 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
361         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
362         Fix Emacs manual xref (Bug#9675).
364 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
366         * windows.texi (Textual Scrolling): Document scroll-up-command,
367         scroll-down-command, scroll-error-top-bottom, and the
368         scroll-command symbol property.
369         (Display Action Functions): Fix description of
370         display-buffer-pop-up-window.
372 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
374         * windows.texi (Splitting Windows): Fix typos.
376 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
378         * windows.texi (Windows and Frames, Display Action Functions)
379         (Switching Buffers): Fix some typos.
380         (Buffers and Windows): Remove reference to window-auto-delete.
381         Reword description of replace-buffer-in-windows.
382         (Window History): Fix some typos and refer to frame local buffer
383         list.
384         (Quitting Windows): New node.
385         (Window Configurations): Add descriptions of window-state-get
386         and window-state-put.
387         (Window Parameters): Describe variable ignore-window-parameters.
388         Sketch some window parameters currently in use.
389         * elisp.texi (Top): Update node listing.
391 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
393         * windows.texi (Display Action Functions)
394         (Choosing Window Options): New nodes.
396 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
398         * windows.texi (Window History): New node.  Move text here from
399         Buffers and Windows.
400         (Switching Buffers): Rename from Displaying Buffers, since we
401         don't document display-buffer here; callers changed.
402         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
403         switch-to-buffer-other-frame.  Delete duplicate
404         replace-buffer-in-windows doc.
405         (Choosing Window): Document display actions.
407 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
409         * display.texi (Forcing Redisplay): Update the description of
410         redisplay-dont-pause due to change in the default value.
412 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
414         * frames.texi (Frames and Windows): Move section and rename to
415         Windows and Frames in windows.texi.
416         * windows.texi (Windows): Restructure.
417         (Basic Windows): Rewrite.  Explain live and internal windows and
418         normalization functions.
419         (Windows and Frames): Move section here from frames.texi.
420         Describe subwindows, window combinations, window tree, and
421         corresponding functions including window-list here.
422         (Window Sizes): Rename section from Size of Window and move it
423         up in chapter.  Describe total and body sizes and the
424         corresponding functions.  Explain new semantics of
425         window-min-height/-width.
426         (Resizing Windows): Move section up in chapter.  Describe new
427         resize functions.
428         (Splitting Windows): Describe new behavior of split-window,
429         split-window-above-each-other and split-window-side-by-side.
430         Provide examples.  Describe window-nest and window-splits
431         options.
432         (Deleting Windows): Minor rewrite.
433         (Selecting Windows): Minor rewrite.
434         Describe frame-selected-window and set-frame-selected-window here.
435         (Cyclic Window Ordering): Minor rewrite.
436         Describe window-list-1.
437         (Buffers and Windows): Rewrite.  Explain a window's previous and
438         next buffers and the corresponding functions.
439         (Window Tree): Merge into Windows and Frames section.
440         * elisp.texi (Top): Update node listings for frames and windows
441         sections.
443 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
447 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449         * errors.texi (Standard Errors): Remove apparent placeholder text
450         (bug#9491).
452 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
454         * frames.texi (Management Parameters): Fix description of
455         icon-type parameter.
457 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
459         * tips.texi (Key Binding Conventions): Don't bind a key sequence
460         ending in C-g.  Suggested by Edward O'Connor.
462 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
464         * numbers.texi (Integer Basics): Add indexing for
465         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
467 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
469         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
471 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
473         * processes.texi (Network Servers): Clarify what the process
474         buffer is used for (bug#9233).
476 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
478         * lists.texi (Building Lists): Fix typo.
480 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
482         * display.texi (Basic Faces): New node.  Document new faces.
484         * modes.texi (Major Mode Conventions): Move some text there.
485         (Mode Help): Remove major-mode var, duplicated in Major Modes.
487 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
489         * modes.texi (Basic Major Modes): New node.  Callers updated.
490         (Major Modes): Document fundamental-mode and major-mode.
491         (Major Mode Basics): Node deleted; text moved to Major Modes.
492         (Derived Modes): Document derived-mode-p.
494 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
496         * files.texi (Changing Files, Create/Delete Dirs): Document new
497         arguments for delete-file, delete-directory, and copy-directory.
498         (Visiting Functions): Remove view-file; it is documented in the
499         Emacs manual.
501         * frames.texi (Layout Parameters): The defaults for the
502         menu-bar-lines and tool-bar-lines parameters depend on the mode.
504         * display.texi (Progress): Document spinner functionality.
506         * os.texi (Killing Emacs): Note that kill-emacs can be called by
507         operating system signals.  Refer to save-buffers-kill-terminal
508         instead of save-buffers-kill-emacs.
510         * objects.texi (Symbol Type): Document ## print representation.
512 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
514         * display.texi (Specified Space): Mention that `space' specs
515         influence bidi reordering.
516         (Bidirectional Display): Explain how to use `(space . PROPS)' for
517         separating fields with bidirectional content.
519 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
521         * display.texi (Bidirectional Display): Document return value in
522         buffers that are not bidi-reordered for display, and in unibyte
523         buffers.
525 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
527         * nonascii.texi (Character Properties): Document the values for
528         unassigned codepoints.
530 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
532         * nonascii.texi (Character Properties): Document use of
533         `bidi-class' and `mirroring' properties as part of reordering.
534         Provide cross-references to "Bidirectional Display".
536         * display.texi (Bidirectional Display): Document the pitfalls of
537         concatenating strings with bidirectional content, with possible
538         solutions.  Document bidi-string-mark-left-to-right.
539         Mention paragraph direction in modes that inherit from prog-mode.
540         Document use of `bidi-class' and `mirroring' properties as part of
541         reordering.
543 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
545         * modes.texi (Major Mode Conventions): Improve the documentation
546         of `mode-class' `special' modes.
548         * nonascii.texi (Character Properties): Document the `mirroring'
549         property.  Add index entries.
551         * syntax.texi (Categories): Add an example of defining a new
552         category and category table.
554         * searching.texi (Regexp Backslash): Document how to display
555         existing categories.  Mention the possibility of adding
556         categories, and add an xref to where this is described.  Add an
557         index entry.
559 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
561         * text.texi (Special Properties):
562         * display.texi (Overlay Properties): Note that mouse-face cannot
563         change the text size (Bug#8530).
565 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
567         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
568         using setenv instead.
570 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
572         * display.texi (Bidirectional Display): Document the fact that
573         bidi-display-reordering is t by default.
575 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
577         * display.texi (Bidirectional Display): New section.
579 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580             Tim Cross  <theophilusx@gmail.com>  (tiny change)
581             Glenn Morris   <rgm@gnu.org>
583         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
585 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
587         * help.texi (Keys in Documentation): Revert last change.
589 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591         * help.texi (Keys in Documentation): Clarify that \= only quotes
592         the next character, and doesn't affect longer sequences in
593         particular (bug#8935).
595         * debugging.texi (Using Debugger):
596         Mention @code{eval-expression-debug-on-error} (bug#8549).
598 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
600         * display.texi (Other Display Specs): Document that `left-fringe'
601         and `right-fringe' display specifications are of the "replacing"
602         kind.
604 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606         * help.texi (Documentation Basics): Add a link to the Function
607         Documentation node (bug#6580).
609 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611         * keymaps.texi (Menu Bar): Mention :visible and :enable
612         (bug#6344).  Text by Drew Adams.
614         * modes.texi (Running Hooks): Mention buffer-local hook variables
615         (bug#6218).
617         * objects.texi (General Escape Syntax): "a with grave accent" is
618         ?xe0, not ?x8e0 (bug#5259).
620 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
622         * display.texi (Face Attributes, Font Selection): Add references
623         to the Fonts node in the Emacs manual (Bug#4178).
625 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
627         * display.texi (Window Systems): `window-system' is
628         terminal-local.
630         * frames.texi (Frame Parameters, Parameter Access): Don't mention
631         frame-local variables.
633         * variables.texi (Buffer-Local Variables): Don't mention obsolete
634         frame-local variables.
635         (Frame-Local Variables): Node deleted.
637         * elisp.texi (Top): Update node listing.
639 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641         * elisp.texi: Change "inferiors" to "subnodes" in three places
642         (bug#3523).
644 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
646         * frames.texi (Window System Selections): Discussion of
647         x-select-enable-clipboard moved to Emacs manual.
649 2011-07-11  Deniz Dogan  <deniz@dogan.se>
651         * commands.texi (Prefix Command Arguments): Remove excessive
652         apostrophe.
654 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
657         description is a string (bug#3313).
659         * frames.texi (Display Feature Testing): Try to explain what all
660         the visual classes mean (bug#3042).
662 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664         * modes.texi (Mode Line Variables): Document `mode-line-remote'
665         and `mode-line-client' (bug#2974).
667         * text.texi (Insertion): Clarify marker movements (bug#1651).
668         Text from Drew Adams.
670 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672         * text.texi (Special Properties): Clarify the format of `face'
673         (bug#1375).
675         * commands.texi (Interactive Call): Add a `call-interactively'
676         example (bug#1010).
678 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680         * functions.texi (Calling Functions): Link to the "Interactive
681         Call" node (bug#1001).
683 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
685         * customize.texi (Composite Types): Move alist and plist to here
686         from Simple Types (Bug#7545).
688         * elisp.texi (Top): Update menu description.
690         * display.texi (Face Attributes): Document negative line widths
691         (Bug#6113).
693 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
695         * searching.texi (Match Data): Note that match data can be
696         overwritten by most functions (bug#2499).
698 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
701         flags mean (bug#6659).
703         * functions.texi (What Is a Function): Document the autoload
704         object (bug#6496).
706 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
709         is only used in the Customize user interface (bug#6089).
711         * display.texi (Showing Images): Mention the point of sliced
712         images (bug#7836).
714 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
716         * variables.texi (Defining Variables, Void Variables)
717         (Constant Variables): Fix incorrect usage of @kindex.
719 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721         * variables.texi (Defining Variables): Add an index entry for
722         `set-variable' (bug#7262).
723         (Defining Variables): Use @findex for functions.
725         * frames.texi (Basic Parameters): Document the `explicit-name'
726         parameter (bug#6951).
728         * customize.texi (Type Keywords): Clarify that :value provides a
729         default value for all types (bug#7386).
731         * streams.texi (Output Functions): Document `pp'.
733 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
735         * keymaps.texi (Searching Keymaps):
736         * display.texi (Overlay Properties): Fix errors in 2011-05-29
737         change.  Suggested by Johan Bockgård.
739 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
741         * text.texi (Special Properties): Clarify role of font-lock-face.
743 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745         * processes.texi (Process Information): Rename `process-alive-p'
746         to `process-live-p' for consistency with other `-live-p' functions.
748 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
750         Document wide integers better.
751         * files.texi (File Attributes): Document ino_t values better.
752         ino_t values no longer map to anything larger than a single cons.
753         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
754         (Bitwise Operations):
755         * objects.texi (Integer Type): Use a binary notation that is a bit easier
756         to read, and that will port better if 62-bits becomes the default.
757         Fix or remove incorrect examples.
758         * os.texi (Time Conversion): Document time_t values better.
760 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762         * processes.texi (Process Information):
763         Document `process-alive-p'.
765 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
767         * help.texi (Accessing Documentation):
768         * display.texi (Pixel Specification):
769         * processes.texi (Serial Ports, Serial Ports):
770         * nonascii.texi (Character Properties, Default Coding Systems):
771         * text.texi (Changing Properties, Special Properties):
772         * windows.texi (Window Start and End):
773         * modes.texi (SMIE Indentation Example, SMIE Tricks):
774         * keymaps.texi (Searching Keymaps, Tool Bar):
775         * minibuf.texi (Basic Completion):
776         * compile.texi (Eval During Compile):
777         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
778         7x9 paper in printed manual.
780         * lists.texi (Sets And Lists): Fix misplaced text.
782 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
784         * keymaps.texi (Remapping Commands): Emphasize that the keymap
785         needs to be active (Bug#8350).
787 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
789         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
791         * tips.texi (Coding Conventions): Remove antediluvian filename
792         limit recommendation (Bug#8538).
794 2011-05-27  Glenn Morris  <rgm@gnu.org>
796         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
798 2011-05-26  Glenn Morris  <rgm@gnu.org>
800         * variables.texi (File Local Variables):
801         Update hack-local-variables `mode-only' return value.
802         Add some more details on what this function does in the other case.
804 2011-05-19  Glenn Morris  <rgm@gnu.org>
806         * lists.texi (Sets And Lists): Mention cl provides union etc.
808 2011-05-19  Nix  <nix@esperi.org.uk>
810         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
812         * text.texi (Parsing HTML): Update for function name changes.
814         * syntax.texi (Syntax Flags): Small fix.
816         * keymaps.texi (Active Keymaps): Typo fix.
817         (Changing Key Bindings): Grammar fix.
819         * frames.texi (Minibuffers and Frames): Grammar fix.
820         (Window System Selections): x-select-enable-clipboard now defaults to t.
822         * customize.texi (Common Keywords):
823         * display.texi (Abstract Display):
824         * modes.texi (Auto-Indentation):
825         * nonascii.texi (Converting Representations): Typo fixes.
827         * control.texi (Examples of Catch): Call it "goto" not "go to".
829 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
831         * nonascii.texi (Character Properties): Fix inconsistencies with
832         implementation.
834         * text.texi (Special Properties): Move @defvar's out of the
835         @table.  (Bug#8652)
837 2011-05-12  Glenn Morris  <rgm@gnu.org>
839         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
841 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
844         (Multiline Font Lock):
845         * vol2.texi (Top):
846         * vol1.texi (Top):
847         * elisp.texi (Top): Update menu accordingly.
849 2011-05-12  Drew Adams  <drew.adams@oracle.com>
851         * modes.texi (Region to Fontify): Fix typo.
853 2011-05-10  Jim Meyering  <meyering@redhat.com>
855         * minibuf.texi: Fix typo "in in -> in".
857 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
859         * numbers.texi (Integer Basics): Large integers are treated as floats.
861 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863         * processes.texi (Synchronous Processes): Document the (:file
864         "/file-name") syntax for `call-process'.
866 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
868         * windows.texi (Choosing Window): Fix typo.
870 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
872         * frames.texi (Layout Parameters): Note the difference between
873         querying and setting parameters for left-fringe and right-fringe
874         (Bug#6930).
876 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * minibuf.texi (Basic Completion): Be a bit more precise about the
879         valid kinds of completion tables.
880         (Programmed Completion): Remove obsolete text about lambda expressions
881         not being valid completion tables.
883 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
885         * positions.texi (Excursions): Explain the "save-excursion
886         defeated by set-buffer" warning.
888         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
889         save-excursion.  Suggested by Uday S Reddy.
891 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
894         (Lexical Binding): New sub-section.
896         * eval.texi (Eval): Discourage the use of `eval'.
897         Document its new `lexical' argument.
899 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * commands.texi (Command Overview): `post-command-hook' is not reset to
902         nil any more.
904 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * strings.texi (String Conversion): Don't mention
907         string-make-(uni|multi)byte (bug#8262).
908         * nonascii.texi (Converting Representations): Fix up range.
909         * keymaps.texi (Key Binding Commands): Update code point, avoid
910         "unibyte character" and remove mention of unibyte bindings.
912 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
914         * modes.texi (Operator Precedence Grammars): Don't use characters
915         outside ISO-8859-1.
917 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
919         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
921         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
923 2011-03-08  Glenn Morris  <rgm@gnu.org>
925         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
926         * intro.texi (Acknowledgements): Names to UTF-8.
927         * elisp.texi: Set documentencoding.
929 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
931         * Version 23.3 released.
933 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
935         * package.texi: Update index keywords.
936         (Package Archives): New node contents.  Document package-x.el.
938 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
940         * makefile.w32-in (srcs): Add package.texi.
942 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
944         * package.texi (Packaging, Packaging Basics, Simple Packages)
945         (Multi-file Packages): Expand and clarify.
946         (Package Archives): Temporary placeholder node.
948         * elisp.texi (Top): Update node listing.
950         * Makefile.in (srcs): Add package.texi.
952 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
954         * processes.texi (Synchronous Processes): Minor clarification
955         (Bug#8149).
957 2011-03-03  Glenn Morris  <rgm@gnu.org>
959         * files.texi (Truenames): Minor clarification.  (Bug#2341)
961 2011-03-01  Glenn Morris  <rgm@gnu.org>
963         * variables.texi (Directory Local Variables):
964         Mention `(subdirs . nil)' alist element.
966 2011-02-28  Glenn Morris  <rgm@gnu.org>
968         * variables.texi (Directory Local Variables): Mention the optional
969         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
971 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
973         * minibuf.texi (Minibuffer History): Clarify discussion of
974         minibuffer history lists (Bug#8085).
976 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
978         * elisp.texi: Sync @dircategory with ../../info/dir.
980         * files.texi (Visiting Functions): Document find-file-literally,
981         both the command and the variable.
983         * variables.texi (Creating Buffer-Local): Explain the meaning of
984         permanent local variables.
986         * files.texi (Visiting Functions): Document find-file-literally,
987         both the command and the variable.
989         * variables.texi (Creating Buffer-Local): Explain the meaning of
990         permanent local variables.
992 2011-02-19  Glenn Morris  <rgm@gnu.org>
994         * keymaps.texi (Remapping Commands): Mention how to undo it.
996 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
998         * loading.texi (Hooks for Loading): Remove unnecessary advice
999         about eval-after-load (Bug#7986).
1001 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1003         * commands.texi (Accessing Mouse): Note that a header line is not
1004         included in the row of posn-col-row.
1006 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1008         * modes.texi (Major Mode Conventions): Add face guidelines.
1009         (Faces for Font Lock): List faces in order of prominence.
1011 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1013         format-time-string now supports subsecond time stamp resolution
1014         * os.texi (Time Parsing): Document %N.
1016 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1018         * vol1.texi (Top):
1019         * vol2.texi (Top):
1020         * elisp.texi (Top):
1021         * display.texi (Display Property): Shorten the menu description of
1022         the "Other Display Specs" node (Bug#7816).
1024         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1025         menu item" concept index entries (Bug#7805).
1027 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1029         * makefile.w32-in (texinfodir): New variable.
1030         (usermanualdir): Remove as redundant with $(emacsdir).
1031         (MAKEINFO): Remove options, leave only program name.
1032         (MAKEINFO_OPTS): New variable.
1033         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1035 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1036             Richard Kim  <emacs18@gmail.com>
1038         * loading.texi (Library Search): Document list-load-path-shadows
1039         (Bug#7757).
1041 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1043         * searching.texi (Regexp Special): Remove outdated discussion of
1044         character sets (Bug#7780).
1046         * frames.texi (Pop-Up Menus): Document where menu title comes
1047         from (Bug#7684).
1049 2011-01-25  Glenn Morris  <rgm@gnu.org>
1051         * display.texi (Making Buttons): Mention limitation of text buttons.
1053 2011-01-23  Werner Lemberg  <wl@gnu.org>
1055         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1056         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1057         (ENVADD): New variable to control texi2dvi and texi2pdf.
1059 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1061         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1062         Emacs manual.
1064 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1066         * files.texi (Directory Names): Explain why FROM in
1067         directory-abbrev-alist should begin with \`.  (Bug#7777)
1069 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1073 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1075         * modes.texi (Emulating Mode Line): Fix last change.
1077 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1079         * modes.texi (Emulating Mode Line): Update documentation of
1080         format-mode-line according to changes that fixed bug #7587.
1082 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * modes.texi (Derived Modes): Mention prog-mode.
1086         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1087         of the key-binding-data cache since we don't use it any more.
1089 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1091         * processes.texi (Shell Arguments):
1092         * strings.texi (Creating Strings): Don't mention "shell commands";
1093         make it explicit that `split-string-and-unquote' and
1094         `combine-and-quote-strings' are mainly for working with arguments
1095         to call-process and start-process.
1097         * processes.texi (Shell Arguments): Fix documentation of
1098         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1100 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * modes.texi (Auto-Indentation): New section to document SMIE.
1103         (Major Mode Conventions):
1104         * text.texi (Mode-Specific Indent): Refer to it.
1106 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1108         * display.texi (Other Display Specs): Document left-fringe and
1109         right-fringe display specs.
1111 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * backups.texi (Making Backups):
1114         * modes.texi (Example Major Modes): Use recommended coding style.
1115         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1116         define-derived-mode.  Mention completion-at-point-functions.
1118 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1120         * nonascii.texi (Converting Representations):
1121         Document byte-to-string.
1123 2010-12-08  Glenn Morris  <rgm@gnu.org>
1125         * buffers.texi (Modification Time):
1126         verify-visited-file-modtime now defaults to the current buffer.
1128 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1130         * nonascii.texi (Converting Representations): Document byte-to-string.
1132         * strings.texi (Creating Strings): Don't mention semi-obsolete
1133         function char-to-string.
1134         (String Conversion): Shorten discussion of semi-obsolete function
1135         string-to-char.  Link to Converting Representations.
1137         * objects.texi (Symbol Type):
1138         * text.texi (Near Point):
1139         * help.texi (Help Functions):
1140         * functions.texi (Mapping Functions): Use string instead of
1141         char-to-string in examples.
1143 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1145         * text.texi (Kill Functions, Kill Functions)
1146         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1147         YANK-HANDLER args.
1149         * symbols.texi (Creating Symbols): Using unintern without an
1150         obarray arg is now obsolete.
1152         * numbers.texi (Float Basics): Document float-e and float-pi.
1154         * variables.texi (Defining Variables): Change "pi" example to
1155         "float-pi".
1157 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1159         * commands.texi (Click Events): Document the values of X, Y and
1160         COL, ROW in the event's position, when the click is on the header
1161         or mode line, on the fringes, or in the margins.
1163 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1165         * customize.texi (Composite Types): Lower-case index entry.
1167         * loading.texi (How Programs Do Loading):
1168         Document load-file-name.  (Bug#7346)
1170 2010-11-17  Glenn Morris  <rgm@gnu.org>
1172         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1174 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1176         * display.texi (Usual Display): Characters with no fonts are not
1177         necessarily displayed as empty boxes.
1179 2010-10-31  Glenn Morris  <rgm@gnu.org>
1181         * maps.texi (Standard Keymaps): Update File menu description.
1183 2010-10-28  Glenn Morris  <rgm@gnu.org>
1185         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1187 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1189         * display.texi (Window Systems): Deprecate use of window-system as
1190         a predicate.
1192 2010-10-23  Glenn Morris  <rgm@gnu.org>
1194         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1195         sorted-doc.
1197 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1199         * os.texi (Dynamic Libraries): New node, with slightly modified
1200         text deleted from "Image Formats".
1201         (System Interface): Add @menu entry for "Dynamic Libraries".
1203         * display.texi (Image Formats): Remove description of
1204         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1206 2010-10-12  Glenn Morris  <rgm@gnu.org>
1208         * book-spine.texinfo: Rename to book-spine.texi.
1210 2010-10-11  Glenn Morris  <rgm@gnu.org>
1212         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1214         * Makefile.in (DVIPS): New variable.
1215         (.PHONY): Add html, ps.
1216         (html, elisp.html, ps, elisp.ps): New targets.
1217         (clean): Delete html, ps files.
1218         ($(infodir)/elisp): Remove unnecessary includes.
1220 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1222         * makefile.w32-in (emacsdir): New variable.
1223         (srcs): Add emacsver.texi.
1224         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1226 2010-10-09  Glenn Morris  <rgm@gnu.org>
1228         * Makefile.in (VPATH): Remove.
1229         (infodir): Make it absolute.
1230         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1232         * Makefile.in (dist): Anchor regexps.
1234         * Makefile.in (srcs): Put elisp.texi first.
1235         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1237         * Makefile.in (infoclean): Remove harmless, long-standing error.
1239         * Makefile.in ($(infodir)): Delete rule.
1240         (mkinfodir): New.
1241         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1243         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1244         Also copy emacsver.texi, and edit $emacsdir.
1246 2010-10-09  Glenn Morris  <rgm@gnu.org>
1248         * Makefile.in (emacsdir): New variable.
1249         (MAKEINFO): Add -I $emacsdir.
1250         (dist): Copy emacsver.texi.
1251         (srcs): Add emacsver.texi.
1253         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1254         Set EMACSVER by including emacsver.texi.
1256         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1258 2010-10-07  Glenn Morris  <rgm@gnu.org>
1260         * Makefile.in (version): New, set by configure.
1261         (clean): Delete dist tar file.
1262         (dist): Use version in tar name.
1264 2010-10-06  Glenn Morris  <rgm@gnu.org>
1266         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1267         (INSTALL_INFO): Remove unused variable.
1268         (mostlyclean, infoclean, dist): New rules.
1269         (clean): Delete dvi and pdf files.
1270         (maintainer-clean): Remove elisp.oaux, use infoclean.
1271         ($(infodir)): Add parallel build workaround.
1273 2010-10-04  Glenn Morris  <rgm@gnu.org>
1275         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1276         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1277         Fix -I typo.
1278         (clean): No 'make.out' or 'core' files.
1279         (.PHONY): Declare clean rules.
1280         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1282 2010-10-03  Glenn Morris  <rgm@gnu.org>
1284         * files.texi (File Name Components): Remove ignored section about
1285         deleted variable directory-sep-char.
1287 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1289         * files.texi (Magic File Names): New defopt
1290         remote-file-name-inhibit-cache.
1292 2010-10-02  Glenn Morris  <rgm@gnu.org>
1294         * os.texi (Killing Emacs): Hook now runs in batch mode.
1296 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * text.texi (Special Properties): Clarify when modification-hooks run.
1300 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * syntax.texi (Syntax Flags): Document new `c' flag.
1304 2010-09-09  Glenn Morris  <rgm@gnu.org>
1306         * display.texi (ImageMagick Images): General cleanup.
1308 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1310         * files.texi (Directory Names): Use \` rather than ^.
1312 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1314         * text.texi (Low-Level Kill Ring):
1315         * frames.texi (Window System Selections): Remove cut buffer
1316         documentation.
1318 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1320         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1321         Parameters", where the default fringe width is described.
1323         * frames.texi (Window Frame Parameters, Basic Parameters)
1324         (Position Parameters, Layout Parameters, Management Parameters)
1325         (Cursor Parameters, Font and Color Parameters): Add indexing for
1326         frame parameters.  (Bug#6929)
1328 2010-08-25  Tom Tromey  <tromey@redhat.com>
1330         * vol2.texi (Top): Update.
1331         * vol1.texi (Top): Update.
1332         * tips.texi (Library Headers): Mention Package-Version and
1333         Package-Requires.
1334         * package.texi: New file.
1335         * os.texi (System Interface): Update pointers.
1336         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1337         * anti.texi (Antinews): Update pointers.
1339 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1341         * processes.texi (Filter Functions): Fix last change.
1343 2010-08-24  Markus Triska  <triska@gmx.at>
1345         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1346         of `buffer-name' in the main text as well as in the example
1347         (Bug#3098).
1349 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1351         * nonascii.texi (Text Representations):
1352         * loading.texi (Loading Non-ASCII):
1353         * compile.texi (Byte Compilation): Don't mention obsolete
1354         --unibyte command-line argument.
1356 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1358         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1360 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1362         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1364 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1366         * commands.texi (Misc Events): Add cross-references to where
1367         POSITION of a mouse event is described in detail.
1369 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1371         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1373 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1375         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1376         Suggested by Štěpán Němec <stepnem@gmail.com>.
1378 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1380         * minibuf.texi (High-Level Completion): Document args of
1381         `read-buffer-function' (bug#5625).
1383 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1385         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1387 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1389         * processes.texi (Process Information): Explain process property
1390         `remote-tty'.
1392 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1394         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1395         instead of "\C-\^?" (bug#6334).
1397         * text.texi (Special Properties): Fix typo.
1399 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1401         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1402         calling sequences, which are now the standard.
1404 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1406         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1408         * commands.texi (Command Overview): Mention undo-boundary call.
1410 2010-06-23  Glenn Morris  <rgm@gnu.org>
1412         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1413         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1414         * frames.texi, functions.texi, internals.texi, keymaps.texi:
1415         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1416         * searching.texi, sequences.texi, strings.texi, syntax.texi:
1417         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1418         Untabify Texinfo files.
1420 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1422         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1424 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1426         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1428 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
1430         * searching.texi (Regexp Special): Remove obsolete information
1431         about matching non-ASCII characters, and suggest using char
1432         classes (Bug#6283).
1434 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1436         * minibuf.texi (Basic Completion): Add missing "@end defun".
1438 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1440         * minibuf.texi (Basic Completion): Document completion-boundaries.
1441         (Programmed Completion): Document the new fourth method for boundaries.
1443 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1445         * display.texi (Image Cache): Update documentation about image caching.
1447 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1449         * windows.texi (Textual Scrolling):
1450         * tips.texi (Coding Conventions):
1451         * minibuf.texi (Minibuffer History):
1452         * maps.texi (Standard Keymaps):
1453         * loading.texi (Where Defined):
1454         * edebug.texi (Instrumenting): Fix typos.
1456 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1458         * keymaps.texi (Menu Bar): Document :advertised-binding property.
1460         * functions.texi (Obsolete Functions):
1461         Document set-advertised-calling-convention.
1463         * minibuf.texi (Basic Completion): Document completion-in-region.
1464         (Programmed Completion): Document completion-annotate-function.
1466         * commands.texi (Reading One Event): Document read-key.
1467         (Distinguish Interactive): Document KIND arg to
1468         called-interactively-p.  Delete obsolete interactive-p.
1470         * elisp.texi (Top): Update node description.
1472 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1474         * nonascii.texi (Character Properties):
1475         Document unicode-category-table.  Add an index entry for Unicode
1476         general category.
1478 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1480         * Version 23.2 released.
1482 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1484         * locals.texi (Standard Buffer-Local Variables):
1485         Remove @ignore'd reference to `direction-reversed'.
1487 2010-04-14  Juri Linkov  <juri@jurta.org>
1489         Fix @deffn without category.
1491         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1492         for `abbrev-insert'.
1494         * buffers.texi (Indirect Buffers): Add category `Command'
1495         to @deffn of `clone-indirect-buffer'.
1497         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1498         for `next-window' and `previous-window'.  Add category `Command'
1499         to @deffn of `pop-to-buffer'.
1501 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
1503         * nonascii.texi (Text Representations): Don't mark
1504         enable-multibyte-characters as a user option.
1506 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1508         * control.texi (Handling Errors): How to re-throw a signal caught
1509         by condition-case.
1511 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
1513         * loading.texi (Hooks for Loading): Document after-load-functions.
1514         Copyedits.
1516 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1518         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
1520 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1522         * processes.texi (Network Processes): Document seqpacket type.
1524 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1526         * os.texi (System Environment): Do not mention lynxos.
1528 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1530         * Branch for 23.2.
1532 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1534         * objects.texi (Integer Type): Take note of the read syntax
1535         exception for numbers that cannot fit in the integer type.
1537 2010-03-03  Glenn Morris  <rgm@gnu.org>
1539         * numbers.texi (Integer Basics, Bitwise Operations):
1540         * objects.texi (Integer Type): Update for integers now being 30-bit.
1542 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1544         * display.texi (Low-Level Font): Document :otf font-spec property.
1546 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * display.texi (Line Height): Avoid obsolete special default variables
1549         like default-major-mode.
1551 2010-01-28  Alan Mackenzie  <acm@muc.de>
1553         * display.texi (Auto Faces): Say fontification-functions is called
1554         whether or not Font Lock is enabled.  Tidy up the wording a bit.
1556 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1558         * elisp.texi: Remove duplicate edition information (Bug#5407).
1560 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1562         * two.el (volume-header-toc-markup): Fix typos in docstring.
1564 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         Avoid dubious uses of save-excursions.
1567         * positions.texi (Excursions): Recommend the use of
1568         save-current-buffer if applicable.
1569         * text.texi (Clickable Text): Fix the example code which used
1570         save-excursion in a naive way which sometimes preserves point and
1571         sometimes not.
1572         * variables.texi (Creating Buffer-Local):
1573         * os.texi (Session Management):
1574         * display.texi (GIF Images):
1575         * control.texi (Cleanups): Use (save|with)-current-buffer.
1577 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1579         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
1581 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1583         * nonascii.texi (Text Representations, Character Codes)
1584         (Converting Representations, Explicit Encoding)
1585         (Translation of Characters): Use hex notation consistently.
1586         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1588 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1590         * loading.texi (Where Defined): Make it clearer that these are
1591         loaded files (Bug#5068).
1593 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1595         * minibuf.texi (Completion Styles): Document `initials' style.
1597 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1599         * frames.texi (Resources): Describe inhibit-x-resources.
1600         (Size Parameters): Copyedit.
1602         * hash.texi (Creating Hash):
1603         * objects.texi (Hash Table Type): Document the new hash table
1604         printed representation.
1606         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1607         obsolete.
1609         * processes.texi (Process Buffers):
1610         Document process-kill-buffer-query-function.
1612 2009-12-05  Glenn Morris  <rgm@gnu.org>
1614         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1615         diary-display-function, and no longer recommended to be a hook.
1616         Update for changes in the names of calendar and diary hooks.
1617         diary-print-entries-hook has changed section.
1619 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1621         * text.texi (Special Properties): More accurate description of
1622         what the `cursor' property does.
1624 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1626         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1627         mouse-wheel-down-event, the closest thing to a definition for them.
1628         * os.texi (Startup Summary): vindex inhibit-startup-message and
1629         inhibit-splash-screen.
1630         (Command-Line Arguments): vindex argv.
1631         (Suspending Emacs): vindex suspend-tty-functions and
1632         resume-tty-functions.  Don't want to index every hook, but having
1633         the programming ones is helpful.
1635 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1637         * commands.texi (Motion Events): Fix typo (Bug#4907).
1639 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1641         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1642         are affected by case-fold-search (Bug#4483).
1644 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1646         * minibuf.texi (Reading File Names): Note that read-file-name may
1647         use a graphical file dialog.
1649 2009-10-31  Glenn Morris  <rgm@gnu.org>
1651         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
1653 2009-10-16  Kevin Ryde  <user42@zip.com.au>
1655         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1656         in particular so `info-lookup-symbol' can find its docs.
1658 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1660         * variables.texi (Constant Variables): Distinguish from defconst
1661         variables.
1662         (Defining Variables): Add cindex.
1664 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1666         * os.texi (Time of Day): Clarify that the microsecond part is
1667         ignored (Bug#4637).
1669 2009-10-11  Glenn Morris  <rgm@gnu.org>
1671         * frames.texi (Size and Position): Clarify what is included in the frame
1672         height.  (Bug#4535)
1674 2009-10-10  Glenn Morris  <rgm@gnu.org>
1676         * windows.texi (Size of Window): The relationship between window and
1677         frame heights is not so simple.  (Bug#4535)
1678         Mention window-full-height-p.
1680 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1683         used from Lisp.
1685 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1687         * files.texi (Directory Names) <abbreviate-file-name>:
1688         Document that root home directories are not replaced with "~".
1690 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1692         * text.texi (Special Properties): Document the meaning of the
1693         `cursor' text property whose value is an integer.
1695 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1697         * files.texi (Magic File Names): Add `copy-directory'.
1699 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1701         * files.texi (File Attributes): Fix description of file
1702         attributes.  (Bug#4638) Update attributes of files.texi example to
1703         be more representative.
1705 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1707         * files.texi (Create/Delete Dirs): New command copy-directory.
1709 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1711         * anti.texi (Antinews):
1712         * macros.texi (Indenting Macros):
1713         * strings.texi (Creating Strings, Case Conversion):
1714         Remove duplicate words.
1716 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1718         * files.texi (Create/Delete Dirs): delete-directory has an
1719         optional parameter RECURSIVE.
1721 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1723         * buffers.texi (Swapping Text): Minor clarification.
1725 2009-10-01  Glenn Morris  <rgm@gnu.org>
1727         * functions.texi (Declaring Functions): Mention that we also search for
1728         ".m" files in the src/ directory.
1730 2009-09-25  David Engster  <deng@randomsample.de>
1732         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1734 2009-09-22  Glenn Morris  <rgm@gnu.org>
1736         * internals.texi (Building Emacs): Mention preloaded-file-list.
1738 2009-09-14  Alan Mackenzie  <acm@muc.de>
1740         * os.texi (Terminal Output): Put "@code{}" around "stdout".
1742 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1744         * functions.texi (Anonymous Functions): Rearrange discussion,
1745         giving usage of unquoted lambda forms first.  Mention that
1746         `function' and `#'' are no longer required (Bug#4290).
1748 2009-09-11  Alan Mackenzie  <acm@muc.de>
1750         * os.texi (Terminal Output): Document `send-string-to-terminal' in
1751         batch mode.
1753 2009-09-01  Glenn Morris  <rgm@gnu.org>
1755         * display.texi (Face Functions): Mention define-obsolete-face-alias.
1757 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
1759         * nonascii.texi (Character Codes): Fix typos.
1761 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1763         * processes.texi (Synchronous Processes): New defvar
1764         process-file-side-effects.
1766 2009-08-25  Glenn Morris  <rgm@gnu.org>
1768         * display.texi (Fontsets): Fix typo.
1770         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1772 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         * processes.texi (Asynchronous Processes): Adjust arglist of
1775         start-process-shell-command and start-file-process-shell-command.
1777 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1779         * advice.texi (Argument Access in Advice): Note that argument
1780         positions are zero-based (Bug#3932).
1782         * commands.texi (Distinguish Interactive): Minor copyedit.
1784         * display.texi (Face Attributes): Add xref to Displaying Faces for
1785         explanation of "underlying face".
1787         * customize.texi (Common Keywords): Add xref to Loading.
1789         * loading.texi (How Programs Do Loading): Add xref to Lisp
1790         Libraries node in the Emacs manual.
1792 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1794         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1796 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1798         * processes.texi (Shell Arguments): Copyedits.
1800 2009-07-18  Glenn Morris  <rgm@gnu.org>
1802         * loading.texi (Repeated Loading): Fix typo.
1804 2009-07-16  Richard Stallman  <rms@gnu.org>
1806         * buffers.texi (Swapping Text): Recommend setting
1807         write-region-annotate-functions and buffer-saved-size.
1809         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1811 2009-07-15  Glenn Morris  <rgm@gnu.org>
1813         * edebug.texi: Minor re-phrasings throughout.
1814         (Edebug Execution Modes): Sit-for affects continue mode too.
1815         (Jumping): Use `forward-sexp' rather than its keybinding.
1816         (Edebug Misc): Fix Q binding.
1817         (Edebug Eval): Remove cl version.
1818         (Printing in Edebug): Clarify print-length etc.
1819         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1820         (Specification List): Remove edebug-unwrap findex entry.
1821         (Specification Examples): defmacro is actually not the same as defun.
1822         Escape "`" in example.
1824 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1826         * markers.texi (The Mark): Document optional arg to
1827         deactivate-mark.
1829 2009-07-11  Kevin Ryde  <user42@zip.com.au>
1831         * hooks.texi (Standard Hooks): Fix cross-references.
1833         * loading.texi (Named Features): Refer to eval-after-load.
1835 2009-07-11  Glenn Morris  <rgm@gnu.org>
1837         * Makefile.in (TEXI2PDF): New.
1838         (elisp.pdf): New target.
1840         * searching.texi (Regexp Backslash): Fix typo.
1842         * elisp.texi (Top): Display copyright notice at start of non-TeX.
1844 2009-07-10  Glenn Morris  <rgm@gnu.org>
1846         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1848         * customize.texi (Customization Types):
1849         * display.texi (Abstract Display):
1850         * objects.texi (Character Type, String Type):
1851         Merge in some menu descriptions from elisp.texi.
1853         * hash.texi (Hash Tables):
1854         * modes.texi (Multiline Font Lock):
1855         End menu description with period.
1857 2009-07-09  Glenn Morris  <rgm@gnu.org>
1859         * back.texi: Don't hard-code texinfo location.
1861         * two-volume.make (texinfodir): New, with location of texinfo.tex.
1862         (tex): Add texinfodir to TEXINPUTS.
1863         (elisp1med-init, elisp2med-init): Use texinfodir.
1865         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1866         (clean): Add two-volume.make intermediate files.
1868         * elisp.texi, vol1.texi, vol2.texi:
1869         Use a DATE variable with the publication date, and update it.
1870         Fix antinews menu description.
1872         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1873         Update the detailed node listing to match elisp.texi.
1875         * README: Update edition to match elisp.texi.
1877         * objects.texi (General Escape Syntax):
1878         * nonascii.texi (Character Sets):
1879         Use consistent case for "Unicode Standard".
1881         * anti.texi (Antinews):
1882         * customize.texi (Variable Definitions):
1883         * functions.texi (Declaring Functions):
1884         * nonascii.texi (Character Properties):
1885         * processes.texi (Serial Ports):
1886         * text.texi (Special Properties):
1887         * tips.texi (Coding Conventions):
1888         Minor rearrangements to improve TeX line-filling.
1890         * commands.texi (Using Interactive): Fix cross-reference.
1892 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1894         * frames.texi (Management Parameters): Mention sticky.
1896 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
1898         * help.texi (Help Functions): Fix description of help-buffer and
1899         help-setup-xref to use @defun instead of @deffn.
1901 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1903         * frames.texi (Size Parameters): Mention maximized for fullscreen.
1905 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
1907         * display.texi (Window Systems): Add ns to the list.
1909 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1911         * Branch for 23.1.
1913 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
1915         * windows.texi (Dedicated Windows): Fix typo.
1916         (Resizing Windows): Replace @defun by @deffn.
1918 2009-06-17  Glenn Morris  <rgm@gnu.org>
1920         * variables.texi (Directory Local Variables):
1921         Update for 2009-04-11 name-change of dir-locals-directory-alist.
1923 2009-06-09  Kenichi Handa  <handa@m17n.org>
1925         * nonascii.texi (Character Sets): State clearly that FROM and TO
1926         are codepoints of CHARSET.
1928 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
1930         * minibuf.texi (Reading File Names): Fix introductory text.
1931         Suggested by stan@derbycityprints.com.
1932         (High-Level Completion): Fix typo.
1934 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
1936         * frames.texi (Text Terminal Colors): Multi-tty is already
1937         implemented, but tty-local colors are not.
1939 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
1941         * hooks.texi (Standard Hooks): Remove mention of obsolete
1942         redisplay-end-trigger-functions.
1944         * internals.texi (Window Internals): Remove mention of obsolete
1945         redisplay-end-trigger-functions.
1947 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
1949         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1951         * backups.texi (Making Backups): backup-directory-alist and
1952         make-backup-file-name-function are options.
1953         (Auto-Saving): auto-save-list-file-prefix is an option.
1955         * buffers.texi (Killing Buffers): buffer-offer-save is an
1956         option.
1958         * display.texi (Refresh Screen): no-redraw-on-reenter is an
1959         option.
1960         (Echo Area Customization): echo-keystrokes is an option.
1961         (Selective Display): selective-display-ellipses is an option.
1962         (Temporary Displays): temp-buffer-show-function is an option.
1963         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1964         are options.
1965         (Font Selection): face-font-family-alternatives,
1966         face-font-selection-order, face-font-registry-alternatives, and
1967         scalable-fonts-allowed are options.
1968         (Fringe Indicators): indicate-buffer-boundaries is an option.
1969         (Fringe Cursors): overflow-newline-into-fringe is an option.
1970         (Scroll Bars): scroll-bar-mode is an option.
1972         * eval.texi (Eval): max-lisp-eval-depth is an option.
1974         * files.texi (Visiting Functions): find-file-hook is an option.
1975         (Directory Names): directory-abbrev-alist is an option.
1976         (Unique File Names): temporary-file-directory and
1977         small-temporary-file-directory are options.
1979         * frames.texi (Initial Parameters): initial-frame-alist,
1980         minibuffer-frame-alist and default-frame-alist are options.
1981         (Cursor Parameters): blink-cursor-alist and
1982         cursor-in-non-selected-windows ar options.
1983         (Window System Selections): selection-coding-system is an
1984         option.
1985         (Display Feature Testing): display-mm-dimensions-alist is an
1986         option.
1988         * help.texi (Help Functions): help-char and help-event-list are
1989         options.
1991         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1992         an option.
1994         * minibuf.texi (Minibuffer History): history-length and
1995         history-delete-duplicates are options.
1996         (High-Level Completion): read-buffer-function and
1997         read-buffer-completion-ignore-case are options.
1998         (Reading File Names): read-file-name-completion-ignore-case is
1999         an option.
2001         * modes.texi (Mode Line Top): mode-line-format is an option.
2002         (Mode Line Variables): mode-line-position and mode-line-modes
2003         are options.
2005         * nonascii.texi (Text Representations):
2006         enable-multibyte-characters is an option.
2007         (Default Coding Systems): auto-coding-regexp-alist,
2008         file-coding-system-alist, auto-coding-alist and
2009         auto-coding-functions are options.
2010         (Specifying Coding Systems): inhibit-eol-conversion is an
2011         option.
2013         * os.texi (Init File): site-run-file is an option.
2014         (System Environment): mail-host-address is an option.
2015         (User Identification): user-mail-address is an option.
2016         (Terminal Output): baud-rate is an option.
2018         * positions.texi (Word Motion): words-include-escapes is an
2019         option.
2021         * searching.texi (Standard Regexps): page-delimiter,
2022         paragraph-separate, paragraph-separate and sentence-end are
2023         options.
2025         * text.texi (Margins): left-margin and fill-nobreak-predicate
2026         are options.
2028         * variables.texi (Local Variables): max-specpdl-size is an
2029         option.
2031         * windows.texi (Choosing Window):
2032         split-window-preferred-function, special-display-function and
2033         display-buffer-function are options.
2035 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2037         Fix errors spotted by Martin Rudalics.
2039         * syntax.texi (Position Parse): Document rationale for ignored
2040         arguments to syntax-ppss-flush-cache.
2042         * processes.texi (Input to Processes): Mark PROCESS arg to
2043         process-running-child-p as optional.
2044         (Network Options): Document NO-ERROR arg to
2045         set-network-process-option.
2047         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2048         command.
2050         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2051         posix-search-backward as commands.
2053         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2054         (Suspending Emacs): Mark suspend-emacs as a command.
2055         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2056         commands.
2057         (Terminal Output): Remove obsolete function baud-rate.
2058         Document TERMINAL arg for send-string-to-terminal.
2060         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2061         terminal-coding-system and set-terminal-coding-system.
2062         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2063         as optional.
2064         (Character Sets): Document RESTRICTION arg of char-charset.
2065         (Character Codes): Mark POS argument to get-byte as optional.
2067         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2068         minibuffer-message.
2070         * files.texi (Create/Delete Dirs): Mark make-directory and
2071         delete-directory as commands.
2073         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2075         * text.texi (Base 64): Mark base64-decode-string and
2076         base64-encode-string as commands.
2077         (Columns): Mark move-to-column as a command.
2078         (Mode-Specific Indent): Document RIGID arg to
2079         indent-for-tab-command.
2080         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2081         Mark indent-code-rigidly as a command.
2082         (Substitution): Mark translate-region as a command.
2084         * frames.texi (Size and Position): Remove obsolete functions
2085         screen-height and screen-width.
2087 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2089         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2090         (Displaying Buffers, Resizing Windows): Correct mistakes;
2091         next-window, previous-window, and pop-to-buffer are not commands,
2092         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2093         Rudalics.)
2095 2009-05-17  Richard M Stallman  <rms@gnu.org>
2097         * modes.texi (Precalculated Fontification): Clarify text.
2099 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2101         * windows.texi (Selecting Windows): Clarify descriptions of
2102         with-selected-window and get-lru-window.
2103         (Cyclic Window Ordering): Refer to particular frame when talking
2104         about how splitting affects the ordering.
2105         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2106         switch-to-buffer-other-window.  Explain how setting of
2107         display-buffer-reuse-frames affects pop-to-buffer.
2108         (Choosing Window): Clarify some details in descriptions of
2109         display-buffer-reuse-frames, pop-up-frames, and
2110         pop-up-frame-function.
2111         (Dedicated Windows): Clarify some details.
2112         (Textual Scrolling): Replace term vscroll by term vertical
2113         scroll position.
2114         (Vertical Scrolling): Fix typo.
2115         (Window Hooks): Relate text on jit-lock-register to window
2116         scrolling and size changes.
2118 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2120         * frames.texi (Initial Parameters): Clarify what the initial
2121         minibuffer frame is.
2122         (Buffer Parameters): Note that the minibuffer parameter can not be
2123         altered.
2125         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2126         Document display-buffer changes.
2128 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2130         * anti.texi (Antinews): Rewrite for Emacs 22.
2132         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2133         obarrays are first mentioned.  Define "system abbrev" more
2134         prominently, and add it to the index.
2135         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2136         Copyedits.
2137         (Abbrev Expansion): Document abbrev-insert.
2139 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2141         * frames.texi (Font and Color Parameters): Rename from Color
2142         Parameters.  Document font-backend parameter.
2144         * vol2.texi (Top): Update node listing.
2145         * vol1.texi (Top): Update node listing.
2146         * elisp.texi (Top): Update node listing.
2148 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2150         * windows.texi (Choosing Window): Don't explicitly refer to
2151         split-window-sensibly's window argument in descriptions of
2152         split-height-threshold and split-width-threshold.
2154 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2156         * windows.texi (Choosing Window): Fix rewrite of window
2157         splitting section.
2159 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2161         * nonascii.texi (Default Coding Systems):
2162         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2163         Add indexing.
2164         (Lisp and Coding Systems): Add index entries.
2166 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2168         * windows.texi (Choosing Window): Describe split-window-sensibly
2169         and rewrite section on window splitting accordingly.
2170         (Textual Scrolling): Replace `...' by @code{...}.
2172 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2174         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2175         Remove obsoleted pre-abbrev-expand-hook.
2177         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2178         entries.
2180         * internals.texi (Object Internals): Don't assume 32-bit machines
2181         are the norm.
2182         (Buffer Internals): Consolidate table entries for readability.
2183         (Window Internals): Synch field names to window.h.
2184         (Process Internals): Synch field names to process.h.
2186 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2188         * variables.texi (File Local Variables): Note that read-circle is
2189         bound to nil when reading file-local variables.
2191         * streams.texi (Input Functions): Document read-circle.
2192         (Output Variables): Add xref to Circular Objects.
2194 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2196         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2197         Features and Coding System Basics.  Node that "p" stands for
2198         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2199         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2200         mouse-appearance-menu.
2201         (Programming Tips): Add xref to Progress.
2203 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2205         * os.texi (Command-Line Arguments):
2206         Document command-line-args-left.
2207         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2208         terminal objects for tty arguments.
2209         (Startup Summary): Add xref to Session Management.
2210         (Session Management): Mention emacs-session-restore.  Copyedits.
2212 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2214         * os.texi (Startup Summary): Copyedits.  The init file is not
2215         necessarily named .emacs now.  Document initial-buffer-choice and
2216         initial-scratch-message.  Note where Emacs exits in batch mode.
2217         Document inhibit-splash-screen as an alias.
2218         (Init File): Be neutral about which init file name to use.
2220 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2222         * os.texi (System Interface): Fix Texinfo usage.
2224 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2226         * searching.texi (Regexp Backslash): Also refer to shy groups as
2227         non-capturing or unnumbered groups.
2228         (Regexp Functions): Add cross-reference to Regexp Backslash.
2230         * display.texi (Truncation): Overlays can use line-prefix and
2231         wrap-prefix too.
2232         (Overlay Properties): Document wrap-prefix and line-prefix.
2233         (Face Attributes): Document underline-minimum-offset.
2234         (Face Remapping): Copyedits.
2235         (Low-Level Font): Copyedits.
2236         (Image Cache): Note that the image cache is shared between frames.
2237         (Line Height): Emphasize that line-spacing only takes effect on
2238         graphical terminals.
2240 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2242         * display.texi (Refresh Screen): Note that a passage about screen
2243         refreshing is text terminal only.
2244         (Forcing Redisplay): Delete misleading comment---sit-for calls
2245         redisplay, not the other way around.
2246         (Truncation): Note new values of truncate-partial-width-windows.
2247         Copyedits.
2248         (Invisible Text): Document invisible-p.
2250 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2252         * display.texi (Overlays): Overlays don't scale well.  See
2253         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2255 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2257         * syntax.texi (Syntax Table Functions): Document cons cell
2258         argument for modify-syntax-entry.
2259         (Categories): Document cons cell argument for
2260         modify-category-entry.
2262         * searching.texi (String Search): Document word-search-forward-lax
2263         and word-search-backward-lax.
2264         (Searching and Case): Describe isearch behavior more precisely.
2266         * keymaps.texi (Tool Bar): Mention that some platforms do not
2267         support multi-line toolbars.  Suggested by Stephen Eglen.
2269         * frames.texi (Layout Parameters): Mention that Nextstep also
2270         allows only one tool-bar line.  Suggested by Stephen Eglen.
2272         * nonascii.texi (Text Representations): Copyedits.
2273         (Coding System Basics): Also mention utf-8-emacs.
2274         (Converting Representations, Selecting a Representation)
2275         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2276         Copyedits.
2277         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2279 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2281         * text.texi (Yank Commands): Note that yank uses push-mark.
2282         (Filling): Clarify REGION argument of fill-paragraph.
2283         Document fill-forward-paragraph-function.
2284         (Special Properties): Remove "new in Emacs 22" declaration.
2285         (Clickable Text): Merge with Links and Mouse-1 node.
2287         * display.texi (Button Properties, Button Buffer Commands):
2288         Change xref to Clickable Text.
2290         * tips.texi (Key Binding Conventions): Change xref to Clickable
2291         Text.
2293         * elisp.texi (Top): Update node listing.
2295 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2297         * markers.texi (The Mark): Copyedits.  Improve description of
2298         handle-shift-selection.
2299         (The Region): Move use-region-p here from The Mark.
2301         * positions.texi (Screen Lines): Document (cols . lines) argument
2302         for vertical-motion.
2304 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2306         * frames.texi (Frames): Clean up introduction.  Document `ns'
2307         return value for framep.
2308         (Creating Frames): Note how the terminal is chosen.
2309         (Multiple Terminals, Multiple Displays): Merge into a single node.
2310         (Color Parameters): Fix typo.
2312         * variables.texi (Local Variables, Buffer-Local Variables)
2313         (Creating Buffer-Local): Change link to Multiple Terminals.
2315         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2317         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2318         Terminals.
2320         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2321         to Multiple Terminals.
2323         * elisp.texi (Top): Update node listing.
2324         * vol2.texi (Top): Update node listing.
2325         * vol1.texi (Top): Update node listing.
2327         * buffers.texi (Current Buffer): Note that the append-to-buffer
2328         example is no longer in synch with the latest code.  Tie the two
2329         examples together.
2331         * files.texi (File Attributes): Move note about MS-DOS from
2332         Changing Files to File Attributes.
2333         (Create/Delete Dirs): Note that mkdir is an alias for this.
2335 2009-04-01  Markus Triska  <triska@gmx.at>
2337         * processes.texi (Filter Functions): Suggest how to handle output
2338         batches.
2340 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2342         * help.texi (Accessing Documentation): Update example to use
2343         help-setup-xref and with-help-window.
2344         (Help Functions): Remove print-help-return-message, which is
2345         semi-obsolete due to with-help-window.  Document help-buffer and
2346         help-setup-xref.
2348 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2350         * help.texi (Accessing Documentation, Help Functions):
2351         Remove information about long-obsolete Emacs versions.
2353         * modes.texi (Mode Line Variables): The default values of the mode
2354         line variables are now more complicated.
2356 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2358         * modes.texi (Major Mode Conventions): Note that specialness is
2359         inherited.
2360         (Derived Modes): Note that define-derive-mode sets the mode-class
2361         property.
2363         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2364         goto-map.  Add search-map to the list.
2366 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2368         * os.texi (System Environment): Update the list of system-type
2369         values.
2371         * markers.texi (The Mark) <handle-shift-selection>: Update for
2372         removal of the optional argument DEACTIVATE.
2374 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2376         * commands.texi (Focus Events): Most X window managers don't use
2377         focus-follows-mouse nowadays.
2379 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2381         * commands.texi (Defining Commands): Clarify introduction.
2382         (Using Interactive): Not that interactive can be put in a symbol
2383         property.
2384         (Interactive Call): Note that a symbol with a non-nil
2385         interactive-form property satisfies commandp.
2387 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2389         * minibuf.texi (Intro to Minibuffers): Fix typos.
2391 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2393         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2394         about minibuffers in old Emacs versions.  Copyedits.
2395         Emphasize that enable-recursive-minibuffers defaults to nil.
2396         (Text from Minibuffer): Simplify introduction.
2398 2009-03-22  Alan Mackenzie  <acm@muc.de>
2400         * commands.texi (Using Interactive): Clarify string argument to
2401         `interactive' - even promptless elements need \n separators.
2403 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2405         * minibuf.texi (Completion Styles): New node.
2407         * elisp.texi (Top): Update node listing.
2409 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2411         * minibuf.texi (Basic Completion): Note that
2412         read-file-name-completion-ignore-case and
2413         read-buffer-completion-ignore-case can override
2414         completion-ignore-case.
2415         (Minibuffer Completion): Document completing-read changes.
2416         (Completion Commands): Avoid mentioning partial completion mode.
2417         Document minibuffer-completion-confirm changes, and
2418         minibuffer-confirm-exit-commands.
2419         (High-Level Completion): Document new require-match behavior for
2420         read-buffer.  Document read-buffer-completion-ignore-case.
2421         (Reading File Names): Document new require-match behavior for
2422         read-file-name.
2424 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
2426         * debugging.texi (Error Debugging): Don't mislead the reader into
2427         thinking that debug-on-error enters debugger for C-f at EOB.
2428         (Error Debugging): Setting debug-on-init within the init file
2429         works, and has for some time.
2431 2009-03-13  Kenichi Handa  <handa@m17n.org>
2433         * display.texi (Fontsets): Update the description.
2435 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
2437         * advice.texi (Advising Primitives): Link to What Is a Function.
2439 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
2441         * compile.texi (Speed of Byte-Code): Update example.
2442         (Disassembly): Update examples.
2444         * loading.texi (Repeated Loading): Simplify examples.
2446         * customize.texi (Common Keywords): It's not necessary to use :tag
2447         to remove hyphens, as custom-unlispify-tag-name does it
2448         automatically.
2449         (Variable Definitions): Link to File Local Variables.
2450         Document customized-value symbol property.
2451         (Customization Types): Move menu to end of node.
2453 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
2455         * macros.texi (Compiling Macros): Omit misleading sentence, which
2456         implied that macros can only be used in the same file they are
2457         defined.
2458         (Backquote): Remove obsolete information about Emacs 19.
2460 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
2462         * display.texi (Display Margins): Fix paren typo.
2464 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
2466         * elisp.texi (Top): Update node listing.
2468         * variables.texi (Variables): Clarify introduction.
2469         (Global Variables): Mention that setq is a special form.
2470         (Local Variables): Use active voice.
2471         (Tips for Defining): Mention marking variables as safe.
2472         (Buffer-Local Variables): Mention terminal-local and frame-local
2473         variables together.
2474         (File Local Variables): Copyedits.
2475         (Frame-Local Variables): Note that they are not really useful.
2476         (Future Local Variables): Node deleted.
2478         * objects.texi (General Escape Syntax): Update explanation of
2479         Unicode escape syntax.
2481 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2483         * control.texi (Control Structures): Add cindex entry for "textual
2484         order".
2486         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
2487         instead of "expression" throughout.
2488         (Function Indirection): Copyedits.  Use active voice.
2489         (Eval): The default value of max-lisp-eval-depth is now 400.
2491 2009-02-23  Miles Bader  <miles@gnu.org>
2493         * processes.texi (System Processes): Rename `system-process-attributes'
2494         to `process-attributes'.
2496 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2498         * symbols.texi (Property Lists): Emphasize that property lists are
2499         not restricted to symbol cells.
2500         (Other Plists): Copyedit.
2502         * sequences.texi (Sequences Arrays Vectors): Make introduction
2503         more concise.
2504         (Arrays): Mention char-tables and bool-vectors too.
2505         (Vectors): Don't repeat information given in Arrays node.  Link to
2506         nodes that explain the vector usage examples.
2507         (Char-Tables): Note that char-table elements can have arbitrary
2508         type.  Explain effect of omitted char-table-extra-slots property.
2509         Link to Property Lists node.
2511 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2513         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2514         `append'.
2515         (List Elements): Copyedits.
2517         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2518         of `vconcat'.
2520         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
2521         Emacs 20 usage of `concat'.
2522         (Case Conversion): Copyedits.
2524 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2526         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2527         Minor edits.
2528         (Frame Configuration Type): Emphasize that it is not primitive.
2529         (Font Type): New node.
2530         (Type Predicates): Add fontp; type-of now recognizes font object
2531         types.
2533         * intro.texi (Version Info): Update version numbers in examples.
2534         (Acknowledgements): List more contributors.
2536         * elisp.texi: Bump version number to 3.0.
2537         (Top): Link to Font Type node.
2539 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2541         * modes.texi (Major Mode Conventions): Remove duplicate words.
2542         (Customizing Keywords): Fix typo.
2544 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2546         * nonascii.texi (User-Chosen Coding Systems): Document that
2547         select-safe-coding-system suggests raw-text if there are raw bytes
2548         in the region.
2549         (Explicit Encoding): Warn not to use `undecided' when encoding.
2551 2009-02-11  Glenn Morris  <rgm@gnu.org>
2553         * frames.texi (Visibility of Frames): Mention the effect multiple
2554         workspaces/desktops can have on visibility.
2556 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2558         * text.texi (Commands for Insertion):
2559         * commands.texi (Event Mod):
2560         * keymaps.texi (Searching Keymaps):
2561         * nonascii.texi (Translation of Characters):
2562         Reinstate documentation of translation-table-for-input.
2563         (Explicit Encoding): Document the `charset' text property produced
2564         by decode-coding-region and decode-coding-string.
2566 2009-01-27  Alan Mackenzie  <acm@muc.de>
2568         * modes.texi (Search-based Fontification): Correct a typo.
2570 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
2572         * abbrevs.texi (Abbrev Table Properties): Fix typo.
2573         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2575 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2577         * display.texi (Window Systems): Document the value of
2578         `initial-window-system' under --daemon.
2580         * os.texi (System Environment): Remove description of the
2581         `environment' function which has been deleted.
2583 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2585         * frames.texi (Multiple Displays): Remove documentation for
2586         removed function make-frame-on-tty.
2588 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2590         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2591         write-region-annotate-functions.
2592         Document write-region-post-annotation-function.
2594 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2596         * display.texi (Font Lookup): Document WIDTH argument of
2597         x-list-fonts.
2599 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2601         * maps.texi (Standard Keymaps): Rename function-key-map to
2602         local-function-key-map.
2604         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2605         local-function-key-map.
2607         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2608         and `set-keyboard-coding-system' now accept an optional terminal
2609         argument.
2611         * commands.texi (Event Mod): `keyboard-translate-table' is now
2612         terminal-local.
2613         (Function Keys): Rename function-key-map to
2614         local-function-key-map.
2616         * elisp.texi (Top): Make @detailmenu be consistent with changes in
2617         frames.texi.
2619         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2620         `delete-terminal-functions', `suspend-tty-functions' and
2621         `resume-tty-functions'.
2623         * frames.texi (Frames): Document `frame-terminal' and
2624         `terminal-live-p'.
2625         (Multiple Displays): Document `make-frame-on-tty'.
2626         (Multiple Terminals): Document `terminal-list', `delete-terminal',
2627         `terminal-name', and `get-device-terminal'.
2628         (Terminal Parameters): Document `terminal-parameters',
2629         `terminal-parameter', and `set-terminal-parameter'.
2631         * os.texi (System Environment): Document `environment' and
2632         `initial-environment'.
2633         (Suspending Emacs): Update for multi-tty; document
2634         `suspend-tty', `resume-tty', and `controlling-tty-p'.
2636         * nonascii.texi (Coding System Basics): More accurate description
2637         of `raw-text'.
2639 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2641         * display.texi (Low-Level Font): Fix typo.
2643 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2645         * elisp.texi (Top): Update node listing.
2647         * display.texi (PostScript Images): Node deleted.
2649 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2651         * processes.texi (Decoding Output): Document that null bytes force
2652         no-conversion for reading process output.
2654         * files.texi (Reading from Files): Document that null bytes force
2655         no-conversion when visiting files.
2657         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2659         * nonascii.texi (Lisp and Coding Systems):
2660         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2661         (Character Properties): Improve wording.
2663 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2665         * display.texi (Font Lookup): Remove obsolete function
2666         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2667         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2668         (Font Selection): Reorder order of variable descriptions.
2669         Minor clarifications.
2671         * elisp.texi (Top): Update node listing.
2673 2009-01-09  Glenn Morris  <rgm@gnu.org>
2675         * commands.texi (Command Loop Info): Say that last-command-char and
2676         last-input-char are obsolete aliases.
2678         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2679         last-input-char and last-command-char, since they are just aliases for
2680         last-input-event and last-command-event.
2682         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2683         last-command-char.
2685 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2687         * elisp.texi: Update node listing.
2689         * display.texi (Faces): Put Font Selection node after Auto Faces.
2690         (Face Attributes): Don't link to Font Lookup.
2691         Document font-family-list.
2692         (Fonts): New node.
2694 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2696         * frames.texi (Pointer Shape): Clarify that only X supports
2697         changing the standard pointer shapes.  (Bug#1485)
2699 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2701         * display.texi (Attribute Functions): Note that a function value
2702         :height is relative, and that compatibility functions work by
2703         calling set-face-attribute.
2704         (Displaying Faces): Reorder list in order of increasing priority.
2705         (Face Remapping): New node.  Content moved here from Displaying
2706         Faces.
2707         (Glyphs): Link to Face Functions.
2709 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2711         * display.texi (Faces): Don't discuss face id here.  facep does
2712         not return t.
2713         (Defining Faces): Minor clarification.
2714         (Face Attributes): Rearrange items to match docstring of
2715         set-face-attribute.  Add :foundry attribute.  Document new role of
2716         :font attribute.  Texinfo usage fix.
2717         (Attribute Functions): Copyedits.
2718         (Face Functions): Note that face number is seldom used.
2720 2009-01-05  Richard M Stallman  <rms@gnu.org>
2722         * strings.texi (Predicates for Strings): Minor clarification.
2724         * functions.texi (Function Safety): Texinfo usage fix.
2726 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
2728         * objects.texi (General Escape Syntax): Fix typo.
2730 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
2732         * windows.texi (Choosing Window): Say that pop-up-frame-alist
2733         works via the default value of pop-up-frame-function.
2735 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
2737         * processes.texi (System Processes): Document the `time' and
2738         `ctime' attributes of `system-process-attributes'.
2740 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2742         * display.texi (Face Attributes): Clarify :height attribute.
2744 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2746         * buffers.texi (The Buffer List): Clarify what moves a buffer to
2747         the front of the buffer list.  Add entries for `last-buffer' and
2748         `unbury-buffer'.
2750 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2752         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2753         and its subsections.
2755         * frames.texi (Multiple Terminals, Low-level Terminal)
2756         (Terminal Parameters, Frames on Other TTY devices): New sections.
2757         (Frames): Add an xref to "Multiple Terminals".
2759         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2761         * objects.texi (Terminal Type): New node.
2762         (Editing Types): Add it to the menu.
2764         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2765         Variables".
2767         * variables.texi (Directory Local Variables): New node.
2768         (Variables): Add a menu item for it.
2770         * loading.texi (Autoload): Document `generate-autoload-cookie' and
2771         `generated-autoload-file'.
2773 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
2775         * os.texi (Startup Summary): Add xref to documentation of
2776         `initial-window-system'.
2778         * display.texi (Window Systems): Document `window-system' the
2779         function.  The variable `window-system' is now frame-local.
2780         Document `initial-window-system'.
2782 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
2784         * windows.texi (Windows): Rewrite description of
2785         fit-window-to-buffer.
2787 2008-12-13  Glenn Morris  <rgm@gnu.org>
2789         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
2790         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2792 2008-12-12  Glenn Morris  <rgm@gnu.org>
2794         * debugging.texi (Error Debugging): Refer forwards to
2795         eval-expression-debug-on-error.
2797 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
2799         * strings.texi (String Basics): Only unibyte strings that
2800         represent key sequences hold 8-bit raw bytes.
2802         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2803         paragraph to speak about `undecided'.
2804         (Character Properties): Don't explain the meaning of each
2805         property; instead, identify their Unicode Standard names.
2806         (Character Sets): Document `map-charset-chars'.
2808 2008-12-02  Glenn Morris  <rgm@gnu.org>
2810         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2811         section yet again.
2813 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
2815         * nonascii.texi (Character Properties): New Section.
2816         (Specifying Coding Systems): Document
2817         `coding-system-priority-list', `set-coding-system-priority', and
2818         `with-coding-priority'.
2819         (Lisp and Coding Systems): Document `check-coding-systems-region'
2820         and `coding-system-charset-list'.
2821         (Coding System Basics): Document `coding-system-aliases'.
2823         * elisp.texi (Top): Add a @detailmenu entry for "Character
2824         Properties".
2826         * objects.texi (Character Type): Correct the range of Emacs
2827         characters.  Add an @xref to "Character Codes".
2829         * strings.texi (String Basics): Add an @xref to "Character Codes".
2831         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2833         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2834         (Character Codes): Document `max-char'.
2836 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
2838         * nonascii.texi (Text Representations, Converting Representations)
2839         (Character Sets, Scanning Charsets, Translation of Characters):
2840         Make text more accurate.
2842 2008-11-28  Glenn Morris  <rgm@gnu.org>
2844         * files.texi (Format Conversion Round-Trip): Improve previous change.
2846 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
2848         * modes.texi (Auto Major Mode): Fix example.
2850 2008-11-25  Glenn Morris  <rgm@gnu.org>
2852         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2854         * files.texi (Format Conversion Round-Trip):
2855         Use active voice for previous change.
2857 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
2859         * os.texi (Processor Run Time):
2860         * processes.texi (Transaction Queues):
2861         * markers.texi (The Mark):
2862         * windows.texi (Choosing Window, Selecting Windows):
2863         * files.texi (Changing Files, Magic File Names):
2864         * commands.texi (Key Sequence Input):
2865         * functions.texi (Declaring Functions):
2866         * strings.texi (Predicates for Strings):
2867         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2869 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2871         * help.texi (Accessing Documentation): Update example.
2873         * variables.texi (Defining Variables): Note that `*' is not
2874         necessary if defcustom is used.
2876 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
2878         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2879         Characters" from @detailmenu.
2881         * nonascii.texi (Character Codes, Character Sets)
2882         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2883         (Chars and Bytes, Splitting Characters): Sections removed.
2885 2008-11-22  Lute Kamstra  <lute@gnu.org>
2887         * positions.texi (Text Lines): Update goto-line documentation.
2889 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
2891         * frames.texi (Frames): Fix typo, add cross references, reword.
2892         (Initial Parameters): Reword special-display-frame-alist text.
2893         (Frames and Windows): Reword.  Describe argument norecord for
2894         set-frame-selected-window.
2895         (Input Focus): Describe argument norecord for select-frame.
2896         Remove comment on MS-Windows behavior for focus-follows-mouse.
2897         (Raising and Lowering): Mention windows-frames dichotomy in
2898         metaphor.
2900         * windows.texi (Displaying Buffers, Vertical Scrolling)
2901         (Horizontal Scrolling): Fix indenting and rewording issues
2902         introduced with 2008-11-07 change.
2904 2008-11-20  Glenn Morris  <rgm@gnu.org>
2906         * files.texi (Format Conversion Round-Trip): Mention `preserve'
2907         element of `format-alist'.
2909 2008-11-19  Glenn Morris  <rgm@gnu.org>
2911         * doclicense.texi: Update to FDL 1.3.
2912         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2914 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
2916         * windows.texi (Window Hooks): Remove *-end-trigger-functions
2917         vars, which are obsolete.  Mention jit-lock-register.
2919         * modes.texi (Other Font Lock Variables):
2920         Document jit-lock-register and jit-lock-unregister.
2922         * frames.texi (Color Parameters): Document alpha parameter.
2924 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
2926         * windows.texi (Splitting Windows, Deleting Windows)
2927         (Selecting Windows, Cyclic Window Ordering)
2928         (Buffers and Windows, Displaying Buffers, Choosing Window)
2929         (Dedicated Windows, Window Point, Window Start and End)
2930         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2931         (Size of Window, Resizing Windows, Window Configurations)
2932         (Window Parameters): Avoid @var at beginning of sentences and
2933         reword accordingly.
2935 2008-11-11  Lute Kamstra  <lute@gnu.org>
2937         * files.texi (File Name Components): Fix file-name-extension
2938         documentation.
2940 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
2942         * frames.texi (Basic Parameters): Remove display-environment-variable
2943         and term-environment-variable.
2945 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
2947         * windows.texi (Basic Windows, Splitting Windows)
2948         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2949         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
2950         (Resizing Windows, Window Configurations, Window Parameters):
2951         Fix wording and markup.
2953 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
2955         * windows.texi (Windows): Update entries.
2956         (Basic Windows): Remove listing of attributes.  Reword.
2957         (Splitting Windows, Deleting Windows): Reword.
2958         (Selecting Windows, Cyclic Window Ordering): Reword with special
2959         emphasis on order of recently selected windows and buffer list.
2960         (Buffers and Windows, Choosing Window): Reword with special
2961         emphasis on dedicated windows.
2962         (Displaying Buffers): Reword.  For switch-to-buffer mention that
2963         it may fall back on pop-to-buffer.  For other-window try to
2964         explain how it treats the cyclic ordering of windows.
2965         (Dedicated Windows): New node and section discussing dedicated
2966         windows and associated functions.
2967         (Window Point): Add entry for window-point-insertion-type.  Reword.
2968         (Window Start and End): Rename node and section title.  Reword.
2969         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2970         Minor rewording.
2971         (Size of Window): Reword, in particular text on window-width.
2972         (Resizing Windows): Reword.  Add text on balancing windows.
2973         (Window Configurations): Reword.  Mention window parameters.
2974         (Window Parameters): New node and section on window parameters.
2975         (Window Hooks): Reword.  Mention that
2976         window-configuration-change-hook is run "buffer-locally".
2977         * elisp.texi (Top): Update Windows entries in @detailmenu
2978         section.
2980 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
2982         * searching.texi (Regexp Search): Fix typo.
2984 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
2986         * searching.texi (Regexp Search): Document GREEDY arg.
2987         (Simple Match Data): Fix return value.
2989 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
2991         * nonascii.texi (Text Representations): Rewrite to make consistent
2992         with Emacs 23 internal representation of characters.
2993         Document `unibyte-string'.
2995 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
2997         * processes.texi (Process Information): Note that process-status
2998         does not accept buffer names.
3000 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3002         * positions.texi (Skipping Characters): Correct return value of
3003         skip-chars-forward.
3005 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3007         * windows.texi (Deleting Windows): Update documentation of
3008         delete-windows-on.
3009         (Buffers and Windows): Update documentations of
3010         get-buffer-window and get-buffer-window-list.
3011         (Displaying Buffers): Update documentation of
3012         replace-buffer-in-windows.
3014         * buffers.texi (Current Buffer): Reword set-buffer and
3015         with-current-buffer documentations.
3016         (Creating Buffers): Reword documentation of get-buffer-create.
3018 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3020         * buffers.texi (Current Buffer): Reword documentation of
3021         set-buffer.
3022         (Buffer Names): Reword documentation of buffer-name.
3023         (The Buffer List): For bury-buffer explain what happens with the
3024         buffer's window.
3025         (Creating Buffers): Say that get-buffer-create's arg is called
3026         buffer-or-name.
3028 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3030         * advice.texi (Computed Advice): Explain what DEFINITION is.
3032         * nonascii.texi (Character Codes): Remove obsolete function
3033         char-valid-p, and document characterp instead.
3035 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3037         * windows.texi (Displaying Buffers): Reword documentation of
3038         pop-to-buffer.
3039         (Choosing Window): Rewrite documentation of display-buffer and
3040         its options.
3042         * buffers.texi (Killing Buffers): Update documentation of
3043         kill-buffer.
3045 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3047         * processes.texi (Serial Ports): Fix wording and improve markup.
3049         * searching.texi (Regexp Search): Document `string-match-p' and
3050         `looking-at-p'.
3051         (POSIX Regexps): Add an xref for "non-greedy".
3052         (Regexp Special): Add @cindex entry for "non-greedy".
3054         * display.texi (Attribute Functions): Document `face-all-attributes'.
3055         (Image Cache) <image-refresh>: Minor wording fixes.
3057         * frames.texi (Color Names): Add an xref to `read-color'.
3059         * minibuf.texi (High-Level Completion): Document `read-color'.
3061         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3063         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3065         * buffers.texi (Swapping Text): New section, documents
3066         `buffer-swap-text'.
3068 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3070         * windows.texi (Resizing Windows): Minor wording fix.
3072 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3074         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3075         and `combine-and-quote-strings'.
3077         * strings.texi (Creating Strings): Add xrefs for them.
3079 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3081         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3082         match the corresponding menu in minibuf.texi.
3084         * minibuf.texi (Reading File Names): Document `read-shell-command'
3085         and `minibuffer-local-shell-command-map'.
3087 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3089         * windows.texi (Resizing Windows): Remove var{} around "window" in
3090         documentation of enlarge-window.
3091         Rewrite documentation of window-min-height and window-min-width.
3093 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3095         * functions.texi (Calling Functions): Document `apply-partially'.
3097         * hooks.texi (Standard Hooks): Mention
3098         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3100         * variables.texi (File Local Variables): Document
3101         `file-local-variables-alist', `before-hack-local-variables-hook'
3102         and `hack-local-variables-hook'.
3104         * processes.texi (Synchronous Processes): Document `process-lines'.
3106         * customize.texi (Variable Definitions):
3107         Document `custom-reevaluate-setting'.
3109 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3111         * windows.texi (Choosing Window, Deleting Windows)
3112         (Displaying Buffers): Expand documentation of dedicated windows.
3114 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3116         * files.texi (Changing Files): Document symbolic input of file
3117         modes to `set-file-modes'.  Document `read-file-modes' and
3118         `file-modes-symbolic-to-number'.
3120         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3121         and `search-map'.
3123         * searching.texi (Search and Replace):
3124         Document `replace-search-function' and `replace-re-search-function'.
3125         Document `multi-query-replace-map'.
3127         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3128         (Completion Commands, Reading File Names):
3129         Rename `minibuffer-local-must-match-filename-map' to
3130         `minibuffer-local-filename-must-match-map'.
3131         (Minibuffer Completion): The `require-match' argument to
3132         `completing-read' can now have the value `confirm-only'.
3134         * windows.texi (Displaying Buffers): Minor wording fix.
3135         (Choosing Window): `split-height-threshold' can now be nil.
3136         Document `split-width-threshold'.  `pop-up-frames' can have the
3137         value `graphic-only'.
3139 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3141         * os.texi (Startup Summary): Document `before-init-time' and
3142         `after-init-time'.  Document `initial-window-system' and
3143         `window-system-initialization-alist'.  Document reading the
3144         abbrevs file.  Document the call to `server-start' under --daemon.
3145         Rearrange a bit to be consistent with the code flow.
3146         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3147         (Time Parsing): Document `format-seconds'.
3149 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3151         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3152         and reword.
3154 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3156         * markers.texi (The Mark): Document use-region-p.
3158 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3160         * internals.texi (Writing Emacs Primitives): The interactive spec
3161         of a primitive can be a Lisp form.
3163         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3164         values of transient-mark-mode.  Document handle-shift-selection.
3166         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3167         (Interactive Examples): Show an example of `^'.
3168         (Key Sequence Input): Document this-command-keys-shift-translated.
3169         (Defining Commands, Using Interactive): The interactive-form of a
3170         function can be added via its symbol's property.
3172         * positions.texi (List Motion): beginning-of-defun-function can
3173         now accept an argument.
3175         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3176         now return a list of strings.
3178         * control.texi (Handling Errors): Document ignore-errors.
3180         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3181         (Parameter Access): Document set-frame-parameter.
3183         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3184         Hooks" for the effect of kill-all-local-variables on local hook
3185         functions.
3187         * modes.texi (Major Mode Conventions, Mode Line Variables):
3188         `mode-name' need not be a string.  xref to "Mode Line Data" for
3189         details, and to "Emulating Mode Line" for computing a string
3190         value.
3192 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3194         * processes.texi (System Processes): New section.
3195         (Processes, Signals to Processes): Add xrefs to it.
3197         * objects.texi (Editing Types): A `process' is a subprocess of
3198         Emacs, not just any process running on the OS.
3200         * elisp.texi (Top): Adjust the @detailmenu for the above two
3201         changes.
3203         * sequences.texi (Char-Tables): Remove documentation of
3204         set-char-table-default, which has no effect since Emacs 23.
3205         <char-table-range, set-char-table-range>: Don't mention generic
3206         characters and charsets.  Add a cons cell as a possible argument.
3208         * nonascii.texi (Splitting Characters)
3209         (Translation of Characters): Don't mention generic characters.
3211         * display.texi (Fontsets): Don't mention generic characters.
3213         * sequences.texi (Char-Tables): `map-char-table' can now call its
3214         argument FUNCTION with a cons cell as KEY.
3216 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3218         * objects.texi (Primitive Function Type): Move "@cindex special
3219         forms" from here...
3221         * eval.texi (Special Forms): ...to here.
3223         * functions.texi (What Is a Function): `functionp' returns nil for
3224         special forms.  Add an xref.
3226         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3227         Variables".
3229         * variables.texi (Frame-Local Variables): New section.
3230         (Buffer-Local Variables): Add an xref to it.
3231         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3232         have both frame-local and buffer-local binding.
3234         * frames.texi (Frames): Mention multiple tty frames.
3235         (Frame Parameters, Parameter Access): Mention frame-local variable
3236         bindings.
3238 2008-09-20  Glenn Morris  <rgm@gnu.org>
3240         * display.texi (Defining Faces): Recommend against face variables.
3242 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3244         * display.texi (Echo Area Customization): Fix typo.
3246 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3248         * loading.texi (Where Defined): Add `defface' item.
3250 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3252         * loading.texi (Where Defined): Fix description of symbol-file.
3254 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3256         * display.texi (TIFF Images): New section describing :index property.
3258 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3260         * display.texi (Temporary Displays): Remove unnecessary comment
3261         about usage of temp-buffer-show-hook.
3263 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3265         * symbols.texi (Other Plists): Fix incorrect example.
3266         Suggested by Florian Beck.
3268 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3270         * os.texi: Fix previous change.
3272 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3274         * os.texi:
3275         * intro.texi:
3276         * files.texi: Remove VMS support.
3278 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3280         * os.texi:
3281         * frames.texi:
3282         * display.texi: Remove mentions of Mac Carbon.
3284 2008-07-01  Miles Bader  <miles@gnu.org>
3286         * text.texi (Special Properties):
3287         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3289 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3291         * display.texi (Other Image Types): Fix copy/paste error; say
3292         "PBM", not "XBM".
3294 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3296         * os.texi: Remove references to obsolete systems.
3298 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3300         * makefile.w32-in (distclean): Remove makefile.
3302 2008-06-17  Glenn Morris  <rgm@gnu.org>
3304         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3305         (elisp, dist): Remove rules and variables that are obsolete now
3306         the lisp manual is no longer distributed separately.
3308 2008-06-16  Glenn Morris  <rgm@gnu.org>
3310         * configure, configure.in, mkinstalldirs: Remove unused files.
3312         * book-spine.texinfo: Set version to 23.0.60.
3313         * vol1.texi (EMACSVER):
3314         * vol2.texi (EMACSVER): Set to 23.0.60.
3316         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3317         as per maintain.info.
3319 2008-06-15  Glenn Morris  <rgm@gnu.org>
3321         * makefile.w32-in (manual): Use "23" rather than "21".
3323         * Makefile.in (emacsver): New, set by configure.
3324         (manual): Use emacsver.
3326         * intro.texi: Report bugs using M-x report-emacs-bug.
3328         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3330 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3332         * elisp.texi, internals.texi, processes.texi: Add documentation
3333         about serial port access.
3335 2008-06-05  Miles Bader  <miles@gnu.org>
3337         * display.texi (Displaying Faces): Update to reflect function
3338         renamings in face-remap.el.
3340 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3342         * display.texi (Fontsets): Fix typos.
3344 2008-06-03  Miles Bader  <miles@gnu.org>
3346         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3347         remove-relative-face-remapping, set-base-face-remapping,
3348         and set-default-base-face-remapping.
3350 2008-06-01  Miles Bader  <miles@gnu.org>
3352         * display.texi (Displaying Faces): Add face-remapping-alist.
3354 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3357         variable names.
3359 2008-05-03  Eric S. Raymond  <esr@golux>
3361         * keymaps.texi: Clarify that (current-local-map) and
3362         (current-global-map) return references, not copies.
3364 2008-05-02  Juri Linkov  <juri@jurta.org>
3366         * minibuf.texi (Text from Minibuffer): Document a list of
3367         default values for `read-from-minibuffer'.
3369 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3371         * nonascii.texi (Translation of Characters): Fix previous change.
3373 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3375         * display.texi (Overlay Properties): Clarify role of underlying
3376         textprop and overlay keymaps for display strings.
3378         * keymaps.texi (Active Keymaps): Ditto.
3380 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3382         * minibuf.texi (Programmed Completion):
3383         Replace dynamic-completion-table with the new completion-table-dynamic.
3385 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3387         * intro.texi (Some Terms): Change "fonts in this manual" index
3388         entry to "typographic conventions".
3390 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3392         * objects.texi (Text Props and Strings): Add indexing for read
3393         syntax of text properties.
3395 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3397         * processes.texi (Decoding Output): Remove process-filter-multibyte
3398         functions.
3400 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3402         * display.texi (Finding Overlays): Say that empty overlays at
3403         the end of the buffer are reported too.
3405 2008-03-13  Glenn Morris  <rgm@gnu.org>
3407         * elisp.texi (EMACSVER): Set to 23.0.60.
3409 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3411         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3413 2008-02-22  Glenn Morris  <rgm@gnu.org>
3415         * frames.texi (Position Parameters): Clarify the description of
3416         `left' and `top', using information from "Geometry".
3417         (Geometry): Give a pointer to "Position Parameters", rather than
3418         repeating information.
3420 2008-02-11  Glenn Morris  <rgm@gnu.org>
3422         * objects.texi (Equality Predicates): No longer talk about "two"
3423         functions.
3425 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3427         * objects.texi (Equality Predicates): Add defun for
3428         equal-including-properties.
3430 2008-02-10  Glenn Morris  <rgm@gnu.org>
3432         * objects.texi (Equality Predicates):
3433         Mention equal-including-properties.
3435 2008-02-07  Richard Stallman  <rms@gnu.org>
3437         * windows.texi (Window Start): Mention the feature of moving
3438         window-start to start of line.
3440 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3442         * keymaps.texi (Tool Bar): Document rtl property.
3444 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3446         * display.texi (Button Types):
3447         For define-button-type, clarify type of NAME.
3449 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
3451         * buffers.texi (Buffer Modification): Fix typo.
3453 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3455         * os.texi (System Environment): Remove references to OSes that are
3456         not supported anymore.
3458 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3460         * os.texi (System Environment): Remove mention for Masscomp.
3462 2008-01-04  Richard Stallman  <rms@gnu.org>
3464         * display.texi (Faces): Don't talk about internal face vector as arg
3465         to facep.
3467         * customize.texi (Type Keywords): Fix previous change.
3469         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3470         * elisp.texi (Top): Fix menu for commands.texi change.
3472 2007-12-30  Richard Stallman  <rms@gnu.org>
3474         * commands.texi (Accessing Mouse): Rename from Accessing Events.
3475         (Accessing Scroll): New node broken out of Accessing Mouse.
3477 2007-12-28  Richard Stallman  <rms@gnu.org>
3479         * frames.texi (Size Parameters): Fix typo.
3480         (Basic Parameters): For `title', refer to title bar.
3481         (Size and Position): Explain meaning of frame pixel width and height.
3483 2007-12-23  Richard Stallman  <rms@gnu.org>
3485         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3486         Improve some of the commented-out keywords' text too.
3488 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
3490         * nonascii.texi (Encoding and I/O): Reword to avoid saying
3491         "visit the current buffer".
3493         * os.texi (System Interface): Fix typo.
3495 2007-12-04  Richard Stallman  <rms@gnu.org>
3497         * objects.texi (Symbol Type): Fix typo.
3499 2007-12-03  Richard Stallman  <rms@gnu.org>
3501         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3503 2007-12-01  Glenn Morris  <rgm@gnu.org>
3505         * functions.texi (Declaring Functions): Improve previous change.
3507 2007-11-30  Glenn Morris  <rgm@gnu.org>
3509         * functions.texi (Declaring Functions): Add optional fourth
3510         argument of declare-function, and setting third argument to `t'.
3512 2007-11-29  Richard Stallman  <rms@gnu.org>
3514         * customize.texi (Composite Types): Document `group' type.
3516 2007-11-29  Glenn Morris  <rgm@gnu.org>
3518         * functions.texi (Declaring Functions): Add findex.
3519         Mention `external' files.
3521 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3523         * functions.texi (Declaring Functions): Fix directive.
3525 2007-11-25  Richard Stallman  <rms@gnu.org>
3527         * help.texi (Help Functions): Clean up last change.
3529         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3531         * loading.texi (Named Features): Minor cleanup.
3533         * macros.texi (Eval During Expansion): Minor cleanup.
3535         * variables.texi (Variable Aliases): Minor cleanup.
3537 2007-11-24  Richard Stallman  <rms@gnu.org>
3539         * functions.texi (Declaring Functions): Clarify previous change.
3541         * compile.texi (Compiler Errors): Clarify previous change.
3543 2007-11-24  Richard Stallman  <rms@gnu.org>
3545         * display.texi (Refresh Screen, Forcing Redisplay):
3546         Clarify the text and move items around.
3548 2007-11-24  Glenn Morris  <rgm@gnu.org>
3550         * functions.texi (Declaring Functions): New section.
3551         * compile.texi (Compiler Errors): Mention declaring functions,
3552         defvar with no initvalue, and byte-compile-warnings.
3554 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
3556         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3557         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3559 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
3561         * help.texi (Help Functions): Document new macro `with-help-window'.
3563 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3565         * searching.texi (Replacing Match): Describe new
3566         `match-substitute-replacement'.
3568 2007-10-31  Richard Stallman  <rms@gnu.org>
3570         * strings.texi (Creating Strings): Null strings from concat not unique.
3572 2007-10-26  Richard Stallman  <rms@gnu.org>
3574         * objects.texi (Equality Predicates): Null strings are uniquified.
3576         * minibuf.texi: Minor clarifications in previous change.
3578 2007-10-25  Glenn Morris  <rgm@gnu.org>
3580         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3582 2007-10-24  Richard Stallman  <rms@gnu.org>
3584         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3586         * variables.texi (Frame-Local Variables): Node deleted.
3587         (Variables): Delete Frame-Local Variables from menu.
3588         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3589         (Default Value): Don't mention frame-local vars.
3591         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3593         * loading.texi (Unloading): Document FEATURE-unload-function
3594         instead of FEATURE-unload-hook.
3596         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3598 2007-10-22  Juri Linkov  <juri@jurta.org>
3600         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3601         (High-Level Completion): Document a list of default value strings
3602         in the DEFAULT argument, for which minibuffer functions return the
3603         first element.
3605 2007-10-17  Juri Linkov  <juri@jurta.org>
3607         * text.texi (Filling): Update arguments of fill-paragraph.
3608         fill-paragraph operates on the active region in Transient Mark mode.
3609         Remove fill-paragraph-or-region.
3611 2007-10-13  Karl Berry  <karl@gnu.org>
3613         * elisp.texi (@dircategory): Move to after @copying,
3614         since we want @copying as close as possible to the beginning of
3615         the output.
3617 2007-10-12  Richard Stallman  <rms@gnu.org>
3619         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3621         * commands.texi (Distinguish Interactive): New node,
3622         broken out from Interactive Call and rewritten.
3623         (Command Loop): Put Distinguish Interactive in menu.
3625 2007-10-09  Richard Stallman  <rms@gnu.org>
3627         * text.texi (Examining Properties): Mention overlay priority.
3629         * display.texi (Display Margins): Correct the description
3630         of margin display specifications.
3631         (Replacing Specs): New subnode broken out of Display Property.
3633 2007-10-06  Juri Linkov  <juri@jurta.org>
3635         * text.texi (Filling): Document fill-paragraph-or-region.
3637 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3639         * display.texi (Auto Faces): Fix typo.
3641 2007-10-02  Richard Stallman  <rms@gnu.org>
3643         * display.texi (Display Property): Explain some display specs
3644         don't let you move point in.
3646         * frames.texi (Cursor Parameters):
3647         Describe cursor-in-non-selected-windows here.  Explain more values.
3649         * windows.texi (Basic Windows): Don't describe
3650         cursor-in-non-selected-windows here.
3652 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
3654         * processes.texi (Misc Network): Note that these functions are
3655         supported only on some systems.
3657 2007-10-01  Richard Stallman  <rms@gnu.org>
3659         * display.texi (Overlay Properties): Explain nil as priority.
3660         Explain that conflicts are unpredictable if not resolved by
3661         priorities.
3663 2007-09-23  Richard Stallman  <rms@gnu.org>
3665         * macros.texi (Backquote): Minor clarification.
3667 2007-09-19  Richard Stallman  <rms@gnu.org>
3669         * display.texi (Display Property): Explain multiple display specs.
3670         Clarify when they work in parallel and when one overrides.
3671         Fix error in example.
3673 2007-09-06  Glenn Morris  <rgm@gnu.org>
3675         Move from lispref/ to doc/lispref/.  Change all setfilename
3676         commands to use ../../info.
3677         * Makefile.in (infodir): Go up one more level.
3678         (usermanualdir): Change from ../man to ../emacs.
3679         (miscmanualdir): New.
3680         (dist): Use new variable miscmanualdir.
3681         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3682         (usermanualdir): Change from ../man to ../emacs.
3684 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3686         * commands.texi (Command Loop Info): Advise against changing
3687         most variables described here.  Explain new variable
3688         last-repeatable-command.
3690 2007-08-29  Glenn Morris  <rgm@gnu.org>
3692         * elisp.texi (EMACSVER): Increase to 23.0.50.
3694 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3696         * frames.texi (Basic Parameters): Add display-environment-variable
3697         and term-environment-variable.
3699 2007-08-28  Juri Linkov  <juri@jurta.org>
3701         * display.texi (Image Formats, Other Image Types): Add SVG.
3703 2007-08-28  Juri Linkov  <juri@jurta.org>
3705         * display.texi (Images): Move formats-related text to new node
3706         "Image Formats".
3707         (Image Formats): New node.
3709 2007-08-27  Richard Stallman  <rms@gnu.org>
3711         * windows.texi (Window Configurations): Clarify what
3712         a window configuration saves.
3714 2007-08-25  Richard Stallman  <rms@gnu.org>
3716         * display.texi (Images): Delete redundant @findex.
3718 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3720         * text.texi (Change Hooks): (after|before)-change-functions are no
3721         longer bound to nil while running; rather inhibit-modification-hooks
3722         is t.
3724 2007-08-16  Richard Stallman  <rms@gnu.org>
3726         * processes.texi (Asynchronous Processes):
3727         Clarify doc of start-file-process.
3729 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3731         * modes.texi (Example Major Modes): Fix typo.
3733 2007-08-08  Glenn Morris  <rgm@gnu.org>
3735         * intro.texi (nil and t): Do not use `iff' in documentation.
3737         * tips.texi (Documentation Tips): Recommend against `iff'.
3739 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3741         * display.texi (Image Cache): Document image-refresh.
3743 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3745         * windows.texi (Size of Window): Document window-full-width-p.
3747 2007-07-25  Glenn Morris  <rgm@gnu.org>
3749         * gpl.texi (GPL): Replace license with GPLv3.
3751         * Relicense all FSF files to GPLv3 or later.
3753 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3755         * processes.texi (Synchronous Processes):
3756         Add `process-file-shell-command'.
3757         (Asynchronous Processes): Mention restricted use of
3758         `process-filter' and `process-sentinel' in
3759         `start-file-process'.  Add `start-file-process-shell-command'.
3761 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3763         * files.texi (Magic File Names): Introduce optional parameter
3764         IDENTIFICATION for `file-remote-p'.
3766 2007-07-16  Richard Stallman  <rms@gnu.org>
3768         * display.texi (Defining Faces): Fix previous change.
3770 2007-07-14  Richard Stallman  <rms@gnu.org>
3772         * control.texi (Handling Errors): Document `debug' in handler list.
3774 2007-07-10  Richard Stallman  <rms@gnu.org>
3776         * display.texi (Defining Faces): Explain C-M-x feature for defface.
3778 2007-07-09  Richard Stallman  <rms@gnu.org>
3780         * files.texi (Magic File Names): Rewrite previous change.
3782 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3784         * files.texi (Magic File Names): Introduce optional parameter
3785         CONNECTED for `file-remote-p'.
3787 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
3789         * processes.texi (Asynchronous Processes):
3790         * files.texi (Magic File Names): Add `start-file-process'.
3792 2007-06-27  Richard Stallman  <rms@gnu.org>
3794         * files.texi (Format Conversion Piecemeal):
3795         Clarify `after-insert-file-functions' calling convention.
3797 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3799         * files.texi (Magic File Names): Remove `dired-call-process'.
3800         Add `process-file'.
3802 2007-06-27  Kenichi Handa  <handa@m17n.org>
3804         * text.texi (Special Properties): Fix description about
3805         `composition' property.
3807 2007-06-26  Kenichi Handa  <handa@m17n.org>
3809         * nonascii.texi (Default Coding Systems): Document about the
3810         return value `undecided'.
3812 2007-06-25  David Kastrup  <dak@gnu.org>
3814         * keymaps.texi (Active Keymaps): Document new POSITION argument of
3815         `current-active-maps'.
3817 2007-06-24  Karl Berry  <karl@gnu.org>
3819         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3821 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
3823         * display.texi (Overlay Arrow): Doc fix.
3825 2007-06-14  Karl Berry  <karl@tug.org>
3827         * anti.texi (Antinews): Typo.
3829 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
3831         * display.texi (Image Cache): Document image-refresh.
3833 2007-06-12  Karl Berry  <karl@gnu.org>
3835         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3836         * two-volume.make: New file.
3837         * .cvsignore: Ignore two-volume files.
3839 2007-06-12  Tom Tromey  <tromey@redhat.com>
3841         * os.texi (Init File): Document user-emacs-directory.
3843 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
3845         * commands.texi (Click Events): Describe width and height when
3846         object is nil.
3848 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
3850         * commands.texi (Click Events): Layout more logically.
3851         Describe width and height.
3852         (Drag Events, Motion Events): Update to new format for position.
3854 2007-06-02  Richard Stallman  <rms@gnu.org>
3856         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3858 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3860         * Version 22.1 released.
3862 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3864         * text.texi (Special Properties): Correct meaning of fontified face.
3866 2007-05-30  Richard Stallman  <rms@gnu.org>
3868         * text.texi (Special Properties): Add link to Adjusting Point.
3870 2007-05-12  Richard Stallman  <rms@gnu.org>
3872         * text.texi (Margins): indent-to-left-margin is not the default.
3873         (Mode-Specific Indent): For indent-line-function, the default
3874         is indent-relative.
3876         * modes.texi (Example Major Modes): Explain last line of text-mode
3877         is redundant.
3879 2007-05-10  Richard Stallman  <rms@gnu.org>
3881         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3883         * help.texi (Keys in Documentation): Add reference to
3884         Documentation Tips.
3886         * files.texi (Format Conversion): TO-FN gets three arguments.
3888         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3890 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
3892         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3893         * files.texi (Format Conversion): Expand intro; add menu.
3894         (Format Conversion Overview, Format Conversion Round-Trip)
3895         (Format Conversion Piecemeal): New nodes/subsections.
3896         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3897         * text.texi (Text Properties): Remove "Saving Properties" from menu.
3898         (Saving Properties): Delete node/subsection.
3900 2007-05-07  Karl Berry  <karl@gnu.org>
3902         * elisp.texi (EMACSVER): Back to 22.
3904 2007-05-06  Richard Stallman  <rms@gnu.org>
3906         * processes.texi (Accepting Output): Revert most of previous change.
3908 2007-05-05  Richard Stallman  <rms@gnu.org>
3910         * processes.texi (Accepting Output): accept-process-output
3911         uses microseconds, not milliseconds.  But that arg is obsolete.
3913 2007-05-04  Karl Berry  <karl@tug.org>
3915         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3917 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
3919         * tips.texi (Documentation Tips): Rearrange items to place the
3920         more important ones first.  Add an index entry for hyperlinks.
3922 2007-05-03  Karl Berry  <karl@gnu.org>
3924         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3925         (EMACSVER) [smallbook]: 22 for printed version.
3927         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3928         so restore anchor to normal position after defun.  Found by Kevin Ryde.
3930 2007-04-26  Glenn Morris  <rgm@gnu.org>
3932         * elisp.texi (EMACSVER): Increase to 22.1.50.
3934 2007-04-28  Karl Berry  <karl@gnu.org>
3936         * elisp.texi: Improve line breaks on copyright page,
3937         similar layout to emacs manual, 8.5x11 by default.
3939 2007-04-24  Richard Stallman  <rms@gnu.org>
3941         * text.texi (Special Properties): Add xref to Overlay Properties.
3943         * display.texi (Overlay Properties): Add xref to Special Properties.
3945 2007-04-22  Richard Stallman  <rms@gnu.org>
3947         * keymaps.texi (Extended Menu Items): Move the info about
3948         format with cached keyboard binding.
3950 2007-04-21  Richard Stallman  <rms@gnu.org>
3952         * text.texi (Special Properties): Clarify previous change.
3954         * files.texi (File Name Expansion): Clarify previous change.
3956         * display.texi (Attribute Functions): Fix example for
3957         face-attribute-relative-p.
3959 2007-04-19  Kenichi Handa  <handa@m17n.org>
3961         * text.texi (Special Properties): Document composition property.
3963 2007-04-19  Glenn Morris  <rgm@gnu.org>
3965         * files.texi (File Name Expansion): Mention "superroot".
3967 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
3969         * frames.texi (Multiple Displays): Add note about "multi-monitor"
3970         setups.
3971         (Display Feature Testing): Note that display refers to all
3972         physical monitors for multi-monitor setups.
3974 2007-04-14  Richard Stallman  <rms@gnu.org>
3976         * lists.texi (Sets And Lists): Clarify `delete' examples.
3977         Remove spurious xref to same node.
3978         Clarify xref for add-to-list.
3980 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
3982         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3983         value of lisp-mode-map.
3985 2007-04-11  Karl Berry  <karl@gnu.org>
3987         * anti.texi (Antinews):
3988         * display.texi (Overlay Properties, Defining Images):
3989         * processes.texi (Synchronous Processes, Sentinels):
3990         * syntax.texi (Syntax Table Internals):
3991         * searching.texi (Regexp Special):
3992         * nonascii.texi (Default Coding Systems):
3993         * text.texi (Special Properties):
3994         * minibuf.texi (Basic Completion): Wording to improve breaks in
3995         8.5x11 format.
3996         * elisp.texi (smallbook): New @set to more easily switch between
3997         smallbook and 8.5x11.
3999 2007-04-11  Richard Stallman  <rms@gnu.org>
4001         * text.texi (Lazy Properties): Minor fix.
4003 2007-04-08  Karl Berry  <karl@gnu.org>
4005         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4006         * macros.texi (Backquote): Downcase Backquote in index entries for
4007         consistency.
4009 2007-04-08  Richard Stallman  <rms@gnu.org>
4011         * text.texi (Adaptive Fill): Just describe default,
4012         don't show it (since it contains non-ASCII chars).
4014 2007-04-07  Karl Berry  <karl@gnu.org>
4016         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4017         adaptive-fill-regexp's value, since they are not in the standard
4018         TeX fonts.
4020 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4022         * display.texi (Defining Faces): Fix example.
4024 2007-04-07  Karl Berry  <karl@gnu.org>
4026         * display.texi (Button Buffer Commands): Improve page break.
4028 2007-04-07  Richard Stallman  <rms@gnu.org>
4030         * advice.texi (Activation of Advice): Remove redundant index entry.
4032         * backups.texi: Improve index entries.  Remove redundant ones.
4034         * compile.texi (Byte Compilation): Improve index entry.
4036         * hash.texi (Creating Hash): Improve index entry.
4038         * symbols.texi (Definitions): Improve index entry.
4040         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4042         * maps.texi (Standard Keymaps): Remove useless index entry.
4044         * help.texi (Documentation Basics): Remove redundant index entries.
4046         * customize.texi: Improve index entries.
4047         Remove redundant/useless ones.
4049         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4051         * streams.texi (Output Variables): Improve index entry.
4053         * abbrevs.texi (Abbrevs): Remove useless index entry.
4055         * macros.texi (Expansion): Remove useless index entry.
4057         * text.texi: Improve index entries.  Remove redundant/useless ones.
4058         (Text Properties, Examining Properties)
4059         (Special Properties): Use "property category" instead of "category"
4060         to refer to the `category' property.
4062         * positions.texi: Improve index entries.  Remove useless one.
4064         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4066         * os.texi: Improve index entries.
4067         (Timers): Fix previous change.
4069         * buffers.texi: Improve index entries.
4070         (Modification Time): Get rid of term "obsolete buffer".
4072         * debugging.texi: Improve index entries.
4073         (Test Coverage): Add xref to other test coverage ftr.
4075         * eval.texi: Improve index entry.  Remove redundant ones.
4077         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4079         * files.texi: Improve index entries.  Remove redundant/useless ones.
4081         * objects.texi: Improve index entries.
4083         * processes.texi: Improve index entries.
4085         * modes.texi: Improve index entry.  Remove redundant one.
4087         * nonascii.texi: Improve index entries.
4089         * internals.texi: Improve index entries.
4091         * syntax.texi: Improve index entries.
4093         * keymaps.texi (Active Keymaps): Improve index entries.
4095         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4097         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4099         * markers.texi: Improve index entries.  Remove redundant ones.
4101         * tips.texi: Improve index entries.
4103         * loading.texi (Unloading): Improve index entry.
4105         * variables.texi: Improve index entries.  Remove redundant one.
4107         * sequences.texi: Improve index entry.
4109         * display.texi: Improve index entries.  Remove redundant ones.
4111         * windows.texi: Improve index entries.
4113         * searching.texi: Improve index entries.  Remove redundant one.
4115         * strings.texi (Case Tables): Improve last change.
4117 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4119         * strings.texi (Case Tables): Document with-case-table and
4120         ascii-case-table.
4122 2007-04-03  Karl Berry  <karl@gnu.org>
4124         * processes.texi (Network): Reword to improve page break.
4126 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4128         * functions.texi (Inline Functions): Describe more disadvantages
4129         of defsubst, and make advice against it stronger.
4131 2007-04-02  Karl Berry  <karl@gnu.org>
4133         * backups.texi (Backup Names): Avoid widow words.
4134         * modes.texi (Example Major Modes): Align last comment.
4136 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4138         * keymaps.texi (Remapping Commands): Document new arg to
4139         command-remapping.
4141 2007-04-01  Karl Berry  <karl@gnu.org>
4143         * processes.texi (Low-Level Network): Typo.
4144         * loading.texi (Hooks for Loading): Avoid double "the".
4145         * keymaps.texi (Key Sequences): No double "and".
4146         (Changing Key Bindings): Shorten to improve line break.
4148 2007-03-31  Glenn Morris  <rgm@gnu.org>
4150         * os.texi (Timers): Fix description of run-at-time TIME formats.
4152 2007-03-31  Richard Stallman  <rms@gnu.org>
4154         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4155         regarding ellipsis.
4157 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4159         * intro.texi (nil and t):
4160         * symbols.texi (Plists and Alists):
4161         * variables.texi (Variable Aliases, Constant Variables):
4162         * functions.texi (Defining Functions):
4163         * advice.texi (Advising Primitives):
4164         * debugging.texi (Syntax Errors, Compilation Errors):
4165         * minibuf.texi (Minibuffer Windows):
4166         * commands.texi (Adjusting Point):
4167         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4168         (Auto Major Mode, Major Mode Conventions):
4169         * help.texi (Describing Characters):
4170         * files.texi (Create/Delete Dirs, Information about Files)
4171         (File Locks, Writing to Files, Reading from Files)
4172         (Saving Buffers):
4173         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4174         * frames.texi (Finding All Frames):
4175         * positions.texi (Buffer End, Motion):
4176         * markers.texi (The Region):
4177         * text.texi (Deletion, Near Point):
4178         * display.texi (Displaying Messages, Truncation):
4179         * os.texi (Processor Run Time):
4180         * tips.texi (Key Binding Conventions, Programming Tips)
4181         (Warning Tips, Documentation Tips, Comment Tips):
4182         * internals.texi (Memory Usage): Improve indexing.
4184         * variables.texi (Frame-Local Variables):
4185         * functions.texi (Argument List):
4186         * loading.texi (Library Search):
4187         * streams.texi (Output Variables):
4188         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4189         * searching.texi (Replacing Match, Search and Replace):
4190         * processes.texi (Byte Packing, Decoding Output)
4191         (Accepting Output, Network Servers, Shell Arguments):
4192         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4193         * windows.texi (Window Point, Window Start):
4194         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4195         * commands.texi (Reading Input, Keyboard Events):
4196         * minibuf.texi (Reading File Names, Minibuffer Completion)
4197         (Recursive Mini):
4198         * positions.texi (List Motion):
4199         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4200         * numbers.texi (Arithmetic Operations, Math Functions)
4201         (Predicates on Numbers, Comparison of Numbers):
4202         (Numeric Conversions):
4203         * locals.texi (Standard Buffer-Local Variables):
4204         * maps.texi (Standard Keymaps):
4205         * os.texi (User Identification, System Environment, Recording Input)
4206         (X11 Keysyms):
4207         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4208         * backups.texi (Backups and Auto-Saving):
4209         * customize.texi (Customization, Group Definitions)
4210         (Variable Definitions):
4211         * compile.texi (Byte Compilation): Improve index entries.
4213 2007-03-31  Karl Berry  <karl@gnu.org>
4215         * macros.texi (Defining Macros): Avoid widow syllable.
4217 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4219         * elisp.texi (Top): Postscript -> PostScript.
4221         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4223 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4225         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4227 2007-03-30  Karl Berry  <karl@gnu.org>
4229         * lists.texi (List-related Predicates): Remove spurious @need.
4230         (Setcdr): Use @smallexample to improve page break.
4231         (Association Lists) <assoc>: Reword to improve page break.
4233         * strings.texi (String Conversion): Insert blank line to improve
4234         page break.
4236         * numbers.texi (Random Numbers): Use @minus{}.
4237         (Math Functions): Use @minus{}.
4239         * intro.texi (Acknowledgements): Avoid line breaks before middle
4240         initials.
4242 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4244         * errors.texi (Standard Errors): Add an index entry.
4246 2007-03-19  Richard Stallman  <rms@gnu.org>
4248         * os.texi (Recording Input): recent-keys now gives 300 keys.
4250 2007-03-12  Glenn Morris  <rgm@gnu.org>
4252         * os.texi: Replace "daylight savings" with "daylight saving"
4253         throughout.
4255 2007-03-05  Richard Stallman  <rms@gnu.org>
4257         * variables.texi (File Local Variables):
4258         Update enable-local-variables values.
4260 2007-03-04  Richard Stallman  <rms@gnu.org>
4262         * syntax.texi (Control Parsing): Minor clarification.
4264         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4266         * sequences.texi (Sequence Functions): Move string-bytes away,
4267         add xref.
4269         * nonascii.texi (Text Representations): Move string-bytes here.
4271         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4273         * minibuf.texi (Basic Completion): Minor clarification.
4275         * markers.texi (The Mark): Clarify existence vs activation of mark.
4276         Other cleanup.
4278         * display.texi (Finding Overlays): Write better example.
4280         * compile.texi (Eval During Compile): Clarify putting macros
4281         in eval-when-compile.
4283 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4285         * loading.texi (How Programs Do Loading): Fix anchor position at
4286         load-read-function definition doc.
4288 2007-02-21  Kim F. Storm  <storm@cua.dk>
4290         * strings.texi (Text Comparison): Mention that assoc-string
4291         converts symbols to strings before testing.
4293 2007-02-17  Kim F. Storm  <storm@cua.dk>
4295         * processes.texi (Bindat Spec): Vector types can have optional
4296         element type.
4297         (Bindat Examples): Fix example.  Add vector with element type.
4299 2007-02-16  Andreas Schwab  <schwab@suse.de>
4301         * strings.texi (Formatting Strings): Document '+' flag.
4303 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4305         * strings.texi (Modifying Strings): Clarify that `clear-string'
4306         always converts the string to unibyte.
4308 2007-02-14  Kim F. Storm  <storm@cua.dk>
4310         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4311         Rewrite glyph code description to refer to these functions.
4312         Remove details of encoding face number and char into integer code.
4314 2007-02-03  Alan Mackenzie  <acm@muc.de>
4316         * loading.texi (Hooks for Loading): Make the description of
4317         `eval-after-load' more detailed, and amend the description of
4318         after-load-alist, in accordance with changes from 2006-05.
4320 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4322         * modes.texi (Defining Minor Modes): Document that a :require
4323         keyword or similar may be required to make saved customization
4324         variables work.
4326 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4328         * elisp.texi (Top): Make the detailed menu headers compliant with
4329         Texinfo guidelines and with what texnfo-upd.el expects.
4330         Add comments to prevent people from inadvertently modifying the key
4331         parts needed by `texinfo-multiple-files-update'.
4333 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4335         * elisp.texi (Top): Update the top-level menus.
4337         * syntax.texi (Categories): Add index entries.
4339 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4341         * display.texi (Attribute Functions): Fix name and description of
4342         the UNDERLINE arg of `set-face-underline-p'.
4344 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4346         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4347         Variables", and "Standard Keymaps" to the detailed menu.
4349         * variables.texi (Future Local Variables): Add index entry.
4351 2007-01-28  Richard Stallman  <rms@gnu.org>
4353         * tips.texi (Coding Conventions): Clarify the tip about macros
4354         that define a function or a variable.
4356         * files.texi (File Attributes): UID and GID can be floats.
4357         (Magic File Names): Explain why deferring all operations to
4358         the standard handler does not work.
4360 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4362         * backups.texi (Reverting): Use "buffer" instead of "file"
4363         when talking about major and minor modes.
4365 2007-01-21  Richard Stallman  <rms@gnu.org>
4367         * help.texi (Documentation): Add xref to Documentation Tips.
4369 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4371         * tips.texi (Coding Conventions): Fix typos.
4373 2007-01-05  Richard Stallman  <rms@gnu.org>
4375         * modes.texi (Defining Minor Modes): Fix previous change.
4377 2007-01-03  Richard Stallman  <rms@gnu.org>
4379         * customize.texi (Variable Definitions, Customization Types):
4380         Don't use * in doc string for defcustom.
4382 2007-01-02  Richard Stallman  <rms@gnu.org>
4384         * variables.texi (Variable Aliases): Clarify that aliases vars
4385         always have the same value.
4387         * processes.texi (Bindat Spec): Fix Texinfo usage.
4389         * modes.texi (Defining Minor Modes): Explain effect of command
4390         defined with define-global-minor-mode on new buffers.
4392 2006-12-30  Kim F. Storm  <storm@cua.dk>
4394         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4395         `auto-resize-tool-bars'.
4397 2006-12-30  Richard Stallman  <rms@gnu.org>
4399         * keymaps.texi (Active Keymaps): Fix previous change.
4401 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4403         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4405 2006-12-30  Kim F. Storm  <storm@cua.dk>
4407         * processes.texi (Bindat Spec): Clarify using field names in
4408         length specifications.
4410 2006-12-29  Kim F. Storm  <storm@cua.dk>
4412         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4413         Add count and index variables for eval forms in repeat blocks.
4415 2006-12-24  Richard Stallman  <rms@gnu.org>
4417         * customize.texi (Variable Definitions):
4418         Document new name custom-add-frequent-value.
4420 2006-12-19  Kim F. Storm  <storm@cua.dk>
4422         * commands.texi (Misc Events): User signals now result in sigusr1
4423         and sigusr2 events which are handled through special-event-map.
4424         (Special Events): User signals and drag-n-drop are special.
4426 2006-12-17  Richard Stallman  <rms@gnu.org>
4428         * loading.texi (Named Features): Explain subfeatures better.
4430         * customize.texi: Use "option" only for user options.
4431         For the keyword values inside defcustom etc, say "keywords".
4432         For :options value's elements, say "elements".
4433         :group should not be omitted.
4435         * syntax.texi (Parsing Expressions): Split up node.
4436         (Motion via Parsing, Position Parse, Parser State)
4437         (Low-Level Parsing, Control Parsing): New subnodes.
4438         (Parser State): Document syntax-ppss-toplevel-pos.
4440         * positions.texi (List Motion): Punctuation fix.
4442         * files.texi (File Name Completion): Document PREDICATE arg
4443         to file-name-completion.
4445 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
4447         * internals.texi (Building Emacs, Writing Emacs Primitives):
4448         Add index entries.
4450 2006-12-11  Richard Stallman  <rms@gnu.org>
4452         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4453         affects face menu.  Explain how to make it non-nil without enabling
4454         any fontification.
4456 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4458         * modes.texi (Font Lock Basics): Document nil value of
4459         font-lock-defaults.
4461 2006-12-10  Glenn Morris  <rgm@gnu.org>
4463         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4464         value for system-flag argument.  Abbrev tables may not be empty
4465         when major modes are loaded.
4467 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4469         * makefile.w32-in (maintainer-clean): Partially revert last
4470         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4471         to protect elisp-covers.texi.
4473 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
4475         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4476         Don't remove elisp* info files; they are already deleted by the
4477         `clean' and `distclean' targets, and they are in the $(infodir)
4478         directory, not the current one.
4480 2006-12-04  Kim F. Storm  <storm@cua.dk>
4482         * commands.texi (Misc Events): Update signal events.
4483         (Event Examples): Add signal example.
4485 2006-11-29  Richard Stallman  <rms@gnu.org>
4487         * frames.texi (Visibility of Frames): Explain visible windows
4488         can be covered by others.  Add xref for raise-frame.
4490 2006-11-28  Richard Stallman  <rms@gnu.org>
4492         * searching.texi (Regexp Special): Update when ^ is special.
4494 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
4496         * customize.texi (Customization, Common Keywords)
4497         (Group Definitions, Variable Definitions, Composite Types)
4498         (Type Keywords, Customization Types): Add index entries for
4499         various customization keywords.
4501 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4503         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4505 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4507         * frames.texi (Window System Selections): Remove clipboard from
4508         description of selection-coding-system.
4510 2006-11-06  Richard Stallman  <rms@gnu.org>
4512         * lists.texi (List Variables): Document COMPARE-FN.
4514         * keymaps.texi: Avoid use of "binding" to mean a relation;
4515         use it only to refer to the meaning associated with a key.
4516         (Keymaps): Change menu node description.
4518         * elisp.texi (Top): Change menu node description.
4520         * display.texi (Managing Overlays): Document overlay-recenter.
4522 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
4524         * Makefile.in: Use relative paths to avoid advertising filesystem
4525         contents during compilation.
4527 2006-10-23  Kim F. Storm  <storm@cua.dk>
4529         * commands.texi (Event Input Misc): Update unread-command-events.
4531 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4533         * lists.texi (Sets And Lists): Fix typos.
4535 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4537         * control.texi (Processing of Errors): Use @var for an argument,
4538         not @code.
4540 2006-10-16  Richard Stallman  <rms@gnu.org>
4542         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4544         * keymaps.texi (Format of Keymaps): Show all the keymap element
4545         patterns that result from menu items.
4546         (Key Lookup): Minor cleanups.
4548         * modes.texi (Precalculated Fontification): Don't say that
4549         not setting font-lock-defaults avoids loading font-lock.
4551         * help.texi (Documentation): Move xref to Emacs Manual here.
4552         (Documentation Basics): From here.
4553         Also doc emacs-lisp-docstring-fill-column.
4555         * elisp.texi: Update version and ISBN.
4557         * commands.texi (Interactive Call): Clarify KEYS arg to
4558         call-interactively is a vector.
4559         (Command Loop Info): Delete anchor in this-command-keys.
4560         Add anchor in this-command-keys-vector.
4561         (Recursive Editing): Document how recursive-edit
4562         handles the current buffer.
4564 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
4566         * frames.texi (Frame Titles): %c and %l are ignored in
4567         frame-title-format.
4569 2006-10-11  Richard Stallman  <rms@gnu.org>
4571         * keymaps.texi (Key Sequences): Clarify use of kbd.
4573 2006-10-10  Kim F. Storm  <storm@cua.dk>
4575         * lists.texi (Sets And Lists): Add memql.
4577 2006-10-03  Richard Stallman  <rms@gnu.org>
4579         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4580         Clarify :ascii: and :nonascii:.
4582 2006-09-29  Juri Linkov  <juri@jurta.org>
4584         * modes.texi (%-Constructs): Reorder coding systems in the
4585         documentation of %z to the real order displayed in the modeline.
4587 2006-09-25  Richard Stallman  <rms@gnu.org>
4589         * os.texi (Timers): Describe timer-max-repeats.
4591 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4593         * os.texi (Timers): Mention with-local-quit.
4595 2006-09-24  Richard Stallman  <rms@gnu.org>
4597         * searching.texi (Searching and Matching): Mention property search.
4599         * commands.texi (Command Loop Info): Explain how read-event affects
4600         this-command-keys.
4602 2006-09-20  Richard Stallman  <rms@gnu.org>
4604         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4606         * windows.texi (Window Start): Minor cleanups.
4608 2006-09-20  Kim F. Storm  <storm@cua.dk>
4610         * windows.texi (Window Start): pos-visible-in-window-p allows
4611         specifying t for position to mean "end of window".
4612         Add window-line-height.
4614         * anti.texi (Antinews): Mention window-line-height.
4616 2006-09-19  David Kastrup  <dak@gnu.org>
4618         * keymaps.texi (Searching Keymaps): Small clarification.
4620 2006-09-18  Richard Stallman  <rms@gnu.org>
4622         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4623         cause keyboard menus.
4624         (Menu Keymaps): Likewise.
4625         (Defining Menus, Keyboard Menus): Clarify.
4627         * text.texi (Fields): Clarify explanation of constrain-to-field.
4629 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4631         * variables.texi (Tips for Defining): Fix a typo.
4633 2006-09-15  Richard Stallman  <rms@gnu.org>
4635         * keymaps.texi (Remapping Commands, Searching Keymaps)
4636         (Active Keymaps): Clean up previous change.
4638 2006-09-15  Jay Belanger  <belanger@truman.edu>
4640         * gpl.texi: Replace "Library Public License" by "Lesser Public
4641         License" throughout.
4643 2006-09-15  David Kastrup  <dak@gnu.org>
4645         * keymaps.texi (Active Keymaps): Adapt description to use
4646         `get-char-property' instead `get-text-property'.  Explain how
4647         mouse events change this.  Explain the new optional argument of
4648         `key-binding' and its mouse-dependent lookup.
4649         (Searching Keymaps): Adapt description similarly.
4650         (Remapping Commands): Explain the new optional argument of
4651         `command-remapping'.
4653 2006-09-14  Richard Stallman  <rms@gnu.org>
4655         * keymaps.texi (Searching Keymaps): Clarification.
4656         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4658 2006-09-13  Richard Stallman  <rms@gnu.org>
4660         * objects.texi (Character Type): Node split.
4661         Add xref to Describing Characters.
4662         (Basic Char Syntax, General Escape Syntax)
4663         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4665 2006-09-11  Richard Stallman  <rms@gnu.org>
4667         * display.texi (Display Table Format): Wording clarification.
4668         (Glyphs): Clarifications.
4670 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4672         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4673         local maps.
4675 2006-09-10  Kim F. Storm  <storm@cua.dk>
4677         * display.texi (Forcing Redisplay): Document return value of
4678         function redisplay.
4680 2006-09-09  Richard Stallman  <rms@gnu.org>
4682         * windows.texi (Window Hooks): Explain limits of
4683         window-scroll-functions.
4685         * display.texi (Fringe Indicators): Update for last change in
4686         indicate-buffer-boundaries.
4688 2006-09-08  Richard Stallman  <rms@gnu.org>
4690         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4692 2006-09-06  Kim F. Storm  <storm@cua.dk>
4694         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4696         * windows.texi (Window Start): Update pos-visible-in-window-p.
4698 2006-09-04  Richard Stallman  <rms@gnu.org>
4700         * processes.texi (Accepting Output): Explain SECONDS=0 for
4701         accept-process-output.
4703         * os.texi (Idle Timers): Explain why timer functions should not
4704         loop until (input-pending-p).
4706 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4708         * makefile.w32-in (usermanualdir): New variable.
4709         (elisp.dvi): Use it.
4711 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4713         * buffers.texi (Buffer Modification): Fix last change.
4715 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4717         * buffers.texi (Buffer Modification):
4718         Document buffer-chars-modified-tick.
4720 2006-08-31  Richard Stallman  <rms@gnu.org>
4722         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4724 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
4726         * modes.texi (Syntactic Font Lock):
4727         Mention font-lock-syntactic-face-function
4728         instead of specific faces.
4730 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4732         * display.texi (Images): Add xrref to display-images-p.
4734 2006-08-28  Kenichi Handa  <handa@m17n.org>
4736         * nonascii.texi (Lisp and Coding Systems): Fix description of
4737         detect-coding-region.
4739 2006-08-27  Michael Olson  <mwolson@gnu.org>
4741         * processes.texi (Transaction Queues): Remove stray quote
4742         character.
4744 2006-08-25  Richard Stallman  <rms@gnu.org>
4746         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4747         Add xref.
4749 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4751         * os.texi (Timers): Avoid waiting inside timers.
4753 2006-08-21  Lute Kamstra  <lute@gnu.org>
4755         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4757 2006-08-20  Richard Stallman  <rms@gnu.org>
4759         * os.texi (Idle Timers): New node, split out from Timers.
4760         Document current-idle-time.
4761         * commands.texi (Reading One Event): Update xref.
4762         * elisp.texi (Top): Update subnode menu.
4764 2006-08-16  Richard Stallman  <rms@gnu.org>
4766         * keymaps.texi (Extended Menu Items): Show format of cached
4767         bindings in extended menu items.
4769         * customize.texi (Variable Definitions): Explain when the
4770         standard value expression is evaluated.
4772 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4774         * commands.texi (Reading One Event): Explain idleness in
4775         `read-event'.
4777 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
4779         * text.texi (Near Point): Say "cursor" not "terminal cursor".
4780         (Commands for Insertion): Remove split-line since it's not
4781         relevant for Lisp programming.
4782         (Yank Commands): Rewrite introduction.
4783         (Undo): Clarify.
4784         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
4785         (Filling): Remove redundant comment.  Clarify return value of
4786         current-justification.
4787         (Margins): Minor clarifications.
4788         (Adaptive Fill): Update default value of adaptive-fill-regexp.
4789         (Sorting): Update definition of sort-lines.
4790         (Columns): Clarify behavior of sort-columns.
4791         (Indent Tabs): Link to Tab Stops in Emacs manual.
4792         (Special Properties): Clarify.
4793         (Clickable Text): Mention Buttons package.
4795 2006-08-12  Kevin Ryde  <user42@zip.com.au>
4797         * os.texi (Time Parsing): Add %z to description of
4798         format-time-string, as per docstring.  Add cross reference to
4799         glibc manual for strftime.
4801 2006-08-08  Richard Stallman  <rms@gnu.org>
4803         * modes.texi: Clean up wording in previous change.
4805 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
4807         * modes.texi (Hooks): Clarify.
4808         (Major Mode Basics): Mention define-derived-mode explicitly.
4809         (Major Mode Conventions): Rebinding RET is OK for some modes.
4810         Mention change-major-mode-hook and after-change-major-mode-hook.
4811         (Example Major Modes): Move to end of Modes section.
4812         (Mode Line Basics): Clarify.
4813         (Mode Line Data): Mention help-echo and local-map in strings.
4814         Explain reason for treatment of non-risky variables.
4815         (Properties in Mode): Clarify.
4816         (Faces for Font Lock): Add font-lock-negation-char-face.
4818 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
4820         * strings.texi (Formatting Strings): Warn against arbitrary
4821         strings as first arg to `format'.
4823 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
4825         * text.texi (Clickable Text): Mention `help-echo' text property.
4826         Update intro, examples and associated explanations.
4828 2006-07-31  Richard Stallman  <rms@gnu.org>
4830         * commands.texi: Update xrefs.
4831         (Event Mod): New node, cut out from old Translating Input.
4833         * maps.texi: Update xrefs.
4835         * keymaps.texi (Translation Keymaps): New node.
4836         Update xrefs from Translating Input to Translation Keymaps.
4838         * elisp.texi (Top): Update subnode menu.
4840         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4842         * os.texi (System Interface): Fix menu descriptions of some nodes.
4843         (Translating Input): Node deleted.
4845 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4847         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4849         * lists.texi (Sets And Lists): Likewise.
4851 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
4853         * text.texi (Fields): Mention POS
4854         requirement when narrowing is in effect.
4856 2006-07-28  Richard Stallman  <rms@gnu.org>
4858         * display.texi (Face Attributes): Simplify wording.
4859         (Attribute Functions): Clarify meaning of new-frame default
4860         attribute settings.
4862         * customize.texi (Common Keywords): Document how to use
4863         :package-version in a package not in Emacs.
4865 2006-07-28  Kim F. Storm  <storm@cua.dk>
4867         * commands.texi (Reading One Event): Fix last change.
4869 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4871         * commands.texi (Reading One Event): Document SECONDS argument for
4872         read-event, read-char, and read-char-exclusive.
4874 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4877         to ensure correct identification.
4879 2006-07-24  Richard Stallman  <rms@gnu.org>
4881         * text.texi (Clickable Text): Clarify.
4883         * sequences.texi (Vector Functions): Delete duplicate xref.
4885         * objects.texi (Function Type): Clarify.
4887         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4888         modes.
4890         * lists.texi (List Variables): New node.
4891         Material moved from other nodes.
4893         * variables.texi (Setting Variables): add-to-list and
4894         add-to-ordered-list moved to List Variables node.
4896 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
4898         * text.texi (Links and Mouse-1):
4899         For mouse-on-link-p, expand on arg POS.
4901 2006-07-21  Kim F. Storm  <storm@cua.dk>
4903         * display.texi (Forcing Redisplay): Don't mention systems which
4904         don't support sub-second timers for redisplay-preemption-period.
4906         * os.texi (Terminal Output): Clarify text vs graphical terminal.
4908 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4910         * frames.texi (Input Focus): Document that focus-follows-mouse has
4911         no effect on MS-Windows.
4913 2006-07-18  Richard Stallman  <rms@gnu.org>
4915         * display.texi (Forcing Redisplay): Cleanups in previous change.
4917         * processes.texi (Low-Level Network): Make menu more convenient.
4919 2006-07-18  Kim F. Storm  <storm@cua.dk>
4921         * display.texi (Forcing Redisplay): redisplay-preemption-period
4922         only used on window systems.  Add xref to Terminal Output.
4924         * os.texi (Terminal Output): baud-rate only controls preemption on
4925         non-window systems.  Add xref to Forcing Redisplay.
4927         * processes.texi (Low-Level Network): Rename node "Make Network"
4928         to "Network Processes".
4930 2006-07-18  Karl Berry  <karl@gnu.org>
4932         * variables.texi, functions.texi, customize.texi, loading.texi:
4933         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4935 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4937         * commands.texi (Waiting): Document batch-mode sit-for behavior.
4939 2006-07-17  Richard Stallman  <rms@gnu.org>
4941         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4942         Put period and comma inside quotes.
4944         * loading.texi, markers.texi: Use real doublequote inside menus.
4946         * windows.texi: Put point and comma inside quotes.
4947         (Textual Scrolling): Use @samp for error message.
4949         * variables.texi, tips.texi, syntax.texi, symbols.texi:
4950         * strings.texi, streams.texi, processes.texi, os.texi:
4951         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4952         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4953         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4954         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4955         Put point and comma inside quotes.
4957         * control.texi (Processing of Errors): Add command-error-function.
4959         * variables.texi (File Local Variables): Clarify that
4960         file local variables make buffer-local bindings.
4962         * modes.texi (Syntactic Font Lock): Give default for
4963         font-lock-syntax-table.
4965 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
4967         * text.texi (Special Properties): Clean up previous change.
4969 2006-07-16  Karl Berry  <karl@gnu.org>
4971         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4972         * control.texi: Fix bad page breaks through chapter 10 (control).
4974         * anti.texi (Antinews): Reorder face-attribute fns to avoid
4975         underfull hbox.
4977 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
4979         * text.texi (Special Properties): Describe fontified text property
4980         in relation to a character (not text).
4982 2006-07-15  Kim F. Storm  <storm@cua.dk>
4984         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4985         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4986         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4988         * anti.texi (Antinews): Mention redisplay function.
4989         The kbd macro existed, but was not documented, before 22.x.
4990         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4992 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4994         * display.texi (Displaying Messages): Add anchor.
4996         * frames.texi (Dialog Boxes): Use it.
4998 2006-07-12  Richard Stallman  <rms@gnu.org>
5000         * objects.texi (Frame Type): Explain nature of frames better.
5002         * frames.texi (Frames): Explain nature of frames better.
5004 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5006         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5008 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5010         * frames.texi (Window System Selections): Mention scrap support for Mac.
5011         Default value of x-select-enable-clipboard is t on Mac.
5013         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5015 2006-07-11  Kim F. Storm  <storm@cua.dk>
5017         * display.texi (Forcing Redisplay): Add `redisplay' function.
5018         Don't mention (sit-for -1) -- use (redisplay t) instead.
5020         * commands.texi (Waiting): (sit-for -1) is no longer special.
5021         (sit-for 0) is equivalent to (redisplay).
5022         Iconifying/deiconifying no longer makes sit-for return.
5024 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5026         * display.texi (Buttons): Fix typo.
5028         * index.texi, elisp.texi (New Symbols): Comment node out.
5030 2006-07-09  Richard Stallman  <rms@gnu.org>
5032         * display.texi (Truncation): Clean up previous change.
5034 2006-07-08  Richard Stallman  <rms@gnu.org>
5036         * commands.texi (Interactive Call): Use 3 as prefix in example
5037         for execute-extended-command.
5039         * display.texi (Attribute Functions): Move paragraph about
5040         compatibility with Emacs < 21.
5042 2006-07-09  Kim F. Storm  <storm@cua.dk>
5044         * display.texi (Refresh Screen): Clarify force-window-update.
5045         (Truncation): "Normally" indicated by fringe arrows.
5047 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5049         * windows.texi (Textual Scrolling, Resizing Windows):
5050         * variables.texi (Constant Variables):
5051         * text.texi (Buffer Contents, Deletion, Changing Properties)
5052         (Property Search, Special Properties, Sticky Properties)
5053         (Links and Mouse-1, Fields, Change Hooks):
5054         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5055         (Categories):
5056         * symbols.texi (Other Plists):
5057         * streams.texi (Output Variables):
5058         * processes.texi (Input to Processes, Query Before Exit):
5059         * positions.texi (Word Motion, Text Lines, List Motion):
5060         * os.texi (Init File, System Environment, Sound Output)
5061         (Session Management):
5062         * nonascii.texi (Text Representations, Character Sets)
5063         (Chars and Bytes, Locales):
5064         * modes.texi (Defining Minor Modes, Header Lines):
5065         * minibuf.texi (Minibuffer Contents):
5066         * markers.texi (Information from Markers):
5067         * lists.texi (List Elements, Building Lists, Association Lists):
5068         * keymaps.texi (Tool Bar):
5069         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5070         * functions.texi (What Is a Function, Mapping Functions):
5071         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5072         (Color Names, Text Terminal Colors, Display Feature Testing):
5073         * files.texi (Visiting Functions, File Name Components)
5074         (Unique File Names, Contents of Directories):
5075         * display.texi (Forcing Redisplay, Displaying Messages)
5076         (Temporary Displays, Font Selection, Auto Faces)
5077         (Font Lookup, Fringe Indicators, Display Margins)
5078         (Image Descriptors, Showing Images, Image Cache, Button Types)
5079         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5080         (Display Table Format, Glyphs):
5081         * control.texi (Iteration):
5082         * commands.texi (Command Loop Info, Adjusting Point):
5083         * backups.texi (Making Backups, Auto-Saving):
5084         Remove @tindex entries.
5086 2006-07-07  Kim F. Storm  <storm@cua.dk>
5088         * display.texi (Fringe Cursors): Fix typo.
5089         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5090         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5092 2006-07-05  Richard Stallman  <rms@gnu.org>
5094         * text.texi (Buffer Contents): Add example of text props
5095         in result of buffer-substring.
5096         (Text Properties): Explain better about use of specific property names.
5097         (Property Search): Some cleanups; reorder some functions.
5099         * keymaps.texi (Changing Key Bindings): Cleanup.
5100         Add xref to Key Binding Conventions.
5102         * display.texi (Attribute Functions): Add examples for
5103         face-attribute-relative-p.
5105         * tips.texi (Coding Conventions): Cleanup last change.
5107 2006-07-05  Karl Berry  <karl@gnu.org>
5109         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5110         Remove @setchapternewpage odd.
5111         Result is 1013 pages, down from 1100.
5113         * anti.texi, customize.texi, display.texi, internals.texi:
5114         * minibuf.texi, modes.texi, tips.texi:
5115         Fix overfull/underfull boxes.
5117 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5119         * edebug.texi (Instrumenting):
5120         Add Edebug-specific findex for eval-buffer.
5121         * loading.texi (Loading):
5122         Replace eval-current-buffer with eval-buffer.
5124 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5126         * locals.texi (Standard Buffer-Local Variables): Update the list
5127         of variables.
5129 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5131         * files.texi (File Name Completion): Point user to the node
5132         "Reading File Names".
5134 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5136         * files.texi (Contents of Directories): Document case-insensitive
5137         behavior on respective filesystems.
5139         * objects.texi (Character Type): Document that Emacs signals an
5140         error for unsupported Unicode characters specified as \uNNNN.
5142 2006-06-19  Richard Stallman  <rms@gnu.org>
5144         * processes.texi (Bindat Spec): Clarify previous change.
5146 2006-06-16  Richard Stallman  <rms@gnu.org>
5148         * tips.texi (Coding Conventions): Better explain conventions
5149         for definition constructs.
5151         * text.texi (Special Properties): String value of `read-only'
5152         serves as the error message.
5154         * objects.texi (Character Type): Clarify prev. change.
5155         (Non-ASCII in Strings): Mention \u and \U.
5157         * commands.texi (Using Interactive): Explain problem of
5158         markers, etc., in command-history.
5160 2006-06-14  Kim F. Storm  <storm@cua.dk>
5162         * commands.texi (Waiting): Negative arg to sit-for forces
5163         redisplay even if input is pending.
5165         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5166         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5167         around (sit-for 0).
5169 2006-06-13  Richard Stallman  <rms@gnu.org>
5171         * display.texi (Forcing Redisplay): Clarify previous change.
5173 2006-06-13  Romain Francoise  <romain@orebokech.com>
5175         * display.texi (Forcing Redisplay): Fix typo.
5177 2006-06-13  Kim F. Storm  <storm@cua.dk>
5179         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5181 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5183         * tips.texi (Coding Conventions): Add `@end itemize'.
5185 2006-06-10  Richard Stallman  <rms@gnu.org>
5187         * tips.texi (Coding Conventions): Explain use of coding systems
5188         to ensure one decoding for strings.
5190 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5192         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5193         syntax.
5195 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5197         * display.texi (Font Selection): Remove description of
5198         clear-face-cache.
5200         * compile.texi (Eval During Compile): Fix a typo.  Add index
5201         entries for possible uses of eval-when-compile.
5203 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5205         * display.texi (Abstract Display): Fix typo.
5207 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5209         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5210         Reword variable's description.
5212 2006-06-01  Richard Stallman  <rms@gnu.org>
5214         * windows.texi (Splitting Windows): Clarify splitting nonselected
5215         window.
5217 2006-05-31  Juri Linkov  <juri@jurta.org>
5219         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5221 2006-05-30  Richard Stallman  <rms@gnu.org>
5223         * display.texi (Line Height): Fix errors in description of
5224         default line height and line-height property.
5226         * nonascii.texi (Default Coding Systems): Further clarification.
5228 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5230         * internals.texi (Pure Storage): Mention that an overflow in pure
5231         space causes a memory leak.
5232         (Garbage Collection): If there was an overflow in pure space,
5233         `garbage-collect' returns nil.
5235 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5237         * nonascii.texi (Default Coding Systems): Fix it some more.
5239 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5241         * nonascii.texi (Default Coding Systems): Fix last change.
5243 2006-05-29  Kenichi Handa  <handa@m17n.org>
5245         * nonascii.texi (find-operation-coding-system): Describe the new
5246         argument format (FILENAME . BUFFER).
5248 2006-05-28  Richard Stallman  <rms@gnu.org>
5250         * tips.texi (Coding Conventions): Better explain reasons not to
5251         advise other packages or use `eval-after-load'.
5253 2006-05-29  Kim F. Storm  <storm@cua.dk>
5255         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5256         `bindat-idx' and `bindat-raw' for clarity.
5258 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5260         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5262         * display.texi (Display): Add "Abstract Display" to menu.
5263         (Abstract Display, Abstract Display Functions)
5264         (Abstract Display Example): New nodes.
5265         * elisp.texi (Top): Add "Abstract Display" to menu.
5267 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5269         * keymaps.texi (Key Sequences): Link to input events definition.
5270         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5272         * files.texi (Changing Files): Document updated argument list for
5273         copy-file.
5275 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5277         * processes.texi (Bindat Functions): Explain term "total length".
5278         Use it in bindat-length and bindat-pack descriptions.
5280 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5282         * tips.texi (Coding Conventions): Advise against using
5283         eval-after-load in packages.  Add an index entry.
5285 2006-05-25  Juri Linkov  <juri@jurta.org>
5287         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5289         * modes.texi (%-Constructs): Add %e, %z, %Z.
5291 2006-05-25  Richard Stallman  <rms@gnu.org>
5293         * elisp.texi (Top): Update subnode menu.
5295         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5296         (Keymaps): Update menu.
5298 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5300         * keymaps.texi (Key Sequences): Some clarifications.
5302 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5304         * processes.texi (Bindat Functions): Say "unibyte string"
5305         explicitly for bindat-unpack and bindat-pack descriptions.
5306         (Bindat Examples): Don't call `string-make-unibyte' in example.
5308 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5310         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5311         Explain string and vector representations of key sequences.
5313         * keymaps.texi (Changing Key Bindings):
5314         * commands.texi (Interactive Codes):
5315         * help.texi (Describing Characters): Refer to it.
5317 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5319         * frames.texi (Pointer Shape): @end table -> @end defvar.
5321 2006-05-22  Richard Stallman  <rms@gnu.org>
5323         * elisp.texi (Top): Update subnode menus.
5325         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5326         Contents rewritten; material from old Pointer Shape node moved here.
5328         * display.texi (Pointer Shape): Node deleted.
5329         (Image Descriptors): Minor cleanup.
5331 2006-05-21  Richard Stallman  <rms@gnu.org>
5333         * syntax.texi (Parsing Expressions): Update info on which STATE
5334         elements are ignored.
5336 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5338         * hooks.texi (Standard Hooks): Correct typo.
5340         * gpl.texi (GPL): ifinfo -> ifnottex.
5342 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5344         * searching.texi (Simple Match Data): Warn about match data being
5345         set anew by every search.
5347 2006-05-17  Richard Stallman  <rms@gnu.org>
5349         * minibuf.texi (Minibuffer History): Clarify.
5351         * searching.texi (Regexp Special): Clarify nested regexp warning.
5353 2006-05-16  Kim F. Storm  <storm@cua.dk>
5355         * minibuf.texi (Minibuffer History): Update add-to-history.
5357 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5359         * nonascii.texi (Explicit Encoding):
5360         Fix typo (encoding<->decoding).
5362 2006-05-14  Richard Stallman  <rms@gnu.org>
5364         * buffers.texi (Creating Buffers): Cleanup.
5366         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5368 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5370         * buffers.texi (Current Buffer): Document that with-temp-buffer
5371         disables undo.
5373         * os.texi (Terminal-Specific): More accurate description of how
5374         Emacs searches for the terminal-specific libraries.
5376 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5378         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5379         emacs-xtra to @inforef's.
5381         * text.texi (Undo): Document that undo is turned off in buffers
5382         whose names begin with a space.
5384         * buffers.texi (Buffer Names): Add index entries for buffers whose
5385         names begin with a space.
5386         (Creating Buffers): Document that undo is turned off in buffers
5387         whose names begin with a space.
5389         * files.texi (Visiting Functions, Reading from Files)
5390         (Saving Buffers): Mention code and EOL conversions by file I/O
5391         primitives and subroutines.
5393         * nonascii.texi (Lisp and Coding Systems):
5394         Document coding-system-eol-type.  Add index entries for eol conversion.
5396         * display.texi (Defining Faces): Mention `mac', and add an xref to
5397         where window-system is described.
5399 2006-05-10  Richard Stallman  <rms@gnu.org>
5401         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5403 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5405         * variables.texi (File Local Variables): Recommend to quote lambda
5406         expressions in safe-local-variable property.
5408 2006-05-09  Richard Stallman  <rms@gnu.org>
5410         * variables.texi (File Local Variables):
5411         Document safe-local-eval-forms and safe-local-eval-function.
5413 2006-05-07  Kim F. Storm  <storm@cua.dk>
5415         * minibuf.texi (Minibuffer History): Remove keep-dups arg
5416         from add-to-history.
5418 2006-05-07  Romain Francoise  <romain@orebokech.com>
5420         * commands.texi (Event Input Misc):
5421         * compile.texi (Eval During Compile):
5422         * internals.texi (Buffer Internals):
5423         * minibuf.texi (Initial Input):
5424         * nonascii.texi (Scanning Charsets):
5425         * numbers.texi (Comparison of Numbers):
5426         * windows.texi (Textual Scrolling, Vertical Scrolling):
5427         Fix various typos.
5429 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5431         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5432         conditional xref's to either emacs or emacs-xtra, depending on
5433         @iftex/@ifnottex.
5435         * minibuf.texi (Minibuffer History): Document add-to-history.
5437 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
5439         * internals.texi (Pure Storage): Mention the pure overflow message
5440         at startup.
5442 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
5444         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5445         (Searching Keymaps): Fix pseudo-Lisp description of keymap
5446         search.
5448 2006-05-01  Richard Stallman  <rms@gnu.org>
5450         * intro.texi (nil and t): Clarify.
5452         * variables.texi (File Local Variables): Suggest using booleanp.
5454 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
5456         * objects.texi (Type Predicates): Fix typos.
5458 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5460         * intro.texi (nil and t): Add booleanp.
5462         * objects.texi (Type Predicates): Add links for booleanp and
5463         string-or-null-p.
5465 2006-04-29  Richard Stallman  <rms@gnu.org>
5467         * modes.texi (Multiline Font Lock): Rename from
5468         Multi line Font Lock Elements.  Much clarification.
5469         (Font Lock Multiline, Region to Fontify): Much clarification.
5471 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * variables.texi (File Local Variables): Remove the special case t for
5474         safe-local-variable.
5476 2006-04-26  Richard Stallman  <rms@gnu.org>
5478         * syntax.texi (Parsing Expressions): Minor cleanup.
5480 2006-04-18  Richard Stallman  <rms@gnu.org>
5482         * tips.texi (Coding Conventions): Explain when the package's
5483         prefix should appear later on (not at the start of the name).
5485         * searching.texi (String Search): Clarify effect of NOERROR.
5487         * modes.texi (Imenu): Clarify what special items do.
5489         * hooks.texi (Standard Hooks): Delete text about old hook names.
5491 2006-04-17  Romain Francoise  <romain@orebokech.com>
5493         * variables.texi (Local Variables): Update the default value of
5494         `max-specpdl-size'.
5496 2006-04-15  Michael Olson  <mwolson@gnu.org>
5498         * processes.texi (Transaction Queues): Mention the new optional
5499         `delay-question' argument for `tq-enqueue'.
5501 2006-04-13  Bill Wohler  <wohler@newt.com>
5503         * customize.texi (Common Keywords): Use dotted notation for
5504         :package-version value.  Specify its values.  Improve documentation
5505         for customize-package-emacs-version-alist.
5507 2006-04-12  Bill Wohler  <wohler@newt.com>
5509         * customize.texi (Common Keywords): Move description of
5510         customize-package-emacs-version-alist to @defvar.
5512 2006-04-10  Bill Wohler  <wohler@newt.com>
5514         * customize.texi (Common Keywords): Add :package-version.
5516 2006-04-10  Kim F. Storm  <storm@cua.dk>
5518         * text.texi (Buffer Contents): Add NOPROPS arg to
5519         filter-buffer-substring.
5521 2006-04-08  Kevin Ryde  <user42@zip.com.au>
5523         * os.texi (Command-Line Arguments): Update xref to emacs manual
5524         "Command Arguments" -> "Emacs Invocation", per change there.
5526 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
5528         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5529         be on one line to help makeinfo not render two spaces after the dot.
5531 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5533         * strings.texi (Predicates for Strings): Add string-or-null-p.
5535 2006-03-28  Kim F. Storm  <storm@cua.dk>
5537         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5538         remarks about systems that don't support fractional seconds.
5540 2006-03-25  Karl Berry  <karl@gnu.org>
5542         * elisp.texi: Use @copyright{} instead of (C), and do not indent
5543         the year list.
5545 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5547         * display.texi (Fringe Indicators): Fix typos.
5549 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5551         * tips.texi (Documentation Tips): One can now also write `program'
5552         in front of a quoted symbol in a docstring to prevent making a
5553         hyperlink.
5555 2006-03-19  Alan Mackenzie  <acm@muc.de>
5557         * text.texi (Special Properties): Clarify `fontified' property.
5559 2006-03-16  Richard Stallman  <rms@gnu.org>
5561         * display.texi (Defining Images): Minor cleanup.
5563 2006-03-16  Bill Wohler  <wohler@newt.com>
5565         * display.texi (Defining Images): In image-load-path-for-library,
5566         prefer user's images.
5568 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5572 2006-03-15  Bill Wohler  <wohler@newt.com>
5574         * display.texi (Defining Images): Fix example in
5575         image-load-path-for-library by not recommending that one binds
5576         image-load-path.  Just defvar it to placate compiler and only use
5577         it if previously defined.
5579 2006-03-14  Bill Wohler  <wohler@newt.com>
5581         * display.texi (Defining Images): In image-load-path-for-library,
5582         always return list of directories.  Update example.
5584 2006-03-14  Alan Mackenzie  <acm@muc.de>
5586         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5587         This describes font-lock-extend-region-function.
5588         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5589         the new node "Region to Fontify".
5591 2006-03-13  Richard Stallman  <rms@gnu.org>
5593         * display.texi (Invisible Text): The impossible position is
5594         now before the invisible text, not after.
5595         (Defining Images): Clean up last change.
5597 2006-03-11  Bill Wohler  <wohler@newt.com>
5599         * display.texi (Defining Images): Add image-load-path-for-library.
5601 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5603         * text.texi (Adaptive Fill): Fix Texinfo usage.
5605         * strings.texi (Creating Strings): Fix Texinfo usage.
5607         * searching.texi (Regexp Special): Use @samp for regular
5608         expressions that are not in Lisp syntax.
5610 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5612         * searching.texi (Regexp Special): Put remark between parentheses
5613         to avoid misreading.
5615 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
5617         * searching.texi (Syntax of Regexps): More accurately describe
5618         which characters are special in which situations.
5619         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5620         are not special.  Describe in detail when `[' and `]' are special.
5621         (Regexp Backslash): Plenty of regexps with unbalanced square
5622         brackets are valid, so reword that statement.
5624 2006-03-02  Kim F. Storm  <storm@cua.dk>
5626         * keymaps.texi (Tool Bar): Add tool-bar-border.
5628 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
5630         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
5632 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5634         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5636         * files.texi (Locating Files): Suggest additional values for the
5637         SUFFIXES arg of `locate-file'.  Update pxref.
5639         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5640         (How Programs Do Loading): Discuss the effects of Auto Compression
5641         mode on `load'.
5642         (Load Suffixes): New node.
5643         (Library Search): Delete description of `load-suffixes'; it was
5644         moved to "Load Suffixes".
5645         (Autoload, Named Features): Mention `load-suffixes'.
5647 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5649         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5651         * windows.texi (Window Tree): Fix typo.
5653 2006-02-20  Kim F. Storm  <storm@cua.dk>
5655         * display.texi (Fringe Indicators): New section.
5656         Move indicate-empty-lines, indicate-buffer-boundaries, and
5657         default-indicate-buffer-boundaries here.
5658         Add fringe-indicator-alist and default-fringes-indicator-alist.
5659         Add list of logical fringe indicator symbols.
5660         Update list of standard bitmap names.
5661         (Fringe Cursors): New section.
5662         Move overflow-newline-into-fringe here.
5663         Add fringe-cursor-alist and default-fringes-cursor-alist.
5664         Add list of fringe cursor symbols.
5666 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5668         * commands.texi (Using Interactive): Fix reference to node
5669         "Minibuffers".
5671 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5673         * minibuf.texi (High-Level Completion):
5674         Add xref to read-input-method-name.
5676         * files.texi (Relative File Names): Move file-relative-name here.
5677         (File Name Expansion): From here.  Minor clarifications.
5679         * commands.texi (Using Interactive): Add xrefs about reading input.
5680         Clarify remarks about that moving point and mark.
5681         Put string case before list case.
5683 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5685         * display.texi (Other Display Specs, Image Descriptors):
5686         Revert erroneous changes.  The previous description of
5687         image-descriptors as `(image . PROPS)' was correct.
5689 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5691         * variables.texi (File Local Variables): Clarifications.
5693 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5695         * variables.texi (File Local Variables): Use @code for a cons
5696         cell, not @var.
5698 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5700         * variables.texi (File Local Variables): Document new file local
5701         variable behavior.
5703 2006-02-10  Kim F. Storm  <storm@cua.dk>
5705         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5707 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5709         * modes.texi (%-Constructs): Remove obsolete info about
5710         `global-mode-string'.
5712 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5714         * commands.texi (Prefix Command Arguments): Minor cleanup.
5716         * display.texi: "Graphical display", not window system.
5718         * functions.texi (What Is a Function): Fix xref.
5720         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5721         (Changing Key Bindings): Clarify when remapping is better than
5722         substitute-key-definition.
5724 2006-02-02  Richard M. Stallman  <rms@gnu.org>
5726         * minibuf.texi (Basic Completion): Completion alists are risky.
5728         * keymaps.texi (Active Keymaps): Clarifications.
5729         (Searching Keymaps): New node.
5730         (Keymaps): Update menu.
5732         * frames.texi (Layout Parameters): Minor clarification.
5733         (Drag and Drop): New node.
5734         (Frames): Update menu.
5736 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
5738         * display.texi (Other Display Specs, Image Descriptors):
5739         Image description is a list, not a cons cell.
5741 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5743         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5744         list is not necessarily a list).
5746 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5748         * frames.texi (Layout Parameters): border-width and
5749         internal-border-width belong to the frame, not the window.
5751 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5753         * nonascii.texi (Translation of Characters): Search cmds use
5754         translation-table-for-input.  Automatically made local.
5756         * markers.texi (Overview of Markers): Count insertion type
5757         as one of a marker's attributes.
5759         * keymaps.texi (Controlling Active Maps): New node, split out of
5760         Active Keymaps.
5761         (Keymaps): Menu updated.
5762         (Active Keymaps): Give pseudocode to explain how the active
5763         maps are searched.  current-active-maps and key-binding moved here.
5764         (Functions for Key Lookup): current-active-maps and key-binding moved.
5765         Clarifications.
5766         (Searching the Keymaps): New subnode.
5768         * elisp.texi (Top): Menu clarification.
5770         * display.texi (Other Display Specs): Delete duplicate entry for
5771         just a string as display spec.  Move text about recursive display
5772         specs on such a string.
5774         * commands.texi (Key Sequence Input): Clarify.
5775         Move num-nonmacro-input-events out.
5776         (Reading One Event): num-nonmacro-input-events moved here.
5778 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
5780         * advice.texi (Simple Advice): Update example to fit argument
5781         change in previous-line.
5783 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5785         * markers.texi (The Mark): Fix in `mark'.
5787 2006-01-04  Richard M. Stallman  <rms@gnu.org>
5789         * processes.texi (Misc Network, Make Network): Minor cleanups.
5791 2006-01-04  Kim F. Storm  <storm@cua.dk>
5793         * processes.texi (Make Network): Add IPv6 addresses and handling.
5794         (Network Feature Testing): Mention (:family ipv6).
5795         (Misc Network): Add IPv6 formats to format-network-address.
5797 2005-12-30  Richard M. Stallman  <rms@gnu.org>
5799         * text.texi (Changing Properties):
5800         Don't use return value of set-text-properties.
5802 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5804         * modes.texi (Mode Line Format): Correct typo in menu.
5806 2005-12-29  Richard M. Stallman  <rms@gnu.org>
5808         * modes.texi (Mode Line Top): New node.
5809         (Mode Line Data): Some text moved to new node.
5810         Explain the data structure more concretely.
5811         (Mode Line Basics): Clarifications.
5812         (Mode Line Variables): Clarify intro paragraph.
5813         (%-Constructs): Clarify intro paragraph.
5814         (Mode Line Format): Update menu.
5816 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5818         * minibuf.texi (Basic Completion): Update lazy-completion-table
5819         examples for removal of ARGS argument.
5821 2005-12-23  Richard M. Stallman  <rms@gnu.org>
5823         * text.texi (Undo): Restore some explanation from the version
5824         that was deleted.
5826 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5828         * text.texi (Undo): Remove duplicate descriptions of `apply
5829         funname' and `apply delta' elements of the undo list.
5831 2005-12-20  Richard M. Stallman  <rms@gnu.org>
5833         * help.texi (Help Functions): Update documentation of `apropos'.
5835 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
5837         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5838         because it is confusing.  If the :help-echo keyword is a function,
5839         it is not directly used as the :help-echo overlay property, as the
5840         xref seems to suggest (it does not take the appropriate args).
5842 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
5844         * customize.texi (Common Keywords): Fix Texinfo usage.
5845         (Group Definitions, Variable Definitions): Update for new
5846         conventions for using `*' in docstrings.
5848         * tips.texi (Documentation Tips): Update for new conventions for
5849         using `*' in docstrings.
5851 2005-12-16  Richard M. Stallman  <rms@gnu.org>
5853         * minibuf.texi (Minibuffer Contents): Minor cleanup.
5855 2005-12-16  Juri Linkov  <juri@jurta.org>
5857         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5859 2005-12-14  Romain Francoise  <romain@orebokech.com>
5861         * modes.texi (Customizing Keywords): Rename `append' to `how'.
5862         Fix typo.
5864 2005-12-11  Juri Linkov  <juri@jurta.org>
5866         * minibuf.texi (Completion Commands): Add mention of read-file-name
5867         for filename completion keymaps.
5868         (Reading File Names): Add mention of filename completion keymaps
5869         for read-file-name and xref to `Completion Commands'.
5871 2005-12-10  Richard M. Stallman  <rms@gnu.org>
5873         * customize.texi (Common Keywords): State caveats for use of :tag.
5875 2005-12-08  Richard M. Stallman  <rms@gnu.org>
5877         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5878         with xrefs and better explanation.
5879         (Completion Commands): Add the filename completion maps.
5881         * objects.texi (Character Type): Clarify that \s is not space
5882         if a dash follows.
5884 2005-12-05  Richard M. Stallman  <rms@gnu.org>
5886         * windows.texi (Resizing Windows): Delete preserve-before args.
5888 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5891         in full keymaps, since the quirk has been fixed.
5893 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5895         * hooks.texi (Standard Hooks): Add index entries.
5896         Mention `compilation-finish-functions'.
5898 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5900         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5902 2005-11-21  Juri Linkov  <juri@jurta.org>
5904         * customize.texi (Common Keywords): Update links types
5905         custom-manual and url-link.  Add link types emacs-library-link,
5906         file-link, function-link, variable-link, custom-group-link.
5908 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5910         * display.texi: Revert 2005-11-20 change.
5912 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
5914         * processes.texi (Bindat Functions):
5915         Say "third" to refer to zero-based index "2".
5917 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
5919         * loading.texi (Library Search): Update the default value of
5920         `load-suffixes'.
5922 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5924         * display.texi (Attribute Functions): Mention :ignore-defface.
5926 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5929         (Minor Mode Conventions): Mention the use of a hook.
5931 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5933         * files.texi (Magic File Names): find-file-name-handler checks the
5934         `operations' property of the handler.
5936 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5938         * variables.texi (Frame-Local Variables): Small clarification.
5940 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5942         * os.texi (Init File): Document ~/.emacs.d/init.el.
5944 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5946         * internals.texi (Garbage Collection): Document memory-full.
5948 2005-10-28  Bill Wohler  <wohler@newt.com>
5950         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5951         for URLs.
5953 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5955         * minibuf.texi (Completion Commands): Clean up prev change.
5957 2005-10-26  Kevin Ryde  <user42@zip.com.au>
5959         * compile.texi (Eval During Compile): Explain recommended uses
5960         of eval-when-compile and eval-and-compile.
5962 2005-10-27  Masatake YAMATO  <jet@gyve.org>
5964         * minibuf.texi (Completion Commands):
5965         Write about new optional argument for `display-completion-list'.
5967 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5969         * display.texi (Overlay Arrow): Clarify about local bindings of
5970         overlay-arrow-position.
5972 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
5974         * internals.texi (Building Emacs): Fix last change.
5976 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5978         * internals.texi (Building Emacs): Document eval-at-startup.
5980 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5982         * loading.texi (Where Defined): load-history contains abs file names.
5983         symbol-file returns abs file names.
5985 2005-10-19  Kim F. Storm  <storm@cua.dk>
5987         * display.texi (Showing Images): Add max-image-size integer value.
5989 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5991         * display.texi (Showing Images): Document max-image-size.
5993 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5995         * commands.texi (Quitting): Minor clarification.
5997         * processes.texi (Sentinels): Clarify about output and quitting.
5998         (Filter Functions): Mention with-local-quit.
6000 2005-10-17  Juri Linkov  <juri@jurta.org>
6002         * buffers.texi (Current Buffer):
6003         * commands.texi (Event Input Misc):
6004         * compile.texi (Eval During Compile, Compiler Errors):
6005         * customize.texi (Group Definitions):
6006         * display.texi (Progress, Defining Faces):
6007         * files.texi (Writing to Files):
6008         * modes.texi (Mode Hooks, Defining Minor Modes):
6009         * streams.texi (Output Functions):
6010         * syntax.texi (Syntax Table Functions):
6011         * text.texi (Change Hooks):
6012         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6014         * commands.texi (Quitting): Replace arg `forms' with `body' in
6015         `with-local-quit'.
6017         * positions.texi (Excursions): Replace arg `forms' with `body' in
6018         `save-excursion'.
6020 2005-10-08  Kim F. Storm  <storm@cua.dk>
6022         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6023         Rename manual section accordingly.
6025 2005-10-04  Kim F. Storm  <storm@cua.dk>
6027         * windows.texi (Window Split Tree): New section describing
6028         new function window-split-tree function.
6030 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6032         * display.texi (Fringe Size/Pos): Simplify and add detail.
6034 2005-09-30  Romain Francoise  <romain@orebokech.com>
6036         * minibuf.texi (High-Level Completion): Explain that the prompt
6037         given to `read-buffer' should end with a colon and a space.
6038         Update usage examples.
6040 2005-09-29  Juri Linkov  <juri@jurta.org>
6042         * display.texi (Displaying Messages): Rename argument name
6043         `string' to `format-string' in functions `message', `message-box',
6044         `message-or-box'.
6046 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6048         * errors.texi (Standard Errors): Correct xrefs.
6050 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6052         * display.texi (Defining Images): Update documentation for
6053         `image-load-path'.
6055 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6057         * display.texi (Defining Images): Clean up previous change.
6059 2005-09-16  Romain Francoise  <romain@orebokech.com>
6061         * elisp.texi: Specify GFDL version 1.2.
6063         * doclicense.texi (GNU Free Documentation License): Update to
6064         version 1.2.
6066 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6068         * display.texi (Defining Images): Document `image-load-path'.
6070 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6072         * objects.texi (Printed Representation): Minor cleanup.
6073         (Box Diagrams): Minor fix.
6074         (Cons Cell Type): Move (...) index item here.
6075         (Box Diagrams): From here.
6076         (Array Type): Minor fix.
6077         (Type Predicates): Delete index "predicates".
6078         (Hash Table Type): Clarify xref.
6079         (Dotted Pair Notation): Minor fix.
6081 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6083         * files.texi (Saving Buffers): Fix typo.
6085 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6087         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6089 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6091         * locals.texi (Standard Buffer-Local Variables): Don't include
6092         mode variables for minor modes.
6093         Fix xrefs for buffer-display-count, buffer-display-table,
6094         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6095         enable-multibyte-characters, fill-column, header-line-format,
6096         left-fringe-width, left-margin, and right-fringe-width.
6098         * hooks.texi (Standard Hooks): All hooks should conform to the
6099         standard naming convention now.
6100         Fix xref for `echo-area-clear-hook'.
6102         * display.texi (Usual Display): Note that indicate-empty-lines and
6103         tab-width are buffer-local.
6105         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6107         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6109         * nonascii.texi (Encoding and I/O): Note that
6110         buffer-file-coding-system is buffer-local.
6112         * positions.texi (List Motion): Note that defun-prompt-regexp is
6113         buffer-local.
6115         * text.texi (Auto Filling): Note that auto-fill-function is
6116         buffer-local.
6117         (Undo): Note that buffer-undo-list is buffer-local.
6119         * windows.texi (Buffers and Windows):
6120         Document buffer-display-count.
6122 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6124         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6125         package prefix elsewhere than at the start of the name.
6127 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6129         * tips.texi (Programming Tips): Add conventions for minibuffer
6130         questions and prompts.
6132 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6134         * intro.texi (nil and t): Minor cleanup.
6135         Delete spurious mention of keyword symbols.
6136         (Evaluation Notation): Add index entry.
6137         (A Sample Function Description): Minor cleanup.
6138         (A Sample Variable Description): Not all vars can be set.
6140 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6142         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6144         (Insertion): Document precise type of `insert-char' arg COUNT.
6146 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * modes.texi (Other Font Lock Variables): Sync the default of
6149         font-lock-lines-before.
6151 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6153         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6155 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6157         * elisp.texi (Top): Update subnode menu.
6159         * searching.texi (Searching and Matching): Move node.
6160         Rearrange contents and add overall explanation.
6161         (Searching and Case): Move node.
6162         (Searching and Matching): Update menu.
6164 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6166         * os.texi (Startup Summary): Fix the description of the initial
6167         startup message display.
6169 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6171         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6173 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6175         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6176         `next-overlay-change' example.
6178 2005-08-22  Juri Linkov  <juri@jurta.org>
6180         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6181         Fix invert-face.  Fix args of face-background.
6183         * display.texi (Standard Faces): Delete node.
6184         (Faces): Add xref to `(emacs)Standard Faces'.
6185         (Displaying Faces): Fix xref to `Standard Faces'.
6187         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6189 2005-08-20  Alan Mackenzie  <acm@muc.de>
6191         * buffers.texi (The Buffer List): Clarify the manipulation of the
6192         buffer list.
6194 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6196         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6197         a regexp.
6199 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6201         * elisp.texi (Top): Update subnode lists.
6203         * display.texi (Inverse Video): Node deleted.
6205         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6206         New nodes split out of Coding Conventions.
6208         * searching.texi (Regular Expressions): Document re-builder.
6210         * os.texi (Time Parsing): New node split out of Time Conversion.
6212         * processes.texi (Misc Network, Network Feature Testing)
6213         (Network Options, Make Network): New nodes split out of
6214         Low-Level Network.
6216 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6218         * frames.texi (Geometry): New node, split from Size and Position.
6219         (Frame Parameters): Refer to Geometry.
6221         * buffers.texi (The Buffer List): Fix xrefs.
6223         * windows.texi (Splitting Windows): Fix xref.
6225         * frames.texi (Layout Parameters): Add xref.
6227         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6229         * keymaps.texi (Menu Bar): Fix xref.
6231         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6233         * modes.texi (%-Constructs): Fix xref.
6235         * frames.texi (Window Frame Parameters): Node split up.
6236         (Basic Parameters, Position Parameters, Size Parameters)
6237         (Layout Parameters, Buffer Parameters, Management Parameters)
6238         (Cursor Parameters, Color Parameters): New subnodes.
6240 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6242         * positions.texi (Screen Lines): Update xref for previous change
6243         in minibuf.texi.
6245         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6246         change in minibuf.texi.
6248 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6250         * tips.texi (Coding Conventions): Minor cleanup.
6252         * modes.texi (Defining Minor Modes): Explain when init-value
6253         can be non-nil.
6255         * elisp.texi (Top): Update submenu for Minibuffer.
6257         * minibuf.texi (Minibuffer Misc): Node split up.
6258         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6259         (Recursive Mini): New nodes split out from Minibuffer Misc.
6260         (Minibuffer Misc): Document max-mini-window-height.
6262         * hash.texi (Defining Hash): Delete stray paren in example.
6264         * display.texi (Echo Area Customization): Don't define
6265         max-mini-window-height here; xref instead.
6267         * commands.texi (Event Input Misc): Update while-no-input.
6269         * advice.texi (Advising Functions): Explain when to use advice
6270         and when to use a hook.
6272 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6274         * makefile.w32-in (info): Don't run install-info.
6275         ($(infodir)/dir): New target, produced by running install-info.
6277 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6279         * modes.texi (Defining Minor Modes): The keyword for the initial
6280         value is :init-value, not :initial-value.
6282 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6284         * loading.texi (Autoload): Make the `doctor' example be consistent
6285         with what's in current loaddefs.el.  Describe the "fn" magic in
6286         the usage portion of the doc string.
6288 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6290         * internals.texi (Garbage Collection): Clarify previous change.
6292 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6294         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6296 2005-07-18  Juri Linkov  <juri@jurta.org>
6298         * commands.texi (Accessing Events):
6299         * frames.texi (Text Terminal Colors, Resources):
6300         * markers.texi (The Mark):
6301         * modes.texi (Defining Minor Modes):
6302         Delete duplicate duplicate words.
6304 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6306         * display.texi (Managing Overlays): Clarify make-overlay
6307         args for insertion types.
6309 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6311         * customize.texi (Variable Definitions):
6312         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6313         `standard-value' is a list too.
6314         (Defining New Types): Use @key{RET} instead of @key{ret}.
6316 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6318         * os.texi (Translating Input): Fix typo.
6320 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6322         * README: Update edition number and size estimate.
6324         * elisp.texi (VERSION): Set to 2.9.
6326 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6328         * book-spine.texinfo: Update Emacs version.
6330         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6332 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6334         * searching.texi (Regexp Search): Clarify what re-search-forward
6335         does when the search fails.
6337 2005-07-05  Lute Kamstra  <lute@gnu.org>
6339         * Update FSF's address in GPL notices.
6341         * doclicense.texi (GNU Free Documentation License):
6342         * gpl.texi (GPL):
6343         * tips.texi (Coding Conventions, Library Headers):
6344         * vol1.texi:
6345         * vol2.texi: Update FSF's address.
6347 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6349         * hooks.texi (Standard Hooks): Add occur-hook.
6351 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6353         * display.texi (The Echo Area): Correct menu.
6355 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6357         * elisp.texi (Top): Update subnode menu for Display.
6359         * display.texi (Displaying Messages): New node, with most
6360         of what was in The Echo Area.
6361         (Progress): Move under The Echo Area.
6362         (Logging Messages): New node with new text.
6363         (Echo Area Customization): New node, the rest of what was
6364         in The Echo Area.  Document message-truncate-lines with @defvar.
6365         (Display): Update menu.
6367         * windows.texi (Textual Scrolling): Doc 3 values for
6368         scroll-preserve-screen-position.
6370         * text.texi (Special Properties): Change hook functions
6371         should bind inhibit-modification-hooks around altering buffer text.
6373         * keymaps.texi (Key Binding Commands): Call binding BINDING
6374         rather than DEFINITION.
6376 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6378         * variables.texi (Defining Variables): `user-variable-p' returns t
6379         for aliases of user options, nil for alias loops.
6381 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6383         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6384         make-keymap.
6386 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6388         * variables.texi (Setting Variables): Correct and clarify
6389         description of `add-to-ordered-list'.
6391 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6393         * display.texi (Faces): Minor cleanup.
6395 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6397         * display.texi (Faces): `facep' returns t for strings that are
6398         face names.
6400 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6402         * objects.texi (Equality Predicates): Clarify meaning of equal.
6404         * windows.texi (Selecting Windows): save-selected-window
6405         and with-selected-window save and restore the current buffer.
6407 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6409         * numbers.texi (Float Basics): Explain how to test for NaN,
6410         and printing the sign of NaNs.
6412 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6414         * makefile.w32-in (MAKEINFO): Use --force.
6416 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6418         * display.texi (Face Functions): Correct Texinfo usage.
6420 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6422         * lists.texi (Rings): `ring-elements' now returns the elements of
6423         RING in order.
6425 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6427         * markers.texi (The Mark): Texinfo usage fix.
6429 2005-06-23  Kim F. Storm  <storm@cua.dk>
6431         * searching.texi (Entire Match Data): Remove evaporate option for
6432         match-data.  Do not mention evaporate option for set-match-data.
6434 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6436         * display.texi (Face Functions): Mention face aliases.
6438 2005-06-21  Richard M. Stallman  <rms@gnu.org>
6440         * anti.texi (Antinews): Texinfo usage fix.
6442 2005-06-21  Karl Berry  <karl@gnu.org>
6444         * elisp.texi: Use @copying.
6446         * elisp.texi: Put @summarycontents and @contents before the Top
6447         node, instead of the end of the file, so that the contents appear
6448         in the right place in the dvi/pdf output.
6450 2005-06-21  Juri Linkov  <juri@jurta.org>
6452         * display.texi (Defining Faces): Add `customized-face'.
6454 2005-06-20  Kim F. Storm  <storm@cua.dk>
6456         * variables.texi (Setting Variables): Any type of element can be
6457         given order in add-to-ordered-list.  Compare elements with eq.
6459         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6461 2005-06-20  Karl Berry  <karl@gnu.org>
6463         * syntax.texi (Syntax Flags): Make last column very slightly wider
6464         to avoid "generic comment" breaking on two lines and causing an
6465         underfull box.
6467 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6469         * lists.texi (Rings): Various minor clarifications and corrections.
6471 2005-06-18  Richard M. Stallman  <rms@gnu.org>
6473         * functions.texi (Obsolete Functions): Simplify.
6475         * variables.texi (Variable Aliases): Simplify.
6477         * anti.texi, backups.texi, compile.texi, customization.texi:
6478         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6479         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6480         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6481         * variables.texi: Fix formatting ugliness.
6483         * elisp.texi: Add links to Rings and Byte Packing.
6484         Update version and copyright years.
6486         * minibuf.texi: Fix formatting ugliness.
6487         (Completion Commands): Move keymap vars to the end
6488         and vars completing-read binds to the top.
6490 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6492         * processes.texi: Fix typos.
6493         (Bindat Spec): Correct Texinfo error.
6494         (Byte Packing): Fix ungrammatical sentence.
6496 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
6498         * lists.texi (Rings): New node.
6499         (Lists): Add it to menu.
6501         * processes.texi (Byte Packing): New node.
6502         (Processes): Add it to menu.
6504 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6506         * syntax.texi (Parsing Expressions): Fix texinfo usage.
6508         * help.texi (Documentation Basics): Explain the xref to
6509         Documentation Tips.
6511         * debugging.texi (Debugger Commands): Minor fix.
6513 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
6515         * edebug.texi (Instrumenting): Eliminate duplicate link.
6516         (Specification List): Replace references to "below", referring to
6517         a later node, with one @ref to that node.
6519         * os.texi (Timers): Timers should save and restore the match data
6520         if they change it.
6522         * debugging.texi (Debugger Commands): Mention that the Lisp
6523         debugger can not step through primitive functions.
6525 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6527         * functions.texi (Obsolete Functions): Update argument names of
6528         `make-obsolete' and `define-obsolete-function-alias'.
6530         * variables.texi (Variable Aliases): Update argument names of
6531         `defvaralias', `make-obsolete-variable' and
6532         `define-obsolete-variable-alias'.
6534 2005-06-15  Kim F. Storm  <storm@cua.dk>
6536         * searching.texi (Entire Match Data): Rephrase warnings about
6537         evaporate arg to match-data and set-match-data.
6539 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6541         * elisp.texi (Top): Update detailed menu.
6543         * edebug.texi (Edebug): Update menu.
6544         (Instrumenting): Update xrefs.
6545         (Edebug Execution Modes): Correct xref.
6546         (Jumping): Clarify description of `h' command.
6547         Eliminate redundant @ref.
6548         (Breaks): New node.
6549         (Breakpoints): Is now a subsubsection.
6550         (Global Break Condition): Mention `C-x X X'.
6551         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
6552         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6553         (Edebug Display Update): Correct pxref.
6554         (Edebug and Macros): New node.
6555         (Instrumenting Macro Calls): Is now a subsubsection.
6556         Neither arg of `def-edebug-spec' is evaluated.
6557         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6558         (Specification Examples): Fix typo.
6560 2005-06-14  Lute Kamstra  <lute@gnu.org>
6562         * debugging.texi (Function Debugging): Primitives can break on
6563         entry too.
6565 2005-06-14  Kim F. Storm  <storm@cua.dk>
6567         * variables.texi (Setting Variables): Add add-to-ordered-list.
6569 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6571         * syntax.texi (Parsing Expressions): Document aux functions and vars of
6572         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6574 2005-06-13  Lute Kamstra  <lute@gnu.org>
6576         * text.texi (Special Properties): Fix cross reference.
6578 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6580         * debugging.texi (Function Debugging): Delete mention of empty
6581         string argument to `cancel-debug-on-entry'.  Delete inaccurate
6582         description of the return value of that command.
6584 2005-06-11  Alan Mackenzie  <acm@muc.de>
6586         * text.texi (Adaptive Fill): Amplify the description of
6587         fill-context-prefix.
6589 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6591         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6593 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6595         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6597 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6599         * debugging.texi (Error Debugging): Minor rewording.
6600         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6601         is optional.
6603 2005-06-10  Lute Kamstra  <lute@gnu.org>
6605         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6606         (Top): Give it a title.  Correct version number.  Give the
6607         detailed node listing a more prominent header.
6608         * intro.texi: Don't set VERSION here a second time.
6609         Mention Emacs's version too.
6610         * anti.texi (Antinews): Use EMACSVER to refer to the current
6611         version of Emacs.
6613 2005-06-09  Kim F. Storm  <storm@cua.dk>
6615         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6616         match-data and set-match-data.
6618 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6620         * searching.texi (Entire Match Data): Clarify when match-data
6621         returns markers and when integers.
6623         * display.texi (Defining Faces): Explain that face name should not
6624         end in `-face'.
6626         * modes.texi (Mode Line Data): Minor cleanup.
6627         (Customizing Keywords): Node split out of Search-based Fontification.
6628         Add example of using font-lock-add-keywords from a hook.
6629         Clarify when MODE should be non-nil, and when nil.
6631 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6633         * modes.texi (Mode Line Data): Explain what happens when the car
6634         of a list is a void symbol.
6635         (Search-based Fontification): Explain MODE arg to
6636         font-lock-add-keywords and warn about calls from major modes.
6638 2005-06-08  Juri Linkov  <juri@jurta.org>
6640         * display.texi (Standard Faces): Add `shadow' face.
6642 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6644         * modes.texi (Major Mode Conventions): A derived mode only needs
6645         to put the call to the parent mode inside `delay-mode-hooks'.
6647 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6649         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6650         new, and what that implies.  Clarify.
6652         * files.texi (Locating Files): Clean up the text.
6654         * frames.texi (Window Frame Parameters): Document user-size.
6655         Shorten entry for top by referring to left.
6657 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6659         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6660         is new, and what the implications are.  Other clarifications.
6662 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6664         * frames.texi (Dialog Boxes): Minor fixes.
6666 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6668         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6670 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6672         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6673         is optional.
6675 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6677         * frames.texi (Dialog Boxes): Describe new optional argument.
6679 2005-05-23  Lute Kamstra  <lute@gnu.org>
6681         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6682         syntax-begin-function over font-lock-beginning-of-syntax-function.
6684 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6686         * minibuf.texi (Reading File Names): Update description of
6687         `read-directory-name'.
6689         * modes.texi (Derived Modes): Clarify :group keyword.
6691 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6693         * files.texi (Locating Files): New subsection.
6694         Describe locate-file and executable-find.
6696 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6698         * frames.texi (Initial Parameters): Update cross reference to
6699         "Emacs Invocation".
6701 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6703         * keymaps.texi (Active Keymaps): Add anchor.
6705         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6706         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6707         appropriate place.
6708         (Derived Modes): Small clarifications.
6709         (Minor Mode Conventions, Keymaps and Minor Modes):
6710         Replace references to nodes with references to anchors.
6711         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6712         Clarify description of lists whose first element is an integer.
6713         (Mode Line Variables): Add anchor.
6714         (%-Constructs): Clarify description of integer after %.
6715         (Emulating Mode Line): Describe nil value for FACE.
6717 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6719         * modes.texi (Derived Modes): Correct references to non-existing
6720         variable standard-syntax-table.
6722 2005-05-17  Lute Kamstra  <lute@gnu.org>
6724         * modes.texi (Defining Minor Modes): Mention the mode hook.
6726 2005-05-15  Kim F. Storm  <storm@cua.dk>
6728         * processes.texi (Network): Remove open-network-stream-nowait.
6729         (Network Servers): Remove open-network-stream-server.
6731 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
6733         * elisp.texi (Top): Update detailed menu.
6735         * variables.texi: Reorder nodes.
6736         (Variables): Update menu.
6737         (File Local Variables): Do not refer to the `-*-' line as
6738         a "local variables list".  Add pxref.
6740 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6742         * elisp.texi (Top): Update detailed menu for node changes.
6744         * modes.texi (Modes): Update Menu.
6745         (Hooks): Move to beginning of chapter.
6746         Most minor modes run mode hooks too.
6747         `add-hook' can handle void hooks or hooks whose value is a single
6748         function.
6749         (Major Modes): Update Menu.
6750         (Major Mode Basics): New node, split off from `Major Modes'.
6751         (Major Mode Conventions): Correct xref.  Explain how to handle
6752         auto-mode-alist if the major mode command has an autoload cookie.
6753         (Auto Major Mode): Major update.  Add magic-mode-alist.
6754         (Derived Modes): Major update.
6755         (Mode Line Format): Update Menu.
6756         (Mode Line Basics): New node, split off from `Mode Line Format'.
6758         * loading.texi (Autoload): Mention `autoload cookie' as synonym
6759         for `magic autoload comment'.  Add index entries and anchor.
6761 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6763         * tips.texi (Coding Conventions): Explain how important it is
6764         that just loading certain files not change Emacs behavior.
6766         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6768 2005-05-12  Lute Kamstra  <lute@gnu.org>
6770         * modes.texi (Generic Modes): Update.
6771         (Major Modes): Refer to node "Generic Modes".
6773         * elisp.texi (Top): Update to the current structure of the manual.
6774         * processes.texi (Processes): Add menu description.
6775         * customize.texi (Customization): Add menu descriptions.
6777 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6779         * processes.texi (Signals to Processes)
6780         (Low-Level Network): Fix typos.
6782 2005-05-11  Lute Kamstra  <lute@gnu.org>
6784         * elisp.texi (Top): Add some nodes from the chapter "Major and
6785         Minor Modes" to the detailed node listing.
6787 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6789         * keymaps.texi (Extended Menu Items): Menu item filter functions
6790         can be called at any time.
6792 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
6794         * variables.texi (File Local Variables): `(hack-local-variables t)'
6795         now also checks whether a mode is specified in the local variables
6796         list.
6798 2005-05-05  Kevin Ryde  <user42@zip.com.au>
6800         * display.texi (The Echo Area): Correct format function cross
6801         reference.
6803 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6805         * variables.texi (Variable Aliases): Change description of
6806         `define-obsolete-variable-alias'.
6808         * functions.texi (Functions): Add "Obsolete Functions" to menu.
6809         (Defining Functions): Add xref.
6810         (Obsolete Functions): New node.
6811         (Function Safety): Standardize capitalization of section title.
6813         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6814         (Dialog Boxes): Complete description of `x-popup-dialog'.
6816 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6818         * commands.texi (Interactive Codes): Fix Texinfo usage.
6819         Document U more clearly.
6821 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6823         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6824         function and not a macro.
6826         * frames.texi (Pop-Up Menus): Correct and clarify description of
6827         `x-popup-menu'.
6828         (Dialog Boxes): Clarify description of `x-popup-dialog'.
6830 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6832         * edebug.texi (Checking Whether to Stop): Fix previous change.
6834 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6836         * display.texi: Fix typos and Texinfo usage.
6838         * edebug.texi (Checking Whether to Stop): executing-macro ->
6839         executing-kbd-macro.
6841 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6843         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6845 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6847         * files.texi (Magic File Names): Document `operations' property.
6849 2005-04-29  Lute Kamstra  <lute@gnu.org>
6851         * modes.texi (Generic Modes): New node.
6852         (Major Modes): Add it to the menu.
6853         (Derived Modes): Add "derived mode" to concept index.
6855 2005-04-28  Lute Kamstra  <lute@gnu.org>
6857         * modes.texi (Defining Minor Modes): Fix previous change.
6858         (Font Lock Mode): Simplify.
6859         (Font Lock Basics): Say that font-lock-defaults is buffer-local
6860         when set and that some parts are optional.  Add cross references.
6861         (Search-based Fontification): Say how to specify font-lock-keywords.
6862         Add cross references.  Add font-lock-multiline to index.
6863         Move font-lock-keywords-case-fold-search here from node "Other Font
6864         Lock Variables".  Document font-lock-add-keywords and
6865         font-lock-remove-keywords.
6866         (Other Font Lock Variables): Move font-lock-keywords-only,
6867         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6868         and font-lock-syntactic-face-function to node "Syntactic Font
6869         Lock".  Move font-lock-keywords-case-fold-search to node
6870         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
6871         and font-lock-{,un}fontify-{buffer,region}-function.
6872         (Precalculated Fontification): Remove reference to deleted variable
6873         font-lock-core-only.
6874         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6875         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
6876         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6877         and font-lock-syntactic-face-function here from node "Other Font
6878         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
6879         Syntax Properties".  Add cross references.
6880         (Setting Syntax Properties): New node.
6881         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6882         * syntax.texi (Syntax Properties): Add cross reference.
6883         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6885 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6887         * display.texi (Defining Faces):
6888         Document `default' elements of defface spec.
6890         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6892         * variables.texi (Variable Aliases): Clarify text.
6894 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
6896         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6898 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6900         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6902 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6904         * syntax.texi (Syntax Table Internals): Elaborate documentation of
6905         syntax-after and syntax-class.
6907         * files.texi (Changing Files): Fix last change's cross-reference.
6908         (Unique File Names): Don't mention "numbers" in the documentation
6909         of make-temp-file and make-temp-name.
6911 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6913         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6915 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6917         * windows.texi (Cyclic Window Ordering): Clarify window-list.
6919 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6921         * variables.texi (Variable Aliases): Describe make-obsolete-variable
6922         and define-obsolete-variable-alias.
6924 2005-04-22  Kim F. Storm  <storm@cua.dk>
6926         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6927         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6929 2005-04-21  Lute Kamstra  <lute@gnu.org>
6931         * lists.texi (Association Lists): Document rassq-delete-all.
6933 2005-04-19  Richard M. Stallman  <rms@gnu.org>
6935         * modes.texi (Search-based Fontification): Explain that
6936         facespec is an expression to be evaluated.
6938 2005-04-19  Kevin Ryde  <user42@zip.com.au>
6940         * streams.texi (Output Functions): Fix xref.
6941         * strings.texi (String Conversion): Fix xref.
6943 2005-04-19  Kim F. Storm  <storm@cua.dk>
6945         * symbols.texi (Symbol Plists): Add safe-get.
6946         Mention that `get' may signal an error.
6948 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6950         * customize.texi (Variable Definitions): Replace tooltip-mode
6951         example with save-place.
6953 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6955         * buffers.texi (Indirect Buffers): Clarify.
6957         * positions.texi (Positions): Clarify converting marker to integer.
6959         * strings.texi (String Basics): Mention string-match; clarify.
6961 2005-04-08  Lute Kamstra  <lute@gnu.org>
6963         * modes.texi (Search-based Fontification): Fix cross references.
6964         Use consistent terminology.  Document anchored highlighting.
6966 2005-04-05  Lute Kamstra  <lute@gnu.org>
6968         * modes.texi (Defining Minor Modes): Document :group keyword
6969         argument and its default value.
6971 2005-04-03  Lute Kamstra  <lute@gnu.org>
6973         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
6974         references and/or descriptions.  Delete major mode hooks; mention
6975         them as a category instead.  Rename or delete obsolete hooks.
6977 2005-04-02  Richard M. Stallman  <rms@gnu.org>
6979         * nonascii.texi (Coding System Basics): Another wording cleanup.
6981 2005-04-01  Richard M. Stallman  <rms@gnu.org>
6983         * nonascii.texi (Coding System Basics): Clarify previous change.
6985 2005-04-01  Kenichi Handa  <handa@m17n.org>
6987         * nonascii.texi (Coding System Basics): Describe about roundtrip
6988         identity of coding systems.
6990 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6992         * text.texi (Buffer Contents): Add filter-buffer-substring and
6993         buffer-substring-filters.
6995 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
6997         * anti.texi (Antinews): Mention `G' interactive code.
6999         * tips.texi (Compilation Tips): Mention benchmark.el.
7001 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7003         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7004         is now bound to M-o M-o.
7006         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7008 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7010         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7011         in the Emacs Manual).
7012         * Makefile.in (srcs): Remove calendar.texi.
7013         * makefile.w32-in (srcs): Remove calendar.texi.
7014         * display.texi (Display): Change name of next node.
7015         * os.texi (System In): Change name of previous node.
7016         * elisp.texi (Top): Remove Calendar references.
7017         * vol1.texi (Top): Remove Calendar references.
7018         * vol2.texi (Top): Remove Calendar references.
7020 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7022         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7023         Cleanup previous change.
7025 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7027         * display.texi (Face Attributes): Faces earlier in an :inherit
7028         list take precedence.
7029         (Scroll Bars): Fix description of vertical-scroll-bars.
7030         Document frame-current-scroll-bars and window-current-scroll-bars.
7032         * markers.texi (The Mark): Document temporary Transient Mark mode.
7034         * minibuf.texi (Reading File Names):
7035         Document read-file-name-completion-ignore-case.
7037         * positions.texi (Screen Lines): Document nil for width argument
7038         to compute-motion.
7040 2005-03-23  Kim F. Storm  <storm@cua.dk>
7042         * display.texi (Standard Faces): Other faces used in the fringe
7043         implicitly inherits from the fringe face.
7044         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7045         properties implicitly inherits from fringe face.
7046         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7048 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7050         * display.texi (Invisible Text): State default value of
7051         line-move-ignore-invisible.
7052         (Managing Overlays): Document remove-overlays.
7053         (Standard Faces): Document escape-glyph face.
7055         * minibuf.texi (Reading File Names): Document read-file-name-function.
7057         * modes.texi (Other Font Lock Variables):
7058         Document font-lock-lines-before.
7060         * positions.texi (Skipping Characters): skip-chars-forward allows
7061         character classes.
7063 2005-03-18  Lute Kamstra  <lute@gnu.org>
7065         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7067 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7069         * text.texi (Undo): Document extensible undo entries.
7071         * searching.texi (String Search, Regexp Search): Cleanups.
7073         * nonascii.texi (Character Codes): Minor fix.
7075         * display.texi (Display Property): Explain the significance
7076         of having text properties that are eq.
7077         (Other Display Specs): Explain string as display spec.
7079         * commands.texi (Interactive Codes): Document G option.
7081 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7083         * text.texi (Filling): Add sentence-end-without-period and
7084         sentence-end-without-space.
7085         (Changing Properties): Minor fix.
7087         * anti.texi: Total rewrite.
7089 2005-03-15  Lute Kamstra  <lute@gnu.org>
7091         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7093 2005-03-08  Kim F. Storm  <storm@cua.dk>
7095         * display.texi (Specified Space): Property :width is support on
7096         non-graphic terminals, :height is not.
7098 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7100         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7101         Now subnodes of Fringes.
7102         (Overlay Arrow): Document overlay-arrow-variable-list.
7103         (Fringe Size/Pos): New node, broken out of Fringes.
7104         (Display): Explain clearing vs redisplay better.
7105         (Truncation): Clarify use of bitmaps.
7106         (The Echo Area): Clarify the uses of the echo area.
7107         Add max-mini-window-height.
7108         (Progress): Clarify.
7109         (Invisible Text): Explain that main loop moves point out.
7110         (Selective Display): Say "hidden", not "invisible".
7111         (Managing Overlays): Move up.  Describe relation to Undo here.
7112         (Overlay Properties): Clarify intro.
7113         (Finding Overlays): Explain return values when nothing found.
7114         (Width): truncate-string-to-width has added arg.
7115         (Displaying Faces): Clarify and update mode line face handling.
7116         (Face Functions): Minor cleanup.
7117         (Conditional Display): Merge into Other Display Specs.
7118         (Pixel Specification, Other Display Specs): Minor cleanups.
7119         (Images, Image Descriptors): Minor cleanups.
7120         (GIF Images): Patents have expired.
7121         (Showing Images): Explain default text for insert-image.
7122         (Manipulating Button Types): Merge into Manipulating Buttons.
7123         (Making Buttons): Explain return values.
7124         (Button Buffer Commands): Add xref.
7125         (Inverse Video): Update mode-line-inverse-video.
7126         (Display Table Format): Clarify.
7127         (Active Display Table): Give defaults for window-display-table.
7129         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7130         and calendar-today-marker are strings, not chars.
7131         (Holiday Customizing): Minor fix.
7133         * internals.texi (Writing Emacs Primitives): Update `or' example.
7134         Update limit on # args of subr.
7136         * edebug.texi (Using Edebug): Arrow is in fringe.
7137         (Instrumenting): Arg to eval-defun works without loading edebug.
7138         (Edebug Execution Modes): Add xref.
7140         * customize.texi (Common Keywords): Clarify :require.
7141         Mention :version here.
7142         (Variable Definitions, Group Definitions): Not here.
7143         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7145 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7146         * nonascii.texi (Text Representations): Clarify position-bytes.
7147         (Character Sets): Add list-charset-chars.
7148         (Scanning Charsets): Add charset-after.
7149         (Encoding and I/O): Minor fix.
7151 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7153         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7154         (Resizing Windows): Likewise.
7156         * text.texi (Change Hooks): Get rid of "Emacs 21".
7158         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7160         * streams.texi (Output Variables): Get rid of "Emacs 21".
7162         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7164         * os.texi (Translating Input): Replace flow-control example
7165         with a less obsolete example that uses `keyboard-translate'.
7167         * objects.texi (Hash Table Type, Circular Objects):
7168         Get rid of "Emacs 21".
7170         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7171         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7173         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7175         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7177         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7178         (Menu Bar): Fix when menu-bar-update-hook is called.
7180         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7182         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7183         and make it read better.
7185         * files.texi (Writing to Files): Get rid of "Emacs 21".
7186         (Unique File Names): Likewise.
7188         * elisp.texi: Update Emacs version to 22.
7190         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7191         (Overlay Properties, Face Attributes): Likewise.
7192         (Managing Overlays): Fix punctuation.
7193         (Attribute Functions): Clarify set-face-font; get rid of
7194         info about old Emacs versions.
7195         (Auto Faces, Font Lookup, Display Property, Images):
7196         Get rid of "Emacs 21".
7198         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7200 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7202         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7204 2005-03-04  Lute Kamstra  <lute@gnu.org>
7206         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7208 2005-03-03  Lute Kamstra  <lute@gnu.org>
7210         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7212 2005-03-01  Lute Kamstra  <lute@gnu.org>
7214         * debugging.texi (Debugger Commands): Update `j'.
7216 2005-02-28  Lute Kamstra  <lute@gnu.org>
7218         * debugging.texi (Debugging): Fix typo.
7219         (Error Debugging): Document eval-expression-debug-on-error.
7220         (Function Debugging): Update example.
7221         (Using Debugger): Mention starred stack frames.
7222         (Debugger Commands): Document `j' and `l'.
7223         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7224         Update the messages that the debugger displays.
7225         (Internals of Debugger): Add cross reference.  Update example.
7226         (Excess Open): Minor improvement.
7227         (Excess Close): Minor improvement.
7229 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7231         * tips.texi (Coding Conventions): Clarify.
7232         Put all the major mode key reservations together.
7233         Mention the Mouse-1 => Mouse-2 conventions.
7235         * syntax.texi (Syntax Class Table): Clarify.
7236         (Syntax Table Functions): syntax-after moved from here.
7237         (Syntax Table Internals): syntax-after moved to here.
7238         (Parsing Expressions): Update info on number of values
7239         and what's meaningful in the STATE argument.
7240         (Categories): Fix typo.
7242         * sequences.texi (Arrays): Cleanup.
7243         (Char-Tables): Clarify.
7245         * processes.texi (Deleting Processes): Cleanups, add xref.
7246         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7247         (Process Information): set-process-coding-system, some args optional.
7248         (Input to Processes): Explain various types for PROCESS args.
7249         Rename them from PROCESS-NAME to PROCESS.
7250         (Signals to Processes): Likewise.
7251         (Decoding Output): Cleanup.
7252         (Query Before Exit): Clarify.
7254         * os.texi (Startup Summary): Correct the options; add missing ones.
7255         (Terminal Output, Batch Mode): Clarify.
7256         (Flow Control): Node deleted.
7258         * markers.texi (The Mark): Clarify.
7260         * macros.texi (Expansion): Cleanup.
7261         (Indenting Macros): indent-spec allows ints, not floats.
7263         * keymaps.texi (Keymaps): Clarify.
7264         (Format of Keymaps): Update lisp-mode-map example.
7265         (Active Keymaps, Key Lookup): Clarify.
7266         (Changing Key Bindings): Add xref to `kbd'.
7267         (Key Binding Commands, Simple Menu Items): Clarify.
7268         (Mouse Menus, Menu Bar): Clarify.
7269         (Menu Example): Replace print example with menu-bar-replace-menu.
7271         * help.texi (Documentation Basics): Add function-documentation prop.
7273         * elisp.texi (Top): Don't refer to Flow Control node.
7275         * commands.texi (Command Overview): Improve xrefs.
7276         (Adjusting Point): Adjusting point applies to intangible and invis.
7277         (Key Sequence Input): Doc extra read-key-sequence args.
7278         Likewise for read-key-sequence-vector.
7280         * backups.texi (Rename or Copy): Minor fix.
7281         (Numbered Backups): For version-control, say the default.
7282         (Auto-Saving): make-auto-save-file-name example is simplified.
7284         * advice.texi (Advising Functions): Don't imply one part of Emacs
7285         should advise another part.  Markup changes.
7286         (Defining Advice): Move transitional para.
7287         (Activation of Advice): Cleanup.
7288         Explain if COMPILE is nil or negative.
7290         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7292 2005-02-24  Lute Kamstra  <lute@gnu.org>
7294         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7295         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7297 2005-02-23  Lute Kamstra  <lute@gnu.org>
7299         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7300         to define global minor modes as well.
7302         * display.texi (Managing Overlays): overlay-buffer returns nil for
7303         deleted overlays.
7305 2005-02-22  Kim F. Storm  <storm@cua.dk>
7307         * minibuf.texi (Basic Completion): Allow symbols in addition to
7308         strings in try-completion and all-completions.
7310 2005-02-14  Lute Kamstra  <lute@gnu.org>
7312         * elisp.texi (Top): Remove reference to deleted node.
7314         * lists.texi (Lists): Remove reference to deleted node.
7315         (Cons Cells): Fix typo.
7317         * loading.texi (Where Defined): Fix typo.
7319 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7321         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7322         is useful for discarding some minor modes.
7324         * symbols.texi (Symbol Components): Reorder examples.
7326         * streams.texi (Input Functions): State standard-input default.
7327         (Output Variables): State standard-output default.
7329         * objects.texi (Printed Representation): Clarify read syntax vs print.
7330         (Floating Point Type): Explain meaning better.
7331         (Symbol Type): Explain uniqueness better.
7332         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7333         List examples sooner.
7334         (Box Diagrams): New subnode broken out.
7335         Some examples moved from old Lists as Boxes node.
7336         (Dotted Pair Notation): Clarify intro.
7337         (Array Type): Clarify.
7338         (Type Predicates): Add hash-table-p.
7340         * numbers.texi (Integer Basics): Clarify radix explanation.
7341         (Predicates on Numbers): Minor clarification.
7342         (Comparison of Numbers): Minor clarification.  Clarify eql.
7343         Typos in min, max.
7344         (Math Functions): Clarify overflow in expt.
7346         * minibuf.texi (Text from Minibuffer): Minor clarification.
7347         Mention arrow keys.
7349         * loading.texi (Autoload): defun's doc string overrides autoload's
7350         doc string.
7351         (Repeated Loading): Modernize "add to list" examples.
7352         (Where Defined): Finish updating table of load-history elts.
7354         * lists.texi (List-related Predicates): Minor wording improvement.
7355         (Lists as Boxes): Node deleted.
7356         (Building Lists): Explain trivial cases of number-sequence.
7358         * hash.texi (Hash Tables): Add desc to menu items.
7359         (Creating Hash): Explain "full" means "make larger".
7360         (Hash Access): Any object can be a key.
7361         State value of maphash.
7363         * functions.texi (What Is a Function): Wording cleanup.
7364         (Function Documentation): Minor cleanup.
7365         Explain purpose of calling convention at end of doc string.
7366         (Function Names): Wording cleanup.
7367         (Calling Functions): Wording cleanup.
7368         Explain better how funcall calls the function.
7369         (Function Cells): Delete example of saving and redefining function.
7371         * control.texi (Combining Conditions): Wording cleanup.
7372         (Iteration): dolist and dotimes bind VAR locally.
7373         (Cleanups): Xref to Atomic Changes.
7375         * compile.texi (Byte Compilation): Delete 19.29 info.
7376         (Compilation Functions): Macros' difficulties don't affect defsubst.
7377         (Docs and Compilation): Delete 19.29 info.
7379 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7381         * objects.texi (Symbol Type): Minor correction.
7383 2005-02-06  Lute Kamstra  <lute@gnu.org>
7385         * modes.texi (Example Major Modes): Fix typos.
7387 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7389         * text.texi (Margins): fill-nobreak-predicate can be one function.
7391         * strings.texi (Modifying Strings): clear-string can make unibyte.
7392         (Formatting Strings): format gives error if values missing.
7394         * positions.texi (Character Motion): Mention default arg
7395         for forward-char.  backward-char refers to forward-char.
7396         (Word Motion): Mention default arg for forward-word.
7397         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7398         Simplify end-of-buffer.
7399         (Text Lines): Mention default arg for forward-line.
7400         (List Motion): Mention default arg for beginning/end-of-defun.
7401         (Skipping Characters): Minor fixes in explaining character-set.
7403         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7404         Mode inheritance applies only when default-major-mode is nil.
7405         Clarifications.
7406         (Example Major Modes): Update Text mode and Lisp mode examples.
7407         (Minor Mode Conventions): Mention define-minor-mode at top.
7408         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7409         (Mode Line Format): Update mode line face display info.
7410         (Properties in Mode): Mention effect of risky vars.
7411         (Imenu): Define imenu-add-to-menubar.
7412         (Font Lock Mode): Add descriptions to menu lines.
7413         (Faces for Font Lock): Add font-lock-doc-face.
7415 2005-02-05  Lute Kamstra  <lute@gnu.org>
7417         * text.texi (Maintaining Undo): Remove obsolete function.
7419 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7421         * frames.texi (Color Names): Add pointer to the X docs about RGB
7422         color specifications.  Improve indexing.
7423         (Text Terminal Colors): Replace the description of RGB values by
7424         an xref to "Color Names".
7426 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7428         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7429         Clarify.
7430         (Selecting Windows): Clarify save-selected-window.
7431         (Cyclic Window Ordering): Clarify walk-windows.
7432         (Window Point): Clarify.
7433         (Window Start): Add comment to example.
7434         (Resizing Windows): Add `interactive' specs in examples.
7435         Document fit-window-to-buffer.
7437         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7438         (Undo, Maintaining Undo): Clarify last change.
7439         (Sorting): In sort-numeric-fields, explain about octal and hex.
7440         Mention sort-numeric-base.
7441         (Format Properties): Add xref for hard newlines.
7443         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7444         (Pop-Up Menus): Fix typo.
7445         (Color Names): Explain all types of color names.
7446         Explain color-values on B&W terminal.
7447         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
7449         * files.texi (File Locks): Not supported on MS systems.
7450         (Testing Accessibility): Clarify.
7452         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7453         (Coverage Testing): Fix typo.
7455         * commands.texi (Misc Events): Remove stray space.
7457         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7458         (Modification Time): Clarify when visited-file-modtime returns 0.
7459         (The Buffer List): Clarify bury-buffer.
7460         (Killing Buffers): Clarify.
7461         (Indirect Buffers): Add clone-indirect-buffer.
7463 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
7465         * edebug.texi (Printing in Edebug): Fix default value of
7466         edebug-print-circle.
7467         (Coverage Testing): Fix displayed frequency count data.
7469 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7471         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7473 2005-02-02  Kim F. Storm  <storm@cua.dk>
7475         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7477 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7479         * commands.texi (Misc Events): Describe the help-echo event.
7481         * text.texi (Special Properties) <help-echo>: Use `pos'
7482         consistently in description of the help-echo property.
7483         Use @code{nil} instead of @var{nil}.
7485         * display.texi (Overlay Properties): Fix the index entry for
7486         help-echo overlay property.
7488         * customize.texi (Type Keywords): Uncomment the xref to the
7489         help-echo property documentation.
7491 2005-01-23  Kim F. Storm  <storm@cua.dk>
7493         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7494         return value.  Third element FULLY replaced by PARTIAL which
7495         specifies number of invisible pixels if row is only partially visible.
7496         (Textual Scrolling): Mention auto-window-vscroll.
7497         (Vertical Scrolling): New defvar auto-window-vscroll.
7499 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7501         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7502         command remapping.
7504 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7506         * display.texi (Defining Images): Mention DATA-P arg of create-image.
7508 2005-01-14  Kim F. Storm  <storm@cua.dk>
7510         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7512         * text.texi (Links and Mouse-1): Fix string and vector item.
7514 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7516         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7517         descriptions of overriding-local-map and overriding-terminal-local-map.
7519         * text.texi (Links and Mouse-1): Clarify text.
7521 2005-01-13  Kim F. Storm  <storm@cua.dk>
7523         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7525 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7527         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7529 2005-01-12  Kim F. Storm  <storm@cua.dk>
7531         * text.texi (Links and Mouse-1): Rename section from Enabling
7532         Mouse-1 to Following Links.  Change xrefs.
7533         Add examples for define-button-type and define-widget.
7535         * display.texi (Button Properties, Button Buffer Commands):
7536         Clarify mouse-1 and follow-link functionality.
7538 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7540         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7542         * display.texi (Beeping): Fix Texinfo usage.
7544         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7546 2005-01-11  Kim F. Storm  <storm@cua.dk>
7548         * display.texi (Button Properties, Button Buffer Commands):
7549         Mention mouse-1 binding.  Add follow-link keyword.
7551         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7552         (Enabling Mouse-1 to Follow Links): New subsection.
7554 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7556         * text.texi (Special Properties): Minor change.
7558         * os.texi (Timers): Clarify previous change.
7560         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7562 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
7564         * display.texi (Face Attributes): Correct xref to renamed node.
7566 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7568         * display.texi (Face Attributes): Describe hex color specs.
7570 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7572         * os.texi (Timers): Update previous change.
7574 2004-12-30  Kim F. Storm  <storm@cua.dk>
7576         * display.texi (Line Height): Total line-height is now specified
7577         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
7578         in cons cells.  (nil . RATIO) is relative to actual line height.
7579         Use line-height `t' instead of `0' to get minimum height.
7581 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7583         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7585 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7587         * commands.texi (Quitting): Clarify value of with-local-quit.
7589         * elisp.texi (Top): Fix previous change.
7591         * loading.texi (Loading): Fix previous change.
7593 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7595         * Makefile.in (MAKEINFO): Specify --force.
7597         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7599         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7601         * display.texi (Line Height): Further clarify.
7603         * elisp.texi (Top): Update Loading submenu.
7605         * loading.texi (Where Defined): New node.
7606         (Unloading): load-history moved to Where Defined.
7608 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7610         * commands.texi (Event Input Misc): Add while-no-input.
7612 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7614         * display.texi (Line Height): Rewrite text for clarity.
7616 2004-12-11  Kim F. Storm  <storm@cua.dk>
7618         * display.texi (Display): Add node "Line Height" to menu.
7619         (Line Height): New node.  Move full description of line-spacing
7620         and line-height text properties here from text.texi.
7621         (Scroll Bars): Add vertical-scroll-bar variable.
7623         * frames.texi (Window Frame Parameters): Remove line-height defvar.
7625         * locals.texi (Standard Buffer-Local Variables): Fix xref for
7626         line-spacing and vertical-scroll-bar.
7628         * text.texi (Special Properties): Just mention line-spacing and
7629         line-height here, add xref to new "Line Height" node.
7631 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
7633         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7635         * locals.texi (Standard Buffer-Local Variables):
7636         Add @xref for `line-spacing'.
7638 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7640         * Makefile.in (maintainer-clean): Remove the info files
7641         in $(infodir) where they are created.
7643 2004-12-03  Richard M. Stallman  <rms@gnu.org>
7645         * windows.texi (Selecting Windows): get-lru-window and
7646         get-largest-window don't consider dedicated windows.
7648         * text.texi (Undo): Document undo-in-progress.
7650 2004-11-26  Richard M. Stallman  <rms@gnu.org>
7652         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7653         Remove a few vars that are not always buffer-local.
7655 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7657         * locals.texi (Standard Buffer-Local Variables): Comment out
7658         xref's to non-existent node `Yet to be written'.
7660 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7662         * processes.texi (Synchronous Processes): Grammar fix.
7664         * numbers.texi (Comparison of Numbers): Add eql.
7666         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7668         * intro.texi (Printing Notation): Fix previous change.
7670         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7671         and default-indicate-buffer-boundaries from here.
7672         (Usual Display): To here.
7673         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7674         (Usual Display): Move tab-width up.
7676         * customize.texi (Variable Definitions):
7677         Replace show-paren-mode example with tooltip-mode.
7678         (Simple Types, Composite Types, Defining New Types):
7679         Minor cleanups.
7681 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7683         * processes.texi (Synchronous Processes, Output from Processes):
7684         Markup fix.
7686 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7688         * positions.texi (Skipping Characters): skip-chars-forward
7689         now handles char classes.
7691         * intro.texi (Printing Notation): Avoid confusion of `print'
7692         when explaining @print.
7694         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7696         * display.texi (Display Table Format): Minor fix.
7698         * streams.texi (Output Functions): Fix print example.
7700         * Makefile.in (elisp): New target.
7701         (dist): Depend on $(infodir)/elisp, not elisp.
7702         Copy the info files from $(infodir).
7704         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7705         read-from-minibuffer.
7707         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7709 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7711         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7713 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7715         * tips.texi (Coding Conventions): Fix typo.
7717 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7719         * tips.texi (Coding Conventions): Separate defvar and require
7720         methods to avoid warnings.  Use require only when there are many
7721         functions and variables from that package.
7723         * minibuf.texi (Minibuffer Completion): When ignoring case,
7724         predicate must not be case-sensitive.
7726         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7727         (Test Coverage): Don't talk about "splotches".  Clarified.
7729 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
7731         * frames.texi (Window Frame Parameters): Fix typo.
7733 2004-11-15  Kim F. Storm  <storm@cua.dk>
7735         * symbols.texi (Other Plists): Note that plist-get may signal error.
7736         Add safe-plist-get.
7738 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7740         * modes.texi (Font Lock Basics): Fix typo.
7742 2004-11-08  Richard M. Stallman  <rms@gnu.org>
7744         * syntax.texi (Syntax Table Functions): Add syntax-after.
7746 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7748         * os.texi (Processor Run Time): New section documenting
7749         get-internal-run-time.
7751 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7753         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7754         it nukes elisp-cover.texi.
7755         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7756         elisp-0 etc.
7758 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7760         * commands.texi (Keyboard Macros): Document `append' return value
7761         of `defining-kbd-macro'.
7763 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7765         * commands.texi (Interactive Call): Add called-interactively-p.
7767 2004-10-29  Simon Josefsson  <jas@extundo.com>
7769         * minibuf.texi (Reading a Password): Revert.
7771 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7773         * frames.texi (Display Feature Testing): Explain about "vendor".
7775 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7777         * commands.texi (Interactive Codes): `N' uses numeric prefix,
7778         not raw.  Clarify `n'.
7779         (Interactive Call): Rewrite interactive-p, focusing on when
7780         and how to use it.
7781         (Misc Events): Clarify previous change.
7783         * advice.texi (Simple Advice): Clarify what job the example does.
7784         (Around-Advice): Clarify ad-do-it.
7785         (Activation of Advice): An option of ad-default-compilation-action
7786         is `never', not `nil'.
7788 2004-10-26  Kim F. Storm  <storm@cua.dk>
7790         * commands.texi (Interactive Codes): Add U code letter.
7792 2004-10-25  Simon Josefsson  <jas@extundo.com>
7794         * minibuf.texi (Reading a Password): Add.
7796 2004-10-24  Jason Rumney  <jasonr@gnu.org>
7798         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
7799         and wheel-down.
7801 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
7803         * processes.texi (Synchronous Processes): Document process-file.
7805 2004-10-22  Kenichi Handa  <handa@m17n.org>
7807         * text.texi (translate-region): Document that it accepts also a
7808         char-table.
7810 2004-10-22  David Ponce  <david@dponce.com>
7812         * windows.texi (Resizing Windows): Document the `preserve-before'
7813         argument of the functions `enlarge-window' and `shrink-window'.
7815 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7817         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7819 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7821         * text.texi (Filling): Add anchor for definition of
7822         `sentence-end-double-space'.
7824         * searching.texi (Regexp Example): Update description of how
7825         Emacs currently recognizes the end of a sentence.
7826         (Standard Regexps): Update definition of the variable
7827         `sentence-end'.  Add definition of the function `sentence-end'.
7829 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7831         * display.texi (Progress): New node.
7833 2004-10-05  Kim F. Storm  <storm@cua.dk>
7835         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7837 2004-09-29  Kim F. Storm  <storm@cua.dk>
7839         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7840         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
7841         fringe bitmap symbols, as they now have their own namespace.
7842         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7843         vs. pixels.  Signal error if no free bitmap slots.
7844         (Pixel Specification): Change IMAGE to @var{image}.
7846 2004-09-28  Richard M. Stallman  <rms@gnu.org>
7848         * text.texi (Special Properties): Clarify line-spacing and line-height.
7850         * searching.texi (Regexp Search): Add looking-back.
7852 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
7854         * display.texi: Correct typos.
7855         (Image Descriptors): Correct xref's.
7857 2004-09-25  Richard M. Stallman  <rms@gnu.org>
7859         * text.texi (Special Properties): Cleanups in `cursor'.
7860         Rewrites in `line-height' and `line-spacing'; exchange them.
7862         * display.texi (Fringes): Rewrite previous change.
7863         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
7864         (Display Fringe Bitmaps): Node deleted, text moved.
7865         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
7866         (Scroll Bars): Clarify set-window-scroll-bars.
7867         (Pointer Shape): Rewrite.
7868         (Specified Space): Clarify :align-to, etc.
7869         (Pixel Specification): Use @var.  Clarify new text.
7870         (Other Display Specs): Clarify `slice'.
7871         (Image Descriptors): Cleanups.
7872         (Showing Images): Cleanups.
7874 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
7876         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7878         * modes.texi: Various minor changes in addition to:
7879         (Major Mode Conventions): Final call to `run-mode-hooks' should
7880         not be inside the `delay-mode-hooks' form.
7881         (Mode Hooks): New node.
7882         (Hooks): Delete obsolete example.
7883         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7884         node "Mode Hooks".
7886 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
7888         * display.texi: Correct various typos.
7889         (Display): Rename node "Pointer Shapes" to "Pointer
7890         Shape".  (There is already a node called "Pointer Shapes" in
7891         frames.texi.)
7892         (Images): Remove non-existent node "Image Slices" from menu.
7894 2004-09-23  Kim F. Storm  <storm@cua.dk>
7896         * text.texi (Special Properties): Add `cursor', `pointer',
7897         `line-height', and `line-spacing' properties.
7899         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7900         Shapes' to menu.
7901         (Standard Faces): Doc fix for fringe face.
7902         (Fringes): Add `overflow-newline-into-fringe' and
7903         'indicate-buffer-boundaries'.
7904         (Fringe Bitmaps, Pointer Shapes): New nodes.
7905         (Display Property): Add 'Pixel Specification' and 'Display Fringe
7906         Bitmaps' to menu.
7907         (Specified Space): Describe pixel width and height.
7908         (Pixel Specification): New node.
7909         (Other Display Specs): Add `slice' property.
7910         (Display Fringe Bitmaps): New node.
7911         (Images): Add 'Image Slices' to menu.
7912         (Image Descriptors): Add `:pointer' and `:map' properties.
7913         (Showing Images): Add slice arg to `insert-image'.
7914         Add 'insert-sliced-image'.
7916 2004-09-20  Richard M. Stallman  <rms@gnu.org>
7918         * commands.texi (Key Sequence Input):
7919         Clarify downcasing in read-key-sequence.
7921 2004-09-08  Juri Linkov  <juri@jurta.org>
7923         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7925 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7927         * locals.texi (Standard Buffer-Local Variables):
7928         Add `buffer-auto-save-file-format'.
7929         * internals.texi (Buffer Internals): Describe new
7930         auto_save_file_format field of the buffer structure.
7931         * files.texi (Format Conversion): `auto-save-file-format' has been
7932         renamed `buffer-auto-save-file-format'.
7934 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
7936         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7937         an integer or a marker.
7938         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7940 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7942         * modes.texi (Major Mode Conventions): Discuss rebinding of
7943         standard key bindings.
7945 2004-08-18  Kim F. Storm  <storm@cua.dk>
7947         * processes.texi (Accepting Output): Add `just-this-one' arg to
7948         `accept-process-output'.
7949         (Output from Processes): New var `process-adaptive-read-buffering'.
7951 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
7953         * keymaps.texi: Various changes in addition to:
7954         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7955         Give more varied examples for `kbd'.
7956         (Creating Keymaps): Char tables have slots for all characters
7957         without modifiers.
7958         (Active Keymaps): `overriding-local-map' and
7959         `overriding-terminal-local-map' also override text property and
7960         overlay keymaps.
7961         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7962         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7963         to denote a prefix of no events.
7964         `map-keymap' includes parent's bindings _recursively_.
7965         Clarify and correct description of `where-is-internal'.
7966         Mention BUFFER-OR-NAME arg to `describe-bindings'.
7967         (Menu Example): For menus intended for use with the keyboard, the
7968         menu items should be bound to characters or real function keys.
7970 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
7972         * objects.texi (Character Type): Reposition `@anchor' to prevent
7973         double space inside sentence in Info.
7975         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7976         renamed to `disabled-command-function'.
7977         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7978         (Command Loop Info): Replace reference to it.
7979         (Disabling Commands): `disabled-command-hook' has been renamed to
7980         `disabled-command-function'.
7982 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
7984         * os.texi (Translating Input): Only non-prefix bindings in
7985         `key-translation-map' override actual key bindings.  Warn about
7986         possible indirect effect of actual key bindings on non-prefix
7987         bindings in `key-translation-map'.
7989 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
7991         * minibuf.texi (High-Level Completion): Add anchor for definition
7992         of `read-variable'.
7994         * commands.texi: Various changes in addition to:
7995         (Using Interactive): Clarify description of `interactive-form'.
7996         (Interactive Call): Mention default for KEYS argument to
7997         `call-interactively'.
7998         (Command Loop Info): Clarify description of `this-command-keys'.
7999         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8000         Value of `last-event-frame' can be `macro'.
8001         (Repeat Events): `double-click-fuzz' is also used to distinguish
8002         clicks and drags.
8003         (Classifying Events): Clarify descriptions of `event-modifiers'
8004         `event-basic-type' and `event-convert-list'.
8005         (Accessing Events): `posn-timestamp' takes POSITION argument.
8006         (Quoted Character Input): Clarify description of
8007         `read-quoted-char' and fix example.
8008         (Quitting): Add `with-local-quit'.
8009         (Disabling Commands): Correct and clarify descriptions of
8010         `enable-command' and `disable-command'.
8011         Mention what happens if `disabled-command-hook' is nil.
8012         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8013         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8015 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8017         * frames.texi: Various changes in addition to:
8018         (Creating Frames): Expand and clarify description of `make-frame'.
8019         (Window Frame Parameters): Either none or both of the `icon-left'
8020         and `icon-top' parameters must be specified.  Put descriptions of
8021         `menu-bar-lines' and `toolbar-lines' closer together and change
8022         them accordingly.
8023         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8024         except while processing `frame-title-format' or `icon-title-format'.
8025         (Deleting Frames): Correct description of `delete-frame'.
8026         Non-nil return values of `frame-live-p' are like those of `framep'.
8027         (Frames and Windows): Mention return value of
8028         `set-frame-selected-window'.
8029         (Visibility of Frames): Mention `force' argument to
8030         `make-frame-invisible'.  `frame-visible-p' returns t for all
8031         frames on text-only terminals.
8032         (Frame Configurations): Restoring a frame configuration does not
8033         restore deleted frames.
8034         (Window System Selections): `x-set-selection' returns DATA.
8035         (Resources): Add example.
8036         (Display Feature Testing): Clarify descriptions of
8037         `display-pixel-height', `display-pixel-width', `x-server-version'
8038         and `x-server-vendor'.
8040         * windows.texi (Choosing Window): Add anchor.
8041         * minibuf.texi (Minibuffer Misc): Add anchor.
8043 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8045         * macros.texi (Defining Macros): Declaration keyword for setting
8046         Edebug spec is `debug' not `edebug'.
8048 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8050         * windows.texi: Various small changes in addition to:
8051         (Window Point): Mention return value of `set-window-point'.
8052         (Window Start): `pos-visible-in-window-p' disregards horizontal
8053         scrolling.  Explain return value if PARTIALLY is non-nil.
8054         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8055         and `set-window-vscroll'.
8056         (Size of Window): The argument WINDOW to `window-inside-edges',
8057         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8058         (Resizing Windows): Explain return value of
8059         `shrink-window-if-larger-than-buffer'.
8060         `window-size-fixed' automatically becomes buffer local when set.
8061         (Window Configurations): Explain return value of
8062         `set-window-configuration'.
8064         * minibuf.texi (Minibuffer Misc): Add anchor for
8065         `minibuffer-scroll-window'.
8067         * positions.texi (Text Lines): Add anchor for `count-lines'.
8069 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8071         * display.texi (Overlay Properties): Adding `evaporate' prop
8072         deletes empty overlay immediately.
8074         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8075         fix example.
8077 2004-07-16  Jim Blandy  <jimb@redhat.com>
8079         * searching.texi (Regexp Backslash): Document new \_< and \_>
8080         operators.
8082 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8084         * display.texi (Images): Fix Texinfo usage.
8086 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8088         * buffers.texi (Modification Time): `visited-file-modtime' now
8089         returns a list of two integers, instead of a cons.
8091 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8093         * windows.texi: Various changes in addition to:
8094         (Splitting Windows): Add `split-window-keep-point'.
8096 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8098         * frames.texi (Input Focus): Minor fix.
8100 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8102         * frames.texi (Input Focus): Clarify descriptions of
8103         `select-frame-set-input-focus' and `select-frame'.
8105 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8107         * os.texi: Various small changes in addition to:
8108         (Killing Emacs): Expand and clarify description of
8109         `kill-emacs-query-functions' and `kill-emacs-hook'.
8110         (System Environment): Expand and clarify description of `getenv'
8111         and `setenv'.
8112         (Timers): Clarify description of `run-at-time'.
8113         (Translating Input): Correct description of
8114         `extra-keyboard-modifiers'.
8115         (Flow Control): Correct description of `enable-flow-control'.
8117 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8119         * os.texi: Update copyright.
8120         (Session Management): Grammar fix.
8121         Clarify which Emacs does the restarting.
8122         Use @samp for *scratch* buffer.
8124 2004-07-04  Alan Mackenzie  <acm@muc.de>
8126         * frames.texi (Input Focus): Add documentation for
8127         `select-frame-set-input-focus'.  Replace refs to non-existent
8128         `switch-frame' with `select-frame'.  Minor corrections and tidying
8129         up of text-only terminal stuff.
8131 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8133         * files.texi (Saving Buffers): Cleanup write-contents-function.
8134         (Magic File Names): Cleanup file-remote-p.
8136 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8138         * files.texi (Magic File Names): `file-remote-p' returns an
8139         identifier of the remote system, not just t.
8141 2004-07-02  David Kastrup  <dak@gnu.org>
8143         * searching.texi (Entire Match Data): Add explanation about new
8144         match-data behavior when @var{integers} is non-nil.
8146 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8148         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8150         * customize.texi (Variable Definitions): Note about doc strings
8151         and :set.
8153         * keymaps.texi (Keymap Terminology): Document `kbd'.
8154         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8156         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8157         makes it buffer-local.
8159         * files.texi (Saving Buffers): Correct previous change.
8161         * commands.texi (Accessing Events):
8162         Clarify posn-col-row and posn-actual-col-row.
8164 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8166         * commands.texi (Accessing Events): New functions
8167         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8169 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8171         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8172         * frames.texi, buffers.texi, backups.texi, variables.texi:
8173         * loading.texi, eval.texi, functions.texi, control.texi:
8174         * symbols.texi, minibuf.texi: Reposition @anchor's.
8176         * help.texi: Various small changes in addition to the following.
8177         (Describing Characters): Describe PREFIX argument to
8178         `key-description'.  Correct and clarify definition of
8179         `text-char-description'.  Describe NEED-VECTOR argument to
8180         `read-kbd-macro'.
8181         (Help Functions): Clarify definition of `apropos'.
8183 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8185         * files.texi (Saving Buffers): Correct description of
8186         `write-contents-functions'.
8188 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8190         * display.texi (Images): Remove redundant @vindex directives.
8191         Rewrite `image-library-alist' doc in active voice.
8193 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8195         * display.texi (Images): Document new delayed library loading,
8196         variable `image-library-alist' and (existing but undocumented)
8197         function `image-type-available-p'.
8199 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8201         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8202         refer the user to the Initial Input node.
8203         (Text from Minibuffer): Likewise.
8204         (Initial Input): New node.  Document this feature
8205         and say it is mostly deprecated.
8207 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8209         * loading.texi (Named Features): Clarify return value
8210         and meaning of NOERROR.
8212         * variables.texi (File Local Variables): Minor cleanup.
8214 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8216         * files.texi (Magic File Names): Add `file-remote-p' as operation
8217         of file name handlers.
8219 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8221         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8222         as arg to a minor mode command.
8224 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8226         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8228         * streams.texi (Output Variables): Doc float-output-format.
8230         * searching.texi (Regexp Special): Nested repetition can be infloop.
8232         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8233         real stack overflow.
8235         * compile.texi: Minor cleanups.
8237 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8239         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8240         circular lists.
8241         (List Elements): Explain handling of circular and dotted lists.
8243 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8245         * modes.texi (Search-based Fontification): Fix typo.
8247 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8249         * modes.texi (Mode Line Variables): Fix description of
8250         global-mode-string, which is now after which-func-mode, not the
8251         buffer name.
8253 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8255         * modes.texi (Desktop Save Mode): Add.
8256         (Modes): Add menu entry Desktop Save Mode.
8258         * hooks.texi: Add desktop-after-read-hook,
8259         desktop-no-desktop-file-hook and desktop-save-hook.
8261         * locals.texi: Add desktop-save-buffer.
8263 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8265         * display.texi: emacs -> Emacs.
8267 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8269         * files.texi (Changing Files): Document set-file-times.
8271 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8273         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8275 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8277         * tips.texi (Coding Conventions): defopt -> defcustom.
8279 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8281         * sequences.texi: Various clarifications.
8283 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8285         * buffers.texi (Read Only Buffers): Mention optional ARG to
8286         `toggle-read-only'.
8288 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8290         * windows.texi (Selecting Windows): Note that get-lru-window
8291         returns a full-width window if possible.
8293 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8295         * buffers.texi: Various changes in addition to:
8296         (Buffer File Name): Add `find-buffer-visiting'.
8297         (Buffer Modification): Mention optional ARG to `not-modified'.
8298         (Indirect Buffers): Mention optional CLONE argument to
8299         `make-indirect-buffer'.
8301         * files.texi: Various changes in addition to:
8302         (Visiting Functions): `find-file-hook' is now a normal hook.
8303         (File Name Expansion): Explain difference between the way that
8304         `expand-file-name' and `file-truename' treat `..'.
8305         (Contents of Directories): Mention optional ID-FORMAT argument to
8306         `directory-files-and-attributes'.
8307         (Format Conversion): Mention new optional CONFIRM argument to
8308         `format-write-file'.
8310 2004-04-12  Miles Bader  <miles@gnu.org>
8312         * macros.texi (Expansion): Add description of `macroexpand-all'.
8314 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8316         * variables.texi (Variable Aliases):
8317         Mention cyclic-variable-indirection.
8319         * errors.texi (Standard Errors): Ditto.
8321 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8323         * backups.texi: Various small changes in addition to:
8324         (Making Backups): Mention return value of `backup-buffer'.
8325         (Auto-Saving): Mention optional FORCE argument to
8326         `delete-auto-save-file-if-necessary'.
8327         (Reverting): Mention optional PRESERVE-MODES argument to
8328         `revert-buffer'.  Correct description of `revert-buffer-function'.
8330 2004-03-22  Juri Linkov  <juri@jurta.org>
8332         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8333         with `Vector Functions'.
8335         * text.texi (Sorting): Add missing quote.
8337 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8339         * intro.texi (Lisp History): Replace xref to `cl' manual with
8340         inforef.
8342 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8344         * intro.texi (Version Info): Add arg to emacs-version.
8345         (Lisp History): Change xref to CL manual.
8347 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8349         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8350         for Partial Completion mode.
8352 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8354         * customize.texi: Fix typo.  Remove eol whitespace.
8356 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8358         * processes.texi: Fix typos.
8360         * lists.texi (Building Lists): Minor clarification.
8362         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8363         in make-hash-table.
8365 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8367         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8368         rm, and ignore exit code.
8370 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8372         * display.texi (Defining Faces): Add description for min-colors.
8373         Update example.
8375 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8377         * abbrevs.texi: Various corrections and clarifications in addition
8378         to the following:
8379         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8381 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8383         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8385 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8387         * text.texi: Various small changes in addition to the following:
8388         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8389         to delete-horizontal-space.
8390         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8391         description of yank-handler text property at various places.
8393         * frames.texi (Window System Selections): Add anchor.
8395         * syntax.texi (Syntax Table Functions): Clarify and correct
8396         descriptions of make-syntax-table and copy-syntax-table.
8397         (Motion and Syntax): Clarify SYNTAXES argument to
8398         skip-syntax-forward.
8399         (Parsing Expressions): Mention that the return value of
8400         parse-partial-sexp is currently a list of ten rather than nine
8401         elements.
8402         (Categories): Various corrections and clarifications.
8404 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8406         * markers.texi (Marker Insertion Types): Minor change.
8408         * locals.texi (Standard Buffer-Local Variables):
8409         * commands.texi (Interactive Codes, Using Interactive):
8410         * functions.texi (Related Topics): Fix xrefs.
8412 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8414         * lists.texi (Sets And Lists): Update description of delete-dups.
8416 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8418         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8420 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
8422         * frames.texi (Parameter Access): frame-parameters arg is optional.
8423         modify-frame-parameters handles nil for FRAME.
8424         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8425         are all-or-nothing for certain toolkits.
8426         Mention parameter wait-for-wm.
8427         (Frames and Windows): In frame-first-window and frame-selected-window
8428         the arg is optional.
8429         (Input Focus): In redirect-frame-focus the second arg is optional.
8430         (Window System Selections): Mention selection type CLIPBOARD.
8431         Mention data-type UTF8_STRING.
8432         Mention numbering of cut buffers.
8433         (Resources): Describe x-resource-name.
8435 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8437         * windows.texi (Buffers and Windows): Delete false table
8438         about all-frames.
8440         * syntax.texi (Parsing Expressions): Delete old caveat
8441         about parse-sexp-ignore-comments.
8443         * streams.texi (Output Variables): Add print-quoted.
8445         * lists.texi (Building Lists): Minor cleanup.
8447         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8449         * display.texi (Overlays): Explain overlays use markers.
8450         (Managing Overlays): Explain front-advance and rear-advance
8451         in more detail.
8453         * loading.texi (Unloading): Document unload-feature-special-hooks.
8454         Get rid of fns-NNN.el file.
8456 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8458         * help.texi (Describing Characters): Fix text-char-description
8459         example output.
8461         * edebug.texi (Using Edebug): Fix example.
8463         * debugging.texi (Internals of Debugger): Fix return value.
8465         * files.texi (Changing Files): Fix argname.
8467         * calendar.texi: Fix parens, and default values.
8469         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8470         * nonascii.texi, objects.texi, os.texi: Minor fixes.
8471         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8473         * positions.texi (Text Lines): Don't add -1 in current-line.
8475 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8477         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8479 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8481         * processes.texi (Low-Level Network): Fix a typo.
8483 2004-02-12  Kim F. Storm  <storm@cua.dk>
8485         * display.texi (Fringes): Use consistent wording.
8486         Note that window-fringe's window arg is optional.
8487         (Scroll Bars): Use consistent wording.
8489 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8491         * tips.texi (Comment Tips): Document the new conventions for
8492         commenting out code.
8494 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8496         * positions.texi (Text Lines): Add missing end defun.
8498 2004-02-07  Kim F. Storm  <storm@cua.dk>
8500         * positions.texi (Text Lines): Add line-number-at-pos.
8502 2004-02-06  John Paul Wallington  <jpw@gnu.org>
8504         * display.texi (Button Properties, Button Buffer Commands):
8505         mouse-2 invokes button, not down-mouse-1.
8507 2004-02-04  Jason Rumney  <jasonr@gnu.org>
8509         * makefile.w32-in: Sync with Makefile.in changes.
8511 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
8513         * minibuf.texi (Text from Minibuffer): Various corrections and
8514         clarifications.
8515         (Object from Minibuffer): Correct Lisp description of
8516         read-minibuffer.
8517         (Minibuffer History): Clarify description of cons values for
8518         HISTORY arguments.
8519         (Basic Completion): Various corrections and clarifications.
8520         Add completion-regexp-list.
8521         (Minibuffer Completion): Correct and clarify description of
8522         completing-read.
8523         (Completion Commands): Mention Partial Completion mode.
8524         Various other minor changes.
8525         (High-Level Completion): Various corrections and clarifications.
8526         (Reading File Names): Ditto.
8527         (Minibuffer Misc): Ditto.
8529 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8531         * strings.texi (Text Comparison): assoc-string also matches
8532         elements of alists that are strings instead of conses.
8533         (Formatting Strings): Standardize Texinfo usage.  Update index
8534         entries.
8536 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
8538         * lists.texi (Sets And Lists): Add delete-dups.
8540 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8542         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8543         special form.
8544         * macros.texi (Defining Macros): Update description of `declare',
8545         which now is a macro.
8546         (Wrong Time): Fix typos.
8548 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8550         * compile.texi (Compilation Functions): Expand descriptions of
8551         `compile-defun', `byte-compile-file', `byte-recompile-directory'
8552         and `batch-byte-compile'.  In particular, mention and describe
8553         all optional arguments.
8554         (Disassembly): Correct and clarify the description of `disassemble'.
8556 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8558         * searching.texi: Various small changes in addition to the
8559         following.
8560         (Regexp Example): Adapt to new value of `sentence-end'.
8561         (Regexp Functions): The PAREN argument to `regexp-opt' can be
8562         `words'.
8563         (Search and Replace): Add usage note for `perform-replace'.
8564         (Entire Match Data): Mention INTEGERS and REUSE arguments to
8565         `match-data'.
8566         (Standard Regexps): Update for new values of `paragraph-start'
8567         and `sentence-end'.
8569 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8571         * files.texi (Saving Buffers): Clarify descriptions of
8572         `write-contents-functions' and `before-save-hook'.
8573         Make the defvar's for `before-save-hook' and `after-save-hook'
8574         into defopt's.
8576 2004-01-07  Kim F. Storm  <storm@cua.dk>
8578         * commands.texi (Click Events): Describe new image and
8579         width/height elements of click events.
8580         (Accessing Events): Add posn-string, posn-image, and
8581         posn-object-width-height.  Change posn-object to return either
8582         image or string object.
8584 2004-01-01  Simon Josefsson  <jas@extundo.com>
8586         * hooks.texi (Standard Hooks): Add before-save-hook.
8587         * files.texi (Saving Buffers): Likewise.
8589 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8591         * frames.texi (Frames and Windows): Delete frame-root-window.
8593 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8595         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8597         * functions.texi: Various small changes in addition to the
8598         following.
8599         (What Is a Function): `functionp' returns nil for macros.
8600         Clarify behavior of this and following functions for symbol arguments.
8601         (Function Documentation): Add `\' in front of (fn @var{arglist})
8602         and explain why.
8603         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8604         Add anchor.
8605         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8607 2004-01-01  Miles Bader  <miles@gnu.org>
8609         * display.texi (Buttons): New section.
8611 2003-12-31  Andreas Schwab  <schwab@suse.de>
8613         * numbers.texi (Math Functions): sqrt reports a domain-error
8614         error.
8615         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8617 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8619         * tips.texi (Documentation Tips): Update item on hyperlinks in
8620         documentation strings.
8622         * errors.texi (Standard Errors): Various small corrections and
8623         additions.
8625         * control.texi: Various small changes in addition to the
8626         following.
8627         (Signaling Errors): Provide some more details on how `signal'
8628         constructs the error message.  Add anchor to the definition of
8629         `signal'.
8630         (Error Symbols): Describe special treatment of `quit'.
8631         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8632         to emphasize that it has to be a single form.
8634         * buffers.texi: Add anchor.
8636 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8638         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8639         (Window Configurations): Add window-configuration-frame.
8641         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8643         * text.texi (Examining Properties): Add get-char-property-and-overlay.
8644         Change arg name in get-char-property.
8645         (Special Properties): Update handling of keymap property.
8647         * strings.texi (Modifying Strings): Add clear-string.
8648         (Text Comparison): Add assoc-string and remove
8649         assoc-ignore-case, assoc-ignore-representation.
8651         * os.texi (Time of Day): Add set-time-zone-rule.
8653         * numbers.texi (Math Functions): asin, acos, log, log10
8654         report domain-error errors.
8656         * nonascii.texi (Converting Representations):
8657         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8658         (Encoding and I/O): Add file-name-coding-system.
8660         * modes.texi (Search-based Fontification): Explain that
8661         face specs are symbols with face names as values.
8663         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8665         * lists.texi (Building Lists): remq moved elsewhere.
8666         (Sets And Lists): remq moved here.
8667         (Association Lists): Refer to assoc-string.
8669         * internals.texi (Garbage Collection): Add memory-use-counts.
8671         * frames.texi (Frames and Windows): Add set-frame-selected-window
8672         and frame-root-window.
8674         * files.texi (Contents of Directories):
8675         Add directory-files-and-attributes.
8677         * display.texi (Refresh Screen): Add force-window-update.
8678         (Invisible Text): Explain about moving point out of invis text.
8679         (Overlay Properties): Add overlay-properties.
8680         (Managing Overlays): Add overlayp.
8681         (GIF Images): Invalid image number displays a hollow box.
8683         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8684         (Killing Buffers): Add buffer-live-p.
8686 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8688         * display.texi (Fringes): Fix typo "set-buffer-window".
8690 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8692         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8693         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8694         Add or change various xrefs and anchors.
8696         * commands.texi: Replace all occurrences of @acronym{CAR} with
8697         @sc{car}, for consistency with the rest of the Elisp manual.
8698         `car' and `cdr' are historically acronyms, but are no longer
8699         widely thought of as such.
8701         * internals.texi (Pure Storage): Mention that `purecopy' does not
8702         copy text properties.
8703         (Object Internals): Now 29 bits are used (in most implementations)
8704         to address Lisp objects.
8706         * variables.texi (Variables with Restricted Values): New node.
8708         * objects.texi (Lisp Data Types): Mention that certain variables
8709         can only take on a restricted set of values and add an xref to
8710         the new node "Variables with Restricted Values".
8712         * eval.texi (Function Indirection): Describe the errors that
8713         `indirect-function' can signal.
8714         (Eval): Clarify the descriptions of `eval-region' and `values'.
8715         Describe `eval-buffer' instead of `eval-current-buffer' and
8716         mention `eval-current-buffer' as an alias for `current-buffer'.
8717         Correct the description and mention all optional arguments.
8719         * nonascii.texi: Various small changes in addition to the
8720         following.
8721         (Converting Representations): Clarify behavior of
8722         `string-make-multibyte' and `string-to-multibyte' for unibyte all
8723         ASCII arguments.
8724         (Character Sets): Document the variable `charset-list' and adapt
8725         the definition of the function `charset-list' accordingly.
8726         (Translation of Characters): Clarify use of generic characters in
8727         `make-translation-table'.  Clarify and correct the description of
8728         the use of translation tables in encoding and decoding.
8729         (User-Chosen Coding Systems): Correct and clarify the description
8730         of `select-safe-coding-system'.
8731         (Default Coding Systems): Clarify description of
8732         `file-coding-system-alist'.
8734 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8736         * strings.texi (Text Comparison): Correctly describe when two
8737         strings are `equal'.  Combine and clarify descriptions of
8738         `assoc-ignore-case' and `assoc-ignore-representation'.
8740         * objects.texi (Non-ASCII in Strings): Clarify description of
8741         when a string is unibyte or multibyte.
8742         (Bool-Vector Type): Update examples.
8743         (Equality Predicates): Correctly describe when two strings are
8744         `equal'.
8746 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8748         * lists.texi (Building Lists): `append' no longer accepts integer
8749         arguments.  Update the description of `number-sequence' to reflect
8750         recent changes.
8751         (Sets And Lists): Describe `member-ignore-case' after `member'.
8753 2003-11-27  Kim F. Storm  <storm@cua.dk>
8755         * commands.texi (Click Events): Click object may be an images.
8756         Describe (dx . dy) element of click positions.
8757         (Accessing Events): Remove duplicate posn-timestamp.
8758         New functions posn-object and posn-object-x-y.
8760 2003-11-23  Kim F. Storm  <storm@cua.dk>
8762         * commands.texi (Click Events): Describe enhancements to event
8763         position lists, including new text-pos and (col . row) items.
8764         Mention left-fringe and right-fringe area events.
8765         (Accessing Events): New functions posn-area and
8766         posn-actual-col-row.  Mention posn-timestamp.  Mention that
8767         posn-point in non-text area still returns buffer position.
8768         Clarify posn-col-row.
8770 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
8772         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8773         * anti.texi (File Attributes): Describe removed parameter
8774         ID-FORMAT.
8776 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8778         * positions.texi (Positions): Mention that, if a marker is used as
8779         a position, its buffer is ignored.
8781         * markers.texi (Overview of Markers): Mention it here too.
8783 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
8785         * numbers.texi (Numeric Conversions): Not just `floor', but also
8786         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8788 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
8790         * markers.texi (Creating Markers): Specify insertion type of
8791         created markers.  Add xref to `Marker Insertion Types'.
8792         Second argument to `copy-marker' is optional.
8793         (Marker Insertion Types): Mention that most markers are created
8794         with insertion type nil.
8795         (The Mark): Correctly describe when `mark' signals an error.
8796         (The Region): Correctly describe when `region-beginning' and
8797         `region-end' signal an error.
8799 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
8801         * hash.texi (Creating Hash): Clarify description of `eql'.
8802         `makehash' is obsolete.
8803         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8805         * positions.texi (Point): Change description of `buffer-end', so
8806         that it is also correct for floating point arguments.
8807         (List Motion): Correct argument lists of `beginning-of-defun' and
8808         `end-of-defun'.
8809         (Excursions): Add xref to `Marker Insertion Types'.
8810         (Narrowing): Argument to `narrow-to-page' is optional.
8812 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
8814         * streams.texi (Output Streams): Clarify behavior of point for
8815         marker output streams.
8817 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
8819         * variables.texi (Defining Variables): Second argument to
8820         `defconst' is not optional.
8821         (Setting Variables): Mention optional argument APPEND to
8822         `add-to-list'.
8823         (Creating Buffer-Local): Expand description of
8824         `make-variable-buffer-local'.
8825         (Frame-Local Variables): Expand description of
8826         `make-variable-frame-local'.
8827         (Variable Aliases): Correct description of optional argument
8828         DOCSTRING to `defvaralias'.  Mention return value of
8829         `defvaralias'.
8830         (File Local Variables): Add xref to `File variables' in Emacs
8831         Manual.  Correct description of `hack-local-variables'.  Mention
8832         `safe-local-variable' property.  Mention optional second argument
8833         to `risky-local-variable-p'.
8835 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
8837         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8839 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8841         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8842         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8843         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8844         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8845         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8846         lispref/processes.texi, lispref/searching.texi,
8847         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8848         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8849         @acronym{FOO}.
8851 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
8853         * strings.texi (Creating Strings): Argument START to `substring'
8854         can not be `nil'.  Expand description of
8855         `substring-no-properties'.  Correct description of `split-string',
8856         especially with respect to empty matches.  Prevent very bad line
8857         break in definition of `split-string-default-separators'.
8858         (Text Comparison): `string=' and `string<' also accept symbols as
8859         arguments.
8860         (String Conversion): More completely describe argument BASE in
8861         `string-to-number'.
8862         (Formatting Strings): `%s' and `%S' in `format' do require
8863         corresponding object.  Clarify behavior of numeric prefix after
8864         `%' in `format'.
8865         (Case Conversion): The argument to `upcase-initials' can be a
8866         character.
8868 2003-10-27  Kenichi Handa  <handa@m17n.org>
8870         * display.texi (Fontsets): Fix texinfo usage.
8872 2003-10-25  Kenichi Handa  <handa@m17n.org>
8874         * display.texi (Fontsets): Add description of the function
8875         set-fontset-font.
8877 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
8879         * display.texi (Temporary Displays): Add xref to `Documentation
8880         Tips'.
8882         * functions.texi (Function Safety): Use inforef instead of pxref
8883         for SES.
8885 2003-10-23  Andreas Schwab  <schwab@suse.de>
8887         * Makefile.in (TEX, texinputdir): Don't define.
8888         (TEXI2DVI): Define.
8889         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8890         add $(srcdir)/index.texi.
8891         ($(infodir)/elisp): Remove index.texi dependency.
8892         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
8893         (index.texi): Remove target.
8894         (dist): Don't link $(srcdir)/permute-index.
8895         (clean): Don't remove index.texi.
8897         * permute-index, index.perm: Remove.
8898         * index.texi: Rename from index.unperm.
8900 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
8902         * tips.texi (Documentation Tips): Document new behavior for face
8903         and variable hyperlinks in Help mode.
8905 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
8907         * objects.texi (Integer Type): Update for extra bit of integer range.
8908         (Character Type): Ditto.
8910 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
8912         * numbers.texi (Integer Basics): Add index entries for reading
8913         numbers in hex, octal, and binary.
8915 2003-10-16  Lute Kamstra  <lute@gnu.org>
8917         * modes.texi (Mode Line Format): Mention force-mode-line-update's
8918         argument.
8920 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
8922         * windows.texi (Choosing Window): Fix typo.
8923         * edebug.texi (Edebug Execution Modes): Fix typo.
8925 2003-10-13  Richard M. Stallman  <rms@gnu.org>
8927         * windows.texi (Basic Windows): A window has fringe settings,
8928         display margins and scroll-bar settings.
8929         (Splitting Windows): Doc split-window return value.
8930         Clean up one-window-p.
8931         (Selecting Windows): Fix typo.
8932         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8933         (Buffers and Windows): In set-window-buffer, explain effect
8934         on fringe settings and scroll bar settings.
8935         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8936         (Choosing Window): Use defopt for pop-up-frame-function.
8937         For special-display-buffer-names, explain same-window and same-frame.
8938         Clarify window-dedicated-p return value.
8939         (Textual Scrolling): scroll-up and scroll-down can get an error.
8940         (Horizontal Scrolling): Clarify auto-hscroll-mode.
8941         Clarify set-window-hscroll.
8942         (Size of Window): Don't mention tool bar in window-height.
8943         (Coordinates and Windows): Explain what coordinates-in-window-p
8944         returns for fringes and display margins.
8945         (Window Configurations): Explain saving fringes, etc.
8947         * tips.texi (Library Headers): Clean up Documentation.
8949         * syntax.texi (Parsing Expressions): Clean up forward-comment
8950         and parse-sexp-lookup-properties.
8952         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8954         * os.texi (System Environment): Clean up text for load-average errors.
8956         * modes.texi (Hooks): Don't explain local hook details at front.
8957         Clarify run-hooks and run-hook-with-args a little.
8958         Clean up add-hook and remove-hook.
8960         * edebug.texi (Edebug Execution Modes): Clarify t.
8961         Document edebug-sit-for-seconds.
8962         (Coverage Testing): Document C-x X = and =.
8963         (Instrumenting Macro Calls): Fix typo.
8964         (Specification List): Don't index the specification keywords.
8966 2003-10-10  Kim F. Storm  <storm@cua.dk>
8968         * processes.texi (Network): Introduce make-network-process.
8970 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8972         * tips.texi (Library Headers): Fix typo.
8974 2003-10-07  Juri Linkov  <juri@jurta.org>
8976         * modes.texi (Imenu): Mention imenu-create-index-function's
8977         default value.  Explain submenus better.
8979 2003-10-07  Lute Kamstra  <lute@gnu.org>
8981         * modes.texi (Faces for Font Lock): Fix typo.
8982         (Hooks): Explain how buffer-local hook variables can refer to
8983         global hook variables.
8984         Various minor clarifications.
8986 2003-10-06  Lute Kamstra  <lute@gnu.org>
8988         * tips.texi (Coding Conventions): Mention naming conventions for
8989         hooks.
8991 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
8993         * loading.texi (Library Search): Correct default value of
8994         load-suffixes.
8995         (Named Features): Fix typo.
8997 2003-10-05  Richard M. Stallman  <rms@gnu.org>
8999         * loading.texi (Named Features): In `provide',
9000         say how to test for subfeatures.
9001         (Unloading): In unload-feature, use new var name
9002         unload-feature-special-hooks.
9004 2003-10-03  Lute Kamstra  <lute@gnu.org>
9006         * modes.texi (Major Mode Conventions): Mention third way to set up
9007         Imenu.
9008         (Imenu): A number of small fixes.
9009         Delete documentation of internal variable imenu--index-alist.
9010         Document the return value format of imenu-create-index-function
9011         functions.
9013 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9015         * processes.texi (Network): Say what stopped datagram connections do.
9017         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9019         * display.texi (Overlay Properties): Clarify `evaporate' property.
9021 2003-09-29  Lute Kamstra  <lute@gnu.org>
9023         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9024         constructs should be marked as risky.
9025         Change cons cell into proper list.
9026         (Mode Line Variables): Change cons cell into proper list.
9028 2003-09-26  Lute Kamstra  <lute@gnu.org>
9030         * modes.texi (Mode Line Data): Document the :propertize construct.
9031         (Mode Line Variables): Reorder the descriptions of the variables
9032         to match their order in the default mode-line-format.
9033         Describe the new variables mode-line-position and mode-line-modes.
9034         Update the default values of mode-line-frame-identification,
9035         minor-mode-alist, and default-mode-line-format.
9036         (Properties in Mode): Mention the :propertize construct.
9038 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9040         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9041         * loading.texi, minibuf.texi, text.texi, variables.texi:
9042         Avoid @strong{Note:}.
9044 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9046         * keymaps.texi (Remapping Commands): Fix typo.
9048 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9050         * processes.texi (Low-Level Network): Fix typo.
9052 2003-09-23  Kim F. Storm  <storm@cua.dk>
9054         * processes.texi (Network, Network Servers): Fix typos.
9055         (Low-Level Network): Add timeout value for :server keyword.
9056         Add new option keywords to make-network-process.
9057         Add set-network-process-options.
9058         Explain how to test availability of network options.
9060 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9062         * text.texi (Motion by Indent): Arg to
9063         backward-to-indentation and forward-to-indentation is optional.
9065         * strings.texi (Creating Strings): Add substring-no-properties.
9067         * processes.texi
9068         (Process Information): Add list-processes arg QUERY-ONLY.
9069         Delete process-contact from here.
9070         Add new status values for process-status.
9071         Add process-get, process-put, process-plist, set-process-plist.
9072         (Synchronous Processes): Add call-process-shell-command.
9073         (Signals to Processes): signal-process allows process objects.
9074         (Network): Complete rewrite.
9075         (Network Servers, Datagrams, Low-Level Network): New nodes.
9077         * positions.texi (Word Motion): forward-word, backward-word
9078         arg is optional.  Reword.
9080         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9082         * variables.texi (Creating Buffer-Local):
9083         Delete duplicate definition of buffer-local-value.
9084         (File Local Variables): Explain about discarding text props.
9086 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9088         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9089         changes variables that record input events.
9090         (Minibuffer Misc): Add minibuffer-selected-window.
9092         * lists.texi (Building Lists): Add copy-tree.
9094         * display.texi (Fontsets): Add char-displayable-p.
9095         (Scroll Bars): New node.
9097 2003-09-08  Lute Kamstra  <lute@gnu.org>
9099         * modes.texi (%-Constructs): Document new `%i' and `%I'
9100         constructs.
9102 2003-09-03  Peter Runestig  <peter@runestig.com>
9104         * makefile.w32-in: New file.
9106 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9108         * display.texi (Overlay Properties): Clarify how priorities
9109         affect use of the properties.
9111 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9113         * customize.texi (Type Keywords): Correct the description of
9114         `:help-echo' in the case where `motion-doc' is a function.
9116 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9118         * modes.texi (Emulating Mode Line): Subsection, not section.
9120 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9122         * elisp.texi (Top): Update subnode lists in menu.
9124         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9125         (Kill Functions): kill-region has new arg yank-handler.
9126         (Yanking): New node.
9127         (Yank Commands): Add yank-undo-function.
9128         (Low-Level Kill Ring):
9129         kill-new and kill-append have new arg yank-handler.
9130         (Changing Properties): Add remove-list-of-text-properties.
9131         (Atomic Changes): New node.
9133         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9135         * streams.texi (Output Variables): Add eval-expression-print-length
9136         and eval-expression-print-level.
9138         * os.texi (Time Conversion): For encode-time, explain limits on year.
9140         * objects.texi (Character Type): Define anchor "modifier bits".
9142         * modes.texi (Emulating Mode Line): New node.
9143         (Search-based Fontification): Font Lock uses font-lock-face property.
9144         (Other Font Lock Variables): Likewise.
9146         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9147         not vectors.
9148         (Active Keymaps): Add emulation-mode-map-alists.
9149         (Functions for Key Lookup): key-binding has new arg no-remap.
9150         (Remapping Commands): New node.
9151         (Scanning Keymaps): where-is-internal has new arg no-remap.
9152         (Tool Bar): Add tool-bar-local-item-from-menu.
9153         Clarify when to use tool-bar-add-item-from-menu.
9155         * commands.texi (Interactive Call): commandp has new arg.
9156         (Command Loop Info): Add this-original-command.
9158 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9160         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9162         * display.texi (Warning Basics): Fix typo.
9163         (Fringes): Add closing curly bracket and fix typo.
9165         * elisp.texi (Top): Fix typo.
9167 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9169         * elisp.texi: Update lists of subnodes.
9171         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9173         * variables.texi (Local Variables): Use lc for example variable names.
9175         * tips.texi (Library Headers): Explain where to put -*-.
9177         * strings.texi (Creating Strings): Fix xref for vconcat.
9179         * sequences.texi (Vector Functions):
9180         vconcat no longer allows integer args.
9182         * minibuf.texi (Reading File Names): read-file-name has new
9183         arg PREDICATE.  New function read-directory-name.
9185         * macros.texi (Defining Macros): Give definition of `declare'.
9186         (Indenting Macros): New node.
9188         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9189         (Window Frame Parameters): Make separate table of parameters
9190         that are coupled with specific face attributes.
9191         (Deleting Frames): delete-frame-hooks renamed to
9192         delete-frame-functions.
9194         * files.texi (Magic File Names): Add file-remote-p.
9195         Clarify file-local-copy.
9197         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9198         here; instead xref Defining Macros.
9200         * display.texi (Warnings): New node, and subnodes.
9201         (Fringes): New node.
9203         * debugging.texi (Test Coverage): New node.
9205         * compile.texi (Compiler Errors): Explain with-no-warnings
9206         and other ways to suppress warnings.
9208         * commands.texi (Interactive Call): Minor clarification.
9210         * buffers.texi (Buffer File Name): set-visited-file-name
9211         renames the buffer too.
9213         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9215 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9217         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9219 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9221         * internals.texi (Garbage Collection): Fix previous change.
9223 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9225         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9227         * display.texi (Width): Use \s syntax in example.
9228         (Font Selection): Add face-font-rescale-alist.
9230         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9231         Remove spurious indent in example.
9233         * lists.texi (Building Lists): Add number-sequence.
9235         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9237         * functions.texi (Function Documentation): Explain how to
9238         show calling convention explicitly in the doc string.
9240         * windows.texi (Selecting Windows): save-selected-window saves
9241         selected window of each frame.
9242         (Window Configurations): Minor change.
9244         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9246         * streams.texi (Output Variables): Add print-continuous-numbering
9247         and print-number-table.
9249         * processes.texi (Decoding Output): New node.
9251         * os.texi (Time Conversion): decode-time arg is optional.
9253         * objects.texi (Character Type): Don't use space as example for \.
9254         Make list of char names and \-sequences correspond.
9255         Explain that \s is not used in strings.  `\ ' needs space after.
9257         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9258         (Translation of Characters): Add translation-table-for-input.
9259         (Default Coding Systems): Add auto-coding-functions.
9260         (Explicit Encoding): Add decode-coding-inserted-region.
9261         (Locales): Add locale-info.
9263         * minibuf.texi (Basic Completion): Describe test-completion.
9264         Collections can be lists of strings.
9265         Clean up lazy-completion-table.
9266         (Programmed Completion): Mention test-completion.
9267         Clarify why lambda expressions are not accepted.
9268         (Minibuffer Misc): Describe minibufferp.
9270 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9272         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9274         * windows.texi (Selecting Windows): New arg to select-window.
9275         (Selecting Windows): Add with-selected-window.
9276         (Size of Window): Add window-inside-edges, etc.
9278         * internals.texi (Garbage Collection): Add post-gc-hook.
9280         * processes.texi (Subprocess Creation): Add exec-suffixes.
9282         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9283         (Scanning Keymaps): Add map-keymaps.
9284         (Defining Menus): Add keymap-prompt.
9286         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9287         most-negative-fixnum.
9289         * compile.texi (Byte Compilation): Explain no-byte-compile.
9290         (Compiler Errors): New node.
9292         * os.texi (User Identification): user-uid, user-real-uid
9293         can return float.
9295         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9296         and about derived modes.
9297         (Minor Modes): Add minor-mode-list.
9298         (Defining Minor Modes): Keyword args for define-minor-mode.
9299         (Search-based Fontification): Explain managing other properties.
9300         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9301         (Faces for Font Lock): Add font-lock-preprocessor-face.
9302         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9304         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9305         (Variable Aliases): Clarify defvaralias.
9307         * loading.texi (Library Search): Add load-suffixes.
9309         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9310         (Programmed Completion): Add dynamic-completion-table.
9312         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9313         (Magic File Names): Specify precedence order of handlers.
9315         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9316         and post-command-hook.
9317         (Waiting): New calling convention for sit-for.
9319         * text.texi (Special Properties): local-map and keymap properties
9320         apply based on their stickiness.
9322 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9324         * modes.texi (Minor Mode Conventions): Specify only some kinds
9325         of list values as args to minor modes.
9327         * files.texi (File Name Expansion): Warn about iterative use
9328         of substitute-in-file-name.
9330         * advice.texi (Activation of Advice): Clean up previous change.
9332 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9334         * advice.texi (Activation of Advice): Note that ad-start-advice is
9335         turned on by default.
9337 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9339         * text.texi (Buffer Contents): Document current-word.
9340         (Change Hooks): Not called for *Messages*.
9342         * functions.texi (Defining Functions): Explain about redefining
9343         primitives.
9344         (Function Safety): Rename.  Minor changes.
9345         Comment out the detailed criteria for what is safe.
9347 2003-06-22  Andreas Schwab  <schwab@suse.de>
9349         * objects.texi (Symbol Type): Fix description of examples.
9351 2003-06-16  Andreas Schwab  <schwab@suse.de>
9353         * hash.texi (Creating Hash): Fix description of :weakness.
9355 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9357         * files.texi (Changing Files): copy-file copies file modes, too.
9359 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9361         * strings.texi (Creating Strings): Clarify split-string.
9363 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9365         * strings.texi (Creating Strings): Update split-string specification
9366         and examples.
9368 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9370         * elisp.texi: Correct invariant section names.
9372 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9374         * os.texi (Timers): Explain about timers and quitting.
9376 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9378         * internals.texi (Writing Emacs Primitives): Strings are
9379         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9380         Explain GCPRO convention for varargs function args.
9382 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9384         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9386 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9388         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9390 2003-02-13  Kim F. Storm  <storm@cua.dk>
9392         * objects.texi (Character Type): New \s escape for space.
9394 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9396         * os.texi (System Environment): Add cygwin system-type.
9398 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9400         * keymaps.texi: Document that a symbol can act as a keymap.
9402 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9404         * text.texi (Changing Properties): Say string indices are origin-0.
9406         * positions.texi (Screen Lines) <compute-motion>:
9407         Correct order of elts in return value.
9409         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9410         how to define a default binding.
9412 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9414         * loading.texi (Unloading): Fix recent change for load-history.
9416         * customize.texi (Simple Types): Clarify description of custom
9417         type 'number.  Describe new custom type 'float.
9419 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
9421         * variables.texi (File Local Variables): Fix typo.
9423 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9425         From Michael Albinus <Michael.Albinus@alcatel.de>.
9427         * README: Target for Info file is `make info'.
9429         * files.texi (File Name Components): Fix typos in
9430         `file-name-sans-extension'.
9431         (Magic File Names): Complete list of operations for magic file
9432         name handlers.
9434 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9436         * variables.texi (File Local Variables): New function
9437         risky-local-variable-p.
9439 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
9441         * functions.texi (Function safety): New node about unsafep.
9443 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9445         * customize.texi (Splicing into Lists): Fix example.
9446         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9448 2002-06-17  Juanma Barranquero  <lektu@terra.es>
9450         * frames.texi (Display Feature Testing): Fix typo.
9452 2002-06-12  Andreas Schwab  <schwab@suse.de>
9454         * frames.texi (Initial Parameters, Resources): Fix references to
9455         the Emacs manual.
9457 2002-05-13  Kim F. Storm  <storm@cua.dk>
9459         * variables.texi (Intro to Buffer-Local): Updated warning and
9460         example relating to changing buffer inside let.
9462 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
9464         * os.texi (Session Management): New node about X Session management.
9466 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
9468         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
9469         to which the manual corresponds, and the copyright years.
9471         * Makefile.in (VERSION): Set to 2.9.
9473 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
9475         * elisp.texi: Change the category in @dircategory to "Emacs", to
9476         make it consistent with info/dir.
9478 2001-11-25  Miles Bader  <miles@gnu.org>
9480         * text.texi (Fields): Describe new `limit' arg in
9481         field-beginning/field-end.
9483 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
9485         * permute-index: Don't depend on csh-specific features.
9486         Replace the interpreter name with /bin/sh.
9488         * two-volume-cross-refs.txt: New file.
9489         * two.el: New file.
9490         * spellfile: New file.
9492 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9494         * permute-index: New file.
9496         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9497         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9498         8+3 restricted namespace.
9500         * Makefile.in (infodir): Define relative to $(srcdir).
9501         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9502         include directories list via -I switch to makeinfo.
9503         (index.texi): Use cp if both hard and symbolic links fail.
9505 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
9507         * Makefile.in (distclean): Add.
9509         The following changes make ELisp manual part of the Emacs
9510         distribution:
9512         * Makefile.in: Add Copyright notice.
9513         (prefix): Remove.
9514         (infodir): Change value to "../info".
9515         (VPATH): New variable.
9516         (MAKE): Don't define.
9517         (texmacrodir): Don't define.
9518         (texinputdir): Append the existing value of TEXINPUTS.
9519         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
9520         command to be compatible with man/Makefile.in, and to put the
9521         output into ../info.
9522         (info): Add target.
9523         (installall): Target removed.
9525 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
9527         * tips.texi (Coding Conventions): Fix typo.
9529 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
9531         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9533 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
9535         * files.texi (File Name Components): Update the description of
9536         file-name-sans-extension and file-name-extension, as they now
9537         ignore leading dots.
9539 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9541         * (Version 21.1 released.)
9543 2001-10-19  Miles Bader  <miles@gnu.org>
9545         * positions.texi (Text Lines): Describe behavior of
9546         `beginning-of-line'/`end-of-line' in the presence of field properties.
9548 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
9550         * Makefile.in (VERSION): Set to 2.8.
9551         (manual): Use `manual-21'.
9553         * elisp.texi (VERSION): Add and use it where the version
9554         number was used.  Set it to 2.8.
9556         * intro.texi: Likewise.
9558 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9560         * files.texi (File Name Completion): Document the significance of
9561         a trailing slash in elements of completion-ignored-extensions.
9563 2001-10-06  Miles Bader  <miles@gnu.org>
9565         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9567 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9569         * variables.texi (Variable Aliases): New node.
9571 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9573         * Branch for 21.1.
9575 2001-10-02  Miles Bader  <miles@gnu.org>
9577         * minibuf.texi (Minibuffer Misc): Add entries for
9578         `minibuffer-contents', `minibuffer-contents-no-properties', and
9579         `delete-minibuffer-contents'.
9580         Correct description for `minibuffer-prompt-end'.
9582         * text.texi (Property Search): Correct descriptions of
9583         `next-char-property-change' and `previous-char-property-change'.
9584         Add entries for `next-single-char-property-change' and
9585         `previous-single-char-property-change'.
9586         Make operand names a bit more consistent.
9588 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9590         * frames.texi (Finding All Frames): Document that next-frame and
9591         previous-frame are local to current terminal.
9593 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9595         * keymaps.texi (Creating Keymaps): Fix the description of the
9596         result of make-keymap.
9598 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9600         * display.texi (Font Lookup, Attribute Functions)
9601         (Image Descriptors): Add cross-references to the definition of
9602         selected frame.
9604         * buffers.texi (The Buffer List): Add cross-references to the
9605         definition of selected frame.
9607         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9608         frame at any given time.
9609         (Multiple Displays, Size and Position): Add a cross-reference to
9610         the definition of the selected frame.
9612 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9614         * strings.texi (String Conversion) <string-to-number>: Document
9615         that a float is returned for integers that are too large.
9617         * frames.texi (Mouse Position): Document mouse-position-function.
9618         (Display Feature Testing): Document display-images-p.
9619         (Window Frame Parameters): Document the cursor-type variable.
9621         * numbers.texi (Integer Basics): Document CL style read syntax for
9622         integers in bases other than 10.
9624         * positions.texi (List Motion):
9625         Document open-paren-in-column-0-is-defun-start.
9627         * lists.texi (Sets And Lists): Document member-ignore-case.
9629         * internals.texi (Garbage Collection): Document the used and free
9630         strings report.
9631         (Memory Usage): Document strings-consed.
9633         * os.texi (Time of Day): Document float-time.
9634         (Recording Input): Document that clear-this-command-keys clears
9635         the vector to be returned by recent-keys.
9637         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9638         argument keymap can be a list.
9640         * nonascii.texi (User-Chosen Coding Systems)
9641         <select-safe-coding-system>: Document the new argument
9642         accept-default-p and the variable
9643         select-safe-coding-system-accept-default-p.  Tell what happens if
9644         buffer-file-coding-system is undecided.
9645         (Default Coding Systems): Document auto-coding-regexp-alist.
9647         * display.texi (The Echo Area) <message>: Document
9648         message-truncate-lines.
9649         (Glyphs): Document that the glyph table is unused on windowed
9650         displays.
9652         * help.texi (Describing Characters) <single-key-description>:
9653         Document the new argument no-angles.
9654         (Accessing Documentation) <documentation-property>: Document that
9655         a non-string property is evaluated.
9656         <documentation>: Document that the function-documentation property
9657         is looked for.
9659         * windows.texi (Selecting Windows): Document some-window.
9661         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9663         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9664         apropos-mode-hook.
9666         * commands.texi (Using Interactive): Document interactive-form.
9667         (Keyboard Macros): Document kbd-macro-termination-hook.
9668         (Command Loop Info): Document that clear-this-command-keys clears
9669         the vector to be returned by recent-keys.
9671 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9673         * Makefile.in (srcdir, texinputdir): New variables.
9674         (srcs, index.texi, install): Use $(srcdir).
9675         (.PHONY): Remove elisp.dvi.
9676         (elisp): Use -I switch for makeinfo.
9677         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9678         (installall, dist): Use $(srcdir).
9679         Fix path to texinfo.tex.
9680         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9682 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9684         * display.texi (Conditional Display): Adjust to API change.
9686         * configure: New file.
9688 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9690         * commands.texi (Repeat Events): Add description of
9691         double-click-fuzz.
9693 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9695         * syntax.texi (Syntax Class Table): Add the missing designator for
9696         comment and string fences.
9697         (Syntax Properties): Add a xref to syntax table internals.
9698         (Syntax Table Internals): Document string-to-syntax.
9700 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9702         * Makefile.in (install): Use install-info command line options
9703         like in Emacs' Makefile.in.
9705 2000-12-09  Miles Bader  <miles@gnu.org>
9707         * windows.texi (Window Start): Update documentation for
9708         `pos-visible-in-window-p'.
9710 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9712         * lists.texi (Building Lists): Add footnote to explain how to add
9713         to the end of a list.
9715 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
9717         * files.texi (Visiting Functions): Typos.
9719 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
9721         * files.texi (Visiting Functions): Return value of
9722         find-file-noselect may be a list of buffers if wildcards are used.
9724 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
9726         * display.texi (Defining Faces): Document `graphic' display type
9727         in face specs.
9729 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9731         * hooks.texi (Standard Hooks): Replace obsolete
9732         `after-make-frame-hook' with `after-make-frame-functions'.
9734         * frames.texi (Creating Frames): Ditto.
9736         * variables.texi (Future Local Variables): Ditto.
9738 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9740         * display.texi (Other Image Types): Add description of :foreground
9741         and :background properties of mono PBM images.
9743 2000-08-17  Werner LEMBERG  <wl@gnu.org>
9745         * .cvsignore: New file.
9747 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
9749         * tindex.pl: New script.
9751 1999-12-03  Dave Love  <fx@gnu.org>
9753         * Makefile.in (MAKEINFO): New parameter.
9755 1999-09-17  Richard Stallman  <rms@gnu.org>
9757         * Makefile.in (srcs): Add hash.texi.
9758         (VERSION): Update to 20.6.
9760 1999-09-13  Richard Stallman  <rms@gnu.org>
9762         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9764 1998-08-29  Karl Heuer  <kwzh@gnu.org>
9766         * configure.in: New file.
9767         * Makefile.in: Renamed from Makefile.
9768         (prefix, infodir): Use value obtained from configure.
9769         (emacslibdir): Obsolete variable deleted.
9770         (dist): Distribute configure.in, configure, Makefile.in.
9772 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9774         * Makefile (INSTALL_INFO): New variable.
9775         (install): Run install-info.
9777 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9779         * Makefile (elisp.dvi): Add missing backslash.
9781 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
9783         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9784         Run texindex without `./'.  Always run texindex on elisp.tp.
9785         (elisp.tps): Target deleted.
9787 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
9789         * Makefile (srcs): Add nonascii.texi and customize.texi.
9790         (dist): Start by deleting `temp'.
9792 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
9794         * Makefile (makeinfo, texindex): Targets deleted.
9795         (makeinfo.o, texindex.o): Targets deleted.
9796         (clean, dist): Don't do anything with them or with getopt*.
9798 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
9800         * Makefile (SHELL): Defined.
9802 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
9804         * Makefile (elisp.tps): New target.
9805         (elisp.dvi): Depend on elisp.tps.
9807 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9809         * README: Update phone number.
9811         * Makefile (elisp): Make this be the default target.
9812         Depend on makeinfo.c instead of makeinfo.
9813         (install): Don't depend on elisp.dvi, since we don't install that.
9814         Use mkinstalldirs.
9815         (dist): Add mkinstalldirs.
9817 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9819         * Makefile (VERSION): Update version number.
9820         (maintainer-clean): Rename from realclean.
9822 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9824         * Makefile (realclean): New target.
9825         (elisp): Remove any old elisp-* files first.
9827 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9829         * Makefile (VERSION): New variable.
9830         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9831         Compressed file suffix should be `.gz', not `.z'.
9833 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9835         * Makefile (elisp): Depend on makeinfo.
9837 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
9839         * Makefile (srcs): Add anti.texi.
9841 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9843         * Makefile (infodir, prefix): New vars.
9844         (install): Use infodir.
9845         (emacsinfodir): Delete.
9847 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9849         * Makefile (srcs): Add calendar.texi.
9851         * Makefile (dist): Copy texindex.c and makeinfo.c.
9852         Limit elisp-* files to those with one or two digits.
9854 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9856         * Makefile (dist): Change to use Gzip instead of compress.
9858 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9860         * loading.texi (Unloading): define-function changed back to
9861         defalias.  It may not stay this way, but at least it's
9862         consistent with the known-good version of the code patch.
9864 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9866         * modes.texi (Hooks): Document new optional arg of add-hook.
9868 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9870         * variables.texi: Document nil initial value of buffer-local variables.
9872         * tips.texi: Add new section on standard library headers.
9874 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9876         * Makefile (srcs): Add frame.texi to the list of sources.
9878 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9880         * Makefile (dist): Don't bother excluding autosave files; they'll
9881         never make it into the temp directory anyway, and the hash marks
9882         in the name are problematic for make and the Bourne shell.
9883         (srcs):
9885 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9887         * Makefile (dist): Don't include backup files or autosave files in
9888         the distribution tar file.
9890 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9892         * Makefile (srcs): Add index.perm.
9893         (elisp.dvi): Remove erroneous shell comment.
9894         Expect output of permute-index in permuted.fns.
9895         Save old elisp.aux in elisp.oaux.
9896         (clean): Add index.texi to be deleted.
9898 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9900         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9902 1990-06-26  David Lawrence  (tale@geech)
9904         * files.texi: Noted that completion-ignored-extensions is ignored
9905         when making *Completions*.
9907 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
9909         * Makefile  make dist now depends on elisp.dvi, since it tries
9910         to include it in the dist file.
9912 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
9914         * functions.texinfo (Mapping Functions): Add missing quote.
9916 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9918         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9919         (defunargs): Turn off \hyphenchar of \sl font temporarily.
9921 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9923         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9924         and @error{} are the terms now being used.  The files in the
9925         directory have been changed to reflect this.
9927         * All instances of @indentedresultt{} have been changed to
9928         `     @result{}', using 5 spaces at the beginning of the line.
9930 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9932         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9933         experimental @indentedresult{}, @indentedexpandsto{} are part of
9934         the texinfo.tex in this directory.  These TeX macros are not
9935         stable yet.
9937 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9939         * texinfo.tex: Temporarily added
9940                 \let\result=\dblarrow
9941                 \def\error{{\it ERROR} \longdblarrow}
9942         We need to do this better soon.
9944 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9946         * Applied Karl Berry's patches to *.texinfo files, but not to
9947         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
9948         new title page format is also not applied, since it requires
9949         texinfo.tex changes.)
9951         * Cleaned up `Makefile' and defined the `emacslibdir' directory
9952         for the Project GNU development environment.
9954 ;; Local Variables:
9955 ;; coding: utf-8
9956 ;; End:
9958   Copyright (C) 1998-2012  Free Software Foundation, Inc.
9960   This file is part of GNU Emacs.
9962   GNU Emacs is free software: you can redistribute it and/or modify
9963   it under the terms of the GNU General Public License as published by
9964   the Free Software Foundation, either version 3 of the License, or
9965   (at your option) any later version.
9967   GNU Emacs is distributed in the hope that it will be useful,
9968   but WITHOUT ANY WARRANTY; without even the implied warranty of
9969   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9970   GNU General Public License for more details.
9972   You should have received a copy of the GNU General Public License
9973   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.