Update Customization chapter of Lisp manual.
[emacs.git] / doc / lispref / ChangeLog
blob85dc017d7f56fbe9c3704be9b50f177f390e06a2
1 2012-02-05  Chong Yidong  <cyd@gnu.org>
3         * customize.texi (Common Keywords): Minor clarifications.
4         Document custom-unlispify-remove-prefixes.
5         (Variable Definitions): Backquotes in defcustom seem to work fine
6         now.  Various other copyedits.
7         (Simple Types): Copyedits.  Document color selector.
8         (Composite Types): Copyedits.
9         (Splicing into Lists): Clarifications.
11         * eval.texi (Backquote): Move from macros.texi.
13         * macros.texi (Expansion): Minor clarification.
14         (Backquote): Move node to eval.texi.
15         (Defining Macros): Move an example from Backquote node.
16         (Argument Evaluation): No need to mention Pascal.
17         (Indenting Macros): Add xref to Defining Macros.
19 2012-02-05  Glenn Morris  <rgm@gnu.org>
21         * debugging.texi (Error Debugging): Mention debug-on-event default.
23 2012-02-04  Glenn Morris  <rgm@gnu.org>
25         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
27         * debugging.texi (Error Debugging): Mention debug-on-event.
28         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
30         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
32         * text.texi (Buffer Contents):
33         Update filter-buffer-substring description.
35 2012-02-04  Chong Yidong  <cyd@gnu.org>
37         * functions.texi (What Is a Function): Add closures.  Mention
38         "return value" terminology.  Add xref for command-execute.  Remove
39         unused "keystroke command" terminology.
40         (Lambda Expressions): Give a different example than in the
41         following subsection.  Add xref to Anonymous Functions.
42         (Function Documentation): Remove gratuitous markup.
43         (Function Names): Move introductory text to `What Is a Function'.
44         (Defining Functions): Fix defun argument spec.
45         (Anonymous Functions): Document lambda macro explicitly.  Mention
46         effects on lexical binding.
47         (Function Cells): Downplay direct usage of fset.
48         (Closures): New node.
49         (Inline Functions): Remove "open-code" terminology.
50         (Declaring Functions): Minor tweak; .m is not C code.
52         * variables.texi (Variables): Don't refer to "global value".
53         (Local Variables, Void Variables): Copyedits.
54         (Lexical Binding): Minor clarification of example.
55         (File Local Variables): Mention :safe and :risky defcustom args.
56         (Lexical Binding): Add xref to Closures node.
58 2012-02-04  Glenn Morris  <rgm@gnu.org>
60         * minibuf.texi (High-Level Completion): Updates for read-color.
62 2012-02-03  Glenn Morris  <rgm@gnu.org>
64         * display.texi (GIF Images): Mention animation.
65         Remove commented-out old example of animation.
66         (Animated Images): New subsection.
67         * elisp.texi (Top):
68         * vol1.texi (Top):
69         * vol2.texi (Top): Add Animated Images menu entry.
71         * display.texi (Image Formats): Remove oddly specific information
72         on versions of image libraries.
73         (GIF Images, TIFF Images): Minor rephrasing.
75 2012-02-02  Glenn Morris  <rgm@gnu.org>
77         * processes.texi (Synchronous Processes):
78         Mention call-process's :file gets overwritten.
80         * commands.texi (Reading One Event):
81         * help.texi (Help Functions): Document read-char-choice.
83         * hooks.texi (Standard Hooks):
84         * modes.texi (Keymaps and Minor Modes):
85         * text.texi (Commands for Insertion): Document post-self-insert-hook.
87         * hooks.texi (Standard Hooks): Add prog-mode-hook.
89         * hooks.texi (Standard Hooks):
90         * modes.texi (Major Mode Conventions, Mode Hooks):
91         Document change-major-mode-after-body-hook.
93 2012-02-01  Glenn Morris  <rgm@gnu.org>
95         * modes.texi (Defining Minor Modes):
96         Mention disabling global minor modes on a per-major-mode basis.
98 2012-01-31  Chong Yidong  <cyd@gnu.org>
100         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
101         (Parser State): Remove unnecessary statement (Bug#10661).
103         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
105 2012-01-31  Glenn Morris  <rgm@gnu.org>
107         * modes.texi (Defining Minor Modes):
108         Document define-minor-mode's new :variable keyword.
110 2012-01-29  Chong Yidong  <cyd@gnu.org>
112         * syntax.texi (Syntax Class Table): Tweak description of newline
113         char syntax (Bug#9619).
115         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
116         description (Bug#10189).
118 2012-01-29  Glenn Morris  <rgm@gnu.org>
120         * files.texi (Changing Files): Document SELinux support.
122         * windows.texi (Window Sizes): Fix typo.
124 2012-01-28  Chong Yidong  <cyd@gnu.org>
126         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
127         doc (Bug#8568).
129         * frames.texi (Input Focus): Add NORECORD arg to
130         select-frame-set-input-focus.  Clarify its role in select-frame.
132         * text.texi (Transposition): We don't use transpose-region as an
133         internal subroutine (Bug#3249).
135         * modes.texi (Example Major Modes): Update Lisp example code to
136         current sources.  Delete the old non-derived-major-mode example,
137         which has diverged badly from current sources.
139 2012-01-27  Glenn Morris  <rgm@gnu.org>
141         * makefile.w32-in (texinputdir): Fix (presumed) typo.
142         (VERSION, manual): Remove, unused.
144 2012-01-27  Chong Yidong  <cyd@gnu.org>
146         * commands.texi (Command Overview): Minor clarification (Bug#10384).
148 2012-01-26  Chong Yidong  <cyd@gnu.org>
150         * searching.texi (String Search): Document negative repeat count
151         (Bug#10507).
153 2012-01-26  Glenn Morris  <rgm@gnu.org>
155         * variables.texi (Using Lexical Binding):
156         Mention that lexical-binding should be set in the first line.
158 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
160         * macros.texi (Defining Macros): Don't claim that `declare' only
161         affects Edebug and indentation.
163 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
165         * macros.texi (Defining Macros): Slight `declare' fixup.
167 2012-01-25  Glenn Morris  <rgm@gnu.org>
169         * makefile.w32-in (texinputdir):
170         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
172 2012-01-24  Chong Yidong  <cyd@gnu.org>
174         * variables.texi (Variables, Local Variables, Void Variables):
175         Edit to make the descriptions less specific to dynamic binding.
176         (Local Variables): Default max-specpdl-size is now 1300.
177         (Defining Variables): Edits for lexical scoping.  Delete
178         information about starting docstrings with *.  De-document
179         user-variable-p.
180         (Tips for Defining): Remove an unimportant discussion of quitting
181         in the middle of a load.
182         (Accessing Variables, Setting Variables): Discuss lexical binding.
183         (Variable Scoping): Rewrite.
184         (Scope, Extent, Impl of Scope): Nodes deleted.
185         (Dynamic Binding): New node, with material from Scope, Extent, and
186         Impl of Scope nodes.
187         (Dynamic Binding Tips): Rename from Using Scoping.
188         (Lexical Binding): Rewrite.
189         (Using Lexical Binding): Rename from Converting to Lexical
190         Binding.  Convert to subsection.
192         * customize.texi (Variable Definitions): Add custom-variable-p.
193         Move user-variable-p documentation here.
195 2012-01-23  Chong Yidong  <cyd@gnu.org>
197         * strings.texi (Text Comparison): Minor qualification.
199         * lists.texi (Cons Cells): Copyedits.
200         (List Elements): Mention push.
201         (List Variables): Mention pop.
202         (Rings): Move to sequences.texi.
204         * sequences.texi (Sequence Functions): Don't repeat the
205         introduction already given in the parent.
206         (Vectors): Copyedits.
207         (Rings): Move from lists.texi.  Note that this is specific to the
208         ring package.
210         * symbols.texi (Definitions, Symbol Components): Mention variable
211         scoping issues.
212         (Plists and Alists): Copyedits.
214         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
215         correctness with lexical scoping.
216         (Eval): Copyedits.
218 2012-01-21  Chong Yidong  <cyd@gnu.org>
220         * intro.texi (A Sample Function Description): Special notation
221         used for macros too.
223         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
224         (Symbol Type): Add xref for keyword symbols.
225         (Sequence Type): Clarify differences between sequence types.
226         (Cons Cell Type): Add "linked list" index entry.
227         (Non-ASCII in Strings): Copyedits.
228         (Equality Predicates): Symbols with same name need not be eq.
230         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
231         ldexp.  Move float-e and float-pi to Math Functions node.
233 2012-01-21  Glenn Morris  <rgm@gnu.org>
235         * modes.texi (Auto Major Mode):
236         * variables.texi (File Local Variables):
237         Mention inhibit-local-variables-regexps.
239 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
241         * windows.texi (Window Configurations): Rewrite references to
242         persistent window parameters.
243         (Window Parameters): Fix description of persistent window
244         parameters.
246 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
248         * windows.texi (Window Parameters): Use @pxref.
250 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
252         * windows.texi (Window Configurations, Window Parameters):
253         Describe persistent window parameters.
255 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * variables.texi (Creating Buffer-Local): Warn against misuses of
258         make-variable-buffer-local (bug#10258).
260 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
264 2012-01-06  Chong Yidong  <cyd@gnu.org>
266         * variables.texi (Directory Local Variables): Document
267         hack-dir-local-variables-non-file-buffer.
269 2012-01-06  Glenn Morris  <rgm@gnu.org>
271         * maps.texi (Standard Keymaps): Refer to Info-edit by name
272         rather than by keybinding.
274 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
276         * frames.texi (Font and Color Parameters): Add @pxref.
278 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
280         * frames.texi (Font and Color Parameters):
281         Document w32 font backends (bug#10399).
283 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
285         * files.texi (File Attributes, Changing Files):
286         Use a more-natural notation for octal numbers.
288 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
290         * variables.texi (Variables with Restricted Values):
291         Change reference to variable (bug#10354).
293 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
295         * windows.texi (Splitting Windows): Use t instead of non-nil
296         when describing window-combination-resize.
298 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * text.texi (Special Properties): Warn against `intangible' properties
301         (bug#10222).
303 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
305         * display.texi (Truncation):
306         * text.texi (Special Properties): Describe what a stretch-glyph is
307         instead of using that term without explanation.  Make the
308         cross-references more accurate.
310         * display.texi (Usual Display): Update the description,
311         cross-references, and indexing related to display of control
312         characters and raw bytes.
314 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
316         * windows.texi (Splitting Windows): Fix description of
317         window-combination-limit.  Suggested by Eli Zaretskii.
319 2011-11-23  Chong Yidong  <cyd@gnu.org>
321         * windows.texi (Window Sizes): Move window-top-line,
322         window-left-column, and window-*-pixel-edges to Coordinates and
323         Windows node.
324         (Coordinates and Windows): Restore window-edges doc.
326 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
328         * windows.texi (Windows and Frames, Splitting Windows):
329         Fix typos.
331 2011-11-21  Chong Yidong  <cyd@gnu.org>
333         * windows.texi (Splitting Windows): Fix error in documentation of
334         window-combination-limit.
335         (Cyclic Window Ordering): Minor fixes to next-window,
336         one-window-p, and get-lru-window docs.  Don't document
337         window-list-1.
338         (Buffers and Windows): Copyedits.
339         (Choosing Window): Document special handling of special-display-*.
340         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
341         Don't document even-window-heights, which is going away.
342         Clarify which options are obeyed by which action functions.
344 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
348 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
350         * windows.texi (Resizing Windows, Splitting Windows):
351         Remove term "status" when talking about combination limits.
353 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
355         * compile.texi (Compiler Errors):
356         * help.texi (Help Functions): Fix typos.
358 2011-11-19  Chong Yidong  <cyd@gnu.org>
360         * windows.texi (Splitting Windows): Clarify role of window
361         parameters in split-window.  Shorten the example.
362         (Deleting Windows): Rewrite intro to handle internal windows.
363         Fix delete-windows-on doc.
364         (Selecting Windows): Copyedits.
366 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
368         * windows.texi (Resizing Windows, Splitting Windows)
369         (Deleting Windows): Use term window-combination-resize instead
370         of window-splits.
372 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
374         * windows.texi (Resizing Windows, Splitting Windows):
375         Rename occurrences of window-nest to window-combination-limit.
377 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
379         * intro.texi (Lisp History): Fix typo.
381 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
383         * windows.texi (Splitting Windows, Deleting Windows):
384         Remove references to splits status of windows.
386 2011-11-10  Glenn Morris  <rgm@gnu.org>
388         * buffers.texi (Read Only Buffers): Expand a bit on why
389         toggle-read-only should only be used interactively.  (Bug#7292)
391 2011-11-09  Chong Yidong  <cyd@gnu.org>
393         * windows.texi (Window Sizes): Document window-pixel-edges,
394         window-inside-pixel-edges, window-absolute-pixel-edges, and
395         window-inside-absolute-pixel-edges.
396         (Resizing Windows): shrink-window-if-larger-than-buffer works on
397         non-full-width windows.
399 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
401         * windows.texi (Resizing Windows): Rewrite documentation of
402         window-resizable.
404 2011-11-09  Chong Yidong  <cyd@gnu.org>
406         * windows.texi (Splitting Windows): Simplify example.
408 2011-11-08  Chong Yidong  <cyd@gnu.org>
410         * windows.texi (Window Sizes): Copyedits.  Document
411         window-text-height.  Remove window-min-height and window-min-width
412         discussion, referring instead to Emacs manual.
413         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
414         (Resizing Windows): Simplify introduction.  Don't document
415         enlarge-window, shrink-window, enlarge-window-horizontally, and
416         shrink-window-horizontally; they are no longer preferred for
417         calling from Lisp, and are already documented in the Emacs manual.
419 2011-11-07  Glenn Morris  <rgm@gnu.org>
421         * windows.texi (Choosing Window): Fix keybinding typo.
423 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
425         * windows.texi (Resizing Windows, Splitting Windows)
426         (Window Configurations): Use "child window" instead of
427         "subwindow".
429 2011-11-06  Chong Yidong  <cyd@gnu.org>
431         * windows.texi (Basic Windows): Clarify various definitions.
432         Treat window-normalize-* as internal; don't document them.
433         (Windows and Frames): Various clarifications, e.g. non-live
434         windows also belong to frames.  Fix window-list description.
435         Simplify window nesting example.
436         (Splitting Windows, Window Configurations):
437         Use split-window-below.
439 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
441         * windows.texi (Window Sizes): Mention in the doc string that the
442         return values of `window-body-height' and `window-body-width' are
443         in frame's canonical units.  (Bug#9949)
445 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
447         * windows.texi (Windows and Frames): Remove "iso-" infix from
448         documentation of window-iso-combined-p.
450 2011-10-26  Chong Yidong  <cyd@gnu.org>
452         * modes.texi (Running Hooks): Document with-wrapper-hook.
454 2011-10-18  Chong Yidong  <cyd@gnu.org>
456         * display.texi (Glyphless Chars): New node.
458 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
460         * text.texi (Yanking): Document yank-excluded-properties.
462         * package.texi (Packaging Basics): The commentary should say how
463         to begin using the package.
465 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
467         * windows.texi (Deleting Windows): Mention which window gets
468         selected when deleting the selected window.
470 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
472         * buffers.texi (The Buffer List): Describe how bury-buffer deals
473         with the selected window.
474         * windows.texi (Buffers and Windows): Reformulate text on how
475         replace-buffer-in-windows deals with a window.
476         (Quitting Windows): Describe how quit-window deals with a
477         standalone frame.  Describe new option frame-auto-hide-function.
479 2011-10-08  Glenn Morris  <rgm@gnu.org>
481         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
483         * positions.texi (Excursions): Update warning message.
485 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
487         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
488         Fix Emacs manual xref (Bug#9675).
490 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
492         * windows.texi (Textual Scrolling): Document scroll-up-command,
493         scroll-down-command, scroll-error-top-bottom, and the
494         scroll-command symbol property.
495         (Display Action Functions): Fix description of
496         display-buffer-pop-up-window.
498 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
500         * windows.texi (Splitting Windows): Fix typos.
502 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
504         * windows.texi (Windows and Frames, Display Action Functions)
505         (Switching Buffers): Fix some typos.
506         (Buffers and Windows): Remove reference to window-auto-delete.
507         Reword description of replace-buffer-in-windows.
508         (Window History): Fix some typos and refer to frame local buffer
509         list.
510         (Quitting Windows): New node.
511         (Window Configurations): Add descriptions of window-state-get
512         and window-state-put.
513         (Window Parameters): Describe variable ignore-window-parameters.
514         Sketch some window parameters currently in use.
515         * elisp.texi (Top): Update node listing.
517 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
519         * windows.texi (Display Action Functions)
520         (Choosing Window Options): New nodes.
522 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
524         * windows.texi (Window History): New node.  Move text here from
525         Buffers and Windows.
526         (Switching Buffers): Rename from Displaying Buffers, since we
527         don't document display-buffer here; callers changed.
528         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
529         switch-to-buffer-other-frame.  Delete duplicate
530         replace-buffer-in-windows doc.
531         (Choosing Window): Document display actions.
533 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
535         * display.texi (Forcing Redisplay): Update the description of
536         redisplay-dont-pause due to change in the default value.
538 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
540         * frames.texi (Frames and Windows): Move section and rename to
541         Windows and Frames in windows.texi.
542         * windows.texi (Windows): Restructure.
543         (Basic Windows): Rewrite.  Explain live and internal windows and
544         normalization functions.
545         (Windows and Frames): Move section here from frames.texi.
546         Describe subwindows, window combinations, window tree, and
547         corresponding functions including window-list here.
548         (Window Sizes): Rename section from Size of Window and move it
549         up in chapter.  Describe total and body sizes and the
550         corresponding functions.  Explain new semantics of
551         window-min-height/-width.
552         (Resizing Windows): Move section up in chapter.  Describe new
553         resize functions.
554         (Splitting Windows): Describe new behavior of split-window,
555         split-window-above-each-other and split-window-side-by-side.
556         Provide examples.  Describe window-nest and window-splits
557         options.
558         (Deleting Windows): Minor rewrite.
559         (Selecting Windows): Minor rewrite.
560         Describe frame-selected-window and set-frame-selected-window here.
561         (Cyclic Window Ordering): Minor rewrite.
562         Describe window-list-1.
563         (Buffers and Windows): Rewrite.  Explain a window's previous and
564         next buffers and the corresponding functions.
565         (Window Tree): Merge into Windows and Frames section.
566         * elisp.texi (Top): Update node listings for frames and windows
567         sections.
569 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
573 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575         * errors.texi (Standard Errors): Remove apparent placeholder text
576         (bug#9491).
578 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
580         * frames.texi (Management Parameters): Fix description of
581         icon-type parameter.
583 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
585         * tips.texi (Key Binding Conventions): Don't bind a key sequence
586         ending in C-g.  Suggested by Edward O'Connor.
588 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
590         * numbers.texi (Integer Basics): Add indexing for
591         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
593 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
595         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
597 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
599         * processes.texi (Network Servers): Clarify what the process
600         buffer is used for (bug#9233).
602 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
604         * lists.texi (Building Lists): Fix typo.
606 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
608         * display.texi (Basic Faces): New node.  Document new faces.
610         * modes.texi (Major Mode Conventions): Move some text there.
611         (Mode Help): Remove major-mode var, duplicated in Major Modes.
613 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
615         * modes.texi (Basic Major Modes): New node.  Callers updated.
616         (Major Modes): Document fundamental-mode and major-mode.
617         (Major Mode Basics): Node deleted; text moved to Major Modes.
618         (Derived Modes): Document derived-mode-p.
620 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
622         * files.texi (Changing Files, Create/Delete Dirs): Document new
623         arguments for delete-file, delete-directory, and copy-directory.
624         (Visiting Functions): Remove view-file; it is documented in the
625         Emacs manual.
627         * frames.texi (Layout Parameters): The defaults for the
628         menu-bar-lines and tool-bar-lines parameters depend on the mode.
630         * display.texi (Progress): Document spinner functionality.
632         * os.texi (Killing Emacs): Note that kill-emacs can be called by
633         operating system signals.  Refer to save-buffers-kill-terminal
634         instead of save-buffers-kill-emacs.
636         * objects.texi (Symbol Type): Document ## print representation.
638 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
640         * display.texi (Specified Space): Mention that `space' specs
641         influence bidi reordering.
642         (Bidirectional Display): Explain how to use `(space . PROPS)' for
643         separating fields with bidirectional content.
645 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
647         * display.texi (Bidirectional Display): Document return value in
648         buffers that are not bidi-reordered for display, and in unibyte
649         buffers.
651 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
653         * nonascii.texi (Character Properties): Document the values for
654         unassigned codepoints.
656 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
658         * nonascii.texi (Character Properties): Document use of
659         `bidi-class' and `mirroring' properties as part of reordering.
660         Provide cross-references to "Bidirectional Display".
662         * display.texi (Bidirectional Display): Document the pitfalls of
663         concatenating strings with bidirectional content, with possible
664         solutions.  Document bidi-string-mark-left-to-right.
665         Mention paragraph direction in modes that inherit from prog-mode.
666         Document use of `bidi-class' and `mirroring' properties as part of
667         reordering.
669 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
671         * modes.texi (Major Mode Conventions): Improve the documentation
672         of `mode-class' `special' modes.
674         * nonascii.texi (Character Properties): Document the `mirroring'
675         property.  Add index entries.
677         * syntax.texi (Categories): Add an example of defining a new
678         category and category table.
680         * searching.texi (Regexp Backslash): Document how to display
681         existing categories.  Mention the possibility of adding
682         categories, and add an xref to where this is described.  Add an
683         index entry.
685 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
687         * text.texi (Special Properties):
688         * display.texi (Overlay Properties): Note that mouse-face cannot
689         change the text size (Bug#8530).
691 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
693         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
694         using setenv instead.
696 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
698         * display.texi (Bidirectional Display): Document the fact that
699         bidi-display-reordering is t by default.
701 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
703         * display.texi (Bidirectional Display): New section.
705 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706             Tim Cross  <theophilusx@gmail.com>  (tiny change)
707             Glenn Morris   <rgm@gnu.org>
709         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
711 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
713         * help.texi (Keys in Documentation): Revert last change.
715 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717         * help.texi (Keys in Documentation): Clarify that \= only quotes
718         the next character, and doesn't affect longer sequences in
719         particular (bug#8935).
721         * debugging.texi (Using Debugger):
722         Mention @code{eval-expression-debug-on-error} (bug#8549).
724 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
726         * display.texi (Other Display Specs): Document that `left-fringe'
727         and `right-fringe' display specifications are of the "replacing"
728         kind.
730 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732         * help.texi (Documentation Basics): Add a link to the Function
733         Documentation node (bug#6580).
735 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737         * keymaps.texi (Menu Bar): Mention :visible and :enable
738         (bug#6344).  Text by Drew Adams.
740         * modes.texi (Running Hooks): Mention buffer-local hook variables
741         (bug#6218).
743         * objects.texi (General Escape Syntax): "a with grave accent" is
744         ?xe0, not ?x8e0 (bug#5259).
746 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
748         * display.texi (Face Attributes, Font Selection): Add references
749         to the Fonts node in the Emacs manual (Bug#4178).
751 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
753         * display.texi (Window Systems): `window-system' is
754         terminal-local.
756         * frames.texi (Frame Parameters, Parameter Access): Don't mention
757         frame-local variables.
759         * variables.texi (Buffer-Local Variables): Don't mention obsolete
760         frame-local variables.
761         (Frame-Local Variables): Node deleted.
763         * elisp.texi (Top): Update node listing.
765 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767         * elisp.texi: Change "inferiors" to "subnodes" in three places
768         (bug#3523).
770 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
772         * frames.texi (Window System Selections): Discussion of
773         x-select-enable-clipboard moved to Emacs manual.
775 2011-07-11  Deniz Dogan  <deniz@dogan.se>
777         * commands.texi (Prefix Command Arguments): Remove excessive
778         apostrophe.
780 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
783         description is a string (bug#3313).
785         * frames.texi (Display Feature Testing): Try to explain what all
786         the visual classes mean (bug#3042).
788 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790         * modes.texi (Mode Line Variables): Document `mode-line-remote'
791         and `mode-line-client' (bug#2974).
793         * text.texi (Insertion): Clarify marker movements (bug#1651).
794         Text from Drew Adams.
796 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798         * text.texi (Special Properties): Clarify the format of `face'
799         (bug#1375).
801         * commands.texi (Interactive Call): Add a `call-interactively'
802         example (bug#1010).
804 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806         * functions.texi (Calling Functions): Link to the "Interactive
807         Call" node (bug#1001).
809 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
811         * customize.texi (Composite Types): Move alist and plist to here
812         from Simple Types (Bug#7545).
814         * elisp.texi (Top): Update menu description.
816         * display.texi (Face Attributes): Document negative line widths
817         (Bug#6113).
819 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
821         * searching.texi (Match Data): Note that match data can be
822         overwritten by most functions (bug#2499).
824 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
827         flags mean (bug#6659).
829         * functions.texi (What Is a Function): Document the autoload
830         object (bug#6496).
832 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
835         is only used in the Customize user interface (bug#6089).
837         * display.texi (Showing Images): Mention the point of sliced
838         images (bug#7836).
840 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
842         * variables.texi (Defining Variables, Void Variables)
843         (Constant Variables): Fix incorrect usage of @kindex.
845 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847         * variables.texi (Defining Variables): Add an index entry for
848         `set-variable' (bug#7262).
849         (Defining Variables): Use @findex for functions.
851         * frames.texi (Basic Parameters): Document the `explicit-name'
852         parameter (bug#6951).
854         * customize.texi (Type Keywords): Clarify that :value provides a
855         default value for all types (bug#7386).
857         * streams.texi (Output Functions): Document `pp'.
859 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
861         * keymaps.texi (Searching Keymaps):
862         * display.texi (Overlay Properties): Fix errors in 2011-05-29
863         change.  Suggested by Johan Bockgård.
865 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
867         * text.texi (Special Properties): Clarify role of font-lock-face.
869 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871         * processes.texi (Process Information): Rename `process-alive-p'
872         to `process-live-p' for consistency with other `-live-p' functions.
874 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
876         Document wide integers better.
877         * files.texi (File Attributes): Document ino_t values better.
878         ino_t values no longer map to anything larger than a single cons.
879         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
880         (Bitwise Operations):
881         * objects.texi (Integer Type): Use a binary notation that is a bit easier
882         to read, and that will port better if 62-bits becomes the default.
883         Fix or remove incorrect examples.
884         * os.texi (Time Conversion): Document time_t values better.
886 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888         * processes.texi (Process Information):
889         Document `process-alive-p'.
891 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
893         * help.texi (Accessing Documentation):
894         * display.texi (Pixel Specification):
895         * processes.texi (Serial Ports, Serial Ports):
896         * nonascii.texi (Character Properties, Default Coding Systems):
897         * text.texi (Changing Properties, Special Properties):
898         * windows.texi (Window Start and End):
899         * modes.texi (SMIE Indentation Example, SMIE Tricks):
900         * keymaps.texi (Searching Keymaps, Tool Bar):
901         * minibuf.texi (Basic Completion):
902         * compile.texi (Eval During Compile):
903         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
904         7x9 paper in printed manual.
906         * lists.texi (Sets And Lists): Fix misplaced text.
908 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
910         * keymaps.texi (Remapping Commands): Emphasize that the keymap
911         needs to be active (Bug#8350).
913 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
915         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
917         * tips.texi (Coding Conventions): Remove antediluvian filename
918         limit recommendation (Bug#8538).
920 2011-05-27  Glenn Morris  <rgm@gnu.org>
922         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
924 2011-05-26  Glenn Morris  <rgm@gnu.org>
926         * variables.texi (File Local Variables):
927         Update hack-local-variables `mode-only' return value.
928         Add some more details on what this function does in the other case.
930 2011-05-19  Glenn Morris  <rgm@gnu.org>
932         * lists.texi (Sets And Lists): Mention cl provides union etc.
934 2011-05-19  Nix  <nix@esperi.org.uk>
936         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
938         * text.texi (Parsing HTML): Update for function name changes.
940         * syntax.texi (Syntax Flags): Small fix.
942         * keymaps.texi (Active Keymaps): Typo fix.
943         (Changing Key Bindings): Grammar fix.
945         * frames.texi (Minibuffers and Frames): Grammar fix.
946         (Window System Selections): x-select-enable-clipboard now defaults to t.
948         * customize.texi (Common Keywords):
949         * display.texi (Abstract Display):
950         * modes.texi (Auto-Indentation):
951         * nonascii.texi (Converting Representations): Typo fixes.
953         * control.texi (Examples of Catch): Call it "goto" not "go to".
955 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
957         * nonascii.texi (Character Properties): Fix inconsistencies with
958         implementation.
960         * text.texi (Special Properties): Move @defvar's out of the
961         @table.  (Bug#8652)
963 2011-05-12  Glenn Morris  <rgm@gnu.org>
965         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
967 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
970         (Multiline Font Lock):
971         * vol2.texi (Top):
972         * vol1.texi (Top):
973         * elisp.texi (Top): Update menu accordingly.
975 2011-05-12  Drew Adams  <drew.adams@oracle.com>
977         * modes.texi (Region to Fontify): Fix typo.
979 2011-05-10  Jim Meyering  <meyering@redhat.com>
981         * minibuf.texi: Fix typo "in in -> in".
983 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
985         * numbers.texi (Integer Basics): Large integers are treated as floats.
987 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989         * processes.texi (Synchronous Processes): Document the (:file
990         "/file-name") syntax for `call-process'.
992 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
994         * windows.texi (Choosing Window): Fix typo.
996 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
998         * frames.texi (Layout Parameters): Note the difference between
999         querying and setting parameters for left-fringe and right-fringe
1000         (Bug#6930).
1002 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * minibuf.texi (Basic Completion): Be a bit more precise about the
1005         valid kinds of completion tables.
1006         (Programmed Completion): Remove obsolete text about lambda expressions
1007         not being valid completion tables.
1009 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1011         * positions.texi (Excursions): Explain the "save-excursion
1012         defeated by set-buffer" warning.
1014         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1015         save-excursion.  Suggested by Uday S Reddy.
1017 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1020         (Lexical Binding): New sub-section.
1022         * eval.texi (Eval): Discourage the use of `eval'.
1023         Document its new `lexical' argument.
1025 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * commands.texi (Command Overview): `post-command-hook' is not reset to
1028         nil any more.
1030 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1032         * strings.texi (String Conversion): Don't mention
1033         string-make-(uni|multi)byte (bug#8262).
1034         * nonascii.texi (Converting Representations): Fix up range.
1035         * keymaps.texi (Key Binding Commands): Update code point, avoid
1036         "unibyte character" and remove mention of unibyte bindings.
1038 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1040         * modes.texi (Operator Precedence Grammars): Don't use characters
1041         outside ISO-8859-1.
1043 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1045         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1047         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1049 2011-03-08  Glenn Morris  <rgm@gnu.org>
1051         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1052         * intro.texi (Acknowledgements): Names to UTF-8.
1053         * elisp.texi: Set documentencoding.
1055 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1057         * Version 23.3 released.
1059 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1061         * package.texi: Update index keywords.
1062         (Package Archives): New node contents.  Document package-x.el.
1064 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1066         * makefile.w32-in (srcs): Add package.texi.
1068 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1070         * package.texi (Packaging, Packaging Basics, Simple Packages)
1071         (Multi-file Packages): Expand and clarify.
1072         (Package Archives): Temporary placeholder node.
1074         * elisp.texi (Top): Update node listing.
1076         * Makefile.in (srcs): Add package.texi.
1078 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1080         * processes.texi (Synchronous Processes): Minor clarification
1081         (Bug#8149).
1083 2011-03-03  Glenn Morris  <rgm@gnu.org>
1085         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1087 2011-03-01  Glenn Morris  <rgm@gnu.org>
1089         * variables.texi (Directory Local Variables):
1090         Mention `(subdirs . nil)' alist element.
1092 2011-02-28  Glenn Morris  <rgm@gnu.org>
1094         * variables.texi (Directory Local Variables): Mention the optional
1095         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1097 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1099         * minibuf.texi (Minibuffer History): Clarify discussion of
1100         minibuffer history lists (Bug#8085).
1102 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1104         * elisp.texi: Sync @dircategory with ../../info/dir.
1106         * files.texi (Visiting Functions): Document find-file-literally,
1107         both the command and the variable.
1109         * variables.texi (Creating Buffer-Local): Explain the meaning of
1110         permanent local variables.
1112         * files.texi (Visiting Functions): Document find-file-literally,
1113         both the command and the variable.
1115         * variables.texi (Creating Buffer-Local): Explain the meaning of
1116         permanent local variables.
1118 2011-02-19  Glenn Morris  <rgm@gnu.org>
1120         * keymaps.texi (Remapping Commands): Mention how to undo it.
1122 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1124         * loading.texi (Hooks for Loading): Remove unnecessary advice
1125         about eval-after-load (Bug#7986).
1127 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1129         * commands.texi (Accessing Mouse): Note that a header line is not
1130         included in the row of posn-col-row.
1132 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1134         * modes.texi (Major Mode Conventions): Add face guidelines.
1135         (Faces for Font Lock): List faces in order of prominence.
1137 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1139         format-time-string now supports subsecond time stamp resolution
1140         * os.texi (Time Parsing): Document %N.
1142 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1144         * vol1.texi (Top):
1145         * vol2.texi (Top):
1146         * elisp.texi (Top):
1147         * display.texi (Display Property): Shorten the menu description of
1148         the "Other Display Specs" node (Bug#7816).
1150         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1151         menu item" concept index entries (Bug#7805).
1153 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1155         * makefile.w32-in (texinfodir): New variable.
1156         (usermanualdir): Remove as redundant with $(emacsdir).
1157         (MAKEINFO): Remove options, leave only program name.
1158         (MAKEINFO_OPTS): New variable.
1159         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1161 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1162             Richard Kim  <emacs18@gmail.com>
1164         * loading.texi (Library Search): Document list-load-path-shadows
1165         (Bug#7757).
1167 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1169         * searching.texi (Regexp Special): Remove outdated discussion of
1170         character sets (Bug#7780).
1172         * frames.texi (Pop-Up Menus): Document where menu title comes
1173         from (Bug#7684).
1175 2011-01-25  Glenn Morris  <rgm@gnu.org>
1177         * display.texi (Making Buttons): Mention limitation of text buttons.
1179 2011-01-23  Werner Lemberg  <wl@gnu.org>
1181         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1182         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1183         (ENVADD): New variable to control texi2dvi and texi2pdf.
1185 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1187         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1188         Emacs manual.
1190 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1192         * files.texi (Directory Names): Explain why FROM in
1193         directory-abbrev-alist should begin with \`.  (Bug#7777)
1195 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1199 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1201         * modes.texi (Emulating Mode Line): Fix last change.
1203 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1205         * modes.texi (Emulating Mode Line): Update documentation of
1206         format-mode-line according to changes that fixed bug #7587.
1208 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1210         * modes.texi (Derived Modes): Mention prog-mode.
1212         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1213         of the key-binding-data cache since we don't use it any more.
1215 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1217         * processes.texi (Shell Arguments):
1218         * strings.texi (Creating Strings): Don't mention "shell commands";
1219         make it explicit that `split-string-and-unquote' and
1220         `combine-and-quote-strings' are mainly for working with arguments
1221         to call-process and start-process.
1223         * processes.texi (Shell Arguments): Fix documentation of
1224         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1226 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * modes.texi (Auto-Indentation): New section to document SMIE.
1229         (Major Mode Conventions):
1230         * text.texi (Mode-Specific Indent): Refer to it.
1232 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1234         * display.texi (Other Display Specs): Document left-fringe and
1235         right-fringe display specs.
1237 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * backups.texi (Making Backups):
1240         * modes.texi (Example Major Modes): Use recommended coding style.
1241         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1242         define-derived-mode.  Mention completion-at-point-functions.
1244 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1246         * nonascii.texi (Converting Representations):
1247         Document byte-to-string.
1249 2010-12-08  Glenn Morris  <rgm@gnu.org>
1251         * buffers.texi (Modification Time):
1252         verify-visited-file-modtime now defaults to the current buffer.
1254 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1256         * nonascii.texi (Converting Representations): Document byte-to-string.
1258         * strings.texi (Creating Strings): Don't mention semi-obsolete
1259         function char-to-string.
1260         (String Conversion): Shorten discussion of semi-obsolete function
1261         string-to-char.  Link to Converting Representations.
1263         * objects.texi (Symbol Type):
1264         * text.texi (Near Point):
1265         * help.texi (Help Functions):
1266         * functions.texi (Mapping Functions): Use string instead of
1267         char-to-string in examples.
1269 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1271         * text.texi (Kill Functions, Kill Functions)
1272         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1273         YANK-HANDLER args.
1275         * symbols.texi (Creating Symbols): Using unintern without an
1276         obarray arg is now obsolete.
1278         * numbers.texi (Float Basics): Document float-e and float-pi.
1280         * variables.texi (Defining Variables): Change "pi" example to
1281         "float-pi".
1283 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1285         * commands.texi (Click Events): Document the values of X, Y and
1286         COL, ROW in the event's position, when the click is on the header
1287         or mode line, on the fringes, or in the margins.
1289 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1291         * customize.texi (Composite Types): Lower-case index entry.
1293         * loading.texi (How Programs Do Loading):
1294         Document load-file-name.  (Bug#7346)
1296 2010-11-17  Glenn Morris  <rgm@gnu.org>
1298         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1300 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1302         * display.texi (Usual Display): Characters with no fonts are not
1303         necessarily displayed as empty boxes.
1305 2010-10-31  Glenn Morris  <rgm@gnu.org>
1307         * maps.texi (Standard Keymaps): Update File menu description.
1309 2010-10-28  Glenn Morris  <rgm@gnu.org>
1311         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1313 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1315         * display.texi (Window Systems): Deprecate use of window-system as
1316         a predicate.
1318 2010-10-23  Glenn Morris  <rgm@gnu.org>
1320         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1321         sorted-doc.
1323 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1325         * os.texi (Dynamic Libraries): New node, with slightly modified
1326         text deleted from "Image Formats".
1327         (System Interface): Add @menu entry for "Dynamic Libraries".
1329         * display.texi (Image Formats): Remove description of
1330         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1332 2010-10-12  Glenn Morris  <rgm@gnu.org>
1334         * book-spine.texinfo: Rename to book-spine.texi.
1336 2010-10-11  Glenn Morris  <rgm@gnu.org>
1338         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1340         * Makefile.in (DVIPS): New variable.
1341         (.PHONY): Add html, ps.
1342         (html, elisp.html, ps, elisp.ps): New targets.
1343         (clean): Delete html, ps files.
1344         ($(infodir)/elisp): Remove unnecessary includes.
1346 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1348         * makefile.w32-in (emacsdir): New variable.
1349         (srcs): Add emacsver.texi.
1350         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1352 2010-10-09  Glenn Morris  <rgm@gnu.org>
1354         * Makefile.in (VPATH): Remove.
1355         (infodir): Make it absolute.
1356         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1358         * Makefile.in (dist): Anchor regexps.
1360         * Makefile.in (srcs): Put elisp.texi first.
1361         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1363         * Makefile.in (infoclean): Remove harmless, long-standing error.
1365         * Makefile.in ($(infodir)): Delete rule.
1366         (mkinfodir): New.
1367         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1369         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1370         Also copy emacsver.texi, and edit $emacsdir.
1372 2010-10-09  Glenn Morris  <rgm@gnu.org>
1374         * Makefile.in (emacsdir): New variable.
1375         (MAKEINFO): Add -I $emacsdir.
1376         (dist): Copy emacsver.texi.
1377         (srcs): Add emacsver.texi.
1379         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1380         Set EMACSVER by including emacsver.texi.
1382         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1384 2010-10-07  Glenn Morris  <rgm@gnu.org>
1386         * Makefile.in (version): New, set by configure.
1387         (clean): Delete dist tar file.
1388         (dist): Use version in tar name.
1390 2010-10-06  Glenn Morris  <rgm@gnu.org>
1392         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1393         (INSTALL_INFO): Remove unused variable.
1394         (mostlyclean, infoclean, dist): New rules.
1395         (clean): Delete dvi and pdf files.
1396         (maintainer-clean): Remove elisp.oaux, use infoclean.
1397         ($(infodir)): Add parallel build workaround.
1399 2010-10-04  Glenn Morris  <rgm@gnu.org>
1401         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1402         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1403         Fix -I typo.
1404         (clean): No 'make.out' or 'core' files.
1405         (.PHONY): Declare clean rules.
1406         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1408 2010-10-03  Glenn Morris  <rgm@gnu.org>
1410         * files.texi (File Name Components): Remove ignored section about
1411         deleted variable directory-sep-char.
1413 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1415         * files.texi (Magic File Names): New defopt
1416         remote-file-name-inhibit-cache.
1418 2010-10-02  Glenn Morris  <rgm@gnu.org>
1420         * os.texi (Killing Emacs): Hook now runs in batch mode.
1422 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * text.texi (Special Properties): Clarify when modification-hooks run.
1426 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * syntax.texi (Syntax Flags): Document new `c' flag.
1430 2010-09-09  Glenn Morris  <rgm@gnu.org>
1432         * display.texi (ImageMagick Images): General cleanup.
1434 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1436         * files.texi (Directory Names): Use \` rather than ^.
1438 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1440         * text.texi (Low-Level Kill Ring):
1441         * frames.texi (Window System Selections): Remove cut buffer
1442         documentation.
1444 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1446         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1447         Parameters", where the default fringe width is described.
1449         * frames.texi (Window Frame Parameters, Basic Parameters)
1450         (Position Parameters, Layout Parameters, Management Parameters)
1451         (Cursor Parameters, Font and Color Parameters): Add indexing for
1452         frame parameters.  (Bug#6929)
1454 2010-08-25  Tom Tromey  <tromey@redhat.com>
1456         * vol2.texi (Top): Update.
1457         * vol1.texi (Top): Update.
1458         * tips.texi (Library Headers): Mention Package-Version and
1459         Package-Requires.
1460         * package.texi: New file.
1461         * os.texi (System Interface): Update pointers.
1462         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1463         * anti.texi (Antinews): Update pointers.
1465 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1467         * processes.texi (Filter Functions): Fix last change.
1469 2010-08-24  Markus Triska  <triska@gmx.at>
1471         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1472         of `buffer-name' in the main text as well as in the example
1473         (Bug#3098).
1475 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1477         * nonascii.texi (Text Representations):
1478         * loading.texi (Loading Non-ASCII):
1479         * compile.texi (Byte Compilation): Don't mention obsolete
1480         --unibyte command-line argument.
1482 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1484         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1486 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1488         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1490 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1492         * commands.texi (Misc Events): Add cross-references to where
1493         POSITION of a mouse event is described in detail.
1495 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1497         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1499 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1501         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1502         Suggested by Štěpán Němec <stepnem@gmail.com>.
1504 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1506         * minibuf.texi (High-Level Completion): Document args of
1507         `read-buffer-function' (bug#5625).
1509 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1511         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1513 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1515         * processes.texi (Process Information): Explain process property
1516         `remote-tty'.
1518 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1520         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1521         instead of "\C-\^?" (bug#6334).
1523         * text.texi (Special Properties): Fix typo.
1525 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1527         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1528         calling sequences, which are now the standard.
1530 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1532         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1534         * commands.texi (Command Overview): Mention undo-boundary call.
1536 2010-06-23  Glenn Morris  <rgm@gnu.org>
1538         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1539         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1540         * frames.texi, functions.texi, internals.texi, keymaps.texi:
1541         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1542         * searching.texi, sequences.texi, strings.texi, syntax.texi:
1543         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1544         Untabify Texinfo files.
1546 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1548         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1550 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1552         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1554 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
1556         * searching.texi (Regexp Special): Remove obsolete information
1557         about matching non-ASCII characters, and suggest using char
1558         classes (Bug#6283).
1560 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1562         * minibuf.texi (Basic Completion): Add missing "@end defun".
1564 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * minibuf.texi (Basic Completion): Document completion-boundaries.
1567         (Programmed Completion): Document the new fourth method for boundaries.
1569 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1571         * display.texi (Image Cache): Update documentation about image caching.
1573 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1575         * windows.texi (Textual Scrolling):
1576         * tips.texi (Coding Conventions):
1577         * minibuf.texi (Minibuffer History):
1578         * maps.texi (Standard Keymaps):
1579         * loading.texi (Where Defined):
1580         * edebug.texi (Instrumenting): Fix typos.
1582 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1584         * keymaps.texi (Menu Bar): Document :advertised-binding property.
1586         * functions.texi (Obsolete Functions):
1587         Document set-advertised-calling-convention.
1589         * minibuf.texi (Basic Completion): Document completion-in-region.
1590         (Programmed Completion): Document completion-annotate-function.
1592         * commands.texi (Reading One Event): Document read-key.
1593         (Distinguish Interactive): Document KIND arg to
1594         called-interactively-p.  Delete obsolete interactive-p.
1596         * elisp.texi (Top): Update node description.
1598 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1600         * nonascii.texi (Character Properties):
1601         Document unicode-category-table.  Add an index entry for Unicode
1602         general category.
1604 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1606         * Version 23.2 released.
1608 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1610         * locals.texi (Standard Buffer-Local Variables):
1611         Remove @ignore'd reference to `direction-reversed'.
1613 2010-04-14  Juri Linkov  <juri@jurta.org>
1615         Fix @deffn without category.
1617         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1618         for `abbrev-insert'.
1620         * buffers.texi (Indirect Buffers): Add category `Command'
1621         to @deffn of `clone-indirect-buffer'.
1623         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1624         for `next-window' and `previous-window'.  Add category `Command'
1625         to @deffn of `pop-to-buffer'.
1627 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
1629         * nonascii.texi (Text Representations): Don't mark
1630         enable-multibyte-characters as a user option.
1632 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1634         * control.texi (Handling Errors): How to re-throw a signal caught
1635         by condition-case.
1637 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
1639         * loading.texi (Hooks for Loading): Document after-load-functions.
1640         Copyedits.
1642 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1644         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
1646 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1648         * processes.texi (Network Processes): Document seqpacket type.
1650 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1652         * os.texi (System Environment): Do not mention lynxos.
1654 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1656         * Branch for 23.2.
1658 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1660         * objects.texi (Integer Type): Take note of the read syntax
1661         exception for numbers that cannot fit in the integer type.
1663 2010-03-03  Glenn Morris  <rgm@gnu.org>
1665         * numbers.texi (Integer Basics, Bitwise Operations):
1666         * objects.texi (Integer Type): Update for integers now being 30-bit.
1668 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1670         * display.texi (Low-Level Font): Document :otf font-spec property.
1672 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * display.texi (Line Height): Avoid obsolete special default variables
1675         like default-major-mode.
1677 2010-01-28  Alan Mackenzie  <acm@muc.de>
1679         * display.texi (Auto Faces): Say fontification-functions is called
1680         whether or not Font Lock is enabled.  Tidy up the wording a bit.
1682 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1684         * elisp.texi: Remove duplicate edition information (Bug#5407).
1686 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1688         * two.el (volume-header-toc-markup): Fix typos in docstring.
1690 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         Avoid dubious uses of save-excursions.
1693         * positions.texi (Excursions): Recommend the use of
1694         save-current-buffer if applicable.
1695         * text.texi (Clickable Text): Fix the example code which used
1696         save-excursion in a naive way which sometimes preserves point and
1697         sometimes not.
1698         * variables.texi (Creating Buffer-Local):
1699         * os.texi (Session Management):
1700         * display.texi (GIF Images):
1701         * control.texi (Cleanups): Use (save|with)-current-buffer.
1703 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1705         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
1707 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1709         * nonascii.texi (Text Representations, Character Codes)
1710         (Converting Representations, Explicit Encoding)
1711         (Translation of Characters): Use hex notation consistently.
1712         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1714 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1716         * loading.texi (Where Defined): Make it clearer that these are
1717         loaded files (Bug#5068).
1719 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1721         * minibuf.texi (Completion Styles): Document `initials' style.
1723 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1725         * frames.texi (Resources): Describe inhibit-x-resources.
1726         (Size Parameters): Copyedit.
1728         * hash.texi (Creating Hash):
1729         * objects.texi (Hash Table Type): Document the new hash table
1730         printed representation.
1732         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1733         obsolete.
1735         * processes.texi (Process Buffers):
1736         Document process-kill-buffer-query-function.
1738 2009-12-05  Glenn Morris  <rgm@gnu.org>
1740         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1741         diary-display-function, and no longer recommended to be a hook.
1742         Update for changes in the names of calendar and diary hooks.
1743         diary-print-entries-hook has changed section.
1745 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
1747         * text.texi (Special Properties): More accurate description of
1748         what the `cursor' property does.
1750 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1752         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1753         mouse-wheel-down-event, the closest thing to a definition for them.
1754         * os.texi (Startup Summary): vindex inhibit-startup-message and
1755         inhibit-splash-screen.
1756         (Command-Line Arguments): vindex argv.
1757         (Suspending Emacs): vindex suspend-tty-functions and
1758         resume-tty-functions.  Don't want to index every hook, but having
1759         the programming ones is helpful.
1761 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1763         * commands.texi (Motion Events): Fix typo (Bug#4907).
1765 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1767         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1768         are affected by case-fold-search (Bug#4483).
1770 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1772         * minibuf.texi (Reading File Names): Note that read-file-name may
1773         use a graphical file dialog.
1775 2009-10-31  Glenn Morris  <rgm@gnu.org>
1777         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
1779 2009-10-16  Kevin Ryde  <user42@zip.com.au>
1781         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1782         in particular so `info-lookup-symbol' can find its docs.
1784 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
1786         * variables.texi (Constant Variables): Distinguish from defconst
1787         variables.
1788         (Defining Variables): Add cindex.
1790 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
1792         * os.texi (Time of Day): Clarify that the microsecond part is
1793         ignored (Bug#4637).
1795 2009-10-11  Glenn Morris  <rgm@gnu.org>
1797         * frames.texi (Size and Position): Clarify what is included in the frame
1798         height.  (Bug#4535)
1800 2009-10-10  Glenn Morris  <rgm@gnu.org>
1802         * windows.texi (Size of Window): The relationship between window and
1803         frame heights is not so simple.  (Bug#4535)
1804         Mention window-full-height-p.
1806 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1809         used from Lisp.
1811 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1813         * files.texi (Directory Names) <abbreviate-file-name>:
1814         Document that root home directories are not replaced with "~".
1816 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
1818         * text.texi (Special Properties): Document the meaning of the
1819         `cursor' text property whose value is an integer.
1821 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1823         * files.texi (Magic File Names): Add `copy-directory'.
1825 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1827         * files.texi (File Attributes): Fix description of file
1828         attributes.  (Bug#4638) Update attributes of files.texi example to
1829         be more representative.
1831 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1833         * files.texi (Create/Delete Dirs): New command copy-directory.
1835 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1837         * anti.texi (Antinews):
1838         * macros.texi (Indenting Macros):
1839         * strings.texi (Creating Strings, Case Conversion):
1840         Remove duplicate words.
1842 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1844         * files.texi (Create/Delete Dirs): delete-directory has an
1845         optional parameter RECURSIVE.
1847 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * buffers.texi (Swapping Text): Minor clarification.
1851 2009-10-01  Glenn Morris  <rgm@gnu.org>
1853         * functions.texi (Declaring Functions): Mention that we also search for
1854         ".m" files in the src/ directory.
1856 2009-09-25  David Engster  <deng@randomsample.de>
1858         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1860 2009-09-22  Glenn Morris  <rgm@gnu.org>
1862         * internals.texi (Building Emacs): Mention preloaded-file-list.
1864 2009-09-14  Alan Mackenzie  <acm@muc.de>
1866         * os.texi (Terminal Output): Put "@code{}" around "stdout".
1868 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1870         * functions.texi (Anonymous Functions): Rearrange discussion,
1871         giving usage of unquoted lambda forms first.  Mention that
1872         `function' and `#'' are no longer required (Bug#4290).
1874 2009-09-11  Alan Mackenzie  <acm@muc.de>
1876         * os.texi (Terminal Output): Document `send-string-to-terminal' in
1877         batch mode.
1879 2009-09-01  Glenn Morris  <rgm@gnu.org>
1881         * display.texi (Face Functions): Mention define-obsolete-face-alias.
1883 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
1885         * nonascii.texi (Character Codes): Fix typos.
1887 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1889         * processes.texi (Synchronous Processes): New defvar
1890         process-file-side-effects.
1892 2009-08-25  Glenn Morris  <rgm@gnu.org>
1894         * display.texi (Fontsets): Fix typo.
1896         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1898 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * processes.texi (Asynchronous Processes): Adjust arglist of
1901         start-process-shell-command and start-file-process-shell-command.
1903 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1905         * advice.texi (Argument Access in Advice): Note that argument
1906         positions are zero-based (Bug#3932).
1908         * commands.texi (Distinguish Interactive): Minor copyedit.
1910         * display.texi (Face Attributes): Add xref to Displaying Faces for
1911         explanation of "underlying face".
1913         * customize.texi (Common Keywords): Add xref to Loading.
1915         * loading.texi (How Programs Do Loading): Add xref to Lisp
1916         Libraries node in the Emacs manual.
1918 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1920         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1922 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1924         * processes.texi (Shell Arguments): Copyedits.
1926 2009-07-18  Glenn Morris  <rgm@gnu.org>
1928         * loading.texi (Repeated Loading): Fix typo.
1930 2009-07-16  Richard Stallman  <rms@gnu.org>
1932         * buffers.texi (Swapping Text): Recommend setting
1933         write-region-annotate-functions and buffer-saved-size.
1935         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1937 2009-07-15  Glenn Morris  <rgm@gnu.org>
1939         * edebug.texi: Minor re-phrasings throughout.
1940         (Edebug Execution Modes): Sit-for affects continue mode too.
1941         (Jumping): Use `forward-sexp' rather than its keybinding.
1942         (Edebug Misc): Fix Q binding.
1943         (Edebug Eval): Remove cl version.
1944         (Printing in Edebug): Clarify print-length etc.
1945         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1946         (Specification List): Remove edebug-unwrap findex entry.
1947         (Specification Examples): defmacro is actually not the same as defun.
1948         Escape "`" in example.
1950 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1952         * markers.texi (The Mark): Document optional arg to
1953         deactivate-mark.
1955 2009-07-11  Kevin Ryde  <user42@zip.com.au>
1957         * hooks.texi (Standard Hooks): Fix cross-references.
1959         * loading.texi (Named Features): Refer to eval-after-load.
1961 2009-07-11  Glenn Morris  <rgm@gnu.org>
1963         * Makefile.in (TEXI2PDF): New.
1964         (elisp.pdf): New target.
1966         * searching.texi (Regexp Backslash): Fix typo.
1968         * elisp.texi (Top): Display copyright notice at start of non-TeX.
1970 2009-07-10  Glenn Morris  <rgm@gnu.org>
1972         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1974         * customize.texi (Customization Types):
1975         * display.texi (Abstract Display):
1976         * objects.texi (Character Type, String Type):
1977         Merge in some menu descriptions from elisp.texi.
1979         * hash.texi (Hash Tables):
1980         * modes.texi (Multiline Font Lock):
1981         End menu description with period.
1983 2009-07-09  Glenn Morris  <rgm@gnu.org>
1985         * back.texi: Don't hard-code texinfo location.
1987         * two-volume.make (texinfodir): New, with location of texinfo.tex.
1988         (tex): Add texinfodir to TEXINPUTS.
1989         (elisp1med-init, elisp2med-init): Use texinfodir.
1991         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1992         (clean): Add two-volume.make intermediate files.
1994         * elisp.texi, vol1.texi, vol2.texi:
1995         Use a DATE variable with the publication date, and update it.
1996         Fix antinews menu description.
1998         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1999         Update the detailed node listing to match elisp.texi.
2001         * README: Update edition to match elisp.texi.
2003         * objects.texi (General Escape Syntax):
2004         * nonascii.texi (Character Sets):
2005         Use consistent case for "Unicode Standard".
2007         * anti.texi (Antinews):
2008         * customize.texi (Variable Definitions):
2009         * functions.texi (Declaring Functions):
2010         * nonascii.texi (Character Properties):
2011         * processes.texi (Serial Ports):
2012         * text.texi (Special Properties):
2013         * tips.texi (Coding Conventions):
2014         Minor rearrangements to improve TeX line-filling.
2016         * commands.texi (Using Interactive): Fix cross-reference.
2018 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2020         * frames.texi (Management Parameters): Mention sticky.
2022 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2024         * help.texi (Help Functions): Fix description of help-buffer and
2025         help-setup-xref to use @defun instead of @deffn.
2027 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2029         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2031 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2033         * display.texi (Window Systems): Add ns to the list.
2035 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2037         * Branch for 23.1.
2039 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2041         * windows.texi (Dedicated Windows): Fix typo.
2042         (Resizing Windows): Replace @defun by @deffn.
2044 2009-06-17  Glenn Morris  <rgm@gnu.org>
2046         * variables.texi (Directory Local Variables):
2047         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2049 2009-06-09  Kenichi Handa  <handa@m17n.org>
2051         * nonascii.texi (Character Sets): State clearly that FROM and TO
2052         are codepoints of CHARSET.
2054 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2056         * minibuf.texi (Reading File Names): Fix introductory text.
2057         Suggested by stan@derbycityprints.com.
2058         (High-Level Completion): Fix typo.
2060 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2062         * frames.texi (Text Terminal Colors): Multi-tty is already
2063         implemented, but tty-local colors are not.
2065 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2067         * hooks.texi (Standard Hooks): Remove mention of obsolete
2068         redisplay-end-trigger-functions.
2070         * internals.texi (Window Internals): Remove mention of obsolete
2071         redisplay-end-trigger-functions.
2073 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2075         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2077         * backups.texi (Making Backups): backup-directory-alist and
2078         make-backup-file-name-function are options.
2079         (Auto-Saving): auto-save-list-file-prefix is an option.
2081         * buffers.texi (Killing Buffers): buffer-offer-save is an
2082         option.
2084         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2085         option.
2086         (Echo Area Customization): echo-keystrokes is an option.
2087         (Selective Display): selective-display-ellipses is an option.
2088         (Temporary Displays): temp-buffer-show-function is an option.
2089         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2090         are options.
2091         (Font Selection): face-font-family-alternatives,
2092         face-font-selection-order, face-font-registry-alternatives, and
2093         scalable-fonts-allowed are options.
2094         (Fringe Indicators): indicate-buffer-boundaries is an option.
2095         (Fringe Cursors): overflow-newline-into-fringe is an option.
2096         (Scroll Bars): scroll-bar-mode is an option.
2098         * eval.texi (Eval): max-lisp-eval-depth is an option.
2100         * files.texi (Visiting Functions): find-file-hook is an option.
2101         (Directory Names): directory-abbrev-alist is an option.
2102         (Unique File Names): temporary-file-directory and
2103         small-temporary-file-directory are options.
2105         * frames.texi (Initial Parameters): initial-frame-alist,
2106         minibuffer-frame-alist and default-frame-alist are options.
2107         (Cursor Parameters): blink-cursor-alist and
2108         cursor-in-non-selected-windows ar options.
2109         (Window System Selections): selection-coding-system is an
2110         option.
2111         (Display Feature Testing): display-mm-dimensions-alist is an
2112         option.
2114         * help.texi (Help Functions): help-char and help-event-list are
2115         options.
2117         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2118         an option.
2120         * minibuf.texi (Minibuffer History): history-length and
2121         history-delete-duplicates are options.
2122         (High-Level Completion): read-buffer-function and
2123         read-buffer-completion-ignore-case are options.
2124         (Reading File Names): read-file-name-completion-ignore-case is
2125         an option.
2127         * modes.texi (Mode Line Top): mode-line-format is an option.
2128         (Mode Line Variables): mode-line-position and mode-line-modes
2129         are options.
2131         * nonascii.texi (Text Representations):
2132         enable-multibyte-characters is an option.
2133         (Default Coding Systems): auto-coding-regexp-alist,
2134         file-coding-system-alist, auto-coding-alist and
2135         auto-coding-functions are options.
2136         (Specifying Coding Systems): inhibit-eol-conversion is an
2137         option.
2139         * os.texi (Init File): site-run-file is an option.
2140         (System Environment): mail-host-address is an option.
2141         (User Identification): user-mail-address is an option.
2142         (Terminal Output): baud-rate is an option.
2144         * positions.texi (Word Motion): words-include-escapes is an
2145         option.
2147         * searching.texi (Standard Regexps): page-delimiter,
2148         paragraph-separate, paragraph-separate and sentence-end are
2149         options.
2151         * text.texi (Margins): left-margin and fill-nobreak-predicate
2152         are options.
2154         * variables.texi (Local Variables): max-specpdl-size is an
2155         option.
2157         * windows.texi (Choosing Window):
2158         split-window-preferred-function, special-display-function and
2159         display-buffer-function are options.
2161 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2163         Fix errors spotted by Martin Rudalics.
2165         * syntax.texi (Position Parse): Document rationale for ignored
2166         arguments to syntax-ppss-flush-cache.
2168         * processes.texi (Input to Processes): Mark PROCESS arg to
2169         process-running-child-p as optional.
2170         (Network Options): Document NO-ERROR arg to
2171         set-network-process-option.
2173         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2174         command.
2176         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2177         posix-search-backward as commands.
2179         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2180         (Suspending Emacs): Mark suspend-emacs as a command.
2181         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2182         commands.
2183         (Terminal Output): Remove obsolete function baud-rate.
2184         Document TERMINAL arg for send-string-to-terminal.
2186         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2187         terminal-coding-system and set-terminal-coding-system.
2188         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2189         as optional.
2190         (Character Sets): Document RESTRICTION arg of char-charset.
2191         (Character Codes): Mark POS argument to get-byte as optional.
2193         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2194         minibuffer-message.
2196         * files.texi (Create/Delete Dirs): Mark make-directory and
2197         delete-directory as commands.
2199         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2201         * text.texi (Base 64): Mark base64-decode-string and
2202         base64-encode-string as commands.
2203         (Columns): Mark move-to-column as a command.
2204         (Mode-Specific Indent): Document RIGID arg to
2205         indent-for-tab-command.
2206         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2207         Mark indent-code-rigidly as a command.
2208         (Substitution): Mark translate-region as a command.
2210         * frames.texi (Size and Position): Remove obsolete functions
2211         screen-height and screen-width.
2213 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2215         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2216         (Displaying Buffers, Resizing Windows): Correct mistakes;
2217         next-window, previous-window, and pop-to-buffer are not commands,
2218         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2219         Rudalics.)
2221 2009-05-17  Richard M Stallman  <rms@gnu.org>
2223         * modes.texi (Precalculated Fontification): Clarify text.
2225 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2227         * windows.texi (Selecting Windows): Clarify descriptions of
2228         with-selected-window and get-lru-window.
2229         (Cyclic Window Ordering): Refer to particular frame when talking
2230         about how splitting affects the ordering.
2231         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2232         switch-to-buffer-other-window.  Explain how setting of
2233         display-buffer-reuse-frames affects pop-to-buffer.
2234         (Choosing Window): Clarify some details in descriptions of
2235         display-buffer-reuse-frames, pop-up-frames, and
2236         pop-up-frame-function.
2237         (Dedicated Windows): Clarify some details.
2238         (Textual Scrolling): Replace term vscroll by term vertical
2239         scroll position.
2240         (Vertical Scrolling): Fix typo.
2241         (Window Hooks): Relate text on jit-lock-register to window
2242         scrolling and size changes.
2244 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2246         * frames.texi (Initial Parameters): Clarify what the initial
2247         minibuffer frame is.
2248         (Buffer Parameters): Note that the minibuffer parameter can not be
2249         altered.
2251         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2252         Document display-buffer changes.
2254 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2256         * anti.texi (Antinews): Rewrite for Emacs 22.
2258         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2259         obarrays are first mentioned.  Define "system abbrev" more
2260         prominently, and add it to the index.
2261         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2262         Copyedits.
2263         (Abbrev Expansion): Document abbrev-insert.
2265 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2267         * frames.texi (Font and Color Parameters): Rename from Color
2268         Parameters.  Document font-backend parameter.
2270         * vol2.texi (Top): Update node listing.
2271         * vol1.texi (Top): Update node listing.
2272         * elisp.texi (Top): Update node listing.
2274 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2276         * windows.texi (Choosing Window): Don't explicitly refer to
2277         split-window-sensibly's window argument in descriptions of
2278         split-height-threshold and split-width-threshold.
2280 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2282         * windows.texi (Choosing Window): Fix rewrite of window
2283         splitting section.
2285 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2287         * nonascii.texi (Default Coding Systems):
2288         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2289         Add indexing.
2290         (Lisp and Coding Systems): Add index entries.
2292 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2294         * windows.texi (Choosing Window): Describe split-window-sensibly
2295         and rewrite section on window splitting accordingly.
2296         (Textual Scrolling): Replace `...' by @code{...}.
2298 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2300         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2301         Remove obsoleted pre-abbrev-expand-hook.
2303         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2304         entries.
2306         * internals.texi (Object Internals): Don't assume 32-bit machines
2307         are the norm.
2308         (Buffer Internals): Consolidate table entries for readability.
2309         (Window Internals): Synch field names to window.h.
2310         (Process Internals): Synch field names to process.h.
2312 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2314         * variables.texi (File Local Variables): Note that read-circle is
2315         bound to nil when reading file-local variables.
2317         * streams.texi (Input Functions): Document read-circle.
2318         (Output Variables): Add xref to Circular Objects.
2320 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2322         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2323         Features and Coding System Basics.  Node that "p" stands for
2324         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2325         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2326         mouse-appearance-menu.
2327         (Programming Tips): Add xref to Progress.
2329 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2331         * os.texi (Command-Line Arguments):
2332         Document command-line-args-left.
2333         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2334         terminal objects for tty arguments.
2335         (Startup Summary): Add xref to Session Management.
2336         (Session Management): Mention emacs-session-restore.  Copyedits.
2338 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2340         * os.texi (Startup Summary): Copyedits.  The init file is not
2341         necessarily named .emacs now.  Document initial-buffer-choice and
2342         initial-scratch-message.  Note where Emacs exits in batch mode.
2343         Document inhibit-splash-screen as an alias.
2344         (Init File): Be neutral about which init file name to use.
2346 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2348         * os.texi (System Interface): Fix Texinfo usage.
2350 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2352         * searching.texi (Regexp Backslash): Also refer to shy groups as
2353         non-capturing or unnumbered groups.
2354         (Regexp Functions): Add cross-reference to Regexp Backslash.
2356         * display.texi (Truncation): Overlays can use line-prefix and
2357         wrap-prefix too.
2358         (Overlay Properties): Document wrap-prefix and line-prefix.
2359         (Face Attributes): Document underline-minimum-offset.
2360         (Face Remapping): Copyedits.
2361         (Low-Level Font): Copyedits.
2362         (Image Cache): Note that the image cache is shared between frames.
2363         (Line Height): Emphasize that line-spacing only takes effect on
2364         graphical terminals.
2366 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2368         * display.texi (Refresh Screen): Note that a passage about screen
2369         refreshing is text terminal only.
2370         (Forcing Redisplay): Delete misleading comment---sit-for calls
2371         redisplay, not the other way around.
2372         (Truncation): Note new values of truncate-partial-width-windows.
2373         Copyedits.
2374         (Invisible Text): Document invisible-p.
2376 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2378         * display.texi (Overlays): Overlays don't scale well.  See
2379         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2381 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2383         * syntax.texi (Syntax Table Functions): Document cons cell
2384         argument for modify-syntax-entry.
2385         (Categories): Document cons cell argument for
2386         modify-category-entry.
2388         * searching.texi (String Search): Document word-search-forward-lax
2389         and word-search-backward-lax.
2390         (Searching and Case): Describe isearch behavior more precisely.
2392         * keymaps.texi (Tool Bar): Mention that some platforms do not
2393         support multi-line toolbars.  Suggested by Stephen Eglen.
2395         * frames.texi (Layout Parameters): Mention that Nextstep also
2396         allows only one tool-bar line.  Suggested by Stephen Eglen.
2398         * nonascii.texi (Text Representations): Copyedits.
2399         (Coding System Basics): Also mention utf-8-emacs.
2400         (Converting Representations, Selecting a Representation)
2401         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2402         Copyedits.
2403         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2405 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2407         * text.texi (Yank Commands): Note that yank uses push-mark.
2408         (Filling): Clarify REGION argument of fill-paragraph.
2409         Document fill-forward-paragraph-function.
2410         (Special Properties): Remove "new in Emacs 22" declaration.
2411         (Clickable Text): Merge with Links and Mouse-1 node.
2413         * display.texi (Button Properties, Button Buffer Commands):
2414         Change xref to Clickable Text.
2416         * tips.texi (Key Binding Conventions): Change xref to Clickable
2417         Text.
2419         * elisp.texi (Top): Update node listing.
2421 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2423         * markers.texi (The Mark): Copyedits.  Improve description of
2424         handle-shift-selection.
2425         (The Region): Move use-region-p here from The Mark.
2427         * positions.texi (Screen Lines): Document (cols . lines) argument
2428         for vertical-motion.
2430 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2432         * frames.texi (Frames): Clean up introduction.  Document `ns'
2433         return value for framep.
2434         (Creating Frames): Note how the terminal is chosen.
2435         (Multiple Terminals, Multiple Displays): Merge into a single node.
2436         (Color Parameters): Fix typo.
2438         * variables.texi (Local Variables, Buffer-Local Variables)
2439         (Creating Buffer-Local): Change link to Multiple Terminals.
2441         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2443         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2444         Terminals.
2446         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2447         to Multiple Terminals.
2449         * elisp.texi (Top): Update node listing.
2450         * vol2.texi (Top): Update node listing.
2451         * vol1.texi (Top): Update node listing.
2453         * buffers.texi (Current Buffer): Note that the append-to-buffer
2454         example is no longer in synch with the latest code.  Tie the two
2455         examples together.
2457         * files.texi (File Attributes): Move note about MS-DOS from
2458         Changing Files to File Attributes.
2459         (Create/Delete Dirs): Note that mkdir is an alias for this.
2461 2009-04-01  Markus Triska  <triska@gmx.at>
2463         * processes.texi (Filter Functions): Suggest how to handle output
2464         batches.
2466 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2468         * help.texi (Accessing Documentation): Update example to use
2469         help-setup-xref and with-help-window.
2470         (Help Functions): Remove print-help-return-message, which is
2471         semi-obsolete due to with-help-window.  Document help-buffer and
2472         help-setup-xref.
2474 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2476         * help.texi (Accessing Documentation, Help Functions):
2477         Remove information about long-obsolete Emacs versions.
2479         * modes.texi (Mode Line Variables): The default values of the mode
2480         line variables are now more complicated.
2482 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2484         * modes.texi (Major Mode Conventions): Note that specialness is
2485         inherited.
2486         (Derived Modes): Note that define-derive-mode sets the mode-class
2487         property.
2489         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2490         goto-map.  Add search-map to the list.
2492 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2494         * os.texi (System Environment): Update the list of system-type
2495         values.
2497         * markers.texi (The Mark) <handle-shift-selection>: Update for
2498         removal of the optional argument DEACTIVATE.
2500 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2502         * commands.texi (Focus Events): Most X window managers don't use
2503         focus-follows-mouse nowadays.
2505 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2507         * commands.texi (Defining Commands): Clarify introduction.
2508         (Using Interactive): Not that interactive can be put in a symbol
2509         property.
2510         (Interactive Call): Note that a symbol with a non-nil
2511         interactive-form property satisfies commandp.
2513 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2515         * minibuf.texi (Intro to Minibuffers): Fix typos.
2517 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2519         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2520         about minibuffers in old Emacs versions.  Copyedits.
2521         Emphasize that enable-recursive-minibuffers defaults to nil.
2522         (Text from Minibuffer): Simplify introduction.
2524 2009-03-22  Alan Mackenzie  <acm@muc.de>
2526         * commands.texi (Using Interactive): Clarify string argument to
2527         `interactive' - even promptless elements need \n separators.
2529 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2531         * minibuf.texi (Completion Styles): New node.
2533         * elisp.texi (Top): Update node listing.
2535 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2537         * minibuf.texi (Basic Completion): Note that
2538         read-file-name-completion-ignore-case and
2539         read-buffer-completion-ignore-case can override
2540         completion-ignore-case.
2541         (Minibuffer Completion): Document completing-read changes.
2542         (Completion Commands): Avoid mentioning partial completion mode.
2543         Document minibuffer-completion-confirm changes, and
2544         minibuffer-confirm-exit-commands.
2545         (High-Level Completion): Document new require-match behavior for
2546         read-buffer.  Document read-buffer-completion-ignore-case.
2547         (Reading File Names): Document new require-match behavior for
2548         read-file-name.
2550 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
2552         * debugging.texi (Error Debugging): Don't mislead the reader into
2553         thinking that debug-on-error enters debugger for C-f at EOB.
2554         (Error Debugging): Setting debug-on-init within the init file
2555         works, and has for some time.
2557 2009-03-13  Kenichi Handa  <handa@m17n.org>
2559         * display.texi (Fontsets): Update the description.
2561 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
2563         * advice.texi (Advising Primitives): Link to What Is a Function.
2565 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
2567         * compile.texi (Speed of Byte-Code): Update example.
2568         (Disassembly): Update examples.
2570         * loading.texi (Repeated Loading): Simplify examples.
2572         * customize.texi (Common Keywords): It's not necessary to use :tag
2573         to remove hyphens, as custom-unlispify-tag-name does it
2574         automatically.
2575         (Variable Definitions): Link to File Local Variables.
2576         Document customized-value symbol property.
2577         (Customization Types): Move menu to end of node.
2579 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
2581         * macros.texi (Compiling Macros): Omit misleading sentence, which
2582         implied that macros can only be used in the same file they are
2583         defined.
2584         (Backquote): Remove obsolete information about Emacs 19.
2586 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
2588         * display.texi (Display Margins): Fix paren typo.
2590 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
2592         * elisp.texi (Top): Update node listing.
2594         * variables.texi (Variables): Clarify introduction.
2595         (Global Variables): Mention that setq is a special form.
2596         (Local Variables): Use active voice.
2597         (Tips for Defining): Mention marking variables as safe.
2598         (Buffer-Local Variables): Mention terminal-local and frame-local
2599         variables together.
2600         (File Local Variables): Copyedits.
2601         (Frame-Local Variables): Note that they are not really useful.
2602         (Future Local Variables): Node deleted.
2604         * objects.texi (General Escape Syntax): Update explanation of
2605         Unicode escape syntax.
2607 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2609         * control.texi (Control Structures): Add cindex entry for "textual
2610         order".
2612         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
2613         instead of "expression" throughout.
2614         (Function Indirection): Copyedits.  Use active voice.
2615         (Eval): The default value of max-lisp-eval-depth is now 400.
2617 2009-02-23  Miles Bader  <miles@gnu.org>
2619         * processes.texi (System Processes): Rename `system-process-attributes'
2620         to `process-attributes'.
2622 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2624         * symbols.texi (Property Lists): Emphasize that property lists are
2625         not restricted to symbol cells.
2626         (Other Plists): Copyedit.
2628         * sequences.texi (Sequences Arrays Vectors): Make introduction
2629         more concise.
2630         (Arrays): Mention char-tables and bool-vectors too.
2631         (Vectors): Don't repeat information given in Arrays node.  Link to
2632         nodes that explain the vector usage examples.
2633         (Char-Tables): Note that char-table elements can have arbitrary
2634         type.  Explain effect of omitted char-table-extra-slots property.
2635         Link to Property Lists node.
2637 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2639         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2640         `append'.
2641         (List Elements): Copyedits.
2643         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2644         of `vconcat'.
2646         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
2647         Emacs 20 usage of `concat'.
2648         (Case Conversion): Copyedits.
2650 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2652         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2653         Minor edits.
2654         (Frame Configuration Type): Emphasize that it is not primitive.
2655         (Font Type): New node.
2656         (Type Predicates): Add fontp; type-of now recognizes font object
2657         types.
2659         * intro.texi (Version Info): Update version numbers in examples.
2660         (Acknowledgements): List more contributors.
2662         * elisp.texi: Bump version number to 3.0.
2663         (Top): Link to Font Type node.
2665 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2667         * modes.texi (Major Mode Conventions): Remove duplicate words.
2668         (Customizing Keywords): Fix typo.
2670 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2672         * nonascii.texi (User-Chosen Coding Systems): Document that
2673         select-safe-coding-system suggests raw-text if there are raw bytes
2674         in the region.
2675         (Explicit Encoding): Warn not to use `undecided' when encoding.
2677 2009-02-11  Glenn Morris  <rgm@gnu.org>
2679         * frames.texi (Visibility of Frames): Mention the effect multiple
2680         workspaces/desktops can have on visibility.
2682 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2684         * text.texi (Commands for Insertion):
2685         * commands.texi (Event Mod):
2686         * keymaps.texi (Searching Keymaps):
2687         * nonascii.texi (Translation of Characters):
2688         Reinstate documentation of translation-table-for-input.
2689         (Explicit Encoding): Document the `charset' text property produced
2690         by decode-coding-region and decode-coding-string.
2692 2009-01-27  Alan Mackenzie  <acm@muc.de>
2694         * modes.texi (Search-based Fontification): Correct a typo.
2696 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
2698         * abbrevs.texi (Abbrev Table Properties): Fix typo.
2699         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2701 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2703         * display.texi (Window Systems): Document the value of
2704         `initial-window-system' under --daemon.
2706         * os.texi (System Environment): Remove description of the
2707         `environment' function which has been deleted.
2709 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2711         * frames.texi (Multiple Displays): Remove documentation for
2712         removed function make-frame-on-tty.
2714 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2716         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2717         write-region-annotate-functions.
2718         Document write-region-post-annotation-function.
2720 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2722         * display.texi (Font Lookup): Document WIDTH argument of
2723         x-list-fonts.
2725 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2727         * maps.texi (Standard Keymaps): Rename function-key-map to
2728         local-function-key-map.
2730         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2731         local-function-key-map.
2733         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2734         and `set-keyboard-coding-system' now accept an optional terminal
2735         argument.
2737         * commands.texi (Event Mod): `keyboard-translate-table' is now
2738         terminal-local.
2739         (Function Keys): Rename function-key-map to
2740         local-function-key-map.
2742         * elisp.texi (Top): Make @detailmenu be consistent with changes in
2743         frames.texi.
2745         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2746         `delete-terminal-functions', `suspend-tty-functions' and
2747         `resume-tty-functions'.
2749         * frames.texi (Frames): Document `frame-terminal' and
2750         `terminal-live-p'.
2751         (Multiple Displays): Document `make-frame-on-tty'.
2752         (Multiple Terminals): Document `terminal-list', `delete-terminal',
2753         `terminal-name', and `get-device-terminal'.
2754         (Terminal Parameters): Document `terminal-parameters',
2755         `terminal-parameter', and `set-terminal-parameter'.
2757         * os.texi (System Environment): Document `environment' and
2758         `initial-environment'.
2759         (Suspending Emacs): Update for multi-tty; document
2760         `suspend-tty', `resume-tty', and `controlling-tty-p'.
2762         * nonascii.texi (Coding System Basics): More accurate description
2763         of `raw-text'.
2765 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2767         * display.texi (Low-Level Font): Fix typo.
2769 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2771         * elisp.texi (Top): Update node listing.
2773         * display.texi (PostScript Images): Node deleted.
2775 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2777         * processes.texi (Decoding Output): Document that null bytes force
2778         no-conversion for reading process output.
2780         * files.texi (Reading from Files): Document that null bytes force
2781         no-conversion when visiting files.
2783         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2785         * nonascii.texi (Lisp and Coding Systems):
2786         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2787         (Character Properties): Improve wording.
2789 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2791         * display.texi (Font Lookup): Remove obsolete function
2792         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
2793         (Low-Level Font): Rename from Fonts, move to end of Faces section.
2794         (Font Selection): Reorder order of variable descriptions.
2795         Minor clarifications.
2797         * elisp.texi (Top): Update node listing.
2799 2009-01-09  Glenn Morris  <rgm@gnu.org>
2801         * commands.texi (Command Loop Info): Say that last-command-char and
2802         last-input-char are obsolete aliases.
2804         * edebug.texi (Edebug Recursive Edit): Remove separate references to
2805         last-input-char and last-command-char, since they are just aliases for
2806         last-input-event and last-command-event.
2808         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2809         last-command-char.
2811 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2813         * elisp.texi: Update node listing.
2815         * display.texi (Faces): Put Font Selection node after Auto Faces.
2816         (Face Attributes): Don't link to Font Lookup.
2817         Document font-family-list.
2818         (Fonts): New node.
2820 2009-01-08  Jason Rumney  <jasonr@gnu.org>
2822         * frames.texi (Pointer Shape): Clarify that only X supports
2823         changing the standard pointer shapes.  (Bug#1485)
2825 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2827         * display.texi (Attribute Functions): Note that a function value
2828         :height is relative, and that compatibility functions work by
2829         calling set-face-attribute.
2830         (Displaying Faces): Reorder list in order of increasing priority.
2831         (Face Remapping): New node.  Content moved here from Displaying
2832         Faces.
2833         (Glyphs): Link to Face Functions.
2835 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
2837         * display.texi (Faces): Don't discuss face id here.  facep does
2838         not return t.
2839         (Defining Faces): Minor clarification.
2840         (Face Attributes): Rearrange items to match docstring of
2841         set-face-attribute.  Add :foundry attribute.  Document new role of
2842         :font attribute.  Texinfo usage fix.
2843         (Attribute Functions): Copyedits.
2844         (Face Functions): Note that face number is seldom used.
2846 2009-01-05  Richard M Stallman  <rms@gnu.org>
2848         * strings.texi (Predicates for Strings): Minor clarification.
2850         * functions.texi (Function Safety): Texinfo usage fix.
2852 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
2854         * objects.texi (General Escape Syntax): Fix typo.
2856 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
2858         * windows.texi (Choosing Window): Say that pop-up-frame-alist
2859         works via the default value of pop-up-frame-function.
2861 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
2863         * processes.texi (System Processes): Document the `time' and
2864         `ctime' attributes of `system-process-attributes'.
2866 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
2868         * display.texi (Face Attributes): Clarify :height attribute.
2870 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
2872         * buffers.texi (The Buffer List): Clarify what moves a buffer to
2873         the front of the buffer list.  Add entries for `last-buffer' and
2874         `unbury-buffer'.
2876 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
2878         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2879         and its subsections.
2881         * frames.texi (Multiple Terminals, Low-level Terminal)
2882         (Terminal Parameters, Frames on Other TTY devices): New sections.
2883         (Frames): Add an xref to "Multiple Terminals".
2885         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2887         * objects.texi (Terminal Type): New node.
2888         (Editing Types): Add it to the menu.
2890         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2891         Variables".
2893         * variables.texi (Directory Local Variables): New node.
2894         (Variables): Add a menu item for it.
2896         * loading.texi (Autoload): Document `generate-autoload-cookie' and
2897         `generated-autoload-file'.
2899 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
2901         * os.texi (Startup Summary): Add xref to documentation of
2902         `initial-window-system'.
2904         * display.texi (Window Systems): Document `window-system' the
2905         function.  The variable `window-system' is now frame-local.
2906         Document `initial-window-system'.
2908 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
2910         * windows.texi (Windows): Rewrite description of
2911         fit-window-to-buffer.
2913 2008-12-13  Glenn Morris  <rgm@gnu.org>
2915         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
2916         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2918 2008-12-12  Glenn Morris  <rgm@gnu.org>
2920         * debugging.texi (Error Debugging): Refer forwards to
2921         eval-expression-debug-on-error.
2923 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
2925         * strings.texi (String Basics): Only unibyte strings that
2926         represent key sequences hold 8-bit raw bytes.
2928         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2929         paragraph to speak about `undecided'.
2930         (Character Properties): Don't explain the meaning of each
2931         property; instead, identify their Unicode Standard names.
2932         (Character Sets): Document `map-charset-chars'.
2934 2008-12-02  Glenn Morris  <rgm@gnu.org>
2936         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2937         section yet again.
2939 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
2941         * nonascii.texi (Character Properties): New Section.
2942         (Specifying Coding Systems): Document
2943         `coding-system-priority-list', `set-coding-system-priority', and
2944         `with-coding-priority'.
2945         (Lisp and Coding Systems): Document `check-coding-systems-region'
2946         and `coding-system-charset-list'.
2947         (Coding System Basics): Document `coding-system-aliases'.
2949         * elisp.texi (Top): Add a @detailmenu entry for "Character
2950         Properties".
2952         * objects.texi (Character Type): Correct the range of Emacs
2953         characters.  Add an @xref to "Character Codes".
2955         * strings.texi (String Basics): Add an @xref to "Character Codes".
2957         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2959         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2960         (Character Codes): Document `max-char'.
2962 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
2964         * nonascii.texi (Text Representations, Converting Representations)
2965         (Character Sets, Scanning Charsets, Translation of Characters):
2966         Make text more accurate.
2968 2008-11-28  Glenn Morris  <rgm@gnu.org>
2970         * files.texi (Format Conversion Round-Trip): Improve previous change.
2972 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
2974         * modes.texi (Auto Major Mode): Fix example.
2976 2008-11-25  Glenn Morris  <rgm@gnu.org>
2978         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2980         * files.texi (Format Conversion Round-Trip):
2981         Use active voice for previous change.
2983 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
2985         * os.texi (Processor Run Time):
2986         * processes.texi (Transaction Queues):
2987         * markers.texi (The Mark):
2988         * windows.texi (Choosing Window, Selecting Windows):
2989         * files.texi (Changing Files, Magic File Names):
2990         * commands.texi (Key Sequence Input):
2991         * functions.texi (Declaring Functions):
2992         * strings.texi (Predicates for Strings):
2993         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2995 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
2997         * help.texi (Accessing Documentation): Update example.
2999         * variables.texi (Defining Variables): Note that `*' is not
3000         necessary if defcustom is used.
3002 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3004         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3005         Characters" from @detailmenu.
3007         * nonascii.texi (Character Codes, Character Sets)
3008         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3009         (Chars and Bytes, Splitting Characters): Sections removed.
3011 2008-11-22  Lute Kamstra  <lute@gnu.org>
3013         * positions.texi (Text Lines): Update goto-line documentation.
3015 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3017         * frames.texi (Frames): Fix typo, add cross references, reword.
3018         (Initial Parameters): Reword special-display-frame-alist text.
3019         (Frames and Windows): Reword.  Describe argument norecord for
3020         set-frame-selected-window.
3021         (Input Focus): Describe argument norecord for select-frame.
3022         Remove comment on MS-Windows behavior for focus-follows-mouse.
3023         (Raising and Lowering): Mention windows-frames dichotomy in
3024         metaphor.
3026         * windows.texi (Displaying Buffers, Vertical Scrolling)
3027         (Horizontal Scrolling): Fix indenting and rewording issues
3028         introduced with 2008-11-07 change.
3030 2008-11-20  Glenn Morris  <rgm@gnu.org>
3032         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3033         element of `format-alist'.
3035 2008-11-19  Glenn Morris  <rgm@gnu.org>
3037         * doclicense.texi: Update to FDL 1.3.
3038         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3040 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3042         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3043         vars, which are obsolete.  Mention jit-lock-register.
3045         * modes.texi (Other Font Lock Variables):
3046         Document jit-lock-register and jit-lock-unregister.
3048         * frames.texi (Color Parameters): Document alpha parameter.
3050 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3052         * windows.texi (Splitting Windows, Deleting Windows)
3053         (Selecting Windows, Cyclic Window Ordering)
3054         (Buffers and Windows, Displaying Buffers, Choosing Window)
3055         (Dedicated Windows, Window Point, Window Start and End)
3056         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3057         (Size of Window, Resizing Windows, Window Configurations)
3058         (Window Parameters): Avoid @var at beginning of sentences and
3059         reword accordingly.
3061 2008-11-11  Lute Kamstra  <lute@gnu.org>
3063         * files.texi (File Name Components): Fix file-name-extension
3064         documentation.
3066 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3068         * frames.texi (Basic Parameters): Remove display-environment-variable
3069         and term-environment-variable.
3071 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3073         * windows.texi (Basic Windows, Splitting Windows)
3074         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3075         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3076         (Resizing Windows, Window Configurations, Window Parameters):
3077         Fix wording and markup.
3079 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3081         * windows.texi (Windows): Update entries.
3082         (Basic Windows): Remove listing of attributes.  Reword.
3083         (Splitting Windows, Deleting Windows): Reword.
3084         (Selecting Windows, Cyclic Window Ordering): Reword with special
3085         emphasis on order of recently selected windows and buffer list.
3086         (Buffers and Windows, Choosing Window): Reword with special
3087         emphasis on dedicated windows.
3088         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3089         it may fall back on pop-to-buffer.  For other-window try to
3090         explain how it treats the cyclic ordering of windows.
3091         (Dedicated Windows): New node and section discussing dedicated
3092         windows and associated functions.
3093         (Window Point): Add entry for window-point-insertion-type.  Reword.
3094         (Window Start and End): Rename node and section title.  Reword.
3095         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3096         Minor rewording.
3097         (Size of Window): Reword, in particular text on window-width.
3098         (Resizing Windows): Reword.  Add text on balancing windows.
3099         (Window Configurations): Reword.  Mention window parameters.
3100         (Window Parameters): New node and section on window parameters.
3101         (Window Hooks): Reword.  Mention that
3102         window-configuration-change-hook is run "buffer-locally".
3103         * elisp.texi (Top): Update Windows entries in @detailmenu
3104         section.
3106 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3108         * searching.texi (Regexp Search): Fix typo.
3110 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3112         * searching.texi (Regexp Search): Document GREEDY arg.
3113         (Simple Match Data): Fix return value.
3115 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3117         * nonascii.texi (Text Representations): Rewrite to make consistent
3118         with Emacs 23 internal representation of characters.
3119         Document `unibyte-string'.
3121 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3123         * processes.texi (Process Information): Note that process-status
3124         does not accept buffer names.
3126 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3128         * positions.texi (Skipping Characters): Correct return value of
3129         skip-chars-forward.
3131 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3133         * windows.texi (Deleting Windows): Update documentation of
3134         delete-windows-on.
3135         (Buffers and Windows): Update documentations of
3136         get-buffer-window and get-buffer-window-list.
3137         (Displaying Buffers): Update documentation of
3138         replace-buffer-in-windows.
3140         * buffers.texi (Current Buffer): Reword set-buffer and
3141         with-current-buffer documentations.
3142         (Creating Buffers): Reword documentation of get-buffer-create.
3144 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3146         * buffers.texi (Current Buffer): Reword documentation of
3147         set-buffer.
3148         (Buffer Names): Reword documentation of buffer-name.
3149         (The Buffer List): For bury-buffer explain what happens with the
3150         buffer's window.
3151         (Creating Buffers): Say that get-buffer-create's arg is called
3152         buffer-or-name.
3154 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3156         * advice.texi (Computed Advice): Explain what DEFINITION is.
3158         * nonascii.texi (Character Codes): Remove obsolete function
3159         char-valid-p, and document characterp instead.
3161 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3163         * windows.texi (Displaying Buffers): Reword documentation of
3164         pop-to-buffer.
3165         (Choosing Window): Rewrite documentation of display-buffer and
3166         its options.
3168         * buffers.texi (Killing Buffers): Update documentation of
3169         kill-buffer.
3171 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3173         * processes.texi (Serial Ports): Fix wording and improve markup.
3175         * searching.texi (Regexp Search): Document `string-match-p' and
3176         `looking-at-p'.
3177         (POSIX Regexps): Add an xref for "non-greedy".
3178         (Regexp Special): Add @cindex entry for "non-greedy".
3180         * display.texi (Attribute Functions): Document `face-all-attributes'.
3181         (Image Cache) <image-refresh>: Minor wording fixes.
3183         * frames.texi (Color Names): Add an xref to `read-color'.
3185         * minibuf.texi (High-Level Completion): Document `read-color'.
3187         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3189         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3191         * buffers.texi (Swapping Text): New section, documents
3192         `buffer-swap-text'.
3194 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3196         * windows.texi (Resizing Windows): Minor wording fix.
3198 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3200         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3201         and `combine-and-quote-strings'.
3203         * strings.texi (Creating Strings): Add xrefs for them.
3205 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3207         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3208         match the corresponding menu in minibuf.texi.
3210         * minibuf.texi (Reading File Names): Document `read-shell-command'
3211         and `minibuffer-local-shell-command-map'.
3213 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3215         * windows.texi (Resizing Windows): Remove var{} around "window" in
3216         documentation of enlarge-window.
3217         Rewrite documentation of window-min-height and window-min-width.
3219 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3221         * functions.texi (Calling Functions): Document `apply-partially'.
3223         * hooks.texi (Standard Hooks): Mention
3224         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3226         * variables.texi (File Local Variables): Document
3227         `file-local-variables-alist', `before-hack-local-variables-hook'
3228         and `hack-local-variables-hook'.
3230         * processes.texi (Synchronous Processes): Document `process-lines'.
3232         * customize.texi (Variable Definitions):
3233         Document `custom-reevaluate-setting'.
3235 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3237         * windows.texi (Choosing Window, Deleting Windows)
3238         (Displaying Buffers): Expand documentation of dedicated windows.
3240 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3242         * files.texi (Changing Files): Document symbolic input of file
3243         modes to `set-file-modes'.  Document `read-file-modes' and
3244         `file-modes-symbolic-to-number'.
3246         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3247         and `search-map'.
3249         * searching.texi (Search and Replace):
3250         Document `replace-search-function' and `replace-re-search-function'.
3251         Document `multi-query-replace-map'.
3253         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3254         (Completion Commands, Reading File Names):
3255         Rename `minibuffer-local-must-match-filename-map' to
3256         `minibuffer-local-filename-must-match-map'.
3257         (Minibuffer Completion): The `require-match' argument to
3258         `completing-read' can now have the value `confirm-only'.
3260         * windows.texi (Displaying Buffers): Minor wording fix.
3261         (Choosing Window): `split-height-threshold' can now be nil.
3262         Document `split-width-threshold'.  `pop-up-frames' can have the
3263         value `graphic-only'.
3265 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3267         * os.texi (Startup Summary): Document `before-init-time' and
3268         `after-init-time'.  Document `initial-window-system' and
3269         `window-system-initialization-alist'.  Document reading the
3270         abbrevs file.  Document the call to `server-start' under --daemon.
3271         Rearrange a bit to be consistent with the code flow.
3272         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3273         (Time Parsing): Document `format-seconds'.
3275 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3277         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3278         and reword.
3280 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3282         * markers.texi (The Mark): Document use-region-p.
3284 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3286         * internals.texi (Writing Emacs Primitives): The interactive spec
3287         of a primitive can be a Lisp form.
3289         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3290         values of transient-mark-mode.  Document handle-shift-selection.
3292         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3293         (Interactive Examples): Show an example of `^'.
3294         (Key Sequence Input): Document this-command-keys-shift-translated.
3295         (Defining Commands, Using Interactive): The interactive-form of a
3296         function can be added via its symbol's property.
3298         * positions.texi (List Motion): beginning-of-defun-function can
3299         now accept an argument.
3301         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3302         now return a list of strings.
3304         * control.texi (Handling Errors): Document ignore-errors.
3306         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3307         (Parameter Access): Document set-frame-parameter.
3309         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3310         Hooks" for the effect of kill-all-local-variables on local hook
3311         functions.
3313         * modes.texi (Major Mode Conventions, Mode Line Variables):
3314         `mode-name' need not be a string.  xref to "Mode Line Data" for
3315         details, and to "Emulating Mode Line" for computing a string
3316         value.
3318 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3320         * processes.texi (System Processes): New section.
3321         (Processes, Signals to Processes): Add xrefs to it.
3323         * objects.texi (Editing Types): A `process' is a subprocess of
3324         Emacs, not just any process running on the OS.
3326         * elisp.texi (Top): Adjust the @detailmenu for the above two
3327         changes.
3329         * sequences.texi (Char-Tables): Remove documentation of
3330         set-char-table-default, which has no effect since Emacs 23.
3331         <char-table-range, set-char-table-range>: Don't mention generic
3332         characters and charsets.  Add a cons cell as a possible argument.
3334         * nonascii.texi (Splitting Characters)
3335         (Translation of Characters): Don't mention generic characters.
3337         * display.texi (Fontsets): Don't mention generic characters.
3339         * sequences.texi (Char-Tables): `map-char-table' can now call its
3340         argument FUNCTION with a cons cell as KEY.
3342 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3344         * objects.texi (Primitive Function Type): Move "@cindex special
3345         forms" from here...
3347         * eval.texi (Special Forms): ...to here.
3349         * functions.texi (What Is a Function): `functionp' returns nil for
3350         special forms.  Add an xref.
3352         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3353         Variables".
3355         * variables.texi (Frame-Local Variables): New section.
3356         (Buffer-Local Variables): Add an xref to it.
3357         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3358         have both frame-local and buffer-local binding.
3360         * frames.texi (Frames): Mention multiple tty frames.
3361         (Frame Parameters, Parameter Access): Mention frame-local variable
3362         bindings.
3364 2008-09-20  Glenn Morris  <rgm@gnu.org>
3366         * display.texi (Defining Faces): Recommend against face variables.
3368 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3370         * display.texi (Echo Area Customization): Fix typo.
3372 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3374         * loading.texi (Where Defined): Add `defface' item.
3376 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3378         * loading.texi (Where Defined): Fix description of symbol-file.
3380 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3382         * display.texi (TIFF Images): New section describing :index property.
3384 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3386         * display.texi (Temporary Displays): Remove unnecessary comment
3387         about usage of temp-buffer-show-hook.
3389 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3391         * symbols.texi (Other Plists): Fix incorrect example.
3392         Suggested by Florian Beck.
3394 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3396         * os.texi: Fix previous change.
3398 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3400         * os.texi:
3401         * intro.texi:
3402         * files.texi: Remove VMS support.
3404 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3406         * os.texi:
3407         * frames.texi:
3408         * display.texi: Remove mentions of Mac Carbon.
3410 2008-07-01  Miles Bader  <miles@gnu.org>
3412         * text.texi (Special Properties):
3413         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3415 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3417         * display.texi (Other Image Types): Fix copy/paste error; say
3418         "PBM", not "XBM".
3420 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3422         * os.texi: Remove references to obsolete systems.
3424 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3426         * makefile.w32-in (distclean): Remove makefile.
3428 2008-06-17  Glenn Morris  <rgm@gnu.org>
3430         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3431         (elisp, dist): Remove rules and variables that are obsolete now
3432         the lisp manual is no longer distributed separately.
3434 2008-06-16  Glenn Morris  <rgm@gnu.org>
3436         * configure, configure.in, mkinstalldirs: Remove unused files.
3438         * book-spine.texinfo: Set version to 23.0.60.
3439         * vol1.texi (EMACSVER):
3440         * vol2.texi (EMACSVER): Set to 23.0.60.
3442         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3443         as per maintain.info.
3445 2008-06-15  Glenn Morris  <rgm@gnu.org>
3447         * makefile.w32-in (manual): Use "23" rather than "21".
3449         * Makefile.in (emacsver): New, set by configure.
3450         (manual): Use emacsver.
3452         * intro.texi: Report bugs using M-x report-emacs-bug.
3454         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3456 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3458         * elisp.texi, internals.texi, processes.texi: Add documentation
3459         about serial port access.
3461 2008-06-05  Miles Bader  <miles@gnu.org>
3463         * display.texi (Displaying Faces): Update to reflect function
3464         renamings in face-remap.el.
3466 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3468         * display.texi (Fontsets): Fix typos.
3470 2008-06-03  Miles Bader  <miles@gnu.org>
3472         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3473         remove-relative-face-remapping, set-base-face-remapping,
3474         and set-default-base-face-remapping.
3476 2008-06-01  Miles Bader  <miles@gnu.org>
3478         * display.texi (Displaying Faces): Add face-remapping-alist.
3480 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3483         variable names.
3485 2008-05-03  Eric S. Raymond  <esr@golux>
3487         * keymaps.texi: Clarify that (current-local-map) and
3488         (current-global-map) return references, not copies.
3490 2008-05-02  Juri Linkov  <juri@jurta.org>
3492         * minibuf.texi (Text from Minibuffer): Document a list of
3493         default values for `read-from-minibuffer'.
3495 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3497         * nonascii.texi (Translation of Characters): Fix previous change.
3499 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3501         * display.texi (Overlay Properties): Clarify role of underlying
3502         textprop and overlay keymaps for display strings.
3504         * keymaps.texi (Active Keymaps): Ditto.
3506 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * minibuf.texi (Programmed Completion):
3509         Replace dynamic-completion-table with the new completion-table-dynamic.
3511 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3513         * intro.texi (Some Terms): Change "fonts in this manual" index
3514         entry to "typographic conventions".
3516 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3518         * objects.texi (Text Props and Strings): Add indexing for read
3519         syntax of text properties.
3521 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * processes.texi (Decoding Output): Remove process-filter-multibyte
3524         functions.
3526 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3528         * display.texi (Finding Overlays): Say that empty overlays at
3529         the end of the buffer are reported too.
3531 2008-03-13  Glenn Morris  <rgm@gnu.org>
3533         * elisp.texi (EMACSVER): Set to 23.0.60.
3535 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3537         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3539 2008-02-22  Glenn Morris  <rgm@gnu.org>
3541         * frames.texi (Position Parameters): Clarify the description of
3542         `left' and `top', using information from "Geometry".
3543         (Geometry): Give a pointer to "Position Parameters", rather than
3544         repeating information.
3546 2008-02-11  Glenn Morris  <rgm@gnu.org>
3548         * objects.texi (Equality Predicates): No longer talk about "two"
3549         functions.
3551 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3553         * objects.texi (Equality Predicates): Add defun for
3554         equal-including-properties.
3556 2008-02-10  Glenn Morris  <rgm@gnu.org>
3558         * objects.texi (Equality Predicates):
3559         Mention equal-including-properties.
3561 2008-02-07  Richard Stallman  <rms@gnu.org>
3563         * windows.texi (Window Start): Mention the feature of moving
3564         window-start to start of line.
3566 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3568         * keymaps.texi (Tool Bar): Document rtl property.
3570 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3572         * display.texi (Button Types):
3573         For define-button-type, clarify type of NAME.
3575 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
3577         * buffers.texi (Buffer Modification): Fix typo.
3579 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3581         * os.texi (System Environment): Remove references to OSes that are
3582         not supported anymore.
3584 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3586         * os.texi (System Environment): Remove mention for Masscomp.
3588 2008-01-04  Richard Stallman  <rms@gnu.org>
3590         * display.texi (Faces): Don't talk about internal face vector as arg
3591         to facep.
3593         * customize.texi (Type Keywords): Fix previous change.
3595         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3596         * elisp.texi (Top): Fix menu for commands.texi change.
3598 2007-12-30  Richard Stallman  <rms@gnu.org>
3600         * commands.texi (Accessing Mouse): Rename from Accessing Events.
3601         (Accessing Scroll): New node broken out of Accessing Mouse.
3603 2007-12-28  Richard Stallman  <rms@gnu.org>
3605         * frames.texi (Size Parameters): Fix typo.
3606         (Basic Parameters): For `title', refer to title bar.
3607         (Size and Position): Explain meaning of frame pixel width and height.
3609 2007-12-23  Richard Stallman  <rms@gnu.org>
3611         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3612         Improve some of the commented-out keywords' text too.
3614 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
3616         * nonascii.texi (Encoding and I/O): Reword to avoid saying
3617         "visit the current buffer".
3619         * os.texi (System Interface): Fix typo.
3621 2007-12-04  Richard Stallman  <rms@gnu.org>
3623         * objects.texi (Symbol Type): Fix typo.
3625 2007-12-03  Richard Stallman  <rms@gnu.org>
3627         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3629 2007-12-01  Glenn Morris  <rgm@gnu.org>
3631         * functions.texi (Declaring Functions): Improve previous change.
3633 2007-11-30  Glenn Morris  <rgm@gnu.org>
3635         * functions.texi (Declaring Functions): Add optional fourth
3636         argument of declare-function, and setting third argument to `t'.
3638 2007-11-29  Richard Stallman  <rms@gnu.org>
3640         * customize.texi (Composite Types): Document `group' type.
3642 2007-11-29  Glenn Morris  <rgm@gnu.org>
3644         * functions.texi (Declaring Functions): Add findex.
3645         Mention `external' files.
3647 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3649         * functions.texi (Declaring Functions): Fix directive.
3651 2007-11-25  Richard Stallman  <rms@gnu.org>
3653         * help.texi (Help Functions): Clean up last change.
3655         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3657         * loading.texi (Named Features): Minor cleanup.
3659         * macros.texi (Eval During Expansion): Minor cleanup.
3661         * variables.texi (Variable Aliases): Minor cleanup.
3663 2007-11-24  Richard Stallman  <rms@gnu.org>
3665         * functions.texi (Declaring Functions): Clarify previous change.
3667         * compile.texi (Compiler Errors): Clarify previous change.
3669 2007-11-24  Richard Stallman  <rms@gnu.org>
3671         * display.texi (Refresh Screen, Forcing Redisplay):
3672         Clarify the text and move items around.
3674 2007-11-24  Glenn Morris  <rgm@gnu.org>
3676         * functions.texi (Declaring Functions): New section.
3677         * compile.texi (Compiler Errors): Mention declaring functions,
3678         defvar with no initvalue, and byte-compile-warnings.
3680 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
3682         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3683         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3685 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
3687         * help.texi (Help Functions): Document new macro `with-help-window'.
3689 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3691         * searching.texi (Replacing Match): Describe new
3692         `match-substitute-replacement'.
3694 2007-10-31  Richard Stallman  <rms@gnu.org>
3696         * strings.texi (Creating Strings): Null strings from concat not unique.
3698 2007-10-26  Richard Stallman  <rms@gnu.org>
3700         * objects.texi (Equality Predicates): Null strings are uniquified.
3702         * minibuf.texi: Minor clarifications in previous change.
3704 2007-10-25  Glenn Morris  <rgm@gnu.org>
3706         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3708 2007-10-24  Richard Stallman  <rms@gnu.org>
3710         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3712         * variables.texi (Frame-Local Variables): Node deleted.
3713         (Variables): Delete Frame-Local Variables from menu.
3714         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3715         (Default Value): Don't mention frame-local vars.
3717         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3719         * loading.texi (Unloading): Document FEATURE-unload-function
3720         instead of FEATURE-unload-hook.
3722         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3724 2007-10-22  Juri Linkov  <juri@jurta.org>
3726         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3727         (High-Level Completion): Document a list of default value strings
3728         in the DEFAULT argument, for which minibuffer functions return the
3729         first element.
3731 2007-10-17  Juri Linkov  <juri@jurta.org>
3733         * text.texi (Filling): Update arguments of fill-paragraph.
3734         fill-paragraph operates on the active region in Transient Mark mode.
3735         Remove fill-paragraph-or-region.
3737 2007-10-13  Karl Berry  <karl@gnu.org>
3739         * elisp.texi (@dircategory): Move to after @copying,
3740         since we want @copying as close as possible to the beginning of
3741         the output.
3743 2007-10-12  Richard Stallman  <rms@gnu.org>
3745         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3747         * commands.texi (Distinguish Interactive): New node,
3748         broken out from Interactive Call and rewritten.
3749         (Command Loop): Put Distinguish Interactive in menu.
3751 2007-10-09  Richard Stallman  <rms@gnu.org>
3753         * text.texi (Examining Properties): Mention overlay priority.
3755         * display.texi (Display Margins): Correct the description
3756         of margin display specifications.
3757         (Replacing Specs): New subnode broken out of Display Property.
3759 2007-10-06  Juri Linkov  <juri@jurta.org>
3761         * text.texi (Filling): Document fill-paragraph-or-region.
3763 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
3765         * display.texi (Auto Faces): Fix typo.
3767 2007-10-02  Richard Stallman  <rms@gnu.org>
3769         * display.texi (Display Property): Explain some display specs
3770         don't let you move point in.
3772         * frames.texi (Cursor Parameters):
3773         Describe cursor-in-non-selected-windows here.  Explain more values.
3775         * windows.texi (Basic Windows): Don't describe
3776         cursor-in-non-selected-windows here.
3778 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
3780         * processes.texi (Misc Network): Note that these functions are
3781         supported only on some systems.
3783 2007-10-01  Richard Stallman  <rms@gnu.org>
3785         * display.texi (Overlay Properties): Explain nil as priority.
3786         Explain that conflicts are unpredictable if not resolved by
3787         priorities.
3789 2007-09-23  Richard Stallman  <rms@gnu.org>
3791         * macros.texi (Backquote): Minor clarification.
3793 2007-09-19  Richard Stallman  <rms@gnu.org>
3795         * display.texi (Display Property): Explain multiple display specs.
3796         Clarify when they work in parallel and when one overrides.
3797         Fix error in example.
3799 2007-09-06  Glenn Morris  <rgm@gnu.org>
3801         Move from lispref/ to doc/lispref/.  Change all setfilename
3802         commands to use ../../info.
3803         * Makefile.in (infodir): Go up one more level.
3804         (usermanualdir): Change from ../man to ../emacs.
3805         (miscmanualdir): New.
3806         (dist): Use new variable miscmanualdir.
3807         * makefile.w32-in (infodir, texinputdir): Go up one more level.
3808         (usermanualdir): Change from ../man to ../emacs.
3810 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3812         * commands.texi (Command Loop Info): Advise against changing
3813         most variables described here.  Explain new variable
3814         last-repeatable-command.
3816 2007-08-29  Glenn Morris  <rgm@gnu.org>
3818         * elisp.texi (EMACSVER): Increase to 23.0.50.
3820 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3822         * frames.texi (Basic Parameters): Add display-environment-variable
3823         and term-environment-variable.
3825 2007-08-28  Juri Linkov  <juri@jurta.org>
3827         * display.texi (Image Formats, Other Image Types): Add SVG.
3829 2007-08-28  Juri Linkov  <juri@jurta.org>
3831         * display.texi (Images): Move formats-related text to new node
3832         "Image Formats".
3833         (Image Formats): New node.
3835 2007-08-27  Richard Stallman  <rms@gnu.org>
3837         * windows.texi (Window Configurations): Clarify what
3838         a window configuration saves.
3840 2007-08-25  Richard Stallman  <rms@gnu.org>
3842         * display.texi (Images): Delete redundant @findex.
3844 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * text.texi (Change Hooks): (after|before)-change-functions are no
3847         longer bound to nil while running; rather inhibit-modification-hooks
3848         is t.
3850 2007-08-16  Richard Stallman  <rms@gnu.org>
3852         * processes.texi (Asynchronous Processes):
3853         Clarify doc of start-file-process.
3855 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3857         * modes.texi (Example Major Modes): Fix typo.
3859 2007-08-08  Glenn Morris  <rgm@gnu.org>
3861         * intro.texi (nil and t): Do not use `iff' in documentation.
3863         * tips.texi (Documentation Tips): Recommend against `iff'.
3865 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3867         * display.texi (Image Cache): Document image-refresh.
3869 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3871         * windows.texi (Size of Window): Document window-full-width-p.
3873 2007-07-25  Glenn Morris  <rgm@gnu.org>
3875         * gpl.texi (GPL): Replace license with GPLv3.
3877         * Relicense all FSF files to GPLv3 or later.
3879 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
3881         * processes.texi (Synchronous Processes):
3882         Add `process-file-shell-command'.
3883         (Asynchronous Processes): Mention restricted use of
3884         `process-filter' and `process-sentinel' in
3885         `start-file-process'.  Add `start-file-process-shell-command'.
3887 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
3889         * files.texi (Magic File Names): Introduce optional parameter
3890         IDENTIFICATION for `file-remote-p'.
3892 2007-07-16  Richard Stallman  <rms@gnu.org>
3894         * display.texi (Defining Faces): Fix previous change.
3896 2007-07-14  Richard Stallman  <rms@gnu.org>
3898         * control.texi (Handling Errors): Document `debug' in handler list.
3900 2007-07-10  Richard Stallman  <rms@gnu.org>
3902         * display.texi (Defining Faces): Explain C-M-x feature for defface.
3904 2007-07-09  Richard Stallman  <rms@gnu.org>
3906         * files.texi (Magic File Names): Rewrite previous change.
3908 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3910         * files.texi (Magic File Names): Introduce optional parameter
3911         CONNECTED for `file-remote-p'.
3913 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
3915         * processes.texi (Asynchronous Processes):
3916         * files.texi (Magic File Names): Add `start-file-process'.
3918 2007-06-27  Richard Stallman  <rms@gnu.org>
3920         * files.texi (Format Conversion Piecemeal):
3921         Clarify `after-insert-file-functions' calling convention.
3923 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3925         * files.texi (Magic File Names): Remove `dired-call-process'.
3926         Add `process-file'.
3928 2007-06-27  Kenichi Handa  <handa@m17n.org>
3930         * text.texi (Special Properties): Fix description about
3931         `composition' property.
3933 2007-06-26  Kenichi Handa  <handa@m17n.org>
3935         * nonascii.texi (Default Coding Systems): Document about the
3936         return value `undecided'.
3938 2007-06-25  David Kastrup  <dak@gnu.org>
3940         * keymaps.texi (Active Keymaps): Document new POSITION argument of
3941         `current-active-maps'.
3943 2007-06-24  Karl Berry  <karl@gnu.org>
3945         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3947 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
3949         * display.texi (Overlay Arrow): Doc fix.
3951 2007-06-14  Karl Berry  <karl@tug.org>
3953         * anti.texi (Antinews): Typo.
3955 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
3957         * display.texi (Image Cache): Document image-refresh.
3959 2007-06-12  Karl Berry  <karl@gnu.org>
3961         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3962         * two-volume.make: New file.
3963         * .cvsignore: Ignore two-volume files.
3965 2007-06-12  Tom Tromey  <tromey@redhat.com>
3967         * os.texi (Init File): Document user-emacs-directory.
3969 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
3971         * commands.texi (Click Events): Describe width and height when
3972         object is nil.
3974 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
3976         * commands.texi (Click Events): Layout more logically.
3977         Describe width and height.
3978         (Drag Events, Motion Events): Update to new format for position.
3980 2007-06-02  Richard Stallman  <rms@gnu.org>
3982         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3984 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3986         * Version 22.1 released.
3988 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3990         * text.texi (Special Properties): Correct meaning of fontified face.
3992 2007-05-30  Richard Stallman  <rms@gnu.org>
3994         * text.texi (Special Properties): Add link to Adjusting Point.
3996 2007-05-12  Richard Stallman  <rms@gnu.org>
3998         * text.texi (Margins): indent-to-left-margin is not the default.
3999         (Mode-Specific Indent): For indent-line-function, the default
4000         is indent-relative.
4002         * modes.texi (Example Major Modes): Explain last line of text-mode
4003         is redundant.
4005 2007-05-10  Richard Stallman  <rms@gnu.org>
4007         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4009         * help.texi (Keys in Documentation): Add reference to
4010         Documentation Tips.
4012         * files.texi (Format Conversion): TO-FN gets three arguments.
4014         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4016 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4018         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4019         * files.texi (Format Conversion): Expand intro; add menu.
4020         (Format Conversion Overview, Format Conversion Round-Trip)
4021         (Format Conversion Piecemeal): New nodes/subsections.
4022         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4023         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4024         (Saving Properties): Delete node/subsection.
4026 2007-05-07  Karl Berry  <karl@gnu.org>
4028         * elisp.texi (EMACSVER): Back to 22.
4030 2007-05-06  Richard Stallman  <rms@gnu.org>
4032         * processes.texi (Accepting Output): Revert most of previous change.
4034 2007-05-05  Richard Stallman  <rms@gnu.org>
4036         * processes.texi (Accepting Output): accept-process-output
4037         uses microseconds, not milliseconds.  But that arg is obsolete.
4039 2007-05-04  Karl Berry  <karl@tug.org>
4041         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4043 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4045         * tips.texi (Documentation Tips): Rearrange items to place the
4046         more important ones first.  Add an index entry for hyperlinks.
4048 2007-05-03  Karl Berry  <karl@gnu.org>
4050         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4051         (EMACSVER) [smallbook]: 22 for printed version.
4053         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4054         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4056 2007-04-26  Glenn Morris  <rgm@gnu.org>
4058         * elisp.texi (EMACSVER): Increase to 22.1.50.
4060 2007-04-28  Karl Berry  <karl@gnu.org>
4062         * elisp.texi: Improve line breaks on copyright page,
4063         similar layout to emacs manual, 8.5x11 by default.
4065 2007-04-24  Richard Stallman  <rms@gnu.org>
4067         * text.texi (Special Properties): Add xref to Overlay Properties.
4069         * display.texi (Overlay Properties): Add xref to Special Properties.
4071 2007-04-22  Richard Stallman  <rms@gnu.org>
4073         * keymaps.texi (Extended Menu Items): Move the info about
4074         format with cached keyboard binding.
4076 2007-04-21  Richard Stallman  <rms@gnu.org>
4078         * text.texi (Special Properties): Clarify previous change.
4080         * files.texi (File Name Expansion): Clarify previous change.
4082         * display.texi (Attribute Functions): Fix example for
4083         face-attribute-relative-p.
4085 2007-04-19  Kenichi Handa  <handa@m17n.org>
4087         * text.texi (Special Properties): Document composition property.
4089 2007-04-19  Glenn Morris  <rgm@gnu.org>
4091         * files.texi (File Name Expansion): Mention "superroot".
4093 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4095         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4096         setups.
4097         (Display Feature Testing): Note that display refers to all
4098         physical monitors for multi-monitor setups.
4100 2007-04-14  Richard Stallman  <rms@gnu.org>
4102         * lists.texi (Sets And Lists): Clarify `delete' examples.
4103         Remove spurious xref to same node.
4104         Clarify xref for add-to-list.
4106 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4108         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4109         value of lisp-mode-map.
4111 2007-04-11  Karl Berry  <karl@gnu.org>
4113         * anti.texi (Antinews):
4114         * display.texi (Overlay Properties, Defining Images):
4115         * processes.texi (Synchronous Processes, Sentinels):
4116         * syntax.texi (Syntax Table Internals):
4117         * searching.texi (Regexp Special):
4118         * nonascii.texi (Default Coding Systems):
4119         * text.texi (Special Properties):
4120         * minibuf.texi (Basic Completion): Wording to improve breaks in
4121         8.5x11 format.
4122         * elisp.texi (smallbook): New @set to more easily switch between
4123         smallbook and 8.5x11.
4125 2007-04-11  Richard Stallman  <rms@gnu.org>
4127         * text.texi (Lazy Properties): Minor fix.
4129 2007-04-08  Karl Berry  <karl@gnu.org>
4131         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4132         * macros.texi (Backquote): Downcase Backquote in index entries for
4133         consistency.
4135 2007-04-08  Richard Stallman  <rms@gnu.org>
4137         * text.texi (Adaptive Fill): Just describe default,
4138         don't show it (since it contains non-ASCII chars).
4140 2007-04-07  Karl Berry  <karl@gnu.org>
4142         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4143         adaptive-fill-regexp's value, since they are not in the standard
4144         TeX fonts.
4146 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4148         * display.texi (Defining Faces): Fix example.
4150 2007-04-07  Karl Berry  <karl@gnu.org>
4152         * display.texi (Button Buffer Commands): Improve page break.
4154 2007-04-07  Richard Stallman  <rms@gnu.org>
4156         * advice.texi (Activation of Advice): Remove redundant index entry.
4158         * backups.texi: Improve index entries.  Remove redundant ones.
4160         * compile.texi (Byte Compilation): Improve index entry.
4162         * hash.texi (Creating Hash): Improve index entry.
4164         * symbols.texi (Definitions): Improve index entry.
4166         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4168         * maps.texi (Standard Keymaps): Remove useless index entry.
4170         * help.texi (Documentation Basics): Remove redundant index entries.
4172         * customize.texi: Improve index entries.
4173         Remove redundant/useless ones.
4175         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4177         * streams.texi (Output Variables): Improve index entry.
4179         * abbrevs.texi (Abbrevs): Remove useless index entry.
4181         * macros.texi (Expansion): Remove useless index entry.
4183         * text.texi: Improve index entries.  Remove redundant/useless ones.
4184         (Text Properties, Examining Properties)
4185         (Special Properties): Use "property category" instead of "category"
4186         to refer to the `category' property.
4188         * positions.texi: Improve index entries.  Remove useless one.
4190         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4192         * os.texi: Improve index entries.
4193         (Timers): Fix previous change.
4195         * buffers.texi: Improve index entries.
4196         (Modification Time): Get rid of term "obsolete buffer".
4198         * debugging.texi: Improve index entries.
4199         (Test Coverage): Add xref to other test coverage ftr.
4201         * eval.texi: Improve index entry.  Remove redundant ones.
4203         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4205         * files.texi: Improve index entries.  Remove redundant/useless ones.
4207         * objects.texi: Improve index entries.
4209         * processes.texi: Improve index entries.
4211         * modes.texi: Improve index entry.  Remove redundant one.
4213         * nonascii.texi: Improve index entries.
4215         * internals.texi: Improve index entries.
4217         * syntax.texi: Improve index entries.
4219         * keymaps.texi (Active Keymaps): Improve index entries.
4221         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4223         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4225         * markers.texi: Improve index entries.  Remove redundant ones.
4227         * tips.texi: Improve index entries.
4229         * loading.texi (Unloading): Improve index entry.
4231         * variables.texi: Improve index entries.  Remove redundant one.
4233         * sequences.texi: Improve index entry.
4235         * display.texi: Improve index entries.  Remove redundant ones.
4237         * windows.texi: Improve index entries.
4239         * searching.texi: Improve index entries.  Remove redundant one.
4241         * strings.texi (Case Tables): Improve last change.
4243 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4245         * strings.texi (Case Tables): Document with-case-table and
4246         ascii-case-table.
4248 2007-04-03  Karl Berry  <karl@gnu.org>
4250         * processes.texi (Network): Reword to improve page break.
4252 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4254         * functions.texi (Inline Functions): Describe more disadvantages
4255         of defsubst, and make advice against it stronger.
4257 2007-04-02  Karl Berry  <karl@gnu.org>
4259         * backups.texi (Backup Names): Avoid widow words.
4260         * modes.texi (Example Major Modes): Align last comment.
4262 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4264         * keymaps.texi (Remapping Commands): Document new arg to
4265         command-remapping.
4267 2007-04-01  Karl Berry  <karl@gnu.org>
4269         * processes.texi (Low-Level Network): Typo.
4270         * loading.texi (Hooks for Loading): Avoid double "the".
4271         * keymaps.texi (Key Sequences): No double "and".
4272         (Changing Key Bindings): Shorten to improve line break.
4274 2007-03-31  Glenn Morris  <rgm@gnu.org>
4276         * os.texi (Timers): Fix description of run-at-time TIME formats.
4278 2007-03-31  Richard Stallman  <rms@gnu.org>
4280         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4281         regarding ellipsis.
4283 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4285         * intro.texi (nil and t):
4286         * symbols.texi (Plists and Alists):
4287         * variables.texi (Variable Aliases, Constant Variables):
4288         * functions.texi (Defining Functions):
4289         * advice.texi (Advising Primitives):
4290         * debugging.texi (Syntax Errors, Compilation Errors):
4291         * minibuf.texi (Minibuffer Windows):
4292         * commands.texi (Adjusting Point):
4293         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4294         (Auto Major Mode, Major Mode Conventions):
4295         * help.texi (Describing Characters):
4296         * files.texi (Create/Delete Dirs, Information about Files)
4297         (File Locks, Writing to Files, Reading from Files)
4298         (Saving Buffers):
4299         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4300         * frames.texi (Finding All Frames):
4301         * positions.texi (Buffer End, Motion):
4302         * markers.texi (The Region):
4303         * text.texi (Deletion, Near Point):
4304         * display.texi (Displaying Messages, Truncation):
4305         * os.texi (Processor Run Time):
4306         * tips.texi (Key Binding Conventions, Programming Tips)
4307         (Warning Tips, Documentation Tips, Comment Tips):
4308         * internals.texi (Memory Usage): Improve indexing.
4310         * variables.texi (Frame-Local Variables):
4311         * functions.texi (Argument List):
4312         * loading.texi (Library Search):
4313         * streams.texi (Output Variables):
4314         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4315         * searching.texi (Replacing Match, Search and Replace):
4316         * processes.texi (Byte Packing, Decoding Output)
4317         (Accepting Output, Network Servers, Shell Arguments):
4318         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4319         * windows.texi (Window Point, Window Start):
4320         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4321         * commands.texi (Reading Input, Keyboard Events):
4322         * minibuf.texi (Reading File Names, Minibuffer Completion)
4323         (Recursive Mini):
4324         * positions.texi (List Motion):
4325         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4326         * numbers.texi (Arithmetic Operations, Math Functions)
4327         (Predicates on Numbers, Comparison of Numbers):
4328         (Numeric Conversions):
4329         * locals.texi (Standard Buffer-Local Variables):
4330         * maps.texi (Standard Keymaps):
4331         * os.texi (User Identification, System Environment, Recording Input)
4332         (X11 Keysyms):
4333         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4334         * backups.texi (Backups and Auto-Saving):
4335         * customize.texi (Customization, Group Definitions)
4336         (Variable Definitions):
4337         * compile.texi (Byte Compilation): Improve index entries.
4339 2007-03-31  Karl Berry  <karl@gnu.org>
4341         * macros.texi (Defining Macros): Avoid widow syllable.
4343 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4345         * elisp.texi (Top): Postscript -> PostScript.
4347         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4349 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4351         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4353 2007-03-30  Karl Berry  <karl@gnu.org>
4355         * lists.texi (List-related Predicates): Remove spurious @need.
4356         (Setcdr): Use @smallexample to improve page break.
4357         (Association Lists) <assoc>: Reword to improve page break.
4359         * strings.texi (String Conversion): Insert blank line to improve
4360         page break.
4362         * numbers.texi (Random Numbers): Use @minus{}.
4363         (Math Functions): Use @minus{}.
4365         * intro.texi (Acknowledgements): Avoid line breaks before middle
4366         initials.
4368 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4370         * errors.texi (Standard Errors): Add an index entry.
4372 2007-03-19  Richard Stallman  <rms@gnu.org>
4374         * os.texi (Recording Input): recent-keys now gives 300 keys.
4376 2007-03-12  Glenn Morris  <rgm@gnu.org>
4378         * os.texi: Replace "daylight savings" with "daylight saving"
4379         throughout.
4381 2007-03-05  Richard Stallman  <rms@gnu.org>
4383         * variables.texi (File Local Variables):
4384         Update enable-local-variables values.
4386 2007-03-04  Richard Stallman  <rms@gnu.org>
4388         * syntax.texi (Control Parsing): Minor clarification.
4390         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4392         * sequences.texi (Sequence Functions): Move string-bytes away,
4393         add xref.
4395         * nonascii.texi (Text Representations): Move string-bytes here.
4397         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4399         * minibuf.texi (Basic Completion): Minor clarification.
4401         * markers.texi (The Mark): Clarify existence vs activation of mark.
4402         Other cleanup.
4404         * display.texi (Finding Overlays): Write better example.
4406         * compile.texi (Eval During Compile): Clarify putting macros
4407         in eval-when-compile.
4409 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4411         * loading.texi (How Programs Do Loading): Fix anchor position at
4412         load-read-function definition doc.
4414 2007-02-21  Kim F. Storm  <storm@cua.dk>
4416         * strings.texi (Text Comparison): Mention that assoc-string
4417         converts symbols to strings before testing.
4419 2007-02-17  Kim F. Storm  <storm@cua.dk>
4421         * processes.texi (Bindat Spec): Vector types can have optional
4422         element type.
4423         (Bindat Examples): Fix example.  Add vector with element type.
4425 2007-02-16  Andreas Schwab  <schwab@suse.de>
4427         * strings.texi (Formatting Strings): Document '+' flag.
4429 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4431         * strings.texi (Modifying Strings): Clarify that `clear-string'
4432         always converts the string to unibyte.
4434 2007-02-14  Kim F. Storm  <storm@cua.dk>
4436         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4437         Rewrite glyph code description to refer to these functions.
4438         Remove details of encoding face number and char into integer code.
4440 2007-02-03  Alan Mackenzie  <acm@muc.de>
4442         * loading.texi (Hooks for Loading): Make the description of
4443         `eval-after-load' more detailed, and amend the description of
4444         after-load-alist, in accordance with changes from 2006-05.
4446 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4448         * modes.texi (Defining Minor Modes): Document that a :require
4449         keyword or similar may be required to make saved customization
4450         variables work.
4452 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4454         * elisp.texi (Top): Make the detailed menu headers compliant with
4455         Texinfo guidelines and with what texnfo-upd.el expects.
4456         Add comments to prevent people from inadvertently modifying the key
4457         parts needed by `texinfo-multiple-files-update'.
4459 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4461         * elisp.texi (Top): Update the top-level menus.
4463         * syntax.texi (Categories): Add index entries.
4465 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4467         * display.texi (Attribute Functions): Fix name and description of
4468         the UNDERLINE arg of `set-face-underline-p'.
4470 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4472         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4473         Variables", and "Standard Keymaps" to the detailed menu.
4475         * variables.texi (Future Local Variables): Add index entry.
4477 2007-01-28  Richard Stallman  <rms@gnu.org>
4479         * tips.texi (Coding Conventions): Clarify the tip about macros
4480         that define a function or a variable.
4482         * files.texi (File Attributes): UID and GID can be floats.
4483         (Magic File Names): Explain why deferring all operations to
4484         the standard handler does not work.
4486 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4488         * backups.texi (Reverting): Use "buffer" instead of "file"
4489         when talking about major and minor modes.
4491 2007-01-21  Richard Stallman  <rms@gnu.org>
4493         * help.texi (Documentation): Add xref to Documentation Tips.
4495 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4497         * tips.texi (Coding Conventions): Fix typos.
4499 2007-01-05  Richard Stallman  <rms@gnu.org>
4501         * modes.texi (Defining Minor Modes): Fix previous change.
4503 2007-01-03  Richard Stallman  <rms@gnu.org>
4505         * customize.texi (Variable Definitions, Customization Types):
4506         Don't use * in doc string for defcustom.
4508 2007-01-02  Richard Stallman  <rms@gnu.org>
4510         * variables.texi (Variable Aliases): Clarify that aliases vars
4511         always have the same value.
4513         * processes.texi (Bindat Spec): Fix Texinfo usage.
4515         * modes.texi (Defining Minor Modes): Explain effect of command
4516         defined with define-global-minor-mode on new buffers.
4518 2006-12-30  Kim F. Storm  <storm@cua.dk>
4520         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4521         `auto-resize-tool-bars'.
4523 2006-12-30  Richard Stallman  <rms@gnu.org>
4525         * keymaps.texi (Active Keymaps): Fix previous change.
4527 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4529         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4531 2006-12-30  Kim F. Storm  <storm@cua.dk>
4533         * processes.texi (Bindat Spec): Clarify using field names in
4534         length specifications.
4536 2006-12-29  Kim F. Storm  <storm@cua.dk>
4538         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4539         Add count and index variables for eval forms in repeat blocks.
4541 2006-12-24  Richard Stallman  <rms@gnu.org>
4543         * customize.texi (Variable Definitions):
4544         Document new name custom-add-frequent-value.
4546 2006-12-19  Kim F. Storm  <storm@cua.dk>
4548         * commands.texi (Misc Events): User signals now result in sigusr1
4549         and sigusr2 events which are handled through special-event-map.
4550         (Special Events): User signals and drag-n-drop are special.
4552 2006-12-17  Richard Stallman  <rms@gnu.org>
4554         * loading.texi (Named Features): Explain subfeatures better.
4556         * customize.texi: Use "option" only for user options.
4557         For the keyword values inside defcustom etc, say "keywords".
4558         For :options value's elements, say "elements".
4559         :group should not be omitted.
4561         * syntax.texi (Parsing Expressions): Split up node.
4562         (Motion via Parsing, Position Parse, Parser State)
4563         (Low-Level Parsing, Control Parsing): New subnodes.
4564         (Parser State): Document syntax-ppss-toplevel-pos.
4566         * positions.texi (List Motion): Punctuation fix.
4568         * files.texi (File Name Completion): Document PREDICATE arg
4569         to file-name-completion.
4571 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
4573         * internals.texi (Building Emacs, Writing Emacs Primitives):
4574         Add index entries.
4576 2006-12-11  Richard Stallman  <rms@gnu.org>
4578         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4579         affects face menu.  Explain how to make it non-nil without enabling
4580         any fontification.
4582 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4584         * modes.texi (Font Lock Basics): Document nil value of
4585         font-lock-defaults.
4587 2006-12-10  Glenn Morris  <rgm@gnu.org>
4589         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4590         value for system-flag argument.  Abbrev tables may not be empty
4591         when major modes are loaded.
4593 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4595         * makefile.w32-in (maintainer-clean): Partially revert last
4596         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4597         to protect elisp-covers.texi.
4599 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
4601         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4602         Don't remove elisp* info files; they are already deleted by the
4603         `clean' and `distclean' targets, and they are in the $(infodir)
4604         directory, not the current one.
4606 2006-12-04  Kim F. Storm  <storm@cua.dk>
4608         * commands.texi (Misc Events): Update signal events.
4609         (Event Examples): Add signal example.
4611 2006-11-29  Richard Stallman  <rms@gnu.org>
4613         * frames.texi (Visibility of Frames): Explain visible windows
4614         can be covered by others.  Add xref for raise-frame.
4616 2006-11-28  Richard Stallman  <rms@gnu.org>
4618         * searching.texi (Regexp Special): Update when ^ is special.
4620 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
4622         * customize.texi (Customization, Common Keywords)
4623         (Group Definitions, Variable Definitions, Composite Types)
4624         (Type Keywords, Customization Types): Add index entries for
4625         various customization keywords.
4627 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4629         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4631 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4633         * frames.texi (Window System Selections): Remove clipboard from
4634         description of selection-coding-system.
4636 2006-11-06  Richard Stallman  <rms@gnu.org>
4638         * lists.texi (List Variables): Document COMPARE-FN.
4640         * keymaps.texi: Avoid use of "binding" to mean a relation;
4641         use it only to refer to the meaning associated with a key.
4642         (Keymaps): Change menu node description.
4644         * elisp.texi (Top): Change menu node description.
4646         * display.texi (Managing Overlays): Document overlay-recenter.
4648 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
4650         * Makefile.in: Use relative paths to avoid advertising filesystem
4651         contents during compilation.
4653 2006-10-23  Kim F. Storm  <storm@cua.dk>
4655         * commands.texi (Event Input Misc): Update unread-command-events.
4657 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4659         * lists.texi (Sets And Lists): Fix typos.
4661 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4663         * control.texi (Processing of Errors): Use @var for an argument,
4664         not @code.
4666 2006-10-16  Richard Stallman  <rms@gnu.org>
4668         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4670         * keymaps.texi (Format of Keymaps): Show all the keymap element
4671         patterns that result from menu items.
4672         (Key Lookup): Minor cleanups.
4674         * modes.texi (Precalculated Fontification): Don't say that
4675         not setting font-lock-defaults avoids loading font-lock.
4677         * help.texi (Documentation): Move xref to Emacs Manual here.
4678         (Documentation Basics): From here.
4679         Also doc emacs-lisp-docstring-fill-column.
4681         * elisp.texi: Update version and ISBN.
4683         * commands.texi (Interactive Call): Clarify KEYS arg to
4684         call-interactively is a vector.
4685         (Command Loop Info): Delete anchor in this-command-keys.
4686         Add anchor in this-command-keys-vector.
4687         (Recursive Editing): Document how recursive-edit
4688         handles the current buffer.
4690 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
4692         * frames.texi (Frame Titles): %c and %l are ignored in
4693         frame-title-format.
4695 2006-10-11  Richard Stallman  <rms@gnu.org>
4697         * keymaps.texi (Key Sequences): Clarify use of kbd.
4699 2006-10-10  Kim F. Storm  <storm@cua.dk>
4701         * lists.texi (Sets And Lists): Add memql.
4703 2006-10-03  Richard Stallman  <rms@gnu.org>
4705         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4706         Clarify :ascii: and :nonascii:.
4708 2006-09-29  Juri Linkov  <juri@jurta.org>
4710         * modes.texi (%-Constructs): Reorder coding systems in the
4711         documentation of %z to the real order displayed in the modeline.
4713 2006-09-25  Richard Stallman  <rms@gnu.org>
4715         * os.texi (Timers): Describe timer-max-repeats.
4717 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4719         * os.texi (Timers): Mention with-local-quit.
4721 2006-09-24  Richard Stallman  <rms@gnu.org>
4723         * searching.texi (Searching and Matching): Mention property search.
4725         * commands.texi (Command Loop Info): Explain how read-event affects
4726         this-command-keys.
4728 2006-09-20  Richard Stallman  <rms@gnu.org>
4730         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4732         * windows.texi (Window Start): Minor cleanups.
4734 2006-09-20  Kim F. Storm  <storm@cua.dk>
4736         * windows.texi (Window Start): pos-visible-in-window-p allows
4737         specifying t for position to mean "end of window".
4738         Add window-line-height.
4740         * anti.texi (Antinews): Mention window-line-height.
4742 2006-09-19  David Kastrup  <dak@gnu.org>
4744         * keymaps.texi (Searching Keymaps): Small clarification.
4746 2006-09-18  Richard Stallman  <rms@gnu.org>
4748         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4749         cause keyboard menus.
4750         (Menu Keymaps): Likewise.
4751         (Defining Menus, Keyboard Menus): Clarify.
4753         * text.texi (Fields): Clarify explanation of constrain-to-field.
4755 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4757         * variables.texi (Tips for Defining): Fix a typo.
4759 2006-09-15  Richard Stallman  <rms@gnu.org>
4761         * keymaps.texi (Remapping Commands, Searching Keymaps)
4762         (Active Keymaps): Clean up previous change.
4764 2006-09-15  Jay Belanger  <belanger@truman.edu>
4766         * gpl.texi: Replace "Library Public License" by "Lesser Public
4767         License" throughout.
4769 2006-09-15  David Kastrup  <dak@gnu.org>
4771         * keymaps.texi (Active Keymaps): Adapt description to use
4772         `get-char-property' instead `get-text-property'.  Explain how
4773         mouse events change this.  Explain the new optional argument of
4774         `key-binding' and its mouse-dependent lookup.
4775         (Searching Keymaps): Adapt description similarly.
4776         (Remapping Commands): Explain the new optional argument of
4777         `command-remapping'.
4779 2006-09-14  Richard Stallman  <rms@gnu.org>
4781         * keymaps.texi (Searching Keymaps): Clarification.
4782         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4784 2006-09-13  Richard Stallman  <rms@gnu.org>
4786         * objects.texi (Character Type): Node split.
4787         Add xref to Describing Characters.
4788         (Basic Char Syntax, General Escape Syntax)
4789         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4791 2006-09-11  Richard Stallman  <rms@gnu.org>
4793         * display.texi (Display Table Format): Wording clarification.
4794         (Glyphs): Clarifications.
4796 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
4798         * keymaps.texi (Active Keymaps): Mention that key-binding checks
4799         local maps.
4801 2006-09-10  Kim F. Storm  <storm@cua.dk>
4803         * display.texi (Forcing Redisplay): Document return value of
4804         function redisplay.
4806 2006-09-09  Richard Stallman  <rms@gnu.org>
4808         * windows.texi (Window Hooks): Explain limits of
4809         window-scroll-functions.
4811         * display.texi (Fringe Indicators): Update for last change in
4812         indicate-buffer-boundaries.
4814 2006-09-08  Richard Stallman  <rms@gnu.org>
4816         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4818 2006-09-06  Kim F. Storm  <storm@cua.dk>
4820         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4822         * windows.texi (Window Start): Update pos-visible-in-window-p.
4824 2006-09-04  Richard Stallman  <rms@gnu.org>
4826         * processes.texi (Accepting Output): Explain SECONDS=0 for
4827         accept-process-output.
4829         * os.texi (Idle Timers): Explain why timer functions should not
4830         loop until (input-pending-p).
4832 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
4834         * makefile.w32-in (usermanualdir): New variable.
4835         (elisp.dvi): Use it.
4837 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
4839         * buffers.texi (Buffer Modification): Fix last change.
4841 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
4843         * buffers.texi (Buffer Modification):
4844         Document buffer-chars-modified-tick.
4846 2006-08-31  Richard Stallman  <rms@gnu.org>
4848         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4850 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
4852         * modes.texi (Syntactic Font Lock):
4853         Mention font-lock-syntactic-face-function
4854         instead of specific faces.
4856 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
4858         * display.texi (Images): Add xrref to display-images-p.
4860 2006-08-28  Kenichi Handa  <handa@m17n.org>
4862         * nonascii.texi (Lisp and Coding Systems): Fix description of
4863         detect-coding-region.
4865 2006-08-27  Michael Olson  <mwolson@gnu.org>
4867         * processes.texi (Transaction Queues): Remove stray quote
4868         character.
4870 2006-08-25  Richard Stallman  <rms@gnu.org>
4872         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4873         Add xref.
4875 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
4877         * os.texi (Timers): Avoid waiting inside timers.
4879 2006-08-21  Lute Kamstra  <lute@gnu.org>
4881         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4883 2006-08-20  Richard Stallman  <rms@gnu.org>
4885         * os.texi (Idle Timers): New node, split out from Timers.
4886         Document current-idle-time.
4887         * commands.texi (Reading One Event): Update xref.
4888         * elisp.texi (Top): Update subnode menu.
4890 2006-08-16  Richard Stallman  <rms@gnu.org>
4892         * keymaps.texi (Extended Menu Items): Show format of cached
4893         bindings in extended menu items.
4895         * customize.texi (Variable Definitions): Explain when the
4896         standard value expression is evaluated.
4898 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
4900         * commands.texi (Reading One Event): Explain idleness in
4901         `read-event'.
4903 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
4905         * text.texi (Near Point): Say "cursor" not "terminal cursor".
4906         (Commands for Insertion): Remove split-line since it's not
4907         relevant for Lisp programming.
4908         (Yank Commands): Rewrite introduction.
4909         (Undo): Clarify.
4910         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
4911         (Filling): Remove redundant comment.  Clarify return value of
4912         current-justification.
4913         (Margins): Minor clarifications.
4914         (Adaptive Fill): Update default value of adaptive-fill-regexp.
4915         (Sorting): Update definition of sort-lines.
4916         (Columns): Clarify behavior of sort-columns.
4917         (Indent Tabs): Link to Tab Stops in Emacs manual.
4918         (Special Properties): Clarify.
4919         (Clickable Text): Mention Buttons package.
4921 2006-08-12  Kevin Ryde  <user42@zip.com.au>
4923         * os.texi (Time Parsing): Add %z to description of
4924         format-time-string, as per docstring.  Add cross reference to
4925         glibc manual for strftime.
4927 2006-08-08  Richard Stallman  <rms@gnu.org>
4929         * modes.texi: Clean up wording in previous change.
4931 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
4933         * modes.texi (Hooks): Clarify.
4934         (Major Mode Basics): Mention define-derived-mode explicitly.
4935         (Major Mode Conventions): Rebinding RET is OK for some modes.
4936         Mention change-major-mode-hook and after-change-major-mode-hook.
4937         (Example Major Modes): Move to end of Modes section.
4938         (Mode Line Basics): Clarify.
4939         (Mode Line Data): Mention help-echo and local-map in strings.
4940         Explain reason for treatment of non-risky variables.
4941         (Properties in Mode): Clarify.
4942         (Faces for Font Lock): Add font-lock-negation-char-face.
4944 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
4946         * strings.texi (Formatting Strings): Warn against arbitrary
4947         strings as first arg to `format'.
4949 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
4951         * text.texi (Clickable Text): Mention `help-echo' text property.
4952         Update intro, examples and associated explanations.
4954 2006-07-31  Richard Stallman  <rms@gnu.org>
4956         * commands.texi: Update xrefs.
4957         (Event Mod): New node, cut out from old Translating Input.
4959         * maps.texi: Update xrefs.
4961         * keymaps.texi (Translation Keymaps): New node.
4962         Update xrefs from Translating Input to Translation Keymaps.
4964         * elisp.texi (Top): Update subnode menu.
4966         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4968         * os.texi (System Interface): Fix menu descriptions of some nodes.
4969         (Translating Input): Node deleted.
4971 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
4973         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4975         * lists.texi (Sets And Lists): Likewise.
4977 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
4979         * text.texi (Fields): Mention POS
4980         requirement when narrowing is in effect.
4982 2006-07-28  Richard Stallman  <rms@gnu.org>
4984         * display.texi (Face Attributes): Simplify wording.
4985         (Attribute Functions): Clarify meaning of new-frame default
4986         attribute settings.
4988         * customize.texi (Common Keywords): Document how to use
4989         :package-version in a package not in Emacs.
4991 2006-07-28  Kim F. Storm  <storm@cua.dk>
4993         * commands.texi (Reading One Event): Fix last change.
4995 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
4997         * commands.texi (Reading One Event): Document SECONDS argument for
4998         read-event, read-char, and read-char-exclusive.
5000 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5003         to ensure correct identification.
5005 2006-07-24  Richard Stallman  <rms@gnu.org>
5007         * text.texi (Clickable Text): Clarify.
5009         * sequences.texi (Vector Functions): Delete duplicate xref.
5011         * objects.texi (Function Type): Clarify.
5013         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5014         modes.
5016         * lists.texi (List Variables): New node.
5017         Material moved from other nodes.
5019         * variables.texi (Setting Variables): add-to-list and
5020         add-to-ordered-list moved to List Variables node.
5022 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5024         * text.texi (Links and Mouse-1):
5025         For mouse-on-link-p, expand on arg POS.
5027 2006-07-21  Kim F. Storm  <storm@cua.dk>
5029         * display.texi (Forcing Redisplay): Don't mention systems which
5030         don't support sub-second timers for redisplay-preemption-period.
5032         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5034 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5036         * frames.texi (Input Focus): Document that focus-follows-mouse has
5037         no effect on MS-Windows.
5039 2006-07-18  Richard Stallman  <rms@gnu.org>
5041         * display.texi (Forcing Redisplay): Cleanups in previous change.
5043         * processes.texi (Low-Level Network): Make menu more convenient.
5045 2006-07-18  Kim F. Storm  <storm@cua.dk>
5047         * display.texi (Forcing Redisplay): redisplay-preemption-period
5048         only used on window systems.  Add xref to Terminal Output.
5050         * os.texi (Terminal Output): baud-rate only controls preemption on
5051         non-window systems.  Add xref to Forcing Redisplay.
5053         * processes.texi (Low-Level Network): Rename node "Make Network"
5054         to "Network Processes".
5056 2006-07-18  Karl Berry  <karl@gnu.org>
5058         * variables.texi, functions.texi, customize.texi, loading.texi:
5059         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5061 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5063         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5065 2006-07-17  Richard Stallman  <rms@gnu.org>
5067         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5068         Put period and comma inside quotes.
5070         * loading.texi, markers.texi: Use real doublequote inside menus.
5072         * windows.texi: Put point and comma inside quotes.
5073         (Textual Scrolling): Use @samp for error message.
5075         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5076         * strings.texi, streams.texi, processes.texi, os.texi:
5077         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5078         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5079         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5080         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5081         Put point and comma inside quotes.
5083         * control.texi (Processing of Errors): Add command-error-function.
5085         * variables.texi (File Local Variables): Clarify that
5086         file local variables make buffer-local bindings.
5088         * modes.texi (Syntactic Font Lock): Give default for
5089         font-lock-syntax-table.
5091 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5093         * text.texi (Special Properties): Clean up previous change.
5095 2006-07-16  Karl Berry  <karl@gnu.org>
5097         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5098         * control.texi: Fix bad page breaks through chapter 10 (control).
5100         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5101         underfull hbox.
5103 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5105         * text.texi (Special Properties): Describe fontified text property
5106         in relation to a character (not text).
5108 2006-07-15  Kim F. Storm  <storm@cua.dk>
5110         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5111         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5112         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5114         * anti.texi (Antinews): Mention redisplay function.
5115         The kbd macro existed, but was not documented, before 22.x.
5116         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5118 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5120         * display.texi (Displaying Messages): Add anchor.
5122         * frames.texi (Dialog Boxes): Use it.
5124 2006-07-12  Richard Stallman  <rms@gnu.org>
5126         * objects.texi (Frame Type): Explain nature of frames better.
5128         * frames.texi (Frames): Explain nature of frames better.
5130 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5132         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5134 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5136         * frames.texi (Window System Selections): Mention scrap support for Mac.
5137         Default value of x-select-enable-clipboard is t on Mac.
5139         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5141 2006-07-11  Kim F. Storm  <storm@cua.dk>
5143         * display.texi (Forcing Redisplay): Add `redisplay' function.
5144         Don't mention (sit-for -1) -- use (redisplay t) instead.
5146         * commands.texi (Waiting): (sit-for -1) is no longer special.
5147         (sit-for 0) is equivalent to (redisplay).
5148         Iconifying/deiconifying no longer makes sit-for return.
5150 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5152         * display.texi (Buttons): Fix typo.
5154         * index.texi, elisp.texi (New Symbols): Comment node out.
5156 2006-07-09  Richard Stallman  <rms@gnu.org>
5158         * display.texi (Truncation): Clean up previous change.
5160 2006-07-08  Richard Stallman  <rms@gnu.org>
5162         * commands.texi (Interactive Call): Use 3 as prefix in example
5163         for execute-extended-command.
5165         * display.texi (Attribute Functions): Move paragraph about
5166         compatibility with Emacs < 21.
5168 2006-07-09  Kim F. Storm  <storm@cua.dk>
5170         * display.texi (Refresh Screen): Clarify force-window-update.
5171         (Truncation): "Normally" indicated by fringe arrows.
5173 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5175         * windows.texi (Textual Scrolling, Resizing Windows):
5176         * variables.texi (Constant Variables):
5177         * text.texi (Buffer Contents, Deletion, Changing Properties)
5178         (Property Search, Special Properties, Sticky Properties)
5179         (Links and Mouse-1, Fields, Change Hooks):
5180         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5181         (Categories):
5182         * symbols.texi (Other Plists):
5183         * streams.texi (Output Variables):
5184         * processes.texi (Input to Processes, Query Before Exit):
5185         * positions.texi (Word Motion, Text Lines, List Motion):
5186         * os.texi (Init File, System Environment, Sound Output)
5187         (Session Management):
5188         * nonascii.texi (Text Representations, Character Sets)
5189         (Chars and Bytes, Locales):
5190         * modes.texi (Defining Minor Modes, Header Lines):
5191         * minibuf.texi (Minibuffer Contents):
5192         * markers.texi (Information from Markers):
5193         * lists.texi (List Elements, Building Lists, Association Lists):
5194         * keymaps.texi (Tool Bar):
5195         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5196         * functions.texi (What Is a Function, Mapping Functions):
5197         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5198         (Color Names, Text Terminal Colors, Display Feature Testing):
5199         * files.texi (Visiting Functions, File Name Components)
5200         (Unique File Names, Contents of Directories):
5201         * display.texi (Forcing Redisplay, Displaying Messages)
5202         (Temporary Displays, Font Selection, Auto Faces)
5203         (Font Lookup, Fringe Indicators, Display Margins)
5204         (Image Descriptors, Showing Images, Image Cache, Button Types)
5205         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5206         (Display Table Format, Glyphs):
5207         * control.texi (Iteration):
5208         * commands.texi (Command Loop Info, Adjusting Point):
5209         * backups.texi (Making Backups, Auto-Saving):
5210         Remove @tindex entries.
5212 2006-07-07  Kim F. Storm  <storm@cua.dk>
5214         * display.texi (Fringe Cursors): Fix typo.
5215         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5216         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5218 2006-07-05  Richard Stallman  <rms@gnu.org>
5220         * text.texi (Buffer Contents): Add example of text props
5221         in result of buffer-substring.
5222         (Text Properties): Explain better about use of specific property names.
5223         (Property Search): Some cleanups; reorder some functions.
5225         * keymaps.texi (Changing Key Bindings): Cleanup.
5226         Add xref to Key Binding Conventions.
5228         * display.texi (Attribute Functions): Add examples for
5229         face-attribute-relative-p.
5231         * tips.texi (Coding Conventions): Cleanup last change.
5233 2006-07-05  Karl Berry  <karl@gnu.org>
5235         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5236         Remove @setchapternewpage odd.
5237         Result is 1013 pages, down from 1100.
5239         * anti.texi, customize.texi, display.texi, internals.texi:
5240         * minibuf.texi, modes.texi, tips.texi:
5241         Fix overfull/underfull boxes.
5243 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5245         * edebug.texi (Instrumenting):
5246         Add Edebug-specific findex for eval-buffer.
5247         * loading.texi (Loading):
5248         Replace eval-current-buffer with eval-buffer.
5250 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5252         * locals.texi (Standard Buffer-Local Variables): Update the list
5253         of variables.
5255 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5257         * files.texi (File Name Completion): Point user to the node
5258         "Reading File Names".
5260 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5262         * files.texi (Contents of Directories): Document case-insensitive
5263         behavior on respective filesystems.
5265         * objects.texi (Character Type): Document that Emacs signals an
5266         error for unsupported Unicode characters specified as \uNNNN.
5268 2006-06-19  Richard Stallman  <rms@gnu.org>
5270         * processes.texi (Bindat Spec): Clarify previous change.
5272 2006-06-16  Richard Stallman  <rms@gnu.org>
5274         * tips.texi (Coding Conventions): Better explain conventions
5275         for definition constructs.
5277         * text.texi (Special Properties): String value of `read-only'
5278         serves as the error message.
5280         * objects.texi (Character Type): Clarify prev. change.
5281         (Non-ASCII in Strings): Mention \u and \U.
5283         * commands.texi (Using Interactive): Explain problem of
5284         markers, etc., in command-history.
5286 2006-06-14  Kim F. Storm  <storm@cua.dk>
5288         * commands.texi (Waiting): Negative arg to sit-for forces
5289         redisplay even if input is pending.
5291         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5292         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5293         around (sit-for 0).
5295 2006-06-13  Richard Stallman  <rms@gnu.org>
5297         * display.texi (Forcing Redisplay): Clarify previous change.
5299 2006-06-13  Romain Francoise  <romain@orebokech.com>
5301         * display.texi (Forcing Redisplay): Fix typo.
5303 2006-06-13  Kim F. Storm  <storm@cua.dk>
5305         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5307 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5309         * tips.texi (Coding Conventions): Add `@end itemize'.
5311 2006-06-10  Richard Stallman  <rms@gnu.org>
5313         * tips.texi (Coding Conventions): Explain use of coding systems
5314         to ensure one decoding for strings.
5316 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5318         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5319         syntax.
5321 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5323         * display.texi (Font Selection): Remove description of
5324         clear-face-cache.
5326         * compile.texi (Eval During Compile): Fix a typo.  Add index
5327         entries for possible uses of eval-when-compile.
5329 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5331         * display.texi (Abstract Display): Fix typo.
5333 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5335         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5336         Reword variable's description.
5338 2006-06-01  Richard Stallman  <rms@gnu.org>
5340         * windows.texi (Splitting Windows): Clarify splitting nonselected
5341         window.
5343 2006-05-31  Juri Linkov  <juri@jurta.org>
5345         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5347 2006-05-30  Richard Stallman  <rms@gnu.org>
5349         * display.texi (Line Height): Fix errors in description of
5350         default line height and line-height property.
5352         * nonascii.texi (Default Coding Systems): Further clarification.
5354 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5356         * internals.texi (Pure Storage): Mention that an overflow in pure
5357         space causes a memory leak.
5358         (Garbage Collection): If there was an overflow in pure space,
5359         `garbage-collect' returns nil.
5361 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5363         * nonascii.texi (Default Coding Systems): Fix it some more.
5365 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5367         * nonascii.texi (Default Coding Systems): Fix last change.
5369 2006-05-29  Kenichi Handa  <handa@m17n.org>
5371         * nonascii.texi (find-operation-coding-system): Describe the new
5372         argument format (FILENAME . BUFFER).
5374 2006-05-28  Richard Stallman  <rms@gnu.org>
5376         * tips.texi (Coding Conventions): Better explain reasons not to
5377         advise other packages or use `eval-after-load'.
5379 2006-05-29  Kim F. Storm  <storm@cua.dk>
5381         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5382         `bindat-idx' and `bindat-raw' for clarity.
5384 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5386         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5388         * display.texi (Display): Add "Abstract Display" to menu.
5389         (Abstract Display, Abstract Display Functions)
5390         (Abstract Display Example): New nodes.
5391         * elisp.texi (Top): Add "Abstract Display" to menu.
5393 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5395         * keymaps.texi (Key Sequences): Link to input events definition.
5396         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5398         * files.texi (Changing Files): Document updated argument list for
5399         copy-file.
5401 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5403         * processes.texi (Bindat Functions): Explain term "total length".
5404         Use it in bindat-length and bindat-pack descriptions.
5406 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5408         * tips.texi (Coding Conventions): Advise against using
5409         eval-after-load in packages.  Add an index entry.
5411 2006-05-25  Juri Linkov  <juri@jurta.org>
5413         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5415         * modes.texi (%-Constructs): Add %e, %z, %Z.
5417 2006-05-25  Richard Stallman  <rms@gnu.org>
5419         * elisp.texi (Top): Update subnode menu.
5421         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5422         (Keymaps): Update menu.
5424 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5426         * keymaps.texi (Key Sequences): Some clarifications.
5428 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5430         * processes.texi (Bindat Functions): Say "unibyte string"
5431         explicitly for bindat-unpack and bindat-pack descriptions.
5432         (Bindat Examples): Don't call `string-make-unibyte' in example.
5434 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5436         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5437         Explain string and vector representations of key sequences.
5439         * keymaps.texi (Changing Key Bindings):
5440         * commands.texi (Interactive Codes):
5441         * help.texi (Describing Characters): Refer to it.
5443 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5445         * frames.texi (Pointer Shape): @end table -> @end defvar.
5447 2006-05-22  Richard Stallman  <rms@gnu.org>
5449         * elisp.texi (Top): Update subnode menus.
5451         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5452         Contents rewritten; material from old Pointer Shape node moved here.
5454         * display.texi (Pointer Shape): Node deleted.
5455         (Image Descriptors): Minor cleanup.
5457 2006-05-21  Richard Stallman  <rms@gnu.org>
5459         * syntax.texi (Parsing Expressions): Update info on which STATE
5460         elements are ignored.
5462 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5464         * hooks.texi (Standard Hooks): Correct typo.
5466         * gpl.texi (GPL): ifinfo -> ifnottex.
5468 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5470         * searching.texi (Simple Match Data): Warn about match data being
5471         set anew by every search.
5473 2006-05-17  Richard Stallman  <rms@gnu.org>
5475         * minibuf.texi (Minibuffer History): Clarify.
5477         * searching.texi (Regexp Special): Clarify nested regexp warning.
5479 2006-05-16  Kim F. Storm  <storm@cua.dk>
5481         * minibuf.texi (Minibuffer History): Update add-to-history.
5483 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5485         * nonascii.texi (Explicit Encoding):
5486         Fix typo (encoding<->decoding).
5488 2006-05-14  Richard Stallman  <rms@gnu.org>
5490         * buffers.texi (Creating Buffers): Cleanup.
5492         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5494 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5496         * buffers.texi (Current Buffer): Document that with-temp-buffer
5497         disables undo.
5499         * os.texi (Terminal-Specific): More accurate description of how
5500         Emacs searches for the terminal-specific libraries.
5502 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5504         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5505         emacs-xtra to @inforef's.
5507         * text.texi (Undo): Document that undo is turned off in buffers
5508         whose names begin with a space.
5510         * buffers.texi (Buffer Names): Add index entries for buffers whose
5511         names begin with a space.
5512         (Creating Buffers): Document that undo is turned off in buffers
5513         whose names begin with a space.
5515         * files.texi (Visiting Functions, Reading from Files)
5516         (Saving Buffers): Mention code and EOL conversions by file I/O
5517         primitives and subroutines.
5519         * nonascii.texi (Lisp and Coding Systems):
5520         Document coding-system-eol-type.  Add index entries for eol conversion.
5522         * display.texi (Defining Faces): Mention `mac', and add an xref to
5523         where window-system is described.
5525 2006-05-10  Richard Stallman  <rms@gnu.org>
5527         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5529 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5531         * variables.texi (File Local Variables): Recommend to quote lambda
5532         expressions in safe-local-variable property.
5534 2006-05-09  Richard Stallman  <rms@gnu.org>
5536         * variables.texi (File Local Variables):
5537         Document safe-local-eval-forms and safe-local-eval-function.
5539 2006-05-07  Kim F. Storm  <storm@cua.dk>
5541         * minibuf.texi (Minibuffer History): Remove keep-dups arg
5542         from add-to-history.
5544 2006-05-07  Romain Francoise  <romain@orebokech.com>
5546         * commands.texi (Event Input Misc):
5547         * compile.texi (Eval During Compile):
5548         * internals.texi (Buffer Internals):
5549         * minibuf.texi (Initial Input):
5550         * nonascii.texi (Scanning Charsets):
5551         * numbers.texi (Comparison of Numbers):
5552         * windows.texi (Textual Scrolling, Vertical Scrolling):
5553         Fix various typos.
5555 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5557         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5558         conditional xref's to either emacs or emacs-xtra, depending on
5559         @iftex/@ifnottex.
5561         * minibuf.texi (Minibuffer History): Document add-to-history.
5563 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
5565         * internals.texi (Pure Storage): Mention the pure overflow message
5566         at startup.
5568 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
5570         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5571         (Searching Keymaps): Fix pseudo-Lisp description of keymap
5572         search.
5574 2006-05-01  Richard Stallman  <rms@gnu.org>
5576         * intro.texi (nil and t): Clarify.
5578         * variables.texi (File Local Variables): Suggest using booleanp.
5580 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
5582         * objects.texi (Type Predicates): Fix typos.
5584 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5586         * intro.texi (nil and t): Add booleanp.
5588         * objects.texi (Type Predicates): Add links for booleanp and
5589         string-or-null-p.
5591 2006-04-29  Richard Stallman  <rms@gnu.org>
5593         * modes.texi (Multiline Font Lock): Rename from
5594         Multi line Font Lock Elements.  Much clarification.
5595         (Font Lock Multiline, Region to Fontify): Much clarification.
5597 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * variables.texi (File Local Variables): Remove the special case t for
5600         safe-local-variable.
5602 2006-04-26  Richard Stallman  <rms@gnu.org>
5604         * syntax.texi (Parsing Expressions): Minor cleanup.
5606 2006-04-18  Richard Stallman  <rms@gnu.org>
5608         * tips.texi (Coding Conventions): Explain when the package's
5609         prefix should appear later on (not at the start of the name).
5611         * searching.texi (String Search): Clarify effect of NOERROR.
5613         * modes.texi (Imenu): Clarify what special items do.
5615         * hooks.texi (Standard Hooks): Delete text about old hook names.
5617 2006-04-17  Romain Francoise  <romain@orebokech.com>
5619         * variables.texi (Local Variables): Update the default value of
5620         `max-specpdl-size'.
5622 2006-04-15  Michael Olson  <mwolson@gnu.org>
5624         * processes.texi (Transaction Queues): Mention the new optional
5625         `delay-question' argument for `tq-enqueue'.
5627 2006-04-13  Bill Wohler  <wohler@newt.com>
5629         * customize.texi (Common Keywords): Use dotted notation for
5630         :package-version value.  Specify its values.  Improve documentation
5631         for customize-package-emacs-version-alist.
5633 2006-04-12  Bill Wohler  <wohler@newt.com>
5635         * customize.texi (Common Keywords): Move description of
5636         customize-package-emacs-version-alist to @defvar.
5638 2006-04-10  Bill Wohler  <wohler@newt.com>
5640         * customize.texi (Common Keywords): Add :package-version.
5642 2006-04-10  Kim F. Storm  <storm@cua.dk>
5644         * text.texi (Buffer Contents): Add NOPROPS arg to
5645         filter-buffer-substring.
5647 2006-04-08  Kevin Ryde  <user42@zip.com.au>
5649         * os.texi (Command-Line Arguments): Update xref to emacs manual
5650         "Command Arguments" -> "Emacs Invocation", per change there.
5652 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
5654         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5655         be on one line to help makeinfo not render two spaces after the dot.
5657 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5659         * strings.texi (Predicates for Strings): Add string-or-null-p.
5661 2006-03-28  Kim F. Storm  <storm@cua.dk>
5663         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5664         remarks about systems that don't support fractional seconds.
5666 2006-03-25  Karl Berry  <karl@gnu.org>
5668         * elisp.texi: Use @copyright{} instead of (C), and do not indent
5669         the year list.
5671 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5673         * display.texi (Fringe Indicators): Fix typos.
5675 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5677         * tips.texi (Documentation Tips): One can now also write `program'
5678         in front of a quoted symbol in a docstring to prevent making a
5679         hyperlink.
5681 2006-03-19  Alan Mackenzie  <acm@muc.de>
5683         * text.texi (Special Properties): Clarify `fontified' property.
5685 2006-03-16  Richard Stallman  <rms@gnu.org>
5687         * display.texi (Defining Images): Minor cleanup.
5689 2006-03-16  Bill Wohler  <wohler@newt.com>
5691         * display.texi (Defining Images): In image-load-path-for-library,
5692         prefer user's images.
5694 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5698 2006-03-15  Bill Wohler  <wohler@newt.com>
5700         * display.texi (Defining Images): Fix example in
5701         image-load-path-for-library by not recommending that one binds
5702         image-load-path.  Just defvar it to placate compiler and only use
5703         it if previously defined.
5705 2006-03-14  Bill Wohler  <wohler@newt.com>
5707         * display.texi (Defining Images): In image-load-path-for-library,
5708         always return list of directories.  Update example.
5710 2006-03-14  Alan Mackenzie  <acm@muc.de>
5712         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5713         This describes font-lock-extend-region-function.
5714         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5715         the new node "Region to Fontify".
5717 2006-03-13  Richard Stallman  <rms@gnu.org>
5719         * display.texi (Invisible Text): The impossible position is
5720         now before the invisible text, not after.
5721         (Defining Images): Clean up last change.
5723 2006-03-11  Bill Wohler  <wohler@newt.com>
5725         * display.texi (Defining Images): Add image-load-path-for-library.
5727 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5729         * text.texi (Adaptive Fill): Fix Texinfo usage.
5731         * strings.texi (Creating Strings): Fix Texinfo usage.
5733         * searching.texi (Regexp Special): Use @samp for regular
5734         expressions that are not in Lisp syntax.
5736 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5738         * searching.texi (Regexp Special): Put remark between parentheses
5739         to avoid misreading.
5741 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
5743         * searching.texi (Syntax of Regexps): More accurately describe
5744         which characters are special in which situations.
5745         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5746         are not special.  Describe in detail when `[' and `]' are special.
5747         (Regexp Backslash): Plenty of regexps with unbalanced square
5748         brackets are valid, so reword that statement.
5750 2006-03-02  Kim F. Storm  <storm@cua.dk>
5752         * keymaps.texi (Tool Bar): Add tool-bar-border.
5754 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
5756         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
5758 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5760         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5762         * files.texi (Locating Files): Suggest additional values for the
5763         SUFFIXES arg of `locate-file'.  Update pxref.
5765         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5766         (How Programs Do Loading): Discuss the effects of Auto Compression
5767         mode on `load'.
5768         (Load Suffixes): New node.
5769         (Library Search): Delete description of `load-suffixes'; it was
5770         moved to "Load Suffixes".
5771         (Autoload, Named Features): Mention `load-suffixes'.
5773 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5775         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5777         * windows.texi (Window Tree): Fix typo.
5779 2006-02-20  Kim F. Storm  <storm@cua.dk>
5781         * display.texi (Fringe Indicators): New section.
5782         Move indicate-empty-lines, indicate-buffer-boundaries, and
5783         default-indicate-buffer-boundaries here.
5784         Add fringe-indicator-alist and default-fringes-indicator-alist.
5785         Add list of logical fringe indicator symbols.
5786         Update list of standard bitmap names.
5787         (Fringe Cursors): New section.
5788         Move overflow-newline-into-fringe here.
5789         Add fringe-cursor-alist and default-fringes-cursor-alist.
5790         Add list of fringe cursor symbols.
5792 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5794         * commands.texi (Using Interactive): Fix reference to node
5795         "Minibuffers".
5797 2006-02-19  Richard M. Stallman  <rms@gnu.org>
5799         * minibuf.texi (High-Level Completion):
5800         Add xref to read-input-method-name.
5802         * files.texi (Relative File Names): Move file-relative-name here.
5803         (File Name Expansion): From here.  Minor clarifications.
5805         * commands.texi (Using Interactive): Add xrefs about reading input.
5806         Clarify remarks about that moving point and mark.
5807         Put string case before list case.
5809 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
5811         * display.texi (Other Display Specs, Image Descriptors):
5812         Revert erroneous changes.  The previous description of
5813         image-descriptors as `(image . PROPS)' was correct.
5815 2006-02-14  Richard M. Stallman  <rms@gnu.org>
5817         * variables.texi (File Local Variables): Clarifications.
5819 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5821         * variables.texi (File Local Variables): Use @code for a cons
5822         cell, not @var.
5824 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5826         * variables.texi (File Local Variables): Document new file local
5827         variable behavior.
5829 2006-02-10  Kim F. Storm  <storm@cua.dk>
5831         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5833 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
5835         * modes.texi (%-Constructs): Remove obsolete info about
5836         `global-mode-string'.
5838 2006-02-07  Richard M. Stallman  <rms@gnu.org>
5840         * commands.texi (Prefix Command Arguments): Minor cleanup.
5842         * display.texi: "Graphical display", not window system.
5844         * functions.texi (What Is a Function): Fix xref.
5846         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5847         (Changing Key Bindings): Clarify when remapping is better than
5848         substitute-key-definition.
5850 2006-02-02  Richard M. Stallman  <rms@gnu.org>
5852         * minibuf.texi (Basic Completion): Completion alists are risky.
5854         * keymaps.texi (Active Keymaps): Clarifications.
5855         (Searching Keymaps): New node.
5856         (Keymaps): Update menu.
5858         * frames.texi (Layout Parameters): Minor clarification.
5859         (Drag and Drop): New node.
5860         (Frames): Update menu.
5862 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
5864         * display.texi (Other Display Specs, Image Descriptors):
5865         Image description is a list, not a cons cell.
5867 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
5869         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5870         list is not necessarily a list).
5872 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5874         * frames.texi (Layout Parameters): border-width and
5875         internal-border-width belong to the frame, not the window.
5877 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5879         * nonascii.texi (Translation of Characters): Search cmds use
5880         translation-table-for-input.  Automatically made local.
5882         * markers.texi (Overview of Markers): Count insertion type
5883         as one of a marker's attributes.
5885         * keymaps.texi (Controlling Active Maps): New node, split out of
5886         Active Keymaps.
5887         (Keymaps): Menu updated.
5888         (Active Keymaps): Give pseudocode to explain how the active
5889         maps are searched.  current-active-maps and key-binding moved here.
5890         (Functions for Key Lookup): current-active-maps and key-binding moved.
5891         Clarifications.
5892         (Searching the Keymaps): New subnode.
5894         * elisp.texi (Top): Menu clarification.
5896         * display.texi (Other Display Specs): Delete duplicate entry for
5897         just a string as display spec.  Move text about recursive display
5898         specs on such a string.
5900         * commands.texi (Key Sequence Input): Clarify.
5901         Move num-nonmacro-input-events out.
5902         (Reading One Event): num-nonmacro-input-events moved here.
5904 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
5906         * advice.texi (Simple Advice): Update example to fit argument
5907         change in previous-line.
5909 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5911         * markers.texi (The Mark): Fix in `mark'.
5913 2006-01-04  Richard M. Stallman  <rms@gnu.org>
5915         * processes.texi (Misc Network, Make Network): Minor cleanups.
5917 2006-01-04  Kim F. Storm  <storm@cua.dk>
5919         * processes.texi (Make Network): Add IPv6 addresses and handling.
5920         (Network Feature Testing): Mention (:family ipv6).
5921         (Misc Network): Add IPv6 formats to format-network-address.
5923 2005-12-30  Richard M. Stallman  <rms@gnu.org>
5925         * text.texi (Changing Properties):
5926         Don't use return value of set-text-properties.
5928 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5930         * modes.texi (Mode Line Format): Correct typo in menu.
5932 2005-12-29  Richard M. Stallman  <rms@gnu.org>
5934         * modes.texi (Mode Line Top): New node.
5935         (Mode Line Data): Some text moved to new node.
5936         Explain the data structure more concretely.
5937         (Mode Line Basics): Clarifications.
5938         (Mode Line Variables): Clarify intro paragraph.
5939         (%-Constructs): Clarify intro paragraph.
5940         (Mode Line Format): Update menu.
5942 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5944         * minibuf.texi (Basic Completion): Update lazy-completion-table
5945         examples for removal of ARGS argument.
5947 2005-12-23  Richard M. Stallman  <rms@gnu.org>
5949         * text.texi (Undo): Restore some explanation from the version
5950         that was deleted.
5952 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5954         * text.texi (Undo): Remove duplicate descriptions of `apply
5955         funname' and `apply delta' elements of the undo list.
5957 2005-12-20  Richard M. Stallman  <rms@gnu.org>
5959         * help.texi (Help Functions): Update documentation of `apropos'.
5961 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
5963         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5964         because it is confusing.  If the :help-echo keyword is a function,
5965         it is not directly used as the :help-echo overlay property, as the
5966         xref seems to suggest (it does not take the appropriate args).
5968 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
5970         * customize.texi (Common Keywords): Fix Texinfo usage.
5971         (Group Definitions, Variable Definitions): Update for new
5972         conventions for using `*' in docstrings.
5974         * tips.texi (Documentation Tips): Update for new conventions for
5975         using `*' in docstrings.
5977 2005-12-16  Richard M. Stallman  <rms@gnu.org>
5979         * minibuf.texi (Minibuffer Contents): Minor cleanup.
5981 2005-12-16  Juri Linkov  <juri@jurta.org>
5983         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5985 2005-12-14  Romain Francoise  <romain@orebokech.com>
5987         * modes.texi (Customizing Keywords): Rename `append' to `how'.
5988         Fix typo.
5990 2005-12-11  Juri Linkov  <juri@jurta.org>
5992         * minibuf.texi (Completion Commands): Add mention of read-file-name
5993         for filename completion keymaps.
5994         (Reading File Names): Add mention of filename completion keymaps
5995         for read-file-name and xref to `Completion Commands'.
5997 2005-12-10  Richard M. Stallman  <rms@gnu.org>
5999         * customize.texi (Common Keywords): State caveats for use of :tag.
6001 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6003         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6004         with xrefs and better explanation.
6005         (Completion Commands): Add the filename completion maps.
6007         * objects.texi (Character Type): Clarify that \s is not space
6008         if a dash follows.
6010 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6012         * windows.texi (Resizing Windows): Delete preserve-before args.
6014 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6017         in full keymaps, since the quirk has been fixed.
6019 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6021         * hooks.texi (Standard Hooks): Add index entries.
6022         Mention `compilation-finish-functions'.
6024 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6026         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6028 2005-11-21  Juri Linkov  <juri@jurta.org>
6030         * customize.texi (Common Keywords): Update links types
6031         custom-manual and url-link.  Add link types emacs-library-link,
6032         file-link, function-link, variable-link, custom-group-link.
6034 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6036         * display.texi: Revert 2005-11-20 change.
6038 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6040         * processes.texi (Bindat Functions):
6041         Say "third" to refer to zero-based index "2".
6043 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6045         * loading.texi (Library Search): Update the default value of
6046         `load-suffixes'.
6048 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6050         * display.texi (Attribute Functions): Mention :ignore-defface.
6052 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6055         (Minor Mode Conventions): Mention the use of a hook.
6057 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6059         * files.texi (Magic File Names): find-file-name-handler checks the
6060         `operations' property of the handler.
6062 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6064         * variables.texi (Frame-Local Variables): Small clarification.
6066 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6068         * os.texi (Init File): Document ~/.emacs.d/init.el.
6070 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6072         * internals.texi (Garbage Collection): Document memory-full.
6074 2005-10-28  Bill Wohler  <wohler@newt.com>
6076         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6077         for URLs.
6079 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6081         * minibuf.texi (Completion Commands): Clean up prev change.
6083 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6085         * compile.texi (Eval During Compile): Explain recommended uses
6086         of eval-when-compile and eval-and-compile.
6088 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6090         * minibuf.texi (Completion Commands):
6091         Write about new optional argument for `display-completion-list'.
6093 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6095         * display.texi (Overlay Arrow): Clarify about local bindings of
6096         overlay-arrow-position.
6098 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6100         * internals.texi (Building Emacs): Fix last change.
6102 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6104         * internals.texi (Building Emacs): Document eval-at-startup.
6106 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6108         * loading.texi (Where Defined): load-history contains abs file names.
6109         symbol-file returns abs file names.
6111 2005-10-19  Kim F. Storm  <storm@cua.dk>
6113         * display.texi (Showing Images): Add max-image-size integer value.
6115 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6117         * display.texi (Showing Images): Document max-image-size.
6119 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6121         * commands.texi (Quitting): Minor clarification.
6123         * processes.texi (Sentinels): Clarify about output and quitting.
6124         (Filter Functions): Mention with-local-quit.
6126 2005-10-17  Juri Linkov  <juri@jurta.org>
6128         * buffers.texi (Current Buffer):
6129         * commands.texi (Event Input Misc):
6130         * compile.texi (Eval During Compile, Compiler Errors):
6131         * customize.texi (Group Definitions):
6132         * display.texi (Progress, Defining Faces):
6133         * files.texi (Writing to Files):
6134         * modes.texi (Mode Hooks, Defining Minor Modes):
6135         * streams.texi (Output Functions):
6136         * syntax.texi (Syntax Table Functions):
6137         * text.texi (Change Hooks):
6138         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6140         * commands.texi (Quitting): Replace arg `forms' with `body' in
6141         `with-local-quit'.
6143         * positions.texi (Excursions): Replace arg `forms' with `body' in
6144         `save-excursion'.
6146 2005-10-08  Kim F. Storm  <storm@cua.dk>
6148         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6149         Rename manual section accordingly.
6151 2005-10-04  Kim F. Storm  <storm@cua.dk>
6153         * windows.texi (Window Split Tree): New section describing
6154         new function window-split-tree function.
6156 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6158         * display.texi (Fringe Size/Pos): Simplify and add detail.
6160 2005-09-30  Romain Francoise  <romain@orebokech.com>
6162         * minibuf.texi (High-Level Completion): Explain that the prompt
6163         given to `read-buffer' should end with a colon and a space.
6164         Update usage examples.
6166 2005-09-29  Juri Linkov  <juri@jurta.org>
6168         * display.texi (Displaying Messages): Rename argument name
6169         `string' to `format-string' in functions `message', `message-box',
6170         `message-or-box'.
6172 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6174         * errors.texi (Standard Errors): Correct xrefs.
6176 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6178         * display.texi (Defining Images): Update documentation for
6179         `image-load-path'.
6181 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6183         * display.texi (Defining Images): Clean up previous change.
6185 2005-09-16  Romain Francoise  <romain@orebokech.com>
6187         * elisp.texi: Specify GFDL version 1.2.
6189         * doclicense.texi (GNU Free Documentation License): Update to
6190         version 1.2.
6192 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6194         * display.texi (Defining Images): Document `image-load-path'.
6196 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6198         * objects.texi (Printed Representation): Minor cleanup.
6199         (Box Diagrams): Minor fix.
6200         (Cons Cell Type): Move (...) index item here.
6201         (Box Diagrams): From here.
6202         (Array Type): Minor fix.
6203         (Type Predicates): Delete index "predicates".
6204         (Hash Table Type): Clarify xref.
6205         (Dotted Pair Notation): Minor fix.
6207 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6209         * files.texi (Saving Buffers): Fix typo.
6211 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6213         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6215 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6217         * locals.texi (Standard Buffer-Local Variables): Don't include
6218         mode variables for minor modes.
6219         Fix xrefs for buffer-display-count, buffer-display-table,
6220         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6221         enable-multibyte-characters, fill-column, header-line-format,
6222         left-fringe-width, left-margin, and right-fringe-width.
6224         * hooks.texi (Standard Hooks): All hooks should conform to the
6225         standard naming convention now.
6226         Fix xref for `echo-area-clear-hook'.
6228         * display.texi (Usual Display): Note that indicate-empty-lines and
6229         tab-width are buffer-local.
6231         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6233         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6235         * nonascii.texi (Encoding and I/O): Note that
6236         buffer-file-coding-system is buffer-local.
6238         * positions.texi (List Motion): Note that defun-prompt-regexp is
6239         buffer-local.
6241         * text.texi (Auto Filling): Note that auto-fill-function is
6242         buffer-local.
6243         (Undo): Note that buffer-undo-list is buffer-local.
6245         * windows.texi (Buffers and Windows):
6246         Document buffer-display-count.
6248 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6250         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6251         package prefix elsewhere than at the start of the name.
6253 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6255         * tips.texi (Programming Tips): Add conventions for minibuffer
6256         questions and prompts.
6258 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6260         * intro.texi (nil and t): Minor cleanup.
6261         Delete spurious mention of keyword symbols.
6262         (Evaluation Notation): Add index entry.
6263         (A Sample Function Description): Minor cleanup.
6264         (A Sample Variable Description): Not all vars can be set.
6266 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6268         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6270         (Insertion): Document precise type of `insert-char' arg COUNT.
6272 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6274         * modes.texi (Other Font Lock Variables): Sync the default of
6275         font-lock-lines-before.
6277 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6279         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6281 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6283         * elisp.texi (Top): Update subnode menu.
6285         * searching.texi (Searching and Matching): Move node.
6286         Rearrange contents and add overall explanation.
6287         (Searching and Case): Move node.
6288         (Searching and Matching): Update menu.
6290 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6292         * os.texi (Startup Summary): Fix the description of the initial
6293         startup message display.
6295 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6297         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6299 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6301         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6302         `next-overlay-change' example.
6304 2005-08-22  Juri Linkov  <juri@jurta.org>
6306         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6307         Fix invert-face.  Fix args of face-background.
6309         * display.texi (Standard Faces): Delete node.
6310         (Faces): Add xref to `(emacs)Standard Faces'.
6311         (Displaying Faces): Fix xref to `Standard Faces'.
6313         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6315 2005-08-20  Alan Mackenzie  <acm@muc.de>
6317         * buffers.texi (The Buffer List): Clarify the manipulation of the
6318         buffer list.
6320 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6322         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6323         a regexp.
6325 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6327         * elisp.texi (Top): Update subnode lists.
6329         * display.texi (Inverse Video): Node deleted.
6331         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6332         New nodes split out of Coding Conventions.
6334         * searching.texi (Regular Expressions): Document re-builder.
6336         * os.texi (Time Parsing): New node split out of Time Conversion.
6338         * processes.texi (Misc Network, Network Feature Testing)
6339         (Network Options, Make Network): New nodes split out of
6340         Low-Level Network.
6342 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6344         * frames.texi (Geometry): New node, split from Size and Position.
6345         (Frame Parameters): Refer to Geometry.
6347         * buffers.texi (The Buffer List): Fix xrefs.
6349         * windows.texi (Splitting Windows): Fix xref.
6351         * frames.texi (Layout Parameters): Add xref.
6353         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6355         * keymaps.texi (Menu Bar): Fix xref.
6357         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6359         * modes.texi (%-Constructs): Fix xref.
6361         * frames.texi (Window Frame Parameters): Node split up.
6362         (Basic Parameters, Position Parameters, Size Parameters)
6363         (Layout Parameters, Buffer Parameters, Management Parameters)
6364         (Cursor Parameters, Color Parameters): New subnodes.
6366 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6368         * positions.texi (Screen Lines): Update xref for previous change
6369         in minibuf.texi.
6371         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6372         change in minibuf.texi.
6374 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6376         * tips.texi (Coding Conventions): Minor cleanup.
6378         * modes.texi (Defining Minor Modes): Explain when init-value
6379         can be non-nil.
6381         * elisp.texi (Top): Update submenu for Minibuffer.
6383         * minibuf.texi (Minibuffer Misc): Node split up.
6384         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6385         (Recursive Mini): New nodes split out from Minibuffer Misc.
6386         (Minibuffer Misc): Document max-mini-window-height.
6388         * hash.texi (Defining Hash): Delete stray paren in example.
6390         * display.texi (Echo Area Customization): Don't define
6391         max-mini-window-height here; xref instead.
6393         * commands.texi (Event Input Misc): Update while-no-input.
6395         * advice.texi (Advising Functions): Explain when to use advice
6396         and when to use a hook.
6398 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6400         * makefile.w32-in (info): Don't run install-info.
6401         ($(infodir)/dir): New target, produced by running install-info.
6403 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6405         * modes.texi (Defining Minor Modes): The keyword for the initial
6406         value is :init-value, not :initial-value.
6408 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6410         * loading.texi (Autoload): Make the `doctor' example be consistent
6411         with what's in current loaddefs.el.  Describe the "fn" magic in
6412         the usage portion of the doc string.
6414 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6416         * internals.texi (Garbage Collection): Clarify previous change.
6418 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6422 2005-07-18  Juri Linkov  <juri@jurta.org>
6424         * commands.texi (Accessing Events):
6425         * frames.texi (Text Terminal Colors, Resources):
6426         * markers.texi (The Mark):
6427         * modes.texi (Defining Minor Modes):
6428         Delete duplicate duplicate words.
6430 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6432         * display.texi (Managing Overlays): Clarify make-overlay
6433         args for insertion types.
6435 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6437         * customize.texi (Variable Definitions):
6438         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6439         `standard-value' is a list too.
6440         (Defining New Types): Use @key{RET} instead of @key{ret}.
6442 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6444         * os.texi (Translating Input): Fix typo.
6446 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6448         * README: Update edition number and size estimate.
6450         * elisp.texi (VERSION): Set to 2.9.
6452 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6454         * book-spine.texinfo: Update Emacs version.
6456         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6458 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6460         * searching.texi (Regexp Search): Clarify what re-search-forward
6461         does when the search fails.
6463 2005-07-05  Lute Kamstra  <lute@gnu.org>
6465         * Update FSF's address in GPL notices.
6467         * doclicense.texi (GNU Free Documentation License):
6468         * gpl.texi (GPL):
6469         * tips.texi (Coding Conventions, Library Headers):
6470         * vol1.texi:
6471         * vol2.texi: Update FSF's address.
6473 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6475         * hooks.texi (Standard Hooks): Add occur-hook.
6477 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6479         * display.texi (The Echo Area): Correct menu.
6481 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6483         * elisp.texi (Top): Update subnode menu for Display.
6485         * display.texi (Displaying Messages): New node, with most
6486         of what was in The Echo Area.
6487         (Progress): Move under The Echo Area.
6488         (Logging Messages): New node with new text.
6489         (Echo Area Customization): New node, the rest of what was
6490         in The Echo Area.  Document message-truncate-lines with @defvar.
6491         (Display): Update menu.
6493         * windows.texi (Textual Scrolling): Doc 3 values for
6494         scroll-preserve-screen-position.
6496         * text.texi (Special Properties): Change hook functions
6497         should bind inhibit-modification-hooks around altering buffer text.
6499         * keymaps.texi (Key Binding Commands): Call binding BINDING
6500         rather than DEFINITION.
6502 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6504         * variables.texi (Defining Variables): `user-variable-p' returns t
6505         for aliases of user options, nil for alias loops.
6507 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6509         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6510         make-keymap.
6512 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6514         * variables.texi (Setting Variables): Correct and clarify
6515         description of `add-to-ordered-list'.
6517 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6519         * display.texi (Faces): Minor cleanup.
6521 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6523         * display.texi (Faces): `facep' returns t for strings that are
6524         face names.
6526 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6528         * objects.texi (Equality Predicates): Clarify meaning of equal.
6530         * windows.texi (Selecting Windows): save-selected-window
6531         and with-selected-window save and restore the current buffer.
6533 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6535         * numbers.texi (Float Basics): Explain how to test for NaN,
6536         and printing the sign of NaNs.
6538 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6540         * makefile.w32-in (MAKEINFO): Use --force.
6542 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6544         * display.texi (Face Functions): Correct Texinfo usage.
6546 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6548         * lists.texi (Rings): `ring-elements' now returns the elements of
6549         RING in order.
6551 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6553         * markers.texi (The Mark): Texinfo usage fix.
6555 2005-06-23  Kim F. Storm  <storm@cua.dk>
6557         * searching.texi (Entire Match Data): Remove evaporate option for
6558         match-data.  Do not mention evaporate option for set-match-data.
6560 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6562         * display.texi (Face Functions): Mention face aliases.
6564 2005-06-21  Richard M. Stallman  <rms@gnu.org>
6566         * anti.texi (Antinews): Texinfo usage fix.
6568 2005-06-21  Karl Berry  <karl@gnu.org>
6570         * elisp.texi: Use @copying.
6572         * elisp.texi: Put @summarycontents and @contents before the Top
6573         node, instead of the end of the file, so that the contents appear
6574         in the right place in the dvi/pdf output.
6576 2005-06-21  Juri Linkov  <juri@jurta.org>
6578         * display.texi (Defining Faces): Add `customized-face'.
6580 2005-06-20  Kim F. Storm  <storm@cua.dk>
6582         * variables.texi (Setting Variables): Any type of element can be
6583         given order in add-to-ordered-list.  Compare elements with eq.
6585         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6587 2005-06-20  Karl Berry  <karl@gnu.org>
6589         * syntax.texi (Syntax Flags): Make last column very slightly wider
6590         to avoid "generic comment" breaking on two lines and causing an
6591         underfull box.
6593 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6595         * lists.texi (Rings): Various minor clarifications and corrections.
6597 2005-06-18  Richard M. Stallman  <rms@gnu.org>
6599         * functions.texi (Obsolete Functions): Simplify.
6601         * variables.texi (Variable Aliases): Simplify.
6603         * anti.texi, backups.texi, compile.texi, customization.texi:
6604         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6605         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6606         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6607         * variables.texi: Fix formatting ugliness.
6609         * elisp.texi: Add links to Rings and Byte Packing.
6610         Update version and copyright years.
6612         * minibuf.texi: Fix formatting ugliness.
6613         (Completion Commands): Move keymap vars to the end
6614         and vars completing-read binds to the top.
6616 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6618         * processes.texi: Fix typos.
6619         (Bindat Spec): Correct Texinfo error.
6620         (Byte Packing): Fix ungrammatical sentence.
6622 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
6624         * lists.texi (Rings): New node.
6625         (Lists): Add it to menu.
6627         * processes.texi (Byte Packing): New node.
6628         (Processes): Add it to menu.
6630 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6632         * syntax.texi (Parsing Expressions): Fix texinfo usage.
6634         * help.texi (Documentation Basics): Explain the xref to
6635         Documentation Tips.
6637         * debugging.texi (Debugger Commands): Minor fix.
6639 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
6641         * edebug.texi (Instrumenting): Eliminate duplicate link.
6642         (Specification List): Replace references to "below", referring to
6643         a later node, with one @ref to that node.
6645         * os.texi (Timers): Timers should save and restore the match data
6646         if they change it.
6648         * debugging.texi (Debugger Commands): Mention that the Lisp
6649         debugger can not step through primitive functions.
6651 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6653         * functions.texi (Obsolete Functions): Update argument names of
6654         `make-obsolete' and `define-obsolete-function-alias'.
6656         * variables.texi (Variable Aliases): Update argument names of
6657         `defvaralias', `make-obsolete-variable' and
6658         `define-obsolete-variable-alias'.
6660 2005-06-15  Kim F. Storm  <storm@cua.dk>
6662         * searching.texi (Entire Match Data): Rephrase warnings about
6663         evaporate arg to match-data and set-match-data.
6665 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6667         * elisp.texi (Top): Update detailed menu.
6669         * edebug.texi (Edebug): Update menu.
6670         (Instrumenting): Update xrefs.
6671         (Edebug Execution Modes): Correct xref.
6672         (Jumping): Clarify description of `h' command.
6673         Eliminate redundant @ref.
6674         (Breaks): New node.
6675         (Breakpoints): Is now a subsubsection.
6676         (Global Break Condition): Mention `C-x X X'.
6677         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
6678         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6679         (Edebug Display Update): Correct pxref.
6680         (Edebug and Macros): New node.
6681         (Instrumenting Macro Calls): Is now a subsubsection.
6682         Neither arg of `def-edebug-spec' is evaluated.
6683         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6684         (Specification Examples): Fix typo.
6686 2005-06-14  Lute Kamstra  <lute@gnu.org>
6688         * debugging.texi (Function Debugging): Primitives can break on
6689         entry too.
6691 2005-06-14  Kim F. Storm  <storm@cua.dk>
6693         * variables.texi (Setting Variables): Add add-to-ordered-list.
6695 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * syntax.texi (Parsing Expressions): Document aux functions and vars of
6698         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6700 2005-06-13  Lute Kamstra  <lute@gnu.org>
6702         * text.texi (Special Properties): Fix cross reference.
6704 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6706         * debugging.texi (Function Debugging): Delete mention of empty
6707         string argument to `cancel-debug-on-entry'.  Delete inaccurate
6708         description of the return value of that command.
6710 2005-06-11  Alan Mackenzie  <acm@muc.de>
6712         * text.texi (Adaptive Fill): Amplify the description of
6713         fill-context-prefix.
6715 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6717         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6719 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6721         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6723 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6725         * debugging.texi (Error Debugging): Minor rewording.
6726         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6727         is optional.
6729 2005-06-10  Lute Kamstra  <lute@gnu.org>
6731         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6732         (Top): Give it a title.  Correct version number.  Give the
6733         detailed node listing a more prominent header.
6734         * intro.texi: Don't set VERSION here a second time.
6735         Mention Emacs's version too.
6736         * anti.texi (Antinews): Use EMACSVER to refer to the current
6737         version of Emacs.
6739 2005-06-09  Kim F. Storm  <storm@cua.dk>
6741         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6742         match-data and set-match-data.
6744 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6746         * searching.texi (Entire Match Data): Clarify when match-data
6747         returns markers and when integers.
6749         * display.texi (Defining Faces): Explain that face name should not
6750         end in `-face'.
6752         * modes.texi (Mode Line Data): Minor cleanup.
6753         (Customizing Keywords): Node split out of Search-based Fontification.
6754         Add example of using font-lock-add-keywords from a hook.
6755         Clarify when MODE should be non-nil, and when nil.
6757 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6759         * modes.texi (Mode Line Data): Explain what happens when the car
6760         of a list is a void symbol.
6761         (Search-based Fontification): Explain MODE arg to
6762         font-lock-add-keywords and warn about calls from major modes.
6764 2005-06-08  Juri Linkov  <juri@jurta.org>
6766         * display.texi (Standard Faces): Add `shadow' face.
6768 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6770         * modes.texi (Major Mode Conventions): A derived mode only needs
6771         to put the call to the parent mode inside `delay-mode-hooks'.
6773 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6775         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6776         new, and what that implies.  Clarify.
6778         * files.texi (Locating Files): Clean up the text.
6780         * frames.texi (Window Frame Parameters): Document user-size.
6781         Shorten entry for top by referring to left.
6783 2005-05-26  Richard M. Stallman  <rms@gnu.org>
6785         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6786         is new, and what the implications are.  Other clarifications.
6788 2005-05-24  Richard M. Stallman  <rms@gnu.org>
6790         * frames.texi (Dialog Boxes): Minor fixes.
6792 2005-05-25  Masatake YAMATO  <jet@gyve.org>
6794         * display.texi (Standard Faces): Write about `mode-line-highlight'.
6796 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
6798         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6799         is optional.
6801 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6803         * frames.texi (Dialog Boxes): Describe new optional argument.
6805 2005-05-23  Lute Kamstra  <lute@gnu.org>
6807         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6808         syntax-begin-function over font-lock-beginning-of-syntax-function.
6810 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
6812         * minibuf.texi (Reading File Names): Update description of
6813         `read-directory-name'.
6815         * modes.texi (Derived Modes): Clarify :group keyword.
6817 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
6819         * files.texi (Locating Files): New subsection.
6820         Describe locate-file and executable-find.
6822 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6824         * frames.texi (Initial Parameters): Update cross reference to
6825         "Emacs Invocation".
6827 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
6829         * keymaps.texi (Active Keymaps): Add anchor.
6831         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6832         (Major Mode Conventions): Refer to `Auto Major Mode' in more
6833         appropriate place.
6834         (Derived Modes): Small clarifications.
6835         (Minor Mode Conventions, Keymaps and Minor Modes):
6836         Replace references to nodes with references to anchors.
6837         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6838         Clarify description of lists whose first element is an integer.
6839         (Mode Line Variables): Add anchor.
6840         (%-Constructs): Clarify description of integer after %.
6841         (Emulating Mode Line): Describe nil value for FACE.
6843 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
6845         * modes.texi (Derived Modes): Correct references to non-existing
6846         variable standard-syntax-table.
6848 2005-05-17  Lute Kamstra  <lute@gnu.org>
6850         * modes.texi (Defining Minor Modes): Mention the mode hook.
6852 2005-05-15  Kim F. Storm  <storm@cua.dk>
6854         * processes.texi (Network): Remove open-network-stream-nowait.
6855         (Network Servers): Remove open-network-stream-server.
6857 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
6859         * elisp.texi (Top): Update detailed menu.
6861         * variables.texi: Reorder nodes.
6862         (Variables): Update menu.
6863         (File Local Variables): Do not refer to the `-*-' line as
6864         a "local variables list".  Add pxref.
6866 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
6868         * elisp.texi (Top): Update detailed menu for node changes.
6870         * modes.texi (Modes): Update Menu.
6871         (Hooks): Move to beginning of chapter.
6872         Most minor modes run mode hooks too.
6873         `add-hook' can handle void hooks or hooks whose value is a single
6874         function.
6875         (Major Modes): Update Menu.
6876         (Major Mode Basics): New node, split off from `Major Modes'.
6877         (Major Mode Conventions): Correct xref.  Explain how to handle
6878         auto-mode-alist if the major mode command has an autoload cookie.
6879         (Auto Major Mode): Major update.  Add magic-mode-alist.
6880         (Derived Modes): Major update.
6881         (Mode Line Format): Update Menu.
6882         (Mode Line Basics): New node, split off from `Mode Line Format'.
6884         * loading.texi (Autoload): Mention `autoload cookie' as synonym
6885         for `magic autoload comment'.  Add index entries and anchor.
6887 2005-05-14  Richard M. Stallman  <rms@gnu.org>
6889         * tips.texi (Coding Conventions): Explain how important it is
6890         that just loading certain files not change Emacs behavior.
6892         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6894 2005-05-12  Lute Kamstra  <lute@gnu.org>
6896         * modes.texi (Generic Modes): Update.
6897         (Major Modes): Refer to node "Generic Modes".
6899         * elisp.texi (Top): Update to the current structure of the manual.
6900         * processes.texi (Processes): Add menu description.
6901         * customize.texi (Customization): Add menu descriptions.
6903 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6905         * processes.texi (Signals to Processes)
6906         (Low-Level Network): Fix typos.
6908 2005-05-11  Lute Kamstra  <lute@gnu.org>
6910         * elisp.texi (Top): Add some nodes from the chapter "Major and
6911         Minor Modes" to the detailed node listing.
6913 2005-05-10  Richard M. Stallman  <rms@gnu.org>
6915         * keymaps.texi (Extended Menu Items): Menu item filter functions
6916         can be called at any time.
6918 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
6920         * variables.texi (File Local Variables): `(hack-local-variables t)'
6921         now also checks whether a mode is specified in the local variables
6922         list.
6924 2005-05-05  Kevin Ryde  <user42@zip.com.au>
6926         * display.texi (The Echo Area): Correct format function cross
6927         reference.
6929 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
6931         * variables.texi (Variable Aliases): Change description of
6932         `define-obsolete-variable-alias'.
6934         * functions.texi (Functions): Add "Obsolete Functions" to menu.
6935         (Defining Functions): Add xref.
6936         (Obsolete Functions): New node.
6937         (Function Safety): Standardize capitalization of section title.
6939         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6940         (Dialog Boxes): Complete description of `x-popup-dialog'.
6942 2005-05-04  Richard M. Stallman  <rms@gnu.org>
6944         * commands.texi (Interactive Codes): Fix Texinfo usage.
6945         Document U more clearly.
6947 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6949         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6950         function and not a macro.
6952         * frames.texi (Pop-Up Menus): Correct and clarify description of
6953         `x-popup-menu'.
6954         (Dialog Boxes): Clarify description of `x-popup-dialog'.
6956 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6958         * edebug.texi (Checking Whether to Stop): Fix previous change.
6960 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6962         * display.texi: Fix typos and Texinfo usage.
6964         * edebug.texi (Checking Whether to Stop): executing-macro ->
6965         executing-kbd-macro.
6967 2005-05-01  Richard M. Stallman  <rms@gnu.org>
6969         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6971 2005-04-30  Richard M. Stallman  <rms@gnu.org>
6973         * files.texi (Magic File Names): Document `operations' property.
6975 2005-04-29  Lute Kamstra  <lute@gnu.org>
6977         * modes.texi (Generic Modes): New node.
6978         (Major Modes): Add it to the menu.
6979         (Derived Modes): Add "derived mode" to concept index.
6981 2005-04-28  Lute Kamstra  <lute@gnu.org>
6983         * modes.texi (Defining Minor Modes): Fix previous change.
6984         (Font Lock Mode): Simplify.
6985         (Font Lock Basics): Say that font-lock-defaults is buffer-local
6986         when set and that some parts are optional.  Add cross references.
6987         (Search-based Fontification): Say how to specify font-lock-keywords.
6988         Add cross references.  Add font-lock-multiline to index.
6989         Move font-lock-keywords-case-fold-search here from node "Other Font
6990         Lock Variables".  Document font-lock-add-keywords and
6991         font-lock-remove-keywords.
6992         (Other Font Lock Variables): Move font-lock-keywords-only,
6993         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6994         and font-lock-syntactic-face-function to node "Syntactic Font
6995         Lock".  Move font-lock-keywords-case-fold-search to node
6996         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
6997         and font-lock-{,un}fontify-{buffer,region}-function.
6998         (Precalculated Fontification): Remove reference to deleted variable
6999         font-lock-core-only.
7000         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7001         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7002         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7003         and font-lock-syntactic-face-function here from node "Other Font
7004         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7005         Syntax Properties".  Add cross references.
7006         (Setting Syntax Properties): New node.
7007         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7008         * syntax.texi (Syntax Properties): Add cross reference.
7009         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7011 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7013         * display.texi (Defining Faces):
7014         Document `default' elements of defface spec.
7016         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7018         * variables.texi (Variable Aliases): Clarify text.
7020 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7022         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7024 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7026         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7028 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7030         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7031         syntax-after and syntax-class.
7033         * files.texi (Changing Files): Fix last change's cross-reference.
7034         (Unique File Names): Don't mention "numbers" in the documentation
7035         of make-temp-file and make-temp-name.
7037 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7039         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7041 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7043         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7045 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7047         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7048         and define-obsolete-variable-alias.
7050 2005-04-22  Kim F. Storm  <storm@cua.dk>
7052         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7053         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7055 2005-04-21  Lute Kamstra  <lute@gnu.org>
7057         * lists.texi (Association Lists): Document rassq-delete-all.
7059 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7061         * modes.texi (Search-based Fontification): Explain that
7062         facespec is an expression to be evaluated.
7064 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7066         * streams.texi (Output Functions): Fix xref.
7067         * strings.texi (String Conversion): Fix xref.
7069 2005-04-19  Kim F. Storm  <storm@cua.dk>
7071         * symbols.texi (Symbol Plists): Add safe-get.
7072         Mention that `get' may signal an error.
7074 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7076         * customize.texi (Variable Definitions): Replace tooltip-mode
7077         example with save-place.
7079 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7081         * buffers.texi (Indirect Buffers): Clarify.
7083         * positions.texi (Positions): Clarify converting marker to integer.
7085         * strings.texi (String Basics): Mention string-match; clarify.
7087 2005-04-08  Lute Kamstra  <lute@gnu.org>
7089         * modes.texi (Search-based Fontification): Fix cross references.
7090         Use consistent terminology.  Document anchored highlighting.
7092 2005-04-05  Lute Kamstra  <lute@gnu.org>
7094         * modes.texi (Defining Minor Modes): Document :group keyword
7095         argument and its default value.
7097 2005-04-03  Lute Kamstra  <lute@gnu.org>
7099         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7100         references and/or descriptions.  Delete major mode hooks; mention
7101         them as a category instead.  Rename or delete obsolete hooks.
7103 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7105         * nonascii.texi (Coding System Basics): Another wording cleanup.
7107 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7109         * nonascii.texi (Coding System Basics): Clarify previous change.
7111 2005-04-01  Kenichi Handa  <handa@m17n.org>
7113         * nonascii.texi (Coding System Basics): Describe about roundtrip
7114         identity of coding systems.
7116 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7118         * text.texi (Buffer Contents): Add filter-buffer-substring and
7119         buffer-substring-filters.
7121 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7123         * anti.texi (Antinews): Mention `G' interactive code.
7125         * tips.texi (Compilation Tips): Mention benchmark.el.
7127 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7129         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7130         is now bound to M-o M-o.
7132         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7134 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7136         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7137         in the Emacs Manual).
7138         * Makefile.in (srcs): Remove calendar.texi.
7139         * makefile.w32-in (srcs): Remove calendar.texi.
7140         * display.texi (Display): Change name of next node.
7141         * os.texi (System In): Change name of previous node.
7142         * elisp.texi (Top): Remove Calendar references.
7143         * vol1.texi (Top): Remove Calendar references.
7144         * vol2.texi (Top): Remove Calendar references.
7146 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7148         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7149         Cleanup previous change.
7151 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7153         * display.texi (Face Attributes): Faces earlier in an :inherit
7154         list take precedence.
7155         (Scroll Bars): Fix description of vertical-scroll-bars.
7156         Document frame-current-scroll-bars and window-current-scroll-bars.
7158         * markers.texi (The Mark): Document temporary Transient Mark mode.
7160         * minibuf.texi (Reading File Names):
7161         Document read-file-name-completion-ignore-case.
7163         * positions.texi (Screen Lines): Document nil for width argument
7164         to compute-motion.
7166 2005-03-23  Kim F. Storm  <storm@cua.dk>
7168         * display.texi (Standard Faces): Other faces used in the fringe
7169         implicitly inherits from the fringe face.
7170         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7171         properties implicitly inherits from fringe face.
7172         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7174 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7176         * display.texi (Invisible Text): State default value of
7177         line-move-ignore-invisible.
7178         (Managing Overlays): Document remove-overlays.
7179         (Standard Faces): Document escape-glyph face.
7181         * minibuf.texi (Reading File Names): Document read-file-name-function.
7183         * modes.texi (Other Font Lock Variables):
7184         Document font-lock-lines-before.
7186         * positions.texi (Skipping Characters): skip-chars-forward allows
7187         character classes.
7189 2005-03-18  Lute Kamstra  <lute@gnu.org>
7191         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7193 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7195         * text.texi (Undo): Document extensible undo entries.
7197         * searching.texi (String Search, Regexp Search): Cleanups.
7199         * nonascii.texi (Character Codes): Minor fix.
7201         * display.texi (Display Property): Explain the significance
7202         of having text properties that are eq.
7203         (Other Display Specs): Explain string as display spec.
7205         * commands.texi (Interactive Codes): Document G option.
7207 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7209         * text.texi (Filling): Add sentence-end-without-period and
7210         sentence-end-without-space.
7211         (Changing Properties): Minor fix.
7213         * anti.texi: Total rewrite.
7215 2005-03-15  Lute Kamstra  <lute@gnu.org>
7217         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7219 2005-03-08  Kim F. Storm  <storm@cua.dk>
7221         * display.texi (Specified Space): Property :width is support on
7222         non-graphic terminals, :height is not.
7224 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7226         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7227         Now subnodes of Fringes.
7228         (Overlay Arrow): Document overlay-arrow-variable-list.
7229         (Fringe Size/Pos): New node, broken out of Fringes.
7230         (Display): Explain clearing vs redisplay better.
7231         (Truncation): Clarify use of bitmaps.
7232         (The Echo Area): Clarify the uses of the echo area.
7233         Add max-mini-window-height.
7234         (Progress): Clarify.
7235         (Invisible Text): Explain that main loop moves point out.
7236         (Selective Display): Say "hidden", not "invisible".
7237         (Managing Overlays): Move up.  Describe relation to Undo here.
7238         (Overlay Properties): Clarify intro.
7239         (Finding Overlays): Explain return values when nothing found.
7240         (Width): truncate-string-to-width has added arg.
7241         (Displaying Faces): Clarify and update mode line face handling.
7242         (Face Functions): Minor cleanup.
7243         (Conditional Display): Merge into Other Display Specs.
7244         (Pixel Specification, Other Display Specs): Minor cleanups.
7245         (Images, Image Descriptors): Minor cleanups.
7246         (GIF Images): Patents have expired.
7247         (Showing Images): Explain default text for insert-image.
7248         (Manipulating Button Types): Merge into Manipulating Buttons.
7249         (Making Buttons): Explain return values.
7250         (Button Buffer Commands): Add xref.
7251         (Inverse Video): Update mode-line-inverse-video.
7252         (Display Table Format): Clarify.
7253         (Active Display Table): Give defaults for window-display-table.
7255         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7256         and calendar-today-marker are strings, not chars.
7257         (Holiday Customizing): Minor fix.
7259         * internals.texi (Writing Emacs Primitives): Update `or' example.
7260         Update limit on # args of subr.
7262         * edebug.texi (Using Edebug): Arrow is in fringe.
7263         (Instrumenting): Arg to eval-defun works without loading edebug.
7264         (Edebug Execution Modes): Add xref.
7266         * customize.texi (Common Keywords): Clarify :require.
7267         Mention :version here.
7268         (Variable Definitions, Group Definitions): Not here.
7269         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7271 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7272         * nonascii.texi (Text Representations): Clarify position-bytes.
7273         (Character Sets): Add list-charset-chars.
7274         (Scanning Charsets): Add charset-after.
7275         (Encoding and I/O): Minor fix.
7277 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7279         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7280         (Resizing Windows): Likewise.
7282         * text.texi (Change Hooks): Get rid of "Emacs 21".
7284         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7286         * streams.texi (Output Variables): Get rid of "Emacs 21".
7288         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7290         * os.texi (Translating Input): Replace flow-control example
7291         with a less obsolete example that uses `keyboard-translate'.
7293         * objects.texi (Hash Table Type, Circular Objects):
7294         Get rid of "Emacs 21".
7296         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7297         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7299         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7301         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7303         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7304         (Menu Bar): Fix when menu-bar-update-hook is called.
7306         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7308         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7309         and make it read better.
7311         * files.texi (Writing to Files): Get rid of "Emacs 21".
7312         (Unique File Names): Likewise.
7314         * elisp.texi: Update Emacs version to 22.
7316         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7317         (Overlay Properties, Face Attributes): Likewise.
7318         (Managing Overlays): Fix punctuation.
7319         (Attribute Functions): Clarify set-face-font; get rid of
7320         info about old Emacs versions.
7321         (Auto Faces, Font Lookup, Display Property, Images):
7322         Get rid of "Emacs 21".
7324         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7326 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7328         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7330 2005-03-04  Lute Kamstra  <lute@gnu.org>
7332         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7334 2005-03-03  Lute Kamstra  <lute@gnu.org>
7336         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7338 2005-03-01  Lute Kamstra  <lute@gnu.org>
7340         * debugging.texi (Debugger Commands): Update `j'.
7342 2005-02-28  Lute Kamstra  <lute@gnu.org>
7344         * debugging.texi (Debugging): Fix typo.
7345         (Error Debugging): Document eval-expression-debug-on-error.
7346         (Function Debugging): Update example.
7347         (Using Debugger): Mention starred stack frames.
7348         (Debugger Commands): Document `j' and `l'.
7349         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7350         Update the messages that the debugger displays.
7351         (Internals of Debugger): Add cross reference.  Update example.
7352         (Excess Open): Minor improvement.
7353         (Excess Close): Minor improvement.
7355 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7357         * tips.texi (Coding Conventions): Clarify.
7358         Put all the major mode key reservations together.
7359         Mention the Mouse-1 => Mouse-2 conventions.
7361         * syntax.texi (Syntax Class Table): Clarify.
7362         (Syntax Table Functions): syntax-after moved from here.
7363         (Syntax Table Internals): syntax-after moved to here.
7364         (Parsing Expressions): Update info on number of values
7365         and what's meaningful in the STATE argument.
7366         (Categories): Fix typo.
7368         * sequences.texi (Arrays): Cleanup.
7369         (Char-Tables): Clarify.
7371         * processes.texi (Deleting Processes): Cleanups, add xref.
7372         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7373         (Process Information): set-process-coding-system, some args optional.
7374         (Input to Processes): Explain various types for PROCESS args.
7375         Rename them from PROCESS-NAME to PROCESS.
7376         (Signals to Processes): Likewise.
7377         (Decoding Output): Cleanup.
7378         (Query Before Exit): Clarify.
7380         * os.texi (Startup Summary): Correct the options; add missing ones.
7381         (Terminal Output, Batch Mode): Clarify.
7382         (Flow Control): Node deleted.
7384         * markers.texi (The Mark): Clarify.
7386         * macros.texi (Expansion): Cleanup.
7387         (Indenting Macros): indent-spec allows ints, not floats.
7389         * keymaps.texi (Keymaps): Clarify.
7390         (Format of Keymaps): Update lisp-mode-map example.
7391         (Active Keymaps, Key Lookup): Clarify.
7392         (Changing Key Bindings): Add xref to `kbd'.
7393         (Key Binding Commands, Simple Menu Items): Clarify.
7394         (Mouse Menus, Menu Bar): Clarify.
7395         (Menu Example): Replace print example with menu-bar-replace-menu.
7397         * help.texi (Documentation Basics): Add function-documentation prop.
7399         * elisp.texi (Top): Don't refer to Flow Control node.
7401         * commands.texi (Command Overview): Improve xrefs.
7402         (Adjusting Point): Adjusting point applies to intangible and invis.
7403         (Key Sequence Input): Doc extra read-key-sequence args.
7404         Likewise for read-key-sequence-vector.
7406         * backups.texi (Rename or Copy): Minor fix.
7407         (Numbered Backups): For version-control, say the default.
7408         (Auto-Saving): make-auto-save-file-name example is simplified.
7410         * advice.texi (Advising Functions): Don't imply one part of Emacs
7411         should advise another part.  Markup changes.
7412         (Defining Advice): Move transitional para.
7413         (Activation of Advice): Cleanup.
7414         Explain if COMPILE is nil or negative.
7416         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7418 2005-02-24  Lute Kamstra  <lute@gnu.org>
7420         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7421         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7423 2005-02-23  Lute Kamstra  <lute@gnu.org>
7425         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7426         to define global minor modes as well.
7428         * display.texi (Managing Overlays): overlay-buffer returns nil for
7429         deleted overlays.
7431 2005-02-22  Kim F. Storm  <storm@cua.dk>
7433         * minibuf.texi (Basic Completion): Allow symbols in addition to
7434         strings in try-completion and all-completions.
7436 2005-02-14  Lute Kamstra  <lute@gnu.org>
7438         * elisp.texi (Top): Remove reference to deleted node.
7440         * lists.texi (Lists): Remove reference to deleted node.
7441         (Cons Cells): Fix typo.
7443         * loading.texi (Where Defined): Fix typo.
7445 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7447         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7448         is useful for discarding some minor modes.
7450         * symbols.texi (Symbol Components): Reorder examples.
7452         * streams.texi (Input Functions): State standard-input default.
7453         (Output Variables): State standard-output default.
7455         * objects.texi (Printed Representation): Clarify read syntax vs print.
7456         (Floating Point Type): Explain meaning better.
7457         (Symbol Type): Explain uniqueness better.
7458         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7459         List examples sooner.
7460         (Box Diagrams): New subnode broken out.
7461         Some examples moved from old Lists as Boxes node.
7462         (Dotted Pair Notation): Clarify intro.
7463         (Array Type): Clarify.
7464         (Type Predicates): Add hash-table-p.
7466         * numbers.texi (Integer Basics): Clarify radix explanation.
7467         (Predicates on Numbers): Minor clarification.
7468         (Comparison of Numbers): Minor clarification.  Clarify eql.
7469         Typos in min, max.
7470         (Math Functions): Clarify overflow in expt.
7472         * minibuf.texi (Text from Minibuffer): Minor clarification.
7473         Mention arrow keys.
7475         * loading.texi (Autoload): defun's doc string overrides autoload's
7476         doc string.
7477         (Repeated Loading): Modernize "add to list" examples.
7478         (Where Defined): Finish updating table of load-history elts.
7480         * lists.texi (List-related Predicates): Minor wording improvement.
7481         (Lists as Boxes): Node deleted.
7482         (Building Lists): Explain trivial cases of number-sequence.
7484         * hash.texi (Hash Tables): Add desc to menu items.
7485         (Creating Hash): Explain "full" means "make larger".
7486         (Hash Access): Any object can be a key.
7487         State value of maphash.
7489         * functions.texi (What Is a Function): Wording cleanup.
7490         (Function Documentation): Minor cleanup.
7491         Explain purpose of calling convention at end of doc string.
7492         (Function Names): Wording cleanup.
7493         (Calling Functions): Wording cleanup.
7494         Explain better how funcall calls the function.
7495         (Function Cells): Delete example of saving and redefining function.
7497         * control.texi (Combining Conditions): Wording cleanup.
7498         (Iteration): dolist and dotimes bind VAR locally.
7499         (Cleanups): Xref to Atomic Changes.
7501         * compile.texi (Byte Compilation): Delete 19.29 info.
7502         (Compilation Functions): Macros' difficulties don't affect defsubst.
7503         (Docs and Compilation): Delete 19.29 info.
7505 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7507         * objects.texi (Symbol Type): Minor correction.
7509 2005-02-06  Lute Kamstra  <lute@gnu.org>
7511         * modes.texi (Example Major Modes): Fix typos.
7513 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7515         * text.texi (Margins): fill-nobreak-predicate can be one function.
7517         * strings.texi (Modifying Strings): clear-string can make unibyte.
7518         (Formatting Strings): format gives error if values missing.
7520         * positions.texi (Character Motion): Mention default arg
7521         for forward-char.  backward-char refers to forward-char.
7522         (Word Motion): Mention default arg for forward-word.
7523         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7524         Simplify end-of-buffer.
7525         (Text Lines): Mention default arg for forward-line.
7526         (List Motion): Mention default arg for beginning/end-of-defun.
7527         (Skipping Characters): Minor fixes in explaining character-set.
7529         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7530         Mode inheritance applies only when default-major-mode is nil.
7531         Clarifications.
7532         (Example Major Modes): Update Text mode and Lisp mode examples.
7533         (Minor Mode Conventions): Mention define-minor-mode at top.
7534         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7535         (Mode Line Format): Update mode line face display info.
7536         (Properties in Mode): Mention effect of risky vars.
7537         (Imenu): Define imenu-add-to-menubar.
7538         (Font Lock Mode): Add descriptions to menu lines.
7539         (Faces for Font Lock): Add font-lock-doc-face.
7541 2005-02-05  Lute Kamstra  <lute@gnu.org>
7543         * text.texi (Maintaining Undo): Remove obsolete function.
7545 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7547         * frames.texi (Color Names): Add pointer to the X docs about RGB
7548         color specifications.  Improve indexing.
7549         (Text Terminal Colors): Replace the description of RGB values by
7550         an xref to "Color Names".
7552 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7554         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7555         Clarify.
7556         (Selecting Windows): Clarify save-selected-window.
7557         (Cyclic Window Ordering): Clarify walk-windows.
7558         (Window Point): Clarify.
7559         (Window Start): Add comment to example.
7560         (Resizing Windows): Add `interactive' specs in examples.
7561         Document fit-window-to-buffer.
7563         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7564         (Undo, Maintaining Undo): Clarify last change.
7565         (Sorting): In sort-numeric-fields, explain about octal and hex.
7566         Mention sort-numeric-base.
7567         (Format Properties): Add xref for hard newlines.
7569         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7570         (Pop-Up Menus): Fix typo.
7571         (Color Names): Explain all types of color names.
7572         Explain color-values on B&W terminal.
7573         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
7575         * files.texi (File Locks): Not supported on MS systems.
7576         (Testing Accessibility): Clarify.
7578         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7579         (Coverage Testing): Fix typo.
7581         * commands.texi (Misc Events): Remove stray space.
7583         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7584         (Modification Time): Clarify when visited-file-modtime returns 0.
7585         (The Buffer List): Clarify bury-buffer.
7586         (Killing Buffers): Clarify.
7587         (Indirect Buffers): Add clone-indirect-buffer.
7589 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
7591         * edebug.texi (Printing in Edebug): Fix default value of
7592         edebug-print-circle.
7593         (Coverage Testing): Fix displayed frequency count data.
7595 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7597         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7599 2005-02-02  Kim F. Storm  <storm@cua.dk>
7601         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7603 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7605         * commands.texi (Misc Events): Describe the help-echo event.
7607         * text.texi (Special Properties) <help-echo>: Use `pos'
7608         consistently in description of the help-echo property.
7609         Use @code{nil} instead of @var{nil}.
7611         * display.texi (Overlay Properties): Fix the index entry for
7612         help-echo overlay property.
7614         * customize.texi (Type Keywords): Uncomment the xref to the
7615         help-echo property documentation.
7617 2005-01-23  Kim F. Storm  <storm@cua.dk>
7619         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7620         return value.  Third element FULLY replaced by PARTIAL which
7621         specifies number of invisible pixels if row is only partially visible.
7622         (Textual Scrolling): Mention auto-window-vscroll.
7623         (Vertical Scrolling): New defvar auto-window-vscroll.
7625 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7627         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7628         command remapping.
7630 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7632         * display.texi (Defining Images): Mention DATA-P arg of create-image.
7634 2005-01-14  Kim F. Storm  <storm@cua.dk>
7636         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7638         * text.texi (Links and Mouse-1): Fix string and vector item.
7640 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7642         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7643         descriptions of overriding-local-map and overriding-terminal-local-map.
7645         * text.texi (Links and Mouse-1): Clarify text.
7647 2005-01-13  Kim F. Storm  <storm@cua.dk>
7649         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7651 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7653         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7655 2005-01-12  Kim F. Storm  <storm@cua.dk>
7657         * text.texi (Links and Mouse-1): Rename section from Enabling
7658         Mouse-1 to Following Links.  Change xrefs.
7659         Add examples for define-button-type and define-widget.
7661         * display.texi (Button Properties, Button Buffer Commands):
7662         Clarify mouse-1 and follow-link functionality.
7664 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7666         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7668         * display.texi (Beeping): Fix Texinfo usage.
7670         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7672 2005-01-11  Kim F. Storm  <storm@cua.dk>
7674         * display.texi (Button Properties, Button Buffer Commands):
7675         Mention mouse-1 binding.  Add follow-link keyword.
7677         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7678         (Enabling Mouse-1 to Follow Links): New subsection.
7680 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7682         * text.texi (Special Properties): Minor change.
7684         * os.texi (Timers): Clarify previous change.
7686         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7688 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
7690         * display.texi (Face Attributes): Correct xref to renamed node.
7692 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7694         * display.texi (Face Attributes): Describe hex color specs.
7696 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7698         * os.texi (Timers): Update previous change.
7700 2004-12-30  Kim F. Storm  <storm@cua.dk>
7702         * display.texi (Line Height): Total line-height is now specified
7703         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
7704         in cons cells.  (nil . RATIO) is relative to actual line height.
7705         Use line-height `t' instead of `0' to get minimum height.
7707 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7709         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7711 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7713         * commands.texi (Quitting): Clarify value of with-local-quit.
7715         * elisp.texi (Top): Fix previous change.
7717         * loading.texi (Loading): Fix previous change.
7719 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7721         * Makefile.in (MAKEINFO): Specify --force.
7723         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7725         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7727         * display.texi (Line Height): Further clarify.
7729         * elisp.texi (Top): Update Loading submenu.
7731         * loading.texi (Where Defined): New node.
7732         (Unloading): load-history moved to Where Defined.
7734 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7736         * commands.texi (Event Input Misc): Add while-no-input.
7738 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7740         * display.texi (Line Height): Rewrite text for clarity.
7742 2004-12-11  Kim F. Storm  <storm@cua.dk>
7744         * display.texi (Display): Add node "Line Height" to menu.
7745         (Line Height): New node.  Move full description of line-spacing
7746         and line-height text properties here from text.texi.
7747         (Scroll Bars): Add vertical-scroll-bar variable.
7749         * frames.texi (Window Frame Parameters): Remove line-height defvar.
7751         * locals.texi (Standard Buffer-Local Variables): Fix xref for
7752         line-spacing and vertical-scroll-bar.
7754         * text.texi (Special Properties): Just mention line-spacing and
7755         line-height here, add xref to new "Line Height" node.
7757 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
7759         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7761         * locals.texi (Standard Buffer-Local Variables):
7762         Add @xref for `line-spacing'.
7764 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7766         * Makefile.in (maintainer-clean): Remove the info files
7767         in $(infodir) where they are created.
7769 2004-12-03  Richard M. Stallman  <rms@gnu.org>
7771         * windows.texi (Selecting Windows): get-lru-window and
7772         get-largest-window don't consider dedicated windows.
7774         * text.texi (Undo): Document undo-in-progress.
7776 2004-11-26  Richard M. Stallman  <rms@gnu.org>
7778         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7779         Remove a few vars that are not always buffer-local.
7781 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
7783         * locals.texi (Standard Buffer-Local Variables): Comment out
7784         xref's to non-existent node `Yet to be written'.
7786 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7788         * processes.texi (Synchronous Processes): Grammar fix.
7790         * numbers.texi (Comparison of Numbers): Add eql.
7792         * locals.texi (Standard Buffer-Local Variables): Add many vars.
7794         * intro.texi (Printing Notation): Fix previous change.
7796         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7797         and default-indicate-buffer-boundaries from here.
7798         (Usual Display): To here.
7799         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7800         (Usual Display): Move tab-width up.
7802         * customize.texi (Variable Definitions):
7803         Replace show-paren-mode example with tooltip-mode.
7804         (Simple Types, Composite Types, Defining New Types):
7805         Minor cleanups.
7807 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
7809         * processes.texi (Synchronous Processes, Output from Processes):
7810         Markup fix.
7812 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7814         * positions.texi (Skipping Characters): skip-chars-forward
7815         now handles char classes.
7817         * intro.texi (Printing Notation): Avoid confusion of `print'
7818         when explaining @print.
7820         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7822         * display.texi (Display Table Format): Minor fix.
7824         * streams.texi (Output Functions): Fix print example.
7826         * Makefile.in (elisp): New target.
7827         (dist): Depend on $(infodir)/elisp, not elisp.
7828         Copy the info files from $(infodir).
7830         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7831         read-from-minibuffer.
7833         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7835 2004-11-19  Richard M. Stallman  <rms@gnu.org>
7837         * searching.texi (Regexp Search): Add search-whitespace-regexp.
7839 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
7841         * tips.texi (Coding Conventions): Fix typo.
7843 2004-11-16  Richard M. Stallman  <rms@gnu.org>
7845         * tips.texi (Coding Conventions): Separate defvar and require
7846         methods to avoid warnings.  Use require only when there are many
7847         functions and variables from that package.
7849         * minibuf.texi (Minibuffer Completion): When ignoring case,
7850         predicate must not be case-sensitive.
7852         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7853         (Test Coverage): Don't talk about "splotches".  Clarified.
7855 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
7857         * frames.texi (Window Frame Parameters): Fix typo.
7859 2004-11-15  Kim F. Storm  <storm@cua.dk>
7861         * symbols.texi (Other Plists): Note that plist-get may signal error.
7862         Add safe-plist-get.
7864 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7866         * modes.texi (Font Lock Basics): Fix typo.
7868 2004-11-08  Richard M. Stallman  <rms@gnu.org>
7870         * syntax.texi (Syntax Table Functions): Add syntax-after.
7872 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7874         * os.texi (Processor Run Time): New section documenting
7875         get-internal-run-time.
7877 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7879         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7880         it nukes elisp-cover.texi.
7881         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7882         elisp-0 etc.
7884 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7886         * commands.texi (Keyboard Macros): Document `append' return value
7887         of `defining-kbd-macro'.
7889 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7891         * commands.texi (Interactive Call): Add called-interactively-p.
7893 2004-10-29  Simon Josefsson  <jas@extundo.com>
7895         * minibuf.texi (Reading a Password): Revert.
7897 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7899         * frames.texi (Display Feature Testing): Explain about "vendor".
7901 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7903         * commands.texi (Interactive Codes): `N' uses numeric prefix,
7904         not raw.  Clarify `n'.
7905         (Interactive Call): Rewrite interactive-p, focusing on when
7906         and how to use it.
7907         (Misc Events): Clarify previous change.
7909         * advice.texi (Simple Advice): Clarify what job the example does.
7910         (Around-Advice): Clarify ad-do-it.
7911         (Activation of Advice): An option of ad-default-compilation-action
7912         is `never', not `nil'.
7914 2004-10-26  Kim F. Storm  <storm@cua.dk>
7916         * commands.texi (Interactive Codes): Add U code letter.
7918 2004-10-25  Simon Josefsson  <jas@extundo.com>
7920         * minibuf.texi (Reading a Password): Add.
7922 2004-10-24  Jason Rumney  <jasonr@gnu.org>
7924         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
7925         and wheel-down.
7927 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
7929         * processes.texi (Synchronous Processes): Document process-file.
7931 2004-10-22  Kenichi Handa  <handa@m17n.org>
7933         * text.texi (translate-region): Document that it accepts also a
7934         char-table.
7936 2004-10-22  David Ponce  <david@dponce.com>
7938         * windows.texi (Resizing Windows): Document the `preserve-before'
7939         argument of the functions `enlarge-window' and `shrink-window'.
7941 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7943         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7945 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7947         * text.texi (Filling): Add anchor for definition of
7948         `sentence-end-double-space'.
7950         * searching.texi (Regexp Example): Update description of how
7951         Emacs currently recognizes the end of a sentence.
7952         (Standard Regexps): Update definition of the variable
7953         `sentence-end'.  Add definition of the function `sentence-end'.
7955 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7957         * display.texi (Progress): New node.
7959 2004-10-05  Kim F. Storm  <storm@cua.dk>
7961         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7963 2004-09-29  Kim F. Storm  <storm@cua.dk>
7965         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7966         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
7967         fringe bitmap symbols, as they now have their own namespace.
7968         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7969         vs. pixels.  Signal error if no free bitmap slots.
7970         (Pixel Specification): Change IMAGE to @var{image}.
7972 2004-09-28  Richard M. Stallman  <rms@gnu.org>
7974         * text.texi (Special Properties): Clarify line-spacing and line-height.
7976         * searching.texi (Regexp Search): Add looking-back.
7978 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
7980         * display.texi: Correct typos.
7981         (Image Descriptors): Correct xref's.
7983 2004-09-25  Richard M. Stallman  <rms@gnu.org>
7985         * text.texi (Special Properties): Cleanups in `cursor'.
7986         Rewrites in `line-height' and `line-spacing'; exchange them.
7988         * display.texi (Fringes): Rewrite previous change.
7989         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
7990         (Display Fringe Bitmaps): Node deleted, text moved.
7991         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
7992         (Scroll Bars): Clarify set-window-scroll-bars.
7993         (Pointer Shape): Rewrite.
7994         (Specified Space): Clarify :align-to, etc.
7995         (Pixel Specification): Use @var.  Clarify new text.
7996         (Other Display Specs): Clarify `slice'.
7997         (Image Descriptors): Cleanups.
7998         (Showing Images): Cleanups.
8000 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8002         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8004         * modes.texi: Various minor changes in addition to:
8005         (Major Mode Conventions): Final call to `run-mode-hooks' should
8006         not be inside the `delay-mode-hooks' form.
8007         (Mode Hooks): New node.
8008         (Hooks): Delete obsolete example.
8009         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8010         node "Mode Hooks".
8012 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8014         * display.texi: Correct various typos.
8015         (Display): Rename node "Pointer Shapes" to "Pointer
8016         Shape".  (There is already a node called "Pointer Shapes" in
8017         frames.texi.)
8018         (Images): Remove non-existent node "Image Slices" from menu.
8020 2004-09-23  Kim F. Storm  <storm@cua.dk>
8022         * text.texi (Special Properties): Add `cursor', `pointer',
8023         `line-height', and `line-spacing' properties.
8025         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8026         Shapes' to menu.
8027         (Standard Faces): Doc fix for fringe face.
8028         (Fringes): Add `overflow-newline-into-fringe' and
8029         'indicate-buffer-boundaries'.
8030         (Fringe Bitmaps, Pointer Shapes): New nodes.
8031         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8032         Bitmaps' to menu.
8033         (Specified Space): Describe pixel width and height.
8034         (Pixel Specification): New node.
8035         (Other Display Specs): Add `slice' property.
8036         (Display Fringe Bitmaps): New node.
8037         (Images): Add 'Image Slices' to menu.
8038         (Image Descriptors): Add `:pointer' and `:map' properties.
8039         (Showing Images): Add slice arg to `insert-image'.
8040         Add 'insert-sliced-image'.
8042 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8044         * commands.texi (Key Sequence Input):
8045         Clarify downcasing in read-key-sequence.
8047 2004-09-08  Juri Linkov  <juri@jurta.org>
8049         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8051 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8053         * locals.texi (Standard Buffer-Local Variables):
8054         Add `buffer-auto-save-file-format'.
8055         * internals.texi (Buffer Internals): Describe new
8056         auto_save_file_format field of the buffer structure.
8057         * files.texi (Format Conversion): `auto-save-file-format' has been
8058         renamed `buffer-auto-save-file-format'.
8060 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8062         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8063         an integer or a marker.
8064         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8066 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8068         * modes.texi (Major Mode Conventions): Discuss rebinding of
8069         standard key bindings.
8071 2004-08-18  Kim F. Storm  <storm@cua.dk>
8073         * processes.texi (Accepting Output): Add `just-this-one' arg to
8074         `accept-process-output'.
8075         (Output from Processes): New var `process-adaptive-read-buffering'.
8077 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8079         * keymaps.texi: Various changes in addition to:
8080         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8081         Give more varied examples for `kbd'.
8082         (Creating Keymaps): Char tables have slots for all characters
8083         without modifiers.
8084         (Active Keymaps): `overriding-local-map' and
8085         `overriding-terminal-local-map' also override text property and
8086         overlay keymaps.
8087         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8088         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8089         to denote a prefix of no events.
8090         `map-keymap' includes parent's bindings _recursively_.
8091         Clarify and correct description of `where-is-internal'.
8092         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8093         (Menu Example): For menus intended for use with the keyboard, the
8094         menu items should be bound to characters or real function keys.
8096 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8098         * objects.texi (Character Type): Reposition `@anchor' to prevent
8099         double space inside sentence in Info.
8101         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8102         renamed to `disabled-command-function'.
8103         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8104         (Command Loop Info): Replace reference to it.
8105         (Disabling Commands): `disabled-command-hook' has been renamed to
8106         `disabled-command-function'.
8108 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8110         * os.texi (Translating Input): Only non-prefix bindings in
8111         `key-translation-map' override actual key bindings.  Warn about
8112         possible indirect effect of actual key bindings on non-prefix
8113         bindings in `key-translation-map'.
8115 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8117         * minibuf.texi (High-Level Completion): Add anchor for definition
8118         of `read-variable'.
8120         * commands.texi: Various changes in addition to:
8121         (Using Interactive): Clarify description of `interactive-form'.
8122         (Interactive Call): Mention default for KEYS argument to
8123         `call-interactively'.
8124         (Command Loop Info): Clarify description of `this-command-keys'.
8125         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8126         Value of `last-event-frame' can be `macro'.
8127         (Repeat Events): `double-click-fuzz' is also used to distinguish
8128         clicks and drags.
8129         (Classifying Events): Clarify descriptions of `event-modifiers'
8130         `event-basic-type' and `event-convert-list'.
8131         (Accessing Events): `posn-timestamp' takes POSITION argument.
8132         (Quoted Character Input): Clarify description of
8133         `read-quoted-char' and fix example.
8134         (Quitting): Add `with-local-quit'.
8135         (Disabling Commands): Correct and clarify descriptions of
8136         `enable-command' and `disable-command'.
8137         Mention what happens if `disabled-command-hook' is nil.
8138         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8139         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8141 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8143         * frames.texi: Various changes in addition to:
8144         (Creating Frames): Expand and clarify description of `make-frame'.
8145         (Window Frame Parameters): Either none or both of the `icon-left'
8146         and `icon-top' parameters must be specified.  Put descriptions of
8147         `menu-bar-lines' and `toolbar-lines' closer together and change
8148         them accordingly.
8149         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8150         except while processing `frame-title-format' or `icon-title-format'.
8151         (Deleting Frames): Correct description of `delete-frame'.
8152         Non-nil return values of `frame-live-p' are like those of `framep'.
8153         (Frames and Windows): Mention return value of
8154         `set-frame-selected-window'.
8155         (Visibility of Frames): Mention `force' argument to
8156         `make-frame-invisible'.  `frame-visible-p' returns t for all
8157         frames on text-only terminals.
8158         (Frame Configurations): Restoring a frame configuration does not
8159         restore deleted frames.
8160         (Window System Selections): `x-set-selection' returns DATA.
8161         (Resources): Add example.
8162         (Display Feature Testing): Clarify descriptions of
8163         `display-pixel-height', `display-pixel-width', `x-server-version'
8164         and `x-server-vendor'.
8166         * windows.texi (Choosing Window): Add anchor.
8167         * minibuf.texi (Minibuffer Misc): Add anchor.
8169 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8171         * macros.texi (Defining Macros): Declaration keyword for setting
8172         Edebug spec is `debug' not `edebug'.
8174 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8176         * windows.texi: Various small changes in addition to:
8177         (Window Point): Mention return value of `set-window-point'.
8178         (Window Start): `pos-visible-in-window-p' disregards horizontal
8179         scrolling.  Explain return value if PARTIALLY is non-nil.
8180         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8181         and `set-window-vscroll'.
8182         (Size of Window): The argument WINDOW to `window-inside-edges',
8183         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8184         (Resizing Windows): Explain return value of
8185         `shrink-window-if-larger-than-buffer'.
8186         `window-size-fixed' automatically becomes buffer local when set.
8187         (Window Configurations): Explain return value of
8188         `set-window-configuration'.
8190         * minibuf.texi (Minibuffer Misc): Add anchor for
8191         `minibuffer-scroll-window'.
8193         * positions.texi (Text Lines): Add anchor for `count-lines'.
8195 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8197         * display.texi (Overlay Properties): Adding `evaporate' prop
8198         deletes empty overlay immediately.
8200         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8201         fix example.
8203 2004-07-16  Jim Blandy  <jimb@redhat.com>
8205         * searching.texi (Regexp Backslash): Document new \_< and \_>
8206         operators.
8208 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8210         * display.texi (Images): Fix Texinfo usage.
8212 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8214         * buffers.texi (Modification Time): `visited-file-modtime' now
8215         returns a list of two integers, instead of a cons.
8217 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8219         * windows.texi: Various changes in addition to:
8220         (Splitting Windows): Add `split-window-keep-point'.
8222 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8224         * frames.texi (Input Focus): Minor fix.
8226 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8228         * frames.texi (Input Focus): Clarify descriptions of
8229         `select-frame-set-input-focus' and `select-frame'.
8231 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8233         * os.texi: Various small changes in addition to:
8234         (Killing Emacs): Expand and clarify description of
8235         `kill-emacs-query-functions' and `kill-emacs-hook'.
8236         (System Environment): Expand and clarify description of `getenv'
8237         and `setenv'.
8238         (Timers): Clarify description of `run-at-time'.
8239         (Translating Input): Correct description of
8240         `extra-keyboard-modifiers'.
8241         (Flow Control): Correct description of `enable-flow-control'.
8243 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8245         * os.texi: Update copyright.
8246         (Session Management): Grammar fix.
8247         Clarify which Emacs does the restarting.
8248         Use @samp for *scratch* buffer.
8250 2004-07-04  Alan Mackenzie  <acm@muc.de>
8252         * frames.texi (Input Focus): Add documentation for
8253         `select-frame-set-input-focus'.  Replace refs to non-existent
8254         `switch-frame' with `select-frame'.  Minor corrections and tidying
8255         up of text-only terminal stuff.
8257 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8259         * files.texi (Saving Buffers): Cleanup write-contents-function.
8260         (Magic File Names): Cleanup file-remote-p.
8262 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8264         * files.texi (Magic File Names): `file-remote-p' returns an
8265         identifier of the remote system, not just t.
8267 2004-07-02  David Kastrup  <dak@gnu.org>
8269         * searching.texi (Entire Match Data): Add explanation about new
8270         match-data behavior when @var{integers} is non-nil.
8272 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8274         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8276         * customize.texi (Variable Definitions): Note about doc strings
8277         and :set.
8279         * keymaps.texi (Keymap Terminology): Document `kbd'.
8280         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8282         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8283         makes it buffer-local.
8285         * files.texi (Saving Buffers): Correct previous change.
8287         * commands.texi (Accessing Events):
8288         Clarify posn-col-row and posn-actual-col-row.
8290 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8292         * commands.texi (Accessing Events): New functions
8293         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8295 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8297         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8298         * frames.texi, buffers.texi, backups.texi, variables.texi:
8299         * loading.texi, eval.texi, functions.texi, control.texi:
8300         * symbols.texi, minibuf.texi: Reposition @anchor's.
8302         * help.texi: Various small changes in addition to the following.
8303         (Describing Characters): Describe PREFIX argument to
8304         `key-description'.  Correct and clarify definition of
8305         `text-char-description'.  Describe NEED-VECTOR argument to
8306         `read-kbd-macro'.
8307         (Help Functions): Clarify definition of `apropos'.
8309 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8311         * files.texi (Saving Buffers): Correct description of
8312         `write-contents-functions'.
8314 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8316         * display.texi (Images): Remove redundant @vindex directives.
8317         Rewrite `image-library-alist' doc in active voice.
8319 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8321         * display.texi (Images): Document new delayed library loading,
8322         variable `image-library-alist' and (existing but undocumented)
8323         function `image-type-available-p'.
8325 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8327         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8328         refer the user to the Initial Input node.
8329         (Text from Minibuffer): Likewise.
8330         (Initial Input): New node.  Document this feature
8331         and say it is mostly deprecated.
8333 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8335         * loading.texi (Named Features): Clarify return value
8336         and meaning of NOERROR.
8338         * variables.texi (File Local Variables): Minor cleanup.
8340 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8342         * files.texi (Magic File Names): Add `file-remote-p' as operation
8343         of file name handlers.
8345 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8347         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8348         as arg to a minor mode command.
8350 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8352         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8354         * streams.texi (Output Variables): Doc float-output-format.
8356         * searching.texi (Regexp Special): Nested repetition can be infloop.
8358         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8359         real stack overflow.
8361         * compile.texi: Minor cleanups.
8363 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8365         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8366         circular lists.
8367         (List Elements): Explain handling of circular and dotted lists.
8369 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8371         * modes.texi (Search-based Fontification): Fix typo.
8373 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8375         * modes.texi (Mode Line Variables): Fix description of
8376         global-mode-string, which is now after which-func-mode, not the
8377         buffer name.
8379 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8381         * modes.texi (Desktop Save Mode): Add.
8382         (Modes): Add menu entry Desktop Save Mode.
8384         * hooks.texi: Add desktop-after-read-hook,
8385         desktop-no-desktop-file-hook and desktop-save-hook.
8387         * locals.texi: Add desktop-save-buffer.
8389 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8391         * display.texi: emacs -> Emacs.
8393 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8395         * files.texi (Changing Files): Document set-file-times.
8397 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8399         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8401 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8403         * tips.texi (Coding Conventions): defopt -> defcustom.
8405 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8407         * sequences.texi: Various clarifications.
8409 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8411         * buffers.texi (Read Only Buffers): Mention optional ARG to
8412         `toggle-read-only'.
8414 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8416         * windows.texi (Selecting Windows): Note that get-lru-window
8417         returns a full-width window if possible.
8419 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8421         * buffers.texi: Various changes in addition to:
8422         (Buffer File Name): Add `find-buffer-visiting'.
8423         (Buffer Modification): Mention optional ARG to `not-modified'.
8424         (Indirect Buffers): Mention optional CLONE argument to
8425         `make-indirect-buffer'.
8427         * files.texi: Various changes in addition to:
8428         (Visiting Functions): `find-file-hook' is now a normal hook.
8429         (File Name Expansion): Explain difference between the way that
8430         `expand-file-name' and `file-truename' treat `..'.
8431         (Contents of Directories): Mention optional ID-FORMAT argument to
8432         `directory-files-and-attributes'.
8433         (Format Conversion): Mention new optional CONFIRM argument to
8434         `format-write-file'.
8436 2004-04-12  Miles Bader  <miles@gnu.org>
8438         * macros.texi (Expansion): Add description of `macroexpand-all'.
8440 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8442         * variables.texi (Variable Aliases):
8443         Mention cyclic-variable-indirection.
8445         * errors.texi (Standard Errors): Ditto.
8447 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8449         * backups.texi: Various small changes in addition to:
8450         (Making Backups): Mention return value of `backup-buffer'.
8451         (Auto-Saving): Mention optional FORCE argument to
8452         `delete-auto-save-file-if-necessary'.
8453         (Reverting): Mention optional PRESERVE-MODES argument to
8454         `revert-buffer'.  Correct description of `revert-buffer-function'.
8456 2004-03-22  Juri Linkov  <juri@jurta.org>
8458         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8459         with `Vector Functions'.
8461         * text.texi (Sorting): Add missing quote.
8463 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8465         * intro.texi (Lisp History): Replace xref to `cl' manual with
8466         inforef.
8468 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8470         * intro.texi (Version Info): Add arg to emacs-version.
8471         (Lisp History): Change xref to CL manual.
8473 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8475         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8476         for Partial Completion mode.
8478 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8480         * customize.texi: Fix typo.  Remove eol whitespace.
8482 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8484         * processes.texi: Fix typos.
8486         * lists.texi (Building Lists): Minor clarification.
8488         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8489         in make-hash-table.
8491 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8493         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8494         rm, and ignore exit code.
8496 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8498         * display.texi (Defining Faces): Add description for min-colors.
8499         Update example.
8501 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8503         * abbrevs.texi: Various corrections and clarifications in addition
8504         to the following:
8505         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8507 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8509         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8511 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8513         * text.texi: Various small changes in addition to the following:
8514         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8515         to delete-horizontal-space.
8516         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8517         description of yank-handler text property at various places.
8519         * frames.texi (Window System Selections): Add anchor.
8521         * syntax.texi (Syntax Table Functions): Clarify and correct
8522         descriptions of make-syntax-table and copy-syntax-table.
8523         (Motion and Syntax): Clarify SYNTAXES argument to
8524         skip-syntax-forward.
8525         (Parsing Expressions): Mention that the return value of
8526         parse-partial-sexp is currently a list of ten rather than nine
8527         elements.
8528         (Categories): Various corrections and clarifications.
8530 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8532         * markers.texi (Marker Insertion Types): Minor change.
8534         * locals.texi (Standard Buffer-Local Variables):
8535         * commands.texi (Interactive Codes, Using Interactive):
8536         * functions.texi (Related Topics): Fix xrefs.
8538 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8540         * lists.texi (Sets And Lists): Update description of delete-dups.
8542 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8544         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8546 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
8548         * frames.texi (Parameter Access): frame-parameters arg is optional.
8549         modify-frame-parameters handles nil for FRAME.
8550         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8551         are all-or-nothing for certain toolkits.
8552         Mention parameter wait-for-wm.
8553         (Frames and Windows): In frame-first-window and frame-selected-window
8554         the arg is optional.
8555         (Input Focus): In redirect-frame-focus the second arg is optional.
8556         (Window System Selections): Mention selection type CLIPBOARD.
8557         Mention data-type UTF8_STRING.
8558         Mention numbering of cut buffers.
8559         (Resources): Describe x-resource-name.
8561 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8563         * windows.texi (Buffers and Windows): Delete false table
8564         about all-frames.
8566         * syntax.texi (Parsing Expressions): Delete old caveat
8567         about parse-sexp-ignore-comments.
8569         * streams.texi (Output Variables): Add print-quoted.
8571         * lists.texi (Building Lists): Minor cleanup.
8573         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8575         * display.texi (Overlays): Explain overlays use markers.
8576         (Managing Overlays): Explain front-advance and rear-advance
8577         in more detail.
8579         * loading.texi (Unloading): Document unload-feature-special-hooks.
8580         Get rid of fns-NNN.el file.
8582 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8584         * help.texi (Describing Characters): Fix text-char-description
8585         example output.
8587         * edebug.texi (Using Edebug): Fix example.
8589         * debugging.texi (Internals of Debugger): Fix return value.
8591         * files.texi (Changing Files): Fix argname.
8593         * calendar.texi: Fix parens, and default values.
8595         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8596         * nonascii.texi, objects.texi, os.texi: Minor fixes.
8597         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8599         * positions.texi (Text Lines): Don't add -1 in current-line.
8601 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8603         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8605 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8607         * processes.texi (Low-Level Network): Fix a typo.
8609 2004-02-12  Kim F. Storm  <storm@cua.dk>
8611         * display.texi (Fringes): Use consistent wording.
8612         Note that window-fringe's window arg is optional.
8613         (Scroll Bars): Use consistent wording.
8615 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8617         * tips.texi (Comment Tips): Document the new conventions for
8618         commenting out code.
8620 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8622         * positions.texi (Text Lines): Add missing end defun.
8624 2004-02-07  Kim F. Storm  <storm@cua.dk>
8626         * positions.texi (Text Lines): Add line-number-at-pos.
8628 2004-02-06  John Paul Wallington  <jpw@gnu.org>
8630         * display.texi (Button Properties, Button Buffer Commands):
8631         mouse-2 invokes button, not down-mouse-1.
8633 2004-02-04  Jason Rumney  <jasonr@gnu.org>
8635         * makefile.w32-in: Sync with Makefile.in changes.
8637 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
8639         * minibuf.texi (Text from Minibuffer): Various corrections and
8640         clarifications.
8641         (Object from Minibuffer): Correct Lisp description of
8642         read-minibuffer.
8643         (Minibuffer History): Clarify description of cons values for
8644         HISTORY arguments.
8645         (Basic Completion): Various corrections and clarifications.
8646         Add completion-regexp-list.
8647         (Minibuffer Completion): Correct and clarify description of
8648         completing-read.
8649         (Completion Commands): Mention Partial Completion mode.
8650         Various other minor changes.
8651         (High-Level Completion): Various corrections and clarifications.
8652         (Reading File Names): Ditto.
8653         (Minibuffer Misc): Ditto.
8655 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8657         * strings.texi (Text Comparison): assoc-string also matches
8658         elements of alists that are strings instead of conses.
8659         (Formatting Strings): Standardize Texinfo usage.  Update index
8660         entries.
8662 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
8664         * lists.texi (Sets And Lists): Add delete-dups.
8666 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8668         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8669         special form.
8670         * macros.texi (Defining Macros): Update description of `declare',
8671         which now is a macro.
8672         (Wrong Time): Fix typos.
8674 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8676         * compile.texi (Compilation Functions): Expand descriptions of
8677         `compile-defun', `byte-compile-file', `byte-recompile-directory'
8678         and `batch-byte-compile'.  In particular, mention and describe
8679         all optional arguments.
8680         (Disassembly): Correct and clarify the description of `disassemble'.
8682 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8684         * searching.texi: Various small changes in addition to the
8685         following.
8686         (Regexp Example): Adapt to new value of `sentence-end'.
8687         (Regexp Functions): The PAREN argument to `regexp-opt' can be
8688         `words'.
8689         (Search and Replace): Add usage note for `perform-replace'.
8690         (Entire Match Data): Mention INTEGERS and REUSE arguments to
8691         `match-data'.
8692         (Standard Regexps): Update for new values of `paragraph-start'
8693         and `sentence-end'.
8695 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8697         * files.texi (Saving Buffers): Clarify descriptions of
8698         `write-contents-functions' and `before-save-hook'.
8699         Make the defvar's for `before-save-hook' and `after-save-hook'
8700         into defopt's.
8702 2004-01-07  Kim F. Storm  <storm@cua.dk>
8704         * commands.texi (Click Events): Describe new image and
8705         width/height elements of click events.
8706         (Accessing Events): Add posn-string, posn-image, and
8707         posn-object-width-height.  Change posn-object to return either
8708         image or string object.
8710 2004-01-01  Simon Josefsson  <jas@extundo.com>
8712         * hooks.texi (Standard Hooks): Add before-save-hook.
8713         * files.texi (Saving Buffers): Likewise.
8715 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8717         * frames.texi (Frames and Windows): Delete frame-root-window.
8719 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8721         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8723         * functions.texi: Various small changes in addition to the
8724         following.
8725         (What Is a Function): `functionp' returns nil for macros.
8726         Clarify behavior of this and following functions for symbol arguments.
8727         (Function Documentation): Add `\' in front of (fn @var{arglist})
8728         and explain why.
8729         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8730         Add anchor.
8731         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8733 2004-01-01  Miles Bader  <miles@gnu.org>
8735         * display.texi (Buttons): New section.
8737 2003-12-31  Andreas Schwab  <schwab@suse.de>
8739         * numbers.texi (Math Functions): sqrt reports a domain-error
8740         error.
8741         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8743 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8745         * tips.texi (Documentation Tips): Update item on hyperlinks in
8746         documentation strings.
8748         * errors.texi (Standard Errors): Various small corrections and
8749         additions.
8751         * control.texi: Various small changes in addition to the
8752         following.
8753         (Signaling Errors): Provide some more details on how `signal'
8754         constructs the error message.  Add anchor to the definition of
8755         `signal'.
8756         (Error Symbols): Describe special treatment of `quit'.
8757         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8758         to emphasize that it has to be a single form.
8760         * buffers.texi: Add anchor.
8762 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8764         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8765         (Window Configurations): Add window-configuration-frame.
8767         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8769         * text.texi (Examining Properties): Add get-char-property-and-overlay.
8770         Change arg name in get-char-property.
8771         (Special Properties): Update handling of keymap property.
8773         * strings.texi (Modifying Strings): Add clear-string.
8774         (Text Comparison): Add assoc-string and remove
8775         assoc-ignore-case, assoc-ignore-representation.
8777         * os.texi (Time of Day): Add set-time-zone-rule.
8779         * numbers.texi (Math Functions): asin, acos, log, log10
8780         report domain-error errors.
8782         * nonascii.texi (Converting Representations):
8783         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8784         (Encoding and I/O): Add file-name-coding-system.
8786         * modes.texi (Search-based Fontification): Explain that
8787         face specs are symbols with face names as values.
8789         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8791         * lists.texi (Building Lists): remq moved elsewhere.
8792         (Sets And Lists): remq moved here.
8793         (Association Lists): Refer to assoc-string.
8795         * internals.texi (Garbage Collection): Add memory-use-counts.
8797         * frames.texi (Frames and Windows): Add set-frame-selected-window
8798         and frame-root-window.
8800         * files.texi (Contents of Directories):
8801         Add directory-files-and-attributes.
8803         * display.texi (Refresh Screen): Add force-window-update.
8804         (Invisible Text): Explain about moving point out of invis text.
8805         (Overlay Properties): Add overlay-properties.
8806         (Managing Overlays): Add overlayp.
8807         (GIF Images): Invalid image number displays a hollow box.
8809         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8810         (Killing Buffers): Add buffer-live-p.
8812 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8814         * display.texi (Fringes): Fix typo "set-buffer-window".
8816 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
8818         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8819         * nonascii.texi, processes.texi, tips.texi, variables.texi:
8820         Add or change various xrefs and anchors.
8822         * commands.texi: Replace all occurrences of @acronym{CAR} with
8823         @sc{car}, for consistency with the rest of the Elisp manual.
8824         `car' and `cdr' are historically acronyms, but are no longer
8825         widely thought of as such.
8827         * internals.texi (Pure Storage): Mention that `purecopy' does not
8828         copy text properties.
8829         (Object Internals): Now 29 bits are used (in most implementations)
8830         to address Lisp objects.
8832         * variables.texi (Variables with Restricted Values): New node.
8834         * objects.texi (Lisp Data Types): Mention that certain variables
8835         can only take on a restricted set of values and add an xref to
8836         the new node "Variables with Restricted Values".
8838         * eval.texi (Function Indirection): Describe the errors that
8839         `indirect-function' can signal.
8840         (Eval): Clarify the descriptions of `eval-region' and `values'.
8841         Describe `eval-buffer' instead of `eval-current-buffer' and
8842         mention `eval-current-buffer' as an alias for `current-buffer'.
8843         Correct the description and mention all optional arguments.
8845         * nonascii.texi: Various small changes in addition to the
8846         following.
8847         (Converting Representations): Clarify behavior of
8848         `string-make-multibyte' and `string-to-multibyte' for unibyte all
8849         ASCII arguments.
8850         (Character Sets): Document the variable `charset-list' and adapt
8851         the definition of the function `charset-list' accordingly.
8852         (Translation of Characters): Clarify use of generic characters in
8853         `make-translation-table'.  Clarify and correct the description of
8854         the use of translation tables in encoding and decoding.
8855         (User-Chosen Coding Systems): Correct and clarify the description
8856         of `select-safe-coding-system'.
8857         (Default Coding Systems): Clarify description of
8858         `file-coding-system-alist'.
8860 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
8862         * strings.texi (Text Comparison): Correctly describe when two
8863         strings are `equal'.  Combine and clarify descriptions of
8864         `assoc-ignore-case' and `assoc-ignore-representation'.
8866         * objects.texi (Non-ASCII in Strings): Clarify description of
8867         when a string is unibyte or multibyte.
8868         (Bool-Vector Type): Update examples.
8869         (Equality Predicates): Correctly describe when two strings are
8870         `equal'.
8872 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
8874         * lists.texi (Building Lists): `append' no longer accepts integer
8875         arguments.  Update the description of `number-sequence' to reflect
8876         recent changes.
8877         (Sets And Lists): Describe `member-ignore-case' after `member'.
8879 2003-11-27  Kim F. Storm  <storm@cua.dk>
8881         * commands.texi (Click Events): Click object may be an images.
8882         Describe (dx . dy) element of click positions.
8883         (Accessing Events): Remove duplicate posn-timestamp.
8884         New functions posn-object and posn-object-x-y.
8886 2003-11-23  Kim F. Storm  <storm@cua.dk>
8888         * commands.texi (Click Events): Describe enhancements to event
8889         position lists, including new text-pos and (col . row) items.
8890         Mention left-fringe and right-fringe area events.
8891         (Accessing Events): New functions posn-area and
8892         posn-actual-col-row.  Mention posn-timestamp.  Mention that
8893         posn-point in non-text area still returns buffer position.
8894         Clarify posn-col-row.
8896 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
8898         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8899         * anti.texi (File Attributes): Describe removed parameter
8900         ID-FORMAT.
8902 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8904         * positions.texi (Positions): Mention that, if a marker is used as
8905         a position, its buffer is ignored.
8907         * markers.texi (Overview of Markers): Mention it here too.
8909 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
8911         * numbers.texi (Numeric Conversions): Not just `floor', but also
8912         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8914 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
8916         * markers.texi (Creating Markers): Specify insertion type of
8917         created markers.  Add xref to `Marker Insertion Types'.
8918         Second argument to `copy-marker' is optional.
8919         (Marker Insertion Types): Mention that most markers are created
8920         with insertion type nil.
8921         (The Mark): Correctly describe when `mark' signals an error.
8922         (The Region): Correctly describe when `region-beginning' and
8923         `region-end' signal an error.
8925 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
8927         * hash.texi (Creating Hash): Clarify description of `eql'.
8928         `makehash' is obsolete.
8929         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8931         * positions.texi (Point): Change description of `buffer-end', so
8932         that it is also correct for floating point arguments.
8933         (List Motion): Correct argument lists of `beginning-of-defun' and
8934         `end-of-defun'.
8935         (Excursions): Add xref to `Marker Insertion Types'.
8936         (Narrowing): Argument to `narrow-to-page' is optional.
8938 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
8940         * streams.texi (Output Streams): Clarify behavior of point for
8941         marker output streams.
8943 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
8945         * variables.texi (Defining Variables): Second argument to
8946         `defconst' is not optional.
8947         (Setting Variables): Mention optional argument APPEND to
8948         `add-to-list'.
8949         (Creating Buffer-Local): Expand description of
8950         `make-variable-buffer-local'.
8951         (Frame-Local Variables): Expand description of
8952         `make-variable-frame-local'.
8953         (Variable Aliases): Correct description of optional argument
8954         DOCSTRING to `defvaralias'.  Mention return value of
8955         `defvaralias'.
8956         (File Local Variables): Add xref to `File variables' in Emacs
8957         Manual.  Correct description of `hack-local-variables'.  Mention
8958         `safe-local-variable' property.  Mention optional second argument
8959         to `risky-local-variable-p'.
8961 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
8963         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8965 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8967         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8968         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8969         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8970         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8971         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8972         lispref/processes.texi, lispref/searching.texi,
8973         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8974         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8975         @acronym{FOO}.
8977 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
8979         * strings.texi (Creating Strings): Argument START to `substring'
8980         can not be `nil'.  Expand description of
8981         `substring-no-properties'.  Correct description of `split-string',
8982         especially with respect to empty matches.  Prevent very bad line
8983         break in definition of `split-string-default-separators'.
8984         (Text Comparison): `string=' and `string<' also accept symbols as
8985         arguments.
8986         (String Conversion): More completely describe argument BASE in
8987         `string-to-number'.
8988         (Formatting Strings): `%s' and `%S' in `format' do require
8989         corresponding object.  Clarify behavior of numeric prefix after
8990         `%' in `format'.
8991         (Case Conversion): The argument to `upcase-initials' can be a
8992         character.
8994 2003-10-27  Kenichi Handa  <handa@m17n.org>
8996         * display.texi (Fontsets): Fix texinfo usage.
8998 2003-10-25  Kenichi Handa  <handa@m17n.org>
9000         * display.texi (Fontsets): Add description of the function
9001         set-fontset-font.
9003 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9005         * display.texi (Temporary Displays): Add xref to `Documentation
9006         Tips'.
9008         * functions.texi (Function Safety): Use inforef instead of pxref
9009         for SES.
9011 2003-10-23  Andreas Schwab  <schwab@suse.de>
9013         * Makefile.in (TEX, texinputdir): Don't define.
9014         (TEXI2DVI): Define.
9015         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9016         add $(srcdir)/index.texi.
9017         ($(infodir)/elisp): Remove index.texi dependency.
9018         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9019         (index.texi): Remove target.
9020         (dist): Don't link $(srcdir)/permute-index.
9021         (clean): Don't remove index.texi.
9023         * permute-index, index.perm: Remove.
9024         * index.texi: Rename from index.unperm.
9026 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9028         * tips.texi (Documentation Tips): Document new behavior for face
9029         and variable hyperlinks in Help mode.
9031 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9033         * objects.texi (Integer Type): Update for extra bit of integer range.
9034         (Character Type): Ditto.
9036 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9038         * numbers.texi (Integer Basics): Add index entries for reading
9039         numbers in hex, octal, and binary.
9041 2003-10-16  Lute Kamstra  <lute@gnu.org>
9043         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9044         argument.
9046 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9048         * windows.texi (Choosing Window): Fix typo.
9049         * edebug.texi (Edebug Execution Modes): Fix typo.
9051 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9053         * windows.texi (Basic Windows): A window has fringe settings,
9054         display margins and scroll-bar settings.
9055         (Splitting Windows): Doc split-window return value.
9056         Clean up one-window-p.
9057         (Selecting Windows): Fix typo.
9058         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9059         (Buffers and Windows): In set-window-buffer, explain effect
9060         on fringe settings and scroll bar settings.
9061         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9062         (Choosing Window): Use defopt for pop-up-frame-function.
9063         For special-display-buffer-names, explain same-window and same-frame.
9064         Clarify window-dedicated-p return value.
9065         (Textual Scrolling): scroll-up and scroll-down can get an error.
9066         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9067         Clarify set-window-hscroll.
9068         (Size of Window): Don't mention tool bar in window-height.
9069         (Coordinates and Windows): Explain what coordinates-in-window-p
9070         returns for fringes and display margins.
9071         (Window Configurations): Explain saving fringes, etc.
9073         * tips.texi (Library Headers): Clean up Documentation.
9075         * syntax.texi (Parsing Expressions): Clean up forward-comment
9076         and parse-sexp-lookup-properties.
9078         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9080         * os.texi (System Environment): Clean up text for load-average errors.
9082         * modes.texi (Hooks): Don't explain local hook details at front.
9083         Clarify run-hooks and run-hook-with-args a little.
9084         Clean up add-hook and remove-hook.
9086         * edebug.texi (Edebug Execution Modes): Clarify t.
9087         Document edebug-sit-for-seconds.
9088         (Coverage Testing): Document C-x X = and =.
9089         (Instrumenting Macro Calls): Fix typo.
9090         (Specification List): Don't index the specification keywords.
9092 2003-10-10  Kim F. Storm  <storm@cua.dk>
9094         * processes.texi (Network): Introduce make-network-process.
9096 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9098         * tips.texi (Library Headers): Fix typo.
9100 2003-10-07  Juri Linkov  <juri@jurta.org>
9102         * modes.texi (Imenu): Mention imenu-create-index-function's
9103         default value.  Explain submenus better.
9105 2003-10-07  Lute Kamstra  <lute@gnu.org>
9107         * modes.texi (Faces for Font Lock): Fix typo.
9108         (Hooks): Explain how buffer-local hook variables can refer to
9109         global hook variables.
9110         Various minor clarifications.
9112 2003-10-06  Lute Kamstra  <lute@gnu.org>
9114         * tips.texi (Coding Conventions): Mention naming conventions for
9115         hooks.
9117 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9119         * loading.texi (Library Search): Correct default value of
9120         load-suffixes.
9121         (Named Features): Fix typo.
9123 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9125         * loading.texi (Named Features): In `provide',
9126         say how to test for subfeatures.
9127         (Unloading): In unload-feature, use new var name
9128         unload-feature-special-hooks.
9130 2003-10-03  Lute Kamstra  <lute@gnu.org>
9132         * modes.texi (Major Mode Conventions): Mention third way to set up
9133         Imenu.
9134         (Imenu): A number of small fixes.
9135         Delete documentation of internal variable imenu--index-alist.
9136         Document the return value format of imenu-create-index-function
9137         functions.
9139 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9141         * processes.texi (Network): Say what stopped datagram connections do.
9143         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9145         * display.texi (Overlay Properties): Clarify `evaporate' property.
9147 2003-09-29  Lute Kamstra  <lute@gnu.org>
9149         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9150         constructs should be marked as risky.
9151         Change cons cell into proper list.
9152         (Mode Line Variables): Change cons cell into proper list.
9154 2003-09-26  Lute Kamstra  <lute@gnu.org>
9156         * modes.texi (Mode Line Data): Document the :propertize construct.
9157         (Mode Line Variables): Reorder the descriptions of the variables
9158         to match their order in the default mode-line-format.
9159         Describe the new variables mode-line-position and mode-line-modes.
9160         Update the default values of mode-line-frame-identification,
9161         minor-mode-alist, and default-mode-line-format.
9162         (Properties in Mode): Mention the :propertize construct.
9164 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9166         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9167         * loading.texi, minibuf.texi, text.texi, variables.texi:
9168         Avoid @strong{Note:}.
9170 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9172         * keymaps.texi (Remapping Commands): Fix typo.
9174 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9176         * processes.texi (Low-Level Network): Fix typo.
9178 2003-09-23  Kim F. Storm  <storm@cua.dk>
9180         * processes.texi (Network, Network Servers): Fix typos.
9181         (Low-Level Network): Add timeout value for :server keyword.
9182         Add new option keywords to make-network-process.
9183         Add set-network-process-options.
9184         Explain how to test availability of network options.
9186 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9188         * text.texi (Motion by Indent): Arg to
9189         backward-to-indentation and forward-to-indentation is optional.
9191         * strings.texi (Creating Strings): Add substring-no-properties.
9193         * processes.texi
9194         (Process Information): Add list-processes arg QUERY-ONLY.
9195         Delete process-contact from here.
9196         Add new status values for process-status.
9197         Add process-get, process-put, process-plist, set-process-plist.
9198         (Synchronous Processes): Add call-process-shell-command.
9199         (Signals to Processes): signal-process allows process objects.
9200         (Network): Complete rewrite.
9201         (Network Servers, Datagrams, Low-Level Network): New nodes.
9203         * positions.texi (Word Motion): forward-word, backward-word
9204         arg is optional.  Reword.
9206         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9208         * variables.texi (Creating Buffer-Local):
9209         Delete duplicate definition of buffer-local-value.
9210         (File Local Variables): Explain about discarding text props.
9212 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9214         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9215         changes variables that record input events.
9216         (Minibuffer Misc): Add minibuffer-selected-window.
9218         * lists.texi (Building Lists): Add copy-tree.
9220         * display.texi (Fontsets): Add char-displayable-p.
9221         (Scroll Bars): New node.
9223 2003-09-08  Lute Kamstra  <lute@gnu.org>
9225         * modes.texi (%-Constructs): Document new `%i' and `%I'
9226         constructs.
9228 2003-09-03  Peter Runestig  <peter@runestig.com>
9230         * makefile.w32-in: New file.
9232 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9234         * display.texi (Overlay Properties): Clarify how priorities
9235         affect use of the properties.
9237 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9239         * customize.texi (Type Keywords): Correct the description of
9240         `:help-echo' in the case where `motion-doc' is a function.
9242 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9244         * modes.texi (Emulating Mode Line): Subsection, not section.
9246 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9248         * elisp.texi (Top): Update subnode lists in menu.
9250         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9251         (Kill Functions): kill-region has new arg yank-handler.
9252         (Yanking): New node.
9253         (Yank Commands): Add yank-undo-function.
9254         (Low-Level Kill Ring):
9255         kill-new and kill-append have new arg yank-handler.
9256         (Changing Properties): Add remove-list-of-text-properties.
9257         (Atomic Changes): New node.
9259         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9261         * streams.texi (Output Variables): Add eval-expression-print-length
9262         and eval-expression-print-level.
9264         * os.texi (Time Conversion): For encode-time, explain limits on year.
9266         * objects.texi (Character Type): Define anchor "modifier bits".
9268         * modes.texi (Emulating Mode Line): New node.
9269         (Search-based Fontification): Font Lock uses font-lock-face property.
9270         (Other Font Lock Variables): Likewise.
9272         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9273         not vectors.
9274         (Active Keymaps): Add emulation-mode-map-alists.
9275         (Functions for Key Lookup): key-binding has new arg no-remap.
9276         (Remapping Commands): New node.
9277         (Scanning Keymaps): where-is-internal has new arg no-remap.
9278         (Tool Bar): Add tool-bar-local-item-from-menu.
9279         Clarify when to use tool-bar-add-item-from-menu.
9281         * commands.texi (Interactive Call): commandp has new arg.
9282         (Command Loop Info): Add this-original-command.
9284 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9286         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9288         * display.texi (Warning Basics): Fix typo.
9289         (Fringes): Add closing curly bracket and fix typo.
9291         * elisp.texi (Top): Fix typo.
9293 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9295         * elisp.texi: Update lists of subnodes.
9297         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9299         * variables.texi (Local Variables): Use lc for example variable names.
9301         * tips.texi (Library Headers): Explain where to put -*-.
9303         * strings.texi (Creating Strings): Fix xref for vconcat.
9305         * sequences.texi (Vector Functions):
9306         vconcat no longer allows integer args.
9308         * minibuf.texi (Reading File Names): read-file-name has new
9309         arg PREDICATE.  New function read-directory-name.
9311         * macros.texi (Defining Macros): Give definition of `declare'.
9312         (Indenting Macros): New node.
9314         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9315         (Window Frame Parameters): Make separate table of parameters
9316         that are coupled with specific face attributes.
9317         (Deleting Frames): delete-frame-hooks renamed to
9318         delete-frame-functions.
9320         * files.texi (Magic File Names): Add file-remote-p.
9321         Clarify file-local-copy.
9323         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9324         here; instead xref Defining Macros.
9326         * display.texi (Warnings): New node, and subnodes.
9327         (Fringes): New node.
9329         * debugging.texi (Test Coverage): New node.
9331         * compile.texi (Compiler Errors): Explain with-no-warnings
9332         and other ways to suppress warnings.
9334         * commands.texi (Interactive Call): Minor clarification.
9336         * buffers.texi (Buffer File Name): set-visited-file-name
9337         renames the buffer too.
9339         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9341 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9343         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9345 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9347         * internals.texi (Garbage Collection): Fix previous change.
9349 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9351         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9353         * display.texi (Width): Use \s syntax in example.
9354         (Font Selection): Add face-font-rescale-alist.
9356         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9357         Remove spurious indent in example.
9359         * lists.texi (Building Lists): Add number-sequence.
9361         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9363         * functions.texi (Function Documentation): Explain how to
9364         show calling convention explicitly in the doc string.
9366         * windows.texi (Selecting Windows): save-selected-window saves
9367         selected window of each frame.
9368         (Window Configurations): Minor change.
9370         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9372         * streams.texi (Output Variables): Add print-continuous-numbering
9373         and print-number-table.
9375         * processes.texi (Decoding Output): New node.
9377         * os.texi (Time Conversion): decode-time arg is optional.
9379         * objects.texi (Character Type): Don't use space as example for \.
9380         Make list of char names and \-sequences correspond.
9381         Explain that \s is not used in strings.  `\ ' needs space after.
9383         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9384         (Translation of Characters): Add translation-table-for-input.
9385         (Default Coding Systems): Add auto-coding-functions.
9386         (Explicit Encoding): Add decode-coding-inserted-region.
9387         (Locales): Add locale-info.
9389         * minibuf.texi (Basic Completion): Describe test-completion.
9390         Collections can be lists of strings.
9391         Clean up lazy-completion-table.
9392         (Programmed Completion): Mention test-completion.
9393         Clarify why lambda expressions are not accepted.
9394         (Minibuffer Misc): Describe minibufferp.
9396 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9398         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9400         * windows.texi (Selecting Windows): New arg to select-window.
9401         (Selecting Windows): Add with-selected-window.
9402         (Size of Window): Add window-inside-edges, etc.
9404         * internals.texi (Garbage Collection): Add post-gc-hook.
9406         * processes.texi (Subprocess Creation): Add exec-suffixes.
9408         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9409         (Scanning Keymaps): Add map-keymaps.
9410         (Defining Menus): Add keymap-prompt.
9412         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9413         most-negative-fixnum.
9415         * compile.texi (Byte Compilation): Explain no-byte-compile.
9416         (Compiler Errors): New node.
9418         * os.texi (User Identification): user-uid, user-real-uid
9419         can return float.
9421         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9422         and about derived modes.
9423         (Minor Modes): Add minor-mode-list.
9424         (Defining Minor Modes): Keyword args for define-minor-mode.
9425         (Search-based Fontification): Explain managing other properties.
9426         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9427         (Faces for Font Lock): Add font-lock-preprocessor-face.
9428         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9430         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9431         (Variable Aliases): Clarify defvaralias.
9433         * loading.texi (Library Search): Add load-suffixes.
9435         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9436         (Programmed Completion): Add dynamic-completion-table.
9438         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9439         (Magic File Names): Specify precedence order of handlers.
9441         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9442         and post-command-hook.
9443         (Waiting): New calling convention for sit-for.
9445         * text.texi (Special Properties): local-map and keymap properties
9446         apply based on their stickiness.
9448 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9450         * modes.texi (Minor Mode Conventions): Specify only some kinds
9451         of list values as args to minor modes.
9453         * files.texi (File Name Expansion): Warn about iterative use
9454         of substitute-in-file-name.
9456         * advice.texi (Activation of Advice): Clean up previous change.
9458 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9460         * advice.texi (Activation of Advice): Note that ad-start-advice is
9461         turned on by default.
9463 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9465         * text.texi (Buffer Contents): Document current-word.
9466         (Change Hooks): Not called for *Messages*.
9468         * functions.texi (Defining Functions): Explain about redefining
9469         primitives.
9470         (Function Safety): Rename.  Minor changes.
9471         Comment out the detailed criteria for what is safe.
9473 2003-06-22  Andreas Schwab  <schwab@suse.de>
9475         * objects.texi (Symbol Type): Fix description of examples.
9477 2003-06-16  Andreas Schwab  <schwab@suse.de>
9479         * hash.texi (Creating Hash): Fix description of :weakness.
9481 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9483         * files.texi (Changing Files): copy-file copies file modes, too.
9485 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9487         * strings.texi (Creating Strings): Clarify split-string.
9489 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9491         * strings.texi (Creating Strings): Update split-string specification
9492         and examples.
9494 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9496         * elisp.texi: Correct invariant section names.
9498 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9500         * os.texi (Timers): Explain about timers and quitting.
9502 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9504         * internals.texi (Writing Emacs Primitives): Strings are
9505         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9506         Explain GCPRO convention for varargs function args.
9508 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9510         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9512 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9514         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9516 2003-02-13  Kim F. Storm  <storm@cua.dk>
9518         * objects.texi (Character Type): New \s escape for space.
9520 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9522         * os.texi (System Environment): Add cygwin system-type.
9524 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9526         * keymaps.texi: Document that a symbol can act as a keymap.
9528 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9530         * text.texi (Changing Properties): Say string indices are origin-0.
9532         * positions.texi (Screen Lines) <compute-motion>:
9533         Correct order of elts in return value.
9535         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9536         how to define a default binding.
9538 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9540         * loading.texi (Unloading): Fix recent change for load-history.
9542         * customize.texi (Simple Types): Clarify description of custom
9543         type 'number.  Describe new custom type 'float.
9545 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
9547         * variables.texi (File Local Variables): Fix typo.
9549 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9551         From Michael Albinus <Michael.Albinus@alcatel.de>.
9553         * README: Target for Info file is `make info'.
9555         * files.texi (File Name Components): Fix typos in
9556         `file-name-sans-extension'.
9557         (Magic File Names): Complete list of operations for magic file
9558         name handlers.
9560 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9562         * variables.texi (File Local Variables): New function
9563         risky-local-variable-p.
9565 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
9567         * functions.texi (Function safety): New node about unsafep.
9569 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9571         * customize.texi (Splicing into Lists): Fix example.
9572         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9574 2002-06-17  Juanma Barranquero  <lektu@terra.es>
9576         * frames.texi (Display Feature Testing): Fix typo.
9578 2002-06-12  Andreas Schwab  <schwab@suse.de>
9580         * frames.texi (Initial Parameters, Resources): Fix references to
9581         the Emacs manual.
9583 2002-05-13  Kim F. Storm  <storm@cua.dk>
9585         * variables.texi (Intro to Buffer-Local): Updated warning and
9586         example relating to changing buffer inside let.
9588 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
9590         * os.texi (Session Management): New node about X Session management.
9592 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
9594         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
9595         to which the manual corresponds, and the copyright years.
9597         * Makefile.in (VERSION): Set to 2.9.
9599 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
9601         * elisp.texi: Change the category in @dircategory to "Emacs", to
9602         make it consistent with info/dir.
9604 2001-11-25  Miles Bader  <miles@gnu.org>
9606         * text.texi (Fields): Describe new `limit' arg in
9607         field-beginning/field-end.
9609 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
9611         * permute-index: Don't depend on csh-specific features.
9612         Replace the interpreter name with /bin/sh.
9614         * two-volume-cross-refs.txt: New file.
9615         * two.el: New file.
9616         * spellfile: New file.
9618 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9620         * permute-index: New file.
9622         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9623         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9624         8+3 restricted namespace.
9626         * Makefile.in (infodir): Define relative to $(srcdir).
9627         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9628         include directories list via -I switch to makeinfo.
9629         (index.texi): Use cp if both hard and symbolic links fail.
9631 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
9633         * Makefile.in (distclean): Add.
9635         The following changes make ELisp manual part of the Emacs
9636         distribution:
9638         * Makefile.in: Add Copyright notice.
9639         (prefix): Remove.
9640         (infodir): Change value to "../info".
9641         (VPATH): New variable.
9642         (MAKE): Don't define.
9643         (texmacrodir): Don't define.
9644         (texinputdir): Append the existing value of TEXINPUTS.
9645         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
9646         command to be compatible with man/Makefile.in, and to put the
9647         output into ../info.
9648         (info): Add target.
9649         (installall): Target removed.
9651 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
9653         * tips.texi (Coding Conventions): Fix typo.
9655 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
9657         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9659 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
9661         * files.texi (File Name Components): Update the description of
9662         file-name-sans-extension and file-name-extension, as they now
9663         ignore leading dots.
9665 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9667         * (Version 21.1 released.)
9669 2001-10-19  Miles Bader  <miles@gnu.org>
9671         * positions.texi (Text Lines): Describe behavior of
9672         `beginning-of-line'/`end-of-line' in the presence of field properties.
9674 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
9676         * Makefile.in (VERSION): Set to 2.8.
9677         (manual): Use `manual-21'.
9679         * elisp.texi (VERSION): Add and use it where the version
9680         number was used.  Set it to 2.8.
9682         * intro.texi: Likewise.
9684 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9686         * files.texi (File Name Completion): Document the significance of
9687         a trailing slash in elements of completion-ignored-extensions.
9689 2001-10-06  Miles Bader  <miles@gnu.org>
9691         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9693 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9695         * variables.texi (Variable Aliases): New node.
9697 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9699         * Branch for 21.1.
9701 2001-10-02  Miles Bader  <miles@gnu.org>
9703         * minibuf.texi (Minibuffer Misc): Add entries for
9704         `minibuffer-contents', `minibuffer-contents-no-properties', and
9705         `delete-minibuffer-contents'.
9706         Correct description for `minibuffer-prompt-end'.
9708         * text.texi (Property Search): Correct descriptions of
9709         `next-char-property-change' and `previous-char-property-change'.
9710         Add entries for `next-single-char-property-change' and
9711         `previous-single-char-property-change'.
9712         Make operand names a bit more consistent.
9714 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9716         * frames.texi (Finding All Frames): Document that next-frame and
9717         previous-frame are local to current terminal.
9719 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9721         * keymaps.texi (Creating Keymaps): Fix the description of the
9722         result of make-keymap.
9724 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9726         * display.texi (Font Lookup, Attribute Functions)
9727         (Image Descriptors): Add cross-references to the definition of
9728         selected frame.
9730         * buffers.texi (The Buffer List): Add cross-references to the
9731         definition of selected frame.
9733         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9734         frame at any given time.
9735         (Multiple Displays, Size and Position): Add a cross-reference to
9736         the definition of the selected frame.
9738 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9740         * strings.texi (String Conversion) <string-to-number>: Document
9741         that a float is returned for integers that are too large.
9743         * frames.texi (Mouse Position): Document mouse-position-function.
9744         (Display Feature Testing): Document display-images-p.
9745         (Window Frame Parameters): Document the cursor-type variable.
9747         * numbers.texi (Integer Basics): Document CL style read syntax for
9748         integers in bases other than 10.
9750         * positions.texi (List Motion):
9751         Document open-paren-in-column-0-is-defun-start.
9753         * lists.texi (Sets And Lists): Document member-ignore-case.
9755         * internals.texi (Garbage Collection): Document the used and free
9756         strings report.
9757         (Memory Usage): Document strings-consed.
9759         * os.texi (Time of Day): Document float-time.
9760         (Recording Input): Document that clear-this-command-keys clears
9761         the vector to be returned by recent-keys.
9763         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9764         argument keymap can be a list.
9766         * nonascii.texi (User-Chosen Coding Systems)
9767         <select-safe-coding-system>: Document the new argument
9768         accept-default-p and the variable
9769         select-safe-coding-system-accept-default-p.  Tell what happens if
9770         buffer-file-coding-system is undecided.
9771         (Default Coding Systems): Document auto-coding-regexp-alist.
9773         * display.texi (The Echo Area) <message>: Document
9774         message-truncate-lines.
9775         (Glyphs): Document that the glyph table is unused on windowed
9776         displays.
9778         * help.texi (Describing Characters) <single-key-description>:
9779         Document the new argument no-angles.
9780         (Accessing Documentation) <documentation-property>: Document that
9781         a non-string property is evaluated.
9782         <documentation>: Document that the function-documentation property
9783         is looked for.
9785         * windows.texi (Selecting Windows): Document some-window.
9787         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9789         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9790         apropos-mode-hook.
9792         * commands.texi (Using Interactive): Document interactive-form.
9793         (Keyboard Macros): Document kbd-macro-termination-hook.
9794         (Command Loop Info): Document that clear-this-command-keys clears
9795         the vector to be returned by recent-keys.
9797 2001-09-04  Werner LEMBERG  <wl@gnu.org>
9799         * Makefile.in (srcdir, texinputdir): New variables.
9800         (srcs, index.texi, install): Use $(srcdir).
9801         (.PHONY): Remove elisp.dvi.
9802         (elisp): Use -I switch for makeinfo.
9803         (elisp.dvi): Use $(srcdir) and $(texinputdir).
9804         (installall, dist): Use $(srcdir).
9805         Fix path to texinfo.tex.
9806         (maintainer-clean): Add elisp.dvi and elisp.oaux.
9808 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
9810         * display.texi (Conditional Display): Adjust to API change.
9812         * configure: New file.
9814 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
9816         * commands.texi (Repeat Events): Add description of
9817         double-click-fuzz.
9819 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
9821         * syntax.texi (Syntax Class Table): Add the missing designator for
9822         comment and string fences.
9823         (Syntax Properties): Add a xref to syntax table internals.
9824         (Syntax Table Internals): Document string-to-syntax.
9826 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
9828         * Makefile.in (install): Use install-info command line options
9829         like in Emacs' Makefile.in.
9831 2000-12-09  Miles Bader  <miles@gnu.org>
9833         * windows.texi (Window Start): Update documentation for
9834         `pos-visible-in-window-p'.
9836 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9838         * lists.texi (Building Lists): Add footnote to explain how to add
9839         to the end of a list.
9841 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
9843         * files.texi (Visiting Functions): Typos.
9845 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
9847         * files.texi (Visiting Functions): Return value of
9848         find-file-noselect may be a list of buffers if wildcards are used.
9850 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
9852         * display.texi (Defining Faces): Document `graphic' display type
9853         in face specs.
9855 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9857         * hooks.texi (Standard Hooks): Replace obsolete
9858         `after-make-frame-hook' with `after-make-frame-functions'.
9860         * frames.texi (Creating Frames): Ditto.
9862         * variables.texi (Future Local Variables): Ditto.
9864 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9866         * display.texi (Other Image Types): Add description of :foreground
9867         and :background properties of mono PBM images.
9869 2000-08-17  Werner LEMBERG  <wl@gnu.org>
9871         * .cvsignore: New file.
9873 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
9875         * tindex.pl: New script.
9877 1999-12-03  Dave Love  <fx@gnu.org>
9879         * Makefile.in (MAKEINFO): New parameter.
9881 1999-09-17  Richard Stallman  <rms@gnu.org>
9883         * Makefile.in (srcs): Add hash.texi.
9884         (VERSION): Update to 20.6.
9886 1999-09-13  Richard Stallman  <rms@gnu.org>
9888         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9890 1998-08-29  Karl Heuer  <kwzh@gnu.org>
9892         * configure.in: New file.
9893         * Makefile.in: Renamed from Makefile.
9894         (prefix, infodir): Use value obtained from configure.
9895         (emacslibdir): Obsolete variable deleted.
9896         (dist): Distribute configure.in, configure, Makefile.in.
9898 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9900         * Makefile (INSTALL_INFO): New variable.
9901         (install): Run install-info.
9903 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9905         * Makefile (elisp.dvi): Add missing backslash.
9907 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
9909         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9910         Run texindex without `./'.  Always run texindex on elisp.tp.
9911         (elisp.tps): Target deleted.
9913 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
9915         * Makefile (srcs): Add nonascii.texi and customize.texi.
9916         (dist): Start by deleting `temp'.
9918 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
9920         * Makefile (makeinfo, texindex): Targets deleted.
9921         (makeinfo.o, texindex.o): Targets deleted.
9922         (clean, dist): Don't do anything with them or with getopt*.
9924 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
9926         * Makefile (SHELL): Defined.
9928 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
9930         * Makefile (elisp.tps): New target.
9931         (elisp.dvi): Depend on elisp.tps.
9933 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9935         * README: Update phone number.
9937         * Makefile (elisp): Make this be the default target.
9938         Depend on makeinfo.c instead of makeinfo.
9939         (install): Don't depend on elisp.dvi, since we don't install that.
9940         Use mkinstalldirs.
9941         (dist): Add mkinstalldirs.
9943 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9945         * Makefile (VERSION): Update version number.
9946         (maintainer-clean): Rename from realclean.
9948 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
9950         * Makefile (realclean): New target.
9951         (elisp): Remove any old elisp-* files first.
9953 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
9955         * Makefile (VERSION): New variable.
9956         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9957         Compressed file suffix should be `.gz', not `.z'.
9959 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9961         * Makefile (elisp): Depend on makeinfo.
9963 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
9965         * Makefile (srcs): Add anti.texi.
9967 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9969         * Makefile (infodir, prefix): New vars.
9970         (install): Use infodir.
9971         (emacsinfodir): Delete.
9973 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9975         * Makefile (srcs): Add calendar.texi.
9977         * Makefile (dist): Copy texindex.c and makeinfo.c.
9978         Limit elisp-* files to those with one or two digits.
9980 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9982         * Makefile (dist): Change to use Gzip instead of compress.
9984 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9986         * loading.texi (Unloading): define-function changed back to
9987         defalias.  It may not stay this way, but at least it's
9988         consistent with the known-good version of the code patch.
9990 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9992         * modes.texi (Hooks): Document new optional arg of add-hook.
9994 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9996         * variables.texi: Document nil initial value of buffer-local variables.
9998         * tips.texi: Add new section on standard library headers.
10000 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10002         * Makefile (srcs): Add frame.texi to the list of sources.
10004 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10006         * Makefile (dist): Don't bother excluding autosave files; they'll
10007         never make it into the temp directory anyway, and the hash marks
10008         in the name are problematic for make and the Bourne shell.
10009         (srcs):
10011 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10013         * Makefile (dist): Don't include backup files or autosave files in
10014         the distribution tar file.
10016 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10018         * Makefile (srcs): Add index.perm.
10019         (elisp.dvi): Remove erroneous shell comment.
10020         Expect output of permute-index in permuted.fns.
10021         Save old elisp.aux in elisp.oaux.
10022         (clean): Add index.texi to be deleted.
10024 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10026         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10028 1990-06-26  David Lawrence  (tale@geech)
10030         * files.texi: Noted that completion-ignored-extensions is ignored
10031         when making *Completions*.
10033 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10035         * Makefile  make dist now depends on elisp.dvi, since it tries
10036         to include it in the dist file.
10038 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10040         * functions.texinfo (Mapping Functions): Add missing quote.
10042 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10044         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10045         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10047 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10049         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10050         and @error{} are the terms now being used.  The files in the
10051         directory have been changed to reflect this.
10053         * All instances of @indentedresultt{} have been changed to
10054         `     @result{}', using 5 spaces at the beginning of the line.
10056 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10058         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10059         experimental @indentedresult{}, @indentedexpandsto{} are part of
10060         the texinfo.tex in this directory.  These TeX macros are not
10061         stable yet.
10063 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10065         * texinfo.tex: Temporarily added
10066                 \let\result=\dblarrow
10067                 \def\error{{\it ERROR} \longdblarrow}
10068         We need to do this better soon.
10070 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10072         * Applied Karl Berry's patches to *.texinfo files, but not to
10073         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10074         new title page format is also not applied, since it requires
10075         texinfo.tex changes.)
10077         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10078         for the Project GNU development environment.
10080 ;; Local Variables:
10081 ;; coding: utf-8
10082 ;; End:
10084   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10086   This file is part of GNU Emacs.
10088   GNU Emacs is free software: you can redistribute it and/or modify
10089   it under the terms of the GNU General Public License as published by
10090   the Free Software Foundation, either version 3 of the License, or
10091   (at your option) any later version.
10093   GNU Emacs is distributed in the hope that it will be useful,
10094   but WITHOUT ANY WARRANTY; without even the implied warranty of
10095   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10096   GNU General Public License for more details.
10098   You should have received a copy of the GNU General Public License
10099   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.