Updates to Font Lock docs in Lisp manual.
[emacs.git] / doc / lispref / ChangeLog
blobfb58e04ac5375dd2a0fe48bb7abb1fbe34921fcb
1 2012-02-16  Chong Yidong  <cyd@gnu.org>
3         * modes.texi (Minor Modes): Update how mode commands should treat
4         arguments now.
5         (Mode Line Basics): Clarify force-mode-line-update.
6         (Mode Line Top): Note that the example is not realistic.
7         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
8         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
9         "mode line construct" instead of "mode line specification".
10         (Syntactic Font Lock): Remove mention of obsolete variable
11         font-lock-syntactic-keywords.
12         (Setting Syntax Properties): Node deleted.
13         (Font Lock Mode): Note that Font Lock mode is a minor mode.
14         (Font Lock Basics): Note that syntactic fontification falls back
15         on `syntax-table'.
16         (Search-based Fontification): Emphasize that font-lock-keywords
17         should not be set directly.
18         (Faces for Font Lock): Avoid some confusing terminology.
19         (Syntactic Font Lock): Minor clarifications.
21 2012-02-15  Chong Yidong  <cyd@gnu.org>
23         * minibuf.texi (Basic Completion): Define "completion table".
24         Move completion-in-region to Completion in Buffers node.
25         (Completion Commands): Use "completion table" terminology.
26         (Completion in Buffers): New node.
28         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
29         (Setting Hooks): Update minor mode usage example.
30         (Major Mode Conventions): Note that completion-at-point-functions
31         should be altered locally.  Add xref to Completion in Buffers.
32         Remove duplicate tip about auto-mode-alist.
33         (Minor Modes): Rewrite introduction.
34         (Minor Mode Conventions): Copyedits.  Don't recommend
35         variable-only minor modes since few minor modes are like that.
37 2012-02-15  Glenn Morris  <rgm@gnu.org>
39         * processes.texi (Network): Document open-network-stream :parameters.
41 2012-02-14  Chong Yidong  <cyd@gnu.org>
43         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
44         was removed on 2009-09-10.  Update lisp-mode-map example.
45         (Inheritance and Keymaps): Minor clarification.
46         (Searching Keymaps): Remove out-of-place enumeration.
47         (Key Lookup): Remove unnecessary example (one was already given in
48         Format of Keymaps).
49         (Changing Key Bindings): Update suppress-keymap example.
50         (Menu Bar, Tool Bar): Copyedits.
51         (Tool Bar): Update tool-bar-map example.
53 2012-02-12  Chong Yidong  <cyd@gnu.org>
55         * debugging.texi (Debugger Commands): Continuing is now allowed
56         for errors.
58 2012-02-11  Chong Yidong  <cyd@gnu.org>
60         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
61         Move the list of standard bitmaps there.
62         (Fringe Cursors): Rewrite for clarity.
63         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
65         * commands.texi (Command Overview): Mention read-key.
66         (Using Interactive, Interactive Call): Minor clarifications.
67         (Function Keys, Click Events): Avoid "input stream" terminology.
68         (Click Events): Add xref to Window Sizes and Accessing Mouse.
69         Clarify column and row components.
70         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
71         (Special Events): Copyedits.
73         * streams.texi (Input Streams): De-document get-file-char.
74         (Output Variables): Don't refer to old backquote syntax.
76         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
77         (Error Debugging): Note that debug-ignored-errors overrides list
78         values of debug-on-error too.  Add xref to Signaling Errors.  Note
79         that debug-on-signal is not customizable.  Mention
80         condition-case-unless-debug.
81         (Compilation Errors): Node deleted.
83         * compile.texi (Compiler Errors): Move a paragraph here from
84         deleted node Compilation Errors.
86 2012-02-10  Leo Liu  <sdl.web@gmail.com>
88         * control.texi (Handling Errors): Change condition-case-no-debug
89         to condition-case-unless-debug.
91 2012-02-10  Chong Yidong  <cyd@gnu.org>
93         * advice.texi (Defining Advice): Clarify ad-unadvise.
94         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
95         is not abnormal.
96         (Advising Primitives): Node deleted; ad-define-subr-args has been
97         removed.
99         * compile.texi (Speed of Byte-Code): Use float-time in example.
100         (Compilation Functions): Note that the log uses Compilation mode.
101         Don't discuss the contents of byte-code function object here.
102         (Compilation Functions): De-document internal function byte-code.
103         (Docs and Compilation): Minor clarifications.
105         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
106         Objects.
108 2012-02-10  Glenn Morris  <rgm@gnu.org>
110         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
111         Mention secure-hash.
112         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
114 2012-02-10  Chong Yidong  <cyd@gnu.org>
116         * loading.texi (Loading): Don't emphasize "library" terminology.
117         (Library Search): load-path is not a user option.  Mention role of
118         -L option and packages.  Improve examples.
119         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
120         obsolete.
121         (Autoload): Minor clarifications.
123 2012-02-10  Glenn Morris  <rgm@gnu.org>
125         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
127         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
129 2012-02-08  Glenn Morris  <rgm@gnu.org>
131         * loading.texi (Named Features): Update the require example.
133 2012-02-07  Glenn Morris  <rgm@gnu.org>
135         * modes.texi (Defining Minor Modes):
136         Expand on args of defined minor modes.
138 2012-02-07  Chong Yidong  <cyd@gnu.org>
140         * variables.texi (Creating Buffer-Local): Minor clarification
141         to buffer-local-variables doc (Bug#10715).
143 2012-02-07  Glenn Morris  <rgm@gnu.org>
145         * display.texi (ImageMagick Images): General update.
146         Move most details of imagemagick-render-type to the variable's doc.
148 2012-02-06  Glenn Morris  <rgm@gnu.org>
150         * keymaps.texi (Tool Bar): Mention separators.
151         (Inheritance and Keymaps):
152         Mention make-composed-keymap and multiple inheritance.
154         * modes.texi (Running Hooks): Mention run-hook-wrapped.
156         * control.texi (Handling Errors):
157         Mention condition-case-no-debug and with-demoted-errors.
159 2012-02-05  Chong Yidong  <cyd@gnu.org>
161         * customize.texi (Common Keywords): Minor clarifications.
162         Document custom-unlispify-remove-prefixes.
163         (Variable Definitions): Backquotes in defcustom seem to work fine
164         now.  Various other copyedits.
165         (Simple Types): Copyedits.  Document color selector.
166         (Composite Types): Copyedits.
167         (Splicing into Lists): Clarifications.
169         * eval.texi (Backquote): Move from macros.texi.
171         * macros.texi (Expansion): Minor clarification.
172         (Backquote): Move node to eval.texi.
173         (Defining Macros): Move an example from Backquote node.
174         (Argument Evaluation): No need to mention Pascal.
175         (Indenting Macros): Add xref to Defining Macros.
177 2012-02-05  Glenn Morris  <rgm@gnu.org>
179         * debugging.texi (Error Debugging): Mention debug-on-event default.
181 2012-02-04  Glenn Morris  <rgm@gnu.org>
183         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
185         * debugging.texi (Error Debugging): Mention debug-on-event.
186         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
188         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
190         * text.texi (Buffer Contents):
191         Update filter-buffer-substring description.
193 2012-02-04  Chong Yidong  <cyd@gnu.org>
195         * functions.texi (What Is a Function): Add closures.  Mention
196         "return value" terminology.  Add xref for command-execute.  Remove
197         unused "keystroke command" terminology.
198         (Lambda Expressions): Give a different example than in the
199         following subsection.  Add xref to Anonymous Functions.
200         (Function Documentation): Remove gratuitous markup.
201         (Function Names): Move introductory text to `What Is a Function'.
202         (Defining Functions): Fix defun argument spec.
203         (Anonymous Functions): Document lambda macro explicitly.  Mention
204         effects on lexical binding.
205         (Function Cells): Downplay direct usage of fset.
206         (Closures): New node.
207         (Inline Functions): Remove "open-code" terminology.
208         (Declaring Functions): Minor tweak; .m is not C code.
210         * variables.texi (Variables): Don't refer to "global value".
211         (Local Variables, Void Variables): Copyedits.
212         (Lexical Binding): Minor clarification of example.
213         (File Local Variables): Mention :safe and :risky defcustom args.
214         (Lexical Binding): Add xref to Closures node.
216 2012-02-04  Glenn Morris  <rgm@gnu.org>
218         * minibuf.texi (High-Level Completion): Updates for read-color.
220 2012-02-03  Glenn Morris  <rgm@gnu.org>
222         * display.texi (GIF Images): Mention animation.
223         Remove commented-out old example of animation.
224         (Animated Images): New subsection.
225         * elisp.texi (Top):
226         * vol1.texi (Top):
227         * vol2.texi (Top): Add Animated Images menu entry.
229         * display.texi (Image Formats): Remove oddly specific information
230         on versions of image libraries.
231         (GIF Images, TIFF Images): Minor rephrasing.
233 2012-02-02  Glenn Morris  <rgm@gnu.org>
235         * processes.texi (Synchronous Processes):
236         Mention call-process's :file gets overwritten.
238         * commands.texi (Reading One Event):
239         * help.texi (Help Functions): Document read-char-choice.
241         * hooks.texi (Standard Hooks):
242         * modes.texi (Keymaps and Minor Modes):
243         * text.texi (Commands for Insertion): Document post-self-insert-hook.
245         * hooks.texi (Standard Hooks): Add prog-mode-hook.
247         * hooks.texi (Standard Hooks):
248         * modes.texi (Major Mode Conventions, Mode Hooks):
249         Document change-major-mode-after-body-hook.
251 2012-02-01  Glenn Morris  <rgm@gnu.org>
253         * modes.texi (Defining Minor Modes):
254         Mention disabling global minor modes on a per-major-mode basis.
256 2012-01-31  Chong Yidong  <cyd@gnu.org>
258         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
259         (Parser State): Remove unnecessary statement (Bug#10661).
261         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
263 2012-01-31  Glenn Morris  <rgm@gnu.org>
265         * modes.texi (Defining Minor Modes):
266         Document define-minor-mode's new :variable keyword.
268 2012-01-29  Chong Yidong  <cyd@gnu.org>
270         * syntax.texi (Syntax Class Table): Tweak description of newline
271         char syntax (Bug#9619).
273         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
274         description (Bug#10189).
276 2012-01-29  Glenn Morris  <rgm@gnu.org>
278         * files.texi (Changing Files): Document SELinux support.
280         * windows.texi (Window Sizes): Fix typo.
282 2012-01-28  Chong Yidong  <cyd@gnu.org>
284         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
285         doc (Bug#8568).
287         * frames.texi (Input Focus): Add NORECORD arg to
288         select-frame-set-input-focus.  Clarify its role in select-frame.
290         * text.texi (Transposition): We don't use transpose-region as an
291         internal subroutine (Bug#3249).
293         * modes.texi (Example Major Modes): Update Lisp example code to
294         current sources.  Delete the old non-derived-major-mode example,
295         which has diverged badly from current sources.
297 2012-01-27  Glenn Morris  <rgm@gnu.org>
299         * makefile.w32-in (texinputdir): Fix (presumed) typo.
300         (VERSION, manual): Remove, unused.
302 2012-01-27  Chong Yidong  <cyd@gnu.org>
304         * commands.texi (Command Overview): Minor clarification (Bug#10384).
306 2012-01-26  Chong Yidong  <cyd@gnu.org>
308         * searching.texi (String Search): Document negative repeat count
309         (Bug#10507).
311 2012-01-26  Glenn Morris  <rgm@gnu.org>
313         * variables.texi (Using Lexical Binding):
314         Mention that lexical-binding should be set in the first line.
316 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
318         * macros.texi (Defining Macros): Don't claim that `declare' only
319         affects Edebug and indentation.
321 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
323         * macros.texi (Defining Macros): Slight `declare' fixup.
325 2012-01-25  Glenn Morris  <rgm@gnu.org>
327         * makefile.w32-in (texinputdir):
328         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
330 2012-01-24  Chong Yidong  <cyd@gnu.org>
332         * variables.texi (Variables, Local Variables, Void Variables):
333         Edit to make the descriptions less specific to dynamic binding.
334         (Local Variables): Default max-specpdl-size is now 1300.
335         (Defining Variables): Edits for lexical scoping.  Delete
336         information about starting docstrings with *.  De-document
337         user-variable-p.
338         (Tips for Defining): Remove an unimportant discussion of quitting
339         in the middle of a load.
340         (Accessing Variables, Setting Variables): Discuss lexical binding.
341         (Variable Scoping): Rewrite.
342         (Scope, Extent, Impl of Scope): Nodes deleted.
343         (Dynamic Binding): New node, with material from Scope, Extent, and
344         Impl of Scope nodes.
345         (Dynamic Binding Tips): Rename from Using Scoping.
346         (Lexical Binding): Rewrite.
347         (Using Lexical Binding): Rename from Converting to Lexical
348         Binding.  Convert to subsection.
350         * customize.texi (Variable Definitions): Add custom-variable-p.
351         Move user-variable-p documentation here.
353 2012-01-23  Chong Yidong  <cyd@gnu.org>
355         * strings.texi (Text Comparison): Minor qualification.
357         * lists.texi (Cons Cells): Copyedits.
358         (List Elements): Mention push.
359         (List Variables): Mention pop.
360         (Rings): Move to sequences.texi.
362         * sequences.texi (Sequence Functions): Don't repeat the
363         introduction already given in the parent.
364         (Vectors): Copyedits.
365         (Rings): Move from lists.texi.  Note that this is specific to the
366         ring package.
368         * symbols.texi (Definitions, Symbol Components): Mention variable
369         scoping issues.
370         (Plists and Alists): Copyedits.
372         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
373         correctness with lexical scoping.
374         (Eval): Copyedits.
376 2012-01-21  Chong Yidong  <cyd@gnu.org>
378         * intro.texi (A Sample Function Description): Special notation
379         used for macros too.
381         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
382         (Symbol Type): Add xref for keyword symbols.
383         (Sequence Type): Clarify differences between sequence types.
384         (Cons Cell Type): Add "linked list" index entry.
385         (Non-ASCII in Strings): Copyedits.
386         (Equality Predicates): Symbols with same name need not be eq.
388         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
389         ldexp.  Move float-e and float-pi to Math Functions node.
391 2012-01-21  Glenn Morris  <rgm@gnu.org>
393         * modes.texi (Auto Major Mode):
394         * variables.texi (File Local Variables):
395         Mention inhibit-local-variables-regexps.
397 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
399         * windows.texi (Window Configurations): Rewrite references to
400         persistent window parameters.
401         (Window Parameters): Fix description of persistent window
402         parameters.
404 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
406         * windows.texi (Window Parameters): Use @pxref.
408 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
410         * windows.texi (Window Configurations, Window Parameters):
411         Describe persistent window parameters.
413 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * variables.texi (Creating Buffer-Local): Warn against misuses of
416         make-variable-buffer-local (bug#10258).
418 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
422 2012-01-06  Chong Yidong  <cyd@gnu.org>
424         * variables.texi (Directory Local Variables): Document
425         hack-dir-local-variables-non-file-buffer.
427 2012-01-06  Glenn Morris  <rgm@gnu.org>
429         * maps.texi (Standard Keymaps): Refer to Info-edit by name
430         rather than by keybinding.
432 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
434         * frames.texi (Font and Color Parameters): Add @pxref.
436 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
438         * frames.texi (Font and Color Parameters):
439         Document w32 font backends (bug#10399).
441 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
443         * files.texi (File Attributes, Changing Files):
444         Use a more-natural notation for octal numbers.
446 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
448         * variables.texi (Variables with Restricted Values):
449         Change reference to variable (bug#10354).
451 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
453         * windows.texi (Splitting Windows): Use t instead of non-nil
454         when describing window-combination-resize.
456 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * text.texi (Special Properties): Warn against `intangible' properties
459         (bug#10222).
461 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
463         * display.texi (Truncation):
464         * text.texi (Special Properties): Describe what a stretch-glyph is
465         instead of using that term without explanation.  Make the
466         cross-references more accurate.
468         * display.texi (Usual Display): Update the description,
469         cross-references, and indexing related to display of control
470         characters and raw bytes.
472 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
474         * windows.texi (Splitting Windows): Fix description of
475         window-combination-limit.  Suggested by Eli Zaretskii.
477 2011-11-23  Chong Yidong  <cyd@gnu.org>
479         * windows.texi (Window Sizes): Move window-top-line,
480         window-left-column, and window-*-pixel-edges to Coordinates and
481         Windows node.
482         (Coordinates and Windows): Restore window-edges doc.
484 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
486         * windows.texi (Windows and Frames, Splitting Windows):
487         Fix typos.
489 2011-11-21  Chong Yidong  <cyd@gnu.org>
491         * windows.texi (Splitting Windows): Fix error in documentation of
492         window-combination-limit.
493         (Cyclic Window Ordering): Minor fixes to next-window,
494         one-window-p, and get-lru-window docs.  Don't document
495         window-list-1.
496         (Buffers and Windows): Copyedits.
497         (Choosing Window): Document special handling of special-display-*.
498         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
499         Don't document even-window-heights, which is going away.
500         Clarify which options are obeyed by which action functions.
502 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
506 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
508         * windows.texi (Resizing Windows, Splitting Windows):
509         Remove term "status" when talking about combination limits.
511 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
513         * compile.texi (Compiler Errors):
514         * help.texi (Help Functions): Fix typos.
516 2011-11-19  Chong Yidong  <cyd@gnu.org>
518         * windows.texi (Splitting Windows): Clarify role of window
519         parameters in split-window.  Shorten the example.
520         (Deleting Windows): Rewrite intro to handle internal windows.
521         Fix delete-windows-on doc.
522         (Selecting Windows): Copyedits.
524 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
526         * windows.texi (Resizing Windows, Splitting Windows)
527         (Deleting Windows): Use term window-combination-resize instead
528         of window-splits.
530 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
532         * windows.texi (Resizing Windows, Splitting Windows):
533         Rename occurrences of window-nest to window-combination-limit.
535 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
537         * intro.texi (Lisp History): Fix typo.
539 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
541         * windows.texi (Splitting Windows, Deleting Windows):
542         Remove references to splits status of windows.
544 2011-11-10  Glenn Morris  <rgm@gnu.org>
546         * buffers.texi (Read Only Buffers): Expand a bit on why
547         toggle-read-only should only be used interactively.  (Bug#7292)
549 2011-11-09  Chong Yidong  <cyd@gnu.org>
551         * windows.texi (Window Sizes): Document window-pixel-edges,
552         window-inside-pixel-edges, window-absolute-pixel-edges, and
553         window-inside-absolute-pixel-edges.
554         (Resizing Windows): shrink-window-if-larger-than-buffer works on
555         non-full-width windows.
557 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
559         * windows.texi (Resizing Windows): Rewrite documentation of
560         window-resizable.
562 2011-11-09  Chong Yidong  <cyd@gnu.org>
564         * windows.texi (Splitting Windows): Simplify example.
566 2011-11-08  Chong Yidong  <cyd@gnu.org>
568         * windows.texi (Window Sizes): Copyedits.  Document
569         window-text-height.  Remove window-min-height and window-min-width
570         discussion, referring instead to Emacs manual.
571         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
572         (Resizing Windows): Simplify introduction.  Don't document
573         enlarge-window, shrink-window, enlarge-window-horizontally, and
574         shrink-window-horizontally; they are no longer preferred for
575         calling from Lisp, and are already documented in the Emacs manual.
577 2011-11-07  Glenn Morris  <rgm@gnu.org>
579         * windows.texi (Choosing Window): Fix keybinding typo.
581 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
583         * windows.texi (Resizing Windows, Splitting Windows)
584         (Window Configurations): Use "child window" instead of
585         "subwindow".
587 2011-11-06  Chong Yidong  <cyd@gnu.org>
589         * windows.texi (Basic Windows): Clarify various definitions.
590         Treat window-normalize-* as internal; don't document them.
591         (Windows and Frames): Various clarifications, e.g. non-live
592         windows also belong to frames.  Fix window-list description.
593         Simplify window nesting example.
594         (Splitting Windows, Window Configurations):
595         Use split-window-below.
597 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
599         * windows.texi (Window Sizes): Mention in the doc string that the
600         return values of `window-body-height' and `window-body-width' are
601         in frame's canonical units.  (Bug#9949)
603 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
605         * windows.texi (Windows and Frames): Remove "iso-" infix from
606         documentation of window-iso-combined-p.
608 2011-10-26  Chong Yidong  <cyd@gnu.org>
610         * modes.texi (Running Hooks): Document with-wrapper-hook.
612 2011-10-18  Chong Yidong  <cyd@gnu.org>
614         * display.texi (Glyphless Chars): New node.
616 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
618         * text.texi (Yanking): Document yank-excluded-properties.
620         * package.texi (Packaging Basics): The commentary should say how
621         to begin using the package.
623 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
625         * windows.texi (Deleting Windows): Mention which window gets
626         selected when deleting the selected window.
628 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
630         * buffers.texi (The Buffer List): Describe how bury-buffer deals
631         with the selected window.
632         * windows.texi (Buffers and Windows): Reformulate text on how
633         replace-buffer-in-windows deals with a window.
634         (Quitting Windows): Describe how quit-window deals with a
635         standalone frame.  Describe new option frame-auto-hide-function.
637 2011-10-08  Glenn Morris  <rgm@gnu.org>
639         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
641         * positions.texi (Excursions): Update warning message.
643 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
645         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
646         Fix Emacs manual xref (Bug#9675).
648 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
650         * windows.texi (Textual Scrolling): Document scroll-up-command,
651         scroll-down-command, scroll-error-top-bottom, and the
652         scroll-command symbol property.
653         (Display Action Functions): Fix description of
654         display-buffer-pop-up-window.
656 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
658         * windows.texi (Splitting Windows): Fix typos.
660 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
662         * windows.texi (Windows and Frames, Display Action Functions)
663         (Switching Buffers): Fix some typos.
664         (Buffers and Windows): Remove reference to window-auto-delete.
665         Reword description of replace-buffer-in-windows.
666         (Window History): Fix some typos and refer to frame local buffer
667         list.
668         (Quitting Windows): New node.
669         (Window Configurations): Add descriptions of window-state-get
670         and window-state-put.
671         (Window Parameters): Describe variable ignore-window-parameters.
672         Sketch some window parameters currently in use.
673         * elisp.texi (Top): Update node listing.
675 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
677         * windows.texi (Display Action Functions)
678         (Choosing Window Options): New nodes.
680 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
682         * windows.texi (Window History): New node.  Move text here from
683         Buffers and Windows.
684         (Switching Buffers): Rename from Displaying Buffers, since we
685         don't document display-buffer here; callers changed.
686         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
687         switch-to-buffer-other-frame.  Delete duplicate
688         replace-buffer-in-windows doc.
689         (Choosing Window): Document display actions.
691 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
693         * display.texi (Forcing Redisplay): Update the description of
694         redisplay-dont-pause due to change in the default value.
696 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
698         * frames.texi (Frames and Windows): Move section and rename to
699         Windows and Frames in windows.texi.
700         * windows.texi (Windows): Restructure.
701         (Basic Windows): Rewrite.  Explain live and internal windows and
702         normalization functions.
703         (Windows and Frames): Move section here from frames.texi.
704         Describe subwindows, window combinations, window tree, and
705         corresponding functions including window-list here.
706         (Window Sizes): Rename section from Size of Window and move it
707         up in chapter.  Describe total and body sizes and the
708         corresponding functions.  Explain new semantics of
709         window-min-height/-width.
710         (Resizing Windows): Move section up in chapter.  Describe new
711         resize functions.
712         (Splitting Windows): Describe new behavior of split-window,
713         split-window-above-each-other and split-window-side-by-side.
714         Provide examples.  Describe window-nest and window-splits
715         options.
716         (Deleting Windows): Minor rewrite.
717         (Selecting Windows): Minor rewrite.
718         Describe frame-selected-window and set-frame-selected-window here.
719         (Cyclic Window Ordering): Minor rewrite.
720         Describe window-list-1.
721         (Buffers and Windows): Rewrite.  Explain a window's previous and
722         next buffers and the corresponding functions.
723         (Window Tree): Merge into Windows and Frames section.
724         * elisp.texi (Top): Update node listings for frames and windows
725         sections.
727 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
731 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733         * errors.texi (Standard Errors): Remove apparent placeholder text
734         (bug#9491).
736 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
738         * frames.texi (Management Parameters): Fix description of
739         icon-type parameter.
741 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
743         * tips.texi (Key Binding Conventions): Don't bind a key sequence
744         ending in C-g.  Suggested by Edward O'Connor.
746 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
748         * numbers.texi (Integer Basics): Add indexing for
749         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
751 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
753         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
755 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
757         * processes.texi (Network Servers): Clarify what the process
758         buffer is used for (bug#9233).
760 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
762         * lists.texi (Building Lists): Fix typo.
764 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
766         * display.texi (Basic Faces): New node.  Document new faces.
768         * modes.texi (Major Mode Conventions): Move some text there.
769         (Mode Help): Remove major-mode var, duplicated in Major Modes.
771 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
773         * modes.texi (Basic Major Modes): New node.  Callers updated.
774         (Major Modes): Document fundamental-mode and major-mode.
775         (Major Mode Basics): Node deleted; text moved to Major Modes.
776         (Derived Modes): Document derived-mode-p.
778 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
780         * files.texi (Changing Files, Create/Delete Dirs): Document new
781         arguments for delete-file, delete-directory, and copy-directory.
782         (Visiting Functions): Remove view-file; it is documented in the
783         Emacs manual.
785         * frames.texi (Layout Parameters): The defaults for the
786         menu-bar-lines and tool-bar-lines parameters depend on the mode.
788         * display.texi (Progress): Document spinner functionality.
790         * os.texi (Killing Emacs): Note that kill-emacs can be called by
791         operating system signals.  Refer to save-buffers-kill-terminal
792         instead of save-buffers-kill-emacs.
794         * objects.texi (Symbol Type): Document ## print representation.
796 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
798         * display.texi (Specified Space): Mention that `space' specs
799         influence bidi reordering.
800         (Bidirectional Display): Explain how to use `(space . PROPS)' for
801         separating fields with bidirectional content.
803 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
805         * display.texi (Bidirectional Display): Document return value in
806         buffers that are not bidi-reordered for display, and in unibyte
807         buffers.
809 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
811         * nonascii.texi (Character Properties): Document the values for
812         unassigned codepoints.
814 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
816         * nonascii.texi (Character Properties): Document use of
817         `bidi-class' and `mirroring' properties as part of reordering.
818         Provide cross-references to "Bidirectional Display".
820         * display.texi (Bidirectional Display): Document the pitfalls of
821         concatenating strings with bidirectional content, with possible
822         solutions.  Document bidi-string-mark-left-to-right.
823         Mention paragraph direction in modes that inherit from prog-mode.
824         Document use of `bidi-class' and `mirroring' properties as part of
825         reordering.
827 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
829         * modes.texi (Major Mode Conventions): Improve the documentation
830         of `mode-class' `special' modes.
832         * nonascii.texi (Character Properties): Document the `mirroring'
833         property.  Add index entries.
835         * syntax.texi (Categories): Add an example of defining a new
836         category and category table.
838         * searching.texi (Regexp Backslash): Document how to display
839         existing categories.  Mention the possibility of adding
840         categories, and add an xref to where this is described.  Add an
841         index entry.
843 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
845         * text.texi (Special Properties):
846         * display.texi (Overlay Properties): Note that mouse-face cannot
847         change the text size (Bug#8530).
849 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
851         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
852         using setenv instead.
854 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
856         * display.texi (Bidirectional Display): Document the fact that
857         bidi-display-reordering is t by default.
859 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
861         * display.texi (Bidirectional Display): New section.
863 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864             Tim Cross  <theophilusx@gmail.com>  (tiny change)
865             Glenn Morris   <rgm@gnu.org>
867         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
869 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
871         * help.texi (Keys in Documentation): Revert last change.
873 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875         * help.texi (Keys in Documentation): Clarify that \= only quotes
876         the next character, and doesn't affect longer sequences in
877         particular (bug#8935).
879         * debugging.texi (Using Debugger):
880         Mention @code{eval-expression-debug-on-error} (bug#8549).
882 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
884         * display.texi (Other Display Specs): Document that `left-fringe'
885         and `right-fringe' display specifications are of the "replacing"
886         kind.
888 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890         * help.texi (Documentation Basics): Add a link to the Function
891         Documentation node (bug#6580).
893 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895         * keymaps.texi (Menu Bar): Mention :visible and :enable
896         (bug#6344).  Text by Drew Adams.
898         * modes.texi (Running Hooks): Mention buffer-local hook variables
899         (bug#6218).
901         * objects.texi (General Escape Syntax): "a with grave accent" is
902         ?xe0, not ?x8e0 (bug#5259).
904 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
906         * display.texi (Face Attributes, Font Selection): Add references
907         to the Fonts node in the Emacs manual (Bug#4178).
909 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
911         * display.texi (Window Systems): `window-system' is
912         terminal-local.
914         * frames.texi (Frame Parameters, Parameter Access): Don't mention
915         frame-local variables.
917         * variables.texi (Buffer-Local Variables): Don't mention obsolete
918         frame-local variables.
919         (Frame-Local Variables): Node deleted.
921         * elisp.texi (Top): Update node listing.
923 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925         * elisp.texi: Change "inferiors" to "subnodes" in three places
926         (bug#3523).
928 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
930         * frames.texi (Window System Selections): Discussion of
931         x-select-enable-clipboard moved to Emacs manual.
933 2011-07-11  Deniz Dogan  <deniz@dogan.se>
935         * commands.texi (Prefix Command Arguments): Remove excessive
936         apostrophe.
938 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
941         description is a string (bug#3313).
943         * frames.texi (Display Feature Testing): Try to explain what all
944         the visual classes mean (bug#3042).
946 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948         * modes.texi (Mode Line Variables): Document `mode-line-remote'
949         and `mode-line-client' (bug#2974).
951         * text.texi (Insertion): Clarify marker movements (bug#1651).
952         Text from Drew Adams.
954 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956         * text.texi (Special Properties): Clarify the format of `face'
957         (bug#1375).
959         * commands.texi (Interactive Call): Add a `call-interactively'
960         example (bug#1010).
962 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964         * functions.texi (Calling Functions): Link to the "Interactive
965         Call" node (bug#1001).
967 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
969         * customize.texi (Composite Types): Move alist and plist to here
970         from Simple Types (Bug#7545).
972         * elisp.texi (Top): Update menu description.
974         * display.texi (Face Attributes): Document negative line widths
975         (Bug#6113).
977 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
979         * searching.texi (Match Data): Note that match data can be
980         overwritten by most functions (bug#2499).
982 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
985         flags mean (bug#6659).
987         * functions.texi (What Is a Function): Document the autoload
988         object (bug#6496).
990 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
993         is only used in the Customize user interface (bug#6089).
995         * display.texi (Showing Images): Mention the point of sliced
996         images (bug#7836).
998 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1000         * variables.texi (Defining Variables, Void Variables)
1001         (Constant Variables): Fix incorrect usage of @kindex.
1003 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005         * variables.texi (Defining Variables): Add an index entry for
1006         `set-variable' (bug#7262).
1007         (Defining Variables): Use @findex for functions.
1009         * frames.texi (Basic Parameters): Document the `explicit-name'
1010         parameter (bug#6951).
1012         * customize.texi (Type Keywords): Clarify that :value provides a
1013         default value for all types (bug#7386).
1015         * streams.texi (Output Functions): Document `pp'.
1017 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1019         * keymaps.texi (Searching Keymaps):
1020         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1021         change.  Suggested by Johan Bockgård.
1023 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1025         * text.texi (Special Properties): Clarify role of font-lock-face.
1027 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029         * processes.texi (Process Information): Rename `process-alive-p'
1030         to `process-live-p' for consistency with other `-live-p' functions.
1032 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1034         Document wide integers better.
1035         * files.texi (File Attributes): Document ino_t values better.
1036         ino_t values no longer map to anything larger than a single cons.
1037         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1038         (Bitwise Operations):
1039         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1040         to read, and that will port better if 62-bits becomes the default.
1041         Fix or remove incorrect examples.
1042         * os.texi (Time Conversion): Document time_t values better.
1044 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046         * processes.texi (Process Information):
1047         Document `process-alive-p'.
1049 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1051         * help.texi (Accessing Documentation):
1052         * display.texi (Pixel Specification):
1053         * processes.texi (Serial Ports, Serial Ports):
1054         * nonascii.texi (Character Properties, Default Coding Systems):
1055         * text.texi (Changing Properties, Special Properties):
1056         * windows.texi (Window Start and End):
1057         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1058         * keymaps.texi (Searching Keymaps, Tool Bar):
1059         * minibuf.texi (Basic Completion):
1060         * compile.texi (Eval During Compile):
1061         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1062         7x9 paper in printed manual.
1064         * lists.texi (Sets And Lists): Fix misplaced text.
1066 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1068         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1069         needs to be active (Bug#8350).
1071 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1073         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1075         * tips.texi (Coding Conventions): Remove antediluvian filename
1076         limit recommendation (Bug#8538).
1078 2011-05-27  Glenn Morris  <rgm@gnu.org>
1080         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1082 2011-05-26  Glenn Morris  <rgm@gnu.org>
1084         * variables.texi (File Local Variables):
1085         Update hack-local-variables `mode-only' return value.
1086         Add some more details on what this function does in the other case.
1088 2011-05-19  Glenn Morris  <rgm@gnu.org>
1090         * lists.texi (Sets And Lists): Mention cl provides union etc.
1092 2011-05-19  Nix  <nix@esperi.org.uk>
1094         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1096         * text.texi (Parsing HTML): Update for function name changes.
1098         * syntax.texi (Syntax Flags): Small fix.
1100         * keymaps.texi (Active Keymaps): Typo fix.
1101         (Changing Key Bindings): Grammar fix.
1103         * frames.texi (Minibuffers and Frames): Grammar fix.
1104         (Window System Selections): x-select-enable-clipboard now defaults to t.
1106         * customize.texi (Common Keywords):
1107         * display.texi (Abstract Display):
1108         * modes.texi (Auto-Indentation):
1109         * nonascii.texi (Converting Representations): Typo fixes.
1111         * control.texi (Examples of Catch): Call it "goto" not "go to".
1113 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1115         * nonascii.texi (Character Properties): Fix inconsistencies with
1116         implementation.
1118         * text.texi (Special Properties): Move @defvar's out of the
1119         @table.  (Bug#8652)
1121 2011-05-12  Glenn Morris  <rgm@gnu.org>
1123         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1125 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1128         (Multiline Font Lock):
1129         * vol2.texi (Top):
1130         * vol1.texi (Top):
1131         * elisp.texi (Top): Update menu accordingly.
1133 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1135         * modes.texi (Region to Fontify): Fix typo.
1137 2011-05-10  Jim Meyering  <meyering@redhat.com>
1139         * minibuf.texi: Fix typo "in in -> in".
1141 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1143         * numbers.texi (Integer Basics): Large integers are treated as floats.
1145 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147         * processes.texi (Synchronous Processes): Document the (:file
1148         "/file-name") syntax for `call-process'.
1150 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1152         * windows.texi (Choosing Window): Fix typo.
1154 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1156         * frames.texi (Layout Parameters): Note the difference between
1157         querying and setting parameters for left-fringe and right-fringe
1158         (Bug#6930).
1160 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * minibuf.texi (Basic Completion): Be a bit more precise about the
1163         valid kinds of completion tables.
1164         (Programmed Completion): Remove obsolete text about lambda expressions
1165         not being valid completion tables.
1167 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1169         * positions.texi (Excursions): Explain the "save-excursion
1170         defeated by set-buffer" warning.
1172         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1173         save-excursion.  Suggested by Uday S Reddy.
1175 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1178         (Lexical Binding): New sub-section.
1180         * eval.texi (Eval): Discourage the use of `eval'.
1181         Document its new `lexical' argument.
1183 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1185         * commands.texi (Command Overview): `post-command-hook' is not reset to
1186         nil any more.
1188 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * strings.texi (String Conversion): Don't mention
1191         string-make-(uni|multi)byte (bug#8262).
1192         * nonascii.texi (Converting Representations): Fix up range.
1193         * keymaps.texi (Key Binding Commands): Update code point, avoid
1194         "unibyte character" and remove mention of unibyte bindings.
1196 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1198         * modes.texi (Operator Precedence Grammars): Don't use characters
1199         outside ISO-8859-1.
1201 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1203         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1205         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1207 2011-03-08  Glenn Morris  <rgm@gnu.org>
1209         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1210         * intro.texi (Acknowledgements): Names to UTF-8.
1211         * elisp.texi: Set documentencoding.
1213 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1215         * Version 23.3 released.
1217 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1219         * package.texi: Update index keywords.
1220         (Package Archives): New node contents.  Document package-x.el.
1222 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1224         * makefile.w32-in (srcs): Add package.texi.
1226 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1228         * package.texi (Packaging, Packaging Basics, Simple Packages)
1229         (Multi-file Packages): Expand and clarify.
1230         (Package Archives): Temporary placeholder node.
1232         * elisp.texi (Top): Update node listing.
1234         * Makefile.in (srcs): Add package.texi.
1236 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1238         * processes.texi (Synchronous Processes): Minor clarification
1239         (Bug#8149).
1241 2011-03-03  Glenn Morris  <rgm@gnu.org>
1243         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1245 2011-03-01  Glenn Morris  <rgm@gnu.org>
1247         * variables.texi (Directory Local Variables):
1248         Mention `(subdirs . nil)' alist element.
1250 2011-02-28  Glenn Morris  <rgm@gnu.org>
1252         * variables.texi (Directory Local Variables): Mention the optional
1253         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1255 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1257         * minibuf.texi (Minibuffer History): Clarify discussion of
1258         minibuffer history lists (Bug#8085).
1260 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1262         * elisp.texi: Sync @dircategory with ../../info/dir.
1264         * files.texi (Visiting Functions): Document find-file-literally,
1265         both the command and the variable.
1267         * variables.texi (Creating Buffer-Local): Explain the meaning of
1268         permanent local variables.
1270         * files.texi (Visiting Functions): Document find-file-literally,
1271         both the command and the variable.
1273         * variables.texi (Creating Buffer-Local): Explain the meaning of
1274         permanent local variables.
1276 2011-02-19  Glenn Morris  <rgm@gnu.org>
1278         * keymaps.texi (Remapping Commands): Mention how to undo it.
1280 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1282         * loading.texi (Hooks for Loading): Remove unnecessary advice
1283         about eval-after-load (Bug#7986).
1285 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1287         * commands.texi (Accessing Mouse): Note that a header line is not
1288         included in the row of posn-col-row.
1290 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1292         * modes.texi (Major Mode Conventions): Add face guidelines.
1293         (Faces for Font Lock): List faces in order of prominence.
1295 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1297         format-time-string now supports subsecond time stamp resolution
1298         * os.texi (Time Parsing): Document %N.
1300 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1302         * vol1.texi (Top):
1303         * vol2.texi (Top):
1304         * elisp.texi (Top):
1305         * display.texi (Display Property): Shorten the menu description of
1306         the "Other Display Specs" node (Bug#7816).
1308         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1309         menu item" concept index entries (Bug#7805).
1311 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1313         * makefile.w32-in (texinfodir): New variable.
1314         (usermanualdir): Remove as redundant with $(emacsdir).
1315         (MAKEINFO): Remove options, leave only program name.
1316         (MAKEINFO_OPTS): New variable.
1317         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1319 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1320             Richard Kim  <emacs18@gmail.com>
1322         * loading.texi (Library Search): Document list-load-path-shadows
1323         (Bug#7757).
1325 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1327         * searching.texi (Regexp Special): Remove outdated discussion of
1328         character sets (Bug#7780).
1330         * frames.texi (Pop-Up Menus): Document where menu title comes
1331         from (Bug#7684).
1333 2011-01-25  Glenn Morris  <rgm@gnu.org>
1335         * display.texi (Making Buttons): Mention limitation of text buttons.
1337 2011-01-23  Werner Lemberg  <wl@gnu.org>
1339         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1340         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1341         (ENVADD): New variable to control texi2dvi and texi2pdf.
1343 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1345         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1346         Emacs manual.
1348 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1350         * files.texi (Directory Names): Explain why FROM in
1351         directory-abbrev-alist should begin with \`.  (Bug#7777)
1353 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1357 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1359         * modes.texi (Emulating Mode Line): Fix last change.
1361 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1363         * modes.texi (Emulating Mode Line): Update documentation of
1364         format-mode-line according to changes that fixed bug #7587.
1366 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * modes.texi (Derived Modes): Mention prog-mode.
1370         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1371         of the key-binding-data cache since we don't use it any more.
1373 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1375         * processes.texi (Shell Arguments):
1376         * strings.texi (Creating Strings): Don't mention "shell commands";
1377         make it explicit that `split-string-and-unquote' and
1378         `combine-and-quote-strings' are mainly for working with arguments
1379         to call-process and start-process.
1381         * processes.texi (Shell Arguments): Fix documentation of
1382         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1384 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * modes.texi (Auto-Indentation): New section to document SMIE.
1387         (Major Mode Conventions):
1388         * text.texi (Mode-Specific Indent): Refer to it.
1390 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1392         * display.texi (Other Display Specs): Document left-fringe and
1393         right-fringe display specs.
1395 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1397         * backups.texi (Making Backups):
1398         * modes.texi (Example Major Modes): Use recommended coding style.
1399         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1400         define-derived-mode.  Mention completion-at-point-functions.
1402 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1404         * nonascii.texi (Converting Representations):
1405         Document byte-to-string.
1407 2010-12-08  Glenn Morris  <rgm@gnu.org>
1409         * buffers.texi (Modification Time):
1410         verify-visited-file-modtime now defaults to the current buffer.
1412 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1414         * nonascii.texi (Converting Representations): Document byte-to-string.
1416         * strings.texi (Creating Strings): Don't mention semi-obsolete
1417         function char-to-string.
1418         (String Conversion): Shorten discussion of semi-obsolete function
1419         string-to-char.  Link to Converting Representations.
1421         * objects.texi (Symbol Type):
1422         * text.texi (Near Point):
1423         * help.texi (Help Functions):
1424         * functions.texi (Mapping Functions): Use string instead of
1425         char-to-string in examples.
1427 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1429         * text.texi (Kill Functions, Kill Functions)
1430         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1431         YANK-HANDLER args.
1433         * symbols.texi (Creating Symbols): Using unintern without an
1434         obarray arg is now obsolete.
1436         * numbers.texi (Float Basics): Document float-e and float-pi.
1438         * variables.texi (Defining Variables): Change "pi" example to
1439         "float-pi".
1441 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1443         * commands.texi (Click Events): Document the values of X, Y and
1444         COL, ROW in the event's position, when the click is on the header
1445         or mode line, on the fringes, or in the margins.
1447 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1449         * customize.texi (Composite Types): Lower-case index entry.
1451         * loading.texi (How Programs Do Loading):
1452         Document load-file-name.  (Bug#7346)
1454 2010-11-17  Glenn Morris  <rgm@gnu.org>
1456         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1458 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1460         * display.texi (Usual Display): Characters with no fonts are not
1461         necessarily displayed as empty boxes.
1463 2010-10-31  Glenn Morris  <rgm@gnu.org>
1465         * maps.texi (Standard Keymaps): Update File menu description.
1467 2010-10-28  Glenn Morris  <rgm@gnu.org>
1469         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1471 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1473         * display.texi (Window Systems): Deprecate use of window-system as
1474         a predicate.
1476 2010-10-23  Glenn Morris  <rgm@gnu.org>
1478         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1479         sorted-doc.
1481 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1483         * os.texi (Dynamic Libraries): New node, with slightly modified
1484         text deleted from "Image Formats".
1485         (System Interface): Add @menu entry for "Dynamic Libraries".
1487         * display.texi (Image Formats): Remove description of
1488         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1490 2010-10-12  Glenn Morris  <rgm@gnu.org>
1492         * book-spine.texinfo: Rename to book-spine.texi.
1494 2010-10-11  Glenn Morris  <rgm@gnu.org>
1496         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1498         * Makefile.in (DVIPS): New variable.
1499         (.PHONY): Add html, ps.
1500         (html, elisp.html, ps, elisp.ps): New targets.
1501         (clean): Delete html, ps files.
1502         ($(infodir)/elisp): Remove unnecessary includes.
1504 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1506         * makefile.w32-in (emacsdir): New variable.
1507         (srcs): Add emacsver.texi.
1508         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1510 2010-10-09  Glenn Morris  <rgm@gnu.org>
1512         * Makefile.in (VPATH): Remove.
1513         (infodir): Make it absolute.
1514         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1516         * Makefile.in (dist): Anchor regexps.
1518         * Makefile.in (srcs): Put elisp.texi first.
1519         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1521         * Makefile.in (infoclean): Remove harmless, long-standing error.
1523         * Makefile.in ($(infodir)): Delete rule.
1524         (mkinfodir): New.
1525         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1527         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1528         Also copy emacsver.texi, and edit $emacsdir.
1530 2010-10-09  Glenn Morris  <rgm@gnu.org>
1532         * Makefile.in (emacsdir): New variable.
1533         (MAKEINFO): Add -I $emacsdir.
1534         (dist): Copy emacsver.texi.
1535         (srcs): Add emacsver.texi.
1537         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1538         Set EMACSVER by including emacsver.texi.
1540         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1542 2010-10-07  Glenn Morris  <rgm@gnu.org>
1544         * Makefile.in (version): New, set by configure.
1545         (clean): Delete dist tar file.
1546         (dist): Use version in tar name.
1548 2010-10-06  Glenn Morris  <rgm@gnu.org>
1550         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1551         (INSTALL_INFO): Remove unused variable.
1552         (mostlyclean, infoclean, dist): New rules.
1553         (clean): Delete dvi and pdf files.
1554         (maintainer-clean): Remove elisp.oaux, use infoclean.
1555         ($(infodir)): Add parallel build workaround.
1557 2010-10-04  Glenn Morris  <rgm@gnu.org>
1559         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1560         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1561         Fix -I typo.
1562         (clean): No 'make.out' or 'core' files.
1563         (.PHONY): Declare clean rules.
1564         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1566 2010-10-03  Glenn Morris  <rgm@gnu.org>
1568         * files.texi (File Name Components): Remove ignored section about
1569         deleted variable directory-sep-char.
1571 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1573         * files.texi (Magic File Names): New defopt
1574         remote-file-name-inhibit-cache.
1576 2010-10-02  Glenn Morris  <rgm@gnu.org>
1578         * os.texi (Killing Emacs): Hook now runs in batch mode.
1580 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * text.texi (Special Properties): Clarify when modification-hooks run.
1584 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * syntax.texi (Syntax Flags): Document new `c' flag.
1588 2010-09-09  Glenn Morris  <rgm@gnu.org>
1590         * display.texi (ImageMagick Images): General cleanup.
1592 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1594         * files.texi (Directory Names): Use \` rather than ^.
1596 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1598         * text.texi (Low-Level Kill Ring):
1599         * frames.texi (Window System Selections): Remove cut buffer
1600         documentation.
1602 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1604         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1605         Parameters", where the default fringe width is described.
1607         * frames.texi (Window Frame Parameters, Basic Parameters)
1608         (Position Parameters, Layout Parameters, Management Parameters)
1609         (Cursor Parameters, Font and Color Parameters): Add indexing for
1610         frame parameters.  (Bug#6929)
1612 2010-08-25  Tom Tromey  <tromey@redhat.com>
1614         * vol2.texi (Top): Update.
1615         * vol1.texi (Top): Update.
1616         * tips.texi (Library Headers): Mention Package-Version and
1617         Package-Requires.
1618         * package.texi: New file.
1619         * os.texi (System Interface): Update pointers.
1620         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1621         * anti.texi (Antinews): Update pointers.
1623 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1625         * processes.texi (Filter Functions): Fix last change.
1627 2010-08-24  Markus Triska  <triska@gmx.at>
1629         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1630         of `buffer-name' in the main text as well as in the example
1631         (Bug#3098).
1633 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1635         * nonascii.texi (Text Representations):
1636         * loading.texi (Loading Non-ASCII):
1637         * compile.texi (Byte Compilation): Don't mention obsolete
1638         --unibyte command-line argument.
1640 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1642         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1644 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1646         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1648 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1650         * commands.texi (Misc Events): Add cross-references to where
1651         POSITION of a mouse event is described in detail.
1653 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1655         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1657 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1659         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1660         Suggested by Štěpán Němec <stepnem@gmail.com>.
1662 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1664         * minibuf.texi (High-Level Completion): Document args of
1665         `read-buffer-function' (bug#5625).
1667 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1669         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1671 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1673         * processes.texi (Process Information): Explain process property
1674         `remote-tty'.
1676 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1678         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1679         instead of "\C-\^?" (bug#6334).
1681         * text.texi (Special Properties): Fix typo.
1683 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1685         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1686         calling sequences, which are now the standard.
1688 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1690         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1692         * commands.texi (Command Overview): Mention undo-boundary call.
1694 2010-06-23  Glenn Morris  <rgm@gnu.org>
1696         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1697         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1698         * frames.texi, functions.texi, internals.texi, keymaps.texi:
1699         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1700         * searching.texi, sequences.texi, strings.texi, syntax.texi:
1701         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1702         Untabify Texinfo files.
1704 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1706         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1708 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1710         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1712 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
1714         * searching.texi (Regexp Special): Remove obsolete information
1715         about matching non-ASCII characters, and suggest using char
1716         classes (Bug#6283).
1718 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1720         * minibuf.texi (Basic Completion): Add missing "@end defun".
1722 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1724         * minibuf.texi (Basic Completion): Document completion-boundaries.
1725         (Programmed Completion): Document the new fourth method for boundaries.
1727 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1729         * display.texi (Image Cache): Update documentation about image caching.
1731 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1733         * windows.texi (Textual Scrolling):
1734         * tips.texi (Coding Conventions):
1735         * minibuf.texi (Minibuffer History):
1736         * maps.texi (Standard Keymaps):
1737         * loading.texi (Where Defined):
1738         * edebug.texi (Instrumenting): Fix typos.
1740 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1742         * keymaps.texi (Menu Bar): Document :advertised-binding property.
1744         * functions.texi (Obsolete Functions):
1745         Document set-advertised-calling-convention.
1747         * minibuf.texi (Basic Completion): Document completion-in-region.
1748         (Programmed Completion): Document completion-annotate-function.
1750         * commands.texi (Reading One Event): Document read-key.
1751         (Distinguish Interactive): Document KIND arg to
1752         called-interactively-p.  Delete obsolete interactive-p.
1754         * elisp.texi (Top): Update node description.
1756 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1758         * nonascii.texi (Character Properties):
1759         Document unicode-category-table.  Add an index entry for Unicode
1760         general category.
1762 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1764         * Version 23.2 released.
1766 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1768         * locals.texi (Standard Buffer-Local Variables):
1769         Remove @ignore'd reference to `direction-reversed'.
1771 2010-04-14  Juri Linkov  <juri@jurta.org>
1773         Fix @deffn without category.
1775         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1776         for `abbrev-insert'.
1778         * buffers.texi (Indirect Buffers): Add category `Command'
1779         to @deffn of `clone-indirect-buffer'.
1781         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1782         for `next-window' and `previous-window'.  Add category `Command'
1783         to @deffn of `pop-to-buffer'.
1785 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
1787         * nonascii.texi (Text Representations): Don't mark
1788         enable-multibyte-characters as a user option.
1790 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1792         * control.texi (Handling Errors): How to re-throw a signal caught
1793         by condition-case.
1795 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
1797         * loading.texi (Hooks for Loading): Document after-load-functions.
1798         Copyedits.
1800 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1802         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
1804 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1806         * processes.texi (Network Processes): Document seqpacket type.
1808 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1810         * os.texi (System Environment): Do not mention lynxos.
1812 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1814         * Branch for 23.2.
1816 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1818         * objects.texi (Integer Type): Take note of the read syntax
1819         exception for numbers that cannot fit in the integer type.
1821 2010-03-03  Glenn Morris  <rgm@gnu.org>
1823         * numbers.texi (Integer Basics, Bitwise Operations):
1824         * objects.texi (Integer Type): Update for integers now being 30-bit.
1826 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1828         * display.texi (Low-Level Font): Document :otf font-spec property.
1830 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * display.texi (Line Height): Avoid obsolete special default variables
1833         like default-major-mode.
1835 2010-01-28  Alan Mackenzie  <acm@muc.de>
1837         * display.texi (Auto Faces): Say fontification-functions is called
1838         whether or not Font Lock is enabled.  Tidy up the wording a bit.
1840 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1842         * elisp.texi: Remove duplicate edition information (Bug#5407).
1844 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1846         * two.el (volume-header-toc-markup): Fix typos in docstring.
1848 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1850         Avoid dubious uses of save-excursions.
1851         * positions.texi (Excursions): Recommend the use of
1852         save-current-buffer if applicable.
1853         * text.texi (Clickable Text): Fix the example code which used
1854         save-excursion in a naive way which sometimes preserves point and
1855         sometimes not.
1856         * variables.texi (Creating Buffer-Local):
1857         * os.texi (Session Management):
1858         * display.texi (GIF Images):
1859         * control.texi (Cleanups): Use (save|with)-current-buffer.
1861 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1863         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
1865 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1867         * nonascii.texi (Text Representations, Character Codes)
1868         (Converting Representations, Explicit Encoding)
1869         (Translation of Characters): Use hex notation consistently.
1870         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1872 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1874         * loading.texi (Where Defined): Make it clearer that these are
1875         loaded files (Bug#5068).
1877 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1879         * minibuf.texi (Completion Styles): Document `initials' style.
1881 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1883         * frames.texi (Resources): Describe inhibit-x-resources.
1884         (Size Parameters): Copyedit.
1886         * hash.texi (Creating Hash):
1887         * objects.texi (Hash Table Type): Document the new hash table
1888         printed representation.
1890         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1891         obsolete.
1893         * processes.texi (Process Buffers):
1894         Document process-kill-buffer-query-function.
1896 2009-12-05  Glenn Morris  <rgm@gnu.org>
1898         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1899         diary-display-function, and no longer recommended to be a hook.
1900         Update for changes in the names of calendar and diary hooks.
1901         diary-print-entries-hook has changed section.
1903 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1905         * text.texi (Special Properties): More accurate description of
1906         what the `cursor' property does.
1908 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1910         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1911         mouse-wheel-down-event, the closest thing to a definition for them.
1912         * os.texi (Startup Summary): vindex inhibit-startup-message and
1913         inhibit-splash-screen.
1914         (Command-Line Arguments): vindex argv.
1915         (Suspending Emacs): vindex suspend-tty-functions and
1916         resume-tty-functions.  Don't want to index every hook, but having
1917         the programming ones is helpful.
1919 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1921         * commands.texi (Motion Events): Fix typo (Bug#4907).
1923 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1925         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1926         are affected by case-fold-search (Bug#4483).
1928 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1930         * minibuf.texi (Reading File Names): Note that read-file-name may
1931         use a graphical file dialog.
1933 2009-10-31  Glenn Morris  <rgm@gnu.org>
1935         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
1937 2009-10-16  Kevin Ryde  <user42@zip.com.au>
1939         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1940         in particular so `info-lookup-symbol' can find its docs.
1942 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1944         * variables.texi (Constant Variables): Distinguish from defconst
1945         variables.
1946         (Defining Variables): Add cindex.
1948 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1950         * os.texi (Time of Day): Clarify that the microsecond part is
1951         ignored (Bug#4637).
1953 2009-10-11  Glenn Morris  <rgm@gnu.org>
1955         * frames.texi (Size and Position): Clarify what is included in the frame
1956         height.  (Bug#4535)
1958 2009-10-10  Glenn Morris  <rgm@gnu.org>
1960         * windows.texi (Size of Window): The relationship between window and
1961         frame heights is not so simple.  (Bug#4535)
1962         Mention window-full-height-p.
1964 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1967         used from Lisp.
1969 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1971         * files.texi (Directory Names) <abbreviate-file-name>:
1972         Document that root home directories are not replaced with "~".
1974 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1976         * text.texi (Special Properties): Document the meaning of the
1977         `cursor' text property whose value is an integer.
1979 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1981         * files.texi (Magic File Names): Add `copy-directory'.
1983 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1985         * files.texi (File Attributes): Fix description of file
1986         attributes.  (Bug#4638) Update attributes of files.texi example to
1987         be more representative.
1989 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1991         * files.texi (Create/Delete Dirs): New command copy-directory.
1993 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1995         * anti.texi (Antinews):
1996         * macros.texi (Indenting Macros):
1997         * strings.texi (Creating Strings, Case Conversion):
1998         Remove duplicate words.
2000 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2002         * files.texi (Create/Delete Dirs): delete-directory has an
2003         optional parameter RECURSIVE.
2005 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * buffers.texi (Swapping Text): Minor clarification.
2009 2009-10-01  Glenn Morris  <rgm@gnu.org>
2011         * functions.texi (Declaring Functions): Mention that we also search for
2012         ".m" files in the src/ directory.
2014 2009-09-25  David Engster  <deng@randomsample.de>
2016         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2018 2009-09-22  Glenn Morris  <rgm@gnu.org>
2020         * internals.texi (Building Emacs): Mention preloaded-file-list.
2022 2009-09-14  Alan Mackenzie  <acm@muc.de>
2024         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2026 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2028         * functions.texi (Anonymous Functions): Rearrange discussion,
2029         giving usage of unquoted lambda forms first.  Mention that
2030         `function' and `#'' are no longer required (Bug#4290).
2032 2009-09-11  Alan Mackenzie  <acm@muc.de>
2034         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2035         batch mode.
2037 2009-09-01  Glenn Morris  <rgm@gnu.org>
2039         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2041 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2043         * nonascii.texi (Character Codes): Fix typos.
2045 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2047         * processes.texi (Synchronous Processes): New defvar
2048         process-file-side-effects.
2050 2009-08-25  Glenn Morris  <rgm@gnu.org>
2052         * display.texi (Fontsets): Fix typo.
2054         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2056 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * processes.texi (Asynchronous Processes): Adjust arglist of
2059         start-process-shell-command and start-file-process-shell-command.
2061 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2063         * advice.texi (Argument Access in Advice): Note that argument
2064         positions are zero-based (Bug#3932).
2066         * commands.texi (Distinguish Interactive): Minor copyedit.
2068         * display.texi (Face Attributes): Add xref to Displaying Faces for
2069         explanation of "underlying face".
2071         * customize.texi (Common Keywords): Add xref to Loading.
2073         * loading.texi (How Programs Do Loading): Add xref to Lisp
2074         Libraries node in the Emacs manual.
2076 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2078         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2080 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2082         * processes.texi (Shell Arguments): Copyedits.
2084 2009-07-18  Glenn Morris  <rgm@gnu.org>
2086         * loading.texi (Repeated Loading): Fix typo.
2088 2009-07-16  Richard Stallman  <rms@gnu.org>
2090         * buffers.texi (Swapping Text): Recommend setting
2091         write-region-annotate-functions and buffer-saved-size.
2093         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2095 2009-07-15  Glenn Morris  <rgm@gnu.org>
2097         * edebug.texi: Minor re-phrasings throughout.
2098         (Edebug Execution Modes): Sit-for affects continue mode too.
2099         (Jumping): Use `forward-sexp' rather than its keybinding.
2100         (Edebug Misc): Fix Q binding.
2101         (Edebug Eval): Remove cl version.
2102         (Printing in Edebug): Clarify print-length etc.
2103         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2104         (Specification List): Remove edebug-unwrap findex entry.
2105         (Specification Examples): defmacro is actually not the same as defun.
2106         Escape "`" in example.
2108 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2110         * markers.texi (The Mark): Document optional arg to
2111         deactivate-mark.
2113 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2115         * hooks.texi (Standard Hooks): Fix cross-references.
2117         * loading.texi (Named Features): Refer to eval-after-load.
2119 2009-07-11  Glenn Morris  <rgm@gnu.org>
2121         * Makefile.in (TEXI2PDF): New.
2122         (elisp.pdf): New target.
2124         * searching.texi (Regexp Backslash): Fix typo.
2126         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2128 2009-07-10  Glenn Morris  <rgm@gnu.org>
2130         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2132         * customize.texi (Customization Types):
2133         * display.texi (Abstract Display):
2134         * objects.texi (Character Type, String Type):
2135         Merge in some menu descriptions from elisp.texi.
2137         * hash.texi (Hash Tables):
2138         * modes.texi (Multiline Font Lock):
2139         End menu description with period.
2141 2009-07-09  Glenn Morris  <rgm@gnu.org>
2143         * back.texi: Don't hard-code texinfo location.
2145         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2146         (tex): Add texinfodir to TEXINPUTS.
2147         (elisp1med-init, elisp2med-init): Use texinfodir.
2149         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2150         (clean): Add two-volume.make intermediate files.
2152         * elisp.texi, vol1.texi, vol2.texi:
2153         Use a DATE variable with the publication date, and update it.
2154         Fix antinews menu description.
2156         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2157         Update the detailed node listing to match elisp.texi.
2159         * README: Update edition to match elisp.texi.
2161         * objects.texi (General Escape Syntax):
2162         * nonascii.texi (Character Sets):
2163         Use consistent case for "Unicode Standard".
2165         * anti.texi (Antinews):
2166         * customize.texi (Variable Definitions):
2167         * functions.texi (Declaring Functions):
2168         * nonascii.texi (Character Properties):
2169         * processes.texi (Serial Ports):
2170         * text.texi (Special Properties):
2171         * tips.texi (Coding Conventions):
2172         Minor rearrangements to improve TeX line-filling.
2174         * commands.texi (Using Interactive): Fix cross-reference.
2176 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2178         * frames.texi (Management Parameters): Mention sticky.
2180 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2182         * help.texi (Help Functions): Fix description of help-buffer and
2183         help-setup-xref to use @defun instead of @deffn.
2185 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2187         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2189 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2191         * display.texi (Window Systems): Add ns to the list.
2193 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2195         * Branch for 23.1.
2197 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2199         * windows.texi (Dedicated Windows): Fix typo.
2200         (Resizing Windows): Replace @defun by @deffn.
2202 2009-06-17  Glenn Morris  <rgm@gnu.org>
2204         * variables.texi (Directory Local Variables):
2205         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2207 2009-06-09  Kenichi Handa  <handa@m17n.org>
2209         * nonascii.texi (Character Sets): State clearly that FROM and TO
2210         are codepoints of CHARSET.
2212 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2214         * minibuf.texi (Reading File Names): Fix introductory text.
2215         Suggested by stan@derbycityprints.com.
2216         (High-Level Completion): Fix typo.
2218 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2220         * frames.texi (Text Terminal Colors): Multi-tty is already
2221         implemented, but tty-local colors are not.
2223 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2225         * hooks.texi (Standard Hooks): Remove mention of obsolete
2226         redisplay-end-trigger-functions.
2228         * internals.texi (Window Internals): Remove mention of obsolete
2229         redisplay-end-trigger-functions.
2231 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2233         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2235         * backups.texi (Making Backups): backup-directory-alist and
2236         make-backup-file-name-function are options.
2237         (Auto-Saving): auto-save-list-file-prefix is an option.
2239         * buffers.texi (Killing Buffers): buffer-offer-save is an
2240         option.
2242         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2243         option.
2244         (Echo Area Customization): echo-keystrokes is an option.
2245         (Selective Display): selective-display-ellipses is an option.
2246         (Temporary Displays): temp-buffer-show-function is an option.
2247         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2248         are options.
2249         (Font Selection): face-font-family-alternatives,
2250         face-font-selection-order, face-font-registry-alternatives, and
2251         scalable-fonts-allowed are options.
2252         (Fringe Indicators): indicate-buffer-boundaries is an option.
2253         (Fringe Cursors): overflow-newline-into-fringe is an option.
2254         (Scroll Bars): scroll-bar-mode is an option.
2256         * eval.texi (Eval): max-lisp-eval-depth is an option.
2258         * files.texi (Visiting Functions): find-file-hook is an option.
2259         (Directory Names): directory-abbrev-alist is an option.
2260         (Unique File Names): temporary-file-directory and
2261         small-temporary-file-directory are options.
2263         * frames.texi (Initial Parameters): initial-frame-alist,
2264         minibuffer-frame-alist and default-frame-alist are options.
2265         (Cursor Parameters): blink-cursor-alist and
2266         cursor-in-non-selected-windows ar options.
2267         (Window System Selections): selection-coding-system is an
2268         option.
2269         (Display Feature Testing): display-mm-dimensions-alist is an
2270         option.
2272         * help.texi (Help Functions): help-char and help-event-list are
2273         options.
2275         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2276         an option.
2278         * minibuf.texi (Minibuffer History): history-length and
2279         history-delete-duplicates are options.
2280         (High-Level Completion): read-buffer-function and
2281         read-buffer-completion-ignore-case are options.
2282         (Reading File Names): read-file-name-completion-ignore-case is
2283         an option.
2285         * modes.texi (Mode Line Top): mode-line-format is an option.
2286         (Mode Line Variables): mode-line-position and mode-line-modes
2287         are options.
2289         * nonascii.texi (Text Representations):
2290         enable-multibyte-characters is an option.
2291         (Default Coding Systems): auto-coding-regexp-alist,
2292         file-coding-system-alist, auto-coding-alist and
2293         auto-coding-functions are options.
2294         (Specifying Coding Systems): inhibit-eol-conversion is an
2295         option.
2297         * os.texi (Init File): site-run-file is an option.
2298         (System Environment): mail-host-address is an option.
2299         (User Identification): user-mail-address is an option.
2300         (Terminal Output): baud-rate is an option.
2302         * positions.texi (Word Motion): words-include-escapes is an
2303         option.
2305         * searching.texi (Standard Regexps): page-delimiter,
2306         paragraph-separate, paragraph-separate and sentence-end are
2307         options.
2309         * text.texi (Margins): left-margin and fill-nobreak-predicate
2310         are options.
2312         * variables.texi (Local Variables): max-specpdl-size is an
2313         option.
2315         * windows.texi (Choosing Window):
2316         split-window-preferred-function, special-display-function and
2317         display-buffer-function are options.
2319 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2321         Fix errors spotted by Martin Rudalics.
2323         * syntax.texi (Position Parse): Document rationale for ignored
2324         arguments to syntax-ppss-flush-cache.
2326         * processes.texi (Input to Processes): Mark PROCESS arg to
2327         process-running-child-p as optional.
2328         (Network Options): Document NO-ERROR arg to
2329         set-network-process-option.
2331         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2332         command.
2334         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2335         posix-search-backward as commands.
2337         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2338         (Suspending Emacs): Mark suspend-emacs as a command.
2339         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2340         commands.
2341         (Terminal Output): Remove obsolete function baud-rate.
2342         Document TERMINAL arg for send-string-to-terminal.
2344         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2345         terminal-coding-system and set-terminal-coding-system.
2346         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2347         as optional.
2348         (Character Sets): Document RESTRICTION arg of char-charset.
2349         (Character Codes): Mark POS argument to get-byte as optional.
2351         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2352         minibuffer-message.
2354         * files.texi (Create/Delete Dirs): Mark make-directory and
2355         delete-directory as commands.
2357         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2359         * text.texi (Base 64): Mark base64-decode-string and
2360         base64-encode-string as commands.
2361         (Columns): Mark move-to-column as a command.
2362         (Mode-Specific Indent): Document RIGID arg to
2363         indent-for-tab-command.
2364         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2365         Mark indent-code-rigidly as a command.
2366         (Substitution): Mark translate-region as a command.
2368         * frames.texi (Size and Position): Remove obsolete functions
2369         screen-height and screen-width.
2371 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2373         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2374         (Displaying Buffers, Resizing Windows): Correct mistakes;
2375         next-window, previous-window, and pop-to-buffer are not commands,
2376         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2377         Rudalics.)
2379 2009-05-17  Richard M Stallman  <rms@gnu.org>
2381         * modes.texi (Precalculated Fontification): Clarify text.
2383 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2385         * windows.texi (Selecting Windows): Clarify descriptions of
2386         with-selected-window and get-lru-window.
2387         (Cyclic Window Ordering): Refer to particular frame when talking
2388         about how splitting affects the ordering.
2389         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2390         switch-to-buffer-other-window.  Explain how setting of
2391         display-buffer-reuse-frames affects pop-to-buffer.
2392         (Choosing Window): Clarify some details in descriptions of
2393         display-buffer-reuse-frames, pop-up-frames, and
2394         pop-up-frame-function.
2395         (Dedicated Windows): Clarify some details.
2396         (Textual Scrolling): Replace term vscroll by term vertical
2397         scroll position.
2398         (Vertical Scrolling): Fix typo.
2399         (Window Hooks): Relate text on jit-lock-register to window
2400         scrolling and size changes.
2402 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2404         * frames.texi (Initial Parameters): Clarify what the initial
2405         minibuffer frame is.
2406         (Buffer Parameters): Note that the minibuffer parameter can not be
2407         altered.
2409         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2410         Document display-buffer changes.
2412 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2414         * anti.texi (Antinews): Rewrite for Emacs 22.
2416         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2417         obarrays are first mentioned.  Define "system abbrev" more
2418         prominently, and add it to the index.
2419         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2420         Copyedits.
2421         (Abbrev Expansion): Document abbrev-insert.
2423 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2425         * frames.texi (Font and Color Parameters): Rename from Color
2426         Parameters.  Document font-backend parameter.
2428         * vol2.texi (Top): Update node listing.
2429         * vol1.texi (Top): Update node listing.
2430         * elisp.texi (Top): Update node listing.
2432 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2434         * windows.texi (Choosing Window): Don't explicitly refer to
2435         split-window-sensibly's window argument in descriptions of
2436         split-height-threshold and split-width-threshold.
2438 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2440         * windows.texi (Choosing Window): Fix rewrite of window
2441         splitting section.
2443 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2445         * nonascii.texi (Default Coding Systems):
2446         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2447         Add indexing.
2448         (Lisp and Coding Systems): Add index entries.
2450 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2452         * windows.texi (Choosing Window): Describe split-window-sensibly
2453         and rewrite section on window splitting accordingly.
2454         (Textual Scrolling): Replace `...' by @code{...}.
2456 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2458         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2459         Remove obsoleted pre-abbrev-expand-hook.
2461         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2462         entries.
2464         * internals.texi (Object Internals): Don't assume 32-bit machines
2465         are the norm.
2466         (Buffer Internals): Consolidate table entries for readability.
2467         (Window Internals): Synch field names to window.h.
2468         (Process Internals): Synch field names to process.h.
2470 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2472         * variables.texi (File Local Variables): Note that read-circle is
2473         bound to nil when reading file-local variables.
2475         * streams.texi (Input Functions): Document read-circle.
2476         (Output Variables): Add xref to Circular Objects.
2478 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2480         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2481         Features and Coding System Basics.  Node that "p" stands for
2482         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2483         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2484         mouse-appearance-menu.
2485         (Programming Tips): Add xref to Progress.
2487 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2489         * os.texi (Command-Line Arguments):
2490         Document command-line-args-left.
2491         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2492         terminal objects for tty arguments.
2493         (Startup Summary): Add xref to Session Management.
2494         (Session Management): Mention emacs-session-restore.  Copyedits.
2496 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2498         * os.texi (Startup Summary): Copyedits.  The init file is not
2499         necessarily named .emacs now.  Document initial-buffer-choice and
2500         initial-scratch-message.  Note where Emacs exits in batch mode.
2501         Document inhibit-splash-screen as an alias.
2502         (Init File): Be neutral about which init file name to use.
2504 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2506         * os.texi (System Interface): Fix Texinfo usage.
2508 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2510         * searching.texi (Regexp Backslash): Also refer to shy groups as
2511         non-capturing or unnumbered groups.
2512         (Regexp Functions): Add cross-reference to Regexp Backslash.
2514         * display.texi (Truncation): Overlays can use line-prefix and
2515         wrap-prefix too.
2516         (Overlay Properties): Document wrap-prefix and line-prefix.
2517         (Face Attributes): Document underline-minimum-offset.
2518         (Face Remapping): Copyedits.
2519         (Low-Level Font): Copyedits.
2520         (Image Cache): Note that the image cache is shared between frames.
2521         (Line Height): Emphasize that line-spacing only takes effect on
2522         graphical terminals.
2524 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2526         * display.texi (Refresh Screen): Note that a passage about screen
2527         refreshing is text terminal only.
2528         (Forcing Redisplay): Delete misleading comment---sit-for calls
2529         redisplay, not the other way around.
2530         (Truncation): Note new values of truncate-partial-width-windows.
2531         Copyedits.
2532         (Invisible Text): Document invisible-p.
2534 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2536         * display.texi (Overlays): Overlays don't scale well.  See
2537         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2539 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2541         * syntax.texi (Syntax Table Functions): Document cons cell
2542         argument for modify-syntax-entry.
2543         (Categories): Document cons cell argument for
2544         modify-category-entry.
2546         * searching.texi (String Search): Document word-search-forward-lax
2547         and word-search-backward-lax.
2548         (Searching and Case): Describe isearch behavior more precisely.
2550         * keymaps.texi (Tool Bar): Mention that some platforms do not
2551         support multi-line toolbars.  Suggested by Stephen Eglen.
2553         * frames.texi (Layout Parameters): Mention that Nextstep also
2554         allows only one tool-bar line.  Suggested by Stephen Eglen.
2556         * nonascii.texi (Text Representations): Copyedits.
2557         (Coding System Basics): Also mention utf-8-emacs.
2558         (Converting Representations, Selecting a Representation)
2559         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2560         Copyedits.
2561         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2563 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2565         * text.texi (Yank Commands): Note that yank uses push-mark.
2566         (Filling): Clarify REGION argument of fill-paragraph.
2567         Document fill-forward-paragraph-function.
2568         (Special Properties): Remove "new in Emacs 22" declaration.
2569         (Clickable Text): Merge with Links and Mouse-1 node.
2571         * display.texi (Button Properties, Button Buffer Commands):
2572         Change xref to Clickable Text.
2574         * tips.texi (Key Binding Conventions): Change xref to Clickable
2575         Text.
2577         * elisp.texi (Top): Update node listing.
2579 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2581         * markers.texi (The Mark): Copyedits.  Improve description of
2582         handle-shift-selection.
2583         (The Region): Move use-region-p here from The Mark.
2585         * positions.texi (Screen Lines): Document (cols . lines) argument
2586         for vertical-motion.
2588 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2590         * frames.texi (Frames): Clean up introduction.  Document `ns'
2591         return value for framep.
2592         (Creating Frames): Note how the terminal is chosen.
2593         (Multiple Terminals, Multiple Displays): Merge into a single node.
2594         (Color Parameters): Fix typo.
2596         * variables.texi (Local Variables, Buffer-Local Variables)
2597         (Creating Buffer-Local): Change link to Multiple Terminals.
2599         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2601         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2602         Terminals.
2604         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2605         to Multiple Terminals.
2607         * elisp.texi (Top): Update node listing.
2608         * vol2.texi (Top): Update node listing.
2609         * vol1.texi (Top): Update node listing.
2611         * buffers.texi (Current Buffer): Note that the append-to-buffer
2612         example is no longer in synch with the latest code.  Tie the two
2613         examples together.
2615         * files.texi (File Attributes): Move note about MS-DOS from
2616         Changing Files to File Attributes.
2617         (Create/Delete Dirs): Note that mkdir is an alias for this.
2619 2009-04-01  Markus Triska  <triska@gmx.at>
2621         * processes.texi (Filter Functions): Suggest how to handle output
2622         batches.
2624 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2626         * help.texi (Accessing Documentation): Update example to use
2627         help-setup-xref and with-help-window.
2628         (Help Functions): Remove print-help-return-message, which is
2629         semi-obsolete due to with-help-window.  Document help-buffer and
2630         help-setup-xref.
2632 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2634         * help.texi (Accessing Documentation, Help Functions):
2635         Remove information about long-obsolete Emacs versions.
2637         * modes.texi (Mode Line Variables): The default values of the mode
2638         line variables are now more complicated.
2640 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2642         * modes.texi (Major Mode Conventions): Note that specialness is
2643         inherited.
2644         (Derived Modes): Note that define-derive-mode sets the mode-class
2645         property.
2647         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2648         goto-map.  Add search-map to the list.
2650 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2652         * os.texi (System Environment): Update the list of system-type
2653         values.
2655         * markers.texi (The Mark) <handle-shift-selection>: Update for
2656         removal of the optional argument DEACTIVATE.
2658 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2660         * commands.texi (Focus Events): Most X window managers don't use
2661         focus-follows-mouse nowadays.
2663 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2665         * commands.texi (Defining Commands): Clarify introduction.
2666         (Using Interactive): Not that interactive can be put in a symbol
2667         property.
2668         (Interactive Call): Note that a symbol with a non-nil
2669         interactive-form property satisfies commandp.
2671 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2673         * minibuf.texi (Intro to Minibuffers): Fix typos.
2675 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2677         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2678         about minibuffers in old Emacs versions.  Copyedits.
2679         Emphasize that enable-recursive-minibuffers defaults to nil.
2680         (Text from Minibuffer): Simplify introduction.
2682 2009-03-22  Alan Mackenzie  <acm@muc.de>
2684         * commands.texi (Using Interactive): Clarify string argument to
2685         `interactive' - even promptless elements need \n separators.
2687 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2689         * minibuf.texi (Completion Styles): New node.
2691         * elisp.texi (Top): Update node listing.
2693 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2695         * minibuf.texi (Basic Completion): Note that
2696         read-file-name-completion-ignore-case and
2697         read-buffer-completion-ignore-case can override
2698         completion-ignore-case.
2699         (Minibuffer Completion): Document completing-read changes.
2700         (Completion Commands): Avoid mentioning partial completion mode.
2701         Document minibuffer-completion-confirm changes, and
2702         minibuffer-confirm-exit-commands.
2703         (High-Level Completion): Document new require-match behavior for
2704         read-buffer.  Document read-buffer-completion-ignore-case.
2705         (Reading File Names): Document new require-match behavior for
2706         read-file-name.
2708 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
2710         * debugging.texi (Error Debugging): Don't mislead the reader into
2711         thinking that debug-on-error enters debugger for C-f at EOB.
2712         (Error Debugging): Setting debug-on-init within the init file
2713         works, and has for some time.
2715 2009-03-13  Kenichi Handa  <handa@m17n.org>
2717         * display.texi (Fontsets): Update the description.
2719 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
2721         * advice.texi (Advising Primitives): Link to What Is a Function.
2723 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
2725         * compile.texi (Speed of Byte-Code): Update example.
2726         (Disassembly): Update examples.
2728         * loading.texi (Repeated Loading): Simplify examples.
2730         * customize.texi (Common Keywords): It's not necessary to use :tag
2731         to remove hyphens, as custom-unlispify-tag-name does it
2732         automatically.
2733         (Variable Definitions): Link to File Local Variables.
2734         Document customized-value symbol property.
2735         (Customization Types): Move menu to end of node.
2737 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
2739         * macros.texi (Compiling Macros): Omit misleading sentence, which
2740         implied that macros can only be used in the same file they are
2741         defined.
2742         (Backquote): Remove obsolete information about Emacs 19.
2744 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
2746         * display.texi (Display Margins): Fix paren typo.
2748 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
2750         * elisp.texi (Top): Update node listing.
2752         * variables.texi (Variables): Clarify introduction.
2753         (Global Variables): Mention that setq is a special form.
2754         (Local Variables): Use active voice.
2755         (Tips for Defining): Mention marking variables as safe.
2756         (Buffer-Local Variables): Mention terminal-local and frame-local
2757         variables together.
2758         (File Local Variables): Copyedits.
2759         (Frame-Local Variables): Note that they are not really useful.
2760         (Future Local Variables): Node deleted.
2762         * objects.texi (General Escape Syntax): Update explanation of
2763         Unicode escape syntax.
2765 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2767         * control.texi (Control Structures): Add cindex entry for "textual
2768         order".
2770         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
2771         instead of "expression" throughout.
2772         (Function Indirection): Copyedits.  Use active voice.
2773         (Eval): The default value of max-lisp-eval-depth is now 400.
2775 2009-02-23  Miles Bader  <miles@gnu.org>
2777         * processes.texi (System Processes): Rename `system-process-attributes'
2778         to `process-attributes'.
2780 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2782         * symbols.texi (Property Lists): Emphasize that property lists are
2783         not restricted to symbol cells.
2784         (Other Plists): Copyedit.
2786         * sequences.texi (Sequences Arrays Vectors): Make introduction
2787         more concise.
2788         (Arrays): Mention char-tables and bool-vectors too.
2789         (Vectors): Don't repeat information given in Arrays node.  Link to
2790         nodes that explain the vector usage examples.
2791         (Char-Tables): Note that char-table elements can have arbitrary
2792         type.  Explain effect of omitted char-table-extra-slots property.
2793         Link to Property Lists node.
2795 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2797         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2798         `append'.
2799         (List Elements): Copyedits.
2801         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2802         of `vconcat'.
2804         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
2805         Emacs 20 usage of `concat'.
2806         (Case Conversion): Copyedits.
2808 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2810         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2811         Minor edits.
2812         (Frame Configuration Type): Emphasize that it is not primitive.
2813         (Font Type): New node.
2814         (Type Predicates): Add fontp; type-of now recognizes font object
2815         types.
2817         * intro.texi (Version Info): Update version numbers in examples.
2818         (Acknowledgements): List more contributors.
2820         * elisp.texi: Bump version number to 3.0.
2821         (Top): Link to Font Type node.
2823 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2825         * modes.texi (Major Mode Conventions): Remove duplicate words.
2826         (Customizing Keywords): Fix typo.
2828 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2830         * nonascii.texi (User-Chosen Coding Systems): Document that
2831         select-safe-coding-system suggests raw-text if there are raw bytes
2832         in the region.
2833         (Explicit Encoding): Warn not to use `undecided' when encoding.
2835 2009-02-11  Glenn Morris  <rgm@gnu.org>
2837         * frames.texi (Visibility of Frames): Mention the effect multiple
2838         workspaces/desktops can have on visibility.
2840 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2842         * text.texi (Commands for Insertion):
2843         * commands.texi (Event Mod):
2844         * keymaps.texi (Searching Keymaps):
2845         * nonascii.texi (Translation of Characters):
2846         Reinstate documentation of translation-table-for-input.
2847         (Explicit Encoding): Document the `charset' text property produced
2848         by decode-coding-region and decode-coding-string.
2850 2009-01-27  Alan Mackenzie  <acm@muc.de>
2852         * modes.texi (Search-based Fontification): Correct a typo.
2854 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
2856         * abbrevs.texi (Abbrev Table Properties): Fix typo.
2857         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2859 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2861         * display.texi (Window Systems): Document the value of
2862         `initial-window-system' under --daemon.
2864         * os.texi (System Environment): Remove description of the
2865         `environment' function which has been deleted.
2867 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2869         * frames.texi (Multiple Displays): Remove documentation for
2870         removed function make-frame-on-tty.
2872 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2874         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2875         write-region-annotate-functions.
2876         Document write-region-post-annotation-function.
2878 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2880         * display.texi (Font Lookup): Document WIDTH argument of
2881         x-list-fonts.
2883 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2885         * maps.texi (Standard Keymaps): Rename function-key-map to
2886         local-function-key-map.
2888         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2889         local-function-key-map.
2891         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2892         and `set-keyboard-coding-system' now accept an optional terminal
2893         argument.
2895         * commands.texi (Event Mod): `keyboard-translate-table' is now
2896         terminal-local.
2897         (Function Keys): Rename function-key-map to
2898         local-function-key-map.
2900         * elisp.texi (Top): Make @detailmenu be consistent with changes in
2901         frames.texi.
2903         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2904         `delete-terminal-functions', `suspend-tty-functions' and
2905         `resume-tty-functions'.
2907         * frames.texi (Frames): Document `frame-terminal' and
2908         `terminal-live-p'.
2909         (Multiple Displays): Document `make-frame-on-tty'.
2910         (Multiple Terminals): Document `terminal-list', `delete-terminal',
2911         `terminal-name', and `get-device-terminal'.
2912         (Terminal Parameters): Document `terminal-parameters',
2913         `terminal-parameter', and `set-terminal-parameter'.
2915         * os.texi (System Environment): Document `environment' and
2916         `initial-environment'.
2917         (Suspending Emacs): Update for multi-tty; document
2918         `suspend-tty', `resume-tty', and `controlling-tty-p'.
2920         * nonascii.texi (Coding System Basics): More accurate description
2921         of `raw-text'.
2923 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2925         * display.texi (Low-Level Font): Fix typo.
2927 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2929         * elisp.texi (Top): Update node listing.
2931         * display.texi (PostScript Images): Node deleted.
2933 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2935         * processes.texi (Decoding Output): Document that null bytes force
2936         no-conversion for reading process output.
2938         * files.texi (Reading from Files): Document that null bytes force
2939         no-conversion when visiting files.
2941         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2943         * nonascii.texi (Lisp and Coding Systems):
2944         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2945         (Character Properties): Improve wording.
2947 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2949         * display.texi (Font Lookup): Remove obsolete function
2950         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2951         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2952         (Font Selection): Reorder order of variable descriptions.
2953         Minor clarifications.
2955         * elisp.texi (Top): Update node listing.
2957 2009-01-09  Glenn Morris  <rgm@gnu.org>
2959         * commands.texi (Command Loop Info): Say that last-command-char and
2960         last-input-char are obsolete aliases.
2962         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2963         last-input-char and last-command-char, since they are just aliases for
2964         last-input-event and last-command-event.
2966         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2967         last-command-char.
2969 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2971         * elisp.texi: Update node listing.
2973         * display.texi (Faces): Put Font Selection node after Auto Faces.
2974         (Face Attributes): Don't link to Font Lookup.
2975         Document font-family-list.
2976         (Fonts): New node.
2978 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2980         * frames.texi (Pointer Shape): Clarify that only X supports
2981         changing the standard pointer shapes.  (Bug#1485)
2983 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2985         * display.texi (Attribute Functions): Note that a function value
2986         :height is relative, and that compatibility functions work by
2987         calling set-face-attribute.
2988         (Displaying Faces): Reorder list in order of increasing priority.
2989         (Face Remapping): New node.  Content moved here from Displaying
2990         Faces.
2991         (Glyphs): Link to Face Functions.
2993 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2995         * display.texi (Faces): Don't discuss face id here.  facep does
2996         not return t.
2997         (Defining Faces): Minor clarification.
2998         (Face Attributes): Rearrange items to match docstring of
2999         set-face-attribute.  Add :foundry attribute.  Document new role of
3000         :font attribute.  Texinfo usage fix.
3001         (Attribute Functions): Copyedits.
3002         (Face Functions): Note that face number is seldom used.
3004 2009-01-05  Richard M Stallman  <rms@gnu.org>
3006         * strings.texi (Predicates for Strings): Minor clarification.
3008         * functions.texi (Function Safety): Texinfo usage fix.
3010 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3012         * objects.texi (General Escape Syntax): Fix typo.
3014 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3016         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3017         works via the default value of pop-up-frame-function.
3019 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3021         * processes.texi (System Processes): Document the `time' and
3022         `ctime' attributes of `system-process-attributes'.
3024 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3026         * display.texi (Face Attributes): Clarify :height attribute.
3028 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3030         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3031         the front of the buffer list.  Add entries for `last-buffer' and
3032         `unbury-buffer'.
3034 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3036         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3037         and its subsections.
3039         * frames.texi (Multiple Terminals, Low-level Terminal)
3040         (Terminal Parameters, Frames on Other TTY devices): New sections.
3041         (Frames): Add an xref to "Multiple Terminals".
3043         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3045         * objects.texi (Terminal Type): New node.
3046         (Editing Types): Add it to the menu.
3048         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3049         Variables".
3051         * variables.texi (Directory Local Variables): New node.
3052         (Variables): Add a menu item for it.
3054         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3055         `generated-autoload-file'.
3057 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3059         * os.texi (Startup Summary): Add xref to documentation of
3060         `initial-window-system'.
3062         * display.texi (Window Systems): Document `window-system' the
3063         function.  The variable `window-system' is now frame-local.
3064         Document `initial-window-system'.
3066 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3068         * windows.texi (Windows): Rewrite description of
3069         fit-window-to-buffer.
3071 2008-12-13  Glenn Morris  <rgm@gnu.org>
3073         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3074         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3076 2008-12-12  Glenn Morris  <rgm@gnu.org>
3078         * debugging.texi (Error Debugging): Refer forwards to
3079         eval-expression-debug-on-error.
3081 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3083         * strings.texi (String Basics): Only unibyte strings that
3084         represent key sequences hold 8-bit raw bytes.
3086         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3087         paragraph to speak about `undecided'.
3088         (Character Properties): Don't explain the meaning of each
3089         property; instead, identify their Unicode Standard names.
3090         (Character Sets): Document `map-charset-chars'.
3092 2008-12-02  Glenn Morris  <rgm@gnu.org>
3094         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3095         section yet again.
3097 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3099         * nonascii.texi (Character Properties): New Section.
3100         (Specifying Coding Systems): Document
3101         `coding-system-priority-list', `set-coding-system-priority', and
3102         `with-coding-priority'.
3103         (Lisp and Coding Systems): Document `check-coding-systems-region'
3104         and `coding-system-charset-list'.
3105         (Coding System Basics): Document `coding-system-aliases'.
3107         * elisp.texi (Top): Add a @detailmenu entry for "Character
3108         Properties".
3110         * objects.texi (Character Type): Correct the range of Emacs
3111         characters.  Add an @xref to "Character Codes".
3113         * strings.texi (String Basics): Add an @xref to "Character Codes".
3115         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3117         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3118         (Character Codes): Document `max-char'.
3120 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3122         * nonascii.texi (Text Representations, Converting Representations)
3123         (Character Sets, Scanning Charsets, Translation of Characters):
3124         Make text more accurate.
3126 2008-11-28  Glenn Morris  <rgm@gnu.org>
3128         * files.texi (Format Conversion Round-Trip): Improve previous change.
3130 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3132         * modes.texi (Auto Major Mode): Fix example.
3134 2008-11-25  Glenn Morris  <rgm@gnu.org>
3136         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3138         * files.texi (Format Conversion Round-Trip):
3139         Use active voice for previous change.
3141 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3143         * os.texi (Processor Run Time):
3144         * processes.texi (Transaction Queues):
3145         * markers.texi (The Mark):
3146         * windows.texi (Choosing Window, Selecting Windows):
3147         * files.texi (Changing Files, Magic File Names):
3148         * commands.texi (Key Sequence Input):
3149         * functions.texi (Declaring Functions):
3150         * strings.texi (Predicates for Strings):
3151         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3153 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3155         * help.texi (Accessing Documentation): Update example.
3157         * variables.texi (Defining Variables): Note that `*' is not
3158         necessary if defcustom is used.
3160 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3162         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3163         Characters" from @detailmenu.
3165         * nonascii.texi (Character Codes, Character Sets)
3166         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3167         (Chars and Bytes, Splitting Characters): Sections removed.
3169 2008-11-22  Lute Kamstra  <lute@gnu.org>
3171         * positions.texi (Text Lines): Update goto-line documentation.
3173 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3175         * frames.texi (Frames): Fix typo, add cross references, reword.
3176         (Initial Parameters): Reword special-display-frame-alist text.
3177         (Frames and Windows): Reword.  Describe argument norecord for
3178         set-frame-selected-window.
3179         (Input Focus): Describe argument norecord for select-frame.
3180         Remove comment on MS-Windows behavior for focus-follows-mouse.
3181         (Raising and Lowering): Mention windows-frames dichotomy in
3182         metaphor.
3184         * windows.texi (Displaying Buffers, Vertical Scrolling)
3185         (Horizontal Scrolling): Fix indenting and rewording issues
3186         introduced with 2008-11-07 change.
3188 2008-11-20  Glenn Morris  <rgm@gnu.org>
3190         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3191         element of `format-alist'.
3193 2008-11-19  Glenn Morris  <rgm@gnu.org>
3195         * doclicense.texi: Update to FDL 1.3.
3196         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3198 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3200         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3201         vars, which are obsolete.  Mention jit-lock-register.
3203         * modes.texi (Other Font Lock Variables):
3204         Document jit-lock-register and jit-lock-unregister.
3206         * frames.texi (Color Parameters): Document alpha parameter.
3208 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3210         * windows.texi (Splitting Windows, Deleting Windows)
3211         (Selecting Windows, Cyclic Window Ordering)
3212         (Buffers and Windows, Displaying Buffers, Choosing Window)
3213         (Dedicated Windows, Window Point, Window Start and End)
3214         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3215         (Size of Window, Resizing Windows, Window Configurations)
3216         (Window Parameters): Avoid @var at beginning of sentences and
3217         reword accordingly.
3219 2008-11-11  Lute Kamstra  <lute@gnu.org>
3221         * files.texi (File Name Components): Fix file-name-extension
3222         documentation.
3224 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3226         * frames.texi (Basic Parameters): Remove display-environment-variable
3227         and term-environment-variable.
3229 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3231         * windows.texi (Basic Windows, Splitting Windows)
3232         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3233         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3234         (Resizing Windows, Window Configurations, Window Parameters):
3235         Fix wording and markup.
3237 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3239         * windows.texi (Windows): Update entries.
3240         (Basic Windows): Remove listing of attributes.  Reword.
3241         (Splitting Windows, Deleting Windows): Reword.
3242         (Selecting Windows, Cyclic Window Ordering): Reword with special
3243         emphasis on order of recently selected windows and buffer list.
3244         (Buffers and Windows, Choosing Window): Reword with special
3245         emphasis on dedicated windows.
3246         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3247         it may fall back on pop-to-buffer.  For other-window try to
3248         explain how it treats the cyclic ordering of windows.
3249         (Dedicated Windows): New node and section discussing dedicated
3250         windows and associated functions.
3251         (Window Point): Add entry for window-point-insertion-type.  Reword.
3252         (Window Start and End): Rename node and section title.  Reword.
3253         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3254         Minor rewording.
3255         (Size of Window): Reword, in particular text on window-width.
3256         (Resizing Windows): Reword.  Add text on balancing windows.
3257         (Window Configurations): Reword.  Mention window parameters.
3258         (Window Parameters): New node and section on window parameters.
3259         (Window Hooks): Reword.  Mention that
3260         window-configuration-change-hook is run "buffer-locally".
3261         * elisp.texi (Top): Update Windows entries in @detailmenu
3262         section.
3264 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3266         * searching.texi (Regexp Search): Fix typo.
3268 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3270         * searching.texi (Regexp Search): Document GREEDY arg.
3271         (Simple Match Data): Fix return value.
3273 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3275         * nonascii.texi (Text Representations): Rewrite to make consistent
3276         with Emacs 23 internal representation of characters.
3277         Document `unibyte-string'.
3279 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3281         * processes.texi (Process Information): Note that process-status
3282         does not accept buffer names.
3284 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3286         * positions.texi (Skipping Characters): Correct return value of
3287         skip-chars-forward.
3289 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3291         * windows.texi (Deleting Windows): Update documentation of
3292         delete-windows-on.
3293         (Buffers and Windows): Update documentations of
3294         get-buffer-window and get-buffer-window-list.
3295         (Displaying Buffers): Update documentation of
3296         replace-buffer-in-windows.
3298         * buffers.texi (Current Buffer): Reword set-buffer and
3299         with-current-buffer documentations.
3300         (Creating Buffers): Reword documentation of get-buffer-create.
3302 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3304         * buffers.texi (Current Buffer): Reword documentation of
3305         set-buffer.
3306         (Buffer Names): Reword documentation of buffer-name.
3307         (The Buffer List): For bury-buffer explain what happens with the
3308         buffer's window.
3309         (Creating Buffers): Say that get-buffer-create's arg is called
3310         buffer-or-name.
3312 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3314         * advice.texi (Computed Advice): Explain what DEFINITION is.
3316         * nonascii.texi (Character Codes): Remove obsolete function
3317         char-valid-p, and document characterp instead.
3319 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3321         * windows.texi (Displaying Buffers): Reword documentation of
3322         pop-to-buffer.
3323         (Choosing Window): Rewrite documentation of display-buffer and
3324         its options.
3326         * buffers.texi (Killing Buffers): Update documentation of
3327         kill-buffer.
3329 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3331         * processes.texi (Serial Ports): Fix wording and improve markup.
3333         * searching.texi (Regexp Search): Document `string-match-p' and
3334         `looking-at-p'.
3335         (POSIX Regexps): Add an xref for "non-greedy".
3336         (Regexp Special): Add @cindex entry for "non-greedy".
3338         * display.texi (Attribute Functions): Document `face-all-attributes'.
3339         (Image Cache) <image-refresh>: Minor wording fixes.
3341         * frames.texi (Color Names): Add an xref to `read-color'.
3343         * minibuf.texi (High-Level Completion): Document `read-color'.
3345         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3347         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3349         * buffers.texi (Swapping Text): New section, documents
3350         `buffer-swap-text'.
3352 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3354         * windows.texi (Resizing Windows): Minor wording fix.
3356 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3358         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3359         and `combine-and-quote-strings'.
3361         * strings.texi (Creating Strings): Add xrefs for them.
3363 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3365         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3366         match the corresponding menu in minibuf.texi.
3368         * minibuf.texi (Reading File Names): Document `read-shell-command'
3369         and `minibuffer-local-shell-command-map'.
3371 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3373         * windows.texi (Resizing Windows): Remove var{} around "window" in
3374         documentation of enlarge-window.
3375         Rewrite documentation of window-min-height and window-min-width.
3377 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3379         * functions.texi (Calling Functions): Document `apply-partially'.
3381         * hooks.texi (Standard Hooks): Mention
3382         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3384         * variables.texi (File Local Variables): Document
3385         `file-local-variables-alist', `before-hack-local-variables-hook'
3386         and `hack-local-variables-hook'.
3388         * processes.texi (Synchronous Processes): Document `process-lines'.
3390         * customize.texi (Variable Definitions):
3391         Document `custom-reevaluate-setting'.
3393 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3395         * windows.texi (Choosing Window, Deleting Windows)
3396         (Displaying Buffers): Expand documentation of dedicated windows.
3398 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3400         * files.texi (Changing Files): Document symbolic input of file
3401         modes to `set-file-modes'.  Document `read-file-modes' and
3402         `file-modes-symbolic-to-number'.
3404         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3405         and `search-map'.
3407         * searching.texi (Search and Replace):
3408         Document `replace-search-function' and `replace-re-search-function'.
3409         Document `multi-query-replace-map'.
3411         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3412         (Completion Commands, Reading File Names):
3413         Rename `minibuffer-local-must-match-filename-map' to
3414         `minibuffer-local-filename-must-match-map'.
3415         (Minibuffer Completion): The `require-match' argument to
3416         `completing-read' can now have the value `confirm-only'.
3418         * windows.texi (Displaying Buffers): Minor wording fix.
3419         (Choosing Window): `split-height-threshold' can now be nil.
3420         Document `split-width-threshold'.  `pop-up-frames' can have the
3421         value `graphic-only'.
3423 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3425         * os.texi (Startup Summary): Document `before-init-time' and
3426         `after-init-time'.  Document `initial-window-system' and
3427         `window-system-initialization-alist'.  Document reading the
3428         abbrevs file.  Document the call to `server-start' under --daemon.
3429         Rearrange a bit to be consistent with the code flow.
3430         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3431         (Time Parsing): Document `format-seconds'.
3433 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3435         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3436         and reword.
3438 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3440         * markers.texi (The Mark): Document use-region-p.
3442 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3444         * internals.texi (Writing Emacs Primitives): The interactive spec
3445         of a primitive can be a Lisp form.
3447         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3448         values of transient-mark-mode.  Document handle-shift-selection.
3450         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3451         (Interactive Examples): Show an example of `^'.
3452         (Key Sequence Input): Document this-command-keys-shift-translated.
3453         (Defining Commands, Using Interactive): The interactive-form of a
3454         function can be added via its symbol's property.
3456         * positions.texi (List Motion): beginning-of-defun-function can
3457         now accept an argument.
3459         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3460         now return a list of strings.
3462         * control.texi (Handling Errors): Document ignore-errors.
3464         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3465         (Parameter Access): Document set-frame-parameter.
3467         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3468         Hooks" for the effect of kill-all-local-variables on local hook
3469         functions.
3471         * modes.texi (Major Mode Conventions, Mode Line Variables):
3472         `mode-name' need not be a string.  xref to "Mode Line Data" for
3473         details, and to "Emulating Mode Line" for computing a string
3474         value.
3476 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3478         * processes.texi (System Processes): New section.
3479         (Processes, Signals to Processes): Add xrefs to it.
3481         * objects.texi (Editing Types): A `process' is a subprocess of
3482         Emacs, not just any process running on the OS.
3484         * elisp.texi (Top): Adjust the @detailmenu for the above two
3485         changes.
3487         * sequences.texi (Char-Tables): Remove documentation of
3488         set-char-table-default, which has no effect since Emacs 23.
3489         <char-table-range, set-char-table-range>: Don't mention generic
3490         characters and charsets.  Add a cons cell as a possible argument.
3492         * nonascii.texi (Splitting Characters)
3493         (Translation of Characters): Don't mention generic characters.
3495         * display.texi (Fontsets): Don't mention generic characters.
3497         * sequences.texi (Char-Tables): `map-char-table' can now call its
3498         argument FUNCTION with a cons cell as KEY.
3500 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3502         * objects.texi (Primitive Function Type): Move "@cindex special
3503         forms" from here...
3505         * eval.texi (Special Forms): ...to here.
3507         * functions.texi (What Is a Function): `functionp' returns nil for
3508         special forms.  Add an xref.
3510         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3511         Variables".
3513         * variables.texi (Frame-Local Variables): New section.
3514         (Buffer-Local Variables): Add an xref to it.
3515         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3516         have both frame-local and buffer-local binding.
3518         * frames.texi (Frames): Mention multiple tty frames.
3519         (Frame Parameters, Parameter Access): Mention frame-local variable
3520         bindings.
3522 2008-09-20  Glenn Morris  <rgm@gnu.org>
3524         * display.texi (Defining Faces): Recommend against face variables.
3526 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3528         * display.texi (Echo Area Customization): Fix typo.
3530 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3532         * loading.texi (Where Defined): Add `defface' item.
3534 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3536         * loading.texi (Where Defined): Fix description of symbol-file.
3538 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3540         * display.texi (TIFF Images): New section describing :index property.
3542 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3544         * display.texi (Temporary Displays): Remove unnecessary comment
3545         about usage of temp-buffer-show-hook.
3547 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3549         * symbols.texi (Other Plists): Fix incorrect example.
3550         Suggested by Florian Beck.
3552 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3554         * os.texi: Fix previous change.
3556 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3558         * os.texi:
3559         * intro.texi:
3560         * files.texi: Remove VMS support.
3562 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3564         * os.texi:
3565         * frames.texi:
3566         * display.texi: Remove mentions of Mac Carbon.
3568 2008-07-01  Miles Bader  <miles@gnu.org>
3570         * text.texi (Special Properties):
3571         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3573 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3575         * display.texi (Other Image Types): Fix copy/paste error; say
3576         "PBM", not "XBM".
3578 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3580         * os.texi: Remove references to obsolete systems.
3582 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3584         * makefile.w32-in (distclean): Remove makefile.
3586 2008-06-17  Glenn Morris  <rgm@gnu.org>
3588         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3589         (elisp, dist): Remove rules and variables that are obsolete now
3590         the lisp manual is no longer distributed separately.
3592 2008-06-16  Glenn Morris  <rgm@gnu.org>
3594         * configure, configure.in, mkinstalldirs: Remove unused files.
3596         * book-spine.texinfo: Set version to 23.0.60.
3597         * vol1.texi (EMACSVER):
3598         * vol2.texi (EMACSVER): Set to 23.0.60.
3600         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3601         as per maintain.info.
3603 2008-06-15  Glenn Morris  <rgm@gnu.org>
3605         * makefile.w32-in (manual): Use "23" rather than "21".
3607         * Makefile.in (emacsver): New, set by configure.
3608         (manual): Use emacsver.
3610         * intro.texi: Report bugs using M-x report-emacs-bug.
3612         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3614 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3616         * elisp.texi, internals.texi, processes.texi: Add documentation
3617         about serial port access.
3619 2008-06-05  Miles Bader  <miles@gnu.org>
3621         * display.texi (Displaying Faces): Update to reflect function
3622         renamings in face-remap.el.
3624 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3626         * display.texi (Fontsets): Fix typos.
3628 2008-06-03  Miles Bader  <miles@gnu.org>
3630         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3631         remove-relative-face-remapping, set-base-face-remapping,
3632         and set-default-base-face-remapping.
3634 2008-06-01  Miles Bader  <miles@gnu.org>
3636         * display.texi (Displaying Faces): Add face-remapping-alist.
3638 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3640         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3641         variable names.
3643 2008-05-03  Eric S. Raymond  <esr@golux>
3645         * keymaps.texi: Clarify that (current-local-map) and
3646         (current-global-map) return references, not copies.
3648 2008-05-02  Juri Linkov  <juri@jurta.org>
3650         * minibuf.texi (Text from Minibuffer): Document a list of
3651         default values for `read-from-minibuffer'.
3653 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3655         * nonascii.texi (Translation of Characters): Fix previous change.
3657 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3659         * display.texi (Overlay Properties): Clarify role of underlying
3660         textprop and overlay keymaps for display strings.
3662         * keymaps.texi (Active Keymaps): Ditto.
3664 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * minibuf.texi (Programmed Completion):
3667         Replace dynamic-completion-table with the new completion-table-dynamic.
3669 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3671         * intro.texi (Some Terms): Change "fonts in this manual" index
3672         entry to "typographic conventions".
3674 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3676         * objects.texi (Text Props and Strings): Add indexing for read
3677         syntax of text properties.
3679 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * processes.texi (Decoding Output): Remove process-filter-multibyte
3682         functions.
3684 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3686         * display.texi (Finding Overlays): Say that empty overlays at
3687         the end of the buffer are reported too.
3689 2008-03-13  Glenn Morris  <rgm@gnu.org>
3691         * elisp.texi (EMACSVER): Set to 23.0.60.
3693 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3695         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3697 2008-02-22  Glenn Morris  <rgm@gnu.org>
3699         * frames.texi (Position Parameters): Clarify the description of
3700         `left' and `top', using information from "Geometry".
3701         (Geometry): Give a pointer to "Position Parameters", rather than
3702         repeating information.
3704 2008-02-11  Glenn Morris  <rgm@gnu.org>
3706         * objects.texi (Equality Predicates): No longer talk about "two"
3707         functions.
3709 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3711         * objects.texi (Equality Predicates): Add defun for
3712         equal-including-properties.
3714 2008-02-10  Glenn Morris  <rgm@gnu.org>
3716         * objects.texi (Equality Predicates):
3717         Mention equal-including-properties.
3719 2008-02-07  Richard Stallman  <rms@gnu.org>
3721         * windows.texi (Window Start): Mention the feature of moving
3722         window-start to start of line.
3724 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3726         * keymaps.texi (Tool Bar): Document rtl property.
3728 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3730         * display.texi (Button Types):
3731         For define-button-type, clarify type of NAME.
3733 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
3735         * buffers.texi (Buffer Modification): Fix typo.
3737 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3739         * os.texi (System Environment): Remove references to OSes that are
3740         not supported anymore.
3742 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3744         * os.texi (System Environment): Remove mention for Masscomp.
3746 2008-01-04  Richard Stallman  <rms@gnu.org>
3748         * display.texi (Faces): Don't talk about internal face vector as arg
3749         to facep.
3751         * customize.texi (Type Keywords): Fix previous change.
3753         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3754         * elisp.texi (Top): Fix menu for commands.texi change.
3756 2007-12-30  Richard Stallman  <rms@gnu.org>
3758         * commands.texi (Accessing Mouse): Rename from Accessing Events.
3759         (Accessing Scroll): New node broken out of Accessing Mouse.
3761 2007-12-28  Richard Stallman  <rms@gnu.org>
3763         * frames.texi (Size Parameters): Fix typo.
3764         (Basic Parameters): For `title', refer to title bar.
3765         (Size and Position): Explain meaning of frame pixel width and height.
3767 2007-12-23  Richard Stallman  <rms@gnu.org>
3769         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3770         Improve some of the commented-out keywords' text too.
3772 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
3774         * nonascii.texi (Encoding and I/O): Reword to avoid saying
3775         "visit the current buffer".
3777         * os.texi (System Interface): Fix typo.
3779 2007-12-04  Richard Stallman  <rms@gnu.org>
3781         * objects.texi (Symbol Type): Fix typo.
3783 2007-12-03  Richard Stallman  <rms@gnu.org>
3785         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3787 2007-12-01  Glenn Morris  <rgm@gnu.org>
3789         * functions.texi (Declaring Functions): Improve previous change.
3791 2007-11-30  Glenn Morris  <rgm@gnu.org>
3793         * functions.texi (Declaring Functions): Add optional fourth
3794         argument of declare-function, and setting third argument to `t'.
3796 2007-11-29  Richard Stallman  <rms@gnu.org>
3798         * customize.texi (Composite Types): Document `group' type.
3800 2007-11-29  Glenn Morris  <rgm@gnu.org>
3802         * functions.texi (Declaring Functions): Add findex.
3803         Mention `external' files.
3805 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3807         * functions.texi (Declaring Functions): Fix directive.
3809 2007-11-25  Richard Stallman  <rms@gnu.org>
3811         * help.texi (Help Functions): Clean up last change.
3813         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3815         * loading.texi (Named Features): Minor cleanup.
3817         * macros.texi (Eval During Expansion): Minor cleanup.
3819         * variables.texi (Variable Aliases): Minor cleanup.
3821 2007-11-24  Richard Stallman  <rms@gnu.org>
3823         * functions.texi (Declaring Functions): Clarify previous change.
3825         * compile.texi (Compiler Errors): Clarify previous change.
3827 2007-11-24  Richard Stallman  <rms@gnu.org>
3829         * display.texi (Refresh Screen, Forcing Redisplay):
3830         Clarify the text and move items around.
3832 2007-11-24  Glenn Morris  <rgm@gnu.org>
3834         * functions.texi (Declaring Functions): New section.
3835         * compile.texi (Compiler Errors): Mention declaring functions,
3836         defvar with no initvalue, and byte-compile-warnings.
3838 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
3840         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3841         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3843 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
3845         * help.texi (Help Functions): Document new macro `with-help-window'.
3847 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3849         * searching.texi (Replacing Match): Describe new
3850         `match-substitute-replacement'.
3852 2007-10-31  Richard Stallman  <rms@gnu.org>
3854         * strings.texi (Creating Strings): Null strings from concat not unique.
3856 2007-10-26  Richard Stallman  <rms@gnu.org>
3858         * objects.texi (Equality Predicates): Null strings are uniquified.
3860         * minibuf.texi: Minor clarifications in previous change.
3862 2007-10-25  Glenn Morris  <rgm@gnu.org>
3864         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3866 2007-10-24  Richard Stallman  <rms@gnu.org>
3868         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3870         * variables.texi (Frame-Local Variables): Node deleted.
3871         (Variables): Delete Frame-Local Variables from menu.
3872         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3873         (Default Value): Don't mention frame-local vars.
3875         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3877         * loading.texi (Unloading): Document FEATURE-unload-function
3878         instead of FEATURE-unload-hook.
3880         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3882 2007-10-22  Juri Linkov  <juri@jurta.org>
3884         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3885         (High-Level Completion): Document a list of default value strings
3886         in the DEFAULT argument, for which minibuffer functions return the
3887         first element.
3889 2007-10-17  Juri Linkov  <juri@jurta.org>
3891         * text.texi (Filling): Update arguments of fill-paragraph.
3892         fill-paragraph operates on the active region in Transient Mark mode.
3893         Remove fill-paragraph-or-region.
3895 2007-10-13  Karl Berry  <karl@gnu.org>
3897         * elisp.texi (@dircategory): Move to after @copying,
3898         since we want @copying as close as possible to the beginning of
3899         the output.
3901 2007-10-12  Richard Stallman  <rms@gnu.org>
3903         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3905         * commands.texi (Distinguish Interactive): New node,
3906         broken out from Interactive Call and rewritten.
3907         (Command Loop): Put Distinguish Interactive in menu.
3909 2007-10-09  Richard Stallman  <rms@gnu.org>
3911         * text.texi (Examining Properties): Mention overlay priority.
3913         * display.texi (Display Margins): Correct the description
3914         of margin display specifications.
3915         (Replacing Specs): New subnode broken out of Display Property.
3917 2007-10-06  Juri Linkov  <juri@jurta.org>
3919         * text.texi (Filling): Document fill-paragraph-or-region.
3921 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3923         * display.texi (Auto Faces): Fix typo.
3925 2007-10-02  Richard Stallman  <rms@gnu.org>
3927         * display.texi (Display Property): Explain some display specs
3928         don't let you move point in.
3930         * frames.texi (Cursor Parameters):
3931         Describe cursor-in-non-selected-windows here.  Explain more values.
3933         * windows.texi (Basic Windows): Don't describe
3934         cursor-in-non-selected-windows here.
3936 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
3938         * processes.texi (Misc Network): Note that these functions are
3939         supported only on some systems.
3941 2007-10-01  Richard Stallman  <rms@gnu.org>
3943         * display.texi (Overlay Properties): Explain nil as priority.
3944         Explain that conflicts are unpredictable if not resolved by
3945         priorities.
3947 2007-09-23  Richard Stallman  <rms@gnu.org>
3949         * macros.texi (Backquote): Minor clarification.
3951 2007-09-19  Richard Stallman  <rms@gnu.org>
3953         * display.texi (Display Property): Explain multiple display specs.
3954         Clarify when they work in parallel and when one overrides.
3955         Fix error in example.
3957 2007-09-06  Glenn Morris  <rgm@gnu.org>
3959         Move from lispref/ to doc/lispref/.  Change all setfilename
3960         commands to use ../../info.
3961         * Makefile.in (infodir): Go up one more level.
3962         (usermanualdir): Change from ../man to ../emacs.
3963         (miscmanualdir): New.
3964         (dist): Use new variable miscmanualdir.
3965         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3966         (usermanualdir): Change from ../man to ../emacs.
3968 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3970         * commands.texi (Command Loop Info): Advise against changing
3971         most variables described here.  Explain new variable
3972         last-repeatable-command.
3974 2007-08-29  Glenn Morris  <rgm@gnu.org>
3976         * elisp.texi (EMACSVER): Increase to 23.0.50.
3978 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3980         * frames.texi (Basic Parameters): Add display-environment-variable
3981         and term-environment-variable.
3983 2007-08-28  Juri Linkov  <juri@jurta.org>
3985         * display.texi (Image Formats, Other Image Types): Add SVG.
3987 2007-08-28  Juri Linkov  <juri@jurta.org>
3989         * display.texi (Images): Move formats-related text to new node
3990         "Image Formats".
3991         (Image Formats): New node.
3993 2007-08-27  Richard Stallman  <rms@gnu.org>
3995         * windows.texi (Window Configurations): Clarify what
3996         a window configuration saves.
3998 2007-08-25  Richard Stallman  <rms@gnu.org>
4000         * display.texi (Images): Delete redundant @findex.
4002 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * text.texi (Change Hooks): (after|before)-change-functions are no
4005         longer bound to nil while running; rather inhibit-modification-hooks
4006         is t.
4008 2007-08-16  Richard Stallman  <rms@gnu.org>
4010         * processes.texi (Asynchronous Processes):
4011         Clarify doc of start-file-process.
4013 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4015         * modes.texi (Example Major Modes): Fix typo.
4017 2007-08-08  Glenn Morris  <rgm@gnu.org>
4019         * intro.texi (nil and t): Do not use `iff' in documentation.
4021         * tips.texi (Documentation Tips): Recommend against `iff'.
4023 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4025         * display.texi (Image Cache): Document image-refresh.
4027 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4029         * windows.texi (Size of Window): Document window-full-width-p.
4031 2007-07-25  Glenn Morris  <rgm@gnu.org>
4033         * gpl.texi (GPL): Replace license with GPLv3.
4035         * Relicense all FSF files to GPLv3 or later.
4037 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4039         * processes.texi (Synchronous Processes):
4040         Add `process-file-shell-command'.
4041         (Asynchronous Processes): Mention restricted use of
4042         `process-filter' and `process-sentinel' in
4043         `start-file-process'.  Add `start-file-process-shell-command'.
4045 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4047         * files.texi (Magic File Names): Introduce optional parameter
4048         IDENTIFICATION for `file-remote-p'.
4050 2007-07-16  Richard Stallman  <rms@gnu.org>
4052         * display.texi (Defining Faces): Fix previous change.
4054 2007-07-14  Richard Stallman  <rms@gnu.org>
4056         * control.texi (Handling Errors): Document `debug' in handler list.
4058 2007-07-10  Richard Stallman  <rms@gnu.org>
4060         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4062 2007-07-09  Richard Stallman  <rms@gnu.org>
4064         * files.texi (Magic File Names): Rewrite previous change.
4066 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4068         * files.texi (Magic File Names): Introduce optional parameter
4069         CONNECTED for `file-remote-p'.
4071 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4073         * processes.texi (Asynchronous Processes):
4074         * files.texi (Magic File Names): Add `start-file-process'.
4076 2007-06-27  Richard Stallman  <rms@gnu.org>
4078         * files.texi (Format Conversion Piecemeal):
4079         Clarify `after-insert-file-functions' calling convention.
4081 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4083         * files.texi (Magic File Names): Remove `dired-call-process'.
4084         Add `process-file'.
4086 2007-06-27  Kenichi Handa  <handa@m17n.org>
4088         * text.texi (Special Properties): Fix description about
4089         `composition' property.
4091 2007-06-26  Kenichi Handa  <handa@m17n.org>
4093         * nonascii.texi (Default Coding Systems): Document about the
4094         return value `undecided'.
4096 2007-06-25  David Kastrup  <dak@gnu.org>
4098         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4099         `current-active-maps'.
4101 2007-06-24  Karl Berry  <karl@gnu.org>
4103         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4105 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4107         * display.texi (Overlay Arrow): Doc fix.
4109 2007-06-14  Karl Berry  <karl@tug.org>
4111         * anti.texi (Antinews): Typo.
4113 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4115         * display.texi (Image Cache): Document image-refresh.
4117 2007-06-12  Karl Berry  <karl@gnu.org>
4119         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4120         * two-volume.make: New file.
4121         * .cvsignore: Ignore two-volume files.
4123 2007-06-12  Tom Tromey  <tromey@redhat.com>
4125         * os.texi (Init File): Document user-emacs-directory.
4127 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4129         * commands.texi (Click Events): Describe width and height when
4130         object is nil.
4132 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4134         * commands.texi (Click Events): Layout more logically.
4135         Describe width and height.
4136         (Drag Events, Motion Events): Update to new format for position.
4138 2007-06-02  Richard Stallman  <rms@gnu.org>
4140         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4142 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4144         * Version 22.1 released.
4146 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4148         * text.texi (Special Properties): Correct meaning of fontified face.
4150 2007-05-30  Richard Stallman  <rms@gnu.org>
4152         * text.texi (Special Properties): Add link to Adjusting Point.
4154 2007-05-12  Richard Stallman  <rms@gnu.org>
4156         * text.texi (Margins): indent-to-left-margin is not the default.
4157         (Mode-Specific Indent): For indent-line-function, the default
4158         is indent-relative.
4160         * modes.texi (Example Major Modes): Explain last line of text-mode
4161         is redundant.
4163 2007-05-10  Richard Stallman  <rms@gnu.org>
4165         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4167         * help.texi (Keys in Documentation): Add reference to
4168         Documentation Tips.
4170         * files.texi (Format Conversion): TO-FN gets three arguments.
4172         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4174 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4176         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4177         * files.texi (Format Conversion): Expand intro; add menu.
4178         (Format Conversion Overview, Format Conversion Round-Trip)
4179         (Format Conversion Piecemeal): New nodes/subsections.
4180         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4181         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4182         (Saving Properties): Delete node/subsection.
4184 2007-05-07  Karl Berry  <karl@gnu.org>
4186         * elisp.texi (EMACSVER): Back to 22.
4188 2007-05-06  Richard Stallman  <rms@gnu.org>
4190         * processes.texi (Accepting Output): Revert most of previous change.
4192 2007-05-05  Richard Stallman  <rms@gnu.org>
4194         * processes.texi (Accepting Output): accept-process-output
4195         uses microseconds, not milliseconds.  But that arg is obsolete.
4197 2007-05-04  Karl Berry  <karl@tug.org>
4199         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4201 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4203         * tips.texi (Documentation Tips): Rearrange items to place the
4204         more important ones first.  Add an index entry for hyperlinks.
4206 2007-05-03  Karl Berry  <karl@gnu.org>
4208         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4209         (EMACSVER) [smallbook]: 22 for printed version.
4211         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4212         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4214 2007-04-26  Glenn Morris  <rgm@gnu.org>
4216         * elisp.texi (EMACSVER): Increase to 22.1.50.
4218 2007-04-28  Karl Berry  <karl@gnu.org>
4220         * elisp.texi: Improve line breaks on copyright page,
4221         similar layout to emacs manual, 8.5x11 by default.
4223 2007-04-24  Richard Stallman  <rms@gnu.org>
4225         * text.texi (Special Properties): Add xref to Overlay Properties.
4227         * display.texi (Overlay Properties): Add xref to Special Properties.
4229 2007-04-22  Richard Stallman  <rms@gnu.org>
4231         * keymaps.texi (Extended Menu Items): Move the info about
4232         format with cached keyboard binding.
4234 2007-04-21  Richard Stallman  <rms@gnu.org>
4236         * text.texi (Special Properties): Clarify previous change.
4238         * files.texi (File Name Expansion): Clarify previous change.
4240         * display.texi (Attribute Functions): Fix example for
4241         face-attribute-relative-p.
4243 2007-04-19  Kenichi Handa  <handa@m17n.org>
4245         * text.texi (Special Properties): Document composition property.
4247 2007-04-19  Glenn Morris  <rgm@gnu.org>
4249         * files.texi (File Name Expansion): Mention "superroot".
4251 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4253         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4254         setups.
4255         (Display Feature Testing): Note that display refers to all
4256         physical monitors for multi-monitor setups.
4258 2007-04-14  Richard Stallman  <rms@gnu.org>
4260         * lists.texi (Sets And Lists): Clarify `delete' examples.
4261         Remove spurious xref to same node.
4262         Clarify xref for add-to-list.
4264 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4266         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4267         value of lisp-mode-map.
4269 2007-04-11  Karl Berry  <karl@gnu.org>
4271         * anti.texi (Antinews):
4272         * display.texi (Overlay Properties, Defining Images):
4273         * processes.texi (Synchronous Processes, Sentinels):
4274         * syntax.texi (Syntax Table Internals):
4275         * searching.texi (Regexp Special):
4276         * nonascii.texi (Default Coding Systems):
4277         * text.texi (Special Properties):
4278         * minibuf.texi (Basic Completion): Wording to improve breaks in
4279         8.5x11 format.
4280         * elisp.texi (smallbook): New @set to more easily switch between
4281         smallbook and 8.5x11.
4283 2007-04-11  Richard Stallman  <rms@gnu.org>
4285         * text.texi (Lazy Properties): Minor fix.
4287 2007-04-08  Karl Berry  <karl@gnu.org>
4289         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4290         * macros.texi (Backquote): Downcase Backquote in index entries for
4291         consistency.
4293 2007-04-08  Richard Stallman  <rms@gnu.org>
4295         * text.texi (Adaptive Fill): Just describe default,
4296         don't show it (since it contains non-ASCII chars).
4298 2007-04-07  Karl Berry  <karl@gnu.org>
4300         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4301         adaptive-fill-regexp's value, since they are not in the standard
4302         TeX fonts.
4304 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4306         * display.texi (Defining Faces): Fix example.
4308 2007-04-07  Karl Berry  <karl@gnu.org>
4310         * display.texi (Button Buffer Commands): Improve page break.
4312 2007-04-07  Richard Stallman  <rms@gnu.org>
4314         * advice.texi (Activation of Advice): Remove redundant index entry.
4316         * backups.texi: Improve index entries.  Remove redundant ones.
4318         * compile.texi (Byte Compilation): Improve index entry.
4320         * hash.texi (Creating Hash): Improve index entry.
4322         * symbols.texi (Definitions): Improve index entry.
4324         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4326         * maps.texi (Standard Keymaps): Remove useless index entry.
4328         * help.texi (Documentation Basics): Remove redundant index entries.
4330         * customize.texi: Improve index entries.
4331         Remove redundant/useless ones.
4333         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4335         * streams.texi (Output Variables): Improve index entry.
4337         * abbrevs.texi (Abbrevs): Remove useless index entry.
4339         * macros.texi (Expansion): Remove useless index entry.
4341         * text.texi: Improve index entries.  Remove redundant/useless ones.
4342         (Text Properties, Examining Properties)
4343         (Special Properties): Use "property category" instead of "category"
4344         to refer to the `category' property.
4346         * positions.texi: Improve index entries.  Remove useless one.
4348         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4350         * os.texi: Improve index entries.
4351         (Timers): Fix previous change.
4353         * buffers.texi: Improve index entries.
4354         (Modification Time): Get rid of term "obsolete buffer".
4356         * debugging.texi: Improve index entries.
4357         (Test Coverage): Add xref to other test coverage ftr.
4359         * eval.texi: Improve index entry.  Remove redundant ones.
4361         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4363         * files.texi: Improve index entries.  Remove redundant/useless ones.
4365         * objects.texi: Improve index entries.
4367         * processes.texi: Improve index entries.
4369         * modes.texi: Improve index entry.  Remove redundant one.
4371         * nonascii.texi: Improve index entries.
4373         * internals.texi: Improve index entries.
4375         * syntax.texi: Improve index entries.
4377         * keymaps.texi (Active Keymaps): Improve index entries.
4379         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4381         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4383         * markers.texi: Improve index entries.  Remove redundant ones.
4385         * tips.texi: Improve index entries.
4387         * loading.texi (Unloading): Improve index entry.
4389         * variables.texi: Improve index entries.  Remove redundant one.
4391         * sequences.texi: Improve index entry.
4393         * display.texi: Improve index entries.  Remove redundant ones.
4395         * windows.texi: Improve index entries.
4397         * searching.texi: Improve index entries.  Remove redundant one.
4399         * strings.texi (Case Tables): Improve last change.
4401 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4403         * strings.texi (Case Tables): Document with-case-table and
4404         ascii-case-table.
4406 2007-04-03  Karl Berry  <karl@gnu.org>
4408         * processes.texi (Network): Reword to improve page break.
4410 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4412         * functions.texi (Inline Functions): Describe more disadvantages
4413         of defsubst, and make advice against it stronger.
4415 2007-04-02  Karl Berry  <karl@gnu.org>
4417         * backups.texi (Backup Names): Avoid widow words.
4418         * modes.texi (Example Major Modes): Align last comment.
4420 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4422         * keymaps.texi (Remapping Commands): Document new arg to
4423         command-remapping.
4425 2007-04-01  Karl Berry  <karl@gnu.org>
4427         * processes.texi (Low-Level Network): Typo.
4428         * loading.texi (Hooks for Loading): Avoid double "the".
4429         * keymaps.texi (Key Sequences): No double "and".
4430         (Changing Key Bindings): Shorten to improve line break.
4432 2007-03-31  Glenn Morris  <rgm@gnu.org>
4434         * os.texi (Timers): Fix description of run-at-time TIME formats.
4436 2007-03-31  Richard Stallman  <rms@gnu.org>
4438         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4439         regarding ellipsis.
4441 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4443         * intro.texi (nil and t):
4444         * symbols.texi (Plists and Alists):
4445         * variables.texi (Variable Aliases, Constant Variables):
4446         * functions.texi (Defining Functions):
4447         * advice.texi (Advising Primitives):
4448         * debugging.texi (Syntax Errors, Compilation Errors):
4449         * minibuf.texi (Minibuffer Windows):
4450         * commands.texi (Adjusting Point):
4451         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4452         (Auto Major Mode, Major Mode Conventions):
4453         * help.texi (Describing Characters):
4454         * files.texi (Create/Delete Dirs, Information about Files)
4455         (File Locks, Writing to Files, Reading from Files)
4456         (Saving Buffers):
4457         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4458         * frames.texi (Finding All Frames):
4459         * positions.texi (Buffer End, Motion):
4460         * markers.texi (The Region):
4461         * text.texi (Deletion, Near Point):
4462         * display.texi (Displaying Messages, Truncation):
4463         * os.texi (Processor Run Time):
4464         * tips.texi (Key Binding Conventions, Programming Tips)
4465         (Warning Tips, Documentation Tips, Comment Tips):
4466         * internals.texi (Memory Usage): Improve indexing.
4468         * variables.texi (Frame-Local Variables):
4469         * functions.texi (Argument List):
4470         * loading.texi (Library Search):
4471         * streams.texi (Output Variables):
4472         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4473         * searching.texi (Replacing Match, Search and Replace):
4474         * processes.texi (Byte Packing, Decoding Output)
4475         (Accepting Output, Network Servers, Shell Arguments):
4476         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4477         * windows.texi (Window Point, Window Start):
4478         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4479         * commands.texi (Reading Input, Keyboard Events):
4480         * minibuf.texi (Reading File Names, Minibuffer Completion)
4481         (Recursive Mini):
4482         * positions.texi (List Motion):
4483         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4484         * numbers.texi (Arithmetic Operations, Math Functions)
4485         (Predicates on Numbers, Comparison of Numbers):
4486         (Numeric Conversions):
4487         * locals.texi (Standard Buffer-Local Variables):
4488         * maps.texi (Standard Keymaps):
4489         * os.texi (User Identification, System Environment, Recording Input)
4490         (X11 Keysyms):
4491         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4492         * backups.texi (Backups and Auto-Saving):
4493         * customize.texi (Customization, Group Definitions)
4494         (Variable Definitions):
4495         * compile.texi (Byte Compilation): Improve index entries.
4497 2007-03-31  Karl Berry  <karl@gnu.org>
4499         * macros.texi (Defining Macros): Avoid widow syllable.
4501 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4503         * elisp.texi (Top): Postscript -> PostScript.
4505         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4507 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4509         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4511 2007-03-30  Karl Berry  <karl@gnu.org>
4513         * lists.texi (List-related Predicates): Remove spurious @need.
4514         (Setcdr): Use @smallexample to improve page break.
4515         (Association Lists) <assoc>: Reword to improve page break.
4517         * strings.texi (String Conversion): Insert blank line to improve
4518         page break.
4520         * numbers.texi (Random Numbers): Use @minus{}.
4521         (Math Functions): Use @minus{}.
4523         * intro.texi (Acknowledgements): Avoid line breaks before middle
4524         initials.
4526 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4528         * errors.texi (Standard Errors): Add an index entry.
4530 2007-03-19  Richard Stallman  <rms@gnu.org>
4532         * os.texi (Recording Input): recent-keys now gives 300 keys.
4534 2007-03-12  Glenn Morris  <rgm@gnu.org>
4536         * os.texi: Replace "daylight savings" with "daylight saving"
4537         throughout.
4539 2007-03-05  Richard Stallman  <rms@gnu.org>
4541         * variables.texi (File Local Variables):
4542         Update enable-local-variables values.
4544 2007-03-04  Richard Stallman  <rms@gnu.org>
4546         * syntax.texi (Control Parsing): Minor clarification.
4548         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4550         * sequences.texi (Sequence Functions): Move string-bytes away,
4551         add xref.
4553         * nonascii.texi (Text Representations): Move string-bytes here.
4555         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4557         * minibuf.texi (Basic Completion): Minor clarification.
4559         * markers.texi (The Mark): Clarify existence vs activation of mark.
4560         Other cleanup.
4562         * display.texi (Finding Overlays): Write better example.
4564         * compile.texi (Eval During Compile): Clarify putting macros
4565         in eval-when-compile.
4567 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4569         * loading.texi (How Programs Do Loading): Fix anchor position at
4570         load-read-function definition doc.
4572 2007-02-21  Kim F. Storm  <storm@cua.dk>
4574         * strings.texi (Text Comparison): Mention that assoc-string
4575         converts symbols to strings before testing.
4577 2007-02-17  Kim F. Storm  <storm@cua.dk>
4579         * processes.texi (Bindat Spec): Vector types can have optional
4580         element type.
4581         (Bindat Examples): Fix example.  Add vector with element type.
4583 2007-02-16  Andreas Schwab  <schwab@suse.de>
4585         * strings.texi (Formatting Strings): Document '+' flag.
4587 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4589         * strings.texi (Modifying Strings): Clarify that `clear-string'
4590         always converts the string to unibyte.
4592 2007-02-14  Kim F. Storm  <storm@cua.dk>
4594         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4595         Rewrite glyph code description to refer to these functions.
4596         Remove details of encoding face number and char into integer code.
4598 2007-02-03  Alan Mackenzie  <acm@muc.de>
4600         * loading.texi (Hooks for Loading): Make the description of
4601         `eval-after-load' more detailed, and amend the description of
4602         after-load-alist, in accordance with changes from 2006-05.
4604 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4606         * modes.texi (Defining Minor Modes): Document that a :require
4607         keyword or similar may be required to make saved customization
4608         variables work.
4610 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4612         * elisp.texi (Top): Make the detailed menu headers compliant with
4613         Texinfo guidelines and with what texnfo-upd.el expects.
4614         Add comments to prevent people from inadvertently modifying the key
4615         parts needed by `texinfo-multiple-files-update'.
4617 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4619         * elisp.texi (Top): Update the top-level menus.
4621         * syntax.texi (Categories): Add index entries.
4623 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4625         * display.texi (Attribute Functions): Fix name and description of
4626         the UNDERLINE arg of `set-face-underline-p'.
4628 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4630         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4631         Variables", and "Standard Keymaps" to the detailed menu.
4633         * variables.texi (Future Local Variables): Add index entry.
4635 2007-01-28  Richard Stallman  <rms@gnu.org>
4637         * tips.texi (Coding Conventions): Clarify the tip about macros
4638         that define a function or a variable.
4640         * files.texi (File Attributes): UID and GID can be floats.
4641         (Magic File Names): Explain why deferring all operations to
4642         the standard handler does not work.
4644 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4646         * backups.texi (Reverting): Use "buffer" instead of "file"
4647         when talking about major and minor modes.
4649 2007-01-21  Richard Stallman  <rms@gnu.org>
4651         * help.texi (Documentation): Add xref to Documentation Tips.
4653 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4655         * tips.texi (Coding Conventions): Fix typos.
4657 2007-01-05  Richard Stallman  <rms@gnu.org>
4659         * modes.texi (Defining Minor Modes): Fix previous change.
4661 2007-01-03  Richard Stallman  <rms@gnu.org>
4663         * customize.texi (Variable Definitions, Customization Types):
4664         Don't use * in doc string for defcustom.
4666 2007-01-02  Richard Stallman  <rms@gnu.org>
4668         * variables.texi (Variable Aliases): Clarify that aliases vars
4669         always have the same value.
4671         * processes.texi (Bindat Spec): Fix Texinfo usage.
4673         * modes.texi (Defining Minor Modes): Explain effect of command
4674         defined with define-global-minor-mode on new buffers.
4676 2006-12-30  Kim F. Storm  <storm@cua.dk>
4678         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4679         `auto-resize-tool-bars'.
4681 2006-12-30  Richard Stallman  <rms@gnu.org>
4683         * keymaps.texi (Active Keymaps): Fix previous change.
4685 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4687         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4689 2006-12-30  Kim F. Storm  <storm@cua.dk>
4691         * processes.texi (Bindat Spec): Clarify using field names in
4692         length specifications.
4694 2006-12-29  Kim F. Storm  <storm@cua.dk>
4696         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4697         Add count and index variables for eval forms in repeat blocks.
4699 2006-12-24  Richard Stallman  <rms@gnu.org>
4701         * customize.texi (Variable Definitions):
4702         Document new name custom-add-frequent-value.
4704 2006-12-19  Kim F. Storm  <storm@cua.dk>
4706         * commands.texi (Misc Events): User signals now result in sigusr1
4707         and sigusr2 events which are handled through special-event-map.
4708         (Special Events): User signals and drag-n-drop are special.
4710 2006-12-17  Richard Stallman  <rms@gnu.org>
4712         * loading.texi (Named Features): Explain subfeatures better.
4714         * customize.texi: Use "option" only for user options.
4715         For the keyword values inside defcustom etc, say "keywords".
4716         For :options value's elements, say "elements".
4717         :group should not be omitted.
4719         * syntax.texi (Parsing Expressions): Split up node.
4720         (Motion via Parsing, Position Parse, Parser State)
4721         (Low-Level Parsing, Control Parsing): New subnodes.
4722         (Parser State): Document syntax-ppss-toplevel-pos.
4724         * positions.texi (List Motion): Punctuation fix.
4726         * files.texi (File Name Completion): Document PREDICATE arg
4727         to file-name-completion.
4729 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
4731         * internals.texi (Building Emacs, Writing Emacs Primitives):
4732         Add index entries.
4734 2006-12-11  Richard Stallman  <rms@gnu.org>
4736         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4737         affects face menu.  Explain how to make it non-nil without enabling
4738         any fontification.
4740 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4742         * modes.texi (Font Lock Basics): Document nil value of
4743         font-lock-defaults.
4745 2006-12-10  Glenn Morris  <rgm@gnu.org>
4747         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4748         value for system-flag argument.  Abbrev tables may not be empty
4749         when major modes are loaded.
4751 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4753         * makefile.w32-in (maintainer-clean): Partially revert last
4754         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4755         to protect elisp-covers.texi.
4757 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
4759         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4760         Don't remove elisp* info files; they are already deleted by the
4761         `clean' and `distclean' targets, and they are in the $(infodir)
4762         directory, not the current one.
4764 2006-12-04  Kim F. Storm  <storm@cua.dk>
4766         * commands.texi (Misc Events): Update signal events.
4767         (Event Examples): Add signal example.
4769 2006-11-29  Richard Stallman  <rms@gnu.org>
4771         * frames.texi (Visibility of Frames): Explain visible windows
4772         can be covered by others.  Add xref for raise-frame.
4774 2006-11-28  Richard Stallman  <rms@gnu.org>
4776         * searching.texi (Regexp Special): Update when ^ is special.
4778 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
4780         * customize.texi (Customization, Common Keywords)
4781         (Group Definitions, Variable Definitions, Composite Types)
4782         (Type Keywords, Customization Types): Add index entries for
4783         various customization keywords.
4785 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4789 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4791         * frames.texi (Window System Selections): Remove clipboard from
4792         description of selection-coding-system.
4794 2006-11-06  Richard Stallman  <rms@gnu.org>
4796         * lists.texi (List Variables): Document COMPARE-FN.
4798         * keymaps.texi: Avoid use of "binding" to mean a relation;
4799         use it only to refer to the meaning associated with a key.
4800         (Keymaps): Change menu node description.
4802         * elisp.texi (Top): Change menu node description.
4804         * display.texi (Managing Overlays): Document overlay-recenter.
4806 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
4808         * Makefile.in: Use relative paths to avoid advertising filesystem
4809         contents during compilation.
4811 2006-10-23  Kim F. Storm  <storm@cua.dk>
4813         * commands.texi (Event Input Misc): Update unread-command-events.
4815 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4817         * lists.texi (Sets And Lists): Fix typos.
4819 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4821         * control.texi (Processing of Errors): Use @var for an argument,
4822         not @code.
4824 2006-10-16  Richard Stallman  <rms@gnu.org>
4826         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4828         * keymaps.texi (Format of Keymaps): Show all the keymap element
4829         patterns that result from menu items.
4830         (Key Lookup): Minor cleanups.
4832         * modes.texi (Precalculated Fontification): Don't say that
4833         not setting font-lock-defaults avoids loading font-lock.
4835         * help.texi (Documentation): Move xref to Emacs Manual here.
4836         (Documentation Basics): From here.
4837         Also doc emacs-lisp-docstring-fill-column.
4839         * elisp.texi: Update version and ISBN.
4841         * commands.texi (Interactive Call): Clarify KEYS arg to
4842         call-interactively is a vector.
4843         (Command Loop Info): Delete anchor in this-command-keys.
4844         Add anchor in this-command-keys-vector.
4845         (Recursive Editing): Document how recursive-edit
4846         handles the current buffer.
4848 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
4850         * frames.texi (Frame Titles): %c and %l are ignored in
4851         frame-title-format.
4853 2006-10-11  Richard Stallman  <rms@gnu.org>
4855         * keymaps.texi (Key Sequences): Clarify use of kbd.
4857 2006-10-10  Kim F. Storm  <storm@cua.dk>
4859         * lists.texi (Sets And Lists): Add memql.
4861 2006-10-03  Richard Stallman  <rms@gnu.org>
4863         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4864         Clarify :ascii: and :nonascii:.
4866 2006-09-29  Juri Linkov  <juri@jurta.org>
4868         * modes.texi (%-Constructs): Reorder coding systems in the
4869         documentation of %z to the real order displayed in the modeline.
4871 2006-09-25  Richard Stallman  <rms@gnu.org>
4873         * os.texi (Timers): Describe timer-max-repeats.
4875 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4877         * os.texi (Timers): Mention with-local-quit.
4879 2006-09-24  Richard Stallman  <rms@gnu.org>
4881         * searching.texi (Searching and Matching): Mention property search.
4883         * commands.texi (Command Loop Info): Explain how read-event affects
4884         this-command-keys.
4886 2006-09-20  Richard Stallman  <rms@gnu.org>
4888         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4890         * windows.texi (Window Start): Minor cleanups.
4892 2006-09-20  Kim F. Storm  <storm@cua.dk>
4894         * windows.texi (Window Start): pos-visible-in-window-p allows
4895         specifying t for position to mean "end of window".
4896         Add window-line-height.
4898         * anti.texi (Antinews): Mention window-line-height.
4900 2006-09-19  David Kastrup  <dak@gnu.org>
4902         * keymaps.texi (Searching Keymaps): Small clarification.
4904 2006-09-18  Richard Stallman  <rms@gnu.org>
4906         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4907         cause keyboard menus.
4908         (Menu Keymaps): Likewise.
4909         (Defining Menus, Keyboard Menus): Clarify.
4911         * text.texi (Fields): Clarify explanation of constrain-to-field.
4913 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4915         * variables.texi (Tips for Defining): Fix a typo.
4917 2006-09-15  Richard Stallman  <rms@gnu.org>
4919         * keymaps.texi (Remapping Commands, Searching Keymaps)
4920         (Active Keymaps): Clean up previous change.
4922 2006-09-15  Jay Belanger  <belanger@truman.edu>
4924         * gpl.texi: Replace "Library Public License" by "Lesser Public
4925         License" throughout.
4927 2006-09-15  David Kastrup  <dak@gnu.org>
4929         * keymaps.texi (Active Keymaps): Adapt description to use
4930         `get-char-property' instead `get-text-property'.  Explain how
4931         mouse events change this.  Explain the new optional argument of
4932         `key-binding' and its mouse-dependent lookup.
4933         (Searching Keymaps): Adapt description similarly.
4934         (Remapping Commands): Explain the new optional argument of
4935         `command-remapping'.
4937 2006-09-14  Richard Stallman  <rms@gnu.org>
4939         * keymaps.texi (Searching Keymaps): Clarification.
4940         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4942 2006-09-13  Richard Stallman  <rms@gnu.org>
4944         * objects.texi (Character Type): Node split.
4945         Add xref to Describing Characters.
4946         (Basic Char Syntax, General Escape Syntax)
4947         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4949 2006-09-11  Richard Stallman  <rms@gnu.org>
4951         * display.texi (Display Table Format): Wording clarification.
4952         (Glyphs): Clarifications.
4954 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4956         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4957         local maps.
4959 2006-09-10  Kim F. Storm  <storm@cua.dk>
4961         * display.texi (Forcing Redisplay): Document return value of
4962         function redisplay.
4964 2006-09-09  Richard Stallman  <rms@gnu.org>
4966         * windows.texi (Window Hooks): Explain limits of
4967         window-scroll-functions.
4969         * display.texi (Fringe Indicators): Update for last change in
4970         indicate-buffer-boundaries.
4972 2006-09-08  Richard Stallman  <rms@gnu.org>
4974         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4976 2006-09-06  Kim F. Storm  <storm@cua.dk>
4978         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4980         * windows.texi (Window Start): Update pos-visible-in-window-p.
4982 2006-09-04  Richard Stallman  <rms@gnu.org>
4984         * processes.texi (Accepting Output): Explain SECONDS=0 for
4985         accept-process-output.
4987         * os.texi (Idle Timers): Explain why timer functions should not
4988         loop until (input-pending-p).
4990 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4992         * makefile.w32-in (usermanualdir): New variable.
4993         (elisp.dvi): Use it.
4995 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4997         * buffers.texi (Buffer Modification): Fix last change.
4999 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5001         * buffers.texi (Buffer Modification):
5002         Document buffer-chars-modified-tick.
5004 2006-08-31  Richard Stallman  <rms@gnu.org>
5006         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5008 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5010         * modes.texi (Syntactic Font Lock):
5011         Mention font-lock-syntactic-face-function
5012         instead of specific faces.
5014 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5016         * display.texi (Images): Add xrref to display-images-p.
5018 2006-08-28  Kenichi Handa  <handa@m17n.org>
5020         * nonascii.texi (Lisp and Coding Systems): Fix description of
5021         detect-coding-region.
5023 2006-08-27  Michael Olson  <mwolson@gnu.org>
5025         * processes.texi (Transaction Queues): Remove stray quote
5026         character.
5028 2006-08-25  Richard Stallman  <rms@gnu.org>
5030         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5031         Add xref.
5033 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5035         * os.texi (Timers): Avoid waiting inside timers.
5037 2006-08-21  Lute Kamstra  <lute@gnu.org>
5039         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5041 2006-08-20  Richard Stallman  <rms@gnu.org>
5043         * os.texi (Idle Timers): New node, split out from Timers.
5044         Document current-idle-time.
5045         * commands.texi (Reading One Event): Update xref.
5046         * elisp.texi (Top): Update subnode menu.
5048 2006-08-16  Richard Stallman  <rms@gnu.org>
5050         * keymaps.texi (Extended Menu Items): Show format of cached
5051         bindings in extended menu items.
5053         * customize.texi (Variable Definitions): Explain when the
5054         standard value expression is evaluated.
5056 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5058         * commands.texi (Reading One Event): Explain idleness in
5059         `read-event'.
5061 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5063         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5064         (Commands for Insertion): Remove split-line since it's not
5065         relevant for Lisp programming.
5066         (Yank Commands): Rewrite introduction.
5067         (Undo): Clarify.
5068         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5069         (Filling): Remove redundant comment.  Clarify return value of
5070         current-justification.
5071         (Margins): Minor clarifications.
5072         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5073         (Sorting): Update definition of sort-lines.
5074         (Columns): Clarify behavior of sort-columns.
5075         (Indent Tabs): Link to Tab Stops in Emacs manual.
5076         (Special Properties): Clarify.
5077         (Clickable Text): Mention Buttons package.
5079 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5081         * os.texi (Time Parsing): Add %z to description of
5082         format-time-string, as per docstring.  Add cross reference to
5083         glibc manual for strftime.
5085 2006-08-08  Richard Stallman  <rms@gnu.org>
5087         * modes.texi: Clean up wording in previous change.
5089 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5091         * modes.texi (Hooks): Clarify.
5092         (Major Mode Basics): Mention define-derived-mode explicitly.
5093         (Major Mode Conventions): Rebinding RET is OK for some modes.
5094         Mention change-major-mode-hook and after-change-major-mode-hook.
5095         (Example Major Modes): Move to end of Modes section.
5096         (Mode Line Basics): Clarify.
5097         (Mode Line Data): Mention help-echo and local-map in strings.
5098         Explain reason for treatment of non-risky variables.
5099         (Properties in Mode): Clarify.
5100         (Faces for Font Lock): Add font-lock-negation-char-face.
5102 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5104         * strings.texi (Formatting Strings): Warn against arbitrary
5105         strings as first arg to `format'.
5107 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5109         * text.texi (Clickable Text): Mention `help-echo' text property.
5110         Update intro, examples and associated explanations.
5112 2006-07-31  Richard Stallman  <rms@gnu.org>
5114         * commands.texi: Update xrefs.
5115         (Event Mod): New node, cut out from old Translating Input.
5117         * maps.texi: Update xrefs.
5119         * keymaps.texi (Translation Keymaps): New node.
5120         Update xrefs from Translating Input to Translation Keymaps.
5122         * elisp.texi (Top): Update subnode menu.
5124         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5126         * os.texi (System Interface): Fix menu descriptions of some nodes.
5127         (Translating Input): Node deleted.
5129 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5131         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5133         * lists.texi (Sets And Lists): Likewise.
5135 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5137         * text.texi (Fields): Mention POS
5138         requirement when narrowing is in effect.
5140 2006-07-28  Richard Stallman  <rms@gnu.org>
5142         * display.texi (Face Attributes): Simplify wording.
5143         (Attribute Functions): Clarify meaning of new-frame default
5144         attribute settings.
5146         * customize.texi (Common Keywords): Document how to use
5147         :package-version in a package not in Emacs.
5149 2006-07-28  Kim F. Storm  <storm@cua.dk>
5151         * commands.texi (Reading One Event): Fix last change.
5153 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5155         * commands.texi (Reading One Event): Document SECONDS argument for
5156         read-event, read-char, and read-char-exclusive.
5158 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5161         to ensure correct identification.
5163 2006-07-24  Richard Stallman  <rms@gnu.org>
5165         * text.texi (Clickable Text): Clarify.
5167         * sequences.texi (Vector Functions): Delete duplicate xref.
5169         * objects.texi (Function Type): Clarify.
5171         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5172         modes.
5174         * lists.texi (List Variables): New node.
5175         Material moved from other nodes.
5177         * variables.texi (Setting Variables): add-to-list and
5178         add-to-ordered-list moved to List Variables node.
5180 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5182         * text.texi (Links and Mouse-1):
5183         For mouse-on-link-p, expand on arg POS.
5185 2006-07-21  Kim F. Storm  <storm@cua.dk>
5187         * display.texi (Forcing Redisplay): Don't mention systems which
5188         don't support sub-second timers for redisplay-preemption-period.
5190         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5192 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5194         * frames.texi (Input Focus): Document that focus-follows-mouse has
5195         no effect on MS-Windows.
5197 2006-07-18  Richard Stallman  <rms@gnu.org>
5199         * display.texi (Forcing Redisplay): Cleanups in previous change.
5201         * processes.texi (Low-Level Network): Make menu more convenient.
5203 2006-07-18  Kim F. Storm  <storm@cua.dk>
5205         * display.texi (Forcing Redisplay): redisplay-preemption-period
5206         only used on window systems.  Add xref to Terminal Output.
5208         * os.texi (Terminal Output): baud-rate only controls preemption on
5209         non-window systems.  Add xref to Forcing Redisplay.
5211         * processes.texi (Low-Level Network): Rename node "Make Network"
5212         to "Network Processes".
5214 2006-07-18  Karl Berry  <karl@gnu.org>
5216         * variables.texi, functions.texi, customize.texi, loading.texi:
5217         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5219 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5221         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5223 2006-07-17  Richard Stallman  <rms@gnu.org>
5225         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5226         Put period and comma inside quotes.
5228         * loading.texi, markers.texi: Use real doublequote inside menus.
5230         * windows.texi: Put point and comma inside quotes.
5231         (Textual Scrolling): Use @samp for error message.
5233         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5234         * strings.texi, streams.texi, processes.texi, os.texi:
5235         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5236         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5237         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5238         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5239         Put point and comma inside quotes.
5241         * control.texi (Processing of Errors): Add command-error-function.
5243         * variables.texi (File Local Variables): Clarify that
5244         file local variables make buffer-local bindings.
5246         * modes.texi (Syntactic Font Lock): Give default for
5247         font-lock-syntax-table.
5249 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5251         * text.texi (Special Properties): Clean up previous change.
5253 2006-07-16  Karl Berry  <karl@gnu.org>
5255         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5256         * control.texi: Fix bad page breaks through chapter 10 (control).
5258         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5259         underfull hbox.
5261 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5263         * text.texi (Special Properties): Describe fontified text property
5264         in relation to a character (not text).
5266 2006-07-15  Kim F. Storm  <storm@cua.dk>
5268         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5269         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5270         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5272         * anti.texi (Antinews): Mention redisplay function.
5273         The kbd macro existed, but was not documented, before 22.x.
5274         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5276 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5278         * display.texi (Displaying Messages): Add anchor.
5280         * frames.texi (Dialog Boxes): Use it.
5282 2006-07-12  Richard Stallman  <rms@gnu.org>
5284         * objects.texi (Frame Type): Explain nature of frames better.
5286         * frames.texi (Frames): Explain nature of frames better.
5288 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5290         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5292 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5294         * frames.texi (Window System Selections): Mention scrap support for Mac.
5295         Default value of x-select-enable-clipboard is t on Mac.
5297         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5299 2006-07-11  Kim F. Storm  <storm@cua.dk>
5301         * display.texi (Forcing Redisplay): Add `redisplay' function.
5302         Don't mention (sit-for -1) -- use (redisplay t) instead.
5304         * commands.texi (Waiting): (sit-for -1) is no longer special.
5305         (sit-for 0) is equivalent to (redisplay).
5306         Iconifying/deiconifying no longer makes sit-for return.
5308 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5310         * display.texi (Buttons): Fix typo.
5312         * index.texi, elisp.texi (New Symbols): Comment node out.
5314 2006-07-09  Richard Stallman  <rms@gnu.org>
5316         * display.texi (Truncation): Clean up previous change.
5318 2006-07-08  Richard Stallman  <rms@gnu.org>
5320         * commands.texi (Interactive Call): Use 3 as prefix in example
5321         for execute-extended-command.
5323         * display.texi (Attribute Functions): Move paragraph about
5324         compatibility with Emacs < 21.
5326 2006-07-09  Kim F. Storm  <storm@cua.dk>
5328         * display.texi (Refresh Screen): Clarify force-window-update.
5329         (Truncation): "Normally" indicated by fringe arrows.
5331 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5333         * windows.texi (Textual Scrolling, Resizing Windows):
5334         * variables.texi (Constant Variables):
5335         * text.texi (Buffer Contents, Deletion, Changing Properties)
5336         (Property Search, Special Properties, Sticky Properties)
5337         (Links and Mouse-1, Fields, Change Hooks):
5338         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5339         (Categories):
5340         * symbols.texi (Other Plists):
5341         * streams.texi (Output Variables):
5342         * processes.texi (Input to Processes, Query Before Exit):
5343         * positions.texi (Word Motion, Text Lines, List Motion):
5344         * os.texi (Init File, System Environment, Sound Output)
5345         (Session Management):
5346         * nonascii.texi (Text Representations, Character Sets)
5347         (Chars and Bytes, Locales):
5348         * modes.texi (Defining Minor Modes, Header Lines):
5349         * minibuf.texi (Minibuffer Contents):
5350         * markers.texi (Information from Markers):
5351         * lists.texi (List Elements, Building Lists, Association Lists):
5352         * keymaps.texi (Tool Bar):
5353         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5354         * functions.texi (What Is a Function, Mapping Functions):
5355         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5356         (Color Names, Text Terminal Colors, Display Feature Testing):
5357         * files.texi (Visiting Functions, File Name Components)
5358         (Unique File Names, Contents of Directories):
5359         * display.texi (Forcing Redisplay, Displaying Messages)
5360         (Temporary Displays, Font Selection, Auto Faces)
5361         (Font Lookup, Fringe Indicators, Display Margins)
5362         (Image Descriptors, Showing Images, Image Cache, Button Types)
5363         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5364         (Display Table Format, Glyphs):
5365         * control.texi (Iteration):
5366         * commands.texi (Command Loop Info, Adjusting Point):
5367         * backups.texi (Making Backups, Auto-Saving):
5368         Remove @tindex entries.
5370 2006-07-07  Kim F. Storm  <storm@cua.dk>
5372         * display.texi (Fringe Cursors): Fix typo.
5373         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5374         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5376 2006-07-05  Richard Stallman  <rms@gnu.org>
5378         * text.texi (Buffer Contents): Add example of text props
5379         in result of buffer-substring.
5380         (Text Properties): Explain better about use of specific property names.
5381         (Property Search): Some cleanups; reorder some functions.
5383         * keymaps.texi (Changing Key Bindings): Cleanup.
5384         Add xref to Key Binding Conventions.
5386         * display.texi (Attribute Functions): Add examples for
5387         face-attribute-relative-p.
5389         * tips.texi (Coding Conventions): Cleanup last change.
5391 2006-07-05  Karl Berry  <karl@gnu.org>
5393         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5394         Remove @setchapternewpage odd.
5395         Result is 1013 pages, down from 1100.
5397         * anti.texi, customize.texi, display.texi, internals.texi:
5398         * minibuf.texi, modes.texi, tips.texi:
5399         Fix overfull/underfull boxes.
5401 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5403         * edebug.texi (Instrumenting):
5404         Add Edebug-specific findex for eval-buffer.
5405         * loading.texi (Loading):
5406         Replace eval-current-buffer with eval-buffer.
5408 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5410         * locals.texi (Standard Buffer-Local Variables): Update the list
5411         of variables.
5413 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5415         * files.texi (File Name Completion): Point user to the node
5416         "Reading File Names".
5418 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5420         * files.texi (Contents of Directories): Document case-insensitive
5421         behavior on respective filesystems.
5423         * objects.texi (Character Type): Document that Emacs signals an
5424         error for unsupported Unicode characters specified as \uNNNN.
5426 2006-06-19  Richard Stallman  <rms@gnu.org>
5428         * processes.texi (Bindat Spec): Clarify previous change.
5430 2006-06-16  Richard Stallman  <rms@gnu.org>
5432         * tips.texi (Coding Conventions): Better explain conventions
5433         for definition constructs.
5435         * text.texi (Special Properties): String value of `read-only'
5436         serves as the error message.
5438         * objects.texi (Character Type): Clarify prev. change.
5439         (Non-ASCII in Strings): Mention \u and \U.
5441         * commands.texi (Using Interactive): Explain problem of
5442         markers, etc., in command-history.
5444 2006-06-14  Kim F. Storm  <storm@cua.dk>
5446         * commands.texi (Waiting): Negative arg to sit-for forces
5447         redisplay even if input is pending.
5449         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5450         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5451         around (sit-for 0).
5453 2006-06-13  Richard Stallman  <rms@gnu.org>
5455         * display.texi (Forcing Redisplay): Clarify previous change.
5457 2006-06-13  Romain Francoise  <romain@orebokech.com>
5459         * display.texi (Forcing Redisplay): Fix typo.
5461 2006-06-13  Kim F. Storm  <storm@cua.dk>
5463         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5465 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5467         * tips.texi (Coding Conventions): Add `@end itemize'.
5469 2006-06-10  Richard Stallman  <rms@gnu.org>
5471         * tips.texi (Coding Conventions): Explain use of coding systems
5472         to ensure one decoding for strings.
5474 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5476         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5477         syntax.
5479 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5481         * display.texi (Font Selection): Remove description of
5482         clear-face-cache.
5484         * compile.texi (Eval During Compile): Fix a typo.  Add index
5485         entries for possible uses of eval-when-compile.
5487 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5489         * display.texi (Abstract Display): Fix typo.
5491 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5493         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5494         Reword variable's description.
5496 2006-06-01  Richard Stallman  <rms@gnu.org>
5498         * windows.texi (Splitting Windows): Clarify splitting nonselected
5499         window.
5501 2006-05-31  Juri Linkov  <juri@jurta.org>
5503         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5505 2006-05-30  Richard Stallman  <rms@gnu.org>
5507         * display.texi (Line Height): Fix errors in description of
5508         default line height and line-height property.
5510         * nonascii.texi (Default Coding Systems): Further clarification.
5512 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5514         * internals.texi (Pure Storage): Mention that an overflow in pure
5515         space causes a memory leak.
5516         (Garbage Collection): If there was an overflow in pure space,
5517         `garbage-collect' returns nil.
5519 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5521         * nonascii.texi (Default Coding Systems): Fix it some more.
5523 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5525         * nonascii.texi (Default Coding Systems): Fix last change.
5527 2006-05-29  Kenichi Handa  <handa@m17n.org>
5529         * nonascii.texi (find-operation-coding-system): Describe the new
5530         argument format (FILENAME . BUFFER).
5532 2006-05-28  Richard Stallman  <rms@gnu.org>
5534         * tips.texi (Coding Conventions): Better explain reasons not to
5535         advise other packages or use `eval-after-load'.
5537 2006-05-29  Kim F. Storm  <storm@cua.dk>
5539         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5540         `bindat-idx' and `bindat-raw' for clarity.
5542 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5544         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5546         * display.texi (Display): Add "Abstract Display" to menu.
5547         (Abstract Display, Abstract Display Functions)
5548         (Abstract Display Example): New nodes.
5549         * elisp.texi (Top): Add "Abstract Display" to menu.
5551 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5553         * keymaps.texi (Key Sequences): Link to input events definition.
5554         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5556         * files.texi (Changing Files): Document updated argument list for
5557         copy-file.
5559 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5561         * processes.texi (Bindat Functions): Explain term "total length".
5562         Use it in bindat-length and bindat-pack descriptions.
5564 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5566         * tips.texi (Coding Conventions): Advise against using
5567         eval-after-load in packages.  Add an index entry.
5569 2006-05-25  Juri Linkov  <juri@jurta.org>
5571         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5573         * modes.texi (%-Constructs): Add %e, %z, %Z.
5575 2006-05-25  Richard Stallman  <rms@gnu.org>
5577         * elisp.texi (Top): Update subnode menu.
5579         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5580         (Keymaps): Update menu.
5582 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5584         * keymaps.texi (Key Sequences): Some clarifications.
5586 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5588         * processes.texi (Bindat Functions): Say "unibyte string"
5589         explicitly for bindat-unpack and bindat-pack descriptions.
5590         (Bindat Examples): Don't call `string-make-unibyte' in example.
5592 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5594         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5595         Explain string and vector representations of key sequences.
5597         * keymaps.texi (Changing Key Bindings):
5598         * commands.texi (Interactive Codes):
5599         * help.texi (Describing Characters): Refer to it.
5601 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5603         * frames.texi (Pointer Shape): @end table -> @end defvar.
5605 2006-05-22  Richard Stallman  <rms@gnu.org>
5607         * elisp.texi (Top): Update subnode menus.
5609         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5610         Contents rewritten; material from old Pointer Shape node moved here.
5612         * display.texi (Pointer Shape): Node deleted.
5613         (Image Descriptors): Minor cleanup.
5615 2006-05-21  Richard Stallman  <rms@gnu.org>
5617         * syntax.texi (Parsing Expressions): Update info on which STATE
5618         elements are ignored.
5620 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5622         * hooks.texi (Standard Hooks): Correct typo.
5624         * gpl.texi (GPL): ifinfo -> ifnottex.
5626 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5628         * searching.texi (Simple Match Data): Warn about match data being
5629         set anew by every search.
5631 2006-05-17  Richard Stallman  <rms@gnu.org>
5633         * minibuf.texi (Minibuffer History): Clarify.
5635         * searching.texi (Regexp Special): Clarify nested regexp warning.
5637 2006-05-16  Kim F. Storm  <storm@cua.dk>
5639         * minibuf.texi (Minibuffer History): Update add-to-history.
5641 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5643         * nonascii.texi (Explicit Encoding):
5644         Fix typo (encoding<->decoding).
5646 2006-05-14  Richard Stallman  <rms@gnu.org>
5648         * buffers.texi (Creating Buffers): Cleanup.
5650         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5652 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5654         * buffers.texi (Current Buffer): Document that with-temp-buffer
5655         disables undo.
5657         * os.texi (Terminal-Specific): More accurate description of how
5658         Emacs searches for the terminal-specific libraries.
5660 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5662         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5663         emacs-xtra to @inforef's.
5665         * text.texi (Undo): Document that undo is turned off in buffers
5666         whose names begin with a space.
5668         * buffers.texi (Buffer Names): Add index entries for buffers whose
5669         names begin with a space.
5670         (Creating Buffers): Document that undo is turned off in buffers
5671         whose names begin with a space.
5673         * files.texi (Visiting Functions, Reading from Files)
5674         (Saving Buffers): Mention code and EOL conversions by file I/O
5675         primitives and subroutines.
5677         * nonascii.texi (Lisp and Coding Systems):
5678         Document coding-system-eol-type.  Add index entries for eol conversion.
5680         * display.texi (Defining Faces): Mention `mac', and add an xref to
5681         where window-system is described.
5683 2006-05-10  Richard Stallman  <rms@gnu.org>
5685         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5687 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5689         * variables.texi (File Local Variables): Recommend to quote lambda
5690         expressions in safe-local-variable property.
5692 2006-05-09  Richard Stallman  <rms@gnu.org>
5694         * variables.texi (File Local Variables):
5695         Document safe-local-eval-forms and safe-local-eval-function.
5697 2006-05-07  Kim F. Storm  <storm@cua.dk>
5699         * minibuf.texi (Minibuffer History): Remove keep-dups arg
5700         from add-to-history.
5702 2006-05-07  Romain Francoise  <romain@orebokech.com>
5704         * commands.texi (Event Input Misc):
5705         * compile.texi (Eval During Compile):
5706         * internals.texi (Buffer Internals):
5707         * minibuf.texi (Initial Input):
5708         * nonascii.texi (Scanning Charsets):
5709         * numbers.texi (Comparison of Numbers):
5710         * windows.texi (Textual Scrolling, Vertical Scrolling):
5711         Fix various typos.
5713 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5715         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5716         conditional xref's to either emacs or emacs-xtra, depending on
5717         @iftex/@ifnottex.
5719         * minibuf.texi (Minibuffer History): Document add-to-history.
5721 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
5723         * internals.texi (Pure Storage): Mention the pure overflow message
5724         at startup.
5726 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
5728         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5729         (Searching Keymaps): Fix pseudo-Lisp description of keymap
5730         search.
5732 2006-05-01  Richard Stallman  <rms@gnu.org>
5734         * intro.texi (nil and t): Clarify.
5736         * variables.texi (File Local Variables): Suggest using booleanp.
5738 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
5740         * objects.texi (Type Predicates): Fix typos.
5742 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5744         * intro.texi (nil and t): Add booleanp.
5746         * objects.texi (Type Predicates): Add links for booleanp and
5747         string-or-null-p.
5749 2006-04-29  Richard Stallman  <rms@gnu.org>
5751         * modes.texi (Multiline Font Lock): Rename from
5752         Multi line Font Lock Elements.  Much clarification.
5753         (Font Lock Multiline, Region to Fontify): Much clarification.
5755 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5757         * variables.texi (File Local Variables): Remove the special case t for
5758         safe-local-variable.
5760 2006-04-26  Richard Stallman  <rms@gnu.org>
5762         * syntax.texi (Parsing Expressions): Minor cleanup.
5764 2006-04-18  Richard Stallman  <rms@gnu.org>
5766         * tips.texi (Coding Conventions): Explain when the package's
5767         prefix should appear later on (not at the start of the name).
5769         * searching.texi (String Search): Clarify effect of NOERROR.
5771         * modes.texi (Imenu): Clarify what special items do.
5773         * hooks.texi (Standard Hooks): Delete text about old hook names.
5775 2006-04-17  Romain Francoise  <romain@orebokech.com>
5777         * variables.texi (Local Variables): Update the default value of
5778         `max-specpdl-size'.
5780 2006-04-15  Michael Olson  <mwolson@gnu.org>
5782         * processes.texi (Transaction Queues): Mention the new optional
5783         `delay-question' argument for `tq-enqueue'.
5785 2006-04-13  Bill Wohler  <wohler@newt.com>
5787         * customize.texi (Common Keywords): Use dotted notation for
5788         :package-version value.  Specify its values.  Improve documentation
5789         for customize-package-emacs-version-alist.
5791 2006-04-12  Bill Wohler  <wohler@newt.com>
5793         * customize.texi (Common Keywords): Move description of
5794         customize-package-emacs-version-alist to @defvar.
5796 2006-04-10  Bill Wohler  <wohler@newt.com>
5798         * customize.texi (Common Keywords): Add :package-version.
5800 2006-04-10  Kim F. Storm  <storm@cua.dk>
5802         * text.texi (Buffer Contents): Add NOPROPS arg to
5803         filter-buffer-substring.
5805 2006-04-08  Kevin Ryde  <user42@zip.com.au>
5807         * os.texi (Command-Line Arguments): Update xref to emacs manual
5808         "Command Arguments" -> "Emacs Invocation", per change there.
5810 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
5812         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5813         be on one line to help makeinfo not render two spaces after the dot.
5815 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5817         * strings.texi (Predicates for Strings): Add string-or-null-p.
5819 2006-03-28  Kim F. Storm  <storm@cua.dk>
5821         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5822         remarks about systems that don't support fractional seconds.
5824 2006-03-25  Karl Berry  <karl@gnu.org>
5826         * elisp.texi: Use @copyright{} instead of (C), and do not indent
5827         the year list.
5829 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5831         * display.texi (Fringe Indicators): Fix typos.
5833 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5835         * tips.texi (Documentation Tips): One can now also write `program'
5836         in front of a quoted symbol in a docstring to prevent making a
5837         hyperlink.
5839 2006-03-19  Alan Mackenzie  <acm@muc.de>
5841         * text.texi (Special Properties): Clarify `fontified' property.
5843 2006-03-16  Richard Stallman  <rms@gnu.org>
5845         * display.texi (Defining Images): Minor cleanup.
5847 2006-03-16  Bill Wohler  <wohler@newt.com>
5849         * display.texi (Defining Images): In image-load-path-for-library,
5850         prefer user's images.
5852 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5856 2006-03-15  Bill Wohler  <wohler@newt.com>
5858         * display.texi (Defining Images): Fix example in
5859         image-load-path-for-library by not recommending that one binds
5860         image-load-path.  Just defvar it to placate compiler and only use
5861         it if previously defined.
5863 2006-03-14  Bill Wohler  <wohler@newt.com>
5865         * display.texi (Defining Images): In image-load-path-for-library,
5866         always return list of directories.  Update example.
5868 2006-03-14  Alan Mackenzie  <acm@muc.de>
5870         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5871         This describes font-lock-extend-region-function.
5872         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5873         the new node "Region to Fontify".
5875 2006-03-13  Richard Stallman  <rms@gnu.org>
5877         * display.texi (Invisible Text): The impossible position is
5878         now before the invisible text, not after.
5879         (Defining Images): Clean up last change.
5881 2006-03-11  Bill Wohler  <wohler@newt.com>
5883         * display.texi (Defining Images): Add image-load-path-for-library.
5885 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5887         * text.texi (Adaptive Fill): Fix Texinfo usage.
5889         * strings.texi (Creating Strings): Fix Texinfo usage.
5891         * searching.texi (Regexp Special): Use @samp for regular
5892         expressions that are not in Lisp syntax.
5894 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5896         * searching.texi (Regexp Special): Put remark between parentheses
5897         to avoid misreading.
5899 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
5901         * searching.texi (Syntax of Regexps): More accurately describe
5902         which characters are special in which situations.
5903         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5904         are not special.  Describe in detail when `[' and `]' are special.
5905         (Regexp Backslash): Plenty of regexps with unbalanced square
5906         brackets are valid, so reword that statement.
5908 2006-03-02  Kim F. Storm  <storm@cua.dk>
5910         * keymaps.texi (Tool Bar): Add tool-bar-border.
5912 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
5914         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
5916 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5918         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5920         * files.texi (Locating Files): Suggest additional values for the
5921         SUFFIXES arg of `locate-file'.  Update pxref.
5923         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5924         (How Programs Do Loading): Discuss the effects of Auto Compression
5925         mode on `load'.
5926         (Load Suffixes): New node.
5927         (Library Search): Delete description of `load-suffixes'; it was
5928         moved to "Load Suffixes".
5929         (Autoload, Named Features): Mention `load-suffixes'.
5931 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5933         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5935         * windows.texi (Window Tree): Fix typo.
5937 2006-02-20  Kim F. Storm  <storm@cua.dk>
5939         * display.texi (Fringe Indicators): New section.
5940         Move indicate-empty-lines, indicate-buffer-boundaries, and
5941         default-indicate-buffer-boundaries here.
5942         Add fringe-indicator-alist and default-fringes-indicator-alist.
5943         Add list of logical fringe indicator symbols.
5944         Update list of standard bitmap names.
5945         (Fringe Cursors): New section.
5946         Move overflow-newline-into-fringe here.
5947         Add fringe-cursor-alist and default-fringes-cursor-alist.
5948         Add list of fringe cursor symbols.
5950 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5952         * commands.texi (Using Interactive): Fix reference to node
5953         "Minibuffers".
5955 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5957         * minibuf.texi (High-Level Completion):
5958         Add xref to read-input-method-name.
5960         * files.texi (Relative File Names): Move file-relative-name here.
5961         (File Name Expansion): From here.  Minor clarifications.
5963         * commands.texi (Using Interactive): Add xrefs about reading input.
5964         Clarify remarks about that moving point and mark.
5965         Put string case before list case.
5967 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5969         * display.texi (Other Display Specs, Image Descriptors):
5970         Revert erroneous changes.  The previous description of
5971         image-descriptors as `(image . PROPS)' was correct.
5973 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5975         * variables.texi (File Local Variables): Clarifications.
5977 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5979         * variables.texi (File Local Variables): Use @code for a cons
5980         cell, not @var.
5982 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5984         * variables.texi (File Local Variables): Document new file local
5985         variable behavior.
5987 2006-02-10  Kim F. Storm  <storm@cua.dk>
5989         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5991 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5993         * modes.texi (%-Constructs): Remove obsolete info about
5994         `global-mode-string'.
5996 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5998         * commands.texi (Prefix Command Arguments): Minor cleanup.
6000         * display.texi: "Graphical display", not window system.
6002         * functions.texi (What Is a Function): Fix xref.
6004         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6005         (Changing Key Bindings): Clarify when remapping is better than
6006         substitute-key-definition.
6008 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6010         * minibuf.texi (Basic Completion): Completion alists are risky.
6012         * keymaps.texi (Active Keymaps): Clarifications.
6013         (Searching Keymaps): New node.
6014         (Keymaps): Update menu.
6016         * frames.texi (Layout Parameters): Minor clarification.
6017         (Drag and Drop): New node.
6018         (Frames): Update menu.
6020 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6022         * display.texi (Other Display Specs, Image Descriptors):
6023         Image description is a list, not a cons cell.
6025 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6027         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6028         list is not necessarily a list).
6030 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6032         * frames.texi (Layout Parameters): border-width and
6033         internal-border-width belong to the frame, not the window.
6035 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6037         * nonascii.texi (Translation of Characters): Search cmds use
6038         translation-table-for-input.  Automatically made local.
6040         * markers.texi (Overview of Markers): Count insertion type
6041         as one of a marker's attributes.
6043         * keymaps.texi (Controlling Active Maps): New node, split out of
6044         Active Keymaps.
6045         (Keymaps): Menu updated.
6046         (Active Keymaps): Give pseudocode to explain how the active
6047         maps are searched.  current-active-maps and key-binding moved here.
6048         (Functions for Key Lookup): current-active-maps and key-binding moved.
6049         Clarifications.
6050         (Searching the Keymaps): New subnode.
6052         * elisp.texi (Top): Menu clarification.
6054         * display.texi (Other Display Specs): Delete duplicate entry for
6055         just a string as display spec.  Move text about recursive display
6056         specs on such a string.
6058         * commands.texi (Key Sequence Input): Clarify.
6059         Move num-nonmacro-input-events out.
6060         (Reading One Event): num-nonmacro-input-events moved here.
6062 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6064         * advice.texi (Simple Advice): Update example to fit argument
6065         change in previous-line.
6067 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6069         * markers.texi (The Mark): Fix in `mark'.
6071 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6073         * processes.texi (Misc Network, Make Network): Minor cleanups.
6075 2006-01-04  Kim F. Storm  <storm@cua.dk>
6077         * processes.texi (Make Network): Add IPv6 addresses and handling.
6078         (Network Feature Testing): Mention (:family ipv6).
6079         (Misc Network): Add IPv6 formats to format-network-address.
6081 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6083         * text.texi (Changing Properties):
6084         Don't use return value of set-text-properties.
6086 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6088         * modes.texi (Mode Line Format): Correct typo in menu.
6090 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6092         * modes.texi (Mode Line Top): New node.
6093         (Mode Line Data): Some text moved to new node.
6094         Explain the data structure more concretely.
6095         (Mode Line Basics): Clarifications.
6096         (Mode Line Variables): Clarify intro paragraph.
6097         (%-Constructs): Clarify intro paragraph.
6098         (Mode Line Format): Update menu.
6100 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6102         * minibuf.texi (Basic Completion): Update lazy-completion-table
6103         examples for removal of ARGS argument.
6105 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6107         * text.texi (Undo): Restore some explanation from the version
6108         that was deleted.
6110 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6112         * text.texi (Undo): Remove duplicate descriptions of `apply
6113         funname' and `apply delta' elements of the undo list.
6115 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6117         * help.texi (Help Functions): Update documentation of `apropos'.
6119 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6121         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6122         because it is confusing.  If the :help-echo keyword is a function,
6123         it is not directly used as the :help-echo overlay property, as the
6124         xref seems to suggest (it does not take the appropriate args).
6126 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6128         * customize.texi (Common Keywords): Fix Texinfo usage.
6129         (Group Definitions, Variable Definitions): Update for new
6130         conventions for using `*' in docstrings.
6132         * tips.texi (Documentation Tips): Update for new conventions for
6133         using `*' in docstrings.
6135 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6137         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6139 2005-12-16  Juri Linkov  <juri@jurta.org>
6141         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6143 2005-12-14  Romain Francoise  <romain@orebokech.com>
6145         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6146         Fix typo.
6148 2005-12-11  Juri Linkov  <juri@jurta.org>
6150         * minibuf.texi (Completion Commands): Add mention of read-file-name
6151         for filename completion keymaps.
6152         (Reading File Names): Add mention of filename completion keymaps
6153         for read-file-name and xref to `Completion Commands'.
6155 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6157         * customize.texi (Common Keywords): State caveats for use of :tag.
6159 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6161         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6162         with xrefs and better explanation.
6163         (Completion Commands): Add the filename completion maps.
6165         * objects.texi (Character Type): Clarify that \s is not space
6166         if a dash follows.
6168 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6170         * windows.texi (Resizing Windows): Delete preserve-before args.
6172 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6175         in full keymaps, since the quirk has been fixed.
6177 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6179         * hooks.texi (Standard Hooks): Add index entries.
6180         Mention `compilation-finish-functions'.
6182 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6184         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6186 2005-11-21  Juri Linkov  <juri@jurta.org>
6188         * customize.texi (Common Keywords): Update links types
6189         custom-manual and url-link.  Add link types emacs-library-link,
6190         file-link, function-link, variable-link, custom-group-link.
6192 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6194         * display.texi: Revert 2005-11-20 change.
6196 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6198         * processes.texi (Bindat Functions):
6199         Say "third" to refer to zero-based index "2".
6201 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6203         * loading.texi (Library Search): Update the default value of
6204         `load-suffixes'.
6206 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6208         * display.texi (Attribute Functions): Mention :ignore-defface.
6210 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6213         (Minor Mode Conventions): Mention the use of a hook.
6215 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6217         * files.texi (Magic File Names): find-file-name-handler checks the
6218         `operations' property of the handler.
6220 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6222         * variables.texi (Frame-Local Variables): Small clarification.
6224 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6226         * os.texi (Init File): Document ~/.emacs.d/init.el.
6228 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6230         * internals.texi (Garbage Collection): Document memory-full.
6232 2005-10-28  Bill Wohler  <wohler@newt.com>
6234         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6235         for URLs.
6237 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6239         * minibuf.texi (Completion Commands): Clean up prev change.
6241 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6243         * compile.texi (Eval During Compile): Explain recommended uses
6244         of eval-when-compile and eval-and-compile.
6246 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6248         * minibuf.texi (Completion Commands):
6249         Write about new optional argument for `display-completion-list'.
6251 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6253         * display.texi (Overlay Arrow): Clarify about local bindings of
6254         overlay-arrow-position.
6256 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6258         * internals.texi (Building Emacs): Fix last change.
6260 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6262         * internals.texi (Building Emacs): Document eval-at-startup.
6264 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6266         * loading.texi (Where Defined): load-history contains abs file names.
6267         symbol-file returns abs file names.
6269 2005-10-19  Kim F. Storm  <storm@cua.dk>
6271         * display.texi (Showing Images): Add max-image-size integer value.
6273 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6275         * display.texi (Showing Images): Document max-image-size.
6277 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6279         * commands.texi (Quitting): Minor clarification.
6281         * processes.texi (Sentinels): Clarify about output and quitting.
6282         (Filter Functions): Mention with-local-quit.
6284 2005-10-17  Juri Linkov  <juri@jurta.org>
6286         * buffers.texi (Current Buffer):
6287         * commands.texi (Event Input Misc):
6288         * compile.texi (Eval During Compile, Compiler Errors):
6289         * customize.texi (Group Definitions):
6290         * display.texi (Progress, Defining Faces):
6291         * files.texi (Writing to Files):
6292         * modes.texi (Mode Hooks, Defining Minor Modes):
6293         * streams.texi (Output Functions):
6294         * syntax.texi (Syntax Table Functions):
6295         * text.texi (Change Hooks):
6296         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6298         * commands.texi (Quitting): Replace arg `forms' with `body' in
6299         `with-local-quit'.
6301         * positions.texi (Excursions): Replace arg `forms' with `body' in
6302         `save-excursion'.
6304 2005-10-08  Kim F. Storm  <storm@cua.dk>
6306         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6307         Rename manual section accordingly.
6309 2005-10-04  Kim F. Storm  <storm@cua.dk>
6311         * windows.texi (Window Split Tree): New section describing
6312         new function window-split-tree function.
6314 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6316         * display.texi (Fringe Size/Pos): Simplify and add detail.
6318 2005-09-30  Romain Francoise  <romain@orebokech.com>
6320         * minibuf.texi (High-Level Completion): Explain that the prompt
6321         given to `read-buffer' should end with a colon and a space.
6322         Update usage examples.
6324 2005-09-29  Juri Linkov  <juri@jurta.org>
6326         * display.texi (Displaying Messages): Rename argument name
6327         `string' to `format-string' in functions `message', `message-box',
6328         `message-or-box'.
6330 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6332         * errors.texi (Standard Errors): Correct xrefs.
6334 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6336         * display.texi (Defining Images): Update documentation for
6337         `image-load-path'.
6339 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6341         * display.texi (Defining Images): Clean up previous change.
6343 2005-09-16  Romain Francoise  <romain@orebokech.com>
6345         * elisp.texi: Specify GFDL version 1.2.
6347         * doclicense.texi (GNU Free Documentation License): Update to
6348         version 1.2.
6350 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6352         * display.texi (Defining Images): Document `image-load-path'.
6354 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6356         * objects.texi (Printed Representation): Minor cleanup.
6357         (Box Diagrams): Minor fix.
6358         (Cons Cell Type): Move (...) index item here.
6359         (Box Diagrams): From here.
6360         (Array Type): Minor fix.
6361         (Type Predicates): Delete index "predicates".
6362         (Hash Table Type): Clarify xref.
6363         (Dotted Pair Notation): Minor fix.
6365 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6367         * files.texi (Saving Buffers): Fix typo.
6369 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6371         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6373 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6375         * locals.texi (Standard Buffer-Local Variables): Don't include
6376         mode variables for minor modes.
6377         Fix xrefs for buffer-display-count, buffer-display-table,
6378         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6379         enable-multibyte-characters, fill-column, header-line-format,
6380         left-fringe-width, left-margin, and right-fringe-width.
6382         * hooks.texi (Standard Hooks): All hooks should conform to the
6383         standard naming convention now.
6384         Fix xref for `echo-area-clear-hook'.
6386         * display.texi (Usual Display): Note that indicate-empty-lines and
6387         tab-width are buffer-local.
6389         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6391         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6393         * nonascii.texi (Encoding and I/O): Note that
6394         buffer-file-coding-system is buffer-local.
6396         * positions.texi (List Motion): Note that defun-prompt-regexp is
6397         buffer-local.
6399         * text.texi (Auto Filling): Note that auto-fill-function is
6400         buffer-local.
6401         (Undo): Note that buffer-undo-list is buffer-local.
6403         * windows.texi (Buffers and Windows):
6404         Document buffer-display-count.
6406 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6408         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6409         package prefix elsewhere than at the start of the name.
6411 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6413         * tips.texi (Programming Tips): Add conventions for minibuffer
6414         questions and prompts.
6416 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6418         * intro.texi (nil and t): Minor cleanup.
6419         Delete spurious mention of keyword symbols.
6420         (Evaluation Notation): Add index entry.
6421         (A Sample Function Description): Minor cleanup.
6422         (A Sample Variable Description): Not all vars can be set.
6424 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6426         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6428         (Insertion): Document precise type of `insert-char' arg COUNT.
6430 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6432         * modes.texi (Other Font Lock Variables): Sync the default of
6433         font-lock-lines-before.
6435 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6437         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6439 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6441         * elisp.texi (Top): Update subnode menu.
6443         * searching.texi (Searching and Matching): Move node.
6444         Rearrange contents and add overall explanation.
6445         (Searching and Case): Move node.
6446         (Searching and Matching): Update menu.
6448 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6450         * os.texi (Startup Summary): Fix the description of the initial
6451         startup message display.
6453 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6455         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6457 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6459         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6460         `next-overlay-change' example.
6462 2005-08-22  Juri Linkov  <juri@jurta.org>
6464         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6465         Fix invert-face.  Fix args of face-background.
6467         * display.texi (Standard Faces): Delete node.
6468         (Faces): Add xref to `(emacs)Standard Faces'.
6469         (Displaying Faces): Fix xref to `Standard Faces'.
6471         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6473 2005-08-20  Alan Mackenzie  <acm@muc.de>
6475         * buffers.texi (The Buffer List): Clarify the manipulation of the
6476         buffer list.
6478 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6480         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6481         a regexp.
6483 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6485         * elisp.texi (Top): Update subnode lists.
6487         * display.texi (Inverse Video): Node deleted.
6489         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6490         New nodes split out of Coding Conventions.
6492         * searching.texi (Regular Expressions): Document re-builder.
6494         * os.texi (Time Parsing): New node split out of Time Conversion.
6496         * processes.texi (Misc Network, Network Feature Testing)
6497         (Network Options, Make Network): New nodes split out of
6498         Low-Level Network.
6500 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6502         * frames.texi (Geometry): New node, split from Size and Position.
6503         (Frame Parameters): Refer to Geometry.
6505         * buffers.texi (The Buffer List): Fix xrefs.
6507         * windows.texi (Splitting Windows): Fix xref.
6509         * frames.texi (Layout Parameters): Add xref.
6511         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6513         * keymaps.texi (Menu Bar): Fix xref.
6515         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6517         * modes.texi (%-Constructs): Fix xref.
6519         * frames.texi (Window Frame Parameters): Node split up.
6520         (Basic Parameters, Position Parameters, Size Parameters)
6521         (Layout Parameters, Buffer Parameters, Management Parameters)
6522         (Cursor Parameters, Color Parameters): New subnodes.
6524 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6526         * positions.texi (Screen Lines): Update xref for previous change
6527         in minibuf.texi.
6529         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6530         change in minibuf.texi.
6532 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6534         * tips.texi (Coding Conventions): Minor cleanup.
6536         * modes.texi (Defining Minor Modes): Explain when init-value
6537         can be non-nil.
6539         * elisp.texi (Top): Update submenu for Minibuffer.
6541         * minibuf.texi (Minibuffer Misc): Node split up.
6542         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6543         (Recursive Mini): New nodes split out from Minibuffer Misc.
6544         (Minibuffer Misc): Document max-mini-window-height.
6546         * hash.texi (Defining Hash): Delete stray paren in example.
6548         * display.texi (Echo Area Customization): Don't define
6549         max-mini-window-height here; xref instead.
6551         * commands.texi (Event Input Misc): Update while-no-input.
6553         * advice.texi (Advising Functions): Explain when to use advice
6554         and when to use a hook.
6556 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6558         * makefile.w32-in (info): Don't run install-info.
6559         ($(infodir)/dir): New target, produced by running install-info.
6561 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6563         * modes.texi (Defining Minor Modes): The keyword for the initial
6564         value is :init-value, not :initial-value.
6566 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6568         * loading.texi (Autoload): Make the `doctor' example be consistent
6569         with what's in current loaddefs.el.  Describe the "fn" magic in
6570         the usage portion of the doc string.
6572 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6574         * internals.texi (Garbage Collection): Clarify previous change.
6576 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6580 2005-07-18  Juri Linkov  <juri@jurta.org>
6582         * commands.texi (Accessing Events):
6583         * frames.texi (Text Terminal Colors, Resources):
6584         * markers.texi (The Mark):
6585         * modes.texi (Defining Minor Modes):
6586         Delete duplicate duplicate words.
6588 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6590         * display.texi (Managing Overlays): Clarify make-overlay
6591         args for insertion types.
6593 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6595         * customize.texi (Variable Definitions):
6596         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6597         `standard-value' is a list too.
6598         (Defining New Types): Use @key{RET} instead of @key{ret}.
6600 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6602         * os.texi (Translating Input): Fix typo.
6604 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6606         * README: Update edition number and size estimate.
6608         * elisp.texi (VERSION): Set to 2.9.
6610 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6612         * book-spine.texinfo: Update Emacs version.
6614         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6616 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6618         * searching.texi (Regexp Search): Clarify what re-search-forward
6619         does when the search fails.
6621 2005-07-05  Lute Kamstra  <lute@gnu.org>
6623         * Update FSF's address in GPL notices.
6625         * doclicense.texi (GNU Free Documentation License):
6626         * gpl.texi (GPL):
6627         * tips.texi (Coding Conventions, Library Headers):
6628         * vol1.texi:
6629         * vol2.texi: Update FSF's address.
6631 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6633         * hooks.texi (Standard Hooks): Add occur-hook.
6635 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6637         * display.texi (The Echo Area): Correct menu.
6639 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6641         * elisp.texi (Top): Update subnode menu for Display.
6643         * display.texi (Displaying Messages): New node, with most
6644         of what was in The Echo Area.
6645         (Progress): Move under The Echo Area.
6646         (Logging Messages): New node with new text.
6647         (Echo Area Customization): New node, the rest of what was
6648         in The Echo Area.  Document message-truncate-lines with @defvar.
6649         (Display): Update menu.
6651         * windows.texi (Textual Scrolling): Doc 3 values for
6652         scroll-preserve-screen-position.
6654         * text.texi (Special Properties): Change hook functions
6655         should bind inhibit-modification-hooks around altering buffer text.
6657         * keymaps.texi (Key Binding Commands): Call binding BINDING
6658         rather than DEFINITION.
6660 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6662         * variables.texi (Defining Variables): `user-variable-p' returns t
6663         for aliases of user options, nil for alias loops.
6665 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6667         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6668         make-keymap.
6670 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6672         * variables.texi (Setting Variables): Correct and clarify
6673         description of `add-to-ordered-list'.
6675 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6677         * display.texi (Faces): Minor cleanup.
6679 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6681         * display.texi (Faces): `facep' returns t for strings that are
6682         face names.
6684 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6686         * objects.texi (Equality Predicates): Clarify meaning of equal.
6688         * windows.texi (Selecting Windows): save-selected-window
6689         and with-selected-window save and restore the current buffer.
6691 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6693         * numbers.texi (Float Basics): Explain how to test for NaN,
6694         and printing the sign of NaNs.
6696 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6698         * makefile.w32-in (MAKEINFO): Use --force.
6700 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6702         * display.texi (Face Functions): Correct Texinfo usage.
6704 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6706         * lists.texi (Rings): `ring-elements' now returns the elements of
6707         RING in order.
6709 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6711         * markers.texi (The Mark): Texinfo usage fix.
6713 2005-06-23  Kim F. Storm  <storm@cua.dk>
6715         * searching.texi (Entire Match Data): Remove evaporate option for
6716         match-data.  Do not mention evaporate option for set-match-data.
6718 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6720         * display.texi (Face Functions): Mention face aliases.
6722 2005-06-21  Richard M. Stallman  <rms@gnu.org>
6724         * anti.texi (Antinews): Texinfo usage fix.
6726 2005-06-21  Karl Berry  <karl@gnu.org>
6728         * elisp.texi: Use @copying.
6730         * elisp.texi: Put @summarycontents and @contents before the Top
6731         node, instead of the end of the file, so that the contents appear
6732         in the right place in the dvi/pdf output.
6734 2005-06-21  Juri Linkov  <juri@jurta.org>
6736         * display.texi (Defining Faces): Add `customized-face'.
6738 2005-06-20  Kim F. Storm  <storm@cua.dk>
6740         * variables.texi (Setting Variables): Any type of element can be
6741         given order in add-to-ordered-list.  Compare elements with eq.
6743         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6745 2005-06-20  Karl Berry  <karl@gnu.org>
6747         * syntax.texi (Syntax Flags): Make last column very slightly wider
6748         to avoid "generic comment" breaking on two lines and causing an
6749         underfull box.
6751 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6753         * lists.texi (Rings): Various minor clarifications and corrections.
6755 2005-06-18  Richard M. Stallman  <rms@gnu.org>
6757         * functions.texi (Obsolete Functions): Simplify.
6759         * variables.texi (Variable Aliases): Simplify.
6761         * anti.texi, backups.texi, compile.texi, customization.texi:
6762         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6763         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6764         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6765         * variables.texi: Fix formatting ugliness.
6767         * elisp.texi: Add links to Rings and Byte Packing.
6768         Update version and copyright years.
6770         * minibuf.texi: Fix formatting ugliness.
6771         (Completion Commands): Move keymap vars to the end
6772         and vars completing-read binds to the top.
6774 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6776         * processes.texi: Fix typos.
6777         (Bindat Spec): Correct Texinfo error.
6778         (Byte Packing): Fix ungrammatical sentence.
6780 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
6782         * lists.texi (Rings): New node.
6783         (Lists): Add it to menu.
6785         * processes.texi (Byte Packing): New node.
6786         (Processes): Add it to menu.
6788 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6790         * syntax.texi (Parsing Expressions): Fix texinfo usage.
6792         * help.texi (Documentation Basics): Explain the xref to
6793         Documentation Tips.
6795         * debugging.texi (Debugger Commands): Minor fix.
6797 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
6799         * edebug.texi (Instrumenting): Eliminate duplicate link.
6800         (Specification List): Replace references to "below", referring to
6801         a later node, with one @ref to that node.
6803         * os.texi (Timers): Timers should save and restore the match data
6804         if they change it.
6806         * debugging.texi (Debugger Commands): Mention that the Lisp
6807         debugger can not step through primitive functions.
6809 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6811         * functions.texi (Obsolete Functions): Update argument names of
6812         `make-obsolete' and `define-obsolete-function-alias'.
6814         * variables.texi (Variable Aliases): Update argument names of
6815         `defvaralias', `make-obsolete-variable' and
6816         `define-obsolete-variable-alias'.
6818 2005-06-15  Kim F. Storm  <storm@cua.dk>
6820         * searching.texi (Entire Match Data): Rephrase warnings about
6821         evaporate arg to match-data and set-match-data.
6823 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6825         * elisp.texi (Top): Update detailed menu.
6827         * edebug.texi (Edebug): Update menu.
6828         (Instrumenting): Update xrefs.
6829         (Edebug Execution Modes): Correct xref.
6830         (Jumping): Clarify description of `h' command.
6831         Eliminate redundant @ref.
6832         (Breaks): New node.
6833         (Breakpoints): Is now a subsubsection.
6834         (Global Break Condition): Mention `C-x X X'.
6835         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
6836         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6837         (Edebug Display Update): Correct pxref.
6838         (Edebug and Macros): New node.
6839         (Instrumenting Macro Calls): Is now a subsubsection.
6840         Neither arg of `def-edebug-spec' is evaluated.
6841         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6842         (Specification Examples): Fix typo.
6844 2005-06-14  Lute Kamstra  <lute@gnu.org>
6846         * debugging.texi (Function Debugging): Primitives can break on
6847         entry too.
6849 2005-06-14  Kim F. Storm  <storm@cua.dk>
6851         * variables.texi (Setting Variables): Add add-to-ordered-list.
6853 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         * syntax.texi (Parsing Expressions): Document aux functions and vars of
6856         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6858 2005-06-13  Lute Kamstra  <lute@gnu.org>
6860         * text.texi (Special Properties): Fix cross reference.
6862 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6864         * debugging.texi (Function Debugging): Delete mention of empty
6865         string argument to `cancel-debug-on-entry'.  Delete inaccurate
6866         description of the return value of that command.
6868 2005-06-11  Alan Mackenzie  <acm@muc.de>
6870         * text.texi (Adaptive Fill): Amplify the description of
6871         fill-context-prefix.
6873 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6875         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6877 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6881 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6883         * debugging.texi (Error Debugging): Minor rewording.
6884         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6885         is optional.
6887 2005-06-10  Lute Kamstra  <lute@gnu.org>
6889         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6890         (Top): Give it a title.  Correct version number.  Give the
6891         detailed node listing a more prominent header.
6892         * intro.texi: Don't set VERSION here a second time.
6893         Mention Emacs's version too.
6894         * anti.texi (Antinews): Use EMACSVER to refer to the current
6895         version of Emacs.
6897 2005-06-09  Kim F. Storm  <storm@cua.dk>
6899         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6900         match-data and set-match-data.
6902 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6904         * searching.texi (Entire Match Data): Clarify when match-data
6905         returns markers and when integers.
6907         * display.texi (Defining Faces): Explain that face name should not
6908         end in `-face'.
6910         * modes.texi (Mode Line Data): Minor cleanup.
6911         (Customizing Keywords): Node split out of Search-based Fontification.
6912         Add example of using font-lock-add-keywords from a hook.
6913         Clarify when MODE should be non-nil, and when nil.
6915 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6917         * modes.texi (Mode Line Data): Explain what happens when the car
6918         of a list is a void symbol.
6919         (Search-based Fontification): Explain MODE arg to
6920         font-lock-add-keywords and warn about calls from major modes.
6922 2005-06-08  Juri Linkov  <juri@jurta.org>
6924         * display.texi (Standard Faces): Add `shadow' face.
6926 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6928         * modes.texi (Major Mode Conventions): A derived mode only needs
6929         to put the call to the parent mode inside `delay-mode-hooks'.
6931 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6933         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6934         new, and what that implies.  Clarify.
6936         * files.texi (Locating Files): Clean up the text.
6938         * frames.texi (Window Frame Parameters): Document user-size.
6939         Shorten entry for top by referring to left.
6941 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6943         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6944         is new, and what the implications are.  Other clarifications.
6946 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6948         * frames.texi (Dialog Boxes): Minor fixes.
6950 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6952         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6954 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6956         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6957         is optional.
6959 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6961         * frames.texi (Dialog Boxes): Describe new optional argument.
6963 2005-05-23  Lute Kamstra  <lute@gnu.org>
6965         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6966         syntax-begin-function over font-lock-beginning-of-syntax-function.
6968 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6970         * minibuf.texi (Reading File Names): Update description of
6971         `read-directory-name'.
6973         * modes.texi (Derived Modes): Clarify :group keyword.
6975 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6977         * files.texi (Locating Files): New subsection.
6978         Describe locate-file and executable-find.
6980 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6982         * frames.texi (Initial Parameters): Update cross reference to
6983         "Emacs Invocation".
6985 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6987         * keymaps.texi (Active Keymaps): Add anchor.
6989         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6990         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6991         appropriate place.
6992         (Derived Modes): Small clarifications.
6993         (Minor Mode Conventions, Keymaps and Minor Modes):
6994         Replace references to nodes with references to anchors.
6995         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6996         Clarify description of lists whose first element is an integer.
6997         (Mode Line Variables): Add anchor.
6998         (%-Constructs): Clarify description of integer after %.
6999         (Emulating Mode Line): Describe nil value for FACE.
7001 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7003         * modes.texi (Derived Modes): Correct references to non-existing
7004         variable standard-syntax-table.
7006 2005-05-17  Lute Kamstra  <lute@gnu.org>
7008         * modes.texi (Defining Minor Modes): Mention the mode hook.
7010 2005-05-15  Kim F. Storm  <storm@cua.dk>
7012         * processes.texi (Network): Remove open-network-stream-nowait.
7013         (Network Servers): Remove open-network-stream-server.
7015 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7017         * elisp.texi (Top): Update detailed menu.
7019         * variables.texi: Reorder nodes.
7020         (Variables): Update menu.
7021         (File Local Variables): Do not refer to the `-*-' line as
7022         a "local variables list".  Add pxref.
7024 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7026         * elisp.texi (Top): Update detailed menu for node changes.
7028         * modes.texi (Modes): Update Menu.
7029         (Hooks): Move to beginning of chapter.
7030         Most minor modes run mode hooks too.
7031         `add-hook' can handle void hooks or hooks whose value is a single
7032         function.
7033         (Major Modes): Update Menu.
7034         (Major Mode Basics): New node, split off from `Major Modes'.
7035         (Major Mode Conventions): Correct xref.  Explain how to handle
7036         auto-mode-alist if the major mode command has an autoload cookie.
7037         (Auto Major Mode): Major update.  Add magic-mode-alist.
7038         (Derived Modes): Major update.
7039         (Mode Line Format): Update Menu.
7040         (Mode Line Basics): New node, split off from `Mode Line Format'.
7042         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7043         for `magic autoload comment'.  Add index entries and anchor.
7045 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7047         * tips.texi (Coding Conventions): Explain how important it is
7048         that just loading certain files not change Emacs behavior.
7050         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7052 2005-05-12  Lute Kamstra  <lute@gnu.org>
7054         * modes.texi (Generic Modes): Update.
7055         (Major Modes): Refer to node "Generic Modes".
7057         * elisp.texi (Top): Update to the current structure of the manual.
7058         * processes.texi (Processes): Add menu description.
7059         * customize.texi (Customization): Add menu descriptions.
7061 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7063         * processes.texi (Signals to Processes)
7064         (Low-Level Network): Fix typos.
7066 2005-05-11  Lute Kamstra  <lute@gnu.org>
7068         * elisp.texi (Top): Add some nodes from the chapter "Major and
7069         Minor Modes" to the detailed node listing.
7071 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7073         * keymaps.texi (Extended Menu Items): Menu item filter functions
7074         can be called at any time.
7076 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7078         * variables.texi (File Local Variables): `(hack-local-variables t)'
7079         now also checks whether a mode is specified in the local variables
7080         list.
7082 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7084         * display.texi (The Echo Area): Correct format function cross
7085         reference.
7087 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7089         * variables.texi (Variable Aliases): Change description of
7090         `define-obsolete-variable-alias'.
7092         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7093         (Defining Functions): Add xref.
7094         (Obsolete Functions): New node.
7095         (Function Safety): Standardize capitalization of section title.
7097         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7098         (Dialog Boxes): Complete description of `x-popup-dialog'.
7100 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7102         * commands.texi (Interactive Codes): Fix Texinfo usage.
7103         Document U more clearly.
7105 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7107         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7108         function and not a macro.
7110         * frames.texi (Pop-Up Menus): Correct and clarify description of
7111         `x-popup-menu'.
7112         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7114 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7116         * edebug.texi (Checking Whether to Stop): Fix previous change.
7118 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7120         * display.texi: Fix typos and Texinfo usage.
7122         * edebug.texi (Checking Whether to Stop): executing-macro ->
7123         executing-kbd-macro.
7125 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7127         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7129 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7131         * files.texi (Magic File Names): Document `operations' property.
7133 2005-04-29  Lute Kamstra  <lute@gnu.org>
7135         * modes.texi (Generic Modes): New node.
7136         (Major Modes): Add it to the menu.
7137         (Derived Modes): Add "derived mode" to concept index.
7139 2005-04-28  Lute Kamstra  <lute@gnu.org>
7141         * modes.texi (Defining Minor Modes): Fix previous change.
7142         (Font Lock Mode): Simplify.
7143         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7144         when set and that some parts are optional.  Add cross references.
7145         (Search-based Fontification): Say how to specify font-lock-keywords.
7146         Add cross references.  Add font-lock-multiline to index.
7147         Move font-lock-keywords-case-fold-search here from node "Other Font
7148         Lock Variables".  Document font-lock-add-keywords and
7149         font-lock-remove-keywords.
7150         (Other Font Lock Variables): Move font-lock-keywords-only,
7151         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7152         and font-lock-syntactic-face-function to node "Syntactic Font
7153         Lock".  Move font-lock-keywords-case-fold-search to node
7154         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7155         and font-lock-{,un}fontify-{buffer,region}-function.
7156         (Precalculated Fontification): Remove reference to deleted variable
7157         font-lock-core-only.
7158         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7159         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7160         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7161         and font-lock-syntactic-face-function here from node "Other Font
7162         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7163         Syntax Properties".  Add cross references.
7164         (Setting Syntax Properties): New node.
7165         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7166         * syntax.texi (Syntax Properties): Add cross reference.
7167         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7169 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7171         * display.texi (Defining Faces):
7172         Document `default' elements of defface spec.
7174         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7176         * variables.texi (Variable Aliases): Clarify text.
7178 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7180         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7182 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7184         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7186 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7188         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7189         syntax-after and syntax-class.
7191         * files.texi (Changing Files): Fix last change's cross-reference.
7192         (Unique File Names): Don't mention "numbers" in the documentation
7193         of make-temp-file and make-temp-name.
7195 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7197         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7199 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7201         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7203 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7205         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7206         and define-obsolete-variable-alias.
7208 2005-04-22  Kim F. Storm  <storm@cua.dk>
7210         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7211         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7213 2005-04-21  Lute Kamstra  <lute@gnu.org>
7215         * lists.texi (Association Lists): Document rassq-delete-all.
7217 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7219         * modes.texi (Search-based Fontification): Explain that
7220         facespec is an expression to be evaluated.
7222 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7224         * streams.texi (Output Functions): Fix xref.
7225         * strings.texi (String Conversion): Fix xref.
7227 2005-04-19  Kim F. Storm  <storm@cua.dk>
7229         * symbols.texi (Symbol Plists): Add safe-get.
7230         Mention that `get' may signal an error.
7232 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7234         * customize.texi (Variable Definitions): Replace tooltip-mode
7235         example with save-place.
7237 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7239         * buffers.texi (Indirect Buffers): Clarify.
7241         * positions.texi (Positions): Clarify converting marker to integer.
7243         * strings.texi (String Basics): Mention string-match; clarify.
7245 2005-04-08  Lute Kamstra  <lute@gnu.org>
7247         * modes.texi (Search-based Fontification): Fix cross references.
7248         Use consistent terminology.  Document anchored highlighting.
7250 2005-04-05  Lute Kamstra  <lute@gnu.org>
7252         * modes.texi (Defining Minor Modes): Document :group keyword
7253         argument and its default value.
7255 2005-04-03  Lute Kamstra  <lute@gnu.org>
7257         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7258         references and/or descriptions.  Delete major mode hooks; mention
7259         them as a category instead.  Rename or delete obsolete hooks.
7261 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7263         * nonascii.texi (Coding System Basics): Another wording cleanup.
7265 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7267         * nonascii.texi (Coding System Basics): Clarify previous change.
7269 2005-04-01  Kenichi Handa  <handa@m17n.org>
7271         * nonascii.texi (Coding System Basics): Describe about roundtrip
7272         identity of coding systems.
7274 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7276         * text.texi (Buffer Contents): Add filter-buffer-substring and
7277         buffer-substring-filters.
7279 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7281         * anti.texi (Antinews): Mention `G' interactive code.
7283         * tips.texi (Compilation Tips): Mention benchmark.el.
7285 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7287         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7288         is now bound to M-o M-o.
7290         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7292 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7294         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7295         in the Emacs Manual).
7296         * Makefile.in (srcs): Remove calendar.texi.
7297         * makefile.w32-in (srcs): Remove calendar.texi.
7298         * display.texi (Display): Change name of next node.
7299         * os.texi (System In): Change name of previous node.
7300         * elisp.texi (Top): Remove Calendar references.
7301         * vol1.texi (Top): Remove Calendar references.
7302         * vol2.texi (Top): Remove Calendar references.
7304 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7306         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7307         Cleanup previous change.
7309 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7311         * display.texi (Face Attributes): Faces earlier in an :inherit
7312         list take precedence.
7313         (Scroll Bars): Fix description of vertical-scroll-bars.
7314         Document frame-current-scroll-bars and window-current-scroll-bars.
7316         * markers.texi (The Mark): Document temporary Transient Mark mode.
7318         * minibuf.texi (Reading File Names):
7319         Document read-file-name-completion-ignore-case.
7321         * positions.texi (Screen Lines): Document nil for width argument
7322         to compute-motion.
7324 2005-03-23  Kim F. Storm  <storm@cua.dk>
7326         * display.texi (Standard Faces): Other faces used in the fringe
7327         implicitly inherits from the fringe face.
7328         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7329         properties implicitly inherits from fringe face.
7330         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7332 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7334         * display.texi (Invisible Text): State default value of
7335         line-move-ignore-invisible.
7336         (Managing Overlays): Document remove-overlays.
7337         (Standard Faces): Document escape-glyph face.
7339         * minibuf.texi (Reading File Names): Document read-file-name-function.
7341         * modes.texi (Other Font Lock Variables):
7342         Document font-lock-lines-before.
7344         * positions.texi (Skipping Characters): skip-chars-forward allows
7345         character classes.
7347 2005-03-18  Lute Kamstra  <lute@gnu.org>
7349         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7351 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7353         * text.texi (Undo): Document extensible undo entries.
7355         * searching.texi (String Search, Regexp Search): Cleanups.
7357         * nonascii.texi (Character Codes): Minor fix.
7359         * display.texi (Display Property): Explain the significance
7360         of having text properties that are eq.
7361         (Other Display Specs): Explain string as display spec.
7363         * commands.texi (Interactive Codes): Document G option.
7365 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7367         * text.texi (Filling): Add sentence-end-without-period and
7368         sentence-end-without-space.
7369         (Changing Properties): Minor fix.
7371         * anti.texi: Total rewrite.
7373 2005-03-15  Lute Kamstra  <lute@gnu.org>
7375         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7377 2005-03-08  Kim F. Storm  <storm@cua.dk>
7379         * display.texi (Specified Space): Property :width is support on
7380         non-graphic terminals, :height is not.
7382 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7384         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7385         Now subnodes of Fringes.
7386         (Overlay Arrow): Document overlay-arrow-variable-list.
7387         (Fringe Size/Pos): New node, broken out of Fringes.
7388         (Display): Explain clearing vs redisplay better.
7389         (Truncation): Clarify use of bitmaps.
7390         (The Echo Area): Clarify the uses of the echo area.
7391         Add max-mini-window-height.
7392         (Progress): Clarify.
7393         (Invisible Text): Explain that main loop moves point out.
7394         (Selective Display): Say "hidden", not "invisible".
7395         (Managing Overlays): Move up.  Describe relation to Undo here.
7396         (Overlay Properties): Clarify intro.
7397         (Finding Overlays): Explain return values when nothing found.
7398         (Width): truncate-string-to-width has added arg.
7399         (Displaying Faces): Clarify and update mode line face handling.
7400         (Face Functions): Minor cleanup.
7401         (Conditional Display): Merge into Other Display Specs.
7402         (Pixel Specification, Other Display Specs): Minor cleanups.
7403         (Images, Image Descriptors): Minor cleanups.
7404         (GIF Images): Patents have expired.
7405         (Showing Images): Explain default text for insert-image.
7406         (Manipulating Button Types): Merge into Manipulating Buttons.
7407         (Making Buttons): Explain return values.
7408         (Button Buffer Commands): Add xref.
7409         (Inverse Video): Update mode-line-inverse-video.
7410         (Display Table Format): Clarify.
7411         (Active Display Table): Give defaults for window-display-table.
7413         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7414         and calendar-today-marker are strings, not chars.
7415         (Holiday Customizing): Minor fix.
7417         * internals.texi (Writing Emacs Primitives): Update `or' example.
7418         Update limit on # args of subr.
7420         * edebug.texi (Using Edebug): Arrow is in fringe.
7421         (Instrumenting): Arg to eval-defun works without loading edebug.
7422         (Edebug Execution Modes): Add xref.
7424         * customize.texi (Common Keywords): Clarify :require.
7425         Mention :version here.
7426         (Variable Definitions, Group Definitions): Not here.
7427         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7429 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7430         * nonascii.texi (Text Representations): Clarify position-bytes.
7431         (Character Sets): Add list-charset-chars.
7432         (Scanning Charsets): Add charset-after.
7433         (Encoding and I/O): Minor fix.
7435 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7437         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7438         (Resizing Windows): Likewise.
7440         * text.texi (Change Hooks): Get rid of "Emacs 21".
7442         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7444         * streams.texi (Output Variables): Get rid of "Emacs 21".
7446         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7448         * os.texi (Translating Input): Replace flow-control example
7449         with a less obsolete example that uses `keyboard-translate'.
7451         * objects.texi (Hash Table Type, Circular Objects):
7452         Get rid of "Emacs 21".
7454         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7455         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7457         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7459         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7461         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7462         (Menu Bar): Fix when menu-bar-update-hook is called.
7464         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7466         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7467         and make it read better.
7469         * files.texi (Writing to Files): Get rid of "Emacs 21".
7470         (Unique File Names): Likewise.
7472         * elisp.texi: Update Emacs version to 22.
7474         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7475         (Overlay Properties, Face Attributes): Likewise.
7476         (Managing Overlays): Fix punctuation.
7477         (Attribute Functions): Clarify set-face-font; get rid of
7478         info about old Emacs versions.
7479         (Auto Faces, Font Lookup, Display Property, Images):
7480         Get rid of "Emacs 21".
7482         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7484 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7486         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7488 2005-03-04  Lute Kamstra  <lute@gnu.org>
7490         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7492 2005-03-03  Lute Kamstra  <lute@gnu.org>
7494         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7496 2005-03-01  Lute Kamstra  <lute@gnu.org>
7498         * debugging.texi (Debugger Commands): Update `j'.
7500 2005-02-28  Lute Kamstra  <lute@gnu.org>
7502         * debugging.texi (Debugging): Fix typo.
7503         (Error Debugging): Document eval-expression-debug-on-error.
7504         (Function Debugging): Update example.
7505         (Using Debugger): Mention starred stack frames.
7506         (Debugger Commands): Document `j' and `l'.
7507         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7508         Update the messages that the debugger displays.
7509         (Internals of Debugger): Add cross reference.  Update example.
7510         (Excess Open): Minor improvement.
7511         (Excess Close): Minor improvement.
7513 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7515         * tips.texi (Coding Conventions): Clarify.
7516         Put all the major mode key reservations together.
7517         Mention the Mouse-1 => Mouse-2 conventions.
7519         * syntax.texi (Syntax Class Table): Clarify.
7520         (Syntax Table Functions): syntax-after moved from here.
7521         (Syntax Table Internals): syntax-after moved to here.
7522         (Parsing Expressions): Update info on number of values
7523         and what's meaningful in the STATE argument.
7524         (Categories): Fix typo.
7526         * sequences.texi (Arrays): Cleanup.
7527         (Char-Tables): Clarify.
7529         * processes.texi (Deleting Processes): Cleanups, add xref.
7530         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7531         (Process Information): set-process-coding-system, some args optional.
7532         (Input to Processes): Explain various types for PROCESS args.
7533         Rename them from PROCESS-NAME to PROCESS.
7534         (Signals to Processes): Likewise.
7535         (Decoding Output): Cleanup.
7536         (Query Before Exit): Clarify.
7538         * os.texi (Startup Summary): Correct the options; add missing ones.
7539         (Terminal Output, Batch Mode): Clarify.
7540         (Flow Control): Node deleted.
7542         * markers.texi (The Mark): Clarify.
7544         * macros.texi (Expansion): Cleanup.
7545         (Indenting Macros): indent-spec allows ints, not floats.
7547         * keymaps.texi (Keymaps): Clarify.
7548         (Format of Keymaps): Update lisp-mode-map example.
7549         (Active Keymaps, Key Lookup): Clarify.
7550         (Changing Key Bindings): Add xref to `kbd'.
7551         (Key Binding Commands, Simple Menu Items): Clarify.
7552         (Mouse Menus, Menu Bar): Clarify.
7553         (Menu Example): Replace print example with menu-bar-replace-menu.
7555         * help.texi (Documentation Basics): Add function-documentation prop.
7557         * elisp.texi (Top): Don't refer to Flow Control node.
7559         * commands.texi (Command Overview): Improve xrefs.
7560         (Adjusting Point): Adjusting point applies to intangible and invis.
7561         (Key Sequence Input): Doc extra read-key-sequence args.
7562         Likewise for read-key-sequence-vector.
7564         * backups.texi (Rename or Copy): Minor fix.
7565         (Numbered Backups): For version-control, say the default.
7566         (Auto-Saving): make-auto-save-file-name example is simplified.
7568         * advice.texi (Advising Functions): Don't imply one part of Emacs
7569         should advise another part.  Markup changes.
7570         (Defining Advice): Move transitional para.
7571         (Activation of Advice): Cleanup.
7572         Explain if COMPILE is nil or negative.
7574         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7576 2005-02-24  Lute Kamstra  <lute@gnu.org>
7578         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7579         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7581 2005-02-23  Lute Kamstra  <lute@gnu.org>
7583         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7584         to define global minor modes as well.
7586         * display.texi (Managing Overlays): overlay-buffer returns nil for
7587         deleted overlays.
7589 2005-02-22  Kim F. Storm  <storm@cua.dk>
7591         * minibuf.texi (Basic Completion): Allow symbols in addition to
7592         strings in try-completion and all-completions.
7594 2005-02-14  Lute Kamstra  <lute@gnu.org>
7596         * elisp.texi (Top): Remove reference to deleted node.
7598         * lists.texi (Lists): Remove reference to deleted node.
7599         (Cons Cells): Fix typo.
7601         * loading.texi (Where Defined): Fix typo.
7603 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7605         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7606         is useful for discarding some minor modes.
7608         * symbols.texi (Symbol Components): Reorder examples.
7610         * streams.texi (Input Functions): State standard-input default.
7611         (Output Variables): State standard-output default.
7613         * objects.texi (Printed Representation): Clarify read syntax vs print.
7614         (Floating Point Type): Explain meaning better.
7615         (Symbol Type): Explain uniqueness better.
7616         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7617         List examples sooner.
7618         (Box Diagrams): New subnode broken out.
7619         Some examples moved from old Lists as Boxes node.
7620         (Dotted Pair Notation): Clarify intro.
7621         (Array Type): Clarify.
7622         (Type Predicates): Add hash-table-p.
7624         * numbers.texi (Integer Basics): Clarify radix explanation.
7625         (Predicates on Numbers): Minor clarification.
7626         (Comparison of Numbers): Minor clarification.  Clarify eql.
7627         Typos in min, max.
7628         (Math Functions): Clarify overflow in expt.
7630         * minibuf.texi (Text from Minibuffer): Minor clarification.
7631         Mention arrow keys.
7633         * loading.texi (Autoload): defun's doc string overrides autoload's
7634         doc string.
7635         (Repeated Loading): Modernize "add to list" examples.
7636         (Where Defined): Finish updating table of load-history elts.
7638         * lists.texi (List-related Predicates): Minor wording improvement.
7639         (Lists as Boxes): Node deleted.
7640         (Building Lists): Explain trivial cases of number-sequence.
7642         * hash.texi (Hash Tables): Add desc to menu items.
7643         (Creating Hash): Explain "full" means "make larger".
7644         (Hash Access): Any object can be a key.
7645         State value of maphash.
7647         * functions.texi (What Is a Function): Wording cleanup.
7648         (Function Documentation): Minor cleanup.
7649         Explain purpose of calling convention at end of doc string.
7650         (Function Names): Wording cleanup.
7651         (Calling Functions): Wording cleanup.
7652         Explain better how funcall calls the function.
7653         (Function Cells): Delete example of saving and redefining function.
7655         * control.texi (Combining Conditions): Wording cleanup.
7656         (Iteration): dolist and dotimes bind VAR locally.
7657         (Cleanups): Xref to Atomic Changes.
7659         * compile.texi (Byte Compilation): Delete 19.29 info.
7660         (Compilation Functions): Macros' difficulties don't affect defsubst.
7661         (Docs and Compilation): Delete 19.29 info.
7663 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7665         * objects.texi (Symbol Type): Minor correction.
7667 2005-02-06  Lute Kamstra  <lute@gnu.org>
7669         * modes.texi (Example Major Modes): Fix typos.
7671 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7673         * text.texi (Margins): fill-nobreak-predicate can be one function.
7675         * strings.texi (Modifying Strings): clear-string can make unibyte.
7676         (Formatting Strings): format gives error if values missing.
7678         * positions.texi (Character Motion): Mention default arg
7679         for forward-char.  backward-char refers to forward-char.
7680         (Word Motion): Mention default arg for forward-word.
7681         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7682         Simplify end-of-buffer.
7683         (Text Lines): Mention default arg for forward-line.
7684         (List Motion): Mention default arg for beginning/end-of-defun.
7685         (Skipping Characters): Minor fixes in explaining character-set.
7687         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7688         Mode inheritance applies only when default-major-mode is nil.
7689         Clarifications.
7690         (Example Major Modes): Update Text mode and Lisp mode examples.
7691         (Minor Mode Conventions): Mention define-minor-mode at top.
7692         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7693         (Mode Line Format): Update mode line face display info.
7694         (Properties in Mode): Mention effect of risky vars.
7695         (Imenu): Define imenu-add-to-menubar.
7696         (Font Lock Mode): Add descriptions to menu lines.
7697         (Faces for Font Lock): Add font-lock-doc-face.
7699 2005-02-05  Lute Kamstra  <lute@gnu.org>
7701         * text.texi (Maintaining Undo): Remove obsolete function.
7703 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7705         * frames.texi (Color Names): Add pointer to the X docs about RGB
7706         color specifications.  Improve indexing.
7707         (Text Terminal Colors): Replace the description of RGB values by
7708         an xref to "Color Names".
7710 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7712         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7713         Clarify.
7714         (Selecting Windows): Clarify save-selected-window.
7715         (Cyclic Window Ordering): Clarify walk-windows.
7716         (Window Point): Clarify.
7717         (Window Start): Add comment to example.
7718         (Resizing Windows): Add `interactive' specs in examples.
7719         Document fit-window-to-buffer.
7721         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7722         (Undo, Maintaining Undo): Clarify last change.
7723         (Sorting): In sort-numeric-fields, explain about octal and hex.
7724         Mention sort-numeric-base.
7725         (Format Properties): Add xref for hard newlines.
7727         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7728         (Pop-Up Menus): Fix typo.
7729         (Color Names): Explain all types of color names.
7730         Explain color-values on B&W terminal.
7731         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
7733         * files.texi (File Locks): Not supported on MS systems.
7734         (Testing Accessibility): Clarify.
7736         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7737         (Coverage Testing): Fix typo.
7739         * commands.texi (Misc Events): Remove stray space.
7741         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7742         (Modification Time): Clarify when visited-file-modtime returns 0.
7743         (The Buffer List): Clarify bury-buffer.
7744         (Killing Buffers): Clarify.
7745         (Indirect Buffers): Add clone-indirect-buffer.
7747 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
7749         * edebug.texi (Printing in Edebug): Fix default value of
7750         edebug-print-circle.
7751         (Coverage Testing): Fix displayed frequency count data.
7753 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7755         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7757 2005-02-02  Kim F. Storm  <storm@cua.dk>
7759         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7761 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7763         * commands.texi (Misc Events): Describe the help-echo event.
7765         * text.texi (Special Properties) <help-echo>: Use `pos'
7766         consistently in description of the help-echo property.
7767         Use @code{nil} instead of @var{nil}.
7769         * display.texi (Overlay Properties): Fix the index entry for
7770         help-echo overlay property.
7772         * customize.texi (Type Keywords): Uncomment the xref to the
7773         help-echo property documentation.
7775 2005-01-23  Kim F. Storm  <storm@cua.dk>
7777         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7778         return value.  Third element FULLY replaced by PARTIAL which
7779         specifies number of invisible pixels if row is only partially visible.
7780         (Textual Scrolling): Mention auto-window-vscroll.
7781         (Vertical Scrolling): New defvar auto-window-vscroll.
7783 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7785         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7786         command remapping.
7788 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7790         * display.texi (Defining Images): Mention DATA-P arg of create-image.
7792 2005-01-14  Kim F. Storm  <storm@cua.dk>
7794         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7796         * text.texi (Links and Mouse-1): Fix string and vector item.
7798 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7800         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7801         descriptions of overriding-local-map and overriding-terminal-local-map.
7803         * text.texi (Links and Mouse-1): Clarify text.
7805 2005-01-13  Kim F. Storm  <storm@cua.dk>
7807         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7809 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7811         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7813 2005-01-12  Kim F. Storm  <storm@cua.dk>
7815         * text.texi (Links and Mouse-1): Rename section from Enabling
7816         Mouse-1 to Following Links.  Change xrefs.
7817         Add examples for define-button-type and define-widget.
7819         * display.texi (Button Properties, Button Buffer Commands):
7820         Clarify mouse-1 and follow-link functionality.
7822 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7824         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7826         * display.texi (Beeping): Fix Texinfo usage.
7828         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7830 2005-01-11  Kim F. Storm  <storm@cua.dk>
7832         * display.texi (Button Properties, Button Buffer Commands):
7833         Mention mouse-1 binding.  Add follow-link keyword.
7835         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7836         (Enabling Mouse-1 to Follow Links): New subsection.
7838 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7840         * text.texi (Special Properties): Minor change.
7842         * os.texi (Timers): Clarify previous change.
7844         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7846 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
7848         * display.texi (Face Attributes): Correct xref to renamed node.
7850 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7852         * display.texi (Face Attributes): Describe hex color specs.
7854 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7856         * os.texi (Timers): Update previous change.
7858 2004-12-30  Kim F. Storm  <storm@cua.dk>
7860         * display.texi (Line Height): Total line-height is now specified
7861         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
7862         in cons cells.  (nil . RATIO) is relative to actual line height.
7863         Use line-height `t' instead of `0' to get minimum height.
7865 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7867         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7869 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7871         * commands.texi (Quitting): Clarify value of with-local-quit.
7873         * elisp.texi (Top): Fix previous change.
7875         * loading.texi (Loading): Fix previous change.
7877 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7879         * Makefile.in (MAKEINFO): Specify --force.
7881         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7883         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7885         * display.texi (Line Height): Further clarify.
7887         * elisp.texi (Top): Update Loading submenu.
7889         * loading.texi (Where Defined): New node.
7890         (Unloading): load-history moved to Where Defined.
7892 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7894         * commands.texi (Event Input Misc): Add while-no-input.
7896 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7898         * display.texi (Line Height): Rewrite text for clarity.
7900 2004-12-11  Kim F. Storm  <storm@cua.dk>
7902         * display.texi (Display): Add node "Line Height" to menu.
7903         (Line Height): New node.  Move full description of line-spacing
7904         and line-height text properties here from text.texi.
7905         (Scroll Bars): Add vertical-scroll-bar variable.
7907         * frames.texi (Window Frame Parameters): Remove line-height defvar.
7909         * locals.texi (Standard Buffer-Local Variables): Fix xref for
7910         line-spacing and vertical-scroll-bar.
7912         * text.texi (Special Properties): Just mention line-spacing and
7913         line-height here, add xref to new "Line Height" node.
7915 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
7917         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7919         * locals.texi (Standard Buffer-Local Variables):
7920         Add @xref for `line-spacing'.
7922 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7924         * Makefile.in (maintainer-clean): Remove the info files
7925         in $(infodir) where they are created.
7927 2004-12-03  Richard M. Stallman  <rms@gnu.org>
7929         * windows.texi (Selecting Windows): get-lru-window and
7930         get-largest-window don't consider dedicated windows.
7932         * text.texi (Undo): Document undo-in-progress.
7934 2004-11-26  Richard M. Stallman  <rms@gnu.org>
7936         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7937         Remove a few vars that are not always buffer-local.
7939 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7941         * locals.texi (Standard Buffer-Local Variables): Comment out
7942         xref's to non-existent node `Yet to be written'.
7944 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7946         * processes.texi (Synchronous Processes): Grammar fix.
7948         * numbers.texi (Comparison of Numbers): Add eql.
7950         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7952         * intro.texi (Printing Notation): Fix previous change.
7954         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7955         and default-indicate-buffer-boundaries from here.
7956         (Usual Display): To here.
7957         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7958         (Usual Display): Move tab-width up.
7960         * customize.texi (Variable Definitions):
7961         Replace show-paren-mode example with tooltip-mode.
7962         (Simple Types, Composite Types, Defining New Types):
7963         Minor cleanups.
7965 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7967         * processes.texi (Synchronous Processes, Output from Processes):
7968         Markup fix.
7970 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7972         * positions.texi (Skipping Characters): skip-chars-forward
7973         now handles char classes.
7975         * intro.texi (Printing Notation): Avoid confusion of `print'
7976         when explaining @print.
7978         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7980         * display.texi (Display Table Format): Minor fix.
7982         * streams.texi (Output Functions): Fix print example.
7984         * Makefile.in (elisp): New target.
7985         (dist): Depend on $(infodir)/elisp, not elisp.
7986         Copy the info files from $(infodir).
7988         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7989         read-from-minibuffer.
7991         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7993 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7995         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7997 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7999         * tips.texi (Coding Conventions): Fix typo.
8001 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8003         * tips.texi (Coding Conventions): Separate defvar and require
8004         methods to avoid warnings.  Use require only when there are many
8005         functions and variables from that package.
8007         * minibuf.texi (Minibuffer Completion): When ignoring case,
8008         predicate must not be case-sensitive.
8010         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8011         (Test Coverage): Don't talk about "splotches".  Clarified.
8013 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8015         * frames.texi (Window Frame Parameters): Fix typo.
8017 2004-11-15  Kim F. Storm  <storm@cua.dk>
8019         * symbols.texi (Other Plists): Note that plist-get may signal error.
8020         Add safe-plist-get.
8022 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8024         * modes.texi (Font Lock Basics): Fix typo.
8026 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8028         * syntax.texi (Syntax Table Functions): Add syntax-after.
8030 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8032         * os.texi (Processor Run Time): New section documenting
8033         get-internal-run-time.
8035 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8037         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8038         it nukes elisp-cover.texi.
8039         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8040         elisp-0 etc.
8042 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8044         * commands.texi (Keyboard Macros): Document `append' return value
8045         of `defining-kbd-macro'.
8047 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8049         * commands.texi (Interactive Call): Add called-interactively-p.
8051 2004-10-29  Simon Josefsson  <jas@extundo.com>
8053         * minibuf.texi (Reading a Password): Revert.
8055 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8057         * frames.texi (Display Feature Testing): Explain about "vendor".
8059 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8061         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8062         not raw.  Clarify `n'.
8063         (Interactive Call): Rewrite interactive-p, focusing on when
8064         and how to use it.
8065         (Misc Events): Clarify previous change.
8067         * advice.texi (Simple Advice): Clarify what job the example does.
8068         (Around-Advice): Clarify ad-do-it.
8069         (Activation of Advice): An option of ad-default-compilation-action
8070         is `never', not `nil'.
8072 2004-10-26  Kim F. Storm  <storm@cua.dk>
8074         * commands.texi (Interactive Codes): Add U code letter.
8076 2004-10-25  Simon Josefsson  <jas@extundo.com>
8078         * minibuf.texi (Reading a Password): Add.
8080 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8082         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8083         and wheel-down.
8085 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8087         * processes.texi (Synchronous Processes): Document process-file.
8089 2004-10-22  Kenichi Handa  <handa@m17n.org>
8091         * text.texi (translate-region): Document that it accepts also a
8092         char-table.
8094 2004-10-22  David Ponce  <david@dponce.com>
8096         * windows.texi (Resizing Windows): Document the `preserve-before'
8097         argument of the functions `enlarge-window' and `shrink-window'.
8099 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8101         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8103 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8105         * text.texi (Filling): Add anchor for definition of
8106         `sentence-end-double-space'.
8108         * searching.texi (Regexp Example): Update description of how
8109         Emacs currently recognizes the end of a sentence.
8110         (Standard Regexps): Update definition of the variable
8111         `sentence-end'.  Add definition of the function `sentence-end'.
8113 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8115         * display.texi (Progress): New node.
8117 2004-10-05  Kim F. Storm  <storm@cua.dk>
8119         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8121 2004-09-29  Kim F. Storm  <storm@cua.dk>
8123         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8124         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8125         fringe bitmap symbols, as they now have their own namespace.
8126         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8127         vs. pixels.  Signal error if no free bitmap slots.
8128         (Pixel Specification): Change IMAGE to @var{image}.
8130 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8132         * text.texi (Special Properties): Clarify line-spacing and line-height.
8134         * searching.texi (Regexp Search): Add looking-back.
8136 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8138         * display.texi: Correct typos.
8139         (Image Descriptors): Correct xref's.
8141 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8143         * text.texi (Special Properties): Cleanups in `cursor'.
8144         Rewrites in `line-height' and `line-spacing'; exchange them.
8146         * display.texi (Fringes): Rewrite previous change.
8147         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8148         (Display Fringe Bitmaps): Node deleted, text moved.
8149         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8150         (Scroll Bars): Clarify set-window-scroll-bars.
8151         (Pointer Shape): Rewrite.
8152         (Specified Space): Clarify :align-to, etc.
8153         (Pixel Specification): Use @var.  Clarify new text.
8154         (Other Display Specs): Clarify `slice'.
8155         (Image Descriptors): Cleanups.
8156         (Showing Images): Cleanups.
8158 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8160         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8162         * modes.texi: Various minor changes in addition to:
8163         (Major Mode Conventions): Final call to `run-mode-hooks' should
8164         not be inside the `delay-mode-hooks' form.
8165         (Mode Hooks): New node.
8166         (Hooks): Delete obsolete example.
8167         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8168         node "Mode Hooks".
8170 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8172         * display.texi: Correct various typos.
8173         (Display): Rename node "Pointer Shapes" to "Pointer
8174         Shape".  (There is already a node called "Pointer Shapes" in
8175         frames.texi.)
8176         (Images): Remove non-existent node "Image Slices" from menu.
8178 2004-09-23  Kim F. Storm  <storm@cua.dk>
8180         * text.texi (Special Properties): Add `cursor', `pointer',
8181         `line-height', and `line-spacing' properties.
8183         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8184         Shapes' to menu.
8185         (Standard Faces): Doc fix for fringe face.
8186         (Fringes): Add `overflow-newline-into-fringe' and
8187         'indicate-buffer-boundaries'.
8188         (Fringe Bitmaps, Pointer Shapes): New nodes.
8189         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8190         Bitmaps' to menu.
8191         (Specified Space): Describe pixel width and height.
8192         (Pixel Specification): New node.
8193         (Other Display Specs): Add `slice' property.
8194         (Display Fringe Bitmaps): New node.
8195         (Images): Add 'Image Slices' to menu.
8196         (Image Descriptors): Add `:pointer' and `:map' properties.
8197         (Showing Images): Add slice arg to `insert-image'.
8198         Add 'insert-sliced-image'.
8200 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8202         * commands.texi (Key Sequence Input):
8203         Clarify downcasing in read-key-sequence.
8205 2004-09-08  Juri Linkov  <juri@jurta.org>
8207         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8209 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8211         * locals.texi (Standard Buffer-Local Variables):
8212         Add `buffer-auto-save-file-format'.
8213         * internals.texi (Buffer Internals): Describe new
8214         auto_save_file_format field of the buffer structure.
8215         * files.texi (Format Conversion): `auto-save-file-format' has been
8216         renamed `buffer-auto-save-file-format'.
8218 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8220         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8221         an integer or a marker.
8222         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8224 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8226         * modes.texi (Major Mode Conventions): Discuss rebinding of
8227         standard key bindings.
8229 2004-08-18  Kim F. Storm  <storm@cua.dk>
8231         * processes.texi (Accepting Output): Add `just-this-one' arg to
8232         `accept-process-output'.
8233         (Output from Processes): New var `process-adaptive-read-buffering'.
8235 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8237         * keymaps.texi: Various changes in addition to:
8238         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8239         Give more varied examples for `kbd'.
8240         (Creating Keymaps): Char tables have slots for all characters
8241         without modifiers.
8242         (Active Keymaps): `overriding-local-map' and
8243         `overriding-terminal-local-map' also override text property and
8244         overlay keymaps.
8245         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8246         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8247         to denote a prefix of no events.
8248         `map-keymap' includes parent's bindings _recursively_.
8249         Clarify and correct description of `where-is-internal'.
8250         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8251         (Menu Example): For menus intended for use with the keyboard, the
8252         menu items should be bound to characters or real function keys.
8254 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8256         * objects.texi (Character Type): Reposition `@anchor' to prevent
8257         double space inside sentence in Info.
8259         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8260         renamed to `disabled-command-function'.
8261         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8262         (Command Loop Info): Replace reference to it.
8263         (Disabling Commands): `disabled-command-hook' has been renamed to
8264         `disabled-command-function'.
8266 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8268         * os.texi (Translating Input): Only non-prefix bindings in
8269         `key-translation-map' override actual key bindings.  Warn about
8270         possible indirect effect of actual key bindings on non-prefix
8271         bindings in `key-translation-map'.
8273 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8275         * minibuf.texi (High-Level Completion): Add anchor for definition
8276         of `read-variable'.
8278         * commands.texi: Various changes in addition to:
8279         (Using Interactive): Clarify description of `interactive-form'.
8280         (Interactive Call): Mention default for KEYS argument to
8281         `call-interactively'.
8282         (Command Loop Info): Clarify description of `this-command-keys'.
8283         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8284         Value of `last-event-frame' can be `macro'.
8285         (Repeat Events): `double-click-fuzz' is also used to distinguish
8286         clicks and drags.
8287         (Classifying Events): Clarify descriptions of `event-modifiers'
8288         `event-basic-type' and `event-convert-list'.
8289         (Accessing Events): `posn-timestamp' takes POSITION argument.
8290         (Quoted Character Input): Clarify description of
8291         `read-quoted-char' and fix example.
8292         (Quitting): Add `with-local-quit'.
8293         (Disabling Commands): Correct and clarify descriptions of
8294         `enable-command' and `disable-command'.
8295         Mention what happens if `disabled-command-hook' is nil.
8296         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8297         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8299 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8301         * frames.texi: Various changes in addition to:
8302         (Creating Frames): Expand and clarify description of `make-frame'.
8303         (Window Frame Parameters): Either none or both of the `icon-left'
8304         and `icon-top' parameters must be specified.  Put descriptions of
8305         `menu-bar-lines' and `toolbar-lines' closer together and change
8306         them accordingly.
8307         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8308         except while processing `frame-title-format' or `icon-title-format'.
8309         (Deleting Frames): Correct description of `delete-frame'.
8310         Non-nil return values of `frame-live-p' are like those of `framep'.
8311         (Frames and Windows): Mention return value of
8312         `set-frame-selected-window'.
8313         (Visibility of Frames): Mention `force' argument to
8314         `make-frame-invisible'.  `frame-visible-p' returns t for all
8315         frames on text-only terminals.
8316         (Frame Configurations): Restoring a frame configuration does not
8317         restore deleted frames.
8318         (Window System Selections): `x-set-selection' returns DATA.
8319         (Resources): Add example.
8320         (Display Feature Testing): Clarify descriptions of
8321         `display-pixel-height', `display-pixel-width', `x-server-version'
8322         and `x-server-vendor'.
8324         * windows.texi (Choosing Window): Add anchor.
8325         * minibuf.texi (Minibuffer Misc): Add anchor.
8327 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8329         * macros.texi (Defining Macros): Declaration keyword for setting
8330         Edebug spec is `debug' not `edebug'.
8332 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8334         * windows.texi: Various small changes in addition to:
8335         (Window Point): Mention return value of `set-window-point'.
8336         (Window Start): `pos-visible-in-window-p' disregards horizontal
8337         scrolling.  Explain return value if PARTIALLY is non-nil.
8338         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8339         and `set-window-vscroll'.
8340         (Size of Window): The argument WINDOW to `window-inside-edges',
8341         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8342         (Resizing Windows): Explain return value of
8343         `shrink-window-if-larger-than-buffer'.
8344         `window-size-fixed' automatically becomes buffer local when set.
8345         (Window Configurations): Explain return value of
8346         `set-window-configuration'.
8348         * minibuf.texi (Minibuffer Misc): Add anchor for
8349         `minibuffer-scroll-window'.
8351         * positions.texi (Text Lines): Add anchor for `count-lines'.
8353 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8355         * display.texi (Overlay Properties): Adding `evaporate' prop
8356         deletes empty overlay immediately.
8358         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8359         fix example.
8361 2004-07-16  Jim Blandy  <jimb@redhat.com>
8363         * searching.texi (Regexp Backslash): Document new \_< and \_>
8364         operators.
8366 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8368         * display.texi (Images): Fix Texinfo usage.
8370 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8372         * buffers.texi (Modification Time): `visited-file-modtime' now
8373         returns a list of two integers, instead of a cons.
8375 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8377         * windows.texi: Various changes in addition to:
8378         (Splitting Windows): Add `split-window-keep-point'.
8380 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8382         * frames.texi (Input Focus): Minor fix.
8384 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8386         * frames.texi (Input Focus): Clarify descriptions of
8387         `select-frame-set-input-focus' and `select-frame'.
8389 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8391         * os.texi: Various small changes in addition to:
8392         (Killing Emacs): Expand and clarify description of
8393         `kill-emacs-query-functions' and `kill-emacs-hook'.
8394         (System Environment): Expand and clarify description of `getenv'
8395         and `setenv'.
8396         (Timers): Clarify description of `run-at-time'.
8397         (Translating Input): Correct description of
8398         `extra-keyboard-modifiers'.
8399         (Flow Control): Correct description of `enable-flow-control'.
8401 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8403         * os.texi: Update copyright.
8404         (Session Management): Grammar fix.
8405         Clarify which Emacs does the restarting.
8406         Use @samp for *scratch* buffer.
8408 2004-07-04  Alan Mackenzie  <acm@muc.de>
8410         * frames.texi (Input Focus): Add documentation for
8411         `select-frame-set-input-focus'.  Replace refs to non-existent
8412         `switch-frame' with `select-frame'.  Minor corrections and tidying
8413         up of text-only terminal stuff.
8415 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8417         * files.texi (Saving Buffers): Cleanup write-contents-function.
8418         (Magic File Names): Cleanup file-remote-p.
8420 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8422         * files.texi (Magic File Names): `file-remote-p' returns an
8423         identifier of the remote system, not just t.
8425 2004-07-02  David Kastrup  <dak@gnu.org>
8427         * searching.texi (Entire Match Data): Add explanation about new
8428         match-data behavior when @var{integers} is non-nil.
8430 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8432         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8434         * customize.texi (Variable Definitions): Note about doc strings
8435         and :set.
8437         * keymaps.texi (Keymap Terminology): Document `kbd'.
8438         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8440         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8441         makes it buffer-local.
8443         * files.texi (Saving Buffers): Correct previous change.
8445         * commands.texi (Accessing Events):
8446         Clarify posn-col-row and posn-actual-col-row.
8448 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8450         * commands.texi (Accessing Events): New functions
8451         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8453 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8455         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8456         * frames.texi, buffers.texi, backups.texi, variables.texi:
8457         * loading.texi, eval.texi, functions.texi, control.texi:
8458         * symbols.texi, minibuf.texi: Reposition @anchor's.
8460         * help.texi: Various small changes in addition to the following.
8461         (Describing Characters): Describe PREFIX argument to
8462         `key-description'.  Correct and clarify definition of
8463         `text-char-description'.  Describe NEED-VECTOR argument to
8464         `read-kbd-macro'.
8465         (Help Functions): Clarify definition of `apropos'.
8467 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8469         * files.texi (Saving Buffers): Correct description of
8470         `write-contents-functions'.
8472 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8474         * display.texi (Images): Remove redundant @vindex directives.
8475         Rewrite `image-library-alist' doc in active voice.
8477 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8479         * display.texi (Images): Document new delayed library loading,
8480         variable `image-library-alist' and (existing but undocumented)
8481         function `image-type-available-p'.
8483 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8485         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8486         refer the user to the Initial Input node.
8487         (Text from Minibuffer): Likewise.
8488         (Initial Input): New node.  Document this feature
8489         and say it is mostly deprecated.
8491 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8493         * loading.texi (Named Features): Clarify return value
8494         and meaning of NOERROR.
8496         * variables.texi (File Local Variables): Minor cleanup.
8498 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8500         * files.texi (Magic File Names): Add `file-remote-p' as operation
8501         of file name handlers.
8503 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8505         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8506         as arg to a minor mode command.
8508 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8510         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8512         * streams.texi (Output Variables): Doc float-output-format.
8514         * searching.texi (Regexp Special): Nested repetition can be infloop.
8516         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8517         real stack overflow.
8519         * compile.texi: Minor cleanups.
8521 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8523         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8524         circular lists.
8525         (List Elements): Explain handling of circular and dotted lists.
8527 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8529         * modes.texi (Search-based Fontification): Fix typo.
8531 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8533         * modes.texi (Mode Line Variables): Fix description of
8534         global-mode-string, which is now after which-func-mode, not the
8535         buffer name.
8537 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8539         * modes.texi (Desktop Save Mode): Add.
8540         (Modes): Add menu entry Desktop Save Mode.
8542         * hooks.texi: Add desktop-after-read-hook,
8543         desktop-no-desktop-file-hook and desktop-save-hook.
8545         * locals.texi: Add desktop-save-buffer.
8547 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8549         * display.texi: emacs -> Emacs.
8551 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8553         * files.texi (Changing Files): Document set-file-times.
8555 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8557         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8559 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8561         * tips.texi (Coding Conventions): defopt -> defcustom.
8563 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8565         * sequences.texi: Various clarifications.
8567 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8569         * buffers.texi (Read Only Buffers): Mention optional ARG to
8570         `toggle-read-only'.
8572 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8574         * windows.texi (Selecting Windows): Note that get-lru-window
8575         returns a full-width window if possible.
8577 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8579         * buffers.texi: Various changes in addition to:
8580         (Buffer File Name): Add `find-buffer-visiting'.
8581         (Buffer Modification): Mention optional ARG to `not-modified'.
8582         (Indirect Buffers): Mention optional CLONE argument to
8583         `make-indirect-buffer'.
8585         * files.texi: Various changes in addition to:
8586         (Visiting Functions): `find-file-hook' is now a normal hook.
8587         (File Name Expansion): Explain difference between the way that
8588         `expand-file-name' and `file-truename' treat `..'.
8589         (Contents of Directories): Mention optional ID-FORMAT argument to
8590         `directory-files-and-attributes'.
8591         (Format Conversion): Mention new optional CONFIRM argument to
8592         `format-write-file'.
8594 2004-04-12  Miles Bader  <miles@gnu.org>
8596         * macros.texi (Expansion): Add description of `macroexpand-all'.
8598 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8600         * variables.texi (Variable Aliases):
8601         Mention cyclic-variable-indirection.
8603         * errors.texi (Standard Errors): Ditto.
8605 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8607         * backups.texi: Various small changes in addition to:
8608         (Making Backups): Mention return value of `backup-buffer'.
8609         (Auto-Saving): Mention optional FORCE argument to
8610         `delete-auto-save-file-if-necessary'.
8611         (Reverting): Mention optional PRESERVE-MODES argument to
8612         `revert-buffer'.  Correct description of `revert-buffer-function'.
8614 2004-03-22  Juri Linkov  <juri@jurta.org>
8616         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8617         with `Vector Functions'.
8619         * text.texi (Sorting): Add missing quote.
8621 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8623         * intro.texi (Lisp History): Replace xref to `cl' manual with
8624         inforef.
8626 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8628         * intro.texi (Version Info): Add arg to emacs-version.
8629         (Lisp History): Change xref to CL manual.
8631 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8633         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8634         for Partial Completion mode.
8636 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8638         * customize.texi: Fix typo.  Remove eol whitespace.
8640 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8642         * processes.texi: Fix typos.
8644         * lists.texi (Building Lists): Minor clarification.
8646         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8647         in make-hash-table.
8649 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8651         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8652         rm, and ignore exit code.
8654 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8656         * display.texi (Defining Faces): Add description for min-colors.
8657         Update example.
8659 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8661         * abbrevs.texi: Various corrections and clarifications in addition
8662         to the following:
8663         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8665 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8667         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8669 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8671         * text.texi: Various small changes in addition to the following:
8672         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8673         to delete-horizontal-space.
8674         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8675         description of yank-handler text property at various places.
8677         * frames.texi (Window System Selections): Add anchor.
8679         * syntax.texi (Syntax Table Functions): Clarify and correct
8680         descriptions of make-syntax-table and copy-syntax-table.
8681         (Motion and Syntax): Clarify SYNTAXES argument to
8682         skip-syntax-forward.
8683         (Parsing Expressions): Mention that the return value of
8684         parse-partial-sexp is currently a list of ten rather than nine
8685         elements.
8686         (Categories): Various corrections and clarifications.
8688 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8690         * markers.texi (Marker Insertion Types): Minor change.
8692         * locals.texi (Standard Buffer-Local Variables):
8693         * commands.texi (Interactive Codes, Using Interactive):
8694         * functions.texi (Related Topics): Fix xrefs.
8696 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8698         * lists.texi (Sets And Lists): Update description of delete-dups.
8700 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8702         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8704 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
8706         * frames.texi (Parameter Access): frame-parameters arg is optional.
8707         modify-frame-parameters handles nil for FRAME.
8708         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8709         are all-or-nothing for certain toolkits.
8710         Mention parameter wait-for-wm.
8711         (Frames and Windows): In frame-first-window and frame-selected-window
8712         the arg is optional.
8713         (Input Focus): In redirect-frame-focus the second arg is optional.
8714         (Window System Selections): Mention selection type CLIPBOARD.
8715         Mention data-type UTF8_STRING.
8716         Mention numbering of cut buffers.
8717         (Resources): Describe x-resource-name.
8719 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8721         * windows.texi (Buffers and Windows): Delete false table
8722         about all-frames.
8724         * syntax.texi (Parsing Expressions): Delete old caveat
8725         about parse-sexp-ignore-comments.
8727         * streams.texi (Output Variables): Add print-quoted.
8729         * lists.texi (Building Lists): Minor cleanup.
8731         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8733         * display.texi (Overlays): Explain overlays use markers.
8734         (Managing Overlays): Explain front-advance and rear-advance
8735         in more detail.
8737         * loading.texi (Unloading): Document unload-feature-special-hooks.
8738         Get rid of fns-NNN.el file.
8740 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8742         * help.texi (Describing Characters): Fix text-char-description
8743         example output.
8745         * edebug.texi (Using Edebug): Fix example.
8747         * debugging.texi (Internals of Debugger): Fix return value.
8749         * files.texi (Changing Files): Fix argname.
8751         * calendar.texi: Fix parens, and default values.
8753         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8754         * nonascii.texi, objects.texi, os.texi: Minor fixes.
8755         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8757         * positions.texi (Text Lines): Don't add -1 in current-line.
8759 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8761         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8763 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8765         * processes.texi (Low-Level Network): Fix a typo.
8767 2004-02-12  Kim F. Storm  <storm@cua.dk>
8769         * display.texi (Fringes): Use consistent wording.
8770         Note that window-fringe's window arg is optional.
8771         (Scroll Bars): Use consistent wording.
8773 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8775         * tips.texi (Comment Tips): Document the new conventions for
8776         commenting out code.
8778 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8780         * positions.texi (Text Lines): Add missing end defun.
8782 2004-02-07  Kim F. Storm  <storm@cua.dk>
8784         * positions.texi (Text Lines): Add line-number-at-pos.
8786 2004-02-06  John Paul Wallington  <jpw@gnu.org>
8788         * display.texi (Button Properties, Button Buffer Commands):
8789         mouse-2 invokes button, not down-mouse-1.
8791 2004-02-04  Jason Rumney  <jasonr@gnu.org>
8793         * makefile.w32-in: Sync with Makefile.in changes.
8795 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
8797         * minibuf.texi (Text from Minibuffer): Various corrections and
8798         clarifications.
8799         (Object from Minibuffer): Correct Lisp description of
8800         read-minibuffer.
8801         (Minibuffer History): Clarify description of cons values for
8802         HISTORY arguments.
8803         (Basic Completion): Various corrections and clarifications.
8804         Add completion-regexp-list.
8805         (Minibuffer Completion): Correct and clarify description of
8806         completing-read.
8807         (Completion Commands): Mention Partial Completion mode.
8808         Various other minor changes.
8809         (High-Level Completion): Various corrections and clarifications.
8810         (Reading File Names): Ditto.
8811         (Minibuffer Misc): Ditto.
8813 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8815         * strings.texi (Text Comparison): assoc-string also matches
8816         elements of alists that are strings instead of conses.
8817         (Formatting Strings): Standardize Texinfo usage.  Update index
8818         entries.
8820 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
8822         * lists.texi (Sets And Lists): Add delete-dups.
8824 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8826         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8827         special form.
8828         * macros.texi (Defining Macros): Update description of `declare',
8829         which now is a macro.
8830         (Wrong Time): Fix typos.
8832 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8834         * compile.texi (Compilation Functions): Expand descriptions of
8835         `compile-defun', `byte-compile-file', `byte-recompile-directory'
8836         and `batch-byte-compile'.  In particular, mention and describe
8837         all optional arguments.
8838         (Disassembly): Correct and clarify the description of `disassemble'.
8840 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8842         * searching.texi: Various small changes in addition to the
8843         following.
8844         (Regexp Example): Adapt to new value of `sentence-end'.
8845         (Regexp Functions): The PAREN argument to `regexp-opt' can be
8846         `words'.
8847         (Search and Replace): Add usage note for `perform-replace'.
8848         (Entire Match Data): Mention INTEGERS and REUSE arguments to
8849         `match-data'.
8850         (Standard Regexps): Update for new values of `paragraph-start'
8851         and `sentence-end'.
8853 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8855         * files.texi (Saving Buffers): Clarify descriptions of
8856         `write-contents-functions' and `before-save-hook'.
8857         Make the defvar's for `before-save-hook' and `after-save-hook'
8858         into defopt's.
8860 2004-01-07  Kim F. Storm  <storm@cua.dk>
8862         * commands.texi (Click Events): Describe new image and
8863         width/height elements of click events.
8864         (Accessing Events): Add posn-string, posn-image, and
8865         posn-object-width-height.  Change posn-object to return either
8866         image or string object.
8868 2004-01-01  Simon Josefsson  <jas@extundo.com>
8870         * hooks.texi (Standard Hooks): Add before-save-hook.
8871         * files.texi (Saving Buffers): Likewise.
8873 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8875         * frames.texi (Frames and Windows): Delete frame-root-window.
8877 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8879         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8881         * functions.texi: Various small changes in addition to the
8882         following.
8883         (What Is a Function): `functionp' returns nil for macros.
8884         Clarify behavior of this and following functions for symbol arguments.
8885         (Function Documentation): Add `\' in front of (fn @var{arglist})
8886         and explain why.
8887         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8888         Add anchor.
8889         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8891 2004-01-01  Miles Bader  <miles@gnu.org>
8893         * display.texi (Buttons): New section.
8895 2003-12-31  Andreas Schwab  <schwab@suse.de>
8897         * numbers.texi (Math Functions): sqrt reports a domain-error
8898         error.
8899         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8901 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8903         * tips.texi (Documentation Tips): Update item on hyperlinks in
8904         documentation strings.
8906         * errors.texi (Standard Errors): Various small corrections and
8907         additions.
8909         * control.texi: Various small changes in addition to the
8910         following.
8911         (Signaling Errors): Provide some more details on how `signal'
8912         constructs the error message.  Add anchor to the definition of
8913         `signal'.
8914         (Error Symbols): Describe special treatment of `quit'.
8915         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8916         to emphasize that it has to be a single form.
8918         * buffers.texi: Add anchor.
8920 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8922         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8923         (Window Configurations): Add window-configuration-frame.
8925         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8927         * text.texi (Examining Properties): Add get-char-property-and-overlay.
8928         Change arg name in get-char-property.
8929         (Special Properties): Update handling of keymap property.
8931         * strings.texi (Modifying Strings): Add clear-string.
8932         (Text Comparison): Add assoc-string and remove
8933         assoc-ignore-case, assoc-ignore-representation.
8935         * os.texi (Time of Day): Add set-time-zone-rule.
8937         * numbers.texi (Math Functions): asin, acos, log, log10
8938         report domain-error errors.
8940         * nonascii.texi (Converting Representations):
8941         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8942         (Encoding and I/O): Add file-name-coding-system.
8944         * modes.texi (Search-based Fontification): Explain that
8945         face specs are symbols with face names as values.
8947         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8949         * lists.texi (Building Lists): remq moved elsewhere.
8950         (Sets And Lists): remq moved here.
8951         (Association Lists): Refer to assoc-string.
8953         * internals.texi (Garbage Collection): Add memory-use-counts.
8955         * frames.texi (Frames and Windows): Add set-frame-selected-window
8956         and frame-root-window.
8958         * files.texi (Contents of Directories):
8959         Add directory-files-and-attributes.
8961         * display.texi (Refresh Screen): Add force-window-update.
8962         (Invisible Text): Explain about moving point out of invis text.
8963         (Overlay Properties): Add overlay-properties.
8964         (Managing Overlays): Add overlayp.
8965         (GIF Images): Invalid image number displays a hollow box.
8967         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8968         (Killing Buffers): Add buffer-live-p.
8970 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8972         * display.texi (Fringes): Fix typo "set-buffer-window".
8974 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8976         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8977         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8978         Add or change various xrefs and anchors.
8980         * commands.texi: Replace all occurrences of @acronym{CAR} with
8981         @sc{car}, for consistency with the rest of the Elisp manual.
8982         `car' and `cdr' are historically acronyms, but are no longer
8983         widely thought of as such.
8985         * internals.texi (Pure Storage): Mention that `purecopy' does not
8986         copy text properties.
8987         (Object Internals): Now 29 bits are used (in most implementations)
8988         to address Lisp objects.
8990         * variables.texi (Variables with Restricted Values): New node.
8992         * objects.texi (Lisp Data Types): Mention that certain variables
8993         can only take on a restricted set of values and add an xref to
8994         the new node "Variables with Restricted Values".
8996         * eval.texi (Function Indirection): Describe the errors that
8997         `indirect-function' can signal.
8998         (Eval): Clarify the descriptions of `eval-region' and `values'.
8999         Describe `eval-buffer' instead of `eval-current-buffer' and
9000         mention `eval-current-buffer' as an alias for `current-buffer'.
9001         Correct the description and mention all optional arguments.
9003         * nonascii.texi: Various small changes in addition to the
9004         following.
9005         (Converting Representations): Clarify behavior of
9006         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9007         ASCII arguments.
9008         (Character Sets): Document the variable `charset-list' and adapt
9009         the definition of the function `charset-list' accordingly.
9010         (Translation of Characters): Clarify use of generic characters in
9011         `make-translation-table'.  Clarify and correct the description of
9012         the use of translation tables in encoding and decoding.
9013         (User-Chosen Coding Systems): Correct and clarify the description
9014         of `select-safe-coding-system'.
9015         (Default Coding Systems): Clarify description of
9016         `file-coding-system-alist'.
9018 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9020         * strings.texi (Text Comparison): Correctly describe when two
9021         strings are `equal'.  Combine and clarify descriptions of
9022         `assoc-ignore-case' and `assoc-ignore-representation'.
9024         * objects.texi (Non-ASCII in Strings): Clarify description of
9025         when a string is unibyte or multibyte.
9026         (Bool-Vector Type): Update examples.
9027         (Equality Predicates): Correctly describe when two strings are
9028         `equal'.
9030 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9032         * lists.texi (Building Lists): `append' no longer accepts integer
9033         arguments.  Update the description of `number-sequence' to reflect
9034         recent changes.
9035         (Sets And Lists): Describe `member-ignore-case' after `member'.
9037 2003-11-27  Kim F. Storm  <storm@cua.dk>
9039         * commands.texi (Click Events): Click object may be an images.
9040         Describe (dx . dy) element of click positions.
9041         (Accessing Events): Remove duplicate posn-timestamp.
9042         New functions posn-object and posn-object-x-y.
9044 2003-11-23  Kim F. Storm  <storm@cua.dk>
9046         * commands.texi (Click Events): Describe enhancements to event
9047         position lists, including new text-pos and (col . row) items.
9048         Mention left-fringe and right-fringe area events.
9049         (Accessing Events): New functions posn-area and
9050         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9051         posn-point in non-text area still returns buffer position.
9052         Clarify posn-col-row.
9054 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9056         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9057         * anti.texi (File Attributes): Describe removed parameter
9058         ID-FORMAT.
9060 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9062         * positions.texi (Positions): Mention that, if a marker is used as
9063         a position, its buffer is ignored.
9065         * markers.texi (Overview of Markers): Mention it here too.
9067 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9069         * numbers.texi (Numeric Conversions): Not just `floor', but also
9070         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9072 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9074         * markers.texi (Creating Markers): Specify insertion type of
9075         created markers.  Add xref to `Marker Insertion Types'.
9076         Second argument to `copy-marker' is optional.
9077         (Marker Insertion Types): Mention that most markers are created
9078         with insertion type nil.
9079         (The Mark): Correctly describe when `mark' signals an error.
9080         (The Region): Correctly describe when `region-beginning' and
9081         `region-end' signal an error.
9083 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9085         * hash.texi (Creating Hash): Clarify description of `eql'.
9086         `makehash' is obsolete.
9087         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9089         * positions.texi (Point): Change description of `buffer-end', so
9090         that it is also correct for floating point arguments.
9091         (List Motion): Correct argument lists of `beginning-of-defun' and
9092         `end-of-defun'.
9093         (Excursions): Add xref to `Marker Insertion Types'.
9094         (Narrowing): Argument to `narrow-to-page' is optional.
9096 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9098         * streams.texi (Output Streams): Clarify behavior of point for
9099         marker output streams.
9101 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9103         * variables.texi (Defining Variables): Second argument to
9104         `defconst' is not optional.
9105         (Setting Variables): Mention optional argument APPEND to
9106         `add-to-list'.
9107         (Creating Buffer-Local): Expand description of
9108         `make-variable-buffer-local'.
9109         (Frame-Local Variables): Expand description of
9110         `make-variable-frame-local'.
9111         (Variable Aliases): Correct description of optional argument
9112         DOCSTRING to `defvaralias'.  Mention return value of
9113         `defvaralias'.
9114         (File Local Variables): Add xref to `File variables' in Emacs
9115         Manual.  Correct description of `hack-local-variables'.  Mention
9116         `safe-local-variable' property.  Mention optional second argument
9117         to `risky-local-variable-p'.
9119 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9121         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9123 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9125         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9126         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9127         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9128         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9129         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9130         lispref/processes.texi, lispref/searching.texi,
9131         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9132         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9133         @acronym{FOO}.
9135 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9137         * strings.texi (Creating Strings): Argument START to `substring'
9138         can not be `nil'.  Expand description of
9139         `substring-no-properties'.  Correct description of `split-string',
9140         especially with respect to empty matches.  Prevent very bad line
9141         break in definition of `split-string-default-separators'.
9142         (Text Comparison): `string=' and `string<' also accept symbols as
9143         arguments.
9144         (String Conversion): More completely describe argument BASE in
9145         `string-to-number'.
9146         (Formatting Strings): `%s' and `%S' in `format' do require
9147         corresponding object.  Clarify behavior of numeric prefix after
9148         `%' in `format'.
9149         (Case Conversion): The argument to `upcase-initials' can be a
9150         character.
9152 2003-10-27  Kenichi Handa  <handa@m17n.org>
9154         * display.texi (Fontsets): Fix texinfo usage.
9156 2003-10-25  Kenichi Handa  <handa@m17n.org>
9158         * display.texi (Fontsets): Add description of the function
9159         set-fontset-font.
9161 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9163         * display.texi (Temporary Displays): Add xref to `Documentation
9164         Tips'.
9166         * functions.texi (Function Safety): Use inforef instead of pxref
9167         for SES.
9169 2003-10-23  Andreas Schwab  <schwab@suse.de>
9171         * Makefile.in (TEX, texinputdir): Don't define.
9172         (TEXI2DVI): Define.
9173         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9174         add $(srcdir)/index.texi.
9175         ($(infodir)/elisp): Remove index.texi dependency.
9176         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9177         (index.texi): Remove target.
9178         (dist): Don't link $(srcdir)/permute-index.
9179         (clean): Don't remove index.texi.
9181         * permute-index, index.perm: Remove.
9182         * index.texi: Rename from index.unperm.
9184 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9186         * tips.texi (Documentation Tips): Document new behavior for face
9187         and variable hyperlinks in Help mode.
9189 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9191         * objects.texi (Integer Type): Update for extra bit of integer range.
9192         (Character Type): Ditto.
9194 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9196         * numbers.texi (Integer Basics): Add index entries for reading
9197         numbers in hex, octal, and binary.
9199 2003-10-16  Lute Kamstra  <lute@gnu.org>
9201         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9202         argument.
9204 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9206         * windows.texi (Choosing Window): Fix typo.
9207         * edebug.texi (Edebug Execution Modes): Fix typo.
9209 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9211         * windows.texi (Basic Windows): A window has fringe settings,
9212         display margins and scroll-bar settings.
9213         (Splitting Windows): Doc split-window return value.
9214         Clean up one-window-p.
9215         (Selecting Windows): Fix typo.
9216         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9217         (Buffers and Windows): In set-window-buffer, explain effect
9218         on fringe settings and scroll bar settings.
9219         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9220         (Choosing Window): Use defopt for pop-up-frame-function.
9221         For special-display-buffer-names, explain same-window and same-frame.
9222         Clarify window-dedicated-p return value.
9223         (Textual Scrolling): scroll-up and scroll-down can get an error.
9224         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9225         Clarify set-window-hscroll.
9226         (Size of Window): Don't mention tool bar in window-height.
9227         (Coordinates and Windows): Explain what coordinates-in-window-p
9228         returns for fringes and display margins.
9229         (Window Configurations): Explain saving fringes, etc.
9231         * tips.texi (Library Headers): Clean up Documentation.
9233         * syntax.texi (Parsing Expressions): Clean up forward-comment
9234         and parse-sexp-lookup-properties.
9236         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9238         * os.texi (System Environment): Clean up text for load-average errors.
9240         * modes.texi (Hooks): Don't explain local hook details at front.
9241         Clarify run-hooks and run-hook-with-args a little.
9242         Clean up add-hook and remove-hook.
9244         * edebug.texi (Edebug Execution Modes): Clarify t.
9245         Document edebug-sit-for-seconds.
9246         (Coverage Testing): Document C-x X = and =.
9247         (Instrumenting Macro Calls): Fix typo.
9248         (Specification List): Don't index the specification keywords.
9250 2003-10-10  Kim F. Storm  <storm@cua.dk>
9252         * processes.texi (Network): Introduce make-network-process.
9254 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9256         * tips.texi (Library Headers): Fix typo.
9258 2003-10-07  Juri Linkov  <juri@jurta.org>
9260         * modes.texi (Imenu): Mention imenu-create-index-function's
9261         default value.  Explain submenus better.
9263 2003-10-07  Lute Kamstra  <lute@gnu.org>
9265         * modes.texi (Faces for Font Lock): Fix typo.
9266         (Hooks): Explain how buffer-local hook variables can refer to
9267         global hook variables.
9268         Various minor clarifications.
9270 2003-10-06  Lute Kamstra  <lute@gnu.org>
9272         * tips.texi (Coding Conventions): Mention naming conventions for
9273         hooks.
9275 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9277         * loading.texi (Library Search): Correct default value of
9278         load-suffixes.
9279         (Named Features): Fix typo.
9281 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9283         * loading.texi (Named Features): In `provide',
9284         say how to test for subfeatures.
9285         (Unloading): In unload-feature, use new var name
9286         unload-feature-special-hooks.
9288 2003-10-03  Lute Kamstra  <lute@gnu.org>
9290         * modes.texi (Major Mode Conventions): Mention third way to set up
9291         Imenu.
9292         (Imenu): A number of small fixes.
9293         Delete documentation of internal variable imenu--index-alist.
9294         Document the return value format of imenu-create-index-function
9295         functions.
9297 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9299         * processes.texi (Network): Say what stopped datagram connections do.
9301         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9303         * display.texi (Overlay Properties): Clarify `evaporate' property.
9305 2003-09-29  Lute Kamstra  <lute@gnu.org>
9307         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9308         constructs should be marked as risky.
9309         Change cons cell into proper list.
9310         (Mode Line Variables): Change cons cell into proper list.
9312 2003-09-26  Lute Kamstra  <lute@gnu.org>
9314         * modes.texi (Mode Line Data): Document the :propertize construct.
9315         (Mode Line Variables): Reorder the descriptions of the variables
9316         to match their order in the default mode-line-format.
9317         Describe the new variables mode-line-position and mode-line-modes.
9318         Update the default values of mode-line-frame-identification,
9319         minor-mode-alist, and default-mode-line-format.
9320         (Properties in Mode): Mention the :propertize construct.
9322 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9324         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9325         * loading.texi, minibuf.texi, text.texi, variables.texi:
9326         Avoid @strong{Note:}.
9328 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9330         * keymaps.texi (Remapping Commands): Fix typo.
9332 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9334         * processes.texi (Low-Level Network): Fix typo.
9336 2003-09-23  Kim F. Storm  <storm@cua.dk>
9338         * processes.texi (Network, Network Servers): Fix typos.
9339         (Low-Level Network): Add timeout value for :server keyword.
9340         Add new option keywords to make-network-process.
9341         Add set-network-process-options.
9342         Explain how to test availability of network options.
9344 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9346         * text.texi (Motion by Indent): Arg to
9347         backward-to-indentation and forward-to-indentation is optional.
9349         * strings.texi (Creating Strings): Add substring-no-properties.
9351         * processes.texi
9352         (Process Information): Add list-processes arg QUERY-ONLY.
9353         Delete process-contact from here.
9354         Add new status values for process-status.
9355         Add process-get, process-put, process-plist, set-process-plist.
9356         (Synchronous Processes): Add call-process-shell-command.
9357         (Signals to Processes): signal-process allows process objects.
9358         (Network): Complete rewrite.
9359         (Network Servers, Datagrams, Low-Level Network): New nodes.
9361         * positions.texi (Word Motion): forward-word, backward-word
9362         arg is optional.  Reword.
9364         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9366         * variables.texi (Creating Buffer-Local):
9367         Delete duplicate definition of buffer-local-value.
9368         (File Local Variables): Explain about discarding text props.
9370 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9372         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9373         changes variables that record input events.
9374         (Minibuffer Misc): Add minibuffer-selected-window.
9376         * lists.texi (Building Lists): Add copy-tree.
9378         * display.texi (Fontsets): Add char-displayable-p.
9379         (Scroll Bars): New node.
9381 2003-09-08  Lute Kamstra  <lute@gnu.org>
9383         * modes.texi (%-Constructs): Document new `%i' and `%I'
9384         constructs.
9386 2003-09-03  Peter Runestig  <peter@runestig.com>
9388         * makefile.w32-in: New file.
9390 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9392         * display.texi (Overlay Properties): Clarify how priorities
9393         affect use of the properties.
9395 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9397         * customize.texi (Type Keywords): Correct the description of
9398         `:help-echo' in the case where `motion-doc' is a function.
9400 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9402         * modes.texi (Emulating Mode Line): Subsection, not section.
9404 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9406         * elisp.texi (Top): Update subnode lists in menu.
9408         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9409         (Kill Functions): kill-region has new arg yank-handler.
9410         (Yanking): New node.
9411         (Yank Commands): Add yank-undo-function.
9412         (Low-Level Kill Ring):
9413         kill-new and kill-append have new arg yank-handler.
9414         (Changing Properties): Add remove-list-of-text-properties.
9415         (Atomic Changes): New node.
9417         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9419         * streams.texi (Output Variables): Add eval-expression-print-length
9420         and eval-expression-print-level.
9422         * os.texi (Time Conversion): For encode-time, explain limits on year.
9424         * objects.texi (Character Type): Define anchor "modifier bits".
9426         * modes.texi (Emulating Mode Line): New node.
9427         (Search-based Fontification): Font Lock uses font-lock-face property.
9428         (Other Font Lock Variables): Likewise.
9430         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9431         not vectors.
9432         (Active Keymaps): Add emulation-mode-map-alists.
9433         (Functions for Key Lookup): key-binding has new arg no-remap.
9434         (Remapping Commands): New node.
9435         (Scanning Keymaps): where-is-internal has new arg no-remap.
9436         (Tool Bar): Add tool-bar-local-item-from-menu.
9437         Clarify when to use tool-bar-add-item-from-menu.
9439         * commands.texi (Interactive Call): commandp has new arg.
9440         (Command Loop Info): Add this-original-command.
9442 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9444         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9446         * display.texi (Warning Basics): Fix typo.
9447         (Fringes): Add closing curly bracket and fix typo.
9449         * elisp.texi (Top): Fix typo.
9451 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9453         * elisp.texi: Update lists of subnodes.
9455         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9457         * variables.texi (Local Variables): Use lc for example variable names.
9459         * tips.texi (Library Headers): Explain where to put -*-.
9461         * strings.texi (Creating Strings): Fix xref for vconcat.
9463         * sequences.texi (Vector Functions):
9464         vconcat no longer allows integer args.
9466         * minibuf.texi (Reading File Names): read-file-name has new
9467         arg PREDICATE.  New function read-directory-name.
9469         * macros.texi (Defining Macros): Give definition of `declare'.
9470         (Indenting Macros): New node.
9472         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9473         (Window Frame Parameters): Make separate table of parameters
9474         that are coupled with specific face attributes.
9475         (Deleting Frames): delete-frame-hooks renamed to
9476         delete-frame-functions.
9478         * files.texi (Magic File Names): Add file-remote-p.
9479         Clarify file-local-copy.
9481         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9482         here; instead xref Defining Macros.
9484         * display.texi (Warnings): New node, and subnodes.
9485         (Fringes): New node.
9487         * debugging.texi (Test Coverage): New node.
9489         * compile.texi (Compiler Errors): Explain with-no-warnings
9490         and other ways to suppress warnings.
9492         * commands.texi (Interactive Call): Minor clarification.
9494         * buffers.texi (Buffer File Name): set-visited-file-name
9495         renames the buffer too.
9497         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9499 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9501         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9503 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9505         * internals.texi (Garbage Collection): Fix previous change.
9507 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9509         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9511         * display.texi (Width): Use \s syntax in example.
9512         (Font Selection): Add face-font-rescale-alist.
9514         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9515         Remove spurious indent in example.
9517         * lists.texi (Building Lists): Add number-sequence.
9519         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9521         * functions.texi (Function Documentation): Explain how to
9522         show calling convention explicitly in the doc string.
9524         * windows.texi (Selecting Windows): save-selected-window saves
9525         selected window of each frame.
9526         (Window Configurations): Minor change.
9528         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9530         * streams.texi (Output Variables): Add print-continuous-numbering
9531         and print-number-table.
9533         * processes.texi (Decoding Output): New node.
9535         * os.texi (Time Conversion): decode-time arg is optional.
9537         * objects.texi (Character Type): Don't use space as example for \.
9538         Make list of char names and \-sequences correspond.
9539         Explain that \s is not used in strings.  `\ ' needs space after.
9541         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9542         (Translation of Characters): Add translation-table-for-input.
9543         (Default Coding Systems): Add auto-coding-functions.
9544         (Explicit Encoding): Add decode-coding-inserted-region.
9545         (Locales): Add locale-info.
9547         * minibuf.texi (Basic Completion): Describe test-completion.
9548         Collections can be lists of strings.
9549         Clean up lazy-completion-table.
9550         (Programmed Completion): Mention test-completion.
9551         Clarify why lambda expressions are not accepted.
9552         (Minibuffer Misc): Describe minibufferp.
9554 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9556         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9558         * windows.texi (Selecting Windows): New arg to select-window.
9559         (Selecting Windows): Add with-selected-window.
9560         (Size of Window): Add window-inside-edges, etc.
9562         * internals.texi (Garbage Collection): Add post-gc-hook.
9564         * processes.texi (Subprocess Creation): Add exec-suffixes.
9566         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9567         (Scanning Keymaps): Add map-keymaps.
9568         (Defining Menus): Add keymap-prompt.
9570         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9571         most-negative-fixnum.
9573         * compile.texi (Byte Compilation): Explain no-byte-compile.
9574         (Compiler Errors): New node.
9576         * os.texi (User Identification): user-uid, user-real-uid
9577         can return float.
9579         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9580         and about derived modes.
9581         (Minor Modes): Add minor-mode-list.
9582         (Defining Minor Modes): Keyword args for define-minor-mode.
9583         (Search-based Fontification): Explain managing other properties.
9584         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9585         (Faces for Font Lock): Add font-lock-preprocessor-face.
9586         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9588         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9589         (Variable Aliases): Clarify defvaralias.
9591         * loading.texi (Library Search): Add load-suffixes.
9593         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9594         (Programmed Completion): Add dynamic-completion-table.
9596         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9597         (Magic File Names): Specify precedence order of handlers.
9599         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9600         and post-command-hook.
9601         (Waiting): New calling convention for sit-for.
9603         * text.texi (Special Properties): local-map and keymap properties
9604         apply based on their stickiness.
9606 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9608         * modes.texi (Minor Mode Conventions): Specify only some kinds
9609         of list values as args to minor modes.
9611         * files.texi (File Name Expansion): Warn about iterative use
9612         of substitute-in-file-name.
9614         * advice.texi (Activation of Advice): Clean up previous change.
9616 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9618         * advice.texi (Activation of Advice): Note that ad-start-advice is
9619         turned on by default.
9621 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9623         * text.texi (Buffer Contents): Document current-word.
9624         (Change Hooks): Not called for *Messages*.
9626         * functions.texi (Defining Functions): Explain about redefining
9627         primitives.
9628         (Function Safety): Rename.  Minor changes.
9629         Comment out the detailed criteria for what is safe.
9631 2003-06-22  Andreas Schwab  <schwab@suse.de>
9633         * objects.texi (Symbol Type): Fix description of examples.
9635 2003-06-16  Andreas Schwab  <schwab@suse.de>
9637         * hash.texi (Creating Hash): Fix description of :weakness.
9639 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9641         * files.texi (Changing Files): copy-file copies file modes, too.
9643 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9645         * strings.texi (Creating Strings): Clarify split-string.
9647 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9649         * strings.texi (Creating Strings): Update split-string specification
9650         and examples.
9652 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9654         * elisp.texi: Correct invariant section names.
9656 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9658         * os.texi (Timers): Explain about timers and quitting.
9660 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9662         * internals.texi (Writing Emacs Primitives): Strings are
9663         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9664         Explain GCPRO convention for varargs function args.
9666 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9668         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9670 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9672         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9674 2003-02-13  Kim F. Storm  <storm@cua.dk>
9676         * objects.texi (Character Type): New \s escape for space.
9678 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9680         * os.texi (System Environment): Add cygwin system-type.
9682 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9684         * keymaps.texi: Document that a symbol can act as a keymap.
9686 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9688         * text.texi (Changing Properties): Say string indices are origin-0.
9690         * positions.texi (Screen Lines) <compute-motion>:
9691         Correct order of elts in return value.
9693         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9694         how to define a default binding.
9696 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9698         * loading.texi (Unloading): Fix recent change for load-history.
9700         * customize.texi (Simple Types): Clarify description of custom
9701         type 'number.  Describe new custom type 'float.
9703 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
9705         * variables.texi (File Local Variables): Fix typo.
9707 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9709         From Michael Albinus <Michael.Albinus@alcatel.de>.
9711         * README: Target for Info file is `make info'.
9713         * files.texi (File Name Components): Fix typos in
9714         `file-name-sans-extension'.
9715         (Magic File Names): Complete list of operations for magic file
9716         name handlers.
9718 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9720         * variables.texi (File Local Variables): New function
9721         risky-local-variable-p.
9723 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
9725         * functions.texi (Function safety): New node about unsafep.
9727 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9729         * customize.texi (Splicing into Lists): Fix example.
9730         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9732 2002-06-17  Juanma Barranquero  <lektu@terra.es>
9734         * frames.texi (Display Feature Testing): Fix typo.
9736 2002-06-12  Andreas Schwab  <schwab@suse.de>
9738         * frames.texi (Initial Parameters, Resources): Fix references to
9739         the Emacs manual.
9741 2002-05-13  Kim F. Storm  <storm@cua.dk>
9743         * variables.texi (Intro to Buffer-Local): Updated warning and
9744         example relating to changing buffer inside let.
9746 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
9748         * os.texi (Session Management): New node about X Session management.
9750 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
9752         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
9753         to which the manual corresponds, and the copyright years.
9755         * Makefile.in (VERSION): Set to 2.9.
9757 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
9759         * elisp.texi: Change the category in @dircategory to "Emacs", to
9760         make it consistent with info/dir.
9762 2001-11-25  Miles Bader  <miles@gnu.org>
9764         * text.texi (Fields): Describe new `limit' arg in
9765         field-beginning/field-end.
9767 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
9769         * permute-index: Don't depend on csh-specific features.
9770         Replace the interpreter name with /bin/sh.
9772         * two-volume-cross-refs.txt: New file.
9773         * two.el: New file.
9774         * spellfile: New file.
9776 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9778         * permute-index: New file.
9780         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9781         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9782         8+3 restricted namespace.
9784         * Makefile.in (infodir): Define relative to $(srcdir).
9785         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9786         include directories list via -I switch to makeinfo.
9787         (index.texi): Use cp if both hard and symbolic links fail.
9789 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
9791         * Makefile.in (distclean): Add.
9793         The following changes make ELisp manual part of the Emacs
9794         distribution:
9796         * Makefile.in: Add Copyright notice.
9797         (prefix): Remove.
9798         (infodir): Change value to "../info".
9799         (VPATH): New variable.
9800         (MAKE): Don't define.
9801         (texmacrodir): Don't define.
9802         (texinputdir): Append the existing value of TEXINPUTS.
9803         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
9804         command to be compatible with man/Makefile.in, and to put the
9805         output into ../info.
9806         (info): Add target.
9807         (installall): Target removed.
9809 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
9811         * tips.texi (Coding Conventions): Fix typo.
9813 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
9815         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9817 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
9819         * files.texi (File Name Components): Update the description of
9820         file-name-sans-extension and file-name-extension, as they now
9821         ignore leading dots.
9823 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9825         * (Version 21.1 released.)
9827 2001-10-19  Miles Bader  <miles@gnu.org>
9829         * positions.texi (Text Lines): Describe behavior of
9830         `beginning-of-line'/`end-of-line' in the presence of field properties.
9832 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
9834         * Makefile.in (VERSION): Set to 2.8.
9835         (manual): Use `manual-21'.
9837         * elisp.texi (VERSION): Add and use it where the version
9838         number was used.  Set it to 2.8.
9840         * intro.texi: Likewise.
9842 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9844         * files.texi (File Name Completion): Document the significance of
9845         a trailing slash in elements of completion-ignored-extensions.
9847 2001-10-06  Miles Bader  <miles@gnu.org>
9849         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9851 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9853         * variables.texi (Variable Aliases): New node.
9855 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9857         * Branch for 21.1.
9859 2001-10-02  Miles Bader  <miles@gnu.org>
9861         * minibuf.texi (Minibuffer Misc): Add entries for
9862         `minibuffer-contents', `minibuffer-contents-no-properties', and
9863         `delete-minibuffer-contents'.
9864         Correct description for `minibuffer-prompt-end'.
9866         * text.texi (Property Search): Correct descriptions of
9867         `next-char-property-change' and `previous-char-property-change'.
9868         Add entries for `next-single-char-property-change' and
9869         `previous-single-char-property-change'.
9870         Make operand names a bit more consistent.
9872 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9874         * frames.texi (Finding All Frames): Document that next-frame and
9875         previous-frame are local to current terminal.
9877 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9879         * keymaps.texi (Creating Keymaps): Fix the description of the
9880         result of make-keymap.
9882 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9884         * display.texi (Font Lookup, Attribute Functions)
9885         (Image Descriptors): Add cross-references to the definition of
9886         selected frame.
9888         * buffers.texi (The Buffer List): Add cross-references to the
9889         definition of selected frame.
9891         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9892         frame at any given time.
9893         (Multiple Displays, Size and Position): Add a cross-reference to
9894         the definition of the selected frame.
9896 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9898         * strings.texi (String Conversion) <string-to-number>: Document
9899         that a float is returned for integers that are too large.
9901         * frames.texi (Mouse Position): Document mouse-position-function.
9902         (Display Feature Testing): Document display-images-p.
9903         (Window Frame Parameters): Document the cursor-type variable.
9905         * numbers.texi (Integer Basics): Document CL style read syntax for
9906         integers in bases other than 10.
9908         * positions.texi (List Motion):
9909         Document open-paren-in-column-0-is-defun-start.
9911         * lists.texi (Sets And Lists): Document member-ignore-case.
9913         * internals.texi (Garbage Collection): Document the used and free
9914         strings report.
9915         (Memory Usage): Document strings-consed.
9917         * os.texi (Time of Day): Document float-time.
9918         (Recording Input): Document that clear-this-command-keys clears
9919         the vector to be returned by recent-keys.
9921         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9922         argument keymap can be a list.
9924         * nonascii.texi (User-Chosen Coding Systems)
9925         <select-safe-coding-system>: Document the new argument
9926         accept-default-p and the variable
9927         select-safe-coding-system-accept-default-p.  Tell what happens if
9928         buffer-file-coding-system is undecided.
9929         (Default Coding Systems): Document auto-coding-regexp-alist.
9931         * display.texi (The Echo Area) <message>: Document
9932         message-truncate-lines.
9933         (Glyphs): Document that the glyph table is unused on windowed
9934         displays.
9936         * help.texi (Describing Characters) <single-key-description>:
9937         Document the new argument no-angles.
9938         (Accessing Documentation) <documentation-property>: Document that
9939         a non-string property is evaluated.
9940         <documentation>: Document that the function-documentation property
9941         is looked for.
9943         * windows.texi (Selecting Windows): Document some-window.
9945         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9947         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9948         apropos-mode-hook.
9950         * commands.texi (Using Interactive): Document interactive-form.
9951         (Keyboard Macros): Document kbd-macro-termination-hook.
9952         (Command Loop Info): Document that clear-this-command-keys clears
9953         the vector to be returned by recent-keys.
9955 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9957         * Makefile.in (srcdir, texinputdir): New variables.
9958         (srcs, index.texi, install): Use $(srcdir).
9959         (.PHONY): Remove elisp.dvi.
9960         (elisp): Use -I switch for makeinfo.
9961         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9962         (installall, dist): Use $(srcdir).
9963         Fix path to texinfo.tex.
9964         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9966 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9968         * display.texi (Conditional Display): Adjust to API change.
9970         * configure: New file.
9972 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9974         * commands.texi (Repeat Events): Add description of
9975         double-click-fuzz.
9977 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9979         * syntax.texi (Syntax Class Table): Add the missing designator for
9980         comment and string fences.
9981         (Syntax Properties): Add a xref to syntax table internals.
9982         (Syntax Table Internals): Document string-to-syntax.
9984 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9986         * Makefile.in (install): Use install-info command line options
9987         like in Emacs' Makefile.in.
9989 2000-12-09  Miles Bader  <miles@gnu.org>
9991         * windows.texi (Window Start): Update documentation for
9992         `pos-visible-in-window-p'.
9994 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9996         * lists.texi (Building Lists): Add footnote to explain how to add
9997         to the end of a list.
9999 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10001         * files.texi (Visiting Functions): Typos.
10003 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10005         * files.texi (Visiting Functions): Return value of
10006         find-file-noselect may be a list of buffers if wildcards are used.
10008 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10010         * display.texi (Defining Faces): Document `graphic' display type
10011         in face specs.
10013 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10015         * hooks.texi (Standard Hooks): Replace obsolete
10016         `after-make-frame-hook' with `after-make-frame-functions'.
10018         * frames.texi (Creating Frames): Ditto.
10020         * variables.texi (Future Local Variables): Ditto.
10022 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10024         * display.texi (Other Image Types): Add description of :foreground
10025         and :background properties of mono PBM images.
10027 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10029         * .cvsignore: New file.
10031 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10033         * tindex.pl: New script.
10035 1999-12-03  Dave Love  <fx@gnu.org>
10037         * Makefile.in (MAKEINFO): New parameter.
10039 1999-09-17  Richard Stallman  <rms@gnu.org>
10041         * Makefile.in (srcs): Add hash.texi.
10042         (VERSION): Update to 20.6.
10044 1999-09-13  Richard Stallman  <rms@gnu.org>
10046         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10048 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10050         * configure.in: New file.
10051         * Makefile.in: Renamed from Makefile.
10052         (prefix, infodir): Use value obtained from configure.
10053         (emacslibdir): Obsolete variable deleted.
10054         (dist): Distribute configure.in, configure, Makefile.in.
10056 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10058         * Makefile (INSTALL_INFO): New variable.
10059         (install): Run install-info.
10061 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10063         * Makefile (elisp.dvi): Add missing backslash.
10065 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10067         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10068         Run texindex without `./'.  Always run texindex on elisp.tp.
10069         (elisp.tps): Target deleted.
10071 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10073         * Makefile (srcs): Add nonascii.texi and customize.texi.
10074         (dist): Start by deleting `temp'.
10076 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10078         * Makefile (makeinfo, texindex): Targets deleted.
10079         (makeinfo.o, texindex.o): Targets deleted.
10080         (clean, dist): Don't do anything with them or with getopt*.
10082 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10084         * Makefile (SHELL): Defined.
10086 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10088         * Makefile (elisp.tps): New target.
10089         (elisp.dvi): Depend on elisp.tps.
10091 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10093         * README: Update phone number.
10095         * Makefile (elisp): Make this be the default target.
10096         Depend on makeinfo.c instead of makeinfo.
10097         (install): Don't depend on elisp.dvi, since we don't install that.
10098         Use mkinstalldirs.
10099         (dist): Add mkinstalldirs.
10101 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10103         * Makefile (VERSION): Update version number.
10104         (maintainer-clean): Rename from realclean.
10106 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10108         * Makefile (realclean): New target.
10109         (elisp): Remove any old elisp-* files first.
10111 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10113         * Makefile (VERSION): New variable.
10114         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10115         Compressed file suffix should be `.gz', not `.z'.
10117 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10119         * Makefile (elisp): Depend on makeinfo.
10121 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10123         * Makefile (srcs): Add anti.texi.
10125 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10127         * Makefile (infodir, prefix): New vars.
10128         (install): Use infodir.
10129         (emacsinfodir): Delete.
10131 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10133         * Makefile (srcs): Add calendar.texi.
10135         * Makefile (dist): Copy texindex.c and makeinfo.c.
10136         Limit elisp-* files to those with one or two digits.
10138 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10140         * Makefile (dist): Change to use Gzip instead of compress.
10142 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10144         * loading.texi (Unloading): define-function changed back to
10145         defalias.  It may not stay this way, but at least it's
10146         consistent with the known-good version of the code patch.
10148 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10150         * modes.texi (Hooks): Document new optional arg of add-hook.
10152 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10154         * variables.texi: Document nil initial value of buffer-local variables.
10156         * tips.texi: Add new section on standard library headers.
10158 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10160         * Makefile (srcs): Add frame.texi to the list of sources.
10162 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10164         * Makefile (dist): Don't bother excluding autosave files; they'll
10165         never make it into the temp directory anyway, and the hash marks
10166         in the name are problematic for make and the Bourne shell.
10167         (srcs):
10169 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10171         * Makefile (dist): Don't include backup files or autosave files in
10172         the distribution tar file.
10174 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10176         * Makefile (srcs): Add index.perm.
10177         (elisp.dvi): Remove erroneous shell comment.
10178         Expect output of permute-index in permuted.fns.
10179         Save old elisp.aux in elisp.oaux.
10180         (clean): Add index.texi to be deleted.
10182 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10184         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10186 1990-06-26  David Lawrence  (tale@geech)
10188         * files.texi: Noted that completion-ignored-extensions is ignored
10189         when making *Completions*.
10191 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10193         * Makefile  make dist now depends on elisp.dvi, since it tries
10194         to include it in the dist file.
10196 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10198         * functions.texinfo (Mapping Functions): Add missing quote.
10200 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10202         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10203         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10205 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10207         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10208         and @error{} are the terms now being used.  The files in the
10209         directory have been changed to reflect this.
10211         * All instances of @indentedresultt{} have been changed to
10212         `     @result{}', using 5 spaces at the beginning of the line.
10214 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10216         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10217         experimental @indentedresult{}, @indentedexpandsto{} are part of
10218         the texinfo.tex in this directory.  These TeX macros are not
10219         stable yet.
10221 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10223         * texinfo.tex: Temporarily added
10224                 \let\result=\dblarrow
10225                 \def\error{{\it ERROR} \longdblarrow}
10226         We need to do this better soon.
10228 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10230         * Applied Karl Berry's patches to *.texinfo files, but not to
10231         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10232         new title page format is also not applied, since it requires
10233         texinfo.tex changes.)
10235         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10236         for the Project GNU development environment.
10238 ;; Local Variables:
10239 ;; coding: utf-8
10240 ;; End:
10242   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10244   This file is part of GNU Emacs.
10246   GNU Emacs is free software: you can redistribute it and/or modify
10247   it under the terms of the GNU General Public License as published by
10248   the Free Software Foundation, either version 3 of the License, or
10249   (at your option) any later version.
10251   GNU Emacs is distributed in the hope that it will be useful,
10252   but WITHOUT ANY WARRANTY; without even the implied warranty of
10253   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10254   GNU General Public License for more details.
10256   You should have received a copy of the GNU General Public License
10257   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.