Fix example for Display Action Functions.
[emacs.git] / doc / lispref / ChangeLog
blobbdf4ef13488046911910e9a260191f69bc379675
1 2012-11-18  Martin Rudalics  <rudalics@gmx.at>
3         * windows.texi (Display Action Functions): Fix recently added
4         example.  Suggested by Michael Heerdegen.
6 2012-11-18  Paul Eggert  <eggert@cs.ucla.edu>
8         Minor cleanup for times as lists of four integers.
9         * os.texi (Time Parsing): Time values can now be four integers.
11 2012-11-18  Glenn Morris  <rgm@gnu.org>
13         * loading.texi (How Programs Do Loading): Add eager macro expansion.
14         * macros.texi (Expansion): Mention eager macro expansion.
16 2012-11-17  Glenn Morris  <rgm@gnu.org>
18         * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
20 2012-11-17  Leo Liu  <sdl.web@gmail.com>
22         * minibuf.texi (Programmed Completion): Doc fix for metadata
23         request (Bug#12850).
25 2012-11-17  Glenn Morris  <rgm@gnu.org>
27         * display.texi (Temporary Displays): Document with-temp-buffer-window.
29         * frames.texi (Size and Position): Add fit-frame-to-buffer command.
30         * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
31         (Window Sizes): Add vindex for window-min-height, window-min-width.
32         (Display Action Functions): Mention pop-up-frame-parameters.
34 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
36         * windows.texi (Choosing Window): Rewrite description of
37         display-buffer-alist (Bug#12167).
38         (Display Action Functions): Mention inhibit-switch-frame.  Fix
39         description of display-buffer-below-selected.  Reorder actions.
40         Add example (Bug#12848).
42 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
45         with normal keymaps" (bug#12868).
47 2012-11-15  Glenn Morris  <rgm@gnu.org>
49         * display.texi (Face Attributes): Fix :underline COLOR description.
50         (Attribute Functions): Update for set-face-underline rename.
51         Tweak descriptions of face-underline-p, face-inverse-video-p.
53 2012-11-14  Glenn Morris  <rgm@gnu.org>
55         * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
56         so they align better in info.
57         (Active Keymaps, Searching Keymaps, Controlling Active Maps):
58         Document set-temporary-overlay-map.
60 2012-11-12  Glenn Morris  <rgm@gnu.org>
62         * variables.texi (Adding Generalized Variables):
63         At least mention gv-define-expander and gv-letplace.
65 2012-11-11  Glenn Morris  <rgm@gnu.org>
67         * debugging.texi (Error Debugging): Mention debug-on-message.
68         (Using Debugger): Mention debugger-bury-or-kill.
70         * control.texi (Signaling Errors):
71         * debugging.texi (Error Debugging):
72         * errors.texi (Standard Errors): Add user-error.
74         * variables.texi (Adding Generalized Variables):
75         Use standard formatting for common lisp note about setf functions.
77 2012-11-07  Martin Rudalics  <rudalics@gmx.at>
79         * elisp.texi (Top): Add Recombining Windows to menu.
80         * windows.texi (Recombining Windows): New subsection.
81         (Splitting Windows): Rewrite text on handling of window
82         combinations and move it to new subsection.
84 2012-11-07  Chong Yidong  <cyd@gnu.org>
86         * searching.texi (Replacing Match): Document \? in replace-match.
88         * variables.texi (Creating Buffer-Local): Document setq-local and
89         defvar-local.
90         (Setting Generalized Variables): Arrange table alphabetically.
92         * lists.texi (List Elements, List Variables): Clarify descriptions
93         of push and pop for generalized variables.
95         * edebug.texi (Specification List): setf is no longer CL-only.
97 2012-11-07  Glenn Morris  <rgm@gnu.org>
99         * variables.texi (Adding Generalized Variables):
100         Update description of FIX-RETURN expansion.
102 2012-11-06  Glenn Morris  <rgm@gnu.org>
104         * variables.texi (Setting Generalized Variables):
105         Split most of previous contents into this subsection.
106         (Adding Generalized Variables): New subsection.
107         Move note on lack of setf functions here from misc/cl.texi.
109         * elisp.texi: Add Generalized Variables subsections to detailed menu.
111 2012-11-05  Chong Yidong  <cyd@gnu.org>
113         * frames.texi (Initial Parameters): Doc fix (Bug#12144).
115 2012-11-03  Chong Yidong  <cyd@gnu.org>
117         * objects.texi (General Escape Syntax): Clarify the explanation of
118         escape sequences.
119         (Non-ASCII in Strings): Clarify when a string is unibyte vs
120         multibyte.  Hex escapes do not automatically make a string
121         multibyte.
123 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
125         * windows.texi (Switching Buffers): Document option
126         switch-to-buffer-preserve-window-point.
127         (Display Action Functions): Document window-height and
128         window-width alist entries.
129         (Display Action Functions): Document
130         display-buffer-below-selected and
131         display-buffer-in-previous-window.
132         (Quitting Windows): Document quit-restore-window.  Rewrite
133         section.
134         (Window Configurations): In window-state-get mention that
135         argument window must be valid.
136         (Window Parameters): Document quit-restore window parameter
137         (Bug#12158).
139 2012-10-31  Glenn Morris  <rgm@gnu.org>
141         * control.texi (Catch and Throw): Add xref to cl.texi.
143         * lists.texi (Sets And Lists): Point xref to better location.
145         * errors.texi (Standard Errors):
146         * loading.texi (Autoload): Update for cl-lib namespace changes.
148         * modes.texi (Defining Minor Modes): "Generalized Variables"
149         section is now in this manual rather than cl.texi.
151         * eval.texi (Special Forms): No longer special forms: defmacro,
152         defun, save-window-excursion, with-output-to-temp-buffer.
153         * functions.texi (Defining Functions): Defun is now a macro.
154         Defalias is a function.
156 2012-10-30  Glenn Morris  <rgm@gnu.org>
158         * variables.texi (Generalized Variables): Fix typo.
160 2012-10-30  Chong Yidong  <cyd@gnu.org>
162         * symbols.texi (Symbol Plists): Document function-get.
164         * loading.texi (Autoload): Document autoloadp, autoload-do-load.
166         * frames.texi (Visibility of Frames): Document tty-top-frame.
168 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * keymaps.texi (Format of Keymaps): Document the multiple
171         inheritance format.
173 2012-10-28  Martin Rudalics  <rudalics@gmx.at>
175         * windows.texi (Basic Windows): Reformulate description of live,
176         internal and valid windows.
177         (Cyclic Window Ordering): Describe new argument of
178         get-lru-window and get-largest-window.  Add description of
179         window-in-direction.
181 2012-10-27  Glenn Morris  <rgm@gnu.org>
183         * variables.texi (Generalized Variables): New section,
184         adapted from misc/cl.texi.
185         * elisp.texi (Top): Add Generalized Variables to menu.
186         * lists.texi (List Elements, List Variables):
187         Mention generalized variables.
189         * lists.texi (List Elements): Typo fix.
191 2012-10-27  Chong Yidong  <cyd@gnu.org>
193         * minibuf.texi (High-Level Completion): Don't mention removed
194         function iswitchb-read-buffer.
196         * commands.texi (Event Input Misc): Remove last-input-char.
197         (Command Loop Info): Remove last-command-char.
199         * frames.texi (Initial Parameters): Don't mention the obsolete
200         special-display feature.
202         * windows.texi (Choosing Window): Don't mention the obsolete
203         special display feature.
204         (Choosing Window Options): Remove obsolete special-display
205         variables, and the functions special-display-p and
206         special-display-popup-frame.
208         * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
210         * hooks.texi (Standard Hooks): Remove obsolete hooks.
212         * markers.texi (Information from Markers): Remove obsolete
213         function buffer-has-markers-at.
215         * text.texi (Yanking): Document yank-handled-properties.
217 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
219         Update manual for new time stamp format (Bug#12706).
220         * buffers.texi (Modification Time):
221         * files.texi (Testing Accessibility, File Attributes):
222         * intro.texi (Version Info):
223         * os.texi (Time of Day):
224         Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
225         These instances were missed the first time around.
226         Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
228 2012-10-24  Chong Yidong  <cyd@gnu.org>
230         * minibuf.texi (Text from Minibuffer): Document read-regexp
231         changes.
233         * nonascii.texi (Selecting a Representation): Document
234         set-buffer-multibyte changes.
236         * keymaps.texi (Toolkit Differences): Node deleted.
237         (Easy Menu): New node.
239 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
243 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
245         Fix outdated timestamp documentation in Elisp manual (bug#12706).
246         * files.texi (File Attributes):
247         * text.texi (Undo):
248         Time stamp resolution is now 1 picosecond, not 1 second.
250 2012-10-23  Chong Yidong  <cyd@gnu.org>
252         * display.texi (Font Lookup): Remove font-list-limit.
254         * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
255         (Bug#12529).
257 2012-10-22  Glenn Morris  <rgm@gnu.org>
259         * os.texi (Recording Input): Tiny fix.
261         * intro.texi (Lisp History):
262         * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
263         * tips.texi (Coding Conventions): Recommend cl-lib over cl.
265 2012-10-15  Chong Yidong  <cyd@gnu.org>
267         * macros.texi (Defining Macros): defmacro is now a macro.
268         Explicitly list the docstring and declare arguments.
270         * functions.texi (Anonymous Functions): Explicitly list the
271         docstring, declare, and interactive arguments to lambda.
272         (Defining Functions): Likewise for defun.
273         (Inline Functions): Likewise for defsubst.
274         (Declare Form): Tweak description.
276 2012-10-13  Chong Yidong  <cyd@gnu.org>
278         * display.texi (ImageMagick Images): ImageMagick enabled by default.
280 2012-10-05  Chong Yidong  <cyd@gnu.org>
282         * minibuf.texi (Basic Completion): Clarify list form of completion
283         table (Bug#12564).
285 2012-10-05  Bruno Félix Rezende Ribeiro  <oitofelix@gmail.com>  (tiny change)
287         * functions.texi (Function Safety): Copyedit.  (Bug#12562)
289 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
291         Revert the FOLLOW-SYMLINKS change for file-attributes.
292         * files.texi (File Attributes, Magic File Names): Undo last change.
294 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
296         file-attributes has a new optional arg FOLLOW-SYMLINKS.
297         * files.texi (File Attributes): Describe it.
298         (Magic File Names): Use it.
300 2012-09-30  Chong Yidong  <cyd@gnu.org>
302         * commands.texi (Click Events): Define "mouse position list".
303         Remove mention of unimplemented horizontal scroll bars.
304         (Drag Events, Motion Events): Refer to "mouse position list".
305         (Accessing Mouse): Document posnp.
307         * errors.texi (Standard Errors): Tweak arith-error description.
308         Tweak markup.  Remove domain-error and friends, which seem to be
309         unused after the floating-point code revamp.
311         * functions.texi (Obsolete Functions): Obsolescence also affects
312         documentation commands.  Various clarifications.
313         (Declare Form): New node.
315         * strings.texi (String Basics): Copyedits.
317         * os.texi (Idle Timers): Minor clarifications.
318         (User Identification): Add system-users and system-groups.
320         * macros.texi (Defining Macros): Move description of `declare' to
321         Declare Form node.
323         * loading.texi (Autoload):
324         * help.texi (Documentation Basics): The special sequences can
325         trigger autoloading.
327         * numbers.texi (Integer Basics): Copyedits.
328         (Float Basics): Consider IEEE floating point always available.
329         (Random Numbers): Document actual limits.
330         (Arithmetic Operations): Clarify division by zero.  Don't mention
331         the machine-independence of negative division since it does not
332         happen in practice.
334 2012-09-28  Chong Yidong  <cyd@gnu.org>
336         * os.texi (Startup Summary): Document leim-list.el change.
338 2012-09-25  Chong Yidong  <cyd@gnu.org>
340         * functions.texi (Defining Functions): defun is now a macro.
342 2012-09-28  Leo Liu  <sdl.web@gmail.com>
344         * files.texi (Files): Fix typo.
346 2012-09-23  Chong Yidong  <cyd@gnu.org>
348         * buffers.texi (Read Only Buffers): Document read-only-mode.
350         * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
351         read-only-mode.
353         * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
354         calling conventions.
356 2012-09-22  Chong Yidong  <cyd@gnu.org>
358         * searching.texi (Replacing Match): Minor clarification.
360 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
362         * edebug.texi (Instrumenting): Improve indexing.
364         * os.texi (Idle Timers): Warn against reinvoking an idle timer
365         from within its own timer action.  (Bug#12447)
367 2012-09-22  Chong Yidong  <cyd@gnu.org>
369         * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
371 2012-09-21  Glenn Morris  <rgm@gnu.org>
373         * debugging.texi (Using Debugger): Fix typo.
375 2012-09-18  Chong Yidong  <cyd@gnu.org>
377         * display.texi (Faces): Discuss anonymous faces.
378         (Face Attributes): Tweak intro.
379         (Defining Faces): Move after the Face Attributes node.  Copyedits.
380         (Displaying Faces): Describe role of inheritance.
382         * customize.texi (Customization): Define customization more
383         carefully (Bug#11440).
384         (Common Keywords): Add xref to Constant Variables.
386         * variables.texi (Defining Variables): Link to defcustom's node
387         instead of the higher-level Customization chapter.
389 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
391         Simplify, document, and port floating-point (Bug#12381).
392         * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
393         Document that / and mod (with floating point arguments), along
394         with asin, acos, log, log10, expt and sqrt, return special values
395         instead of signaling exceptions.
396         (Float Basics): Document that logb operates on the absolute value
397         of its argument.
398         (Math Functions): Document that (log ARG BASE) also returns NaN if
399         BASE is negative.  Document that (expt X Y) returns NaN if X is a
400         finite negative number and Y a finite non-integer.
402 2012-09-09  Chong Yidong  <cyd@gnu.org>
404         * lists.texi (Sets And Lists): Explain that the return value for
405         delete should be used, like for delq.
407         * minibuf.texi (Yes-or-No Queries): Document recentering and
408         scrolling in y-or-n-p.  Remove gratuitous example.
410         * searching.texi (Search and Replace): Document window scrolling
411         entries in query-replace-map.
413 2012-09-08  Chong Yidong  <cyd@gnu.org>
415         * syntax.texi (Syntax Table Internals): Define "raw syntax
416         descriptor" terminology (Bug#12383).
417         (Syntax Descriptors): Mention raw syntax descriptors.
419 2012-09-07  Chong Yidong  <cyd@gnu.org>
421         * variables.texi (Creating Buffer-Local): Fix description of
422         local-variable-if-set-p (Bug#10713).
424         * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
426         * windows.texi (Display Action Functions)
427         (Choosing Window Options): Remove obsolete variable
428         display-buffer-reuse-frames.
429         (Switching Buffers): Minor doc tweak for switch-to-buffer.
431         * positions.texi (Narrowing): Document buffer-narrowed-p.
433         * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
435         * syntax.texi (Low-Level Parsing): Add xref to Parser State
436         (Bug#12269).
438 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
440         * debugging.texi (Explicit Debug): Document `debug-on-message'.
442 2012-09-02  Chong Yidong  <cyd@gnu.org>
444         * windows.texi (Window Configurations): Recommend against using
445         save-window-excursion (Bug#12075).
447         * control.texi (Catch and Throw):
448         * positions.texi (Excursions): Don't mention it.
450 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
452         Better seed support for (random).
453         * numbers.texi (Random Numbers): Document new behavior of
454         the calls (random) and (random STRING).
456 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
458         * windows.texi (Window Point): Document recent changes in
459         window-point and set-window-point.
460         (Selecting Windows): Document recent change in select-window.
462 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
464         * functions.texi (Closures): Put the main index entry for
465         "closures" here.  (Bug#12138)
467         * variables.texi (Lexical Binding): Disambiguate the index entry
468         for "closures".
470 2012-08-05  Chong Yidong  <cyd@gnu.org>
472         * display.texi (Defining Faces): Move documentation of
473         frame-background-mode to the Emacs manual (Bug#7774).
475 2012-08-04  Chong Yidong  <cyd@gnu.org>
477         * syntax.texi (Syntax Basics): Rearrange the text for clarity.
478         Fix description of syntax table inheritance.
479         (Syntax Table Functions): Don't refer to internal contents of
480         syntax table, since that is not explained yet.  Copyedits.
481         (Standard Syntax Tables): Node deleted.
482         (Syntax Table Internals): Misc clarifications.  Improve table
483         formatting.
485         * keymaps.texi (Inheritance and Keymaps):
486         * text.texi (Sticky Properties): Tweak index entry.
488 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
490         * nonascii.texi (Character Sets): Fix a typo.  (Bug#12062)
492 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
494         Prefer typical American spelling for "acknowledgment".
495         * intro.texi (Acknowledgments): Rename from Acknowledgements.
497 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
499         * commands.texi (Special Events): Mention language-change event.
500         (Input Events, Interactive Codes):
501         * keymaps.texi (Key Sequences): Mention events that are
502         non-keyboard but also non-mouse events.
504 2012-07-17  Chong Yidong  <cyd@gnu.org>
506         * text.texi (Insertion): Document insert-char changes.
508 2012-07-15  Leo Liu  <sdl.web@gmail.com>
510         * display.texi (Fringe Bitmaps): Add exclamation-mark.
512 2012-07-13  Chong Yidong  <cyd@gnu.org>
514         * buffers.texi (Read Only Buffers): Document toggle-read-only
515         changes.  Reword to account for the fact that read-only is
516         currently not supported in overlay properties.
518 2012-07-07  Chong Yidong  <cyd@gnu.org>
520         * loading.texi (Library Search): Index site-lisp directories.
522 2012-07-06  Chong Yidong  <cyd@gnu.org>
524         * intro.texi (A Sample Function Description): Fix incorrect
525         markup, undoing previous change.
526         (A Sample Variable Description): Minor clarifications and markup
527         improvements.
529         * elisp.texi (Top):
530         * text.texi (Text): Fix menu order.
532 2012-07-06  Richard Stallman  <rms@gnu.org>
534         * intro.texi (Evaluation Notation, A Sample Function Description):
535         (A Sample Variable Description): Improve/undo previous changes.
537 2012-07-05  Glenn Morris  <rgm@gnu.org>
539         * intro.texi (A Sample Function Description): Fix cross-refs.
541 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
543         * intro.texi (Evaluation Notation, A Sample Function Description)
544         (A Sample Variable Description, Version Info): Copy edits (bug#11862).
546 2012-06-27  Chong Yidong  <cyd@gnu.org>
548         * processes.texi (Asynchronous Processes, Input to Processes):
549         * internals.texi (Process Internals): Don't capitalize "pty".
551 2012-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
553         * processes.texi (Asynchronous Processes): Make the pty vs pipe
554         discussion more prominent.
556 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
558         * commands.texi (Misc Events): Document the language-change event.
560 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
562         Support higher-resolution time stamps (Bug#9000).
563         * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
564         * processes.texi (System Processes):
565         Time stamp resolution is now picosecond, not microsecond.
567 2012-06-21  Glenn Morris  <rgm@gnu.org>
569         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
571 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * functions.texi (Defining Functions):
574         * macros.texi (Defining Macros): Un-define the return value of `defun',
575         `defmacro' and `defalias'.
577 2012-06-17  Chong Yidong  <cyd@gnu.org>
579         * elisp.texi: Remove urlcolor setting.
581 2012-06-17  Glenn Morris  <rgm@gnu.org>
583         * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
584         Overlining no longer behaves exactly like underlining.
586 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
588         * display.texi (Face Attributes):
589         Document wave-style underline face attribute.
591 2012-06-11  Chong Yidong  <cyd@gnu.org>
593         * display.texi (ImageMagick Images): ImageMagick now supports the
594         :background property.
596 2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
598         * internals.texi (Garbage Collection): Typo fix.
600 2012-06-09  Chong Yidong  <cyd@gnu.org>
602         * text.texi (Special Properties): Clarify the meaning of a list of
603         faces in the `face' property.
605         * display.texi (Face Remapping): Minor clarification.
607 2012-06-08  Chong Yidong  <cyd@gnu.org>
609         * display.texi (Face Attributes): Font family does not accept
610         wildcards.  De-document obsolete :bold and :italic attributes.
611         (Defining Faces): Use new-style face spec format.
613 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
615         * internals.texi (Garbage Collection): Document new
616         vector management code and vectorlike_header structure.
618 2012-06-03  Chong Yidong  <cyd@gnu.org>
620         * modes.texi (Mode Line Data): Use "mode line construct"
621         terminology for consistency.
623 2012-05-27  Glenn Morris  <rgm@gnu.org>
625         * abbrevs.texi, advice.texi, anti.texi, backups.texi:
626         * buffers.texi, commands.texi, compile.texi, control.texi:
627         * customize.texi, debugging.texi, display.texi, doclicense.texi:
628         * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
629         * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
630         * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
631         * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
632         * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
633         * objects.texi, os.texi, package.texi, positions.texi:
634         * processes.texi, searching.texi, sequences.texi, streams.texi:
635         * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
636         * variables.texi, windows.texi: Nuke hand-written node pointers.
638 2012-05-27  Chong Yidong  <cyd@gnu.org>
640         * functions.texi (Obsolete Functions):
641         Fix doc for set-advertised-calling-convention.
643         * modes.texi (Mode Help): Fix describe-mode.
645         * display.texi (Face Functions): Fix define-obsolete-face-alias.
647         * variables.texi (Variable Aliases): Fix make-obsolete-variable.
649 2012-05-27  Martin Rudalics  <rudalics@gmx.at>
651         * commands.texi (Recursive Editing): recursive-edit is a command.
653         * compile.texi (Docs and Compilation):
654         byte-compile-dynamic-docstrings is an option.
656         * debugging.texi (Invoking the Debugger): debug is a command.
658         * display.texi (Progress): progress-reporter-update and
659         progress-reporter-force-update have VALUE argument optional.
660         (Animated Images): Use non-@code{nil} instead of non-nil.
662         * files.texi (Format Conversion Round-Trip):
663         Use non-@code{nil} instead of non-nil.
665         * frames.texi (Creating Frames): make-frame is a command.
666         (Input Focus): select-frame is a command.
667         (Pointer Shape): void-text-area-pointer is an option.
669         * help.texi (Describing Characters): read-kbd-macro is a command.
670         (Help Functions): describe-prefix-bindings is a command.
672         * markers.texi (Creating Markers): Both arguments of copy-marker
673         are optional.
675         * minibuf.texi (Reading File Names): Use @kbd instead of @code.
677         * modes.texi (Mode Line Variables): mode-line-remote and
678         mode-line-client are not options.
679         (Imenu): imenu-add-to-menubar is a command.
680         (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
682         * os.texi (Sound Output): play-sound-file is a command.
684         * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
686         * processes.texi (Signals to Processes):
687         Use @key{RET} instead of @code{RET}.
688         (Signals to Processes): signal-process is a command.
690         * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
691         (Base 64): base64-encode-string is not a command while
692         base64-decode-region is.
694         * windows.texi (Switching Buffers): pop-to-buffer is a command.
696 2012-05-12  Glenn Morris  <rgm@gnu.org>
698         * Makefile.in (MKDIR_P): New, set by configure.
699         (mkinfodir): Use $MKDIR_P.
701 2012-05-10  Glenn Morris  <rgm@gnu.org>
703         * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
704         with "coding: raw-text".
705         Concept of multibyte sessions no longer exists.
707         * files.texi (File Locks): Mention create-lockfiles option.
709 2012-05-09  Glenn Morris  <rgm@gnu.org>
711         * vol1.texi, vol2.texi: Remove files.
712         * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
713         * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
715         * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
717         * two-volume.make (emacsdir): New.
718         (tex): Add directory with emacsver.texi to TEXINPUTS.
720         * minibuf.texi (Minibuffer History, Basic Completion):
721         Tweak page breaks.
723         * internals.texi (Garbage Collection, Memory Usage)
724         (Writing Emacs Primitives): Tweak page breaks.
726         * streams.texi (Output Variables): Improve page break.
728         * edebug.texi (Edebug Display Update): Improve page break.
730         * compile.texi (Disassembly): Condense the examples.
732         * eval.texi, functions.texi, loading.texi, macros.texi:
733         Where possible, use example rather than smallexample.
735         * symbols.texi: Where possible, use example rather than smallexample.
736         (Symbol Components): Fix typo.
737         (Other Plists): Tweak page break.
739         * sequences.texi (Arrays): Tweak page breaks.
741         * customize.texi: Where possible, use example rather than smallexample.
742         (Common Keywords, Variable Definitions, Applying Customizations)
743         (Custom Themes): Tweak page breaks.
745         * control.texi: Where possible, use example rather than smallexample.
746         (Sequencing, Conditionals, Signaling Errors, Handling Errors):
747         Tweak page breaks.
749 2012-05-08  Glenn Morris  <rgm@gnu.org>
751         * two.el: Remove; unused since creation of two-volume.make.
753         * vol1.texi, vol2.texi: No need to keep menus in these files.
755 2012-05-05  Glenn Morris  <rgm@gnu.org>
757         * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
759         * intro.texi (Caveats): Copyedit.
760         (Lisp History): Convert inforef to xref.
761         (Lisp History, Printing Notation, Version Info): Improve page-breaks.
763         * text.texi (Auto Filling): Don't mention Emacs 19.
765         * commands.texi (Event Input Misc): Don't mention unread-command-char.
766         * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
768         * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
770         * lists.texi (List-related Predicates, List Variables):
771         Tweak page-breaks.
772         (Sets And Lists): Convert inforef to xref.
774 2012-05-04  Glenn Morris  <rgm@gnu.org>
776         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
777         (info, infoclean): Use $INFO_EXT.
778         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
779         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
780         (info, maintainer-clean): Use $INFO_EXT.
781         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
783 2012-05-04  Chong Yidong  <cyd@gnu.org>
785         * os.texi (Timers): Use defopt for timer-max-repeats.
787 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
789         * os.texi (Time of Day): Do not limit current-time-string
790         to years 1000..9999.
792 2012-05-02  Chong Yidong  <cyd@gnu.org>
794         * display.texi (Font Lookup):
795         * frames.texi (Pointer Shape):
796         * processes.texi (Subprocess Creation): Use defopt for options.
798 2012-05-02  Glenn Morris  <rgm@gnu.org>
800         * elisp.texi (@copying):
801         * intro.texi (Introduction): Only print VERSION in the TeX version.
803 2012-05-02  Chong Yidong  <cyd@gnu.org>
805         * text.texi (Change Hooks): Minor fix for after-change-functions.
807 2012-05-02  Glenn Morris  <rgm@gnu.org>
809         * package.texi (Packaging Basics):
810         * loading.texi (Autoload):
811         * files.texi (Magic File Names):
812         Reword to remove/reduce some overly long/short lines.
814 2012-04-27  Glenn Morris  <rgm@gnu.org>
816         * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
817         * modes.texi (Major Modes, Auto-Indentation):
818         * buffers.texi (Buffers): Some fixes for menu descriptions.
820 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
821         * functions.texi (Simple Lambda, Argument List):
822         * eval.texi (Function Indirection): Avoid deprecated form.
824 2012-04-27  Glenn Morris  <rgm@gnu.org>
826         * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
827         Add "et al." to authors.
829         * buffers.texi, commands.texi, compile.texi, control.texi:
830         * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
831         * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
832         * modes.texi, numbers.texi, objects.texi, streams.texi:
833         * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
834         Use Texinfo recommended convention for quotes+punctuation.
836 2012-04-27  Chong Yidong  <cyd@gnu.org>
838         * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
839         to where-is-internal (Bug#10872).
841 2012-04-27  Glenn Morris  <rgm@gnu.org>
843         * macros.texi (Indenting Macros): Fix typo.
845         * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
846         (Resizing Windows, Deleting Windows, Selecting Windows)
847         (Choosing Window Options, Horizontal Scrolling)
848         (Cyclic Window Ordering, Window History, Dedicated Windows)
849         (Quitting Windows, Window Configurations, Textual Scrolling):
850         (Coordinates and Windows, Window Configurations)
851         (Window Parameters, Window Hooks): Copyedits.
852         (Splitting Windows, Deleting Windows):
853         Fix ignore-window-parameters logic.
854         (Selecting Windows, Choosing Window Options): Markup fixes.
855         (Window Start and End): Remove pointless example.
856         Remove cross-reference to deleted count-lines content.
857         (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
858         and recenter-positions.  Remove recenter example.
860         * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
862         * minibuf.texi (Intro to Minibuffers):
863         Tweak discussion of resizing minibuffer window.
865 2012-04-26  Glenn Morris  <rgm@gnu.org>
867         * elisp-covers.texi, front-cover-1.texi: Remove files.
869         * tindex.pl: Remove file.
871         * makefile.w32-in (srcs):
872         * Makefile.in (srcs): Remove back.texi (which is unused).
874 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
876         * os.texi (Notifications): Extend possible notification hints.
877         Add notifications-get-capabilities.
879 2012-04-20  Chong Yidong  <cyd@gnu.org>
881         * processes.texi (Asynchronous Processes): Mention nil argument to
882         start-process.
884 2012-04-20  Glenn Morris  <rgm@gnu.org>
886         * minibuf.texi (Basic Completion): No need to describe obarrays here.
887         Don't mention obsolete `nospace' argument of all-completions.
888         (Minibuffer Completion, Completion Commands, Reading File Names)
889         (Completion Variables): Copyedits.
890         (Completion Commands): Mention parent keymaps.
891         Remove obsolete minibuffer-local-filename-must-match-map.
892         (High-Level Completion): Remove read-variable's almost
893         word-for-word duplication of read-command.
894         * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
895         Update "High-Level Completion" description.
897         * minibuf.texi (Minibuffers):
898         * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
900         * minibuf.texi: Standardize metasyntactic variables ("history", etc).
901         Use Texinfo-recommended form of quote+punctuation.
902         (Intro to Minibuffers): First minibuffer is #1, not #0.
903         Mention minibuffer-inactive-mode.
904         (Text from Minibuffer): Copyedits.
905         (Minibuffer History, Programmed Completion): Fix @var usage.
906         (Object from Minibuffer): Remove overly pedantic para.
907         (Minibuffer History): Copyedits.  Add face-name-history.
908         (Initial Input, Yes-or-No Queries, Multiple Queries)
909         (Minibuffer Windows, Minibuffer Misc): Copyedits.
910         (Yes-or-No Queries): Tweak example.
911         (Minibuffer Commands): Add next-complete-history-element.
912         (Minibuffer Misc): Mention minibuffer-message-timeout, and
913         minibuffer-inactive-mode.
915         * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
916         (Bindat Functions): Copyedits.
918 2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
920         * files.texi (Saving Buffers): Document `visit and `visit-save'
921         values of require-final-newline.
923 2012-04-20  Glenn Morris  <rgm@gnu.org>
925         * processes.texi (Output from Processes, Filter Functions):
926         Mention waiting-for-user-input-p.
927         (Sentinels, Query Before Exit, System Processes, Transaction Queues):
928         (Network Servers, Datagrams, Network Processes, Network Options)
929         (Network Feature Testing, Serial Ports): Copyedits.
930         (Network): Add encrypted network overview paragraph.
931         Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
933 2012-04-20  Chong Yidong  <cyd@gnu.org>
935         * help.texi (Keys in Documentation): Mention :advertised-binding.
937         * keymaps.texi (Menu Bar): Move most of the :advertised-binding
938         description to help.texi.
940 2012-04-20  Glenn Morris  <rgm@gnu.org>
942         * processes.texi (Process Information, Input to Processes)
943         (Signals to Processes, Output from Processes, Process Buffers)
944         (Filter Functions, Decoding Output): Copyedits.
945         (Accepting Output): Discourage use of `millisec' argument.
947 2012-04-15  Glenn Morris  <rgm@gnu.org>
949         * processes.texi (Processes, Subprocess Creation, Shell Arguments):
950         (Synchronous Processes, Asynchronous Processes, Deleting Processes):
951         Copyedits.
952         (Subprocess Creation): Discourage modifying exec-path directly.
953         (Synchronous Processes, Asynchronous Processes):
954         Update some example output.
955         (Process Information): Fix typo.
956         (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
958 2012-04-15  Glenn Morris  <rgm@gnu.org>
960         * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
961         open-network-stream does exist in Emacs 23, but is simpler.
963 2012-04-15  Chong Yidong  <cyd@gnu.org>
965         * customize.texi (Custom Themes): Also document load-theme etc.
967 2012-04-14  Chong Yidong  <cyd@gnu.org>
969         * customize.texi (Applying Customizations):
970         (Custom Themes): New nodes.
972         * display.texi (Defining Faces): Reference custom-set-faces.
974         * modes.texi (Defining Minor Modes, Defining Minor Modes):
975         * os.texi (Startup Summary): Copyedits.
977 2012-04-14  Glenn Morris  <rgm@gnu.org>
979         * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
981         * strings.texi (Case Tables):
982         * objects.texi (General Escape Syntax):
983         * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
985         * buffers.texi, compile.texi, customize.texi, debugging.texi:
986         * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
987         * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
988         * text.texi: Use @file for buffers, per the Texinfo manual.
990         * compile.texi (Compiler Errors): Add missing space in buffer name.
992 2012-04-14  Chong Yidong  <cyd@gnu.org>
994         * processes.texi (Query Before Exit): Remove obsolete function
995         process-kill-without-query (Bug#11190).
997 2012-04-14  Glenn Morris  <rgm@gnu.org>
999         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1000         Use @env for environment variables.
1002         * Makefile.in: Replace non-portable use of $< in ordinary rules.
1004 2012-04-12  Jari Aalto  <jari.aalto@cante.net>
1006         * processes.texi (Synchronous Processes): Mention
1007         `default-directory' (bug#7515).
1009 2012-04-09  Chong Yidong  <cyd@gnu.org>
1011         * customize.texi (Variable Definitions): Remove user-variable-p.
1013         * commands.texi (Interactive Codes):
1014         * help.texi (Accessing Documentation):
1015         * minibuf.texi (High-Level Completion): Callers changed.
1017 2012-04-06  Chong Yidong  <cyd@gnu.org>
1019         * minibuf.texi (Programmed Completion): Document metadata method.
1020         (Completion Variables): Document completion-category-overrides.
1022 2012-04-05  Chong Yidong  <cyd@gnu.org>
1024         * anti.texi (Antinews): Rewrite for Emacs 23.
1026 2012-04-04  Chong Yidong  <cyd@gnu.org>
1028         * minibuf.texi (Programmed Completion): Remove obsolete variable
1029         completion-annotate-function.
1030         (Completion Variables): Rename from Completion Styles.  Document
1031         completion-extra-properties.  Document completion-styles-alist
1032         change.
1033         (Reading File Names): minibuffer-local-filename-must-match-map is
1034         not used anymore.
1035         (Minibuffer Completion): Document completing-read-function.
1036         (Completion in Buffers): completion-at-point-functions can return
1037         properties recognized in completion-extra-properties.
1039         * display.texi (Delayed Warnings): New node.
1041         * os.texi (Notifications): Copyedits.
1043 2012-04-04  Glenn Morris  <rgm@gnu.org>
1045         * os.texi (Notifications): Copyedits.
1047 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
1049         * os.texi (Terminal-Specific): Fix typo.
1050         (Notifications): New section.
1052         * elisp.texi (Top):
1053         * vol1.texi (Top):
1054         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1055         menu entries.
1057 2012-04-01  Chong Yidong  <cyd@gnu.org>
1059         * files.texi (Kinds of Files): file-subdir-of-p renamed to
1060         file-in-directory-p.
1062 2012-03-31  Glenn Morris  <rgm@gnu.org>
1064         * edebug.texi (Instrumenting Macro Calls):
1065         Mention defining macros at instrumentation time.
1066         (Edebug Options): Mention edebug-unwrap-results.
1068 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
1070         * text.texi (Special Properties): Clarify the description of the
1071         effect of integer values of the 'cursor' property on cursor
1072         position.  See the discussions in bug#11068 for more details and
1073         context.
1075 2012-03-31  Glenn Morris  <rgm@gnu.org>
1077         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1078         Copyedits.
1080 2012-03-30  Chong Yidong  <cyd@gnu.org>
1082         * display.texi (Image Formats): Add imagemagick type.
1083         (Image Descriptors): Mention how they are used.
1084         (ImageMagick Images): Clarify role of imagemagick-register-types.
1085         (Character Display): Don't mention glyph tables.
1086         (Display Tables): Use make-glyph-code in example.
1087         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
1088         tables are semi-obsolete.  De-document create-glyph.
1089         (Glyphless Chars): Note that display tables override this.
1090         (Bidirectional Display): Copyedits.  Introduce "bidirectional
1091         reordering" terminology, and use it.
1093 2012-03-30  Glenn Morris  <rgm@gnu.org>
1095         * edebug.texi (Jumping): Give name of `i' binding.
1097 2012-03-28  Glenn Morris  <rgm@gnu.org>
1099         * searching.texi (Regular Expressions, Regexp Special):
1100         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1101         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1102         (Regexp Special): Mention collation.
1103         Clarify char classes with an example.
1104         (Regexp Functions): Mention regexp-opt is not guaranteed.
1105         Mention regexp-opt-charset.
1106         (Regexp Search): Recommend against looking-back.
1107         (Search and Replace): Use Texinfo recommended quote convention.
1108         Add more query-replace-map items.  List multi-query-replace-map items.
1110 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
1112         * windows.texi (Window History): Describe new option
1113         switch-to-visible-buffer.
1115 2012-03-27  Glenn Morris  <rgm@gnu.org>
1117         * searching.texi (String Search): Add xref to Emacs manual.
1118         Copyedits.  Mention the function word-search-regexp.
1119         (Searching and Case): Add xref to Emacs manual.  Copyedits.
1121         * processes.texi (Network Servers): Standardize apostrophe usage.
1123         * os.texi (System Environment): Copyedits.  Remove some examples
1124         that do not seem useful.  Mention setenv third arg.
1125         tty-erase-char does not seem to be nil under a window-system.
1126         (User Identification): Copyedits.
1127         Remove some examples that do not seem useful.
1129 2012-03-26  Glenn Morris  <rgm@gnu.org>
1131         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
1132         (Init File): Copyedits.
1133         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
1134         (Killing Emacs): Copyedits.
1135         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
1136         Shorten the example, use more standard shell prompts.
1138 2012-03-25  Chong Yidong  <cyd@gnu.org>
1140         * display.texi (Fringes): Note that fringes are shown on graphical
1141         displays only.
1142         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1143         (Replacing Specs): Clarify example.
1144         (Manipulating Buttons): Note that button-at can return a marker.
1145         (Buttons): Minor rewrite.
1146         (Character Display): New node.  Consolidate all character display
1147         related nodes into its subsections.
1148         (Usual Display): Character 127 is also affected by ctl-arrow.
1149         (Display Tables): Improve example.
1151 2012-03-22  Glenn Morris  <rgm@gnu.org>
1153         * strings.texi (Text Comparison): Mention string-prefix-p.
1155 2012-03-21  Chong Yidong  <cyd@gnu.org>
1157         * display.texi (The Echo Area): Add xref to Output Streams.
1158         (Displaying Messages): Improve doc of message.
1159         (Echo Area Customization, Invisible Text): Copyedits.
1160         (Invisible Text): Mention that spec comparison is done with eq.
1161         (Width): Improve doc of char-width.
1162         (Faces): Recommend using symbol instead of string for face name.
1163         Minor clarifications.
1164         (Defining Faces): Copyedits.  Update face example.
1165         (Attribute Functions): Mark set-face-foreground etc as commands.
1166         (Face Remapping): Mention text-scale-adjust.  Clarify
1167         face-remapping-alist and related docs.
1168         (Face Functions): Don't document make-face or copy-face.
1170 2012-03-20  Chong Yidong  <cyd@gnu.org>
1172         * display.texi (Forcing Redisplay): Various rewrites to reflect
1173         new value of redisplay-dont-pause.
1174         (Truncation): Copyedits.
1176 2012-03-20  Glenn Morris  <rgm@gnu.org>
1178         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1179         Add summary table of some relevant command-line options.
1181 2012-03-18  Chong Yidong  <cyd@gnu.org>
1183         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1184         (Writing Emacs Primitives): Re-organize discussion of functions
1185         with variable Lisp arguments are handled.  Delete an obsolete
1186         remark, previously tagged as FIXME.
1188         * os.texi (Idle Timers): Minor clarification.
1189         (Idle Timers): Link to Time of Day for description of time list.
1191 2012-03-18  Glenn Morris  <rgm@gnu.org>
1193         * os.texi (System Interface): Flow control was removed.
1194         (Startup Summary): General update.
1195         (Init File): Don't mention compiling it.
1197 2012-03-17  Chong Yidong  <cyd@gnu.org>
1199         * os.texi (Startup Summary): Mention package loading.
1200         (Init File): Don't refer to .emacs in section title.  Copyedits.
1201         (Terminal-Specific): Give a realistic example.
1202         (Command-Line Arguments): Reference Entering Emacs instead of
1203         repeating the spiel about not restarting Emacs.
1204         (Time of Day): Discuss time representation at beginning of node.
1205         (Sound Output): Copyedits.
1207         * package.texi (Packaging Basics): Document package-initialize.
1209 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
1211         * frames.texi (Initial Parameters): Add an index entry for
1212         minibuffer-only frame.
1214 2012-03-16  Glenn Morris  <rgm@gnu.org>
1216         * modes.texi (Major Mode Conventions): Mention the strange
1217         relationship between View mode and special modes.  (Bug#10650)
1219 2012-03-11  Chong Yidong  <cyd@gnu.org>
1221         * windows.texi (Window Configurations): save-window-excursion is
1222         now a macro.
1224         * display.texi (Temporary Displays): with-output-to-temp-buffer is
1225         now a macro.
1227         * text.texi (Fields): Minor copyedit.
1229 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
1231         * strings.texi (String Basics):
1232         * sequences.texi (Sequence Functions): Mention that `length' is
1233         not appropriate for computing the string width on display; add a
1234         cross-reference to the description of `string-width'.  (Bug#10978)
1236         * eval.texi (Autoloading): Minor change of wording.
1238 2012-03-10  Chong Yidong  <cyd@gnu.org>
1240         * loading.texi (Autoload): Explicitly state which forms are
1241         processed specially (Bug#7783).
1243         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1244         non-default situation.  Describe one-submenu exception (Bug#7695).
1246         * nonascii.texi (Character Properties): Copyedits.
1248 2012-03-08  Chong Yidong  <cyd@gnu.org>
1250         * text.texi (Mode-Specific Indent): Document new behavior of
1251         indent-for-tab-command.  Document tab-always-indent.
1252         (Special Properties): Copyedits.
1253         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
1254         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
1255         libxml-parse-html-region.
1257 2012-03-07  Glenn Morris  <rgm@gnu.org>
1259         * markers.texi (The Region): Briefly mention use-empty-active-region
1260         and region-active-p.
1261         (Overview of Markers): Reword garbage collection, add cross-ref.
1262         (The Mark): Tiny clarification re command loop and activate-mark-hook.
1264 2012-03-07  Chong Yidong  <cyd@gnu.org>
1266         * text.texi (Buffer Contents): Don't duplicate explanation of
1267         region arguments from Text node.  Put doc of obsolete var
1268         buffer-substring-filters back, since it is referred to.
1269         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1270         selection by default.
1272         * markers.texi (The Mark): Fix typo.
1273         (The Region): Copyedits.
1275 2012-03-07  Glenn Morris  <rgm@gnu.org>
1277         * markers.texi (Overview of Markers): Copyedits.
1278         (Creating Markers): Update approximate example buffer size.
1279         (The Mark): Don't mention uninteresting return values.
1281 2012-03-05  Chong Yidong  <cyd@gnu.org>
1283         * positions.texi (Text Lines): Document count-words.
1285 2012-03-04  Chong Yidong  <cyd@gnu.org>
1287         * frames.texi (Frames): Remove little-used "terminal frame" and
1288         "window frame" terminology.
1289         (Frame Parameters, Font and Color Parameters, Initial Parameters)
1290         (Size and Position, Visibility of Frames): Callers changed.
1291         (Frames): Clarify which terminals in framep are graphical.
1292         (Initial Parameters): --geometry is not the only option which adds
1293         to initial-frame-alist.
1294         (Position Parameters): Note that icon-left and icon-top are for
1295         old window managers only.
1296         (Size Parameters): Sizes are in characters even on graphical
1297         displays.
1298         (Management Parameters): Note that window-id and outer-window-id
1299         can't really be changed, and that auto-raise isn't always obeyed.
1300         (Cursor Parameters): Document cursor-type explicitly.
1301         (Size and Position): The aliases set-screen-height and
1302         set-screen-width have been deleted.
1303         (Visibility of Frames): Mention "minimization".
1305         * os.texi (Startup Summary): Minor clarifications.
1306         (Startup Summary, Suspending Emacs): Standardize on "text
1307         terminal" terminology.
1309         * windows.texi (Basic Windows, Coordinates and Windows)
1310         (Coordinates and Windows):
1311         * display.texi (Refresh Screen, Line Height, Face Attributes)
1312         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1314 2012-03-04  Glenn Morris  <rgm@gnu.org>
1316         * abbrevs.texi: Small copyedits throughout.
1317         (Abbrev Mode): Remove this section, folding it into the top-level.
1318         (Abbrev Tables): Don't mention irrelevant return values.
1319         (Abbrev Expansion): Add cross-ref for wrapper hooks.
1320         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1321         (Abbrev Table Properties): Update nil :regexp description.
1323 2012-03-03  Glenn Morris  <rgm@gnu.org>
1325         * internals.texi: Change @appendix section commands to @section.
1326         (Building Emacs): Say less about CANNOT_DUMP platforms.
1327         Replace deleted eval-at-startup with custom-initialize-delay.
1328         (Pure Storage): Small changes.
1329         (Memory Usage): Copyedit.
1330         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1331         example definitions. Give examples of things with non-nil
1332         interactive args.  Mention eval_sub.  Remove old info about
1333         strings and GCPRO.  Mention cus-start.el.
1334         (Buffer Internals, Window Internals, Process Internals):
1335         Misc small updates and fixes for fields.
1337         * tips.texi: Copyedits.
1338         (Coding Conventions): Mention autoloads.
1339         Combine partially duplicated macro items.  Fix xref.
1340         Refer to Library Headers for copyright notice.
1341         (Programming Tips): edit-options is long-obsolete.
1342         (Compilation Tips): Mention loading bytecomp for byte-compile props.
1343         (Warning Tips): Mention declare-function.
1344         (Documentation Tips): Remove old info.
1345         (Comment Tips): Mention comment-dwim, not indent-for-comment.
1346         (Library Headers): General update.
1348 2012-03-02  Glenn Morris  <rgm@gnu.org>
1350         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1351         and relocate entry.  Mention buffer-stale-function.
1353         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1355         * hooks.texi (Standard Hooks): General update.
1356         Put related hooks together.  Add and remove items.
1357         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1358         * modes.texi (Hooks): Tweak cross-ref description.
1360 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
1362         * files.texi (Kinds of Files): The return value of file-equal-p is
1363         unspecified, if FILE1 or FILE2 does not exist.
1365 2012-03-01  Glenn Morris  <rgm@gnu.org>
1367         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1369         * maps.texi (Standard Keymaps): General update.
1370         Remove mode-specific maps, talk about the more general keymaps.
1371         * help.texi (Help Functions): Add vindex for Helper-help-map.
1372         * keymaps.texi (Active Keymaps): Minor rephrasing.
1374 2012-02-29  Glenn Morris  <rgm@gnu.org>
1376         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1378 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1380         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1381         Update changed behavior of file-subdir-of-p.
1383 2012-02-28  Glenn Morris  <rgm@gnu.org>
1385         * advice.texi, anti.texi, display.texi, elisp.texi:
1386         * processes.texi, variables.texi, vol1.texi, vol2.texi:
1387         Standardize possessive apostrophe usage.
1389         * locals.texi: Remove file.
1390         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1391         Remove menu entry.
1392         * errors.texi, maps.texi: Adjust node pointers.
1393         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1394         * makefile.w32-in (srcs):
1395         * Makefile.in (srcs): Remove locals.texi.
1397         * frames.texi (Mouse Position): Fix cross-ref.
1399 2012-02-27  Chong Yidong  <cyd@gnu.org>
1401         * buffers.texi (Creating Buffers): Clarify that
1402         generate-new-buffer uses generate-new-buffer-names.
1403         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1405         * files.texi (Directory Names): Index entry for file name abbreviations.
1406         (Relative File Names, File Name Expansion): Refer to it.
1407         (Locating Files): Move locate-user-emacs-file documentation to
1408         Standard File Names.
1409         (Standard File Names): Add locate-user-emacs-file; update examples.
1411 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
1413         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1415 2012-02-26  Chong Yidong  <cyd@gnu.org>
1417         * files.texi (Kinds of Files): Improve documentation of
1418         files-equal-p and file-subdir-of-p.
1420 2012-02-26  Glenn Morris  <rgm@gnu.org>
1422         * intro.texi (Acknowledgements): Small changes.
1424 2012-02-25  Glenn Morris  <rgm@gnu.org>
1426         * errors.texi: Don't try to list _all_ the error symbols.
1427         Add circular-list, cl-assertion-failed, compression-error.
1428         * elisp.texi, vol1.texi, vol2.texi:
1429         * control.texi (Error Symbols): Tweak "Standard Errors" description.
1431 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1433         * files.texi (files-equal-p, file-subdir-of-p): New,
1434         add initial documentation.
1436 2012-02-25  Chong Yidong  <cyd@gnu.org>
1438         * files.texi (File Attributes): Document file-selinux-context.
1439         (Changing Files): Link to it.
1440         (Changing Files): Document set-file-selinux-context.
1442         * backups.texi (Making Backups): Return value of backup-buffer is
1443         changed.  Mention default value of backup-directory-alist.
1444         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1445         (Auto-Saving): New minor mode behavior for auto-save-mode.
1446         (Reverting): Add defvar for revert-buffer-in-progress-p.
1448         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1450 2012-02-24  Glenn Morris  <rgm@gnu.org>
1452         * errors.texi (Standard Errors): Mention dbus-error.
1453         For arith-error sub-classes, just use one cross-ref.
1455 2012-02-23  Alan Mackenzie  <acm@muc.de>
1457         * modes.texi (Defining Minor Modes): Document the new keyword
1458         :after-hook.
1460 2012-02-21  Chong Yidong  <cyd@gnu.org>
1462         * files.texi (Files): Mention magic file names as arguments.
1463         (Reading from Files): Copyedits.
1464         (File Attributes): Mention how to change file modes.
1465         (Changing Files): Use standard "file permissions" terminology.
1466         Add xref to File Attributes node.
1467         (Locating Files): Document locate-user-emacs-file.
1468         (Unique File Names): Recommend against using make-temp-name.
1470 2012-02-19  Chong Yidong  <cyd@gnu.org>
1472         * help.texi (Documentation, Documentation Basics, Help Functions):
1473         Minor clarifications.
1474         (Accessing Documentation): Clarify what documentation-property is
1475         for.  Add xref to Keys in Documentation.
1477         * tips.texi (Documentation Tips): Don't recommend using * in
1478         docstrings.
1480         * macros.texi (Defining Macros):
1481         * modes.texi (Derived Modes): Say "documentation string" instead
1482         of docstring.
1484 2012-02-18  Chong Yidong  <cyd@gnu.org>
1486         * modes.texi (Tabulated List Mode): New node.
1487         (Basic Major Modes): Add xref to it.
1489         * processes.texi (Process Information): Mention Process Menu mode.
1491 2012-02-17  Chong Yidong  <cyd@gnu.org>
1493         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1495 2012-02-17  Glenn Morris  <rgm@gnu.org>
1497         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1499 2012-02-16  Chong Yidong  <cyd@gnu.org>
1501         * syntax.texi (Syntax Tables, Syntax Descriptors)
1502         (Syntax Table Functions): Copyedits.
1503         (Syntax Basics): Don't repeat the material in the preceding node.
1504         (Syntax Class Table): Use a table.
1505         (Syntax Properties): Document syntax-propertize-function and
1506         syntax-propertize-extend-region-functions.
1507         (Motion via Parsing): Clarify scan-lists. Fix indentation.
1508         (Parser State): Update for the new "c" comment style.  Fix
1509         description of item 7 (comment style).
1511         * modes.texi (Minor Modes): Update how mode commands should treat
1512         arguments now.
1513         (Mode Line Basics): Clarify force-mode-line-update.
1514         (Mode Line Top): Note that the example is not realistic.
1515         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1516         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1517         "mode line construct" instead of "mode line specification".
1518         (Syntactic Font Lock): Remove mention of obsolete variable
1519         font-lock-syntactic-keywords.
1520         (Setting Syntax Properties): Node deleted.
1521         (Font Lock Mode): Note that Font Lock mode is a minor mode.
1522         (Font Lock Basics): Note that syntactic fontification falls back
1523         on `syntax-table'.
1524         (Search-based Fontification): Emphasize that font-lock-keywords
1525         should not be set directly.
1526         (Faces for Font Lock): Avoid some confusing terminology.
1527         (Syntactic Font Lock): Minor clarifications.  Add xref to
1528         Syntactic Font Lock node.
1530 2012-02-15  Chong Yidong  <cyd@gnu.org>
1532         * minibuf.texi (Basic Completion): Define "completion table".
1533         Move completion-in-region to Completion in Buffers node.
1534         (Completion Commands): Use "completion table" terminology.
1535         (Completion in Buffers): New node.
1537         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1538         (Setting Hooks): Update minor mode usage example.
1539         (Major Mode Conventions): Note that completion-at-point-functions
1540         should be altered locally.  Add xref to Completion in Buffers.
1541         Remove duplicate tip about auto-mode-alist.
1542         (Minor Modes): Rewrite introduction.
1543         (Minor Mode Conventions): Copyedits.  Don't recommend
1544         variable-only minor modes since few minor modes are like that.
1546 2012-02-15  Glenn Morris  <rgm@gnu.org>
1548         * processes.texi (Network): Document open-network-stream :parameters.
1550 2012-02-14  Chong Yidong  <cyd@gnu.org>
1552         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1553         was removed on 2009-09-10.  Update lisp-mode-map example.
1554         (Inheritance and Keymaps): Minor clarification.
1555         (Searching Keymaps): Remove out-of-place enumeration.
1556         (Key Lookup): Remove unnecessary example (one was already given in
1557         Format of Keymaps).
1558         (Changing Key Bindings): Update suppress-keymap example.
1559         (Menu Bar, Tool Bar): Copyedits.
1560         (Tool Bar): Update tool-bar-map example.
1562 2012-02-12  Chong Yidong  <cyd@gnu.org>
1564         * debugging.texi (Debugger Commands): Continuing is now allowed
1565         for errors.
1567 2012-02-11  Chong Yidong  <cyd@gnu.org>
1569         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1570         Move the list of standard bitmaps there.
1571         (Fringe Cursors): Rewrite for clarity.
1572         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1574         * commands.texi (Command Overview): Mention read-key.
1575         (Using Interactive, Interactive Call): Minor clarifications.
1576         (Function Keys, Click Events): Avoid "input stream" terminology.
1577         (Click Events): Add xref to Window Sizes and Accessing Mouse.
1578         Clarify column and row components.
1579         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
1580         (Special Events): Copyedits.
1582         * streams.texi (Input Streams): De-document get-file-char.
1583         (Output Variables): Don't refer to old backquote syntax.
1585         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
1586         (Error Debugging): Note that debug-ignored-errors overrides list
1587         values of debug-on-error too.  Add xref to Signaling Errors.  Note
1588         that debug-on-signal is not customizable.  Mention
1589         condition-case-unless-debug.
1590         (Compilation Errors): Node deleted.
1592         * compile.texi (Compiler Errors): Move a paragraph here from
1593         deleted node Compilation Errors.
1595 2012-02-10  Leo Liu  <sdl.web@gmail.com>
1597         * control.texi (Handling Errors): Change condition-case-no-debug
1598         to condition-case-unless-debug.
1600 2012-02-10  Chong Yidong  <cyd@gnu.org>
1602         * advice.texi (Defining Advice): Clarify ad-unadvise.
1603         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1604         is not abnormal.
1605         (Advising Primitives): Node deleted; ad-define-subr-args has been
1606         removed.
1608         * compile.texi (Speed of Byte-Code): Use float-time in example.
1609         (Compilation Functions): Note that the log uses Compilation mode.
1610         Don't discuss the contents of byte-code function object here.
1611         (Compilation Functions): De-document internal function byte-code.
1612         (Docs and Compilation): Minor clarifications.
1614         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1615         Objects.
1617 2012-02-10  Glenn Morris  <rgm@gnu.org>
1619         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1620         Mention secure-hash.
1621         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1623 2012-02-10  Chong Yidong  <cyd@gnu.org>
1625         * loading.texi (Loading): Don't emphasize "library" terminology.
1626         (Library Search): load-path is not a user option.  Mention role of
1627         -L option and packages.  Improve examples.
1628         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1629         obsolete.
1630         (Autoload): Minor clarifications.
1632 2012-02-10  Glenn Morris  <rgm@gnu.org>
1634         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1636         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1638 2012-02-08  Glenn Morris  <rgm@gnu.org>
1640         * loading.texi (Named Features): Update the require example.
1642 2012-02-07  Glenn Morris  <rgm@gnu.org>
1644         * modes.texi (Defining Minor Modes):
1645         Expand on args of defined minor modes.
1647 2012-02-07  Chong Yidong  <cyd@gnu.org>
1649         * variables.texi (Creating Buffer-Local): Minor clarification
1650         to buffer-local-variables doc (Bug#10715).
1652 2012-02-07  Glenn Morris  <rgm@gnu.org>
1654         * display.texi (ImageMagick Images): General update.
1655         Move most details of imagemagick-render-type to the variable's doc.
1657 2012-02-06  Glenn Morris  <rgm@gnu.org>
1659         * keymaps.texi (Tool Bar): Mention separators.
1660         (Inheritance and Keymaps):
1661         Mention make-composed-keymap and multiple inheritance.
1663         * modes.texi (Running Hooks): Mention run-hook-wrapped.
1665         * control.texi (Handling Errors):
1666         Mention condition-case-no-debug and with-demoted-errors.
1668 2012-02-05  Chong Yidong  <cyd@gnu.org>
1670         * customize.texi (Common Keywords): Minor clarifications.
1671         Document custom-unlispify-remove-prefixes.
1672         (Variable Definitions): Backquotes in defcustom seem to work fine
1673         now.  Various other copyedits.
1674         (Simple Types): Copyedits.  Document color selector.
1675         (Composite Types): Copyedits.
1676         (Splicing into Lists): Clarifications.
1678         * eval.texi (Backquote): Move from macros.texi.
1680         * macros.texi (Expansion): Minor clarification.
1681         (Backquote): Move node to eval.texi.
1682         (Defining Macros): Move an example from Backquote node.
1683         (Argument Evaluation): No need to mention Pascal.
1684         (Indenting Macros): Add xref to Defining Macros.
1686 2012-02-05  Glenn Morris  <rgm@gnu.org>
1688         * debugging.texi (Error Debugging): Mention debug-on-event default.
1690 2012-02-04  Glenn Morris  <rgm@gnu.org>
1692         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1694         * debugging.texi (Error Debugging): Mention debug-on-event.
1695         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1697         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1699         * text.texi (Buffer Contents):
1700         Update filter-buffer-substring description.
1702 2012-02-04  Chong Yidong  <cyd@gnu.org>
1704         * functions.texi (What Is a Function): Add closures.  Mention
1705         "return value" terminology.  Add xref for command-execute.  Remove
1706         unused "keystroke command" terminology.
1707         (Lambda Expressions): Give a different example than in the
1708         following subsection.  Add xref to Anonymous Functions.
1709         (Function Documentation): Remove gratuitous markup.
1710         (Function Names): Move introductory text to `What Is a Function'.
1711         (Defining Functions): Fix defun argument spec.
1712         (Anonymous Functions): Document lambda macro explicitly.  Mention
1713         effects on lexical binding.
1714         (Function Cells): Downplay direct usage of fset.
1715         (Closures): New node.
1716         (Inline Functions): Remove "open-code" terminology.
1717         (Declaring Functions): Minor tweak; .m is not C code.
1719         * variables.texi (Variables): Don't refer to "global value".
1720         (Local Variables, Void Variables): Copyedits.
1721         (Lexical Binding): Minor clarification of example.
1722         (File Local Variables): Mention :safe and :risky defcustom args.
1723         (Lexical Binding): Add xref to Closures node.
1725 2012-02-04  Glenn Morris  <rgm@gnu.org>
1727         * minibuf.texi (High-Level Completion): Updates for read-color.
1729 2012-02-03  Glenn Morris  <rgm@gnu.org>
1731         * display.texi (GIF Images): Mention animation.
1732         Remove commented-out old example of animation.
1733         (Animated Images): New subsection.
1734         * elisp.texi (Top):
1735         * vol1.texi (Top):
1736         * vol2.texi (Top): Add Animated Images menu entry.
1738         * display.texi (Image Formats): Remove oddly specific information
1739         on versions of image libraries.
1740         (GIF Images, TIFF Images): Minor rephrasing.
1742 2012-02-02  Glenn Morris  <rgm@gnu.org>
1744         * processes.texi (Synchronous Processes):
1745         Mention call-process's :file gets overwritten.
1747         * commands.texi (Reading One Event):
1748         * help.texi (Help Functions): Document read-char-choice.
1750         * hooks.texi (Standard Hooks):
1751         * modes.texi (Keymaps and Minor Modes):
1752         * text.texi (Commands for Insertion): Document post-self-insert-hook.
1754         * hooks.texi (Standard Hooks): Add prog-mode-hook.
1756         * hooks.texi (Standard Hooks):
1757         * modes.texi (Major Mode Conventions, Mode Hooks):
1758         Document change-major-mode-after-body-hook.
1760 2012-02-01  Glenn Morris  <rgm@gnu.org>
1762         * modes.texi (Defining Minor Modes):
1763         Mention disabling global minor modes on a per-major-mode basis.
1765 2012-01-31  Chong Yidong  <cyd@gnu.org>
1767         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1768         (Parser State): Remove unnecessary statement (Bug#10661).
1770         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1772 2012-01-31  Glenn Morris  <rgm@gnu.org>
1774         * modes.texi (Defining Minor Modes):
1775         Document define-minor-mode's new :variable keyword.
1777 2012-01-29  Chong Yidong  <cyd@gnu.org>
1779         * syntax.texi (Syntax Class Table): Tweak description of newline
1780         char syntax (Bug#9619).
1782         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1783         description (Bug#10189).
1785 2012-01-29  Glenn Morris  <rgm@gnu.org>
1787         * files.texi (Changing Files): Document SELinux support.
1789         * windows.texi (Window Sizes): Fix typo.
1791 2012-01-28  Chong Yidong  <cyd@gnu.org>
1793         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1794         doc (Bug#8568).
1796         * frames.texi (Input Focus): Add NORECORD arg to
1797         select-frame-set-input-focus.  Clarify its role in select-frame.
1799         * text.texi (Transposition): We don't use transpose-region as an
1800         internal subroutine (Bug#3249).
1802         * modes.texi (Example Major Modes): Update Lisp example code to
1803         current sources.  Delete the old non-derived-major-mode example,
1804         which has diverged badly from current sources.
1806 2012-01-27  Glenn Morris  <rgm@gnu.org>
1808         * makefile.w32-in (texinputdir): Fix (presumed) typo.
1809         (VERSION, manual): Remove, unused.
1811 2012-01-27  Chong Yidong  <cyd@gnu.org>
1813         * commands.texi (Command Overview): Minor clarification (Bug#10384).
1815 2012-01-26  Chong Yidong  <cyd@gnu.org>
1817         * searching.texi (String Search): Document negative repeat count
1818         (Bug#10507).
1820 2012-01-26  Glenn Morris  <rgm@gnu.org>
1822         * variables.texi (Using Lexical Binding):
1823         Mention that lexical-binding should be set in the first line.
1825 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1827         * macros.texi (Defining Macros): Don't claim that `declare' only
1828         affects Edebug and indentation.
1830 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1832         * macros.texi (Defining Macros): Slight `declare' fixup.
1834 2012-01-25  Glenn Morris  <rgm@gnu.org>
1836         * makefile.w32-in (texinputdir):
1837         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
1839 2012-01-24  Chong Yidong  <cyd@gnu.org>
1841         * variables.texi (Variables, Local Variables, Void Variables):
1842         Edit to make the descriptions less specific to dynamic binding.
1843         (Local Variables): Default max-specpdl-size is now 1300.
1844         (Defining Variables): Edits for lexical scoping.  Delete
1845         information about starting docstrings with *.  De-document
1846         user-variable-p.
1847         (Tips for Defining): Remove an unimportant discussion of quitting
1848         in the middle of a load.
1849         (Accessing Variables, Setting Variables): Discuss lexical binding.
1850         (Variable Scoping): Rewrite.
1851         (Scope, Extent, Impl of Scope): Nodes deleted.
1852         (Dynamic Binding): New node, with material from Scope, Extent, and
1853         Impl of Scope nodes.
1854         (Dynamic Binding Tips): Rename from Using Scoping.
1855         (Lexical Binding): Rewrite.
1856         (Using Lexical Binding): Rename from Converting to Lexical
1857         Binding.  Convert to subsection.
1859         * customize.texi (Variable Definitions): Add custom-variable-p.
1860         Move user-variable-p documentation here.
1862 2012-01-23  Chong Yidong  <cyd@gnu.org>
1864         * strings.texi (Text Comparison): Minor qualification.
1866         * lists.texi (Cons Cells): Copyedits.
1867         (List Elements): Mention push.
1868         (List Variables): Mention pop.
1869         (Rings): Move to sequences.texi.
1871         * sequences.texi (Sequence Functions): Don't repeat the
1872         introduction already given in the parent.
1873         (Vectors): Copyedits.
1874         (Rings): Move from lists.texi.  Note that this is specific to the
1875         ring package.
1877         * symbols.texi (Definitions, Symbol Components): Mention variable
1878         scoping issues.
1879         (Plists and Alists): Copyedits.
1881         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1882         correctness with lexical scoping.
1883         (Eval): Copyedits.
1885 2012-01-21  Chong Yidong  <cyd@gnu.org>
1887         * intro.texi (A Sample Function Description): Special notation
1888         used for macros too.
1890         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1891         (Symbol Type): Add xref for keyword symbols.
1892         (Sequence Type): Clarify differences between sequence types.
1893         (Cons Cell Type): Add "linked list" index entry.
1894         (Non-ASCII in Strings): Copyedits.
1895         (Equality Predicates): Symbols with same name need not be eq.
1897         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1898         ldexp.  Move float-e and float-pi to Math Functions node.
1900 2012-01-21  Glenn Morris  <rgm@gnu.org>
1902         * modes.texi (Auto Major Mode):
1903         * variables.texi (File Local Variables):
1904         Mention inhibit-local-variables-regexps.
1906 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
1908         * windows.texi (Window Configurations): Rewrite references to
1909         persistent window parameters.
1910         (Window Parameters): Fix description of persistent window
1911         parameters.
1913 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
1915         * windows.texi (Window Parameters): Use @pxref.
1917 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
1919         * windows.texi (Window Configurations, Window Parameters):
1920         Describe persistent window parameters.
1922 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * variables.texi (Creating Buffer-Local): Warn against misuses of
1925         make-variable-buffer-local (bug#10258).
1927 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1931 2012-01-06  Chong Yidong  <cyd@gnu.org>
1933         * variables.texi (Directory Local Variables): Document
1934         hack-dir-local-variables-non-file-buffer.
1936 2012-01-06  Glenn Morris  <rgm@gnu.org>
1938         * maps.texi (Standard Keymaps): Refer to Info-edit by name
1939         rather than by keybinding.
1941 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
1943         * frames.texi (Font and Color Parameters): Add @pxref.
1945 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
1947         * frames.texi (Font and Color Parameters):
1948         Document w32 font backends (bug#10399).
1950 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1952         * files.texi (File Attributes, Changing Files):
1953         Use a more-natural notation for octal numbers.
1955 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
1957         * variables.texi (Variables with Restricted Values):
1958         Change reference to variable (bug#10354).
1960 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
1962         * windows.texi (Splitting Windows): Use t instead of non-nil
1963         when describing window-combination-resize.
1965 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * text.texi (Special Properties): Warn against `intangible' properties
1968         (bug#10222).
1970 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
1972         * display.texi (Truncation):
1973         * text.texi (Special Properties): Describe what a stretch-glyph is
1974         instead of using that term without explanation.  Make the
1975         cross-references more accurate.
1977         * display.texi (Usual Display): Update the description,
1978         cross-references, and indexing related to display of control
1979         characters and raw bytes.
1981 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
1983         * windows.texi (Splitting Windows): Fix description of
1984         window-combination-limit.  Suggested by Eli Zaretskii.
1986 2011-11-23  Chong Yidong  <cyd@gnu.org>
1988         * windows.texi (Window Sizes): Move window-top-line,
1989         window-left-column, and window-*-pixel-edges to Coordinates and
1990         Windows node.
1991         (Coordinates and Windows): Restore window-edges doc.
1993 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
1995         * windows.texi (Windows and Frames, Splitting Windows):
1996         Fix typos.
1998 2011-11-21  Chong Yidong  <cyd@gnu.org>
2000         * windows.texi (Splitting Windows): Fix error in documentation of
2001         window-combination-limit.
2002         (Cyclic Window Ordering): Minor fixes to next-window,
2003         one-window-p, and get-lru-window docs.  Don't document
2004         window-list-1.
2005         (Buffers and Windows): Copyedits.
2006         (Choosing Window): Document special handling of special-display-*.
2007         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2008         Don't document even-window-heights, which is going away.
2009         Clarify which options are obeyed by which action functions.
2011 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2013         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2015 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
2017         * windows.texi (Resizing Windows, Splitting Windows):
2018         Remove term "status" when talking about combination limits.
2020 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2022         * compile.texi (Compiler Errors):
2023         * help.texi (Help Functions): Fix typos.
2025 2011-11-19  Chong Yidong  <cyd@gnu.org>
2027         * windows.texi (Splitting Windows): Clarify role of window
2028         parameters in split-window.  Shorten the example.
2029         (Deleting Windows): Rewrite intro to handle internal windows.
2030         Fix delete-windows-on doc.
2031         (Selecting Windows): Copyedits.
2033 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
2035         * windows.texi (Resizing Windows, Splitting Windows)
2036         (Deleting Windows): Use term window-combination-resize instead
2037         of window-splits.
2039 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
2041         * windows.texi (Resizing Windows, Splitting Windows):
2042         Rename occurrences of window-nest to window-combination-limit.
2044 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
2046         * intro.texi (Lisp History): Fix typo.
2048 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
2050         * windows.texi (Splitting Windows, Deleting Windows):
2051         Remove references to splits status of windows.
2053 2011-11-10  Glenn Morris  <rgm@gnu.org>
2055         * buffers.texi (Read Only Buffers): Expand a bit on why
2056         toggle-read-only should only be used interactively.  (Bug#7292)
2058 2011-11-09  Chong Yidong  <cyd@gnu.org>
2060         * windows.texi (Window Sizes): Document window-pixel-edges,
2061         window-inside-pixel-edges, window-absolute-pixel-edges, and
2062         window-inside-absolute-pixel-edges.
2063         (Resizing Windows): shrink-window-if-larger-than-buffer works on
2064         non-full-width windows.
2066 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
2068         * windows.texi (Resizing Windows): Rewrite documentation of
2069         window-resizable.
2071 2011-11-09  Chong Yidong  <cyd@gnu.org>
2073         * windows.texi (Splitting Windows): Simplify example.
2075 2011-11-08  Chong Yidong  <cyd@gnu.org>
2077         * windows.texi (Window Sizes): Copyedits.  Document
2078         window-text-height.  Remove window-min-height and window-min-width
2079         discussion, referring instead to Emacs manual.
2080         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2081         (Resizing Windows): Simplify introduction.  Don't document
2082         enlarge-window, shrink-window, enlarge-window-horizontally, and
2083         shrink-window-horizontally; they are no longer preferred for
2084         calling from Lisp, and are already documented in the Emacs manual.
2086 2011-11-07  Glenn Morris  <rgm@gnu.org>
2088         * windows.texi (Choosing Window): Fix keybinding typo.
2090 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
2092         * windows.texi (Resizing Windows, Splitting Windows)
2093         (Window Configurations): Use "child window" instead of
2094         "subwindow".
2096 2011-11-06  Chong Yidong  <cyd@gnu.org>
2098         * windows.texi (Basic Windows): Clarify various definitions.
2099         Treat window-normalize-* as internal; don't document them.
2100         (Windows and Frames): Various clarifications, e.g. non-live
2101         windows also belong to frames.  Fix window-list description.
2102         Simplify window nesting example.
2103         (Splitting Windows, Window Configurations):
2104         Use split-window-below.
2106 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
2108         * windows.texi (Window Sizes): Mention in the doc string that the
2109         return values of `window-body-height' and `window-body-width' are
2110         in frame's canonical units.  (Bug#9949)
2112 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
2114         * windows.texi (Windows and Frames): Remove "iso-" infix from
2115         documentation of window-iso-combined-p.
2117 2011-10-26  Chong Yidong  <cyd@gnu.org>
2119         * modes.texi (Running Hooks): Document with-wrapper-hook.
2121 2011-10-18  Chong Yidong  <cyd@gnu.org>
2123         * display.texi (Glyphless Chars): New node.
2125 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
2127         * text.texi (Yanking): Document yank-excluded-properties.
2129         * package.texi (Packaging Basics): The commentary should say how
2130         to begin using the package.
2132 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
2134         * windows.texi (Deleting Windows): Mention which window gets
2135         selected when deleting the selected window.
2137 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
2139         * buffers.texi (The Buffer List): Describe how bury-buffer deals
2140         with the selected window.
2141         * windows.texi (Buffers and Windows): Reformulate text on how
2142         replace-buffer-in-windows deals with a window.
2143         (Quitting Windows): Describe how quit-window deals with a
2144         standalone frame.  Describe new option frame-auto-hide-function.
2146 2011-10-08  Glenn Morris  <rgm@gnu.org>
2148         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
2150         * positions.texi (Excursions): Update warning message.
2152 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
2154         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2155         Fix Emacs manual xref (Bug#9675).
2157 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
2159         * windows.texi (Textual Scrolling): Document scroll-up-command,
2160         scroll-down-command, scroll-error-top-bottom, and the
2161         scroll-command symbol property.
2162         (Display Action Functions): Fix description of
2163         display-buffer-pop-up-window.
2165 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
2167         * windows.texi (Splitting Windows): Fix typos.
2169 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
2171         * windows.texi (Windows and Frames, Display Action Functions)
2172         (Switching Buffers): Fix some typos.
2173         (Buffers and Windows): Remove reference to window-auto-delete.
2174         Reword description of replace-buffer-in-windows.
2175         (Window History): Fix some typos and refer to frame local buffer
2176         list.
2177         (Quitting Windows): New node.
2178         (Window Configurations): Add descriptions of window-state-get
2179         and window-state-put.
2180         (Window Parameters): Describe variable ignore-window-parameters.
2181         Sketch some window parameters currently in use.
2182         * elisp.texi (Top): Update node listing.
2184 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
2186         * windows.texi (Display Action Functions)
2187         (Choosing Window Options): New nodes.
2189 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
2191         * windows.texi (Window History): New node.  Move text here from
2192         Buffers and Windows.
2193         (Switching Buffers): Rename from Displaying Buffers, since we
2194         don't document display-buffer here; callers changed.
2195         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2196         switch-to-buffer-other-frame.  Delete duplicate
2197         replace-buffer-in-windows doc.
2198         (Choosing Window): Document display actions.
2200 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
2202         * display.texi (Forcing Redisplay): Update the description of
2203         redisplay-dont-pause due to change in the default value.
2205 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
2207         * frames.texi (Frames and Windows): Move section and rename to
2208         Windows and Frames in windows.texi.
2209         * windows.texi (Windows): Restructure.
2210         (Basic Windows): Rewrite.  Explain live and internal windows and
2211         normalization functions.
2212         (Windows and Frames): Move section here from frames.texi.
2213         Describe subwindows, window combinations, window tree, and
2214         corresponding functions including window-list here.
2215         (Window Sizes): Rename section from Size of Window and move it
2216         up in chapter.  Describe total and body sizes and the
2217         corresponding functions.  Explain new semantics of
2218         window-min-height/-width.
2219         (Resizing Windows): Move section up in chapter.  Describe new
2220         resize functions.
2221         (Splitting Windows): Describe new behavior of split-window,
2222         split-window-above-each-other and split-window-side-by-side.
2223         Provide examples.  Describe window-nest and window-splits
2224         options.
2225         (Deleting Windows): Minor rewrite.
2226         (Selecting Windows): Minor rewrite.
2227         Describe frame-selected-window and set-frame-selected-window here.
2228         (Cyclic Window Ordering): Minor rewrite.
2229         Describe window-list-1.
2230         (Buffers and Windows): Rewrite.  Explain a window's previous and
2231         next buffers and the corresponding functions.
2232         (Window Tree): Merge into Windows and Frames section.
2233         * elisp.texi (Top): Update node listings for frames and windows
2234         sections.
2236 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2238         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2240 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242         * errors.texi (Standard Errors): Remove apparent placeholder text
2243         (bug#9491).
2245 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2247         * frames.texi (Management Parameters): Fix description of
2248         icon-type parameter.
2250 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
2252         * tips.texi (Key Binding Conventions): Don't bind a key sequence
2253         ending in C-g.  Suggested by Edward O'Connor.
2255 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
2257         * numbers.texi (Integer Basics): Add indexing for
2258         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
2260 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>
2262         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
2264 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
2266         * processes.texi (Network Servers): Clarify what the process
2267         buffer is used for (bug#9233).
2269 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>
2271         * lists.texi (Building Lists): Fix typo.
2273 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
2275         * display.texi (Basic Faces): New node.  Document new faces.
2277         * modes.texi (Major Mode Conventions): Move some text there.
2278         (Mode Help): Remove major-mode var, duplicated in Major Modes.
2280 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
2282         * modes.texi (Basic Major Modes): New node.  Callers updated.
2283         (Major Modes): Document fundamental-mode and major-mode.
2284         (Major Mode Basics): Node deleted; text moved to Major Modes.
2285         (Derived Modes): Document derived-mode-p.
2287 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
2289         * files.texi (Changing Files, Create/Delete Dirs): Document new
2290         arguments for delete-file, delete-directory, and copy-directory.
2291         (Visiting Functions): Remove view-file; it is documented in the
2292         Emacs manual.
2294         * frames.texi (Layout Parameters): The defaults for the
2295         menu-bar-lines and tool-bar-lines parameters depend on the mode.
2297         * display.texi (Progress): Document spinner functionality.
2299         * os.texi (Killing Emacs): Note that kill-emacs can be called by
2300         operating system signals.  Refer to save-buffers-kill-terminal
2301         instead of save-buffers-kill-emacs.
2303         * objects.texi (Symbol Type): Document ## print representation.
2305 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
2307         * display.texi (Specified Space): Mention that `space' specs
2308         influence bidi reordering.
2309         (Bidirectional Display): Explain how to use `(space . PROPS)' for
2310         separating fields with bidirectional content.
2312 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
2314         * display.texi (Bidirectional Display): Document return value in
2315         buffers that are not bidi-reordered for display, and in unibyte
2316         buffers.
2318 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
2320         * nonascii.texi (Character Properties): Document the values for
2321         unassigned codepoints.
2323 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
2325         * nonascii.texi (Character Properties): Document use of
2326         `bidi-class' and `mirroring' properties as part of reordering.
2327         Provide cross-references to "Bidirectional Display".
2329         * display.texi (Bidirectional Display): Document the pitfalls of
2330         concatenating strings with bidirectional content, with possible
2331         solutions.  Document bidi-string-mark-left-to-right.
2332         Mention paragraph direction in modes that inherit from prog-mode.
2333         Document use of `bidi-class' and `mirroring' properties as part of
2334         reordering.
2336 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
2338         * modes.texi (Major Mode Conventions): Improve the documentation
2339         of `mode-class' `special' modes.
2341         * nonascii.texi (Character Properties): Document the `mirroring'
2342         property.  Add index entries.
2344         * syntax.texi (Categories): Add an example of defining a new
2345         category and category table.
2347         * searching.texi (Regexp Backslash): Document how to display
2348         existing categories.  Mention the possibility of adding
2349         categories, and add an xref to where this is described.  Add an
2350         index entry.
2352 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
2354         * text.texi (Special Properties):
2355         * display.texi (Overlay Properties): Note that mouse-face cannot
2356         change the text size (Bug#8530).
2358 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
2360         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2361         using setenv instead.
2363 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
2365         * display.texi (Bidirectional Display): Document the fact that
2366         bidi-display-reordering is t by default.
2368 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
2370         * display.texi (Bidirectional Display): New section.
2372 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373             Tim Cross  <theophilusx@gmail.com>  (tiny change)
2374             Glenn Morris   <rgm@gnu.org>
2376         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
2378 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
2380         * help.texi (Keys in Documentation): Revert last change.
2382 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384         * help.texi (Keys in Documentation): Clarify that \= only quotes
2385         the next character, and doesn't affect longer sequences in
2386         particular (bug#8935).
2388         * debugging.texi (Using Debugger):
2389         Mention @code{eval-expression-debug-on-error} (bug#8549).
2391 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
2393         * display.texi (Other Display Specs): Document that `left-fringe'
2394         and `right-fringe' display specifications are of the "replacing"
2395         kind.
2397 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399         * help.texi (Documentation Basics): Add a link to the Function
2400         Documentation node (bug#6580).
2402 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404         * keymaps.texi (Menu Bar): Mention :visible and :enable
2405         (bug#6344).  Text by Drew Adams.
2407         * modes.texi (Running Hooks): Mention buffer-local hook variables
2408         (bug#6218).
2410         * objects.texi (General Escape Syntax): "a with grave accent" is
2411         ?xe0, not ?x8e0 (bug#5259).
2413 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2415         * display.texi (Face Attributes, Font Selection): Add references
2416         to the Fonts node in the Emacs manual (Bug#4178).
2418 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2420         * display.texi (Window Systems): `window-system' is
2421         terminal-local.
2423         * frames.texi (Frame Parameters, Parameter Access): Don't mention
2424         frame-local variables.
2426         * variables.texi (Buffer-Local Variables): Don't mention obsolete
2427         frame-local variables.
2428         (Frame-Local Variables): Node deleted.
2430         * elisp.texi (Top): Update node listing.
2432 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434         * elisp.texi: Change "inferiors" to "subnodes" in three places
2435         (bug#3523).
2437 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
2439         * frames.texi (Window System Selections): Discussion of
2440         x-select-enable-clipboard moved to Emacs manual.
2442 2011-07-11  Deniz Dogan  <deniz@dogan.se>
2444         * commands.texi (Prefix Command Arguments): Remove excessive
2445         apostrophe.
2447 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2450         description is a string (bug#3313).
2452         * frames.texi (Display Feature Testing): Try to explain what all
2453         the visual classes mean (bug#3042).
2455 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457         * modes.texi (Mode Line Variables): Document `mode-line-remote'
2458         and `mode-line-client' (bug#2974).
2460         * text.texi (Insertion): Clarify marker movements (bug#1651).
2461         Text from Drew Adams.
2463 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465         * text.texi (Special Properties): Clarify the format of `face'
2466         (bug#1375).
2468         * commands.texi (Interactive Call): Add a `call-interactively'
2469         example (bug#1010).
2471 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473         * functions.texi (Calling Functions): Link to the "Interactive
2474         Call" node (bug#1001).
2476 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
2478         * customize.texi (Composite Types): Move alist and plist to here
2479         from Simple Types (Bug#7545).
2481         * elisp.texi (Top): Update menu description.
2483         * display.texi (Face Attributes): Document negative line widths
2484         (Bug#6113).
2486 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2488         * searching.texi (Match Data): Note that match data can be
2489         overwritten by most functions (bug#2499).
2491 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2494         flags mean (bug#6659).
2496         * functions.texi (What Is a Function): Document the autoload
2497         object (bug#6496).
2499 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2502         is only used in the Customize user interface (bug#6089).
2504         * display.texi (Showing Images): Mention the point of sliced
2505         images (bug#7836).
2507 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
2509         * variables.texi (Defining Variables, Void Variables)
2510         (Constant Variables): Fix incorrect usage of @kindex.
2512 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514         * variables.texi (Defining Variables): Add an index entry for
2515         `set-variable' (bug#7262).
2516         (Defining Variables): Use @findex for functions.
2518         * frames.texi (Basic Parameters): Document the `explicit-name'
2519         parameter (bug#6951).
2521         * customize.texi (Type Keywords): Clarify that :value provides a
2522         default value for all types (bug#7386).
2524         * streams.texi (Output Functions): Document `pp'.
2526 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
2528         * keymaps.texi (Searching Keymaps):
2529         * display.texi (Overlay Properties): Fix errors in 2011-05-29
2530         change.  Suggested by Johan Bockgård.
2532 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
2534         * text.texi (Special Properties): Clarify role of font-lock-face.
2536 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538         * processes.texi (Process Information): Rename `process-alive-p'
2539         to `process-live-p' for consistency with other `-live-p' functions.
2541 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2543         Document wide integers better.
2544         * files.texi (File Attributes): Document ino_t values better.
2545         ino_t values no longer map to anything larger than a single cons.
2546         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2547         (Bitwise Operations):
2548         * objects.texi (Integer Type): Use a binary notation that is a bit easier
2549         to read, and that will port better if 62-bits becomes the default.
2550         Fix or remove incorrect examples.
2551         * os.texi (Time Conversion): Document time_t values better.
2553 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555         * processes.texi (Process Information):
2556         Document `process-alive-p'.
2558 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
2560         * help.texi (Accessing Documentation):
2561         * display.texi (Pixel Specification):
2562         * processes.texi (Serial Ports, Serial Ports):
2563         * nonascii.texi (Character Properties, Default Coding Systems):
2564         * text.texi (Changing Properties, Special Properties):
2565         * windows.texi (Window Start and End):
2566         * modes.texi (SMIE Indentation Example, SMIE Tricks):
2567         * keymaps.texi (Searching Keymaps, Tool Bar):
2568         * minibuf.texi (Basic Completion):
2569         * compile.texi (Eval During Compile):
2570         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2571         7x9 paper in printed manual.
2573         * lists.texi (Sets And Lists): Fix misplaced text.
2575 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
2577         * keymaps.texi (Remapping Commands): Emphasize that the keymap
2578         needs to be active (Bug#8350).
2580 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
2582         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2584         * tips.texi (Coding Conventions): Remove antediluvian filename
2585         limit recommendation (Bug#8538).
2587 2011-05-27  Glenn Morris  <rgm@gnu.org>
2589         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2591 2011-05-26  Glenn Morris  <rgm@gnu.org>
2593         * variables.texi (File Local Variables):
2594         Update hack-local-variables `mode-only' return value.
2595         Add some more details on what this function does in the other case.
2597 2011-05-19  Glenn Morris  <rgm@gnu.org>
2599         * lists.texi (Sets And Lists): Mention cl provides union etc.
2601 2011-05-19  Nix  <nix@esperi.org.uk>
2603         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2605         * text.texi (Parsing HTML): Update for function name changes.
2607         * syntax.texi (Syntax Flags): Small fix.
2609         * keymaps.texi (Active Keymaps): Typo fix.
2610         (Changing Key Bindings): Grammar fix.
2612         * frames.texi (Minibuffers and Frames): Grammar fix.
2613         (Window System Selections): x-select-enable-clipboard now defaults to t.
2615         * customize.texi (Common Keywords):
2616         * display.texi (Abstract Display):
2617         * modes.texi (Auto-Indentation):
2618         * nonascii.texi (Converting Representations): Typo fixes.
2620         * control.texi (Examples of Catch): Call it "goto" not "go to".
2622 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
2624         * nonascii.texi (Character Properties): Fix inconsistencies with
2625         implementation.
2627         * text.texi (Special Properties): Move @defvar's out of the
2628         @table.  (Bug#8652)
2630 2011-05-12  Glenn Morris  <rgm@gnu.org>
2632         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
2634 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2637         (Multiline Font Lock):
2638         * vol2.texi (Top):
2639         * vol1.texi (Top):
2640         * elisp.texi (Top): Update menu accordingly.
2642 2011-05-12  Drew Adams  <drew.adams@oracle.com>
2644         * modes.texi (Region to Fontify): Fix typo.
2646 2011-05-10  Jim Meyering  <meyering@redhat.com>
2648         * minibuf.texi: Fix typo "in in -> in".
2650 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
2652         * numbers.texi (Integer Basics): Large integers are treated as floats.
2654 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656         * processes.texi (Synchronous Processes): Document the (:file
2657         "/file-name") syntax for `call-process'.
2659 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
2661         * windows.texi (Choosing Window): Fix typo.
2663 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
2665         * frames.texi (Layout Parameters): Note the difference between
2666         querying and setting parameters for left-fringe and right-fringe
2667         (Bug#6930).
2669 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * minibuf.texi (Basic Completion): Be a bit more precise about the
2672         valid kinds of completion tables.
2673         (Programmed Completion): Remove obsolete text about lambda expressions
2674         not being valid completion tables.
2676 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
2678         * positions.texi (Excursions): Explain the "save-excursion
2679         defeated by set-buffer" warning.
2681         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
2682         save-excursion.  Suggested by Uday S Reddy.
2684 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2687         (Lexical Binding): New sub-section.
2689         * eval.texi (Eval): Discourage the use of `eval'.
2690         Document its new `lexical' argument.
2692 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * commands.texi (Command Overview): `post-command-hook' is not reset to
2695         nil any more.
2697 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * strings.texi (String Conversion): Don't mention
2700         string-make-(uni|multi)byte (bug#8262).
2701         * nonascii.texi (Converting Representations): Fix up range.
2702         * keymaps.texi (Key Binding Commands): Update code point, avoid
2703         "unibyte character" and remove mention of unibyte bindings.
2705 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
2707         * modes.texi (Operator Precedence Grammars): Don't use characters
2708         outside ISO-8859-1.
2710 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
2712         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2714         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2716 2011-03-08  Glenn Morris  <rgm@gnu.org>
2718         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2719         * intro.texi (Acknowledgements): Names to UTF-8.
2720         * elisp.texi: Set documentencoding.
2722 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2724         * Version 23.3 released.
2726 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
2728         * package.texi: Update index keywords.
2729         (Package Archives): New node contents.  Document package-x.el.
2731 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
2733         * makefile.w32-in (srcs): Add package.texi.
2735 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
2737         * package.texi (Packaging, Packaging Basics, Simple Packages)
2738         (Multi-file Packages): Expand and clarify.
2739         (Package Archives): Temporary placeholder node.
2741         * elisp.texi (Top): Update node listing.
2743         * Makefile.in (srcs): Add package.texi.
2745 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
2747         * processes.texi (Synchronous Processes): Minor clarification
2748         (Bug#8149).
2750 2011-03-03  Glenn Morris  <rgm@gnu.org>
2752         * files.texi (Truenames): Minor clarification.  (Bug#2341)
2754 2011-03-01  Glenn Morris  <rgm@gnu.org>
2756         * variables.texi (Directory Local Variables):
2757         Mention `(subdirs . nil)' alist element.
2759 2011-02-28  Glenn Morris  <rgm@gnu.org>
2761         * variables.texi (Directory Local Variables): Mention the optional
2762         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
2764 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
2766         * minibuf.texi (Minibuffer History): Clarify discussion of
2767         minibuffer history lists (Bug#8085).
2769 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
2771         * elisp.texi: Sync @dircategory with ../../info/dir.
2773         * files.texi (Visiting Functions): Document find-file-literally,
2774         both the command and the variable.
2776         * variables.texi (Creating Buffer-Local): Explain the meaning of
2777         permanent local variables.
2779         * files.texi (Visiting Functions): Document find-file-literally,
2780         both the command and the variable.
2782         * variables.texi (Creating Buffer-Local): Explain the meaning of
2783         permanent local variables.
2785 2011-02-19  Glenn Morris  <rgm@gnu.org>
2787         * keymaps.texi (Remapping Commands): Mention how to undo it.
2789 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
2791         * loading.texi (Hooks for Loading): Remove unnecessary advice
2792         about eval-after-load (Bug#7986).
2794 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
2796         * commands.texi (Accessing Mouse): Note that a header line is not
2797         included in the row of posn-col-row.
2799 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
2801         * modes.texi (Major Mode Conventions): Add face guidelines.
2802         (Faces for Font Lock): List faces in order of prominence.
2804 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2806         format-time-string now supports subsecond time stamp resolution
2807         * os.texi (Time Parsing): Document %N.
2809 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
2811         * vol1.texi (Top):
2812         * vol2.texi (Top):
2813         * elisp.texi (Top):
2814         * display.texi (Display Property): Shorten the menu description of
2815         the "Other Display Specs" node (Bug#7816).
2817         * keymaps.texi (Defining Menus): Add "menu item" and "extended
2818         menu item" concept index entries (Bug#7805).
2820 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2822         * makefile.w32-in (texinfodir): New variable.
2823         (usermanualdir): Remove as redundant with $(emacsdir).
2824         (MAKEINFO): Remove options, leave only program name.
2825         (MAKEINFO_OPTS): New variable.
2826         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2828 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
2829             Richard Kim  <emacs18@gmail.com>
2831         * loading.texi (Library Search): Document list-load-path-shadows
2832         (Bug#7757).
2834 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
2836         * searching.texi (Regexp Special): Remove outdated discussion of
2837         character sets (Bug#7780).
2839         * frames.texi (Pop-Up Menus): Document where menu title comes
2840         from (Bug#7684).
2842 2011-01-25  Glenn Morris  <rgm@gnu.org>
2844         * display.texi (Making Buttons): Mention limitation of text buttons.
2846 2011-01-23  Werner Lemberg  <wl@gnu.org>
2848         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2849         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2850         (ENVADD): New variable to control texi2dvi and texi2pdf.
2852 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
2854         * files.texi (Directory Names): Move directory-abbrev-alist doc to
2855         Emacs manual.
2857 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
2859         * files.texi (Directory Names): Explain why FROM in
2860         directory-abbrev-alist should begin with \`.  (Bug#7777)
2862 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2866 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2868         * modes.texi (Emulating Mode Line): Fix last change.
2870 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
2872         * modes.texi (Emulating Mode Line): Update documentation of
2873         format-mode-line according to changes that fixed bug #7587.
2875 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * modes.texi (Derived Modes): Mention prog-mode.
2879         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2880         of the key-binding-data cache since we don't use it any more.
2882 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2884         * processes.texi (Shell Arguments):
2885         * strings.texi (Creating Strings): Don't mention "shell commands";
2886         make it explicit that `split-string-and-unquote' and
2887         `combine-and-quote-strings' are mainly for working with arguments
2888         to call-process and start-process.
2890         * processes.texi (Shell Arguments): Fix documentation of
2891         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
2893 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2895         * modes.texi (Auto-Indentation): New section to document SMIE.
2896         (Major Mode Conventions):
2897         * text.texi (Mode-Specific Indent): Refer to it.
2899 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2901         * display.texi (Other Display Specs): Document left-fringe and
2902         right-fringe display specs.
2904 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * backups.texi (Making Backups):
2907         * modes.texi (Example Major Modes): Use recommended coding style.
2908         (Major Mode Basics, Derived Modes): Encourge more strongly use of
2909         define-derived-mode.  Mention completion-at-point-functions.
2911 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
2913         * nonascii.texi (Converting Representations):
2914         Document byte-to-string.
2916 2010-12-08  Glenn Morris  <rgm@gnu.org>
2918         * buffers.texi (Modification Time):
2919         verify-visited-file-modtime now defaults to the current buffer.
2921 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2923         * nonascii.texi (Converting Representations): Document byte-to-string.
2925         * strings.texi (Creating Strings): Don't mention semi-obsolete
2926         function char-to-string.
2927         (String Conversion): Shorten discussion of semi-obsolete function
2928         string-to-char.  Link to Converting Representations.
2930         * objects.texi (Symbol Type):
2931         * text.texi (Near Point):
2932         * help.texi (Help Functions):
2933         * functions.texi (Mapping Functions): Use string instead of
2934         char-to-string in examples.
2936 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2938         * text.texi (Kill Functions, Kill Functions)
2939         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2940         YANK-HANDLER args.
2942         * symbols.texi (Creating Symbols): Using unintern without an
2943         obarray arg is now obsolete.
2945         * numbers.texi (Float Basics): Document float-e and float-pi.
2947         * variables.texi (Defining Variables): Change "pi" example to
2948         "float-pi".
2950 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
2952         * commands.texi (Click Events): Document the values of X, Y and
2953         COL, ROW in the event's position, when the click is on the header
2954         or mode line, on the fringes, or in the margins.
2956 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
2958         * customize.texi (Composite Types): Lower-case index entry.
2960         * loading.texi (How Programs Do Loading):
2961         Document load-file-name.  (Bug#7346)
2963 2010-11-17  Glenn Morris  <rgm@gnu.org>
2965         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2967 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2969         * display.texi (Usual Display): Characters with no fonts are not
2970         necessarily displayed as empty boxes.
2972 2010-10-31  Glenn Morris  <rgm@gnu.org>
2974         * maps.texi (Standard Keymaps): Update File menu description.
2976 2010-10-28  Glenn Morris  <rgm@gnu.org>
2978         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2980 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
2982         * display.texi (Window Systems): Deprecate use of window-system as
2983         a predicate.
2985 2010-10-23  Glenn Morris  <rgm@gnu.org>
2987         * help.texi (Documentation Basics): Remove mentions of digest-doc and
2988         sorted-doc.
2990 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2992         * os.texi (Dynamic Libraries): New node, with slightly modified
2993         text deleted from "Image Formats".
2994         (System Interface): Add @menu entry for "Dynamic Libraries".
2996         * display.texi (Image Formats): Remove description of
2997         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2999 2010-10-12  Glenn Morris  <rgm@gnu.org>
3001         * book-spine.texinfo: Rename to book-spine.texi.
3003 2010-10-11  Glenn Morris  <rgm@gnu.org>
3005         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3007         * Makefile.in (DVIPS): New variable.
3008         (.PHONY): Add html, ps.
3009         (html, elisp.html, ps, elisp.ps): New targets.
3010         (clean): Delete html, ps files.
3011         ($(infodir)/elisp): Remove unnecessary includes.
3013 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
3015         * makefile.w32-in (emacsdir): New variable.
3016         (srcs): Add emacsver.texi.
3017         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3019 2010-10-09  Glenn Morris  <rgm@gnu.org>
3021         * Makefile.in (VPATH): Remove.
3022         (infodir): Make it absolute.
3023         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3025         * Makefile.in (dist): Anchor regexps.
3027         * Makefile.in (srcs): Put elisp.texi first.
3028         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3030         * Makefile.in (infoclean): Remove harmless, long-standing error.
3032         * Makefile.in ($(infodir)): Delete rule.
3033         (mkinfodir): New.
3034         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3036         * Makefile.in (dist): Remove reference to emacsver.texi.in.
3037         Also copy emacsver.texi, and edit $emacsdir.
3039 2010-10-09  Glenn Morris  <rgm@gnu.org>
3041         * Makefile.in (emacsdir): New variable.
3042         (MAKEINFO): Add -I $emacsdir.
3043         (dist): Copy emacsver.texi.
3044         (srcs): Add emacsver.texi.
3046         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3047         Set EMACSVER by including emacsver.texi.
3049         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3051 2010-10-07  Glenn Morris  <rgm@gnu.org>
3053         * Makefile.in (version): New, set by configure.
3054         (clean): Delete dist tar file.
3055         (dist): Use version in tar name.
3057 2010-10-06  Glenn Morris  <rgm@gnu.org>
3059         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3060         (INSTALL_INFO): Remove unused variable.
3061         (mostlyclean, infoclean, dist): New rules.
3062         (clean): Delete dvi and pdf files.
3063         (maintainer-clean): Remove elisp.oaux, use infoclean.
3064         ($(infodir)): Add parallel build workaround.
3066 2010-10-04  Glenn Morris  <rgm@gnu.org>
3068         * Makefile.in (dvi, pdf, $(infodir)): New targets.
3069         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
3070         Fix -I typo.
3071         (clean): No 'make.out' or 'core' files.
3072         (.PHONY): Declare clean rules.
3073         (maintainer-clean): Delete pdf file.  Guard against cd failures.
3075 2010-10-03  Glenn Morris  <rgm@gnu.org>
3077         * files.texi (File Name Components): Remove ignored section about
3078         deleted variable directory-sep-char.
3080 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
3082         * files.texi (Magic File Names): New defopt
3083         remote-file-name-inhibit-cache.
3085 2010-10-02  Glenn Morris  <rgm@gnu.org>
3087         * os.texi (Killing Emacs): Hook now runs in batch mode.
3089 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3091         * text.texi (Special Properties): Clarify when modification-hooks run.
3093 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3095         * syntax.texi (Syntax Flags): Document new `c' flag.
3097 2010-09-09  Glenn Morris  <rgm@gnu.org>
3099         * display.texi (ImageMagick Images): General cleanup.
3101 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3103         * files.texi (Directory Names): Use \` rather than ^.
3105 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3107         * text.texi (Low-Level Kill Ring):
3108         * frames.texi (Window System Selections): Remove cut buffer
3109         documentation.
3111 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
3113         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3114         Parameters", where the default fringe width is described.
3116         * frames.texi (Window Frame Parameters, Basic Parameters)
3117         (Position Parameters, Layout Parameters, Management Parameters)
3118         (Cursor Parameters, Font and Color Parameters): Add indexing for
3119         frame parameters.  (Bug#6929)
3121 2010-08-25  Tom Tromey  <tromey@redhat.com>
3123         * vol2.texi (Top): Update.
3124         * vol1.texi (Top): Update.
3125         * tips.texi (Library Headers): Mention Package-Version and
3126         Package-Requires.
3127         * package.texi: New file.
3128         * os.texi (System Interface): Update pointers.
3129         * elisp.texi (Top): Link to new nodes.  Include package.texi.
3130         * anti.texi (Antinews): Update pointers.
3132 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
3134         * processes.texi (Filter Functions): Fix last change.
3136 2010-08-24  Markus Triska  <triska@gmx.at>
3138         * processes.texi (Filter Functions): Use `buffer-live-p' instead
3139         of `buffer-name' in the main text as well as in the example
3140         (Bug#3098).
3142 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3144         * nonascii.texi (Text Representations):
3145         * loading.texi (Loading Non-ASCII):
3146         * compile.texi (Byte Compilation): Don't mention obsolete
3147         --unibyte command-line argument.
3149 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3151         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3153 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3155         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3157 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
3159         * commands.texi (Misc Events): Add cross-references to where
3160         POSITION of a mouse event is described in detail.
3162 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
3164         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
3166 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3168         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3169         Suggested by Štěpán Němec <stepnem@gmail.com>.
3171 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3173         * minibuf.texi (High-Level Completion): Document args of
3174         `read-buffer-function' (bug#5625).
3176 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3178         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3180 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3182         * processes.texi (Process Information): Explain process property
3183         `remote-tty'.
3185 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3187         * modes.texi (Defining Minor Modes): Use C-delete in examples,
3188         instead of "\C-\^?" (bug#6334).
3190         * text.texi (Special Properties): Fix typo.
3192 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
3194         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3195         calling sequences, which are now the standard.
3197 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3199         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3201         * commands.texi (Command Overview): Mention undo-boundary call.
3203 2010-06-23  Glenn Morris  <rgm@gnu.org>
3205         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3206         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3207         * frames.texi, functions.texi, internals.texi, keymaps.texi:
3208         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3209         * searching.texi, sequences.texi, strings.texi, syntax.texi:
3210         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3211         Untabify Texinfo files.
3213 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3215         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3217 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3219         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3221 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
3223         * searching.texi (Regexp Special): Remove obsolete information
3224         about matching non-ASCII characters, and suggest using char
3225         classes (Bug#6283).
3227 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3229         * minibuf.texi (Basic Completion): Add missing "@end defun".
3231 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3233         * minibuf.texi (Basic Completion): Document completion-boundaries.
3234         (Programmed Completion): Document the new fourth method for boundaries.
3236 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
3238         * display.texi (Image Cache): Update documentation about image caching.
3240 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3242         * windows.texi (Textual Scrolling):
3243         * tips.texi (Coding Conventions):
3244         * minibuf.texi (Minibuffer History):
3245         * maps.texi (Standard Keymaps):
3246         * loading.texi (Where Defined):
3247         * edebug.texi (Instrumenting): Fix typos.
3249 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3251         * keymaps.texi (Menu Bar): Document :advertised-binding property.
3253         * functions.texi (Obsolete Functions):
3254         Document set-advertised-calling-convention.
3256         * minibuf.texi (Basic Completion): Document completion-in-region.
3257         (Programmed Completion): Document completion-annotate-function.
3259         * commands.texi (Reading One Event): Document read-key.
3260         (Distinguish Interactive): Document KIND arg to
3261         called-interactively-p.  Delete obsolete interactive-p.
3263         * elisp.texi (Top): Update node description.
3265 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
3267         * nonascii.texi (Character Properties):
3268         Document unicode-category-table.  Add an index entry for Unicode
3269         general category.
3271 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3273         * Version 23.2 released.
3275 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3277         * locals.texi (Standard Buffer-Local Variables):
3278         Remove @ignore'd reference to `direction-reversed'.
3280 2010-04-14  Juri Linkov  <juri@jurta.org>
3282         Fix @deffn without category.
3284         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3285         for `abbrev-insert'.
3287         * buffers.texi (Indirect Buffers): Add category `Command'
3288         to @deffn of `clone-indirect-buffer'.
3290         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3291         for `next-window' and `previous-window'.  Add category `Command'
3292         to @deffn of `pop-to-buffer'.
3294 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
3296         * nonascii.texi (Text Representations): Don't mark
3297         enable-multibyte-characters as a user option.
3299 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3301         * control.texi (Handling Errors): How to re-throw a signal caught
3302         by condition-case.
3304 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
3306         * loading.texi (Hooks for Loading): Document after-load-functions.
3307         Copyedits.
3309 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3311         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
3313 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3315         * processes.texi (Network Processes): Document seqpacket type.
3317 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3319         * os.texi (System Environment): Do not mention lynxos.
3321 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3323         * Branch for 23.2.
3325 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3327         * objects.texi (Integer Type): Take note of the read syntax
3328         exception for numbers that cannot fit in the integer type.
3330 2010-03-03  Glenn Morris  <rgm@gnu.org>
3332         * numbers.texi (Integer Basics, Bitwise Operations):
3333         * objects.texi (Integer Type): Update for integers now being 30-bit.
3335 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3337         * display.texi (Low-Level Font): Document :otf font-spec property.
3339 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * display.texi (Line Height): Avoid obsolete special default variables
3342         like default-major-mode.
3344 2010-01-28  Alan Mackenzie  <acm@muc.de>
3346         * display.texi (Auto Faces): Say fontification-functions is called
3347         whether or not Font Lock is enabled.  Tidy up the wording a bit.
3349 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3351         * elisp.texi: Remove duplicate edition information (Bug#5407).
3353 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3355         * two.el (volume-header-toc-markup): Fix typos in docstring.
3357 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         Avoid dubious uses of save-excursions.
3360         * positions.texi (Excursions): Recommend the use of
3361         save-current-buffer if applicable.
3362         * text.texi (Clickable Text): Fix the example code which used
3363         save-excursion in a naive way which sometimes preserves point and
3364         sometimes not.
3365         * variables.texi (Creating Buffer-Local):
3366         * os.texi (Session Management):
3367         * display.texi (GIF Images):
3368         * control.texi (Cleanups): Use (save|with)-current-buffer.
3370 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3372         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
3374 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3376         * nonascii.texi (Text Representations, Character Codes)
3377         (Converting Representations, Explicit Encoding)
3378         (Translation of Characters): Use hex notation consistently.
3379         (Character Sets): Fix map-charset-chars doc (Bug#5197).
3381 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3383         * loading.texi (Where Defined): Make it clearer that these are
3384         loaded files (Bug#5068).
3386 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
3388         * minibuf.texi (Completion Styles): Document `initials' style.
3390 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
3392         * frames.texi (Resources): Describe inhibit-x-resources.
3393         (Size Parameters): Copyedit.
3395         * hash.texi (Creating Hash):
3396         * objects.texi (Hash Table Type): Document the new hash table
3397         printed representation.
3399         * minibuf.texi (Basic Completion): 4th arg to all-completions is
3400         obsolete.
3402         * processes.texi (Process Buffers):
3403         Document process-kill-buffer-query-function.
3405 2009-12-05  Glenn Morris  <rgm@gnu.org>
3407         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3408         diary-display-function, and no longer recommended to be a hook.
3409         Update for changes in the names of calendar and diary hooks.
3410         diary-print-entries-hook has changed section.
3412 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
3414         * text.texi (Special Properties): More accurate description of
3415         what the `cursor' property does.
3417 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3419         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3420         mouse-wheel-down-event, the closest thing to a definition for them.
3421         * os.texi (Startup Summary): vindex inhibit-startup-message and
3422         inhibit-splash-screen.
3423         (Command-Line Arguments): vindex argv.
3424         (Suspending Emacs): vindex suspend-tty-functions and
3425         resume-tty-functions.  Don't want to index every hook, but having
3426         the programming ones is helpful.
3428 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3430         * commands.texi (Motion Events): Fix typo (Bug#4907).
3432 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3434         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3435         are affected by case-fold-search (Bug#4483).
3437 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
3439         * minibuf.texi (Reading File Names): Note that read-file-name may
3440         use a graphical file dialog.
3442 2009-10-31  Glenn Morris  <rgm@gnu.org>
3444         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
3446 2009-10-16  Kevin Ryde  <user42@zip.com.au>
3448         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3449         in particular so `info-lookup-symbol' can find its docs.
3451 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
3453         * variables.texi (Constant Variables): Distinguish from defconst
3454         variables.
3455         (Defining Variables): Add cindex.
3457 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
3459         * os.texi (Time of Day): Clarify that the microsecond part is
3460         ignored (Bug#4637).
3462 2009-10-11  Glenn Morris  <rgm@gnu.org>
3464         * frames.texi (Size and Position): Clarify what is included in the frame
3465         height.  (Bug#4535)
3467 2009-10-10  Glenn Morris  <rgm@gnu.org>
3469         * windows.texi (Size of Window): The relationship between window and
3470         frame heights is not so simple.  (Bug#4535)
3471         Mention window-full-height-p.
3473 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3476         used from Lisp.
3478 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3480         * files.texi (Directory Names) <abbreviate-file-name>:
3481         Document that root home directories are not replaced with "~".
3483 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
3485         * text.texi (Special Properties): Document the meaning of the
3486         `cursor' text property whose value is an integer.
3488 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3490         * files.texi (Magic File Names): Add `copy-directory'.
3492 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3494         * files.texi (File Attributes): Fix description of file
3495         attributes.  (Bug#4638) Update attributes of files.texi example to
3496         be more representative.
3498 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3500         * files.texi (Create/Delete Dirs): New command copy-directory.
3502 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3504         * anti.texi (Antinews):
3505         * macros.texi (Indenting Macros):
3506         * strings.texi (Creating Strings, Case Conversion):
3507         Remove duplicate words.
3509 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3511         * files.texi (Create/Delete Dirs): delete-directory has an
3512         optional parameter RECURSIVE.
3514 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * buffers.texi (Swapping Text): Minor clarification.
3518 2009-10-01  Glenn Morris  <rgm@gnu.org>
3520         * functions.texi (Declaring Functions): Mention that we also search for
3521         ".m" files in the src/ directory.
3523 2009-09-25  David Engster  <deng@randomsample.de>
3525         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3527 2009-09-22  Glenn Morris  <rgm@gnu.org>
3529         * internals.texi (Building Emacs): Mention preloaded-file-list.
3531 2009-09-14  Alan Mackenzie  <acm@muc.de>
3533         * os.texi (Terminal Output): Put "@code{}" around "stdout".
3535 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3537         * functions.texi (Anonymous Functions): Rearrange discussion,
3538         giving usage of unquoted lambda forms first.  Mention that
3539         `function' and `#'' are no longer required (Bug#4290).
3541 2009-09-11  Alan Mackenzie  <acm@muc.de>
3543         * os.texi (Terminal Output): Document `send-string-to-terminal' in
3544         batch mode.
3546 2009-09-01  Glenn Morris  <rgm@gnu.org>
3548         * display.texi (Face Functions): Mention define-obsolete-face-alias.
3550 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
3552         * nonascii.texi (Character Codes): Fix typos.
3554 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3556         * processes.texi (Synchronous Processes): New defvar
3557         process-file-side-effects.
3559 2009-08-25  Glenn Morris  <rgm@gnu.org>
3561         * display.texi (Fontsets): Fix typo.
3563         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3565 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * processes.texi (Asynchronous Processes): Adjust arglist of
3568         start-process-shell-command and start-file-process-shell-command.
3570 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3572         * advice.texi (Argument Access in Advice): Note that argument
3573         positions are zero-based (Bug#3932).
3575         * commands.texi (Distinguish Interactive): Minor copyedit.
3577         * display.texi (Face Attributes): Add xref to Displaying Faces for
3578         explanation of "underlying face".
3580         * customize.texi (Common Keywords): Add xref to Loading.
3582         * loading.texi (How Programs Do Loading): Add xref to Lisp
3583         Libraries node in the Emacs manual.
3585 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3587         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3589 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
3591         * processes.texi (Shell Arguments): Copyedits.
3593 2009-07-18  Glenn Morris  <rgm@gnu.org>
3595         * loading.texi (Repeated Loading): Fix typo.
3597 2009-07-16  Richard Stallman  <rms@gnu.org>
3599         * buffers.texi (Swapping Text): Recommend setting
3600         write-region-annotate-functions and buffer-saved-size.
3602         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3604 2009-07-15  Glenn Morris  <rgm@gnu.org>
3606         * edebug.texi: Minor re-phrasings throughout.
3607         (Edebug Execution Modes): Sit-for affects continue mode too.
3608         (Jumping): Use `forward-sexp' rather than its keybinding.
3609         (Edebug Misc): Fix Q binding.
3610         (Edebug Eval): Remove cl version.
3611         (Printing in Edebug): Clarify print-length etc.
3612         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3613         (Specification List): Remove edebug-unwrap findex entry.
3614         (Specification Examples): defmacro is actually not the same as defun.
3615         Escape "`" in example.
3617 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
3619         * markers.texi (The Mark): Document optional arg to
3620         deactivate-mark.
3622 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3624         * hooks.texi (Standard Hooks): Fix cross-references.
3626         * loading.texi (Named Features): Refer to eval-after-load.
3628 2009-07-11  Glenn Morris  <rgm@gnu.org>
3630         * Makefile.in (TEXI2PDF): New.
3631         (elisp.pdf): New target.
3633         * searching.texi (Regexp Backslash): Fix typo.
3635         * elisp.texi (Top): Display copyright notice at start of non-TeX.
3637 2009-07-10  Glenn Morris  <rgm@gnu.org>
3639         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3641         * customize.texi (Customization Types):
3642         * display.texi (Abstract Display):
3643         * objects.texi (Character Type, String Type):
3644         Merge in some menu descriptions from elisp.texi.
3646         * hash.texi (Hash Tables):
3647         * modes.texi (Multiline Font Lock):
3648         End menu description with period.
3650 2009-07-09  Glenn Morris  <rgm@gnu.org>
3652         * back.texi: Don't hard-code texinfo location.
3654         * two-volume.make (texinfodir): New, with location of texinfo.tex.
3655         (tex): Add texinfodir to TEXINPUTS.
3656         (elisp1med-init, elisp2med-init): Use texinfodir.
3658         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3659         (clean): Add two-volume.make intermediate files.
3661         * elisp.texi, vol1.texi, vol2.texi:
3662         Use a DATE variable with the publication date, and update it.
3663         Fix antinews menu description.
3665         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3666         Update the detailed node listing to match elisp.texi.
3668         * README: Update edition to match elisp.texi.
3670         * objects.texi (General Escape Syntax):
3671         * nonascii.texi (Character Sets):
3672         Use consistent case for "Unicode Standard".
3674         * anti.texi (Antinews):
3675         * customize.texi (Variable Definitions):
3676         * functions.texi (Declaring Functions):
3677         * nonascii.texi (Character Properties):
3678         * processes.texi (Serial Ports):
3679         * text.texi (Special Properties):
3680         * tips.texi (Coding Conventions):
3681         Minor rearrangements to improve TeX line-filling.
3683         * commands.texi (Using Interactive): Fix cross-reference.
3685 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3687         * frames.texi (Management Parameters): Mention sticky.
3689 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3691         * help.texi (Help Functions): Fix description of help-buffer and
3692         help-setup-xref to use @defun instead of @deffn.
3694 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3696         * frames.texi (Size Parameters): Mention maximized for fullscreen.
3698 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
3700         * display.texi (Window Systems): Add ns to the list.
3702 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3704         * Branch for 23.1.
3706 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
3708         * windows.texi (Dedicated Windows): Fix typo.
3709         (Resizing Windows): Replace @defun by @deffn.
3711 2009-06-17  Glenn Morris  <rgm@gnu.org>
3713         * variables.texi (Directory Local Variables):
3714         Update for 2009-04-11 name-change of dir-locals-directory-alist.
3716 2009-06-09  Kenichi Handa  <handa@m17n.org>
3718         * nonascii.texi (Character Sets): State clearly that FROM and TO
3719         are codepoints of CHARSET.
3721 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
3723         * minibuf.texi (Reading File Names): Fix introductory text.
3724         Suggested by stan@derbycityprints.com.
3725         (High-Level Completion): Fix typo.
3727 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
3729         * frames.texi (Text Terminal Colors): Multi-tty is already
3730         implemented, but tty-local colors are not.
3732 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
3734         * hooks.texi (Standard Hooks): Remove mention of obsolete
3735         redisplay-end-trigger-functions.
3737         * internals.texi (Window Internals): Remove mention of obsolete
3738         redisplay-end-trigger-functions.
3740 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
3742         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3744         * backups.texi (Making Backups): backup-directory-alist and
3745         make-backup-file-name-function are options.
3746         (Auto-Saving): auto-save-list-file-prefix is an option.
3748         * buffers.texi (Killing Buffers): buffer-offer-save is an
3749         option.
3751         * display.texi (Refresh Screen): no-redraw-on-reenter is an
3752         option.
3753         (Echo Area Customization): echo-keystrokes is an option.
3754         (Selective Display): selective-display-ellipses is an option.
3755         (Temporary Displays): temp-buffer-show-function is an option.
3756         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3757         are options.
3758         (Font Selection): face-font-family-alternatives,
3759         face-font-selection-order, face-font-registry-alternatives, and
3760         scalable-fonts-allowed are options.
3761         (Fringe Indicators): indicate-buffer-boundaries is an option.
3762         (Fringe Cursors): overflow-newline-into-fringe is an option.
3763         (Scroll Bars): scroll-bar-mode is an option.
3765         * eval.texi (Eval): max-lisp-eval-depth is an option.
3767         * files.texi (Visiting Functions): find-file-hook is an option.
3768         (Directory Names): directory-abbrev-alist is an option.
3769         (Unique File Names): temporary-file-directory and
3770         small-temporary-file-directory are options.
3772         * frames.texi (Initial Parameters): initial-frame-alist,
3773         minibuffer-frame-alist and default-frame-alist are options.
3774         (Cursor Parameters): blink-cursor-alist and
3775         cursor-in-non-selected-windows ar options.
3776         (Window System Selections): selection-coding-system is an
3777         option.
3778         (Display Feature Testing): display-mm-dimensions-alist is an
3779         option.
3781         * help.texi (Help Functions): help-char and help-event-list are
3782         options.
3784         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3785         an option.
3787         * minibuf.texi (Minibuffer History): history-length and
3788         history-delete-duplicates are options.
3789         (High-Level Completion): read-buffer-function and
3790         read-buffer-completion-ignore-case are options.
3791         (Reading File Names): read-file-name-completion-ignore-case is
3792         an option.
3794         * modes.texi (Mode Line Top): mode-line-format is an option.
3795         (Mode Line Variables): mode-line-position and mode-line-modes
3796         are options.
3798         * nonascii.texi (Text Representations):
3799         enable-multibyte-characters is an option.
3800         (Default Coding Systems): auto-coding-regexp-alist,
3801         file-coding-system-alist, auto-coding-alist and
3802         auto-coding-functions are options.
3803         (Specifying Coding Systems): inhibit-eol-conversion is an
3804         option.
3806         * os.texi (Init File): site-run-file is an option.
3807         (System Environment): mail-host-address is an option.
3808         (User Identification): user-mail-address is an option.
3809         (Terminal Output): baud-rate is an option.
3811         * positions.texi (Word Motion): words-include-escapes is an
3812         option.
3814         * searching.texi (Standard Regexps): page-delimiter,
3815         paragraph-separate, paragraph-separate and sentence-end are
3816         options.
3818         * text.texi (Margins): left-margin and fill-nobreak-predicate
3819         are options.
3821         * variables.texi (Local Variables): max-specpdl-size is an
3822         option.
3824         * windows.texi (Choosing Window):
3825         split-window-preferred-function, special-display-function and
3826         display-buffer-function are options.
3828 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
3830         Fix errors spotted by Martin Rudalics.
3832         * syntax.texi (Position Parse): Document rationale for ignored
3833         arguments to syntax-ppss-flush-cache.
3835         * processes.texi (Input to Processes): Mark PROCESS arg to
3836         process-running-child-p as optional.
3837         (Network Options): Document NO-ERROR arg to
3838         set-network-process-option.
3840         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3841         command.
3843         * searching.texi (POSIX Regexps): Mark posix-search-forward and
3844         posix-search-backward as commands.
3846         * os.texi (Killing Emacs): Mark kill-emacs as a command.
3847         (Suspending Emacs): Mark suspend-emacs as a command.
3848         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3849         commands.
3850         (Terminal Output): Remove obsolete function baud-rate.
3851         Document TERMINAL arg for send-string-to-terminal.
3853         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3854         terminal-coding-system and set-terminal-coding-system.
3855         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3856         as optional.
3857         (Character Sets): Document RESTRICTION arg of char-charset.
3858         (Character Codes): Mark POS argument to get-byte as optional.
3860         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3861         minibuffer-message.
3863         * files.texi (Create/Delete Dirs): Mark make-directory and
3864         delete-directory as commands.
3866         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3868         * text.texi (Base 64): Mark base64-decode-string and
3869         base64-encode-string as commands.
3870         (Columns): Mark move-to-column as a command.
3871         (Mode-Specific Indent): Document RIGID arg to
3872         indent-for-tab-command.
3873         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3874         Mark indent-code-rigidly as a command.
3875         (Substitution): Mark translate-region as a command.
3877         * frames.texi (Size and Position): Remove obsolete functions
3878         screen-height and screen-width.
3880 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
3882         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3883         (Displaying Buffers, Resizing Windows): Correct mistakes;
3884         next-window, previous-window, and pop-to-buffer are not commands,
3885         and fit-window-to-buffer" is a command.  (Pointed out by Martin
3886         Rudalics.)
3888 2009-05-17  Richard M Stallman  <rms@gnu.org>
3890         * modes.texi (Precalculated Fontification): Clarify text.
3892 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
3894         * windows.texi (Selecting Windows): Clarify descriptions of
3895         with-selected-window and get-lru-window.
3896         (Cyclic Window Ordering): Refer to particular frame when talking
3897         about how splitting affects the ordering.
3898         (Displaying Buffers): Fix descriptions of switch-to-buffer and
3899         switch-to-buffer-other-window.  Explain how setting of
3900         display-buffer-reuse-frames affects pop-to-buffer.
3901         (Choosing Window): Clarify some details in descriptions of
3902         display-buffer-reuse-frames, pop-up-frames, and
3903         pop-up-frame-function.
3904         (Dedicated Windows): Clarify some details.
3905         (Textual Scrolling): Replace term vscroll by term vertical
3906         scroll position.
3907         (Vertical Scrolling): Fix typo.
3908         (Window Hooks): Relate text on jit-lock-register to window
3909         scrolling and size changes.
3911 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
3913         * frames.texi (Initial Parameters): Clarify what the initial
3914         minibuffer frame is.
3915         (Buffer Parameters): Note that the minibuffer parameter can not be
3916         altered.
3918         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
3919         Document display-buffer changes.
3921 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
3923         * anti.texi (Antinews): Rewrite for Emacs 22.
3925         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3926         obarrays are first mentioned.  Define "system abbrev" more
3927         prominently, and add it to the index.
3928         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3929         Copyedits.
3930         (Abbrev Expansion): Document abbrev-insert.
3932 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
3934         * frames.texi (Font and Color Parameters): Rename from Color
3935         Parameters.  Document font-backend parameter.
3937         * vol2.texi (Top): Update node listing.
3938         * vol1.texi (Top): Update node listing.
3939         * elisp.texi (Top): Update node listing.
3941 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
3943         * windows.texi (Choosing Window): Don't explicitly refer to
3944         split-window-sensibly's window argument in descriptions of
3945         split-height-threshold and split-width-threshold.
3947 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
3949         * windows.texi (Choosing Window): Fix rewrite of window
3950         splitting section.
3952 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
3954         * nonascii.texi (Default Coding Systems):
3955         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
3956         Add indexing.
3957         (Lisp and Coding Systems): Add index entries.
3959 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
3961         * windows.texi (Choosing Window): Describe split-window-sensibly
3962         and rewrite section on window splitting accordingly.
3963         (Textual Scrolling): Replace `...' by @code{...}.
3965 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
3967         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3968         Remove obsoleted pre-abbrev-expand-hook.
3970         * locals.texi (Standard Buffer-Local Variables): Consolidate table
3971         entries.
3973         * internals.texi (Object Internals): Don't assume 32-bit machines
3974         are the norm.
3975         (Buffer Internals): Consolidate table entries for readability.
3976         (Window Internals): Synch field names to window.h.
3977         (Process Internals): Synch field names to process.h.
3979 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
3981         * variables.texi (File Local Variables): Note that read-circle is
3982         bound to nil when reading file-local variables.
3984         * streams.texi (Input Functions): Document read-circle.
3985         (Output Variables): Add xref to Circular Objects.
3987 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
3989         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
3990         Features and Coding System Basics.  Node that "p" stands for
3991         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
3992         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3993         mouse-appearance-menu.
3994         (Programming Tips): Add xref to Progress.
3996 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
3998         * os.texi (Command-Line Arguments):
3999         Document command-line-args-left.
4000         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
4001         terminal objects for tty arguments.
4002         (Startup Summary): Add xref to Session Management.
4003         (Session Management): Mention emacs-session-restore.  Copyedits.
4005 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
4007         * os.texi (Startup Summary): Copyedits.  The init file is not
4008         necessarily named .emacs now.  Document initial-buffer-choice and
4009         initial-scratch-message.  Note where Emacs exits in batch mode.
4010         Document inhibit-splash-screen as an alias.
4011         (Init File): Be neutral about which init file name to use.
4013 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
4015         * os.texi (System Interface): Fix Texinfo usage.
4017 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
4019         * searching.texi (Regexp Backslash): Also refer to shy groups as
4020         non-capturing or unnumbered groups.
4021         (Regexp Functions): Add cross-reference to Regexp Backslash.
4023         * display.texi (Truncation): Overlays can use line-prefix and
4024         wrap-prefix too.
4025         (Overlay Properties): Document wrap-prefix and line-prefix.
4026         (Face Attributes): Document underline-minimum-offset.
4027         (Face Remapping): Copyedits.
4028         (Low-Level Font): Copyedits.
4029         (Image Cache): Note that the image cache is shared between frames.
4030         (Line Height): Emphasize that line-spacing only takes effect on
4031         graphical terminals.
4033 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
4035         * display.texi (Refresh Screen): Note that a passage about screen
4036         refreshing is text terminal only.
4037         (Forcing Redisplay): Delete misleading comment---sit-for calls
4038         redisplay, not the other way around.
4039         (Truncation): Note new values of truncate-partial-width-windows.
4040         Copyedits.
4041         (Invisible Text): Document invisible-p.
4043 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
4045         * display.texi (Overlays): Overlays don't scale well.  See
4046         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4048 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
4050         * syntax.texi (Syntax Table Functions): Document cons cell
4051         argument for modify-syntax-entry.
4052         (Categories): Document cons cell argument for
4053         modify-category-entry.
4055         * searching.texi (String Search): Document word-search-forward-lax
4056         and word-search-backward-lax.
4057         (Searching and Case): Describe isearch behavior more precisely.
4059         * keymaps.texi (Tool Bar): Mention that some platforms do not
4060         support multi-line toolbars.  Suggested by Stephen Eglen.
4062         * frames.texi (Layout Parameters): Mention that Nextstep also
4063         allows only one tool-bar line.  Suggested by Stephen Eglen.
4065         * nonascii.texi (Text Representations): Copyedits.
4066         (Coding System Basics): Also mention utf-8-emacs.
4067         (Converting Representations, Selecting a Representation)
4068         (Scanning Charsets, Translation of Characters, Encoding and I/O):
4069         Copyedits.
4070         (Character Codes): Mention role of codepoints 1114112 to 4194175.
4072 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
4074         * text.texi (Yank Commands): Note that yank uses push-mark.
4075         (Filling): Clarify REGION argument of fill-paragraph.
4076         Document fill-forward-paragraph-function.
4077         (Special Properties): Remove "new in Emacs 22" declaration.
4078         (Clickable Text): Merge with Links and Mouse-1 node.
4080         * display.texi (Button Properties, Button Buffer Commands):
4081         Change xref to Clickable Text.
4083         * tips.texi (Key Binding Conventions): Change xref to Clickable
4084         Text.
4086         * elisp.texi (Top): Update node listing.
4088 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
4090         * markers.texi (The Mark): Copyedits.  Improve description of
4091         handle-shift-selection.
4092         (The Region): Move use-region-p here from The Mark.
4094         * positions.texi (Screen Lines): Document (cols . lines) argument
4095         for vertical-motion.
4097 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
4099         * frames.texi (Frames): Clean up introduction.  Document `ns'
4100         return value for framep.
4101         (Creating Frames): Note how the terminal is chosen.
4102         (Multiple Terminals, Multiple Displays): Merge into a single node.
4103         (Color Parameters): Fix typo.
4105         * variables.texi (Local Variables, Buffer-Local Variables)
4106         (Creating Buffer-Local): Change link to Multiple Terminals.
4108         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4110         * keymaps.texi (Controlling Active Maps): Change link to Multiple
4111         Terminals.
4113         * commands.texi (Command Loop Info, Keyboard Macros): Change link
4114         to Multiple Terminals.
4116         * elisp.texi (Top): Update node listing.
4117         * vol2.texi (Top): Update node listing.
4118         * vol1.texi (Top): Update node listing.
4120         * buffers.texi (Current Buffer): Note that the append-to-buffer
4121         example is no longer in synch with the latest code.  Tie the two
4122         examples together.
4124         * files.texi (File Attributes): Move note about MS-DOS from
4125         Changing Files to File Attributes.
4126         (Create/Delete Dirs): Note that mkdir is an alias for this.
4128 2009-04-01  Markus Triska  <triska@gmx.at>
4130         * processes.texi (Filter Functions): Suggest how to handle output
4131         batches.
4133 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
4135         * help.texi (Accessing Documentation): Update example to use
4136         help-setup-xref and with-help-window.
4137         (Help Functions): Remove print-help-return-message, which is
4138         semi-obsolete due to with-help-window.  Document help-buffer and
4139         help-setup-xref.
4141 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
4143         * help.texi (Accessing Documentation, Help Functions):
4144         Remove information about long-obsolete Emacs versions.
4146         * modes.texi (Mode Line Variables): The default values of the mode
4147         line variables are now more complicated.
4149 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
4151         * modes.texi (Major Mode Conventions): Note that specialness is
4152         inherited.
4153         (Derived Modes): Note that define-derive-mode sets the mode-class
4154         property.
4156         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4157         goto-map.  Add search-map to the list.
4159 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
4161         * os.texi (System Environment): Update the list of system-type
4162         values.
4164         * markers.texi (The Mark) <handle-shift-selection>: Update for
4165         removal of the optional argument DEACTIVATE.
4167 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
4169         * commands.texi (Focus Events): Most X window managers don't use
4170         focus-follows-mouse nowadays.
4172 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
4174         * commands.texi (Defining Commands): Clarify introduction.
4175         (Using Interactive): Not that interactive can be put in a symbol
4176         property.
4177         (Interactive Call): Note that a symbol with a non-nil
4178         interactive-form property satisfies commandp.
4180 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
4182         * minibuf.texi (Intro to Minibuffers): Fix typos.
4184 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
4186         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4187         about minibuffers in old Emacs versions.  Copyedits.
4188         Emphasize that enable-recursive-minibuffers defaults to nil.
4189         (Text from Minibuffer): Simplify introduction.
4191 2009-03-22  Alan Mackenzie  <acm@muc.de>
4193         * commands.texi (Using Interactive): Clarify string argument to
4194         `interactive' - even promptless elements need \n separators.
4196 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
4198         * minibuf.texi (Completion Styles): New node.
4200         * elisp.texi (Top): Update node listing.
4202 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
4204         * minibuf.texi (Basic Completion): Note that
4205         read-file-name-completion-ignore-case and
4206         read-buffer-completion-ignore-case can override
4207         completion-ignore-case.
4208         (Minibuffer Completion): Document completing-read changes.
4209         (Completion Commands): Avoid mentioning partial completion mode.
4210         Document minibuffer-completion-confirm changes, and
4211         minibuffer-confirm-exit-commands.
4212         (High-Level Completion): Document new require-match behavior for
4213         read-buffer.  Document read-buffer-completion-ignore-case.
4214         (Reading File Names): Document new require-match behavior for
4215         read-file-name.
4217 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
4219         * debugging.texi (Error Debugging): Don't mislead the reader into
4220         thinking that debug-on-error enters debugger for C-f at EOB.
4221         (Error Debugging): Setting debug-on-init within the init file
4222         works, and has for some time.
4224 2009-03-13  Kenichi Handa  <handa@m17n.org>
4226         * display.texi (Fontsets): Update the description.
4228 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
4230         * advice.texi (Advising Primitives): Link to What Is a Function.
4232 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
4234         * compile.texi (Speed of Byte-Code): Update example.
4235         (Disassembly): Update examples.
4237         * loading.texi (Repeated Loading): Simplify examples.
4239         * customize.texi (Common Keywords): It's not necessary to use :tag
4240         to remove hyphens, as custom-unlispify-tag-name does it
4241         automatically.
4242         (Variable Definitions): Link to File Local Variables.
4243         Document customized-value symbol property.
4244         (Customization Types): Move menu to end of node.
4246 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
4248         * macros.texi (Compiling Macros): Omit misleading sentence, which
4249         implied that macros can only be used in the same file they are
4250         defined.
4251         (Backquote): Remove obsolete information about Emacs 19.
4253 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
4255         * display.texi (Display Margins): Fix paren typo.
4257 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
4259         * elisp.texi (Top): Update node listing.
4261         * variables.texi (Variables): Clarify introduction.
4262         (Global Variables): Mention that setq is a special form.
4263         (Local Variables): Use active voice.
4264         (Tips for Defining): Mention marking variables as safe.
4265         (Buffer-Local Variables): Mention terminal-local and frame-local
4266         variables together.
4267         (File Local Variables): Copyedits.
4268         (Frame-Local Variables): Note that they are not really useful.
4269         (Future Local Variables): Node deleted.
4271         * objects.texi (General Escape Syntax): Update explanation of
4272         Unicode escape syntax.
4274 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
4276         * control.texi (Control Structures): Add cindex entry for "textual
4277         order".
4279         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
4280         instead of "expression" throughout.
4281         (Function Indirection): Copyedits.  Use active voice.
4282         (Eval): The default value of max-lisp-eval-depth is now 400.
4284 2009-02-23  Miles Bader  <miles@gnu.org>
4286         * processes.texi (System Processes): Rename `system-process-attributes'
4287         to `process-attributes'.
4289 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
4291         * symbols.texi (Property Lists): Emphasize that property lists are
4292         not restricted to symbol cells.
4293         (Other Plists): Copyedit.
4295         * sequences.texi (Sequences Arrays Vectors): Make introduction
4296         more concise.
4297         (Arrays): Mention char-tables and bool-vectors too.
4298         (Vectors): Don't repeat information given in Arrays node.  Link to
4299         nodes that explain the vector usage examples.
4300         (Char-Tables): Note that char-table elements can have arbitrary
4301         type.  Explain effect of omitted char-table-extra-slots property.
4302         Link to Property Lists node.
4304 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
4306         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4307         `append'.
4308         (List Elements): Copyedits.
4310         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4311         of `vconcat'.
4313         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
4314         Emacs 20 usage of `concat'.
4315         (Case Conversion): Copyedits.
4317 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
4319         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4320         Minor edits.
4321         (Frame Configuration Type): Emphasize that it is not primitive.
4322         (Font Type): New node.
4323         (Type Predicates): Add fontp; type-of now recognizes font object
4324         types.
4326         * intro.texi (Version Info): Update version numbers in examples.
4327         (Acknowledgements): List more contributors.
4329         * elisp.texi: Bump version number to 3.0.
4330         (Top): Link to Font Type node.
4332 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
4334         * modes.texi (Major Mode Conventions): Remove duplicate words.
4335         (Customizing Keywords): Fix typo.
4337 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
4339         * nonascii.texi (User-Chosen Coding Systems): Document that
4340         select-safe-coding-system suggests raw-text if there are raw bytes
4341         in the region.
4342         (Explicit Encoding): Warn not to use `undecided' when encoding.
4344 2009-02-11  Glenn Morris  <rgm@gnu.org>
4346         * frames.texi (Visibility of Frames): Mention the effect multiple
4347         workspaces/desktops can have on visibility.
4349 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
4351         * text.texi (Commands for Insertion):
4352         * commands.texi (Event Mod):
4353         * keymaps.texi (Searching Keymaps):
4354         * nonascii.texi (Translation of Characters):
4355         Reinstate documentation of translation-table-for-input.
4356         (Explicit Encoding): Document the `charset' text property produced
4357         by decode-coding-region and decode-coding-string.
4359 2009-01-27  Alan Mackenzie  <acm@muc.de>
4361         * modes.texi (Search-based Fontification): Correct a typo.
4363 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
4365         * abbrevs.texi (Abbrev Table Properties): Fix typo.
4366         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
4368 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
4370         * display.texi (Window Systems): Document the value of
4371         `initial-window-system' under --daemon.
4373         * os.texi (System Environment): Remove description of the
4374         `environment' function which has been deleted.
4376 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
4378         * frames.texi (Multiple Displays): Remove documentation for
4379         removed function make-frame-on-tty.
4381 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
4383         * files.texi (Format Conversion Piecemeal): Clarify behavior of
4384         write-region-annotate-functions.
4385         Document write-region-post-annotation-function.
4387 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
4389         * display.texi (Font Lookup): Document WIDTH argument of
4390         x-list-fonts.
4392 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
4394         * maps.texi (Standard Keymaps): Rename function-key-map to
4395         local-function-key-map.
4397         * keymaps.texi (Translation Keymaps): Rename function-key-map to
4398         local-function-key-map.
4400         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4401         and `set-keyboard-coding-system' now accept an optional terminal
4402         argument.
4404         * commands.texi (Event Mod): `keyboard-translate-table' is now
4405         terminal-local.
4406         (Function Keys): Rename function-key-map to
4407         local-function-key-map.
4409         * elisp.texi (Top): Make @detailmenu be consistent with changes in
4410         frames.texi.
4412         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4413         `delete-terminal-functions', `suspend-tty-functions' and
4414         `resume-tty-functions'.
4416         * frames.texi (Frames): Document `frame-terminal' and
4417         `terminal-live-p'.
4418         (Multiple Displays): Document `make-frame-on-tty'.
4419         (Multiple Terminals): Document `terminal-list', `delete-terminal',
4420         `terminal-name', and `get-device-terminal'.
4421         (Terminal Parameters): Document `terminal-parameters',
4422         `terminal-parameter', and `set-terminal-parameter'.
4424         * os.texi (System Environment): Document `environment' and
4425         `initial-environment'.
4426         (Suspending Emacs): Update for multi-tty; document
4427         `suspend-tty', `resume-tty', and `controlling-tty-p'.
4429         * nonascii.texi (Coding System Basics): More accurate description
4430         of `raw-text'.
4432 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
4434         * display.texi (Low-Level Font): Fix typo.
4436 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
4438         * elisp.texi (Top): Update node listing.
4440         * display.texi (PostScript Images): Node deleted.
4442 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
4444         * processes.texi (Decoding Output): Document that null bytes force
4445         no-conversion for reading process output.
4447         * files.texi (Reading from Files): Document that null bytes force
4448         no-conversion when visiting files.
4450         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4452         * nonascii.texi (Lisp and Coding Systems):
4453         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4454         (Character Properties): Improve wording.
4456 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
4458         * display.texi (Font Lookup): Remove obsolete function
4459         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
4460         (Low-Level Font): Rename from Fonts, move to end of Faces section.
4461         (Font Selection): Reorder order of variable descriptions.
4462         Minor clarifications.
4464         * elisp.texi (Top): Update node listing.
4466 2009-01-09  Glenn Morris  <rgm@gnu.org>
4468         * commands.texi (Command Loop Info): Say that last-command-char and
4469         last-input-char are obsolete aliases.
4471         * edebug.texi (Edebug Recursive Edit): Remove separate references to
4472         last-input-char and last-command-char, since they are just aliases for
4473         last-input-event and last-command-event.
4475         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4476         last-command-char.
4478 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
4480         * elisp.texi: Update node listing.
4482         * display.texi (Faces): Put Font Selection node after Auto Faces.
4483         (Face Attributes): Don't link to Font Lookup.
4484         Document font-family-list.
4485         (Fonts): New node.
4487 2009-01-08  Jason Rumney  <jasonr@gnu.org>
4489         * frames.texi (Pointer Shape): Clarify that only X supports
4490         changing the standard pointer shapes.  (Bug#1485)
4492 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
4494         * display.texi (Attribute Functions): Note that a function value
4495         :height is relative, and that compatibility functions work by
4496         calling set-face-attribute.
4497         (Displaying Faces): Reorder list in order of increasing priority.
4498         (Face Remapping): New node.  Content moved here from Displaying
4499         Faces.
4500         (Glyphs): Link to Face Functions.
4502 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
4504         * display.texi (Faces): Don't discuss face id here.  facep does
4505         not return t.
4506         (Defining Faces): Minor clarification.
4507         (Face Attributes): Rearrange items to match docstring of
4508         set-face-attribute.  Add :foundry attribute.  Document new role of
4509         :font attribute.  Texinfo usage fix.
4510         (Attribute Functions): Copyedits.
4511         (Face Functions): Note that face number is seldom used.
4513 2009-01-05  Richard M Stallman  <rms@gnu.org>
4515         * strings.texi (Predicates for Strings): Minor clarification.
4517         * functions.texi (Function Safety): Texinfo usage fix.
4519 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4521         * objects.texi (General Escape Syntax): Fix typo.
4523 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
4525         * windows.texi (Choosing Window): Say that pop-up-frame-alist
4526         works via the default value of pop-up-frame-function.
4528 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
4530         * processes.texi (System Processes): Document the `time' and
4531         `ctime' attributes of `system-process-attributes'.
4533 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
4535         * display.texi (Face Attributes): Clarify :height attribute.
4537 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
4539         * buffers.texi (The Buffer List): Clarify what moves a buffer to
4540         the front of the buffer list.  Add entries for `last-buffer' and
4541         `unbury-buffer'.
4543 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
4545         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4546         and its subsections.
4548         * frames.texi (Multiple Terminals, Low-level Terminal)
4549         (Terminal Parameters, Frames on Other TTY devices): New sections.
4550         (Frames): Add an xref to "Multiple Terminals".
4552         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4554         * objects.texi (Terminal Type): New node.
4555         (Editing Types): Add it to the menu.
4557         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4558         Variables".
4560         * variables.texi (Directory Local Variables): New node.
4561         (Variables): Add a menu item for it.
4563         * loading.texi (Autoload): Document `generate-autoload-cookie' and
4564         `generated-autoload-file'.
4566 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
4568         * os.texi (Startup Summary): Add xref to documentation of
4569         `initial-window-system'.
4571         * display.texi (Window Systems): Document `window-system' the
4572         function.  The variable `window-system' is now frame-local.
4573         Document `initial-window-system'.
4575 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
4577         * windows.texi (Windows): Rewrite description of
4578         fit-window-to-buffer.
4580 2008-12-13  Glenn Morris  <rgm@gnu.org>
4582         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
4583         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4585 2008-12-12  Glenn Morris  <rgm@gnu.org>
4587         * debugging.texi (Error Debugging): Refer forwards to
4588         eval-expression-debug-on-error.
4590 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
4592         * strings.texi (String Basics): Only unibyte strings that
4593         represent key sequences hold 8-bit raw bytes.
4595         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4596         paragraph to speak about `undecided'.
4597         (Character Properties): Don't explain the meaning of each
4598         property; instead, identify their Unicode Standard names.
4599         (Character Sets): Document `map-charset-chars'.
4601 2008-12-02  Glenn Morris  <rgm@gnu.org>
4603         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4604         section yet again.
4606 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
4608         * nonascii.texi (Character Properties): New Section.
4609         (Specifying Coding Systems): Document
4610         `coding-system-priority-list', `set-coding-system-priority', and
4611         `with-coding-priority'.
4612         (Lisp and Coding Systems): Document `check-coding-systems-region'
4613         and `coding-system-charset-list'.
4614         (Coding System Basics): Document `coding-system-aliases'.
4616         * elisp.texi (Top): Add a @detailmenu entry for "Character
4617         Properties".
4619         * objects.texi (Character Type): Correct the range of Emacs
4620         characters.  Add an @xref to "Character Codes".
4622         * strings.texi (String Basics): Add an @xref to "Character Codes".
4624         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4626         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4627         (Character Codes): Document `max-char'.
4629 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
4631         * nonascii.texi (Text Representations, Converting Representations)
4632         (Character Sets, Scanning Charsets, Translation of Characters):
4633         Make text more accurate.
4635 2008-11-28  Glenn Morris  <rgm@gnu.org>
4637         * files.texi (Format Conversion Round-Trip): Improve previous change.
4639 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
4641         * modes.texi (Auto Major Mode): Fix example.
4643 2008-11-25  Glenn Morris  <rgm@gnu.org>
4645         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4647         * files.texi (Format Conversion Round-Trip):
4648         Use active voice for previous change.
4650 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4652         * os.texi (Processor Run Time):
4653         * processes.texi (Transaction Queues):
4654         * markers.texi (The Mark):
4655         * windows.texi (Choosing Window, Selecting Windows):
4656         * files.texi (Changing Files, Magic File Names):
4657         * commands.texi (Key Sequence Input):
4658         * functions.texi (Declaring Functions):
4659         * strings.texi (Predicates for Strings):
4660         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4662 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4664         * help.texi (Accessing Documentation): Update example.
4666         * variables.texi (Defining Variables): Note that `*' is not
4667         necessary if defcustom is used.
4669 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4671         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4672         Characters" from @detailmenu.
4674         * nonascii.texi (Character Codes, Character Sets)
4675         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4676         (Chars and Bytes, Splitting Characters): Sections removed.
4678 2008-11-22  Lute Kamstra  <lute@gnu.org>
4680         * positions.texi (Text Lines): Update goto-line documentation.
4682 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
4684         * frames.texi (Frames): Fix typo, add cross references, reword.
4685         (Initial Parameters): Reword special-display-frame-alist text.
4686         (Frames and Windows): Reword.  Describe argument norecord for
4687         set-frame-selected-window.
4688         (Input Focus): Describe argument norecord for select-frame.
4689         Remove comment on MS-Windows behavior for focus-follows-mouse.
4690         (Raising and Lowering): Mention windows-frames dichotomy in
4691         metaphor.
4693         * windows.texi (Displaying Buffers, Vertical Scrolling)
4694         (Horizontal Scrolling): Fix indenting and rewording issues
4695         introduced with 2008-11-07 change.
4697 2008-11-20  Glenn Morris  <rgm@gnu.org>
4699         * files.texi (Format Conversion Round-Trip): Mention `preserve'
4700         element of `format-alist'.
4702 2008-11-19  Glenn Morris  <rgm@gnu.org>
4704         * doclicense.texi: Update to FDL 1.3.
4705         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4707 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
4709         * windows.texi (Window Hooks): Remove *-end-trigger-functions
4710         vars, which are obsolete.  Mention jit-lock-register.
4712         * modes.texi (Other Font Lock Variables):
4713         Document jit-lock-register and jit-lock-unregister.
4715         * frames.texi (Color Parameters): Document alpha parameter.
4717 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
4719         * windows.texi (Splitting Windows, Deleting Windows)
4720         (Selecting Windows, Cyclic Window Ordering)
4721         (Buffers and Windows, Displaying Buffers, Choosing Window)
4722         (Dedicated Windows, Window Point, Window Start and End)
4723         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4724         (Size of Window, Resizing Windows, Window Configurations)
4725         (Window Parameters): Avoid @var at beginning of sentences and
4726         reword accordingly.
4728 2008-11-11  Lute Kamstra  <lute@gnu.org>
4730         * files.texi (File Name Components): Fix file-name-extension
4731         documentation.
4733 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
4735         * frames.texi (Basic Parameters): Remove display-environment-variable
4736         and term-environment-variable.
4738 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
4740         * windows.texi (Basic Windows, Splitting Windows)
4741         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4742         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4743         (Resizing Windows, Window Configurations, Window Parameters):
4744         Fix wording and markup.
4746 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
4748         * windows.texi (Windows): Update entries.
4749         (Basic Windows): Remove listing of attributes.  Reword.
4750         (Splitting Windows, Deleting Windows): Reword.
4751         (Selecting Windows, Cyclic Window Ordering): Reword with special
4752         emphasis on order of recently selected windows and buffer list.
4753         (Buffers and Windows, Choosing Window): Reword with special
4754         emphasis on dedicated windows.
4755         (Displaying Buffers): Reword.  For switch-to-buffer mention that
4756         it may fall back on pop-to-buffer.  For other-window try to
4757         explain how it treats the cyclic ordering of windows.
4758         (Dedicated Windows): New node and section discussing dedicated
4759         windows and associated functions.
4760         (Window Point): Add entry for window-point-insertion-type.  Reword.
4761         (Window Start and End): Rename node and section title.  Reword.
4762         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4763         Minor rewording.
4764         (Size of Window): Reword, in particular text on window-width.
4765         (Resizing Windows): Reword.  Add text on balancing windows.
4766         (Window Configurations): Reword.  Mention window parameters.
4767         (Window Parameters): New node and section on window parameters.
4768         (Window Hooks): Reword.  Mention that
4769         window-configuration-change-hook is run "buffer-locally".
4770         * elisp.texi (Top): Update Windows entries in @detailmenu
4771         section.
4773 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
4775         * searching.texi (Regexp Search): Fix typo.
4777 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
4779         * searching.texi (Regexp Search): Document GREEDY arg.
4780         (Simple Match Data): Fix return value.
4782 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
4784         * nonascii.texi (Text Representations): Rewrite to make consistent
4785         with Emacs 23 internal representation of characters.
4786         Document `unibyte-string'.
4788 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
4790         * processes.texi (Process Information): Note that process-status
4791         does not accept buffer names.
4793 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
4795         * positions.texi (Skipping Characters): Correct return value of
4796         skip-chars-forward.
4798 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
4800         * windows.texi (Deleting Windows): Update documentation of
4801         delete-windows-on.
4802         (Buffers and Windows): Update documentations of
4803         get-buffer-window and get-buffer-window-list.
4804         (Displaying Buffers): Update documentation of
4805         replace-buffer-in-windows.
4807         * buffers.texi (Current Buffer): Reword set-buffer and
4808         with-current-buffer documentations.
4809         (Creating Buffers): Reword documentation of get-buffer-create.
4811 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
4813         * buffers.texi (Current Buffer): Reword documentation of
4814         set-buffer.
4815         (Buffer Names): Reword documentation of buffer-name.
4816         (The Buffer List): For bury-buffer explain what happens with the
4817         buffer's window.
4818         (Creating Buffers): Say that get-buffer-create's arg is called
4819         buffer-or-name.
4821 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
4823         * advice.texi (Computed Advice): Explain what DEFINITION is.
4825         * nonascii.texi (Character Codes): Remove obsolete function
4826         char-valid-p, and document characterp instead.
4828 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
4830         * windows.texi (Displaying Buffers): Reword documentation of
4831         pop-to-buffer.
4832         (Choosing Window): Rewrite documentation of display-buffer and
4833         its options.
4835         * buffers.texi (Killing Buffers): Update documentation of
4836         kill-buffer.
4838 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
4840         * processes.texi (Serial Ports): Fix wording and improve markup.
4842         * searching.texi (Regexp Search): Document `string-match-p' and
4843         `looking-at-p'.
4844         (POSIX Regexps): Add an xref for "non-greedy".
4845         (Regexp Special): Add @cindex entry for "non-greedy".
4847         * display.texi (Attribute Functions): Document `face-all-attributes'.
4848         (Image Cache) <image-refresh>: Minor wording fixes.
4850         * frames.texi (Color Names): Add an xref to `read-color'.
4852         * minibuf.texi (High-Level Completion): Document `read-color'.
4854         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4856         * positions.texi (Narrowing): Add an xref to "Swapping Text".
4858         * buffers.texi (Swapping Text): New section, documents
4859         `buffer-swap-text'.
4861 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
4863         * windows.texi (Resizing Windows): Minor wording fix.
4865 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
4867         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4868         and `combine-and-quote-strings'.
4870         * strings.texi (Creating Strings): Add xrefs for them.
4872 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
4874         * elisp.texi (Top): Make descriptive text for "Reading File Names"
4875         match the corresponding menu in minibuf.texi.
4877         * minibuf.texi (Reading File Names): Document `read-shell-command'
4878         and `minibuffer-local-shell-command-map'.
4880 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
4882         * windows.texi (Resizing Windows): Remove var{} around "window" in
4883         documentation of enlarge-window.
4884         Rewrite documentation of window-min-height and window-min-width.
4886 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
4888         * functions.texi (Calling Functions): Document `apply-partially'.
4890         * hooks.texi (Standard Hooks): Mention
4891         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4893         * variables.texi (File Local Variables): Document
4894         `file-local-variables-alist', `before-hack-local-variables-hook'
4895         and `hack-local-variables-hook'.
4897         * processes.texi (Synchronous Processes): Document `process-lines'.
4899         * customize.texi (Variable Definitions):
4900         Document `custom-reevaluate-setting'.
4902 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
4904         * windows.texi (Choosing Window, Deleting Windows)
4905         (Displaying Buffers): Expand documentation of dedicated windows.
4907 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
4909         * files.texi (Changing Files): Document symbolic input of file
4910         modes to `set-file-modes'.  Document `read-file-modes' and
4911         `file-modes-symbolic-to-number'.
4913         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4914         and `search-map'.
4916         * searching.texi (Search and Replace):
4917         Document `replace-search-function' and `replace-re-search-function'.
4918         Document `multi-query-replace-map'.
4920         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4921         (Completion Commands, Reading File Names):
4922         Rename `minibuffer-local-must-match-filename-map' to
4923         `minibuffer-local-filename-must-match-map'.
4924         (Minibuffer Completion): The `require-match' argument to
4925         `completing-read' can now have the value `confirm-only'.
4927         * windows.texi (Displaying Buffers): Minor wording fix.
4928         (Choosing Window): `split-height-threshold' can now be nil.
4929         Document `split-width-threshold'.  `pop-up-frames' can have the
4930         value `graphic-only'.
4932 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
4934         * os.texi (Startup Summary): Document `before-init-time' and
4935         `after-init-time'.  Document `initial-window-system' and
4936         `window-system-initialization-alist'.  Document reading the
4937         abbrevs file.  Document the call to `server-start' under --daemon.
4938         Rearrange a bit to be consistent with the code flow.
4939         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4940         (Time Parsing): Document `format-seconds'.
4942 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
4944         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4945         and reword.
4947 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
4949         * markers.texi (The Mark): Document use-region-p.
4951 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
4953         * internals.texi (Writing Emacs Primitives): The interactive spec
4954         of a primitive can be a Lisp form.
4956         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4957         values of transient-mark-mode.  Document handle-shift-selection.
4959         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4960         (Interactive Examples): Show an example of `^'.
4961         (Key Sequence Input): Document this-command-keys-shift-translated.
4962         (Defining Commands, Using Interactive): The interactive-form of a
4963         function can be added via its symbol's property.
4965         * positions.texi (List Motion): beginning-of-defun-function can
4966         now accept an argument.
4968         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4969         now return a list of strings.
4971         * control.texi (Handling Errors): Document ignore-errors.
4973         * frames.texi (Creating Frames): Document frame-inherited-parameters.
4974         (Parameter Access): Document set-frame-parameter.
4976         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4977         Hooks" for the effect of kill-all-local-variables on local hook
4978         functions.
4980         * modes.texi (Major Mode Conventions, Mode Line Variables):
4981         `mode-name' need not be a string.  xref to "Mode Line Data" for
4982         details, and to "Emulating Mode Line" for computing a string
4983         value.
4985 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
4987         * processes.texi (System Processes): New section.
4988         (Processes, Signals to Processes): Add xrefs to it.
4990         * objects.texi (Editing Types): A `process' is a subprocess of
4991         Emacs, not just any process running on the OS.
4993         * elisp.texi (Top): Adjust the @detailmenu for the above two
4994         changes.
4996         * sequences.texi (Char-Tables): Remove documentation of
4997         set-char-table-default, which has no effect since Emacs 23.
4998         <char-table-range, set-char-table-range>: Don't mention generic
4999         characters and charsets.  Add a cons cell as a possible argument.
5001         * nonascii.texi (Splitting Characters)
5002         (Translation of Characters): Don't mention generic characters.
5004         * display.texi (Fontsets): Don't mention generic characters.
5006         * sequences.texi (Char-Tables): `map-char-table' can now call its
5007         argument FUNCTION with a cons cell as KEY.
5009 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
5011         * objects.texi (Primitive Function Type): Move "@cindex special
5012         forms" from here...
5014         * eval.texi (Special Forms): ...to here.
5016         * functions.texi (What Is a Function): `functionp' returns nil for
5017         special forms.  Add an xref.
5019         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5020         Variables".
5022         * variables.texi (Frame-Local Variables): New section.
5023         (Buffer-Local Variables): Add an xref to it.
5024         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5025         have both frame-local and buffer-local binding.
5027         * frames.texi (Frames): Mention multiple tty frames.
5028         (Frame Parameters, Parameter Access): Mention frame-local variable
5029         bindings.
5031 2008-09-20  Glenn Morris  <rgm@gnu.org>
5033         * display.texi (Defining Faces): Recommend against face variables.
5035 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
5037         * display.texi (Echo Area Customization): Fix typo.
5039 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
5041         * loading.texi (Where Defined): Add `defface' item.
5043 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
5045         * loading.texi (Where Defined): Fix description of symbol-file.
5047 2008-08-26  Jason Rumney  <jasonr@gnu.org>
5049         * display.texi (TIFF Images): New section describing :index property.
5051 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
5053         * display.texi (Temporary Displays): Remove unnecessary comment
5054         about usage of temp-buffer-show-hook.
5056 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
5058         * symbols.texi (Other Plists): Fix incorrect example.
5059         Suggested by Florian Beck.
5061 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
5063         * os.texi: Fix previous change.
5065 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5067         * os.texi:
5068         * intro.texi:
5069         * files.texi: Remove VMS support.
5071 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5073         * os.texi:
5074         * frames.texi:
5075         * display.texi: Remove mentions of Mac Carbon.
5077 2008-07-01  Miles Bader  <miles@gnu.org>
5079         * text.texi (Special Properties):
5080         * display.texi (Truncation): Add wrap-prefix and line-prefix.
5082 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
5084         * display.texi (Other Image Types): Fix copy/paste error; say
5085         "PBM", not "XBM".
5087 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5089         * os.texi: Remove references to obsolete systems.
5091 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5093         * makefile.w32-in (distclean): Remove makefile.
5095 2008-06-17  Glenn Morris  <rgm@gnu.org>
5097         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5098         (elisp, dist): Remove rules and variables that are obsolete now
5099         the lisp manual is no longer distributed separately.
5101 2008-06-16  Glenn Morris  <rgm@gnu.org>
5103         * configure, configure.in, mkinstalldirs: Remove unused files.
5105         * book-spine.texinfo: Set version to 23.0.60.
5106         * vol1.texi (EMACSVER):
5107         * vol2.texi (EMACSVER): Set to 23.0.60.
5109         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5110         as per maintain.info.
5112 2008-06-15  Glenn Morris  <rgm@gnu.org>
5114         * makefile.w32-in (manual): Use "23" rather than "21".
5116         * Makefile.in (emacsver): New, set by configure.
5117         (manual): Use emacsver.
5119         * intro.texi: Report bugs using M-x report-emacs-bug.
5121         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5123 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5125         * elisp.texi, internals.texi, processes.texi: Add documentation
5126         about serial port access.
5128 2008-06-05  Miles Bader  <miles@gnu.org>
5130         * display.texi (Displaying Faces): Update to reflect function
5131         renamings in face-remap.el.
5133 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
5135         * display.texi (Fontsets): Fix typos.
5137 2008-06-03  Miles Bader  <miles@gnu.org>
5139         * display.texi (Displaying Faces): Add add-relative-face-remapping,
5140         remove-relative-face-remapping, set-base-face-remapping,
5141         and set-default-base-face-remapping.
5143 2008-06-01  Miles Bader  <miles@gnu.org>
5145         * display.texi (Displaying Faces): Add face-remapping-alist.
5147 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5149         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5150         variable names.
5152 2008-05-03  Eric S. Raymond  <esr@golux>
5154         * keymaps.texi: Clarify that (current-local-map) and
5155         (current-global-map) return references, not copies.
5157 2008-05-02  Juri Linkov  <juri@jurta.org>
5159         * minibuf.texi (Text from Minibuffer): Document a list of
5160         default values for `read-from-minibuffer'.
5162 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
5164         * nonascii.texi (Translation of Characters): Fix previous change.
5166 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
5168         * display.texi (Overlay Properties): Clarify role of underlying
5169         textprop and overlay keymaps for display strings.
5171         * keymaps.texi (Active Keymaps): Ditto.
5173 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5175         * minibuf.texi (Programmed Completion):
5176         Replace dynamic-completion-table with the new completion-table-dynamic.
5178 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
5180         * intro.texi (Some Terms): Change "fonts in this manual" index
5181         entry to "typographic conventions".
5183 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5185         * objects.texi (Text Props and Strings): Add indexing for read
5186         syntax of text properties.
5188 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5190         * processes.texi (Decoding Output): Remove process-filter-multibyte
5191         functions.
5193 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
5195         * display.texi (Finding Overlays): Say that empty overlays at
5196         the end of the buffer are reported too.
5198 2008-03-13  Glenn Morris  <rgm@gnu.org>
5200         * elisp.texi (EMACSVER): Set to 23.0.60.
5202 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
5204         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5206 2008-02-22  Glenn Morris  <rgm@gnu.org>
5208         * frames.texi (Position Parameters): Clarify the description of
5209         `left' and `top', using information from "Geometry".
5210         (Geometry): Give a pointer to "Position Parameters", rather than
5211         repeating information.
5213 2008-02-11  Glenn Morris  <rgm@gnu.org>
5215         * objects.texi (Equality Predicates): No longer talk about "two"
5216         functions.
5218 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5220         * objects.texi (Equality Predicates): Add defun for
5221         equal-including-properties.
5223 2008-02-10  Glenn Morris  <rgm@gnu.org>
5225         * objects.texi (Equality Predicates):
5226         Mention equal-including-properties.
5228 2008-02-07  Richard Stallman  <rms@gnu.org>
5230         * windows.texi (Window Start): Mention the feature of moving
5231         window-start to start of line.
5233 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
5235         * keymaps.texi (Tool Bar): Document rtl property.
5237 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5239         * display.texi (Button Types):
5240         For define-button-type, clarify type of NAME.
5242 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
5244         * buffers.texi (Buffer Modification): Fix typo.
5246 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5248         * os.texi (System Environment): Remove references to OSes that are
5249         not supported anymore.
5251 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5253         * os.texi (System Environment): Remove mention for Masscomp.
5255 2008-01-04  Richard Stallman  <rms@gnu.org>
5257         * display.texi (Faces): Don't talk about internal face vector as arg
5258         to facep.
5260         * customize.texi (Type Keywords): Fix previous change.
5262         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5263         * elisp.texi (Top): Fix menu for commands.texi change.
5265 2007-12-30  Richard Stallman  <rms@gnu.org>
5267         * commands.texi (Accessing Mouse): Rename from Accessing Events.
5268         (Accessing Scroll): New node broken out of Accessing Mouse.
5270 2007-12-28  Richard Stallman  <rms@gnu.org>
5272         * frames.texi (Size Parameters): Fix typo.
5273         (Basic Parameters): For `title', refer to title bar.
5274         (Size and Position): Explain meaning of frame pixel width and height.
5276 2007-12-23  Richard Stallman  <rms@gnu.org>
5278         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5279         Improve some of the commented-out keywords' text too.
5281 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
5283         * nonascii.texi (Encoding and I/O): Reword to avoid saying
5284         "visit the current buffer".
5286         * os.texi (System Interface): Fix typo.
5288 2007-12-04  Richard Stallman  <rms@gnu.org>
5290         * objects.texi (Symbol Type): Fix typo.
5292 2007-12-03  Richard Stallman  <rms@gnu.org>
5294         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5296 2007-12-01  Glenn Morris  <rgm@gnu.org>
5298         * functions.texi (Declaring Functions): Improve previous change.
5300 2007-11-30  Glenn Morris  <rgm@gnu.org>
5302         * functions.texi (Declaring Functions): Add optional fourth
5303         argument of declare-function, and setting third argument to `t'.
5305 2007-11-29  Richard Stallman  <rms@gnu.org>
5307         * customize.texi (Composite Types): Document `group' type.
5309 2007-11-29  Glenn Morris  <rgm@gnu.org>
5311         * functions.texi (Declaring Functions): Add findex.
5312         Mention `external' files.
5314 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
5316         * functions.texi (Declaring Functions): Fix directive.
5318 2007-11-25  Richard Stallman  <rms@gnu.org>
5320         * help.texi (Help Functions): Clean up last change.
5322         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5324         * loading.texi (Named Features): Minor cleanup.
5326         * macros.texi (Eval During Expansion): Minor cleanup.
5328         * variables.texi (Variable Aliases): Minor cleanup.
5330 2007-11-24  Richard Stallman  <rms@gnu.org>
5332         * functions.texi (Declaring Functions): Clarify previous change.
5334         * compile.texi (Compiler Errors): Clarify previous change.
5336 2007-11-24  Richard Stallman  <rms@gnu.org>
5338         * display.texi (Refresh Screen, Forcing Redisplay):
5339         Clarify the text and move items around.
5341 2007-11-24  Glenn Morris  <rgm@gnu.org>
5343         * functions.texi (Declaring Functions): New section.
5344         * compile.texi (Compiler Errors): Mention declaring functions,
5345         defvar with no initvalue, and byte-compile-warnings.
5347 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
5349         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5350         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5352 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
5354         * help.texi (Help Functions): Document new macro `with-help-window'.
5356 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5358         * searching.texi (Replacing Match): Describe new
5359         `match-substitute-replacement'.
5361 2007-10-31  Richard Stallman  <rms@gnu.org>
5363         * strings.texi (Creating Strings): Null strings from concat not unique.
5365 2007-10-26  Richard Stallman  <rms@gnu.org>
5367         * objects.texi (Equality Predicates): Null strings are uniquified.
5369         * minibuf.texi: Minor clarifications in previous change.
5371 2007-10-25  Glenn Morris  <rgm@gnu.org>
5373         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5375 2007-10-24  Richard Stallman  <rms@gnu.org>
5377         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5379         * variables.texi (Frame-Local Variables): Node deleted.
5380         (Variables): Delete Frame-Local Variables from menu.
5381         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5382         (Default Value): Don't mention frame-local vars.
5384         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5386         * loading.texi (Unloading): Document FEATURE-unload-function
5387         instead of FEATURE-unload-hook.
5389         * frames.texi (Multiple Displays): Don't mention frame-local vars.
5391 2007-10-22  Juri Linkov  <juri@jurta.org>
5393         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5394         (High-Level Completion): Document a list of default value strings
5395         in the DEFAULT argument, for which minibuffer functions return the
5396         first element.
5398 2007-10-17  Juri Linkov  <juri@jurta.org>
5400         * text.texi (Filling): Update arguments of fill-paragraph.
5401         fill-paragraph operates on the active region in Transient Mark mode.
5402         Remove fill-paragraph-or-region.
5404 2007-10-13  Karl Berry  <karl@gnu.org>
5406         * elisp.texi (@dircategory): Move to after @copying,
5407         since we want @copying as close as possible to the beginning of
5408         the output.
5410 2007-10-12  Richard Stallman  <rms@gnu.org>
5412         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5414         * commands.texi (Distinguish Interactive): New node,
5415         broken out from Interactive Call and rewritten.
5416         (Command Loop): Put Distinguish Interactive in menu.
5418 2007-10-09  Richard Stallman  <rms@gnu.org>
5420         * text.texi (Examining Properties): Mention overlay priority.
5422         * display.texi (Display Margins): Correct the description
5423         of margin display specifications.
5424         (Replacing Specs): New subnode broken out of Display Property.
5426 2007-10-06  Juri Linkov  <juri@jurta.org>
5428         * text.texi (Filling): Document fill-paragraph-or-region.
5430 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
5432         * display.texi (Auto Faces): Fix typo.
5434 2007-10-02  Richard Stallman  <rms@gnu.org>
5436         * display.texi (Display Property): Explain some display specs
5437         don't let you move point in.
5439         * frames.texi (Cursor Parameters):
5440         Describe cursor-in-non-selected-windows here.  Explain more values.
5442         * windows.texi (Basic Windows): Don't describe
5443         cursor-in-non-selected-windows here.
5445 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
5447         * processes.texi (Misc Network): Note that these functions are
5448         supported only on some systems.
5450 2007-10-01  Richard Stallman  <rms@gnu.org>
5452         * display.texi (Overlay Properties): Explain nil as priority.
5453         Explain that conflicts are unpredictable if not resolved by
5454         priorities.
5456 2007-09-23  Richard Stallman  <rms@gnu.org>
5458         * macros.texi (Backquote): Minor clarification.
5460 2007-09-19  Richard Stallman  <rms@gnu.org>
5462         * display.texi (Display Property): Explain multiple display specs.
5463         Clarify when they work in parallel and when one overrides.
5464         Fix error in example.
5466 2007-09-06  Glenn Morris  <rgm@gnu.org>
5468         Move from lispref/ to doc/lispref/.  Change all setfilename
5469         commands to use ../../info.
5470         * Makefile.in (infodir): Go up one more level.
5471         (usermanualdir): Change from ../man to ../emacs.
5472         (miscmanualdir): New.
5473         (dist): Use new variable miscmanualdir.
5474         * makefile.w32-in (infodir, texinputdir): Go up one more level.
5475         (usermanualdir): Change from ../man to ../emacs.
5477 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
5479         * commands.texi (Command Loop Info): Advise against changing
5480         most variables described here.  Explain new variable
5481         last-repeatable-command.
5483 2007-08-29  Glenn Morris  <rgm@gnu.org>
5485         * elisp.texi (EMACSVER): Increase to 23.0.50.
5487 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5489         * frames.texi (Basic Parameters): Add display-environment-variable
5490         and term-environment-variable.
5492 2007-08-28  Juri Linkov  <juri@jurta.org>
5494         * display.texi (Image Formats, Other Image Types): Add SVG.
5496 2007-08-28  Juri Linkov  <juri@jurta.org>
5498         * display.texi (Images): Move formats-related text to new node
5499         "Image Formats".
5500         (Image Formats): New node.
5502 2007-08-27  Richard Stallman  <rms@gnu.org>
5504         * windows.texi (Window Configurations): Clarify what
5505         a window configuration saves.
5507 2007-08-25  Richard Stallman  <rms@gnu.org>
5509         * display.texi (Images): Delete redundant @findex.
5511 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5513         * text.texi (Change Hooks): (after|before)-change-functions are no
5514         longer bound to nil while running; rather inhibit-modification-hooks
5515         is t.
5517 2007-08-16  Richard Stallman  <rms@gnu.org>
5519         * processes.texi (Asynchronous Processes):
5520         Clarify doc of start-file-process.
5522 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
5524         * modes.texi (Example Major Modes): Fix typo.
5526 2007-08-08  Glenn Morris  <rgm@gnu.org>
5528         * intro.texi (nil and t): Do not use `iff' in documentation.
5530         * tips.texi (Documentation Tips): Recommend against `iff'.
5532 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
5534         * display.texi (Image Cache): Document image-refresh.
5536 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
5538         * windows.texi (Size of Window): Document window-full-width-p.
5540 2007-07-25  Glenn Morris  <rgm@gnu.org>
5542         * gpl.texi (GPL): Replace license with GPLv3.
5544         * Relicense all FSF files to GPLv3 or later.
5546 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
5548         * processes.texi (Synchronous Processes):
5549         Add `process-file-shell-command'.
5550         (Asynchronous Processes): Mention restricted use of
5551         `process-filter' and `process-sentinel' in
5552         `start-file-process'.  Add `start-file-process-shell-command'.
5554 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5556         * files.texi (Magic File Names): Introduce optional parameter
5557         IDENTIFICATION for `file-remote-p'.
5559 2007-07-16  Richard Stallman  <rms@gnu.org>
5561         * display.texi (Defining Faces): Fix previous change.
5563 2007-07-14  Richard Stallman  <rms@gnu.org>
5565         * control.texi (Handling Errors): Document `debug' in handler list.
5567 2007-07-10  Richard Stallman  <rms@gnu.org>
5569         * display.texi (Defining Faces): Explain C-M-x feature for defface.
5571 2007-07-09  Richard Stallman  <rms@gnu.org>
5573         * files.texi (Magic File Names): Rewrite previous change.
5575 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5577         * files.texi (Magic File Names): Introduce optional parameter
5578         CONNECTED for `file-remote-p'.
5580 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
5582         * processes.texi (Asynchronous Processes):
5583         * files.texi (Magic File Names): Add `start-file-process'.
5585 2007-06-27  Richard Stallman  <rms@gnu.org>
5587         * files.texi (Format Conversion Piecemeal):
5588         Clarify `after-insert-file-functions' calling convention.
5590 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5592         * files.texi (Magic File Names): Remove `dired-call-process'.
5593         Add `process-file'.
5595 2007-06-27  Kenichi Handa  <handa@m17n.org>
5597         * text.texi (Special Properties): Fix description about
5598         `composition' property.
5600 2007-06-26  Kenichi Handa  <handa@m17n.org>
5602         * nonascii.texi (Default Coding Systems): Document about the
5603         return value `undecided'.
5605 2007-06-25  David Kastrup  <dak@gnu.org>
5607         * keymaps.texi (Active Keymaps): Document new POSITION argument of
5608         `current-active-maps'.
5610 2007-06-24  Karl Berry  <karl@gnu.org>
5612         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5614 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
5616         * display.texi (Overlay Arrow): Doc fix.
5618 2007-06-14  Karl Berry  <karl@tug.org>
5620         * anti.texi (Antinews): Typo.
5622 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
5624         * display.texi (Image Cache): Document image-refresh.
5626 2007-06-12  Karl Berry  <karl@gnu.org>
5628         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5629         * two-volume.make: New file.
5630         * .cvsignore: Ignore two-volume files.
5632 2007-06-12  Tom Tromey  <tromey@redhat.com>
5634         * os.texi (Init File): Document user-emacs-directory.
5636 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
5638         * commands.texi (Click Events): Describe width and height when
5639         object is nil.
5641 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
5643         * commands.texi (Click Events): Layout more logically.
5644         Describe width and height.
5645         (Drag Events, Motion Events): Update to new format for position.
5647 2007-06-02  Richard Stallman  <rms@gnu.org>
5649         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5651 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5653         * Version 22.1 released.
5655 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * text.texi (Special Properties): Correct meaning of fontified face.
5659 2007-05-30  Richard Stallman  <rms@gnu.org>
5661         * text.texi (Special Properties): Add link to Adjusting Point.
5663 2007-05-12  Richard Stallman  <rms@gnu.org>
5665         * text.texi (Margins): indent-to-left-margin is not the default.
5666         (Mode-Specific Indent): For indent-line-function, the default
5667         is indent-relative.
5669         * modes.texi (Example Major Modes): Explain last line of text-mode
5670         is redundant.
5672 2007-05-10  Richard Stallman  <rms@gnu.org>
5674         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5676         * help.texi (Keys in Documentation): Add reference to
5677         Documentation Tips.
5679         * files.texi (Format Conversion): TO-FN gets three arguments.
5681         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5683 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
5685         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5686         * files.texi (Format Conversion): Expand intro; add menu.
5687         (Format Conversion Overview, Format Conversion Round-Trip)
5688         (Format Conversion Piecemeal): New nodes/subsections.
5689         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5690         * text.texi (Text Properties): Remove "Saving Properties" from menu.
5691         (Saving Properties): Delete node/subsection.
5693 2007-05-07  Karl Berry  <karl@gnu.org>
5695         * elisp.texi (EMACSVER): Back to 22.
5697 2007-05-06  Richard Stallman  <rms@gnu.org>
5699         * processes.texi (Accepting Output): Revert most of previous change.
5701 2007-05-05  Richard Stallman  <rms@gnu.org>
5703         * processes.texi (Accepting Output): accept-process-output
5704         uses microseconds, not milliseconds.  But that arg is obsolete.
5706 2007-05-04  Karl Berry  <karl@tug.org>
5708         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5710 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
5712         * tips.texi (Documentation Tips): Rearrange items to place the
5713         more important ones first.  Add an index entry for hyperlinks.
5715 2007-05-03  Karl Berry  <karl@gnu.org>
5717         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5718         (EMACSVER) [smallbook]: 22 for printed version.
5720         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5721         so restore anchor to normal position after defun.  Found by Kevin Ryde.
5723 2007-04-26  Glenn Morris  <rgm@gnu.org>
5725         * elisp.texi (EMACSVER): Increase to 22.1.50.
5727 2007-04-28  Karl Berry  <karl@gnu.org>
5729         * elisp.texi: Improve line breaks on copyright page,
5730         similar layout to emacs manual, 8.5x11 by default.
5732 2007-04-24  Richard Stallman  <rms@gnu.org>
5734         * text.texi (Special Properties): Add xref to Overlay Properties.
5736         * display.texi (Overlay Properties): Add xref to Special Properties.
5738 2007-04-22  Richard Stallman  <rms@gnu.org>
5740         * keymaps.texi (Extended Menu Items): Move the info about
5741         format with cached keyboard binding.
5743 2007-04-21  Richard Stallman  <rms@gnu.org>
5745         * text.texi (Special Properties): Clarify previous change.
5747         * files.texi (File Name Expansion): Clarify previous change.
5749         * display.texi (Attribute Functions): Fix example for
5750         face-attribute-relative-p.
5752 2007-04-19  Kenichi Handa  <handa@m17n.org>
5754         * text.texi (Special Properties): Document composition property.
5756 2007-04-19  Glenn Morris  <rgm@gnu.org>
5758         * files.texi (File Name Expansion): Mention "superroot".
5760 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5762         * frames.texi (Multiple Displays): Add note about "multi-monitor"
5763         setups.
5764         (Display Feature Testing): Note that display refers to all
5765         physical monitors for multi-monitor setups.
5767 2007-04-14  Richard Stallman  <rms@gnu.org>
5769         * lists.texi (Sets And Lists): Clarify `delete' examples.
5770         Remove spurious xref to same node.
5771         Clarify xref for add-to-list.
5773 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
5775         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5776         value of lisp-mode-map.
5778 2007-04-11  Karl Berry  <karl@gnu.org>
5780         * anti.texi (Antinews):
5781         * display.texi (Overlay Properties, Defining Images):
5782         * processes.texi (Synchronous Processes, Sentinels):
5783         * syntax.texi (Syntax Table Internals):
5784         * searching.texi (Regexp Special):
5785         * nonascii.texi (Default Coding Systems):
5786         * text.texi (Special Properties):
5787         * minibuf.texi (Basic Completion): Wording to improve breaks in
5788         8.5x11 format.
5789         * elisp.texi (smallbook): New @set to more easily switch between
5790         smallbook and 8.5x11.
5792 2007-04-11  Richard Stallman  <rms@gnu.org>
5794         * text.texi (Lazy Properties): Minor fix.
5796 2007-04-08  Karl Berry  <karl@gnu.org>
5798         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5799         * macros.texi (Backquote): Downcase Backquote in index entries for
5800         consistency.
5802 2007-04-08  Richard Stallman  <rms@gnu.org>
5804         * text.texi (Adaptive Fill): Just describe default,
5805         don't show it (since it contains non-ASCII chars).
5807 2007-04-07  Karl Berry  <karl@gnu.org>
5809         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5810         adaptive-fill-regexp's value, since they are not in the standard
5811         TeX fonts.
5813 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
5815         * display.texi (Defining Faces): Fix example.
5817 2007-04-07  Karl Berry  <karl@gnu.org>
5819         * display.texi (Button Buffer Commands): Improve page break.
5821 2007-04-07  Richard Stallman  <rms@gnu.org>
5823         * advice.texi (Activation of Advice): Remove redundant index entry.
5825         * backups.texi: Improve index entries.  Remove redundant ones.
5827         * compile.texi (Byte Compilation): Improve index entry.
5829         * hash.texi (Creating Hash): Improve index entry.
5831         * symbols.texi (Definitions): Improve index entry.
5833         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
5835         * maps.texi (Standard Keymaps): Remove useless index entry.
5837         * help.texi (Documentation Basics): Remove redundant index entries.
5839         * customize.texi: Improve index entries.
5840         Remove redundant/useless ones.
5842         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5844         * streams.texi (Output Variables): Improve index entry.
5846         * abbrevs.texi (Abbrevs): Remove useless index entry.
5848         * macros.texi (Expansion): Remove useless index entry.
5850         * text.texi: Improve index entries.  Remove redundant/useless ones.
5851         (Text Properties, Examining Properties)
5852         (Special Properties): Use "property category" instead of "category"
5853         to refer to the `category' property.
5855         * positions.texi: Improve index entries.  Remove useless one.
5857         * lists.texi: Improve index entries.  Remove redundant/useless ones.
5859         * os.texi: Improve index entries.
5860         (Timers): Fix previous change.
5862         * buffers.texi: Improve index entries.
5863         (Modification Time): Get rid of term "obsolete buffer".
5865         * debugging.texi: Improve index entries.
5866         (Test Coverage): Add xref to other test coverage ftr.
5868         * eval.texi: Improve index entry.  Remove redundant ones.
5870         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
5872         * files.texi: Improve index entries.  Remove redundant/useless ones.
5874         * objects.texi: Improve index entries.
5876         * processes.texi: Improve index entries.
5878         * modes.texi: Improve index entry.  Remove redundant one.
5880         * nonascii.texi: Improve index entries.
5882         * internals.texi: Improve index entries.
5884         * syntax.texi: Improve index entries.
5886         * keymaps.texi (Active Keymaps): Improve index entries.
5888         * commands.texi: Improve index entries.  Remove redundant/useless ones.
5890         * frames.texi: Improve index entries.  Remove redundant/useless ones.
5892         * markers.texi: Improve index entries.  Remove redundant ones.
5894         * tips.texi: Improve index entries.
5896         * loading.texi (Unloading): Improve index entry.
5898         * variables.texi: Improve index entries.  Remove redundant one.
5900         * sequences.texi: Improve index entry.
5902         * display.texi: Improve index entries.  Remove redundant ones.
5904         * windows.texi: Improve index entries.
5906         * searching.texi: Improve index entries.  Remove redundant one.
5908         * strings.texi (Case Tables): Improve last change.
5910 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
5912         * strings.texi (Case Tables): Document with-case-table and
5913         ascii-case-table.
5915 2007-04-03  Karl Berry  <karl@gnu.org>
5917         * processes.texi (Network): Reword to improve page break.
5919 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
5921         * functions.texi (Inline Functions): Describe more disadvantages
5922         of defsubst, and make advice against it stronger.
5924 2007-04-02  Karl Berry  <karl@gnu.org>
5926         * backups.texi (Backup Names): Avoid widow words.
5927         * modes.texi (Example Major Modes): Align last comment.
5929 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
5931         * keymaps.texi (Remapping Commands): Document new arg to
5932         command-remapping.
5934 2007-04-01  Karl Berry  <karl@gnu.org>
5936         * processes.texi (Low-Level Network): Typo.
5937         * loading.texi (Hooks for Loading): Avoid double "the".
5938         * keymaps.texi (Key Sequences): No double "and".
5939         (Changing Key Bindings): Shorten to improve line break.
5941 2007-03-31  Glenn Morris  <rgm@gnu.org>
5943         * os.texi (Timers): Fix description of run-at-time TIME formats.
5945 2007-03-31  Richard Stallman  <rms@gnu.org>
5947         * display.texi (Invisible Text): Correct buffer-invisibility-spec
5948         regarding ellipsis.
5950 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5952         * intro.texi (nil and t):
5953         * symbols.texi (Plists and Alists):
5954         * variables.texi (Variable Aliases, Constant Variables):
5955         * functions.texi (Defining Functions):
5956         * advice.texi (Advising Primitives):
5957         * debugging.texi (Syntax Errors, Compilation Errors):
5958         * minibuf.texi (Minibuffer Windows):
5959         * commands.texi (Adjusting Point):
5960         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5961         (Auto Major Mode, Major Mode Conventions):
5962         * help.texi (Describing Characters):
5963         * files.texi (Create/Delete Dirs, Information about Files)
5964         (File Locks, Writing to Files, Reading from Files)
5965         (Saving Buffers):
5966         * windows.texi (Resizing Windows, Cyclic Window Ordering):
5967         * frames.texi (Finding All Frames):
5968         * positions.texi (Buffer End, Motion):
5969         * markers.texi (The Region):
5970         * text.texi (Deletion, Near Point):
5971         * display.texi (Displaying Messages, Truncation):
5972         * os.texi (Processor Run Time):
5973         * tips.texi (Key Binding Conventions, Programming Tips)
5974         (Warning Tips, Documentation Tips, Comment Tips):
5975         * internals.texi (Memory Usage): Improve indexing.
5977         * variables.texi (Frame-Local Variables):
5978         * functions.texi (Argument List):
5979         * loading.texi (Library Search):
5980         * streams.texi (Output Variables):
5981         * keymaps.texi (Translation Keymaps, Searching Keymaps):
5982         * searching.texi (Replacing Match, Search and Replace):
5983         * processes.texi (Byte Packing, Decoding Output)
5984         (Accepting Output, Network Servers, Shell Arguments):
5985         * display.texi (Abstract Display, Image Cache, Scroll Bars):
5986         * windows.texi (Window Point, Window Start):
5987         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5988         * commands.texi (Reading Input, Keyboard Events):
5989         * minibuf.texi (Reading File Names, Minibuffer Completion)
5990         (Recursive Mini):
5991         * positions.texi (List Motion):
5992         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5993         * numbers.texi (Arithmetic Operations, Math Functions)
5994         (Predicates on Numbers, Comparison of Numbers):
5995         (Numeric Conversions):
5996         * locals.texi (Standard Buffer-Local Variables):
5997         * maps.texi (Standard Keymaps):
5998         * os.texi (User Identification, System Environment, Recording Input)
5999         (X11 Keysyms):
6000         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6001         * backups.texi (Backups and Auto-Saving):
6002         * customize.texi (Customization, Group Definitions)
6003         (Variable Definitions):
6004         * compile.texi (Byte Compilation): Improve index entries.
6006 2007-03-31  Karl Berry  <karl@gnu.org>
6008         * macros.texi (Defining Macros): Avoid widow syllable.
6010 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6012         * elisp.texi (Top): Postscript -> PostScript.
6014         * display.texi (Images, Postscript Images): Postscript -> PostScript.
6016 2007-03-31  Markus Triska  <markus.triska@gmx.at>
6018         * internals.texi (Writing Emacs Primitives): Untabify `For'.
6020 2007-03-30  Karl Berry  <karl@gnu.org>
6022         * lists.texi (List-related Predicates): Remove spurious @need.
6023         (Setcdr): Use @smallexample to improve page break.
6024         (Association Lists) <assoc>: Reword to improve page break.
6026         * strings.texi (String Conversion): Insert blank line to improve
6027         page break.
6029         * numbers.texi (Random Numbers): Use @minus{}.
6030         (Math Functions): Use @minus{}.
6032         * intro.texi (Acknowledgements): Avoid line breaks before middle
6033         initials.
6035 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
6037         * errors.texi (Standard Errors): Add an index entry.
6039 2007-03-19  Richard Stallman  <rms@gnu.org>
6041         * os.texi (Recording Input): recent-keys now gives 300 keys.
6043 2007-03-12  Glenn Morris  <rgm@gnu.org>
6045         * os.texi: Replace "daylight savings" with "daylight saving"
6046         throughout.
6048 2007-03-05  Richard Stallman  <rms@gnu.org>
6050         * variables.texi (File Local Variables):
6051         Update enable-local-variables values.
6053 2007-03-04  Richard Stallman  <rms@gnu.org>
6055         * syntax.texi (Control Parsing): Minor clarification.
6057         * strings.texi (Formatting Strings): Clarify width, precision, flags.
6059         * sequences.texi (Sequence Functions): Move string-bytes away,
6060         add xref.
6062         * nonascii.texi (Text Representations): Move string-bytes here.
6064         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6066         * minibuf.texi (Basic Completion): Minor clarification.
6068         * markers.texi (The Mark): Clarify existence vs activation of mark.
6069         Other cleanup.
6071         * display.texi (Finding Overlays): Write better example.
6073         * compile.texi (Eval During Compile): Clarify putting macros
6074         in eval-when-compile.
6076 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
6078         * loading.texi (How Programs Do Loading): Fix anchor position at
6079         load-read-function definition doc.
6081 2007-02-21  Kim F. Storm  <storm@cua.dk>
6083         * strings.texi (Text Comparison): Mention that assoc-string
6084         converts symbols to strings before testing.
6086 2007-02-17  Kim F. Storm  <storm@cua.dk>
6088         * processes.texi (Bindat Spec): Vector types can have optional
6089         element type.
6090         (Bindat Examples): Fix example.  Add vector with element type.
6092 2007-02-16  Andreas Schwab  <schwab@suse.de>
6094         * strings.texi (Formatting Strings): Document '+' flag.
6096 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
6098         * strings.texi (Modifying Strings): Clarify that `clear-string'
6099         always converts the string to unibyte.
6101 2007-02-14  Kim F. Storm  <storm@cua.dk>
6103         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6104         Rewrite glyph code description to refer to these functions.
6105         Remove details of encoding face number and char into integer code.
6107 2007-02-03  Alan Mackenzie  <acm@muc.de>
6109         * loading.texi (Hooks for Loading): Make the description of
6110         `eval-after-load' more detailed, and amend the description of
6111         after-load-alist, in accordance with changes from 2006-05.
6113 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6115         * modes.texi (Defining Minor Modes): Document that a :require
6116         keyword or similar may be required to make saved customization
6117         variables work.
6119 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
6121         * elisp.texi (Top): Make the detailed menu headers compliant with
6122         Texinfo guidelines and with what texnfo-upd.el expects.
6123         Add comments to prevent people from inadvertently modifying the key
6124         parts needed by `texinfo-multiple-files-update'.
6126 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6128         * elisp.texi (Top): Update the top-level menus.
6130         * syntax.texi (Categories): Add index entries.
6132 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6134         * display.texi (Attribute Functions): Fix name and description of
6135         the UNDERLINE arg of `set-face-underline-p'.
6137 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
6139         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6140         Variables", and "Standard Keymaps" to the detailed menu.
6142         * variables.texi (Future Local Variables): Add index entry.
6144 2007-01-28  Richard Stallman  <rms@gnu.org>
6146         * tips.texi (Coding Conventions): Clarify the tip about macros
6147         that define a function or a variable.
6149         * files.texi (File Attributes): UID and GID can be floats.
6150         (Magic File Names): Explain why deferring all operations to
6151         the standard handler does not work.
6153 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
6155         * backups.texi (Reverting): Use "buffer" instead of "file"
6156         when talking about major and minor modes.
6158 2007-01-21  Richard Stallman  <rms@gnu.org>
6160         * help.texi (Documentation): Add xref to Documentation Tips.
6162 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
6164         * tips.texi (Coding Conventions): Fix typos.
6166 2007-01-05  Richard Stallman  <rms@gnu.org>
6168         * modes.texi (Defining Minor Modes): Fix previous change.
6170 2007-01-03  Richard Stallman  <rms@gnu.org>
6172         * customize.texi (Variable Definitions, Customization Types):
6173         Don't use * in doc string for defcustom.
6175 2007-01-02  Richard Stallman  <rms@gnu.org>
6177         * variables.texi (Variable Aliases): Clarify that aliases vars
6178         always have the same value.
6180         * processes.texi (Bindat Spec): Fix Texinfo usage.
6182         * modes.texi (Defining Minor Modes): Explain effect of command
6183         defined with define-global-minor-mode on new buffers.
6185 2006-12-30  Kim F. Storm  <storm@cua.dk>
6187         * keymaps.texi (Tool Bar): Describe `grow-only' value of
6188         `auto-resize-tool-bars'.
6190 2006-12-30  Richard Stallman  <rms@gnu.org>
6192         * keymaps.texi (Active Keymaps): Fix previous change.
6194 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
6196         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6198 2006-12-30  Kim F. Storm  <storm@cua.dk>
6200         * processes.texi (Bindat Spec): Clarify using field names in
6201         length specifications.
6203 2006-12-29  Kim F. Storm  <storm@cua.dk>
6205         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6206         Add count and index variables for eval forms in repeat blocks.
6208 2006-12-24  Richard Stallman  <rms@gnu.org>
6210         * customize.texi (Variable Definitions):
6211         Document new name custom-add-frequent-value.
6213 2006-12-19  Kim F. Storm  <storm@cua.dk>
6215         * commands.texi (Misc Events): User signals now result in sigusr1
6216         and sigusr2 events which are handled through special-event-map.
6217         (Special Events): User signals and drag-n-drop are special.
6219 2006-12-17  Richard Stallman  <rms@gnu.org>
6221         * loading.texi (Named Features): Explain subfeatures better.
6223         * customize.texi: Use "option" only for user options.
6224         For the keyword values inside defcustom etc, say "keywords".
6225         For :options value's elements, say "elements".
6226         :group should not be omitted.
6228         * syntax.texi (Parsing Expressions): Split up node.
6229         (Motion via Parsing, Position Parse, Parser State)
6230         (Low-Level Parsing, Control Parsing): New subnodes.
6231         (Parser State): Document syntax-ppss-toplevel-pos.
6233         * positions.texi (List Motion): Punctuation fix.
6235         * files.texi (File Name Completion): Document PREDICATE arg
6236         to file-name-completion.
6238 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
6240         * internals.texi (Building Emacs, Writing Emacs Primitives):
6241         Add index entries.
6243 2006-12-11  Richard Stallman  <rms@gnu.org>
6245         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6246         affects face menu.  Explain how to make it non-nil without enabling
6247         any fontification.
6249 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6251         * modes.texi (Font Lock Basics): Document nil value of
6252         font-lock-defaults.
6254 2006-12-10  Glenn Morris  <rgm@gnu.org>
6256         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6257         value for system-flag argument.  Abbrev tables may not be empty
6258         when major modes are loaded.
6260 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6262         * makefile.w32-in (maintainer-clean): Partially revert last
6263         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6264         to protect elisp-covers.texi.
6266 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
6268         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6269         Don't remove elisp* info files; they are already deleted by the
6270         `clean' and `distclean' targets, and they are in the $(infodir)
6271         directory, not the current one.
6273 2006-12-04  Kim F. Storm  <storm@cua.dk>
6275         * commands.texi (Misc Events): Update signal events.
6276         (Event Examples): Add signal example.
6278 2006-11-29  Richard Stallman  <rms@gnu.org>
6280         * frames.texi (Visibility of Frames): Explain visible windows
6281         can be covered by others.  Add xref for raise-frame.
6283 2006-11-28  Richard Stallman  <rms@gnu.org>
6285         * searching.texi (Regexp Special): Update when ^ is special.
6287 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
6289         * customize.texi (Customization, Common Keywords)
6290         (Group Definitions, Variable Definitions, Composite Types)
6291         (Type Keywords, Customization Types): Add index entries for
6292         various customization keywords.
6294 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6296         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6298 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6300         * frames.texi (Window System Selections): Remove clipboard from
6301         description of selection-coding-system.
6303 2006-11-06  Richard Stallman  <rms@gnu.org>
6305         * lists.texi (List Variables): Document COMPARE-FN.
6307         * keymaps.texi: Avoid use of "binding" to mean a relation;
6308         use it only to refer to the meaning associated with a key.
6309         (Keymaps): Change menu node description.
6311         * elisp.texi (Top): Change menu node description.
6313         * display.texi (Managing Overlays): Document overlay-recenter.
6315 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
6317         * Makefile.in: Use relative paths to avoid advertising filesystem
6318         contents during compilation.
6320 2006-10-23  Kim F. Storm  <storm@cua.dk>
6322         * commands.texi (Event Input Misc): Update unread-command-events.
6324 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6326         * lists.texi (Sets And Lists): Fix typos.
6328 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6330         * control.texi (Processing of Errors): Use @var for an argument,
6331         not @code.
6333 2006-10-16  Richard Stallman  <rms@gnu.org>
6335         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6337         * keymaps.texi (Format of Keymaps): Show all the keymap element
6338         patterns that result from menu items.
6339         (Key Lookup): Minor cleanups.
6341         * modes.texi (Precalculated Fontification): Don't say that
6342         not setting font-lock-defaults avoids loading font-lock.
6344         * help.texi (Documentation): Move xref to Emacs Manual here.
6345         (Documentation Basics): From here.
6346         Also doc emacs-lisp-docstring-fill-column.
6348         * elisp.texi: Update version and ISBN.
6350         * commands.texi (Interactive Call): Clarify KEYS arg to
6351         call-interactively is a vector.
6352         (Command Loop Info): Delete anchor in this-command-keys.
6353         Add anchor in this-command-keys-vector.
6354         (Recursive Editing): Document how recursive-edit
6355         handles the current buffer.
6357 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
6359         * frames.texi (Frame Titles): %c and %l are ignored in
6360         frame-title-format.
6362 2006-10-11  Richard Stallman  <rms@gnu.org>
6364         * keymaps.texi (Key Sequences): Clarify use of kbd.
6366 2006-10-10  Kim F. Storm  <storm@cua.dk>
6368         * lists.texi (Sets And Lists): Add memql.
6370 2006-10-03  Richard Stallman  <rms@gnu.org>
6372         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6373         Clarify :ascii: and :nonascii:.
6375 2006-09-29  Juri Linkov  <juri@jurta.org>
6377         * modes.texi (%-Constructs): Reorder coding systems in the
6378         documentation of %z to the real order displayed in the modeline.
6380 2006-09-25  Richard Stallman  <rms@gnu.org>
6382         * os.texi (Timers): Describe timer-max-repeats.
6384 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6386         * os.texi (Timers): Mention with-local-quit.
6388 2006-09-24  Richard Stallman  <rms@gnu.org>
6390         * searching.texi (Searching and Matching): Mention property search.
6392         * commands.texi (Command Loop Info): Explain how read-event affects
6393         this-command-keys.
6395 2006-09-20  Richard Stallman  <rms@gnu.org>
6397         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6399         * windows.texi (Window Start): Minor cleanups.
6401 2006-09-20  Kim F. Storm  <storm@cua.dk>
6403         * windows.texi (Window Start): pos-visible-in-window-p allows
6404         specifying t for position to mean "end of window".
6405         Add window-line-height.
6407         * anti.texi (Antinews): Mention window-line-height.
6409 2006-09-19  David Kastrup  <dak@gnu.org>
6411         * keymaps.texi (Searching Keymaps): Small clarification.
6413 2006-09-18  Richard Stallman  <rms@gnu.org>
6415         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6416         cause keyboard menus.
6417         (Menu Keymaps): Likewise.
6418         (Defining Menus, Keyboard Menus): Clarify.
6420         * text.texi (Fields): Clarify explanation of constrain-to-field.
6422 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6424         * variables.texi (Tips for Defining): Fix a typo.
6426 2006-09-15  Richard Stallman  <rms@gnu.org>
6428         * keymaps.texi (Remapping Commands, Searching Keymaps)
6429         (Active Keymaps): Clean up previous change.
6431 2006-09-15  Jay Belanger  <belanger@truman.edu>
6433         * gpl.texi: Replace "Library Public License" by "Lesser Public
6434         License" throughout.
6436 2006-09-15  David Kastrup  <dak@gnu.org>
6438         * keymaps.texi (Active Keymaps): Adapt description to use
6439         `get-char-property' instead `get-text-property'.  Explain how
6440         mouse events change this.  Explain the new optional argument of
6441         `key-binding' and its mouse-dependent lookup.
6442         (Searching Keymaps): Adapt description similarly.
6443         (Remapping Commands): Explain the new optional argument of
6444         `command-remapping'.
6446 2006-09-14  Richard Stallman  <rms@gnu.org>
6448         * keymaps.texi (Searching Keymaps): Clarification.
6449         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6451 2006-09-13  Richard Stallman  <rms@gnu.org>
6453         * objects.texi (Character Type): Node split.
6454         Add xref to Describing Characters.
6455         (Basic Char Syntax, General Escape Syntax)
6456         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6458 2006-09-11  Richard Stallman  <rms@gnu.org>
6460         * display.texi (Display Table Format): Wording clarification.
6461         (Glyphs): Clarifications.
6463 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
6465         * keymaps.texi (Active Keymaps): Mention that key-binding checks
6466         local maps.
6468 2006-09-10  Kim F. Storm  <storm@cua.dk>
6470         * display.texi (Forcing Redisplay): Document return value of
6471         function redisplay.
6473 2006-09-09  Richard Stallman  <rms@gnu.org>
6475         * windows.texi (Window Hooks): Explain limits of
6476         window-scroll-functions.
6478         * display.texi (Fringe Indicators): Update for last change in
6479         indicate-buffer-boundaries.
6481 2006-09-08  Richard Stallman  <rms@gnu.org>
6483         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6485 2006-09-06  Kim F. Storm  <storm@cua.dk>
6487         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6489         * windows.texi (Window Start): Update pos-visible-in-window-p.
6491 2006-09-04  Richard Stallman  <rms@gnu.org>
6493         * processes.texi (Accepting Output): Explain SECONDS=0 for
6494         accept-process-output.
6496         * os.texi (Idle Timers): Explain why timer functions should not
6497         loop until (input-pending-p).
6499 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
6501         * makefile.w32-in (usermanualdir): New variable.
6502         (elisp.dvi): Use it.
6504 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6506         * buffers.texi (Buffer Modification): Fix last change.
6508 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6510         * buffers.texi (Buffer Modification):
6511         Document buffer-chars-modified-tick.
6513 2006-08-31  Richard Stallman  <rms@gnu.org>
6515         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6517 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
6519         * modes.texi (Syntactic Font Lock):
6520         Mention font-lock-syntactic-face-function
6521         instead of specific faces.
6523 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6525         * display.texi (Images): Add xrref to display-images-p.
6527 2006-08-28  Kenichi Handa  <handa@m17n.org>
6529         * nonascii.texi (Lisp and Coding Systems): Fix description of
6530         detect-coding-region.
6532 2006-08-27  Michael Olson  <mwolson@gnu.org>
6534         * processes.texi (Transaction Queues): Remove stray quote
6535         character.
6537 2006-08-25  Richard Stallman  <rms@gnu.org>
6539         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6540         Add xref.
6542 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
6544         * os.texi (Timers): Avoid waiting inside timers.
6546 2006-08-21  Lute Kamstra  <lute@gnu.org>
6548         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6550 2006-08-20  Richard Stallman  <rms@gnu.org>
6552         * os.texi (Idle Timers): New node, split out from Timers.
6553         Document current-idle-time.
6554         * commands.texi (Reading One Event): Update xref.
6555         * elisp.texi (Top): Update subnode menu.
6557 2006-08-16  Richard Stallman  <rms@gnu.org>
6559         * keymaps.texi (Extended Menu Items): Show format of cached
6560         bindings in extended menu items.
6562         * customize.texi (Variable Definitions): Explain when the
6563         standard value expression is evaluated.
6565 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
6567         * commands.texi (Reading One Event): Explain idleness in
6568         `read-event'.
6570 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
6572         * text.texi (Near Point): Say "cursor" not "terminal cursor".
6573         (Commands for Insertion): Remove split-line since it's not
6574         relevant for Lisp programming.
6575         (Yank Commands): Rewrite introduction.
6576         (Undo): Clarify.
6577         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
6578         (Filling): Remove redundant comment.  Clarify return value of
6579         current-justification.
6580         (Margins): Minor clarifications.
6581         (Adaptive Fill): Update default value of adaptive-fill-regexp.
6582         (Sorting): Update definition of sort-lines.
6583         (Columns): Clarify behavior of sort-columns.
6584         (Indent Tabs): Link to Tab Stops in Emacs manual.
6585         (Special Properties): Clarify.
6586         (Clickable Text): Mention Buttons package.
6588 2006-08-12  Kevin Ryde  <user42@zip.com.au>
6590         * os.texi (Time Parsing): Add %z to description of
6591         format-time-string, as per docstring.  Add cross reference to
6592         glibc manual for strftime.
6594 2006-08-08  Richard Stallman  <rms@gnu.org>
6596         * modes.texi: Clean up wording in previous change.
6598 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
6600         * modes.texi (Hooks): Clarify.
6601         (Major Mode Basics): Mention define-derived-mode explicitly.
6602         (Major Mode Conventions): Rebinding RET is OK for some modes.
6603         Mention change-major-mode-hook and after-change-major-mode-hook.
6604         (Example Major Modes): Move to end of Modes section.
6605         (Mode Line Basics): Clarify.
6606         (Mode Line Data): Mention help-echo and local-map in strings.
6607         Explain reason for treatment of non-risky variables.
6608         (Properties in Mode): Clarify.
6609         (Faces for Font Lock): Add font-lock-negation-char-face.
6611 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
6613         * strings.texi (Formatting Strings): Warn against arbitrary
6614         strings as first arg to `format'.
6616 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
6618         * text.texi (Clickable Text): Mention `help-echo' text property.
6619         Update intro, examples and associated explanations.
6621 2006-07-31  Richard Stallman  <rms@gnu.org>
6623         * commands.texi: Update xrefs.
6624         (Event Mod): New node, cut out from old Translating Input.
6626         * maps.texi: Update xrefs.
6628         * keymaps.texi (Translation Keymaps): New node.
6629         Update xrefs from Translating Input to Translation Keymaps.
6631         * elisp.texi (Top): Update subnode menu.
6633         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6635         * os.texi (System Interface): Fix menu descriptions of some nodes.
6636         (Translating Input): Node deleted.
6638 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6640         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6642         * lists.texi (Sets And Lists): Likewise.
6644 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
6646         * text.texi (Fields): Mention POS
6647         requirement when narrowing is in effect.
6649 2006-07-28  Richard Stallman  <rms@gnu.org>
6651         * display.texi (Face Attributes): Simplify wording.
6652         (Attribute Functions): Clarify meaning of new-frame default
6653         attribute settings.
6655         * customize.texi (Common Keywords): Document how to use
6656         :package-version in a package not in Emacs.
6658 2006-07-28  Kim F. Storm  <storm@cua.dk>
6660         * commands.texi (Reading One Event): Fix last change.
6662 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6664         * commands.texi (Reading One Event): Document SECONDS argument for
6665         read-event, read-char, and read-char-exclusive.
6667 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6670         to ensure correct identification.
6672 2006-07-24  Richard Stallman  <rms@gnu.org>
6674         * text.texi (Clickable Text): Clarify.
6676         * sequences.texi (Vector Functions): Delete duplicate xref.
6678         * objects.texi (Function Type): Clarify.
6680         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6681         modes.
6683         * lists.texi (List Variables): New node.
6684         Material moved from other nodes.
6686         * variables.texi (Setting Variables): add-to-list and
6687         add-to-ordered-list moved to List Variables node.
6689 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
6691         * text.texi (Links and Mouse-1):
6692         For mouse-on-link-p, expand on arg POS.
6694 2006-07-21  Kim F. Storm  <storm@cua.dk>
6696         * display.texi (Forcing Redisplay): Don't mention systems which
6697         don't support sub-second timers for redisplay-preemption-period.
6699         * os.texi (Terminal Output): Clarify text vs graphical terminal.
6701 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6703         * frames.texi (Input Focus): Document that focus-follows-mouse has
6704         no effect on MS-Windows.
6706 2006-07-18  Richard Stallman  <rms@gnu.org>
6708         * display.texi (Forcing Redisplay): Cleanups in previous change.
6710         * processes.texi (Low-Level Network): Make menu more convenient.
6712 2006-07-18  Kim F. Storm  <storm@cua.dk>
6714         * display.texi (Forcing Redisplay): redisplay-preemption-period
6715         only used on window systems.  Add xref to Terminal Output.
6717         * os.texi (Terminal Output): baud-rate only controls preemption on
6718         non-window systems.  Add xref to Forcing Redisplay.
6720         * processes.texi (Low-Level Network): Rename node "Make Network"
6721         to "Network Processes".
6723 2006-07-18  Karl Berry  <karl@gnu.org>
6725         * variables.texi, functions.texi, customize.texi, loading.texi:
6726         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6728 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6730         * commands.texi (Waiting): Document batch-mode sit-for behavior.
6732 2006-07-17  Richard Stallman  <rms@gnu.org>
6734         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6735         Put period and comma inside quotes.
6737         * loading.texi, markers.texi: Use real doublequote inside menus.
6739         * windows.texi: Put point and comma inside quotes.
6740         (Textual Scrolling): Use @samp for error message.
6742         * variables.texi, tips.texi, syntax.texi, symbols.texi:
6743         * strings.texi, streams.texi, processes.texi, os.texi:
6744         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6745         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6746         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6747         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6748         Put point and comma inside quotes.
6750         * control.texi (Processing of Errors): Add command-error-function.
6752         * variables.texi (File Local Variables): Clarify that
6753         file local variables make buffer-local bindings.
6755         * modes.texi (Syntactic Font Lock): Give default for
6756         font-lock-syntax-table.
6758 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
6760         * text.texi (Special Properties): Clean up previous change.
6762 2006-07-16  Karl Berry  <karl@gnu.org>
6764         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6765         * control.texi: Fix bad page breaks through chapter 10 (control).
6767         * anti.texi (Antinews): Reorder face-attribute fns to avoid
6768         underfull hbox.
6770 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
6772         * text.texi (Special Properties): Describe fontified text property
6773         in relation to a character (not text).
6775 2006-07-15  Kim F. Storm  <storm@cua.dk>
6777         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6778         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6779         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6781         * anti.texi (Antinews): Mention redisplay function.
6782         The kbd macro existed, but was not documented, before 22.x.
6783         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6785 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6787         * display.texi (Displaying Messages): Add anchor.
6789         * frames.texi (Dialog Boxes): Use it.
6791 2006-07-12  Richard Stallman  <rms@gnu.org>
6793         * objects.texi (Frame Type): Explain nature of frames better.
6795         * frames.texi (Frames): Explain nature of frames better.
6797 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
6799         * tips.texi (Coding Conventions): Explain why use cl at compile time.
6801 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6803         * frames.texi (Window System Selections): Mention scrap support for Mac.
6804         Default value of x-select-enable-clipboard is t on Mac.
6806         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6808 2006-07-11  Kim F. Storm  <storm@cua.dk>
6810         * display.texi (Forcing Redisplay): Add `redisplay' function.
6811         Don't mention (sit-for -1) -- use (redisplay t) instead.
6813         * commands.texi (Waiting): (sit-for -1) is no longer special.
6814         (sit-for 0) is equivalent to (redisplay).
6815         Iconifying/deiconifying no longer makes sit-for return.
6817 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6819         * display.texi (Buttons): Fix typo.
6821         * index.texi, elisp.texi (New Symbols): Comment node out.
6823 2006-07-09  Richard Stallman  <rms@gnu.org>
6825         * display.texi (Truncation): Clean up previous change.
6827 2006-07-08  Richard Stallman  <rms@gnu.org>
6829         * commands.texi (Interactive Call): Use 3 as prefix in example
6830         for execute-extended-command.
6832         * display.texi (Attribute Functions): Move paragraph about
6833         compatibility with Emacs < 21.
6835 2006-07-09  Kim F. Storm  <storm@cua.dk>
6837         * display.texi (Refresh Screen): Clarify force-window-update.
6838         (Truncation): "Normally" indicated by fringe arrows.
6840 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
6842         * windows.texi (Textual Scrolling, Resizing Windows):
6843         * variables.texi (Constant Variables):
6844         * text.texi (Buffer Contents, Deletion, Changing Properties)
6845         (Property Search, Special Properties, Sticky Properties)
6846         (Links and Mouse-1, Fields, Change Hooks):
6847         * syntax.texi (Syntax Table Functions, Parsing Expressions)
6848         (Categories):
6849         * symbols.texi (Other Plists):
6850         * streams.texi (Output Variables):
6851         * processes.texi (Input to Processes, Query Before Exit):
6852         * positions.texi (Word Motion, Text Lines, List Motion):
6853         * os.texi (Init File, System Environment, Sound Output)
6854         (Session Management):
6855         * nonascii.texi (Text Representations, Character Sets)
6856         (Chars and Bytes, Locales):
6857         * modes.texi (Defining Minor Modes, Header Lines):
6858         * minibuf.texi (Minibuffer Contents):
6859         * markers.texi (Information from Markers):
6860         * lists.texi (List Elements, Building Lists, Association Lists):
6861         * keymaps.texi (Tool Bar):
6862         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6863         * functions.texi (What Is a Function, Mapping Functions):
6864         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6865         (Color Names, Text Terminal Colors, Display Feature Testing):
6866         * files.texi (Visiting Functions, File Name Components)
6867         (Unique File Names, Contents of Directories):
6868         * display.texi (Forcing Redisplay, Displaying Messages)
6869         (Temporary Displays, Font Selection, Auto Faces)
6870         (Font Lookup, Fringe Indicators, Display Margins)
6871         (Image Descriptors, Showing Images, Image Cache, Button Types)
6872         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6873         (Display Table Format, Glyphs):
6874         * control.texi (Iteration):
6875         * commands.texi (Command Loop Info, Adjusting Point):
6876         * backups.texi (Making Backups, Auto-Saving):
6877         Remove @tindex entries.
6879 2006-07-07  Kim F. Storm  <storm@cua.dk>
6881         * display.texi (Fringe Cursors): Fix typo.
6882         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6883         (Overlay Arrow): Default is overlay-arrow fringe indicator.
6885 2006-07-05  Richard Stallman  <rms@gnu.org>
6887         * text.texi (Buffer Contents): Add example of text props
6888         in result of buffer-substring.
6889         (Text Properties): Explain better about use of specific property names.
6890         (Property Search): Some cleanups; reorder some functions.
6892         * keymaps.texi (Changing Key Bindings): Cleanup.
6893         Add xref to Key Binding Conventions.
6895         * display.texi (Attribute Functions): Add examples for
6896         face-attribute-relative-p.
6898         * tips.texi (Coding Conventions): Cleanup last change.
6900 2006-07-05  Karl Berry  <karl@gnu.org>
6902         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6903         Remove @setchapternewpage odd.
6904         Result is 1013 pages, down from 1100.
6906         * anti.texi, customize.texi, display.texi, internals.texi:
6907         * minibuf.texi, modes.texi, tips.texi:
6908         Fix overfull/underfull boxes.
6910 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6912         * edebug.texi (Instrumenting):
6913         Add Edebug-specific findex for eval-buffer.
6914         * loading.texi (Loading):
6915         Replace eval-current-buffer with eval-buffer.
6917 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
6919         * locals.texi (Standard Buffer-Local Variables): Update the list
6920         of variables.
6922 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
6924         * files.texi (File Name Completion): Point user to the node
6925         "Reading File Names".
6927 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
6929         * files.texi (Contents of Directories): Document case-insensitive
6930         behavior on respective filesystems.
6932         * objects.texi (Character Type): Document that Emacs signals an
6933         error for unsupported Unicode characters specified as \uNNNN.
6935 2006-06-19  Richard Stallman  <rms@gnu.org>
6937         * processes.texi (Bindat Spec): Clarify previous change.
6939 2006-06-16  Richard Stallman  <rms@gnu.org>
6941         * tips.texi (Coding Conventions): Better explain conventions
6942         for definition constructs.
6944         * text.texi (Special Properties): String value of `read-only'
6945         serves as the error message.
6947         * objects.texi (Character Type): Clarify prev. change.
6948         (Non-ASCII in Strings): Mention \u and \U.
6950         * commands.texi (Using Interactive): Explain problem of
6951         markers, etc., in command-history.
6953 2006-06-14  Kim F. Storm  <storm@cua.dk>
6955         * commands.texi (Waiting): Negative arg to sit-for forces
6956         redisplay even if input is pending.
6958         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6959         redisplay.  Remove incorrect example of binding redisplay-dont-pause
6960         around (sit-for 0).
6962 2006-06-13  Richard Stallman  <rms@gnu.org>
6964         * display.texi (Forcing Redisplay): Clarify previous change.
6966 2006-06-13  Romain Francoise  <romain@orebokech.com>
6968         * display.texi (Forcing Redisplay): Fix typo.
6970 2006-06-13  Kim F. Storm  <storm@cua.dk>
6972         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6974 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6976         * tips.texi (Coding Conventions): Add `@end itemize'.
6978 2006-06-10  Richard Stallman  <rms@gnu.org>
6980         * tips.texi (Coding Conventions): Explain use of coding systems
6981         to ensure one decoding for strings.
6983 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
6985         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6986         syntax.
6988 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
6990         * display.texi (Font Selection): Remove description of
6991         clear-face-cache.
6993         * compile.texi (Eval During Compile): Fix a typo.  Add index
6994         entries for possible uses of eval-when-compile.
6996 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
6998         * display.texi (Abstract Display): Fix typo.
7000 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
7002         * minibuf.texi (Minibuffer History) <history-add-new-input>:
7003         Reword variable's description.
7005 2006-06-01  Richard Stallman  <rms@gnu.org>
7007         * windows.texi (Splitting Windows): Clarify splitting nonselected
7008         window.
7010 2006-05-31  Juri Linkov  <juri@jurta.org>
7012         * minibuf.texi (Minibuffer History): Add history-add-new-input.
7014 2006-05-30  Richard Stallman  <rms@gnu.org>
7016         * display.texi (Line Height): Fix errors in description of
7017         default line height and line-height property.
7019         * nonascii.texi (Default Coding Systems): Further clarification.
7021 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7023         * internals.texi (Pure Storage): Mention that an overflow in pure
7024         space causes a memory leak.
7025         (Garbage Collection): If there was an overflow in pure space,
7026         `garbage-collect' returns nil.
7028 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
7030         * nonascii.texi (Default Coding Systems): Fix it some more.
7032 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
7034         * nonascii.texi (Default Coding Systems): Fix last change.
7036 2006-05-29  Kenichi Handa  <handa@m17n.org>
7038         * nonascii.texi (find-operation-coding-system): Describe the new
7039         argument format (FILENAME . BUFFER).
7041 2006-05-28  Richard Stallman  <rms@gnu.org>
7043         * tips.texi (Coding Conventions): Better explain reasons not to
7044         advise other packages or use `eval-after-load'.
7046 2006-05-29  Kim F. Storm  <storm@cua.dk>
7048         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7049         `bindat-idx' and `bindat-raw' for clarity.
7051 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7053         * processes.texi (Bindat Spec): Expand on `repeat' handler.
7055         * display.texi (Display): Add "Abstract Display" to menu.
7056         (Abstract Display, Abstract Display Functions)
7057         (Abstract Display Example): New nodes.
7058         * elisp.texi (Top): Add "Abstract Display" to menu.
7060 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7062         * keymaps.texi (Key Sequences): Link to input events definition.
7063         (Format of Keymaps): Delete material duplicated in Keymap Basics.
7065         * files.texi (Changing Files): Document updated argument list for
7066         copy-file.
7068 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7070         * processes.texi (Bindat Functions): Explain term "total length".
7071         Use it in bindat-length and bindat-pack descriptions.
7073 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7075         * tips.texi (Coding Conventions): Advise against using
7076         eval-after-load in packages.  Add an index entry.
7078 2006-05-25  Juri Linkov  <juri@jurta.org>
7080         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7082         * modes.texi (%-Constructs): Add %e, %z, %Z.
7084 2006-05-25  Richard Stallman  <rms@gnu.org>
7086         * elisp.texi (Top): Update subnode menu.
7088         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7089         (Keymaps): Update menu.
7091 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7093         * keymaps.texi (Key Sequences): Some clarifications.
7095 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7097         * processes.texi (Bindat Functions): Say "unibyte string"
7098         explicitly for bindat-unpack and bindat-pack descriptions.
7099         (Bindat Examples): Don't call `string-make-unibyte' in example.
7101 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7103         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7104         Explain string and vector representations of key sequences.
7106         * keymaps.texi (Changing Key Bindings):
7107         * commands.texi (Interactive Codes):
7108         * help.texi (Describing Characters): Refer to it.
7110 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
7112         * frames.texi (Pointer Shape): @end table -> @end defvar.
7114 2006-05-22  Richard Stallman  <rms@gnu.org>
7116         * elisp.texi (Top): Update subnode menus.
7118         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7119         Contents rewritten; material from old Pointer Shape node moved here.
7121         * display.texi (Pointer Shape): Node deleted.
7122         (Image Descriptors): Minor cleanup.
7124 2006-05-21  Richard Stallman  <rms@gnu.org>
7126         * syntax.texi (Parsing Expressions): Update info on which STATE
7127         elements are ignored.
7129 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7131         * hooks.texi (Standard Hooks): Correct typo.
7133         * gpl.texi (GPL): ifinfo -> ifnottex.
7135 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
7137         * searching.texi (Simple Match Data): Warn about match data being
7138         set anew by every search.
7140 2006-05-17  Richard Stallman  <rms@gnu.org>
7142         * minibuf.texi (Minibuffer History): Clarify.
7144         * searching.texi (Regexp Special): Clarify nested regexp warning.
7146 2006-05-16  Kim F. Storm  <storm@cua.dk>
7148         * minibuf.texi (Minibuffer History): Update add-to-history.
7150 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
7152         * nonascii.texi (Explicit Encoding):
7153         Fix typo (encoding<->decoding).
7155 2006-05-14  Richard Stallman  <rms@gnu.org>
7157         * buffers.texi (Creating Buffers): Cleanup.
7159         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7161 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
7163         * buffers.texi (Current Buffer): Document that with-temp-buffer
7164         disables undo.
7166         * os.texi (Terminal-Specific): More accurate description of how
7167         Emacs searches for the terminal-specific libraries.
7169 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
7171         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7172         emacs-xtra to @inforef's.
7174         * text.texi (Undo): Document that undo is turned off in buffers
7175         whose names begin with a space.
7177         * buffers.texi (Buffer Names): Add index entries for buffers whose
7178         names begin with a space.
7179         (Creating Buffers): Document that undo is turned off in buffers
7180         whose names begin with a space.
7182         * files.texi (Visiting Functions, Reading from Files)
7183         (Saving Buffers): Mention code and EOL conversions by file I/O
7184         primitives and subroutines.
7186         * nonascii.texi (Lisp and Coding Systems):
7187         Document coding-system-eol-type.  Add index entries for eol conversion.
7189         * display.texi (Defining Faces): Mention `mac', and add an xref to
7190         where window-system is described.
7192 2006-05-10  Richard Stallman  <rms@gnu.org>
7194         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7196 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7198         * variables.texi (File Local Variables): Recommend to quote lambda
7199         expressions in safe-local-variable property.
7201 2006-05-09  Richard Stallman  <rms@gnu.org>
7203         * variables.texi (File Local Variables):
7204         Document safe-local-eval-forms and safe-local-eval-function.
7206 2006-05-07  Kim F. Storm  <storm@cua.dk>
7208         * minibuf.texi (Minibuffer History): Remove keep-dups arg
7209         from add-to-history.
7211 2006-05-07  Romain Francoise  <romain@orebokech.com>
7213         * commands.texi (Event Input Misc):
7214         * compile.texi (Eval During Compile):
7215         * internals.texi (Buffer Internals):
7216         * minibuf.texi (Initial Input):
7217         * nonascii.texi (Scanning Charsets):
7218         * numbers.texi (Comparison of Numbers):
7219         * windows.texi (Textual Scrolling, Vertical Scrolling):
7220         Fix various typos.
7222 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
7224         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7225         conditional xref's to either emacs or emacs-xtra, depending on
7226         @iftex/@ifnottex.
7228         * minibuf.texi (Minibuffer History): Document add-to-history.
7230 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7232         * internals.texi (Pure Storage): Mention the pure overflow message
7233         at startup.
7235 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
7237         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7238         (Searching Keymaps): Fix pseudo-Lisp description of keymap
7239         search.
7241 2006-05-01  Richard Stallman  <rms@gnu.org>
7243         * intro.texi (nil and t): Clarify.
7245         * variables.texi (File Local Variables): Suggest using booleanp.
7247 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
7249         * objects.texi (Type Predicates): Fix typos.
7251 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * intro.texi (nil and t): Add booleanp.
7255         * objects.texi (Type Predicates): Add links for booleanp and
7256         string-or-null-p.
7258 2006-04-29  Richard Stallman  <rms@gnu.org>
7260         * modes.texi (Multiline Font Lock): Rename from
7261         Multi line Font Lock Elements.  Much clarification.
7262         (Font Lock Multiline, Region to Fontify): Much clarification.
7264 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * variables.texi (File Local Variables): Remove the special case t for
7267         safe-local-variable.
7269 2006-04-26  Richard Stallman  <rms@gnu.org>
7271         * syntax.texi (Parsing Expressions): Minor cleanup.
7273 2006-04-18  Richard Stallman  <rms@gnu.org>
7275         * tips.texi (Coding Conventions): Explain when the package's
7276         prefix should appear later on (not at the start of the name).
7278         * searching.texi (String Search): Clarify effect of NOERROR.
7280         * modes.texi (Imenu): Clarify what special items do.
7282         * hooks.texi (Standard Hooks): Delete text about old hook names.
7284 2006-04-17  Romain Francoise  <romain@orebokech.com>
7286         * variables.texi (Local Variables): Update the default value of
7287         `max-specpdl-size'.
7289 2006-04-15  Michael Olson  <mwolson@gnu.org>
7291         * processes.texi (Transaction Queues): Mention the new optional
7292         `delay-question' argument for `tq-enqueue'.
7294 2006-04-13  Bill Wohler  <wohler@newt.com>
7296         * customize.texi (Common Keywords): Use dotted notation for
7297         :package-version value.  Specify its values.  Improve documentation
7298         for customize-package-emacs-version-alist.
7300 2006-04-12  Bill Wohler  <wohler@newt.com>
7302         * customize.texi (Common Keywords): Move description of
7303         customize-package-emacs-version-alist to @defvar.
7305 2006-04-10  Bill Wohler  <wohler@newt.com>
7307         * customize.texi (Common Keywords): Add :package-version.
7309 2006-04-10  Kim F. Storm  <storm@cua.dk>
7311         * text.texi (Buffer Contents): Add NOPROPS arg to
7312         filter-buffer-substring.
7314 2006-04-08  Kevin Ryde  <user42@zip.com.au>
7316         * os.texi (Command-Line Arguments): Update xref to emacs manual
7317         "Command Arguments" -> "Emacs Invocation", per change there.
7319 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
7321         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7322         be on one line to help makeinfo not render two spaces after the dot.
7324 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7326         * strings.texi (Predicates for Strings): Add string-or-null-p.
7328 2006-03-28  Kim F. Storm  <storm@cua.dk>
7330         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7331         remarks about systems that don't support fractional seconds.
7333 2006-03-25  Karl Berry  <karl@gnu.org>
7335         * elisp.texi: Use @copyright{} instead of (C), and do not indent
7336         the year list.
7338 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
7340         * display.texi (Fringe Indicators): Fix typos.
7342 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
7344         * tips.texi (Documentation Tips): One can now also write `program'
7345         in front of a quoted symbol in a docstring to prevent making a
7346         hyperlink.
7348 2006-03-19  Alan Mackenzie  <acm@muc.de>
7350         * text.texi (Special Properties): Clarify `fontified' property.
7352 2006-03-16  Richard Stallman  <rms@gnu.org>
7354         * display.texi (Defining Images): Minor cleanup.
7356 2006-03-16  Bill Wohler  <wohler@newt.com>
7358         * display.texi (Defining Images): In image-load-path-for-library,
7359         prefer user's images.
7361 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7363         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7365 2006-03-15  Bill Wohler  <wohler@newt.com>
7367         * display.texi (Defining Images): Fix example in
7368         image-load-path-for-library by not recommending that one binds
7369         image-load-path.  Just defvar it to placate compiler and only use
7370         it if previously defined.
7372 2006-03-14  Bill Wohler  <wohler@newt.com>
7374         * display.texi (Defining Images): In image-load-path-for-library,
7375         always return list of directories.  Update example.
7377 2006-03-14  Alan Mackenzie  <acm@muc.de>
7379         * modes.texi: New node, "Region to Fontify" (for Font Lock).
7380         This describes font-lock-extend-region-function.
7381         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7382         the new node "Region to Fontify".
7384 2006-03-13  Richard Stallman  <rms@gnu.org>
7386         * display.texi (Invisible Text): The impossible position is
7387         now before the invisible text, not after.
7388         (Defining Images): Clean up last change.
7390 2006-03-11  Bill Wohler  <wohler@newt.com>
7392         * display.texi (Defining Images): Add image-load-path-for-library.
7394 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
7396         * text.texi (Adaptive Fill): Fix Texinfo usage.
7398         * strings.texi (Creating Strings): Fix Texinfo usage.
7400         * searching.texi (Regexp Special): Use @samp for regular
7401         expressions that are not in Lisp syntax.
7403 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
7405         * searching.texi (Regexp Special): Put remark between parentheses
7406         to avoid misreading.
7408 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
7410         * searching.texi (Syntax of Regexps): More accurately describe
7411         which characters are special in which situations.
7412         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7413         are not special.  Describe in detail when `[' and `]' are special.
7414         (Regexp Backslash): Plenty of regexps with unbalanced square
7415         brackets are valid, so reword that statement.
7417 2006-03-02  Kim F. Storm  <storm@cua.dk>
7419         * keymaps.texi (Tool Bar): Add tool-bar-border.
7421 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
7423         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
7425 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7427         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7429         * files.texi (Locating Files): Suggest additional values for the
7430         SUFFIXES arg of `locate-file'.  Update pxref.
7432         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7433         (How Programs Do Loading): Discuss the effects of Auto Compression
7434         mode on `load'.
7435         (Load Suffixes): New node.
7436         (Library Search): Delete description of `load-suffixes'; it was
7437         moved to "Load Suffixes".
7438         (Autoload, Named Features): Mention `load-suffixes'.
7440 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7442         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7444         * windows.texi (Window Tree): Fix typo.
7446 2006-02-20  Kim F. Storm  <storm@cua.dk>
7448         * display.texi (Fringe Indicators): New section.
7449         Move indicate-empty-lines, indicate-buffer-boundaries, and
7450         default-indicate-buffer-boundaries here.
7451         Add fringe-indicator-alist and default-fringes-indicator-alist.
7452         Add list of logical fringe indicator symbols.
7453         Update list of standard bitmap names.
7454         (Fringe Cursors): New section.
7455         Move overflow-newline-into-fringe here.
7456         Add fringe-cursor-alist and default-fringes-cursor-alist.
7457         Add list of fringe cursor symbols.
7459 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
7461         * commands.texi (Using Interactive): Fix reference to node
7462         "Minibuffers".
7464 2006-02-19  Richard M. Stallman  <rms@gnu.org>
7466         * minibuf.texi (High-Level Completion):
7467         Add xref to read-input-method-name.
7469         * files.texi (Relative File Names): Move file-relative-name here.
7470         (File Name Expansion): From here.  Minor clarifications.
7472         * commands.texi (Using Interactive): Add xrefs about reading input.
7473         Clarify remarks about that moving point and mark.
7474         Put string case before list case.
7476 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
7478         * display.texi (Other Display Specs, Image Descriptors):
7479         Revert erroneous changes.  The previous description of
7480         image-descriptors as `(image . PROPS)' was correct.
7482 2006-02-14  Richard M. Stallman  <rms@gnu.org>
7484         * variables.texi (File Local Variables): Clarifications.
7486 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
7488         * variables.texi (File Local Variables): Use @code for a cons
7489         cell, not @var.
7491 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
7493         * variables.texi (File Local Variables): Document new file local
7494         variable behavior.
7496 2006-02-10  Kim F. Storm  <storm@cua.dk>
7498         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7500 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
7502         * modes.texi (%-Constructs): Remove obsolete info about
7503         `global-mode-string'.
7505 2006-02-07  Richard M. Stallman  <rms@gnu.org>
7507         * commands.texi (Prefix Command Arguments): Minor cleanup.
7509         * display.texi: "Graphical display", not window system.
7511         * functions.texi (What Is a Function): Fix xref.
7513         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7514         (Changing Key Bindings): Clarify when remapping is better than
7515         substitute-key-definition.
7517 2006-02-02  Richard M. Stallman  <rms@gnu.org>
7519         * minibuf.texi (Basic Completion): Completion alists are risky.
7521         * keymaps.texi (Active Keymaps): Clarifications.
7522         (Searching Keymaps): New node.
7523         (Keymaps): Update menu.
7525         * frames.texi (Layout Parameters): Minor clarification.
7526         (Drag and Drop): New node.
7527         (Frames): Update menu.
7529 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
7531         * display.texi (Other Display Specs, Image Descriptors):
7532         Image description is a list, not a cons cell.
7534 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7536         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7537         list is not necessarily a list).
7539 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7541         * frames.texi (Layout Parameters): border-width and
7542         internal-border-width belong to the frame, not the window.
7544 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7546         * nonascii.texi (Translation of Characters): Search cmds use
7547         translation-table-for-input.  Automatically made local.
7549         * markers.texi (Overview of Markers): Count insertion type
7550         as one of a marker's attributes.
7552         * keymaps.texi (Controlling Active Maps): New node, split out of
7553         Active Keymaps.
7554         (Keymaps): Menu updated.
7555         (Active Keymaps): Give pseudocode to explain how the active
7556         maps are searched.  current-active-maps and key-binding moved here.
7557         (Functions for Key Lookup): current-active-maps and key-binding moved.
7558         Clarifications.
7559         (Searching the Keymaps): New subnode.
7561         * elisp.texi (Top): Menu clarification.
7563         * display.texi (Other Display Specs): Delete duplicate entry for
7564         just a string as display spec.  Move text about recursive display
7565         specs on such a string.
7567         * commands.texi (Key Sequence Input): Clarify.
7568         Move num-nonmacro-input-events out.
7569         (Reading One Event): num-nonmacro-input-events moved here.
7571 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
7573         * advice.texi (Simple Advice): Update example to fit argument
7574         change in previous-line.
7576 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7578         * markers.texi (The Mark): Fix in `mark'.
7580 2006-01-04  Richard M. Stallman  <rms@gnu.org>
7582         * processes.texi (Misc Network, Make Network): Minor cleanups.
7584 2006-01-04  Kim F. Storm  <storm@cua.dk>
7586         * processes.texi (Make Network): Add IPv6 addresses and handling.
7587         (Network Feature Testing): Mention (:family ipv6).
7588         (Misc Network): Add IPv6 formats to format-network-address.
7590 2005-12-30  Richard M. Stallman  <rms@gnu.org>
7592         * text.texi (Changing Properties):
7593         Don't use return value of set-text-properties.
7595 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7597         * modes.texi (Mode Line Format): Correct typo in menu.
7599 2005-12-29  Richard M. Stallman  <rms@gnu.org>
7601         * modes.texi (Mode Line Top): New node.
7602         (Mode Line Data): Some text moved to new node.
7603         Explain the data structure more concretely.
7604         (Mode Line Basics): Clarifications.
7605         (Mode Line Variables): Clarify intro paragraph.
7606         (%-Constructs): Clarify intro paragraph.
7607         (Mode Line Format): Update menu.
7609 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7611         * minibuf.texi (Basic Completion): Update lazy-completion-table
7612         examples for removal of ARGS argument.
7614 2005-12-23  Richard M. Stallman  <rms@gnu.org>
7616         * text.texi (Undo): Restore some explanation from the version
7617         that was deleted.
7619 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7621         * text.texi (Undo): Remove duplicate descriptions of `apply
7622         funname' and `apply delta' elements of the undo list.
7624 2005-12-20  Richard M. Stallman  <rms@gnu.org>
7626         * help.texi (Help Functions): Update documentation of `apropos'.
7628 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
7630         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7631         because it is confusing.  If the :help-echo keyword is a function,
7632         it is not directly used as the :help-echo overlay property, as the
7633         xref seems to suggest (it does not take the appropriate args).
7635 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
7637         * customize.texi (Common Keywords): Fix Texinfo usage.
7638         (Group Definitions, Variable Definitions): Update for new
7639         conventions for using `*' in docstrings.
7641         * tips.texi (Documentation Tips): Update for new conventions for
7642         using `*' in docstrings.
7644 2005-12-16  Richard M. Stallman  <rms@gnu.org>
7646         * minibuf.texi (Minibuffer Contents): Minor cleanup.
7648 2005-12-16  Juri Linkov  <juri@jurta.org>
7650         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7652 2005-12-14  Romain Francoise  <romain@orebokech.com>
7654         * modes.texi (Customizing Keywords): Rename `append' to `how'.
7655         Fix typo.
7657 2005-12-11  Juri Linkov  <juri@jurta.org>
7659         * minibuf.texi (Completion Commands): Add mention of read-file-name
7660         for filename completion keymaps.
7661         (Reading File Names): Add mention of filename completion keymaps
7662         for read-file-name and xref to `Completion Commands'.
7664 2005-12-10  Richard M. Stallman  <rms@gnu.org>
7666         * customize.texi (Common Keywords): State caveats for use of :tag.
7668 2005-12-08  Richard M. Stallman  <rms@gnu.org>
7670         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7671         with xrefs and better explanation.
7672         (Completion Commands): Add the filename completion maps.
7674         * objects.texi (Character Type): Clarify that \s is not space
7675         if a dash follows.
7677 2005-12-05  Richard M. Stallman  <rms@gnu.org>
7679         * windows.texi (Resizing Windows): Delete preserve-before args.
7681 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7684         in full keymaps, since the quirk has been fixed.
7686 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7688         * hooks.texi (Standard Hooks): Add index entries.
7689         Mention `compilation-finish-functions'.
7691 2005-11-27  Richard M. Stallman  <rms@gnu.org>
7693         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7695 2005-11-21  Juri Linkov  <juri@jurta.org>
7697         * customize.texi (Common Keywords): Update links types
7698         custom-manual and url-link.  Add link types emacs-library-link,
7699         file-link, function-link, variable-link, custom-group-link.
7701 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7703         * display.texi: Revert 2005-11-20 change.
7705 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
7707         * processes.texi (Bindat Functions):
7708         Say "third" to refer to zero-based index "2".
7710 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
7712         * loading.texi (Library Search): Update the default value of
7713         `load-suffixes'.
7715 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7717         * display.texi (Attribute Functions): Mention :ignore-defface.
7719 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7721         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7722         (Minor Mode Conventions): Mention the use of a hook.
7724 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7726         * files.texi (Magic File Names): find-file-name-handler checks the
7727         `operations' property of the handler.
7729 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7731         * variables.texi (Frame-Local Variables): Small clarification.
7733 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7735         * os.texi (Init File): Document ~/.emacs.d/init.el.
7737 2005-10-29  Richard M. Stallman  <rms@gnu.org>
7739         * internals.texi (Garbage Collection): Document memory-full.
7741 2005-10-28  Bill Wohler  <wohler@newt.com>
7743         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7744         for URLs.
7746 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7748         * minibuf.texi (Completion Commands): Clean up prev change.
7750 2005-10-26  Kevin Ryde  <user42@zip.com.au>
7752         * compile.texi (Eval During Compile): Explain recommended uses
7753         of eval-when-compile and eval-and-compile.
7755 2005-10-27  Masatake YAMATO  <jet@gyve.org>
7757         * minibuf.texi (Completion Commands):
7758         Write about new optional argument for `display-completion-list'.
7760 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7762         * display.texi (Overlay Arrow): Clarify about local bindings of
7763         overlay-arrow-position.
7765 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7767         * internals.texi (Building Emacs): Fix last change.
7769 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7771         * internals.texi (Building Emacs): Document eval-at-startup.
7773 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7775         * loading.texi (Where Defined): load-history contains abs file names.
7776         symbol-file returns abs file names.
7778 2005-10-19  Kim F. Storm  <storm@cua.dk>
7780         * display.texi (Showing Images): Add max-image-size integer value.
7782 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
7784         * display.texi (Showing Images): Document max-image-size.
7786 2005-10-17  Richard M. Stallman  <rms@gnu.org>
7788         * commands.texi (Quitting): Minor clarification.
7790         * processes.texi (Sentinels): Clarify about output and quitting.
7791         (Filter Functions): Mention with-local-quit.
7793 2005-10-17  Juri Linkov  <juri@jurta.org>
7795         * buffers.texi (Current Buffer):
7796         * commands.texi (Event Input Misc):
7797         * compile.texi (Eval During Compile, Compiler Errors):
7798         * customize.texi (Group Definitions):
7799         * display.texi (Progress, Defining Faces):
7800         * files.texi (Writing to Files):
7801         * modes.texi (Mode Hooks, Defining Minor Modes):
7802         * streams.texi (Output Functions):
7803         * syntax.texi (Syntax Table Functions):
7804         * text.texi (Change Hooks):
7805         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7807         * commands.texi (Quitting): Replace arg `forms' with `body' in
7808         `with-local-quit'.
7810         * positions.texi (Excursions): Replace arg `forms' with `body' in
7811         `save-excursion'.
7813 2005-10-08  Kim F. Storm  <storm@cua.dk>
7815         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7816         Rename manual section accordingly.
7818 2005-10-04  Kim F. Storm  <storm@cua.dk>
7820         * windows.texi (Window Split Tree): New section describing
7821         new function window-split-tree function.
7823 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
7825         * display.texi (Fringe Size/Pos): Simplify and add detail.
7827 2005-09-30  Romain Francoise  <romain@orebokech.com>
7829         * minibuf.texi (High-Level Completion): Explain that the prompt
7830         given to `read-buffer' should end with a colon and a space.
7831         Update usage examples.
7833 2005-09-29  Juri Linkov  <juri@jurta.org>
7835         * display.texi (Displaying Messages): Rename argument name
7836         `string' to `format-string' in functions `message', `message-box',
7837         `message-or-box'.
7839 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
7841         * errors.texi (Standard Errors): Correct xrefs.
7843 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7845         * display.texi (Defining Images): Update documentation for
7846         `image-load-path'.
7848 2005-09-17  Richard M. Stallman  <rms@gnu.org>
7850         * display.texi (Defining Images): Clean up previous change.
7852 2005-09-16  Romain Francoise  <romain@orebokech.com>
7854         * elisp.texi: Specify GFDL version 1.2.
7856         * doclicense.texi (GNU Free Documentation License): Update to
7857         version 1.2.
7859 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7861         * display.texi (Defining Images): Document `image-load-path'.
7863 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7865         * objects.texi (Printed Representation): Minor cleanup.
7866         (Box Diagrams): Minor fix.
7867         (Cons Cell Type): Move (...) index item here.
7868         (Box Diagrams): From here.
7869         (Array Type): Minor fix.
7870         (Type Predicates): Delete index "predicates".
7871         (Hash Table Type): Clarify xref.
7872         (Dotted Pair Notation): Minor fix.
7874 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
7876         * files.texi (Saving Buffers): Fix typo.
7878 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7880         * tips.texi (Programming Tips): Correct the "default" prompt spec.
7882 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7884         * locals.texi (Standard Buffer-Local Variables): Don't include
7885         mode variables for minor modes.
7886         Fix xrefs for buffer-display-count, buffer-display-table,
7887         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7888         enable-multibyte-characters, fill-column, header-line-format,
7889         left-fringe-width, left-margin, and right-fringe-width.
7891         * hooks.texi (Standard Hooks): All hooks should conform to the
7892         standard naming convention now.
7893         Fix xref for `echo-area-clear-hook'.
7895         * display.texi (Usual Display): Note that indicate-empty-lines and
7896         tab-width are buffer-local.
7898         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7900         * modes.texi (Mode Help): Note that major-mode is buffer-local.
7902         * nonascii.texi (Encoding and I/O): Note that
7903         buffer-file-coding-system is buffer-local.
7905         * positions.texi (List Motion): Note that defun-prompt-regexp is
7906         buffer-local.
7908         * text.texi (Auto Filling): Note that auto-fill-function is
7909         buffer-local.
7910         (Undo): Note that buffer-undo-list is buffer-local.
7912         * windows.texi (Buffers and Windows):
7913         Document buffer-display-count.
7915 2005-09-06  Richard M. Stallman  <rms@gnu.org>
7917         * tips.texi (Coding Conventions): Sometimes it is ok to put the
7918         package prefix elsewhere than at the start of the name.
7920 2005-09-03  Richard M. Stallman  <rms@gnu.org>
7922         * tips.texi (Programming Tips): Add conventions for minibuffer
7923         questions and prompts.
7925 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
7927         * intro.texi (nil and t): Minor cleanup.
7928         Delete spurious mention of keyword symbols.
7929         (Evaluation Notation): Add index entry.
7930         (A Sample Function Description): Minor cleanup.
7931         (A Sample Variable Description): Not all vars can be set.
7933 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
7935         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7937         (Insertion): Document precise type of `insert-char' arg COUNT.
7939 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7941         * modes.texi (Other Font Lock Variables): Sync the default of
7942         font-lock-lines-before.
7944 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7946         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7948 2005-08-29  Richard M. Stallman  <rms@gnu.org>
7950         * elisp.texi (Top): Update subnode menu.
7952         * searching.texi (Searching and Matching): Move node.
7953         Rearrange contents and add overall explanation.
7954         (Searching and Case): Move node.
7955         (Searching and Matching): Update menu.
7957 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7959         * os.texi (Startup Summary): Fix the description of the initial
7960         startup message display.
7962 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7964         * searching.texi (Search and Replace): Add replace-regexp-in-string.
7966 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
7968         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7969         `next-overlay-change' example.
7971 2005-08-22  Juri Linkov  <juri@jurta.org>
7973         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7974         Fix invert-face.  Fix args of face-background.
7976         * display.texi (Standard Faces): Delete node.
7977         (Faces): Add xref to `(emacs)Standard Faces'.
7978         (Displaying Faces): Fix xref to `Standard Faces'.
7980         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7982 2005-08-20  Alan Mackenzie  <acm@muc.de>
7984         * buffers.texi (The Buffer List): Clarify the manipulation of the
7985         buffer list.
7987 2005-08-14  Richard M. Stallman  <rms@gnu.org>
7989         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7990         a regexp.
7992 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7994         * elisp.texi (Top): Update subnode lists.
7996         * display.texi (Inverse Video): Node deleted.
7998         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7999         New nodes split out of Coding Conventions.
8001         * searching.texi (Regular Expressions): Document re-builder.
8003         * os.texi (Time Parsing): New node split out of Time Conversion.
8005         * processes.texi (Misc Network, Network Feature Testing)
8006         (Network Options, Make Network): New nodes split out of
8007         Low-Level Network.
8009 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8011         * frames.texi (Geometry): New node, split from Size and Position.
8012         (Frame Parameters): Refer to Geometry.
8014         * buffers.texi (The Buffer List): Fix xrefs.
8016         * windows.texi (Splitting Windows): Fix xref.
8018         * frames.texi (Layout Parameters): Add xref.
8020         * display.texi (Line Height, Scroll Bars): Fix xrefs.
8022         * keymaps.texi (Menu Bar): Fix xref.
8024         * locals.texi (Standard Buffer-Local Variables): Fix xref.
8026         * modes.texi (%-Constructs): Fix xref.
8028         * frames.texi (Window Frame Parameters): Node split up.
8029         (Basic Parameters, Position Parameters, Size Parameters)
8030         (Layout Parameters, Buffer Parameters, Management Parameters)
8031         (Cursor Parameters, Color Parameters): New subnodes.
8033 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8035         * positions.texi (Screen Lines): Update xref for previous change
8036         in minibuf.texi.
8038         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8039         change in minibuf.texi.
8041 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8043         * tips.texi (Coding Conventions): Minor cleanup.
8045         * modes.texi (Defining Minor Modes): Explain when init-value
8046         can be non-nil.
8048         * elisp.texi (Top): Update submenu for Minibuffer.
8050         * minibuf.texi (Minibuffer Misc): Node split up.
8051         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8052         (Recursive Mini): New nodes split out from Minibuffer Misc.
8053         (Minibuffer Misc): Document max-mini-window-height.
8055         * hash.texi (Defining Hash): Delete stray paren in example.
8057         * display.texi (Echo Area Customization): Don't define
8058         max-mini-window-height here; xref instead.
8060         * commands.texi (Event Input Misc): Update while-no-input.
8062         * advice.texi (Advising Functions): Explain when to use advice
8063         and when to use a hook.
8065 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
8067         * makefile.w32-in (info): Don't run install-info.
8068         ($(infodir)/dir): New target, produced by running install-info.
8070 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
8072         * modes.texi (Defining Minor Modes): The keyword for the initial
8073         value is :init-value, not :initial-value.
8075 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
8077         * loading.texi (Autoload): Make the `doctor' example be consistent
8078         with what's in current loaddefs.el.  Describe the "fn" magic in
8079         the usage portion of the doc string.
8081 2005-07-22  Richard M. Stallman  <rms@gnu.org>
8083         * internals.texi (Garbage Collection): Clarify previous change.
8085 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8087         * internals.texi (Garbage Collection): Add gc-cons-percentage.
8089 2005-07-18  Juri Linkov  <juri@jurta.org>
8091         * commands.texi (Accessing Events):
8092         * frames.texi (Text Terminal Colors, Resources):
8093         * markers.texi (The Mark):
8094         * modes.texi (Defining Minor Modes):
8095         Delete duplicate duplicate words.
8097 2005-07-16  Richard M. Stallman  <rms@gnu.org>
8099         * display.texi (Managing Overlays): Clarify make-overlay
8100         args for insertion types.
8102 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8104         * customize.texi (Variable Definitions):
8105         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8106         `standard-value' is a list too.
8107         (Defining New Types): Use @key{RET} instead of @key{ret}.
8109 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8111         * os.texi (Translating Input): Fix typo.
8113 2005-07-08  Richard M. Stallman  <rms@gnu.org>
8115         * README: Update edition number and size estimate.
8117         * elisp.texi (VERSION): Set to 2.9.
8119 2005-07-07  Richard M. Stallman  <rms@gnu.org>
8121         * book-spine.texinfo: Update Emacs version.
8123         * display.texi (Inverse Video): Delete mode-line-inverse-video.
8125 2005-07-06  Richard M. Stallman  <rms@gnu.org>
8127         * searching.texi (Regexp Search): Clarify what re-search-forward
8128         does when the search fails.
8130 2005-07-05  Lute Kamstra  <lute@gnu.org>
8132         * Update FSF's address in GPL notices.
8134         * doclicense.texi (GNU Free Documentation License):
8135         * gpl.texi (GPL):
8136         * tips.texi (Coding Conventions, Library Headers):
8137         * vol1.texi:
8138         * vol2.texi: Update FSF's address.
8140 2005-07-04  Richard M. Stallman  <rms@gnu.org>
8142         * hooks.texi (Standard Hooks): Add occur-hook.
8144 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8146         * display.texi (The Echo Area): Correct menu.
8148 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8150         * elisp.texi (Top): Update subnode menu for Display.
8152         * display.texi (Displaying Messages): New node, with most
8153         of what was in The Echo Area.
8154         (Progress): Move under The Echo Area.
8155         (Logging Messages): New node with new text.
8156         (Echo Area Customization): New node, the rest of what was
8157         in The Echo Area.  Document message-truncate-lines with @defvar.
8158         (Display): Update menu.
8160         * windows.texi (Textual Scrolling): Doc 3 values for
8161         scroll-preserve-screen-position.
8163         * text.texi (Special Properties): Change hook functions
8164         should bind inhibit-modification-hooks around altering buffer text.
8166         * keymaps.texi (Key Binding Commands): Call binding BINDING
8167         rather than DEFINITION.
8169 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
8171         * variables.texi (Defining Variables): `user-variable-p' returns t
8172         for aliases of user options, nil for alias loops.
8174 2005-06-28  Richard M. Stallman  <rms@gnu.org>
8176         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8177         make-keymap.
8179 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
8181         * variables.texi (Setting Variables): Correct and clarify
8182         description of `add-to-ordered-list'.
8184 2005-06-26  Richard M. Stallman  <rms@gnu.org>
8186         * display.texi (Faces): Minor cleanup.
8188 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
8190         * display.texi (Faces): `facep' returns t for strings that are
8191         face names.
8193 2005-06-25  Richard M. Stallman  <rms@gnu.org>
8195         * objects.texi (Equality Predicates): Clarify meaning of equal.
8197         * windows.texi (Selecting Windows): save-selected-window
8198         and with-selected-window save and restore the current buffer.
8200 2005-06-24  Richard M. Stallman  <rms@gnu.org>
8202         * numbers.texi (Float Basics): Explain how to test for NaN,
8203         and printing the sign of NaNs.
8205 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8207         * makefile.w32-in (MAKEINFO): Use --force.
8209 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8211         * display.texi (Face Functions): Correct Texinfo usage.
8213 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8215         * lists.texi (Rings): `ring-elements' now returns the elements of
8216         RING in order.
8218 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8220         * markers.texi (The Mark): Texinfo usage fix.
8222 2005-06-23  Kim F. Storm  <storm@cua.dk>
8224         * searching.texi (Entire Match Data): Remove evaporate option for
8225         match-data.  Do not mention evaporate option for set-match-data.
8227 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
8229         * display.texi (Face Functions): Mention face aliases.
8231 2005-06-21  Richard M. Stallman  <rms@gnu.org>
8233         * anti.texi (Antinews): Texinfo usage fix.
8235 2005-06-21  Karl Berry  <karl@gnu.org>
8237         * elisp.texi: Use @copying.
8239         * elisp.texi: Put @summarycontents and @contents before the Top
8240         node, instead of the end of the file, so that the contents appear
8241         in the right place in the dvi/pdf output.
8243 2005-06-21  Juri Linkov  <juri@jurta.org>
8245         * display.texi (Defining Faces): Add `customized-face'.
8247 2005-06-20  Kim F. Storm  <storm@cua.dk>
8249         * variables.texi (Setting Variables): Any type of element can be
8250         given order in add-to-ordered-list.  Compare elements with eq.
8252         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8254 2005-06-20  Karl Berry  <karl@gnu.org>
8256         * syntax.texi (Syntax Flags): Make last column very slightly wider
8257         to avoid "generic comment" breaking on two lines and causing an
8258         underfull box.
8260 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8262         * lists.texi (Rings): Various minor clarifications and corrections.
8264 2005-06-18  Richard M. Stallman  <rms@gnu.org>
8266         * functions.texi (Obsolete Functions): Simplify.
8268         * variables.texi (Variable Aliases): Simplify.
8270         * anti.texi, backups.texi, compile.texi, customization.texi:
8271         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8272         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8273         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8274         * variables.texi: Fix formatting ugliness.
8276         * elisp.texi: Add links to Rings and Byte Packing.
8277         Update version and copyright years.
8279         * minibuf.texi: Fix formatting ugliness.
8280         (Completion Commands): Move keymap vars to the end
8281         and vars completing-read binds to the top.
8283 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
8285         * processes.texi: Fix typos.
8286         (Bindat Spec): Correct Texinfo error.
8287         (Byte Packing): Fix ungrammatical sentence.
8289 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
8291         * lists.texi (Rings): New node.
8292         (Lists): Add it to menu.
8294         * processes.texi (Byte Packing): New node.
8295         (Processes): Add it to menu.
8297 2005-06-17  Richard M. Stallman  <rms@gnu.org>
8299         * syntax.texi (Parsing Expressions): Fix texinfo usage.
8301         * help.texi (Documentation Basics): Explain the xref to
8302         Documentation Tips.
8304         * debugging.texi (Debugger Commands): Minor fix.
8306 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
8308         * edebug.texi (Instrumenting): Eliminate duplicate link.
8309         (Specification List): Replace references to "below", referring to
8310         a later node, with one @ref to that node.
8312         * os.texi (Timers): Timers should save and restore the match data
8313         if they change it.
8315         * debugging.texi (Debugger Commands): Mention that the Lisp
8316         debugger can not step through primitive functions.
8318 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8320         * functions.texi (Obsolete Functions): Update argument names of
8321         `make-obsolete' and `define-obsolete-function-alias'.
8323         * variables.texi (Variable Aliases): Update argument names of
8324         `defvaralias', `make-obsolete-variable' and
8325         `define-obsolete-variable-alias'.
8327 2005-06-15  Kim F. Storm  <storm@cua.dk>
8329         * searching.texi (Entire Match Data): Rephrase warnings about
8330         evaporate arg to match-data and set-match-data.
8332 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8334         * elisp.texi (Top): Update detailed menu.
8336         * edebug.texi (Edebug): Update menu.
8337         (Instrumenting): Update xrefs.
8338         (Edebug Execution Modes): Correct xref.
8339         (Jumping): Clarify description of `h' command.
8340         Eliminate redundant @ref.
8341         (Breaks): New node.
8342         (Breakpoints): Is now a subsubsection.
8343         (Global Break Condition): Mention `C-x X X'.
8344         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
8345         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8346         (Edebug Display Update): Correct pxref.
8347         (Edebug and Macros): New node.
8348         (Instrumenting Macro Calls): Is now a subsubsection.
8349         Neither arg of `def-edebug-spec' is evaluated.
8350         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8351         (Specification Examples): Fix typo.
8353 2005-06-14  Lute Kamstra  <lute@gnu.org>
8355         * debugging.texi (Function Debugging): Primitives can break on
8356         entry too.
8358 2005-06-14  Kim F. Storm  <storm@cua.dk>
8360         * variables.texi (Setting Variables): Add add-to-ordered-list.
8362 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8364         * syntax.texi (Parsing Expressions): Document aux functions and vars of
8365         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8367 2005-06-13  Lute Kamstra  <lute@gnu.org>
8369         * text.texi (Special Properties): Fix cross reference.
8371 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8373         * debugging.texi (Function Debugging): Delete mention of empty
8374         string argument to `cancel-debug-on-entry'.  Delete inaccurate
8375         description of the return value of that command.
8377 2005-06-11  Alan Mackenzie  <acm@muc.de>
8379         * text.texi (Adaptive Fill): Amplify the description of
8380         fill-context-prefix.
8382 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8384         * syntax.texi (Parsing Expressions): Fix Texinfo error.
8386 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * syntax.texi (Parsing Expressions): Document syntax-ppss.
8390 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8392         * debugging.texi (Error Debugging): Minor rewording.
8393         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8394         is optional.
8396 2005-06-10  Lute Kamstra  <lute@gnu.org>
8398         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8399         (Top): Give it a title.  Correct version number.  Give the
8400         detailed node listing a more prominent header.
8401         * intro.texi: Don't set VERSION here a second time.
8402         Mention Emacs's version too.
8403         * anti.texi (Antinews): Use EMACSVER to refer to the current
8404         version of Emacs.
8406 2005-06-09  Kim F. Storm  <storm@cua.dk>
8408         * searching.texi (Entire Match Data): Explain new `reseat' argument to
8409         match-data and set-match-data.
8411 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8413         * searching.texi (Entire Match Data): Clarify when match-data
8414         returns markers and when integers.
8416         * display.texi (Defining Faces): Explain that face name should not
8417         end in `-face'.
8419         * modes.texi (Mode Line Data): Minor cleanup.
8420         (Customizing Keywords): Node split out of Search-based Fontification.
8421         Add example of using font-lock-add-keywords from a hook.
8422         Clarify when MODE should be non-nil, and when nil.
8424 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8426         * modes.texi (Mode Line Data): Explain what happens when the car
8427         of a list is a void symbol.
8428         (Search-based Fontification): Explain MODE arg to
8429         font-lock-add-keywords and warn about calls from major modes.
8431 2005-06-08  Juri Linkov  <juri@jurta.org>
8433         * display.texi (Standard Faces): Add `shadow' face.
8435 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8437         * modes.texi (Major Mode Conventions): A derived mode only needs
8438         to put the call to the parent mode inside `delay-mode-hooks'.
8440 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8442         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8443         new, and what that implies.  Clarify.
8445         * files.texi (Locating Files): Clean up the text.
8447         * frames.texi (Window Frame Parameters): Document user-size.
8448         Shorten entry for top by referring to left.
8450 2005-05-26  Richard M. Stallman  <rms@gnu.org>
8452         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8453         is new, and what the implications are.  Other clarifications.
8455 2005-05-24  Richard M. Stallman  <rms@gnu.org>
8457         * frames.texi (Dialog Boxes): Minor fixes.
8459 2005-05-25  Masatake YAMATO  <jet@gyve.org>
8461         * display.texi (Standard Faces): Write about `mode-line-highlight'.
8463 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8465         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8466         is optional.
8468 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
8470         * frames.texi (Dialog Boxes): Describe new optional argument.
8472 2005-05-23  Lute Kamstra  <lute@gnu.org>
8474         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8475         syntax-begin-function over font-lock-beginning-of-syntax-function.
8477 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
8479         * minibuf.texi (Reading File Names): Update description of
8480         `read-directory-name'.
8482         * modes.texi (Derived Modes): Clarify :group keyword.
8484 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
8486         * files.texi (Locating Files): New subsection.
8487         Describe locate-file and executable-find.
8489 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8491         * frames.texi (Initial Parameters): Update cross reference to
8492         "Emacs Invocation".
8494 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
8496         * keymaps.texi (Active Keymaps): Add anchor.
8498         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8499         (Major Mode Conventions): Refer to `Auto Major Mode' in more
8500         appropriate place.
8501         (Derived Modes): Small clarifications.
8502         (Minor Mode Conventions, Keymaps and Minor Modes):
8503         Replace references to nodes with references to anchors.
8504         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8505         Clarify description of lists whose first element is an integer.
8506         (Mode Line Variables): Add anchor.
8507         (%-Constructs): Clarify description of integer after %.
8508         (Emulating Mode Line): Describe nil value for FACE.
8510 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
8512         * modes.texi (Derived Modes): Correct references to non-existing
8513         variable standard-syntax-table.
8515 2005-05-17  Lute Kamstra  <lute@gnu.org>
8517         * modes.texi (Defining Minor Modes): Mention the mode hook.
8519 2005-05-15  Kim F. Storm  <storm@cua.dk>
8521         * processes.texi (Network): Remove open-network-stream-nowait.
8522         (Network Servers): Remove open-network-stream-server.
8524 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
8526         * elisp.texi (Top): Update detailed menu.
8528         * variables.texi: Reorder nodes.
8529         (Variables): Update menu.
8530         (File Local Variables): Do not refer to the `-*-' line as
8531         a "local variables list".  Add pxref.
8533 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
8535         * elisp.texi (Top): Update detailed menu for node changes.
8537         * modes.texi (Modes): Update Menu.
8538         (Hooks): Move to beginning of chapter.
8539         Most minor modes run mode hooks too.
8540         `add-hook' can handle void hooks or hooks whose value is a single
8541         function.
8542         (Major Modes): Update Menu.
8543         (Major Mode Basics): New node, split off from `Major Modes'.
8544         (Major Mode Conventions): Correct xref.  Explain how to handle
8545         auto-mode-alist if the major mode command has an autoload cookie.
8546         (Auto Major Mode): Major update.  Add magic-mode-alist.
8547         (Derived Modes): Major update.
8548         (Mode Line Format): Update Menu.
8549         (Mode Line Basics): New node, split off from `Mode Line Format'.
8551         * loading.texi (Autoload): Mention `autoload cookie' as synonym
8552         for `magic autoload comment'.  Add index entries and anchor.
8554 2005-05-14  Richard M. Stallman  <rms@gnu.org>
8556         * tips.texi (Coding Conventions): Explain how important it is
8557         that just loading certain files not change Emacs behavior.
8559         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8561 2005-05-12  Lute Kamstra  <lute@gnu.org>
8563         * modes.texi (Generic Modes): Update.
8564         (Major Modes): Refer to node "Generic Modes".
8566         * elisp.texi (Top): Update to the current structure of the manual.
8567         * processes.texi (Processes): Add menu description.
8568         * customize.texi (Customization): Add menu descriptions.
8570 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
8572         * processes.texi (Signals to Processes)
8573         (Low-Level Network): Fix typos.
8575 2005-05-11  Lute Kamstra  <lute@gnu.org>
8577         * elisp.texi (Top): Add some nodes from the chapter "Major and
8578         Minor Modes" to the detailed node listing.
8580 2005-05-10  Richard M. Stallman  <rms@gnu.org>
8582         * keymaps.texi (Extended Menu Items): Menu item filter functions
8583         can be called at any time.
8585 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
8587         * variables.texi (File Local Variables): `(hack-local-variables t)'
8588         now also checks whether a mode is specified in the local variables
8589         list.
8591 2005-05-05  Kevin Ryde  <user42@zip.com.au>
8593         * display.texi (The Echo Area): Correct format function cross
8594         reference.
8596 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
8598         * variables.texi (Variable Aliases): Change description of
8599         `define-obsolete-variable-alias'.
8601         * functions.texi (Functions): Add "Obsolete Functions" to menu.
8602         (Defining Functions): Add xref.
8603         (Obsolete Functions): New node.
8604         (Function Safety): Standardize capitalization of section title.
8606         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8607         (Dialog Boxes): Complete description of `x-popup-dialog'.
8609 2005-05-04  Richard M. Stallman  <rms@gnu.org>
8611         * commands.texi (Interactive Codes): Fix Texinfo usage.
8612         Document U more clearly.
8614 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8616         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8617         function and not a macro.
8619         * frames.texi (Pop-Up Menus): Correct and clarify description of
8620         `x-popup-menu'.
8621         (Dialog Boxes): Clarify description of `x-popup-dialog'.
8623 2005-05-01  Richard M. Stallman  <rms@gnu.org>
8625         * edebug.texi (Checking Whether to Stop): Fix previous change.
8627 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8629         * display.texi: Fix typos and Texinfo usage.
8631         * edebug.texi (Checking Whether to Stop): executing-macro ->
8632         executing-kbd-macro.
8634 2005-05-01  Richard M. Stallman  <rms@gnu.org>
8636         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8638 2005-04-30  Richard M. Stallman  <rms@gnu.org>
8640         * files.texi (Magic File Names): Document `operations' property.
8642 2005-04-29  Lute Kamstra  <lute@gnu.org>
8644         * modes.texi (Generic Modes): New node.
8645         (Major Modes): Add it to the menu.
8646         (Derived Modes): Add "derived mode" to concept index.
8648 2005-04-28  Lute Kamstra  <lute@gnu.org>
8650         * modes.texi (Defining Minor Modes): Fix previous change.
8651         (Font Lock Mode): Simplify.
8652         (Font Lock Basics): Say that font-lock-defaults is buffer-local
8653         when set and that some parts are optional.  Add cross references.
8654         (Search-based Fontification): Say how to specify font-lock-keywords.
8655         Add cross references.  Add font-lock-multiline to index.
8656         Move font-lock-keywords-case-fold-search here from node "Other Font
8657         Lock Variables".  Document font-lock-add-keywords and
8658         font-lock-remove-keywords.
8659         (Other Font Lock Variables): Move font-lock-keywords-only,
8660         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8661         and font-lock-syntactic-face-function to node "Syntactic Font
8662         Lock".  Move font-lock-keywords-case-fold-search to node
8663         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
8664         and font-lock-{,un}fontify-{buffer,region}-function.
8665         (Precalculated Fontification): Remove reference to deleted variable
8666         font-lock-core-only.
8667         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8668         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
8669         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8670         and font-lock-syntactic-face-function here from node "Other Font
8671         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
8672         Syntax Properties".  Add cross references.
8673         (Setting Syntax Properties): New node.
8674         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8675         * syntax.texi (Syntax Properties): Add cross reference.
8676         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8678 2005-04-26  Richard M. Stallman  <rms@gnu.org>
8680         * display.texi (Defining Faces):
8681         Document `default' elements of defface spec.
8683         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8685         * variables.texi (Variable Aliases): Clarify text.
8687 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
8689         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8691 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
8693         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8695 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
8697         * syntax.texi (Syntax Table Internals): Elaborate documentation of
8698         syntax-after and syntax-class.
8700         * files.texi (Changing Files): Fix last change's cross-reference.
8701         (Unique File Names): Don't mention "numbers" in the documentation
8702         of make-temp-file and make-temp-name.
8704 2005-04-23  Richard M. Stallman  <rms@gnu.org>
8706         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8708 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
8710         * windows.texi (Cyclic Window Ordering): Clarify window-list.
8712 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
8714         * variables.texi (Variable Aliases): Describe make-obsolete-variable
8715         and define-obsolete-variable-alias.
8717 2005-04-22  Kim F. Storm  <storm@cua.dk>
8719         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8720         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8722 2005-04-21  Lute Kamstra  <lute@gnu.org>
8724         * lists.texi (Association Lists): Document rassq-delete-all.
8726 2005-04-19  Richard M. Stallman  <rms@gnu.org>
8728         * modes.texi (Search-based Fontification): Explain that
8729         facespec is an expression to be evaluated.
8731 2005-04-19  Kevin Ryde  <user42@zip.com.au>
8733         * streams.texi (Output Functions): Fix xref.
8734         * strings.texi (String Conversion): Fix xref.
8736 2005-04-19  Kim F. Storm  <storm@cua.dk>
8738         * symbols.texi (Symbol Plists): Add safe-get.
8739         Mention that `get' may signal an error.
8741 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
8743         * customize.texi (Variable Definitions): Replace tooltip-mode
8744         example with save-place.
8746 2005-04-17  Richard M. Stallman  <rms@gnu.org>
8748         * buffers.texi (Indirect Buffers): Clarify.
8750         * positions.texi (Positions): Clarify converting marker to integer.
8752         * strings.texi (String Basics): Mention string-match; clarify.
8754 2005-04-08  Lute Kamstra  <lute@gnu.org>
8756         * modes.texi (Search-based Fontification): Fix cross references.
8757         Use consistent terminology.  Document anchored highlighting.
8759 2005-04-05  Lute Kamstra  <lute@gnu.org>
8761         * modes.texi (Defining Minor Modes): Document :group keyword
8762         argument and its default value.
8764 2005-04-03  Lute Kamstra  <lute@gnu.org>
8766         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
8767         references and/or descriptions.  Delete major mode hooks; mention
8768         them as a category instead.  Rename or delete obsolete hooks.
8770 2005-04-02  Richard M. Stallman  <rms@gnu.org>
8772         * nonascii.texi (Coding System Basics): Another wording cleanup.
8774 2005-04-01  Richard M. Stallman  <rms@gnu.org>
8776         * nonascii.texi (Coding System Basics): Clarify previous change.
8778 2005-04-01  Kenichi Handa  <handa@m17n.org>
8780         * nonascii.texi (Coding System Basics): Describe about roundtrip
8781         identity of coding systems.
8783 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
8785         * text.texi (Buffer Contents): Add filter-buffer-substring and
8786         buffer-substring-filters.
8788 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
8790         * anti.texi (Antinews): Mention `G' interactive code.
8792         * tips.texi (Compilation Tips): Mention benchmark.el.
8794 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
8796         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8797         is now bound to M-o M-o.
8799         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8801 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8803         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8804         in the Emacs Manual).
8805         * Makefile.in (srcs): Remove calendar.texi.
8806         * makefile.w32-in (srcs): Remove calendar.texi.
8807         * display.texi (Display): Change name of next node.
8808         * os.texi (System In): Change name of previous node.
8809         * elisp.texi (Top): Remove Calendar references.
8810         * vol1.texi (Top): Remove Calendar references.
8811         * vol2.texi (Top): Remove Calendar references.
8813 2005-03-25  Richard M. Stallman  <rms@gnu.org>
8815         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8816         Cleanup previous change.
8818 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
8820         * display.texi (Face Attributes): Faces earlier in an :inherit
8821         list take precedence.
8822         (Scroll Bars): Fix description of vertical-scroll-bars.
8823         Document frame-current-scroll-bars and window-current-scroll-bars.
8825         * markers.texi (The Mark): Document temporary Transient Mark mode.
8827         * minibuf.texi (Reading File Names):
8828         Document read-file-name-completion-ignore-case.
8830         * positions.texi (Screen Lines): Document nil for width argument
8831         to compute-motion.
8833 2005-03-23  Kim F. Storm  <storm@cua.dk>
8835         * display.texi (Standard Faces): Other faces used in the fringe
8836         implicitly inherits from the fringe face.
8837         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8838         properties implicitly inherits from fringe face.
8839         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8841 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
8843         * display.texi (Invisible Text): State default value of
8844         line-move-ignore-invisible.
8845         (Managing Overlays): Document remove-overlays.
8846         (Standard Faces): Document escape-glyph face.
8848         * minibuf.texi (Reading File Names): Document read-file-name-function.
8850         * modes.texi (Other Font Lock Variables):
8851         Document font-lock-lines-before.
8853         * positions.texi (Skipping Characters): skip-chars-forward allows
8854         character classes.
8856 2005-03-18  Lute Kamstra  <lute@gnu.org>
8858         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8860 2005-03-17  Richard M. Stallman  <rms@gnu.org>
8862         * text.texi (Undo): Document extensible undo entries.
8864         * searching.texi (String Search, Regexp Search): Cleanups.
8866         * nonascii.texi (Character Codes): Minor fix.
8868         * display.texi (Display Property): Explain the significance
8869         of having text properties that are eq.
8870         (Other Display Specs): Explain string as display spec.
8872         * commands.texi (Interactive Codes): Document G option.
8874 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
8876         * text.texi (Filling): Add sentence-end-without-period and
8877         sentence-end-without-space.
8878         (Changing Properties): Minor fix.
8880         * anti.texi: Total rewrite.
8882 2005-03-15  Lute Kamstra  <lute@gnu.org>
8884         * edebug.texi (Instrumenting Macro Calls): Fix typos.
8886 2005-03-08  Kim F. Storm  <storm@cua.dk>
8888         * display.texi (Specified Space): Property :width is support on
8889         non-graphic terminals, :height is not.
8891 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8893         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8894         Now subnodes of Fringes.
8895         (Overlay Arrow): Document overlay-arrow-variable-list.
8896         (Fringe Size/Pos): New node, broken out of Fringes.
8897         (Display): Explain clearing vs redisplay better.
8898         (Truncation): Clarify use of bitmaps.
8899         (The Echo Area): Clarify the uses of the echo area.
8900         Add max-mini-window-height.
8901         (Progress): Clarify.
8902         (Invisible Text): Explain that main loop moves point out.
8903         (Selective Display): Say "hidden", not "invisible".
8904         (Managing Overlays): Move up.  Describe relation to Undo here.
8905         (Overlay Properties): Clarify intro.
8906         (Finding Overlays): Explain return values when nothing found.
8907         (Width): truncate-string-to-width has added arg.
8908         (Displaying Faces): Clarify and update mode line face handling.
8909         (Face Functions): Minor cleanup.
8910         (Conditional Display): Merge into Other Display Specs.
8911         (Pixel Specification, Other Display Specs): Minor cleanups.
8912         (Images, Image Descriptors): Minor cleanups.
8913         (GIF Images): Patents have expired.
8914         (Showing Images): Explain default text for insert-image.
8915         (Manipulating Button Types): Merge into Manipulating Buttons.
8916         (Making Buttons): Explain return values.
8917         (Button Buffer Commands): Add xref.
8918         (Inverse Video): Update mode-line-inverse-video.
8919         (Display Table Format): Clarify.
8920         (Active Display Table): Give defaults for window-display-table.
8922         * calendar.texi (Calendar Customizing): calendar-holiday-marker
8923         and calendar-today-marker are strings, not chars.
8924         (Holiday Customizing): Minor fix.
8926         * internals.texi (Writing Emacs Primitives): Update `or' example.
8927         Update limit on # args of subr.
8929         * edebug.texi (Using Edebug): Arrow is in fringe.
8930         (Instrumenting): Arg to eval-defun works without loading edebug.
8931         (Edebug Execution Modes): Add xref.
8933         * customize.texi (Common Keywords): Clarify :require.
8934         Mention :version here.
8935         (Variable Definitions, Group Definitions): Not here.
8936         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8938 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
8939         * nonascii.texi (Text Representations): Clarify position-bytes.
8940         (Character Sets): Add list-charset-chars.
8941         (Scanning Charsets): Add charset-after.
8942         (Encoding and I/O): Minor fix.
8944 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8946         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8947         (Resizing Windows): Likewise.
8949         * text.texi (Change Hooks): Get rid of "Emacs 21".
8951         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8953         * streams.texi (Output Variables): Get rid of "Emacs 21".
8955         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8957         * os.texi (Translating Input): Replace flow-control example
8958         with a less obsolete example that uses `keyboard-translate'.
8960         * objects.texi (Hash Table Type, Circular Objects):
8961         Get rid of "Emacs 21".
8963         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8964         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8966         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8968         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8970         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8971         (Menu Bar): Fix when menu-bar-update-hook is called.
8973         * hash.texi (Hash Tables): Get rid of "Emacs 21".
8975         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8976         and make it read better.
8978         * files.texi (Writing to Files): Get rid of "Emacs 21".
8979         (Unique File Names): Likewise.
8981         * elisp.texi: Update Emacs version to 22.
8983         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8984         (Overlay Properties, Face Attributes): Likewise.
8985         (Managing Overlays): Fix punctuation.
8986         (Attribute Functions): Clarify set-face-font; get rid of
8987         info about old Emacs versions.
8988         (Auto Faces, Font Lookup, Display Property, Images):
8989         Get rid of "Emacs 21".
8991         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8993 2005-03-05  Richard M. Stallman  <rms@gnu.org>
8995         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8997 2005-03-04  Lute Kamstra  <lute@gnu.org>
8999         * debugging.texi (Error Debugging): Document stack-trace-on-error.
9001 2005-03-03  Lute Kamstra  <lute@gnu.org>
9003         * edebug.texi (Instrumenting Macro Calls): Fix typo.
9005 2005-03-01  Lute Kamstra  <lute@gnu.org>
9007         * debugging.texi (Debugger Commands): Update `j'.
9009 2005-02-28  Lute Kamstra  <lute@gnu.org>
9011         * debugging.texi (Debugging): Fix typo.
9012         (Error Debugging): Document eval-expression-debug-on-error.
9013         (Function Debugging): Update example.
9014         (Using Debugger): Mention starred stack frames.
9015         (Debugger Commands): Document `j' and `l'.
9016         (Invoking the Debugger): `d' and `j' exit recursive edit too.
9017         Update the messages that the debugger displays.
9018         (Internals of Debugger): Add cross reference.  Update example.
9019         (Excess Open): Minor improvement.
9020         (Excess Close): Minor improvement.
9022 2005-02-26  Richard M. Stallman  <rms@gnu.org>
9024         * tips.texi (Coding Conventions): Clarify.
9025         Put all the major mode key reservations together.
9026         Mention the Mouse-1 => Mouse-2 conventions.
9028         * syntax.texi (Syntax Class Table): Clarify.
9029         (Syntax Table Functions): syntax-after moved from here.
9030         (Syntax Table Internals): syntax-after moved to here.
9031         (Parsing Expressions): Update info on number of values
9032         and what's meaningful in the STATE argument.
9033         (Categories): Fix typo.
9035         * sequences.texi (Arrays): Cleanup.
9036         (Char-Tables): Clarify.
9038         * processes.texi (Deleting Processes): Cleanups, add xref.
9039         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
9040         (Process Information): set-process-coding-system, some args optional.
9041         (Input to Processes): Explain various types for PROCESS args.
9042         Rename them from PROCESS-NAME to PROCESS.
9043         (Signals to Processes): Likewise.
9044         (Decoding Output): Cleanup.
9045         (Query Before Exit): Clarify.
9047         * os.texi (Startup Summary): Correct the options; add missing ones.
9048         (Terminal Output, Batch Mode): Clarify.
9049         (Flow Control): Node deleted.
9051         * markers.texi (The Mark): Clarify.
9053         * macros.texi (Expansion): Cleanup.
9054         (Indenting Macros): indent-spec allows ints, not floats.
9056         * keymaps.texi (Keymaps): Clarify.
9057         (Format of Keymaps): Update lisp-mode-map example.
9058         (Active Keymaps, Key Lookup): Clarify.
9059         (Changing Key Bindings): Add xref to `kbd'.
9060         (Key Binding Commands, Simple Menu Items): Clarify.
9061         (Mouse Menus, Menu Bar): Clarify.
9062         (Menu Example): Replace print example with menu-bar-replace-menu.
9064         * help.texi (Documentation Basics): Add function-documentation prop.
9066         * elisp.texi (Top): Don't refer to Flow Control node.
9068         * commands.texi (Command Overview): Improve xrefs.
9069         (Adjusting Point): Adjusting point applies to intangible and invis.
9070         (Key Sequence Input): Doc extra read-key-sequence args.
9071         Likewise for read-key-sequence-vector.
9073         * backups.texi (Rename or Copy): Minor fix.
9074         (Numbered Backups): For version-control, say the default.
9075         (Auto-Saving): make-auto-save-file-name example is simplified.
9077         * advice.texi (Advising Functions): Don't imply one part of Emacs
9078         should advise another part.  Markup changes.
9079         (Defining Advice): Move transitional para.
9080         (Activation of Advice): Cleanup.
9081         Explain if COMPILE is nil or negative.
9083         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9085 2005-02-24  Lute Kamstra  <lute@gnu.org>
9087         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9088         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9090 2005-02-23  Lute Kamstra  <lute@gnu.org>
9092         * modes.texi (Defining Minor Modes): define-minor-mode can be used
9093         to define global minor modes as well.
9095         * display.texi (Managing Overlays): overlay-buffer returns nil for
9096         deleted overlays.
9098 2005-02-22  Kim F. Storm  <storm@cua.dk>
9100         * minibuf.texi (Basic Completion): Allow symbols in addition to
9101         strings in try-completion and all-completions.
9103 2005-02-14  Lute Kamstra  <lute@gnu.org>
9105         * elisp.texi (Top): Remove reference to deleted node.
9107         * lists.texi (Lists): Remove reference to deleted node.
9108         (Cons Cells): Fix typo.
9110         * loading.texi (Where Defined): Fix typo.
9112 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9114         * variables.texi (Creating Buffer-Local): change-major-mode-hook
9115         is useful for discarding some minor modes.
9117         * symbols.texi (Symbol Components): Reorder examples.
9119         * streams.texi (Input Functions): State standard-input default.
9120         (Output Variables): State standard-output default.
9122         * objects.texi (Printed Representation): Clarify read syntax vs print.
9123         (Floating Point Type): Explain meaning better.
9124         (Symbol Type): Explain uniqueness better.
9125         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
9126         List examples sooner.
9127         (Box Diagrams): New subnode broken out.
9128         Some examples moved from old Lists as Boxes node.
9129         (Dotted Pair Notation): Clarify intro.
9130         (Array Type): Clarify.
9131         (Type Predicates): Add hash-table-p.
9133         * numbers.texi (Integer Basics): Clarify radix explanation.
9134         (Predicates on Numbers): Minor clarification.
9135         (Comparison of Numbers): Minor clarification.  Clarify eql.
9136         Typos in min, max.
9137         (Math Functions): Clarify overflow in expt.
9139         * minibuf.texi (Text from Minibuffer): Minor clarification.
9140         Mention arrow keys.
9142         * loading.texi (Autoload): defun's doc string overrides autoload's
9143         doc string.
9144         (Repeated Loading): Modernize "add to list" examples.
9145         (Where Defined): Finish updating table of load-history elts.
9147         * lists.texi (List-related Predicates): Minor wording improvement.
9148         (Lists as Boxes): Node deleted.
9149         (Building Lists): Explain trivial cases of number-sequence.
9151         * hash.texi (Hash Tables): Add desc to menu items.
9152         (Creating Hash): Explain "full" means "make larger".
9153         (Hash Access): Any object can be a key.
9154         State value of maphash.
9156         * functions.texi (What Is a Function): Wording cleanup.
9157         (Function Documentation): Minor cleanup.
9158         Explain purpose of calling convention at end of doc string.
9159         (Function Names): Wording cleanup.
9160         (Calling Functions): Wording cleanup.
9161         Explain better how funcall calls the function.
9162         (Function Cells): Delete example of saving and redefining function.
9164         * control.texi (Combining Conditions): Wording cleanup.
9165         (Iteration): dolist and dotimes bind VAR locally.
9166         (Cleanups): Xref to Atomic Changes.
9168         * compile.texi (Byte Compilation): Delete 19.29 info.
9169         (Compilation Functions): Macros' difficulties don't affect defsubst.
9170         (Docs and Compilation): Delete 19.29 info.
9172 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9174         * objects.texi (Symbol Type): Minor correction.
9176 2005-02-06  Lute Kamstra  <lute@gnu.org>
9178         * modes.texi (Example Major Modes): Fix typos.
9180 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9182         * text.texi (Margins): fill-nobreak-predicate can be one function.
9184         * strings.texi (Modifying Strings): clear-string can make unibyte.
9185         (Formatting Strings): format gives error if values missing.
9187         * positions.texi (Character Motion): Mention default arg
9188         for forward-char.  backward-char refers to forward-char.
9189         (Word Motion): Mention default arg for forward-word.
9190         (Buffer End Motion): Mention default arg for beginning-of-buffer.
9191         Simplify end-of-buffer.
9192         (Text Lines): Mention default arg for forward-line.
9193         (List Motion): Mention default arg for beginning/end-of-defun.
9194         (Skipping Characters): Minor fixes in explaining character-set.
9196         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9197         Mode inheritance applies only when default-major-mode is nil.
9198         Clarifications.
9199         (Example Major Modes): Update Text mode and Lisp mode examples.
9200         (Minor Mode Conventions): Mention define-minor-mode at top.
9201         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9202         (Mode Line Format): Update mode line face display info.
9203         (Properties in Mode): Mention effect of risky vars.
9204         (Imenu): Define imenu-add-to-menubar.
9205         (Font Lock Mode): Add descriptions to menu lines.
9206         (Faces for Font Lock): Add font-lock-doc-face.
9208 2005-02-05  Lute Kamstra  <lute@gnu.org>
9210         * text.texi (Maintaining Undo): Remove obsolete function.
9212 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9214         * frames.texi (Color Names): Add pointer to the X docs about RGB
9215         color specifications.  Improve indexing.
9216         (Text Terminal Colors): Replace the description of RGB values by
9217         an xref to "Color Names".
9219 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9221         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9222         Clarify.
9223         (Selecting Windows): Clarify save-selected-window.
9224         (Cyclic Window Ordering): Clarify walk-windows.
9225         (Window Point): Clarify.
9226         (Window Start): Add comment to example.
9227         (Resizing Windows): Add `interactive' specs in examples.
9228         Document fit-window-to-buffer.
9230         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9231         (Undo, Maintaining Undo): Clarify last change.
9232         (Sorting): In sort-numeric-fields, explain about octal and hex.
9233         Mention sort-numeric-base.
9234         (Format Properties): Add xref for hard newlines.
9236         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9237         (Pop-Up Menus): Fix typo.
9238         (Color Names): Explain all types of color names.
9239         Explain color-values on B&W terminal.
9240         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
9242         * files.texi (File Locks): Not supported on MS systems.
9243         (Testing Accessibility): Clarify.
9245         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9246         (Coverage Testing): Fix typo.
9248         * commands.texi (Misc Events): Remove stray space.
9250         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9251         (Modification Time): Clarify when visited-file-modtime returns 0.
9252         (The Buffer List): Clarify bury-buffer.
9253         (Killing Buffers): Clarify.
9254         (Indirect Buffers): Add clone-indirect-buffer.
9256 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
9258         * edebug.texi (Printing in Edebug): Fix default value of
9259         edebug-print-circle.
9260         (Coverage Testing): Fix displayed frequency count data.
9262 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
9264         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9266 2005-02-02  Kim F. Storm  <storm@cua.dk>
9268         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9270 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9272         * commands.texi (Misc Events): Describe the help-echo event.
9274         * text.texi (Special Properties) <help-echo>: Use `pos'
9275         consistently in description of the help-echo property.
9276         Use @code{nil} instead of @var{nil}.
9278         * display.texi (Overlay Properties): Fix the index entry for
9279         help-echo overlay property.
9281         * customize.texi (Type Keywords): Uncomment the xref to the
9282         help-echo property documentation.
9284 2005-01-23  Kim F. Storm  <storm@cua.dk>
9286         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9287         return value.  Third element FULLY replaced by PARTIAL which
9288         specifies number of invisible pixels if row is only partially visible.
9289         (Textual Scrolling): Mention auto-window-vscroll.
9290         (Vertical Scrolling): New defvar auto-window-vscroll.
9292 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
9294         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9295         command remapping.
9297 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9299         * display.texi (Defining Images): Mention DATA-P arg of create-image.
9301 2005-01-14  Kim F. Storm  <storm@cua.dk>
9303         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9305         * text.texi (Links and Mouse-1): Fix string and vector item.
9307 2005-01-13  Richard M. Stallman  <rms@gnu.org>
9309         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9310         descriptions of overriding-local-map and overriding-terminal-local-map.
9312         * text.texi (Links and Mouse-1): Clarify text.
9314 2005-01-13  Kim F. Storm  <storm@cua.dk>
9316         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9318 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
9320         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9322 2005-01-12  Kim F. Storm  <storm@cua.dk>
9324         * text.texi (Links and Mouse-1): Rename section from Enabling
9325         Mouse-1 to Following Links.  Change xrefs.
9326         Add examples for define-button-type and define-widget.
9328         * display.texi (Button Properties, Button Buffer Commands):
9329         Clarify mouse-1 and follow-link functionality.
9331 2005-01-12  Richard M. Stallman  <rms@gnu.org>
9333         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9335         * display.texi (Beeping): Fix Texinfo usage.
9337         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9339 2005-01-11  Kim F. Storm  <storm@cua.dk>
9341         * display.texi (Button Properties, Button Buffer Commands):
9342         Mention mouse-1 binding.  Add follow-link keyword.
9344         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9345         (Enabling Mouse-1 to Follow Links): New subsection.
9347 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9349         * text.texi (Special Properties): Minor change.
9351         * os.texi (Timers): Clarify previous change.
9353         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9355 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
9357         * display.texi (Face Attributes): Correct xref to renamed node.
9359 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9361         * display.texi (Face Attributes): Describe hex color specs.
9363 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9365         * os.texi (Timers): Update previous change.
9367 2004-12-30  Kim F. Storm  <storm@cua.dk>
9369         * display.texi (Line Height): Total line-height is now specified
9370         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
9371         in cons cells.  (nil . RATIO) is relative to actual line height.
9372         Use line-height `t' instead of `0' to get minimum height.
9374 2004-12-29  Richard M. Stallman  <rms@gnu.org>
9376         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9378 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9380         * commands.texi (Quitting): Clarify value of with-local-quit.
9382         * elisp.texi (Top): Fix previous change.
9384         * loading.texi (Loading): Fix previous change.
9386 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9388         * Makefile.in (MAKEINFO): Specify --force.
9390         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9392         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9394         * display.texi (Line Height): Further clarify.
9396         * elisp.texi (Top): Update Loading submenu.
9398         * loading.texi (Where Defined): New node.
9399         (Unloading): load-history moved to Where Defined.
9401 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9403         * commands.texi (Event Input Misc): Add while-no-input.
9405 2004-12-11  Richard M. Stallman  <rms@gnu.org>
9407         * display.texi (Line Height): Rewrite text for clarity.
9409 2004-12-11  Kim F. Storm  <storm@cua.dk>
9411         * display.texi (Display): Add node "Line Height" to menu.
9412         (Line Height): New node.  Move full description of line-spacing
9413         and line-height text properties here from text.texi.
9414         (Scroll Bars): Add vertical-scroll-bar variable.
9416         * frames.texi (Window Frame Parameters): Remove line-height defvar.
9418         * locals.texi (Standard Buffer-Local Variables): Fix xref for
9419         line-spacing and vertical-scroll-bar.
9421         * text.texi (Special Properties): Just mention line-spacing and
9422         line-height here, add xref to new "Line Height" node.
9424 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
9426         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9428         * locals.texi (Standard Buffer-Local Variables):
9429         Add @xref for `line-spacing'.
9431 2004-12-05  Richard M. Stallman  <rms@gnu.org>
9433         * Makefile.in (maintainer-clean): Remove the info files
9434         in $(infodir) where they are created.
9436 2004-12-03  Richard M. Stallman  <rms@gnu.org>
9438         * windows.texi (Selecting Windows): get-lru-window and
9439         get-largest-window don't consider dedicated windows.
9441         * text.texi (Undo): Document undo-in-progress.
9443 2004-11-26  Richard M. Stallman  <rms@gnu.org>
9445         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9446         Remove a few vars that are not always buffer-local.
9448 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
9450         * locals.texi (Standard Buffer-Local Variables): Comment out
9451         xref's to non-existent node `Yet to be written'.
9453 2004-11-24  Richard M. Stallman  <rms@gnu.org>
9455         * processes.texi (Synchronous Processes): Grammar fix.
9457         * numbers.texi (Comparison of Numbers): Add eql.
9459         * locals.texi (Standard Buffer-Local Variables): Add many vars.
9461         * intro.texi (Printing Notation): Fix previous change.
9463         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9464         and default-indicate-buffer-boundaries from here.
9465         (Usual Display): To here.
9466         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9467         (Usual Display): Move tab-width up.
9469         * customize.texi (Variable Definitions):
9470         Replace show-paren-mode example with tooltip-mode.
9471         (Simple Types, Composite Types, Defining New Types):
9472         Minor cleanups.
9474 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
9476         * processes.texi (Synchronous Processes, Output from Processes):
9477         Markup fix.
9479 2004-11-20  Richard M. Stallman  <rms@gnu.org>
9481         * positions.texi (Skipping Characters): skip-chars-forward
9482         now handles char classes.
9484         * intro.texi (Printing Notation): Avoid confusion of `print'
9485         when explaining @print.
9487         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9489         * display.texi (Display Table Format): Minor fix.
9491         * streams.texi (Output Functions): Fix print example.
9493         * Makefile.in (elisp): New target.
9494         (dist): Depend on $(infodir)/elisp, not elisp.
9495         Copy the info files from $(infodir).
9497         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9498         read-from-minibuffer.
9500         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9502 2004-11-19  Richard M. Stallman  <rms@gnu.org>
9504         * searching.texi (Regexp Search): Add search-whitespace-regexp.
9506 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
9508         * tips.texi (Coding Conventions): Fix typo.
9510 2004-11-16  Richard M. Stallman  <rms@gnu.org>
9512         * tips.texi (Coding Conventions): Separate defvar and require
9513         methods to avoid warnings.  Use require only when there are many
9514         functions and variables from that package.
9516         * minibuf.texi (Minibuffer Completion): When ignoring case,
9517         predicate must not be case-sensitive.
9519         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9520         (Test Coverage): Don't talk about "splotches".  Clarified.
9522 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
9524         * frames.texi (Window Frame Parameters): Fix typo.
9526 2004-11-15  Kim F. Storm  <storm@cua.dk>
9528         * symbols.texi (Other Plists): Note that plist-get may signal error.
9529         Add safe-plist-get.
9531 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
9533         * modes.texi (Font Lock Basics): Fix typo.
9535 2004-11-08  Richard M. Stallman  <rms@gnu.org>
9537         * syntax.texi (Syntax Table Functions): Add syntax-after.
9539 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
9541         * os.texi (Processor Run Time): New section documenting
9542         get-internal-run-time.
9544 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
9546         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9547         it nukes elisp-cover.texi.
9548         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9549         elisp-0 etc.
9551 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
9553         * commands.texi (Keyboard Macros): Document `append' return value
9554         of `defining-kbd-macro'.
9556 2004-11-01  Richard M. Stallman  <rms@gnu.org>
9558         * commands.texi (Interactive Call): Add called-interactively-p.
9560 2004-10-29  Simon Josefsson  <jas@extundo.com>
9562         * minibuf.texi (Reading a Password): Revert.
9564 2004-10-28  Richard M. Stallman  <rms@gnu.org>
9566         * frames.texi (Display Feature Testing): Explain about "vendor".
9568 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9570         * commands.texi (Interactive Codes): `N' uses numeric prefix,
9571         not raw.  Clarify `n'.
9572         (Interactive Call): Rewrite interactive-p, focusing on when
9573         and how to use it.
9574         (Misc Events): Clarify previous change.
9576         * advice.texi (Simple Advice): Clarify what job the example does.
9577         (Around-Advice): Clarify ad-do-it.
9578         (Activation of Advice): An option of ad-default-compilation-action
9579         is `never', not `nil'.
9581 2004-10-26  Kim F. Storm  <storm@cua.dk>
9583         * commands.texi (Interactive Codes): Add U code letter.
9585 2004-10-25  Simon Josefsson  <jas@extundo.com>
9587         * minibuf.texi (Reading a Password): Add.
9589 2004-10-24  Jason Rumney  <jasonr@gnu.org>
9591         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
9592         and wheel-down.
9594 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
9596         * processes.texi (Synchronous Processes): Document process-file.
9598 2004-10-22  Kenichi Handa  <handa@m17n.org>
9600         * text.texi (translate-region): Document that it accepts also a
9601         char-table.
9603 2004-10-22  David Ponce  <david@dponce.com>
9605         * windows.texi (Resizing Windows): Document the `preserve-before'
9606         argument of the functions `enlarge-window' and `shrink-window'.
9608 2004-10-19  Jason Rumney  <jasonr@gnu.org>
9610         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9612 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9614         * text.texi (Filling): Add anchor for definition of
9615         `sentence-end-double-space'.
9617         * searching.texi (Regexp Example): Update description of how
9618         Emacs currently recognizes the end of a sentence.
9619         (Standard Regexps): Update definition of the variable
9620         `sentence-end'.  Add definition of the function `sentence-end'.
9622 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
9624         * display.texi (Progress): New node.
9626 2004-10-05  Kim F. Storm  <storm@cua.dk>
9628         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9630 2004-09-29  Kim F. Storm  <storm@cua.dk>
9632         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9633         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
9634         fringe bitmap symbols, as they now have their own namespace.
9635         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9636         vs. pixels.  Signal error if no free bitmap slots.
9637         (Pixel Specification): Change IMAGE to @var{image}.
9639 2004-09-28  Richard M. Stallman  <rms@gnu.org>
9641         * text.texi (Special Properties): Clarify line-spacing and line-height.
9643         * searching.texi (Regexp Search): Add looking-back.
9645 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
9647         * display.texi: Correct typos.
9648         (Image Descriptors): Correct xref's.
9650 2004-09-25  Richard M. Stallman  <rms@gnu.org>
9652         * text.texi (Special Properties): Cleanups in `cursor'.
9653         Rewrites in `line-height' and `line-spacing'; exchange them.
9655         * display.texi (Fringes): Rewrite previous change.
9656         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
9657         (Display Fringe Bitmaps): Node deleted, text moved.
9658         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
9659         (Scroll Bars): Clarify set-window-scroll-bars.
9660         (Pointer Shape): Rewrite.
9661         (Specified Space): Clarify :align-to, etc.
9662         (Pixel Specification): Use @var.  Clarify new text.
9663         (Other Display Specs): Clarify `slice'.
9664         (Image Descriptors): Cleanups.
9665         (Showing Images): Cleanups.
9667 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
9669         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9671         * modes.texi: Various minor changes in addition to:
9672         (Major Mode Conventions): Final call to `run-mode-hooks' should
9673         not be inside the `delay-mode-hooks' form.
9674         (Mode Hooks): New node.
9675         (Hooks): Delete obsolete example.
9676         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9677         node "Mode Hooks".
9679 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
9681         * display.texi: Correct various typos.
9682         (Display): Rename node "Pointer Shapes" to "Pointer
9683         Shape".  (There is already a node called "Pointer Shapes" in
9684         frames.texi.)
9685         (Images): Remove non-existent node "Image Slices" from menu.
9687 2004-09-23  Kim F. Storm  <storm@cua.dk>
9689         * text.texi (Special Properties): Add `cursor', `pointer',
9690         `line-height', and `line-spacing' properties.
9692         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9693         Shapes' to menu.
9694         (Standard Faces): Doc fix for fringe face.
9695         (Fringes): Add `overflow-newline-into-fringe' and
9696         'indicate-buffer-boundaries'.
9697         (Fringe Bitmaps, Pointer Shapes): New nodes.
9698         (Display Property): Add 'Pixel Specification' and 'Display Fringe
9699         Bitmaps' to menu.
9700         (Specified Space): Describe pixel width and height.
9701         (Pixel Specification): New node.
9702         (Other Display Specs): Add `slice' property.
9703         (Display Fringe Bitmaps): New node.
9704         (Images): Add 'Image Slices' to menu.
9705         (Image Descriptors): Add `:pointer' and `:map' properties.
9706         (Showing Images): Add slice arg to `insert-image'.
9707         Add 'insert-sliced-image'.
9709 2004-09-20  Richard M. Stallman  <rms@gnu.org>
9711         * commands.texi (Key Sequence Input):
9712         Clarify downcasing in read-key-sequence.
9714 2004-09-08  Juri Linkov  <juri@jurta.org>
9716         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9718 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
9720         * locals.texi (Standard Buffer-Local Variables):
9721         Add `buffer-auto-save-file-format'.
9722         * internals.texi (Buffer Internals): Describe new
9723         auto_save_file_format field of the buffer structure.
9724         * files.texi (Format Conversion): `auto-save-file-format' has been
9725         renamed `buffer-auto-save-file-format'.
9727 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
9729         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9730         an integer or a marker.
9731         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9733 2004-08-22  Richard M. Stallman  <rms@gnu.org>
9735         * modes.texi (Major Mode Conventions): Discuss rebinding of
9736         standard key bindings.
9738 2004-08-18  Kim F. Storm  <storm@cua.dk>
9740         * processes.texi (Accepting Output): Add `just-this-one' arg to
9741         `accept-process-output'.
9742         (Output from Processes): New var `process-adaptive-read-buffering'.
9744 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
9746         * keymaps.texi: Various changes in addition to:
9747         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9748         Give more varied examples for `kbd'.
9749         (Creating Keymaps): Char tables have slots for all characters
9750         without modifiers.
9751         (Active Keymaps): `overriding-local-map' and
9752         `overriding-terminal-local-map' also override text property and
9753         overlay keymaps.
9754         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9755         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9756         to denote a prefix of no events.
9757         `map-keymap' includes parent's bindings _recursively_.
9758         Clarify and correct description of `where-is-internal'.
9759         Mention BUFFER-OR-NAME arg to `describe-bindings'.
9760         (Menu Example): For menus intended for use with the keyboard, the
9761         menu items should be bound to characters or real function keys.
9763 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9765         * objects.texi (Character Type): Reposition `@anchor' to prevent
9766         double space inside sentence in Info.
9768         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9769         renamed to `disabled-command-function'.
9770         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9771         (Command Loop Info): Replace reference to it.
9772         (Disabling Commands): `disabled-command-hook' has been renamed to
9773         `disabled-command-function'.
9775 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
9777         * os.texi (Translating Input): Only non-prefix bindings in
9778         `key-translation-map' override actual key bindings.  Warn about
9779         possible indirect effect of actual key bindings on non-prefix
9780         bindings in `key-translation-map'.
9782 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9784         * minibuf.texi (High-Level Completion): Add anchor for definition
9785         of `read-variable'.
9787         * commands.texi: Various changes in addition to:
9788         (Using Interactive): Clarify description of `interactive-form'.
9789         (Interactive Call): Mention default for KEYS argument to
9790         `call-interactively'.
9791         (Command Loop Info): Clarify description of `this-command-keys'.
9792         Mention KEEP-RECORD argument to `clear-this-command-keys'.
9793         Value of `last-event-frame' can be `macro'.
9794         (Repeat Events): `double-click-fuzz' is also used to distinguish
9795         clicks and drags.
9796         (Classifying Events): Clarify descriptions of `event-modifiers'
9797         `event-basic-type' and `event-convert-list'.
9798         (Accessing Events): `posn-timestamp' takes POSITION argument.
9799         (Quoted Character Input): Clarify description of
9800         `read-quoted-char' and fix example.
9801         (Quitting): Add `with-local-quit'.
9802         (Disabling Commands): Correct and clarify descriptions of
9803         `enable-command' and `disable-command'.
9804         Mention what happens if `disabled-command-hook' is nil.
9805         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9806         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9808 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
9810         * frames.texi: Various changes in addition to:
9811         (Creating Frames): Expand and clarify description of `make-frame'.
9812         (Window Frame Parameters): Either none or both of the `icon-left'
9813         and `icon-top' parameters must be specified.  Put descriptions of
9814         `menu-bar-lines' and `toolbar-lines' closer together and change
9815         them accordingly.
9816         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9817         except while processing `frame-title-format' or `icon-title-format'.
9818         (Deleting Frames): Correct description of `delete-frame'.
9819         Non-nil return values of `frame-live-p' are like those of `framep'.
9820         (Frames and Windows): Mention return value of
9821         `set-frame-selected-window'.
9822         (Visibility of Frames): Mention `force' argument to
9823         `make-frame-invisible'.  `frame-visible-p' returns t for all
9824         frames on text-only terminals.
9825         (Frame Configurations): Restoring a frame configuration does not
9826         restore deleted frames.
9827         (Window System Selections): `x-set-selection' returns DATA.
9828         (Resources): Add example.
9829         (Display Feature Testing): Clarify descriptions of
9830         `display-pixel-height', `display-pixel-width', `x-server-version'
9831         and `x-server-vendor'.
9833         * windows.texi (Choosing Window): Add anchor.
9834         * minibuf.texi (Minibuffer Misc): Add anchor.
9836 2004-07-23  John Paul Wallington  <jpw@gnu.org>
9838         * macros.texi (Defining Macros): Declaration keyword for setting
9839         Edebug spec is `debug' not `edebug'.
9841 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
9843         * windows.texi: Various small changes in addition to:
9844         (Window Point): Mention return value of `set-window-point'.
9845         (Window Start): `pos-visible-in-window-p' disregards horizontal
9846         scrolling.  Explain return value if PARTIALLY is non-nil.
9847         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9848         and `set-window-vscroll'.
9849         (Size of Window): The argument WINDOW to `window-inside-edges',
9850         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9851         (Resizing Windows): Explain return value of
9852         `shrink-window-if-larger-than-buffer'.
9853         `window-size-fixed' automatically becomes buffer local when set.
9854         (Window Configurations): Explain return value of
9855         `set-window-configuration'.
9857         * minibuf.texi (Minibuffer Misc): Add anchor for
9858         `minibuffer-scroll-window'.
9860         * positions.texi (Text Lines): Add anchor for `count-lines'.
9862 2004-07-17  Richard M. Stallman  <rms@gnu.org>
9864         * display.texi (Overlay Properties): Adding `evaporate' prop
9865         deletes empty overlay immediately.
9867         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9868         fix example.
9870 2004-07-16  Jim Blandy  <jimb@redhat.com>
9872         * searching.texi (Regexp Backslash): Document new \_< and \_>
9873         operators.
9875 2004-07-16  Juanma Barranquero  <lektu@terra.es>
9877         * display.texi (Images): Fix Texinfo usage.
9879 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
9881         * buffers.texi (Modification Time): `visited-file-modtime' now
9882         returns a list of two integers, instead of a cons.
9884 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9886         * windows.texi: Various changes in addition to:
9887         (Splitting Windows): Add `split-window-keep-point'.
9889 2004-07-09  Richard M. Stallman  <rms@gnu.org>
9891         * frames.texi (Input Focus): Minor fix.
9893 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
9895         * frames.texi (Input Focus): Clarify descriptions of
9896         `select-frame-set-input-focus' and `select-frame'.
9898 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
9900         * os.texi: Various small changes in addition to:
9901         (Killing Emacs): Expand and clarify description of
9902         `kill-emacs-query-functions' and `kill-emacs-hook'.
9903         (System Environment): Expand and clarify description of `getenv'
9904         and `setenv'.
9905         (Timers): Clarify description of `run-at-time'.
9906         (Translating Input): Correct description of
9907         `extra-keyboard-modifiers'.
9908         (Flow Control): Correct description of `enable-flow-control'.
9910 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
9912         * os.texi: Update copyright.
9913         (Session Management): Grammar fix.
9914         Clarify which Emacs does the restarting.
9915         Use @samp for *scratch* buffer.
9917 2004-07-04  Alan Mackenzie  <acm@muc.de>
9919         * frames.texi (Input Focus): Add documentation for
9920         `select-frame-set-input-focus'.  Replace refs to non-existent
9921         `switch-frame' with `select-frame'.  Minor corrections and tidying
9922         up of text-only terminal stuff.
9924 2004-07-02  Richard M. Stallman  <rms@gnu.org>
9926         * files.texi (Saving Buffers): Cleanup write-contents-function.
9927         (Magic File Names): Cleanup file-remote-p.
9929 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
9931         * files.texi (Magic File Names): `file-remote-p' returns an
9932         identifier of the remote system, not just t.
9934 2004-07-02  David Kastrup  <dak@gnu.org>
9936         * searching.texi (Entire Match Data): Add explanation about new
9937         match-data behavior when @var{integers} is non-nil.
9939 2004-06-24  Richard M. Stallman  <rms@gnu.org>
9941         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9943         * customize.texi (Variable Definitions): Note about doc strings
9944         and :set.
9946         * keymaps.texi (Keymap Terminology): Document `kbd'.
9947         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9949         * display.texi (Invisible Text): Setting buffer-invisibility-spec
9950         makes it buffer-local.
9952         * files.texi (Saving Buffers): Correct previous change.
9954         * commands.texi (Accessing Events):
9955         Clarify posn-col-row and posn-actual-col-row.
9957 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
9959         * commands.texi (Accessing Events): New functions
9960         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
9962 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
9964         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9965         * frames.texi, buffers.texi, backups.texi, variables.texi:
9966         * loading.texi, eval.texi, functions.texi, control.texi:
9967         * symbols.texi, minibuf.texi: Reposition @anchor's.
9969         * help.texi: Various small changes in addition to the following.
9970         (Describing Characters): Describe PREFIX argument to
9971         `key-description'.  Correct and clarify definition of
9972         `text-char-description'.  Describe NEED-VECTOR argument to
9973         `read-kbd-macro'.
9974         (Help Functions): Clarify definition of `apropos'.
9976 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
9978         * files.texi (Saving Buffers): Correct description of
9979         `write-contents-functions'.
9981 2004-06-21  Juanma Barranquero  <lektu@terra.es>
9983         * display.texi (Images): Remove redundant @vindex directives.
9984         Rewrite `image-library-alist' doc in active voice.
9986 2004-06-14  Juanma Barranquero  <lektu@terra.es>
9988         * display.texi (Images): Document new delayed library loading,
9989         variable `image-library-alist' and (existing but undocumented)
9990         function `image-type-available-p'.
9992 2004-06-05  Richard M. Stallman  <rms@gnu.org>
9994         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9995         refer the user to the Initial Input node.
9996         (Text from Minibuffer): Likewise.
9997         (Initial Input): New node.  Document this feature
9998         and say it is mostly deprecated.
10000 2004-05-30  Richard M. Stallman  <rms@gnu.org>
10002         * loading.texi (Named Features): Clarify return value
10003         and meaning of NOERROR.
10005         * variables.texi (File Local Variables): Minor cleanup.
10007 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
10009         * files.texi (Magic File Names): Add `file-remote-p' as operation
10010         of file name handlers.
10012 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10014         * modes.texi (Minor Mode Conventions): (-) has no special meaning
10015         as arg to a minor mode command.
10017 2004-05-22  Richard M. Stallman  <rms@gnu.org>
10019         * syntax.texi (Syntax Class Table): Word syntax not just for English.
10021         * streams.texi (Output Variables): Doc float-output-format.
10023         * searching.texi (Regexp Special): Nested repetition can be infloop.
10025         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10026         real stack overflow.
10028         * compile.texi: Minor cleanups.
10030 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
10032         * lists.texi (Cons Cells): Explain dotted lists, true lists,
10033         circular lists.
10034         (List Elements): Explain handling of circular and dotted lists.
10036 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
10038         * modes.texi (Search-based Fontification): Fix typo.
10040 2004-05-10  Juanma Barranquero  <lektu@terra.es>
10042         * modes.texi (Mode Line Variables): Fix description of
10043         global-mode-string, which is now after which-func-mode, not the
10044         buffer name.
10046 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10048         * modes.texi (Desktop Save Mode): Add.
10049         (Modes): Add menu entry Desktop Save Mode.
10051         * hooks.texi: Add desktop-after-read-hook,
10052         desktop-no-desktop-file-hook and desktop-save-hook.
10054         * locals.texi: Add desktop-save-buffer.
10056 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
10058         * display.texi: emacs -> Emacs.
10060 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10062         * files.texi (Changing Files): Document set-file-times.
10064 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10066         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10068 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
10070         * tips.texi (Coding Conventions): defopt -> defcustom.
10072 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
10074         * sequences.texi: Various clarifications.
10076 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
10078         * buffers.texi (Read Only Buffers): Mention optional ARG to
10079         `toggle-read-only'.
10081 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
10083         * windows.texi (Selecting Windows): Note that get-lru-window
10084         returns a full-width window if possible.
10086 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
10088         * buffers.texi: Various changes in addition to:
10089         (Buffer File Name): Add `find-buffer-visiting'.
10090         (Buffer Modification): Mention optional ARG to `not-modified'.
10091         (Indirect Buffers): Mention optional CLONE argument to
10092         `make-indirect-buffer'.
10094         * files.texi: Various changes in addition to:
10095         (Visiting Functions): `find-file-hook' is now a normal hook.
10096         (File Name Expansion): Explain difference between the way that
10097         `expand-file-name' and `file-truename' treat `..'.
10098         (Contents of Directories): Mention optional ID-FORMAT argument to
10099         `directory-files-and-attributes'.
10100         (Format Conversion): Mention new optional CONFIRM argument to
10101         `format-write-file'.
10103 2004-04-12  Miles Bader  <miles@gnu.org>
10105         * macros.texi (Expansion): Add description of `macroexpand-all'.
10107 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10109         * variables.texi (Variable Aliases):
10110         Mention cyclic-variable-indirection.
10112         * errors.texi (Standard Errors): Ditto.
10114 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10116         * backups.texi: Various small changes in addition to:
10117         (Making Backups): Mention return value of `backup-buffer'.
10118         (Auto-Saving): Mention optional FORCE argument to
10119         `delete-auto-save-file-if-necessary'.
10120         (Reverting): Mention optional PRESERVE-MODES argument to
10121         `revert-buffer'.  Correct description of `revert-buffer-function'.
10123 2004-03-22  Juri Linkov  <juri@jurta.org>
10125         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10126         with `Vector Functions'.
10128         * text.texi (Sorting): Add missing quote.
10130 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
10132         * intro.texi (Lisp History): Replace xref to `cl' manual with
10133         inforef.
10135 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10137         * intro.texi (Version Info): Add arg to emacs-version.
10138         (Lisp History): Change xref to CL manual.
10140 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
10142         * minibuf.texi (Completion Commands): Add xref to Emacs manual
10143         for Partial Completion mode.
10145 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
10147         * customize.texi: Fix typo.  Remove eol whitespace.
10149 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10151         * processes.texi: Fix typos.
10153         * lists.texi (Building Lists): Minor clarification.
10155         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10156         in make-hash-table.
10158 2004-02-29  Juanma Barranquero  <lektu@terra.es>
10160         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10161         rm, and ignore exit code.
10163 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10165         * display.texi (Defining Faces): Add description for min-colors.
10166         Update example.
10168 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10170         * abbrevs.texi: Various corrections and clarifications in addition
10171         to the following:
10172         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10174 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10176         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10178 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
10180         * text.texi: Various small changes in addition to the following:
10181         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10182         to delete-horizontal-space.
10183         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10184         description of yank-handler text property at various places.
10186         * frames.texi (Window System Selections): Add anchor.
10188         * syntax.texi (Syntax Table Functions): Clarify and correct
10189         descriptions of make-syntax-table and copy-syntax-table.
10190         (Motion and Syntax): Clarify SYNTAXES argument to
10191         skip-syntax-forward.
10192         (Parsing Expressions): Mention that the return value of
10193         parse-partial-sexp is currently a list of ten rather than nine
10194         elements.
10195         (Categories): Various corrections and clarifications.
10197 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10199         * markers.texi (Marker Insertion Types): Minor change.
10201         * locals.texi (Standard Buffer-Local Variables):
10202         * commands.texi (Interactive Codes, Using Interactive):
10203         * functions.texi (Related Topics): Fix xrefs.
10205 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10207         * lists.texi (Sets And Lists): Update description of delete-dups.
10209 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10211         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10213 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
10215         * frames.texi (Parameter Access): frame-parameters arg is optional.
10216         modify-frame-parameters handles nil for FRAME.
10217         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10218         are all-or-nothing for certain toolkits.
10219         Mention parameter wait-for-wm.
10220         (Frames and Windows): In frame-first-window and frame-selected-window
10221         the arg is optional.
10222         (Input Focus): In redirect-frame-focus the second arg is optional.
10223         (Window System Selections): Mention selection type CLIPBOARD.
10224         Mention data-type UTF8_STRING.
10225         Mention numbering of cut buffers.
10226         (Resources): Describe x-resource-name.
10228 2004-02-16  Richard M. Stallman  <rms@gnu.org>
10230         * windows.texi (Buffers and Windows): Delete false table
10231         about all-frames.
10233         * syntax.texi (Parsing Expressions): Delete old caveat
10234         about parse-sexp-ignore-comments.
10236         * streams.texi (Output Variables): Add print-quoted.
10238         * lists.texi (Building Lists): Minor cleanup.
10240         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10242         * display.texi (Overlays): Explain overlays use markers.
10243         (Managing Overlays): Explain front-advance and rear-advance
10244         in more detail.
10246         * loading.texi (Unloading): Document unload-feature-special-hooks.
10247         Get rid of fns-NNN.el file.
10249 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10251         * help.texi (Describing Characters): Fix text-char-description
10252         example output.
10254         * edebug.texi (Using Edebug): Fix example.
10256         * debugging.texi (Internals of Debugger): Fix return value.
10258         * files.texi (Changing Files): Fix argname.
10260         * calendar.texi: Fix parens, and default values.
10262         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10263         * nonascii.texi, objects.texi, os.texi: Minor fixes.
10264         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10266         * positions.texi (Text Lines): Don't add -1 in current-line.
10268 2004-02-16  Richard M. Stallman  <rms@gnu.org>
10270         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10272 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10274         * processes.texi (Low-Level Network): Fix a typo.
10276 2004-02-12  Kim F. Storm  <storm@cua.dk>
10278         * display.texi (Fringes): Use consistent wording.
10279         Note that window-fringe's window arg is optional.
10280         (Scroll Bars): Use consistent wording.
10282 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
10284         * tips.texi (Comment Tips): Document the new conventions for
10285         commenting out code.
10287 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
10289         * positions.texi (Text Lines): Add missing end defun.
10291 2004-02-07  Kim F. Storm  <storm@cua.dk>
10293         * positions.texi (Text Lines): Add line-number-at-pos.
10295 2004-02-06  John Paul Wallington  <jpw@gnu.org>
10297         * display.texi (Button Properties, Button Buffer Commands):
10298         mouse-2 invokes button, not down-mouse-1.
10300 2004-02-04  Jason Rumney  <jasonr@gnu.org>
10302         * makefile.w32-in: Sync with Makefile.in changes.
10304 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
10306         * minibuf.texi (Text from Minibuffer): Various corrections and
10307         clarifications.
10308         (Object from Minibuffer): Correct Lisp description of
10309         read-minibuffer.
10310         (Minibuffer History): Clarify description of cons values for
10311         HISTORY arguments.
10312         (Basic Completion): Various corrections and clarifications.
10313         Add completion-regexp-list.
10314         (Minibuffer Completion): Correct and clarify description of
10315         completing-read.
10316         (Completion Commands): Mention Partial Completion mode.
10317         Various other minor changes.
10318         (High-Level Completion): Various corrections and clarifications.
10319         (Reading File Names): Ditto.
10320         (Minibuffer Misc): Ditto.
10322 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
10324         * strings.texi (Text Comparison): assoc-string also matches
10325         elements of alists that are strings instead of conses.
10326         (Formatting Strings): Standardize Texinfo usage.  Update index
10327         entries.
10329 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
10331         * lists.texi (Sets And Lists): Add delete-dups.
10333 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10335         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10336         special form.
10337         * macros.texi (Defining Macros): Update description of `declare',
10338         which now is a macro.
10339         (Wrong Time): Fix typos.
10341 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
10343         * compile.texi (Compilation Functions): Expand descriptions of
10344         `compile-defun', `byte-compile-file', `byte-recompile-directory'
10345         and `batch-byte-compile'.  In particular, mention and describe
10346         all optional arguments.
10347         (Disassembly): Correct and clarify the description of `disassemble'.
10349 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
10351         * searching.texi: Various small changes in addition to the
10352         following.
10353         (Regexp Example): Adapt to new value of `sentence-end'.
10354         (Regexp Functions): The PAREN argument to `regexp-opt' can be
10355         `words'.
10356         (Search and Replace): Add usage note for `perform-replace'.
10357         (Entire Match Data): Mention INTEGERS and REUSE arguments to
10358         `match-data'.
10359         (Standard Regexps): Update for new values of `paragraph-start'
10360         and `sentence-end'.
10362 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
10364         * files.texi (Saving Buffers): Clarify descriptions of
10365         `write-contents-functions' and `before-save-hook'.
10366         Make the defvar's for `before-save-hook' and `after-save-hook'
10367         into defopt's.
10369 2004-01-07  Kim F. Storm  <storm@cua.dk>
10371         * commands.texi (Click Events): Describe new image and
10372         width/height elements of click events.
10373         (Accessing Events): Add posn-string, posn-image, and
10374         posn-object-width-height.  Change posn-object to return either
10375         image or string object.
10377 2004-01-01  Simon Josefsson  <jas@extundo.com>
10379         * hooks.texi (Standard Hooks): Add before-save-hook.
10380         * files.texi (Saving Buffers): Likewise.
10382 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10384         * frames.texi (Frames and Windows): Delete frame-root-window.
10386 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10388         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10390         * functions.texi: Various small changes in addition to the
10391         following.
10392         (What Is a Function): `functionp' returns nil for macros.
10393         Clarify behavior of this and following functions for symbol arguments.
10394         (Function Documentation): Add `\' in front of (fn @var{arglist})
10395         and explain why.
10396         (Defining Functions): Mention DOCSTRING argument to `defalias'.
10397         Add anchor.
10398         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
10400 2004-01-01  Miles Bader  <miles@gnu.org>
10402         * display.texi (Buttons): New section.
10404 2003-12-31  Andreas Schwab  <schwab@suse.de>
10406         * numbers.texi (Math Functions): sqrt reports a domain-error
10407         error.
10408         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10410 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10412         * tips.texi (Documentation Tips): Update item on hyperlinks in
10413         documentation strings.
10415         * errors.texi (Standard Errors): Various small corrections and
10416         additions.
10418         * control.texi: Various small changes in addition to the
10419         following.
10420         (Signaling Errors): Provide some more details on how `signal'
10421         constructs the error message.  Add anchor to the definition of
10422         `signal'.
10423         (Error Symbols): Describe special treatment of `quit'.
10424         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10425         to emphasize that it has to be a single form.
10427         * buffers.texi: Add anchor.
10429 2003-12-29  Richard M. Stallman  <rms@gnu.org>
10431         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10432         (Window Configurations): Add window-configuration-frame.
10434         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10436         * text.texi (Examining Properties): Add get-char-property-and-overlay.
10437         Change arg name in get-char-property.
10438         (Special Properties): Update handling of keymap property.
10440         * strings.texi (Modifying Strings): Add clear-string.
10441         (Text Comparison): Add assoc-string and remove
10442         assoc-ignore-case, assoc-ignore-representation.
10444         * os.texi (Time of Day): Add set-time-zone-rule.
10446         * numbers.texi (Math Functions): asin, acos, log, log10
10447         report domain-error errors.
10449         * nonascii.texi (Converting Representations):
10450         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10451         (Encoding and I/O): Add file-name-coding-system.
10453         * modes.texi (Search-based Fontification): Explain that
10454         face specs are symbols with face names as values.
10456         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10458         * lists.texi (Building Lists): remq moved elsewhere.
10459         (Sets And Lists): remq moved here.
10460         (Association Lists): Refer to assoc-string.
10462         * internals.texi (Garbage Collection): Add memory-use-counts.
10464         * frames.texi (Frames and Windows): Add set-frame-selected-window
10465         and frame-root-window.
10467         * files.texi (Contents of Directories):
10468         Add directory-files-and-attributes.
10470         * display.texi (Refresh Screen): Add force-window-update.
10471         (Invisible Text): Explain about moving point out of invis text.
10472         (Overlay Properties): Add overlay-properties.
10473         (Managing Overlays): Add overlayp.
10474         (GIF Images): Invalid image number displays a hollow box.
10476         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10477         (Killing Buffers): Add buffer-live-p.
10479 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10481         * display.texi (Fringes): Fix typo "set-buffer-window".
10483 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
10485         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10486         * nonascii.texi, processes.texi, tips.texi, variables.texi:
10487         Add or change various xrefs and anchors.
10489         * commands.texi: Replace all occurrences of @acronym{CAR} with
10490         @sc{car}, for consistency with the rest of the Elisp manual.
10491         `car' and `cdr' are historically acronyms, but are no longer
10492         widely thought of as such.
10494         * internals.texi (Pure Storage): Mention that `purecopy' does not
10495         copy text properties.
10496         (Object Internals): Now 29 bits are used (in most implementations)
10497         to address Lisp objects.
10499         * variables.texi (Variables with Restricted Values): New node.
10501         * objects.texi (Lisp Data Types): Mention that certain variables
10502         can only take on a restricted set of values and add an xref to
10503         the new node "Variables with Restricted Values".
10505         * eval.texi (Function Indirection): Describe the errors that
10506         `indirect-function' can signal.
10507         (Eval): Clarify the descriptions of `eval-region' and `values'.
10508         Describe `eval-buffer' instead of `eval-current-buffer' and
10509         mention `eval-current-buffer' as an alias for `current-buffer'.
10510         Correct the description and mention all optional arguments.
10512         * nonascii.texi: Various small changes in addition to the
10513         following.
10514         (Converting Representations): Clarify behavior of
10515         `string-make-multibyte' and `string-to-multibyte' for unibyte all
10516         ASCII arguments.
10517         (Character Sets): Document the variable `charset-list' and adapt
10518         the definition of the function `charset-list' accordingly.
10519         (Translation of Characters): Clarify use of generic characters in
10520         `make-translation-table'.  Clarify and correct the description of
10521         the use of translation tables in encoding and decoding.
10522         (User-Chosen Coding Systems): Correct and clarify the description
10523         of `select-safe-coding-system'.
10524         (Default Coding Systems): Clarify description of
10525         `file-coding-system-alist'.
10527 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
10529         * strings.texi (Text Comparison): Correctly describe when two
10530         strings are `equal'.  Combine and clarify descriptions of
10531         `assoc-ignore-case' and `assoc-ignore-representation'.
10533         * objects.texi (Non-ASCII in Strings): Clarify description of
10534         when a string is unibyte or multibyte.
10535         (Bool-Vector Type): Update examples.
10536         (Equality Predicates): Correctly describe when two strings are
10537         `equal'.
10539 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
10541         * lists.texi (Building Lists): `append' no longer accepts integer
10542         arguments.  Update the description of `number-sequence' to reflect
10543         recent changes.
10544         (Sets And Lists): Describe `member-ignore-case' after `member'.
10546 2003-11-27  Kim F. Storm  <storm@cua.dk>
10548         * commands.texi (Click Events): Click object may be an images.
10549         Describe (dx . dy) element of click positions.
10550         (Accessing Events): Remove duplicate posn-timestamp.
10551         New functions posn-object and posn-object-x-y.
10553 2003-11-23  Kim F. Storm  <storm@cua.dk>
10555         * commands.texi (Click Events): Describe enhancements to event
10556         position lists, including new text-pos and (col . row) items.
10557         Mention left-fringe and right-fringe area events.
10558         (Accessing Events): New functions posn-area and
10559         posn-actual-col-row.  Mention posn-timestamp.  Mention that
10560         posn-point in non-text area still returns buffer position.
10561         Clarify posn-col-row.
10563 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
10565         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10566         * anti.texi (File Attributes): Describe removed parameter
10567         ID-FORMAT.
10569 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
10571         * positions.texi (Positions): Mention that, if a marker is used as
10572         a position, its buffer is ignored.
10574         * markers.texi (Overview of Markers): Mention it here too.
10576 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
10578         * numbers.texi (Numeric Conversions): Not just `floor', but also
10579         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10581 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
10583         * markers.texi (Creating Markers): Specify insertion type of
10584         created markers.  Add xref to `Marker Insertion Types'.
10585         Second argument to `copy-marker' is optional.
10586         (Marker Insertion Types): Mention that most markers are created
10587         with insertion type nil.
10588         (The Mark): Correctly describe when `mark' signals an error.
10589         (The Region): Correctly describe when `region-beginning' and
10590         `region-end' signal an error.
10592 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
10594         * hash.texi (Creating Hash): Clarify description of `eql'.
10595         `makehash' is obsolete.
10596         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10598         * positions.texi (Point): Change description of `buffer-end', so
10599         that it is also correct for floating point arguments.
10600         (List Motion): Correct argument lists of `beginning-of-defun' and
10601         `end-of-defun'.
10602         (Excursions): Add xref to `Marker Insertion Types'.
10603         (Narrowing): Argument to `narrow-to-page' is optional.
10605 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
10607         * streams.texi (Output Streams): Clarify behavior of point for
10608         marker output streams.
10610 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
10612         * variables.texi (Defining Variables): Second argument to
10613         `defconst' is not optional.
10614         (Setting Variables): Mention optional argument APPEND to
10615         `add-to-list'.
10616         (Creating Buffer-Local): Expand description of
10617         `make-variable-buffer-local'.
10618         (Frame-Local Variables): Expand description of
10619         `make-variable-frame-local'.
10620         (Variable Aliases): Correct description of optional argument
10621         DOCSTRING to `defvaralias'.  Mention return value of
10622         `defvaralias'.
10623         (File Local Variables): Add xref to `File variables' in Emacs
10624         Manual.  Correct description of `hack-local-variables'.  Mention
10625         `safe-local-variable' property.  Mention optional second argument
10626         to `risky-local-variable-p'.
10628 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
10630         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10632 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10634         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10635         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10636         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10637         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10638         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10639         lispref/processes.texi, lispref/searching.texi,
10640         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10641         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10642         @acronym{FOO}.
10644 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
10646         * strings.texi (Creating Strings): Argument START to `substring'
10647         can not be `nil'.  Expand description of
10648         `substring-no-properties'.  Correct description of `split-string',
10649         especially with respect to empty matches.  Prevent very bad line
10650         break in definition of `split-string-default-separators'.
10651         (Text Comparison): `string=' and `string<' also accept symbols as
10652         arguments.
10653         (String Conversion): More completely describe argument BASE in
10654         `string-to-number'.
10655         (Formatting Strings): `%s' and `%S' in `format' do require
10656         corresponding object.  Clarify behavior of numeric prefix after
10657         `%' in `format'.
10658         (Case Conversion): The argument to `upcase-initials' can be a
10659         character.
10661 2003-10-27  Kenichi Handa  <handa@m17n.org>
10663         * display.texi (Fontsets): Fix texinfo usage.
10665 2003-10-25  Kenichi Handa  <handa@m17n.org>
10667         * display.texi (Fontsets): Add description of the function
10668         set-fontset-font.
10670 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
10672         * display.texi (Temporary Displays): Add xref to `Documentation
10673         Tips'.
10675         * functions.texi (Function Safety): Use inforef instead of pxref
10676         for SES.
10678 2003-10-23  Andreas Schwab  <schwab@suse.de>
10680         * Makefile.in (TEX, texinputdir): Don't define.
10681         (TEXI2DVI): Define.
10682         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10683         add $(srcdir)/index.texi.
10684         ($(infodir)/elisp): Remove index.texi dependency.
10685         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
10686         (index.texi): Remove target.
10687         (dist): Don't link $(srcdir)/permute-index.
10688         (clean): Don't remove index.texi.
10690         * permute-index, index.perm: Remove.
10691         * index.texi: Rename from index.unperm.
10693 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
10695         * tips.texi (Documentation Tips): Document new behavior for face
10696         and variable hyperlinks in Help mode.
10698 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
10700         * objects.texi (Integer Type): Update for extra bit of integer range.
10701         (Character Type): Ditto.
10703 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
10705         * numbers.texi (Integer Basics): Add index entries for reading
10706         numbers in hex, octal, and binary.
10708 2003-10-16  Lute Kamstra  <lute@gnu.org>
10710         * modes.texi (Mode Line Format): Mention force-mode-line-update's
10711         argument.
10713 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
10715         * windows.texi (Choosing Window): Fix typo.
10716         * edebug.texi (Edebug Execution Modes): Fix typo.
10718 2003-10-13  Richard M. Stallman  <rms@gnu.org>
10720         * windows.texi (Basic Windows): A window has fringe settings,
10721         display margins and scroll-bar settings.
10722         (Splitting Windows): Doc split-window return value.
10723         Clean up one-window-p.
10724         (Selecting Windows): Fix typo.
10725         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10726         (Buffers and Windows): In set-window-buffer, explain effect
10727         on fringe settings and scroll bar settings.
10728         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10729         (Choosing Window): Use defopt for pop-up-frame-function.
10730         For special-display-buffer-names, explain same-window and same-frame.
10731         Clarify window-dedicated-p return value.
10732         (Textual Scrolling): scroll-up and scroll-down can get an error.
10733         (Horizontal Scrolling): Clarify auto-hscroll-mode.
10734         Clarify set-window-hscroll.
10735         (Size of Window): Don't mention tool bar in window-height.
10736         (Coordinates and Windows): Explain what coordinates-in-window-p
10737         returns for fringes and display margins.
10738         (Window Configurations): Explain saving fringes, etc.
10740         * tips.texi (Library Headers): Clean up Documentation.
10742         * syntax.texi (Parsing Expressions): Clean up forward-comment
10743         and parse-sexp-lookup-properties.
10745         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10747         * os.texi (System Environment): Clean up text for load-average errors.
10749         * modes.texi (Hooks): Don't explain local hook details at front.
10750         Clarify run-hooks and run-hook-with-args a little.
10751         Clean up add-hook and remove-hook.
10753         * edebug.texi (Edebug Execution Modes): Clarify t.
10754         Document edebug-sit-for-seconds.
10755         (Coverage Testing): Document C-x X = and =.
10756         (Instrumenting Macro Calls): Fix typo.
10757         (Specification List): Don't index the specification keywords.
10759 2003-10-10  Kim F. Storm  <storm@cua.dk>
10761         * processes.texi (Network): Introduce make-network-process.
10763 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
10765         * tips.texi (Library Headers): Fix typo.
10767 2003-10-07  Juri Linkov  <juri@jurta.org>
10769         * modes.texi (Imenu): Mention imenu-create-index-function's
10770         default value.  Explain submenus better.
10772 2003-10-07  Lute Kamstra  <lute@gnu.org>
10774         * modes.texi (Faces for Font Lock): Fix typo.
10775         (Hooks): Explain how buffer-local hook variables can refer to
10776         global hook variables.
10777         Various minor clarifications.
10779 2003-10-06  Lute Kamstra  <lute@gnu.org>
10781         * tips.texi (Coding Conventions): Mention naming conventions for
10782         hooks.
10784 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
10786         * loading.texi (Library Search): Correct default value of
10787         load-suffixes.
10788         (Named Features): Fix typo.
10790 2003-10-05  Richard M. Stallman  <rms@gnu.org>
10792         * loading.texi (Named Features): In `provide',
10793         say how to test for subfeatures.
10794         (Unloading): In unload-feature, use new var name
10795         unload-feature-special-hooks.
10797 2003-10-03  Lute Kamstra  <lute@gnu.org>
10799         * modes.texi (Major Mode Conventions): Mention third way to set up
10800         Imenu.
10801         (Imenu): A number of small fixes.
10802         Delete documentation of internal variable imenu--index-alist.
10803         Document the return value format of imenu-create-index-function
10804         functions.
10806 2003-09-30  Richard M. Stallman  <rms@gnu.org>
10808         * processes.texi (Network): Say what stopped datagram connections do.
10810         * lists.texi (Association Lists): Clarify `assq-delete-all'.
10812         * display.texi (Overlay Properties): Clarify `evaporate' property.
10814 2003-09-29  Lute Kamstra  <lute@gnu.org>
10816         * modes.texi (Mode Line Data): Explain when symbols in mode-line
10817         constructs should be marked as risky.
10818         Change cons cell into proper list.
10819         (Mode Line Variables): Change cons cell into proper list.
10821 2003-09-26  Lute Kamstra  <lute@gnu.org>
10823         * modes.texi (Mode Line Data): Document the :propertize construct.
10824         (Mode Line Variables): Reorder the descriptions of the variables
10825         to match their order in the default mode-line-format.
10826         Describe the new variables mode-line-position and mode-line-modes.
10827         Update the default values of mode-line-frame-identification,
10828         minor-mode-alist, and default-mode-line-format.
10829         (Properties in Mode): Mention the :propertize construct.
10831 2003-09-26  Richard M. Stallman  <rms@gnu.org>
10833         * buffers.texi, commands.texi, debugging.texi, eval.texi:
10834         * loading.texi, minibuf.texi, text.texi, variables.texi:
10835         Avoid @strong{Note:}.
10837 2003-09-26  Richard M. Stallman  <rms@gnu.org>
10839         * keymaps.texi (Remapping Commands): Fix typo.
10841 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
10843         * processes.texi (Low-Level Network): Fix typo.
10845 2003-09-23  Kim F. Storm  <storm@cua.dk>
10847         * processes.texi (Network, Network Servers): Fix typos.
10848         (Low-Level Network): Add timeout value for :server keyword.
10849         Add new option keywords to make-network-process.
10850         Add set-network-process-options.
10851         Explain how to test availability of network options.
10853 2003-09-19  Richard M. Stallman  <rms@gnu.org>
10855         * text.texi (Motion by Indent): Arg to
10856         backward-to-indentation and forward-to-indentation is optional.
10858         * strings.texi (Creating Strings): Add substring-no-properties.
10860         * processes.texi
10861         (Process Information): Add list-processes arg QUERY-ONLY.
10862         Delete process-contact from here.
10863         Add new status values for process-status.
10864         Add process-get, process-put, process-plist, set-process-plist.
10865         (Synchronous Processes): Add call-process-shell-command.
10866         (Signals to Processes): signal-process allows process objects.
10867         (Network): Complete rewrite.
10868         (Network Servers, Datagrams, Low-Level Network): New nodes.
10870         * positions.texi (Word Motion): forward-word, backward-word
10871         arg is optional.  Reword.
10873         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10875         * variables.texi (Creating Buffer-Local):
10876         Delete duplicate definition of buffer-local-value.
10877         (File Local Variables): Explain about discarding text props.
10879 2003-09-11  Richard M. Stallman  <rms@gnu.org>
10881         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10882         changes variables that record input events.
10883         (Minibuffer Misc): Add minibuffer-selected-window.
10885         * lists.texi (Building Lists): Add copy-tree.
10887         * display.texi (Fontsets): Add char-displayable-p.
10888         (Scroll Bars): New node.
10890 2003-09-08  Lute Kamstra  <lute@gnu.org>
10892         * modes.texi (%-Constructs): Document new `%i' and `%I'
10893         constructs.
10895 2003-09-03  Peter Runestig  <peter@runestig.com>
10897         * makefile.w32-in: New file.
10899 2003-08-29  Richard M. Stallman  <rms@gnu.org>
10901         * display.texi (Overlay Properties): Clarify how priorities
10902         affect use of the properties.
10904 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
10906         * customize.texi (Type Keywords): Correct the description of
10907         `:help-echo' in the case where `motion-doc' is a function.
10909 2003-08-14  John Paul Wallington  <jpw@gnu.org>
10911         * modes.texi (Emulating Mode Line): Subsection, not section.
10913 2003-08-13  Richard M. Stallman  <rms@gnu.org>
10915         * elisp.texi (Top): Update subnode lists in menu.
10917         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10918         (Kill Functions): kill-region has new arg yank-handler.
10919         (Yanking): New node.
10920         (Yank Commands): Add yank-undo-function.
10921         (Low-Level Kill Ring):
10922         kill-new and kill-append have new arg yank-handler.
10923         (Changing Properties): Add remove-list-of-text-properties.
10924         (Atomic Changes): New node.
10926         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10928         * streams.texi (Output Variables): Add eval-expression-print-length
10929         and eval-expression-print-level.
10931         * os.texi (Time Conversion): For encode-time, explain limits on year.
10933         * objects.texi (Character Type): Define anchor "modifier bits".
10935         * modes.texi (Emulating Mode Line): New node.
10936         (Search-based Fontification): Font Lock uses font-lock-face property.
10937         (Other Font Lock Variables): Likewise.
10939         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10940         not vectors.
10941         (Active Keymaps): Add emulation-mode-map-alists.
10942         (Functions for Key Lookup): key-binding has new arg no-remap.
10943         (Remapping Commands): New node.
10944         (Scanning Keymaps): where-is-internal has new arg no-remap.
10945         (Tool Bar): Add tool-bar-local-item-from-menu.
10946         Clarify when to use tool-bar-add-item-from-menu.
10948         * commands.texi (Interactive Call): commandp has new arg.
10949         (Command Loop Info): Add this-original-command.
10951 2003-08-06  John Paul Wallington  <jpw@gnu.org>
10953         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10955         * display.texi (Warning Basics): Fix typo.
10956         (Fringes): Add closing curly bracket and fix typo.
10958         * elisp.texi (Top): Fix typo.
10960 2003-08-05  Richard M. Stallman  <rms@gnu.org>
10962         * elisp.texi: Update lists of subnodes.
10964         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10966         * variables.texi (Local Variables): Use lc for example variable names.
10968         * tips.texi (Library Headers): Explain where to put -*-.
10970         * strings.texi (Creating Strings): Fix xref for vconcat.
10972         * sequences.texi (Vector Functions):
10973         vconcat no longer allows integer args.
10975         * minibuf.texi (Reading File Names): read-file-name has new
10976         arg PREDICATE.  New function read-directory-name.
10978         * macros.texi (Defining Macros): Give definition of `declare'.
10979         (Indenting Macros): New node.
10981         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10982         (Window Frame Parameters): Make separate table of parameters
10983         that are coupled with specific face attributes.
10984         (Deleting Frames): delete-frame-hooks renamed to
10985         delete-frame-functions.
10987         * files.texi (Magic File Names): Add file-remote-p.
10988         Clarify file-local-copy.
10990         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10991         here; instead xref Defining Macros.
10993         * display.texi (Warnings): New node, and subnodes.
10994         (Fringes): New node.
10996         * debugging.texi (Test Coverage): New node.
10998         * compile.texi (Compiler Errors): Explain with-no-warnings
10999         and other ways to suppress warnings.
11001         * commands.texi (Interactive Call): Minor clarification.
11003         * buffers.texi (Buffer File Name): set-visited-file-name
11004         renames the buffer too.
11006         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11008 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
11010         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11012 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
11014         * internals.texi (Garbage Collection): Fix previous change.
11016 2003-07-22  Richard M. Stallman  <rms@gnu.org>
11018         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11020         * display.texi (Width): Use \s syntax in example.
11021         (Font Selection): Add face-font-rescale-alist.
11023         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11024         Remove spurious indent in example.
11026         * lists.texi (Building Lists): Add number-sequence.
11028         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11030         * functions.texi (Function Documentation): Explain how to
11031         show calling convention explicitly in the doc string.
11033         * windows.texi (Selecting Windows): save-selected-window saves
11034         selected window of each frame.
11035         (Window Configurations): Minor change.
11037         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11039         * streams.texi (Output Variables): Add print-continuous-numbering
11040         and print-number-table.
11042         * processes.texi (Decoding Output): New node.
11044         * os.texi (Time Conversion): decode-time arg is optional.
11046         * objects.texi (Character Type): Don't use space as example for \.
11047         Make list of char names and \-sequences correspond.
11048         Explain that \s is not used in strings.  `\ ' needs space after.
11050         * nonascii.texi (Converting Representations): Add string-to-multibyte.
11051         (Translation of Characters): Add translation-table-for-input.
11052         (Default Coding Systems): Add auto-coding-functions.
11053         (Explicit Encoding): Add decode-coding-inserted-region.
11054         (Locales): Add locale-info.
11056         * minibuf.texi (Basic Completion): Describe test-completion.
11057         Collections can be lists of strings.
11058         Clean up lazy-completion-table.
11059         (Programmed Completion): Mention test-completion.
11060         Clarify why lambda expressions are not accepted.
11061         (Minibuffer Misc): Describe minibufferp.
11063 2003-07-14  Richard M. Stallman  <rms@gnu.org>
11065         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11067         * windows.texi (Selecting Windows): New arg to select-window.
11068         (Selecting Windows): Add with-selected-window.
11069         (Size of Window): Add window-inside-edges, etc.
11071         * internals.texi (Garbage Collection): Add post-gc-hook.
11073         * processes.texi (Subprocess Creation): Add exec-suffixes.
11075         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11076         (Scanning Keymaps): Add map-keymaps.
11077         (Defining Menus): Add keymap-prompt.
11079         * numbers.texi (Integer Basics): Add most-positive-fixnum,
11080         most-negative-fixnum.
11082         * compile.texi (Byte Compilation): Explain no-byte-compile.
11083         (Compiler Errors): New node.
11085         * os.texi (User Identification): user-uid, user-real-uid
11086         can return float.
11088         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11089         and about derived modes.
11090         (Minor Modes): Add minor-mode-list.
11091         (Defining Minor Modes): Keyword args for define-minor-mode.
11092         (Search-based Fontification): Explain managing other properties.
11093         (Other Font Lock Variables): Add font-lock-extra-managed-props.
11094         (Faces for Font Lock): Add font-lock-preprocessor-face.
11095         (Hooks): Add run-mode-hooks and delay-mode-hooks.
11097         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11098         (Variable Aliases): Clarify defvaralias.
11100         * loading.texi (Library Search): Add load-suffixes.
11102         * minibuf.texi (Basic Completion): Add lazy-completion-table.
11103         (Programmed Completion): Add dynamic-completion-table.
11105         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11106         (Magic File Names): Specify precedence order of handlers.
11108         * commands.texi (Command Overview): Emacs server runs pre-command-hook
11109         and post-command-hook.
11110         (Waiting): New calling convention for sit-for.
11112         * text.texi (Special Properties): local-map and keymap properties
11113         apply based on their stickiness.
11115 2003-07-07  Richard M. Stallman  <rms@gnu.org>
11117         * modes.texi (Minor Mode Conventions): Specify only some kinds
11118         of list values as args to minor modes.
11120         * files.texi (File Name Expansion): Warn about iterative use
11121         of substitute-in-file-name.
11123         * advice.texi (Activation of Advice): Clean up previous change.
11125 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
11127         * advice.texi (Activation of Advice): Note that ad-start-advice is
11128         turned on by default.
11130 2003-06-30  Richard M. Stallman  <rms@gnu.org>
11132         * text.texi (Buffer Contents): Document current-word.
11133         (Change Hooks): Not called for *Messages*.
11135         * functions.texi (Defining Functions): Explain about redefining
11136         primitives.
11137         (Function Safety): Rename.  Minor changes.
11138         Comment out the detailed criteria for what is safe.
11140 2003-06-22  Andreas Schwab  <schwab@suse.de>
11142         * objects.texi (Symbol Type): Fix description of examples.
11144 2003-06-16  Andreas Schwab  <schwab@suse.de>
11146         * hash.texi (Creating Hash): Fix description of :weakness.
11148 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
11150         * files.texi (Changing Files): copy-file copies file modes, too.
11152 2003-05-28  Richard M. Stallman  <rms@gnu.org>
11154         * strings.texi (Creating Strings): Clarify split-string.
11156 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
11158         * strings.texi (Creating Strings): Update split-string specification
11159         and examples.
11161 2003-05-19  Richard M. Stallman  <rms@gnu.org>
11163         * elisp.texi: Correct invariant section names.
11165 2003-04-20  Richard M. Stallman  <rms@gnu.org>
11167         * os.texi (Timers): Explain about timers and quitting.
11169 2003-04-19  Richard M. Stallman  <rms@gnu.org>
11171         * internals.texi (Writing Emacs Primitives): Strings are
11172         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
11173         Explain GCPRO convention for varargs function args.
11175 2003-04-16  Richard M. Stallman  <rms@gnu.org>
11177         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11179 2003-04-08  Richard M. Stallman  <rms@gnu.org>
11181         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11183 2003-02-13  Kim F. Storm  <storm@cua.dk>
11185         * objects.texi (Character Type): New \s escape for space.
11187 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
11189         * os.texi (System Environment): Add cygwin system-type.
11191 2003-01-25  Richard M. Stallman  <rms@gnu.org>
11193         * keymaps.texi: Document that a symbol can act as a keymap.
11195 2003-01-13  Richard M. Stallman  <rms@gnu.org>
11197         * text.texi (Changing Properties): Say string indices are origin-0.
11199         * positions.texi (Screen Lines) <compute-motion>:
11200         Correct order of elts in return value.
11202         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11203         how to define a default binding.
11205 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
11207         * loading.texi (Unloading): Fix recent change for load-history.
11209         * customize.texi (Simple Types): Clarify description of custom
11210         type 'number.  Describe new custom type 'float.
11212 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
11214         * variables.texi (File Local Variables): Fix typo.
11216 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
11218         From Michael Albinus <Michael.Albinus@alcatel.de>.
11220         * README: Target for Info file is `make info'.
11222         * files.texi (File Name Components): Fix typos in
11223         `file-name-sans-extension'.
11224         (Magic File Names): Complete list of operations for magic file
11225         name handlers.
11227 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
11229         * variables.texi (File Local Variables): New function
11230         risky-local-variable-p.
11232 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
11234         * functions.texi (Function safety): New node about unsafep.
11236 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11238         * customize.texi (Splicing into Lists): Fix example.
11239         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11241 2002-06-17  Juanma Barranquero  <lektu@terra.es>
11243         * frames.texi (Display Feature Testing): Fix typo.
11245 2002-06-12  Andreas Schwab  <schwab@suse.de>
11247         * frames.texi (Initial Parameters, Resources): Fix references to
11248         the Emacs manual.
11250 2002-05-13  Kim F. Storm  <storm@cua.dk>
11252         * variables.texi (Intro to Buffer-Local): Updated warning and
11253         example relating to changing buffer inside let.
11255 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
11257         * os.texi (Session Management): New node about X Session management.
11259 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
11261         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
11262         to which the manual corresponds, and the copyright years.
11264         * Makefile.in (VERSION): Set to 2.9.
11266 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
11268         * elisp.texi: Change the category in @dircategory to "Emacs", to
11269         make it consistent with info/dir.
11271 2001-11-25  Miles Bader  <miles@gnu.org>
11273         * text.texi (Fields): Describe new `limit' arg in
11274         field-beginning/field-end.
11276 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
11278         * permute-index: Don't depend on csh-specific features.
11279         Replace the interpreter name with /bin/sh.
11281         * two-volume-cross-refs.txt: New file.
11282         * two.el: New file.
11283         * spellfile: New file.
11285 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
11287         * permute-index: New file.
11289         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11290         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11291         8+3 restricted namespace.
11293         * Makefile.in (infodir): Define relative to $(srcdir).
11294         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11295         include directories list via -I switch to makeinfo.
11296         (index.texi): Use cp if both hard and symbolic links fail.
11298 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
11300         * Makefile.in (distclean): Add.
11302         The following changes make ELisp manual part of the Emacs
11303         distribution:
11305         * Makefile.in: Add Copyright notice.
11306         (prefix): Remove.
11307         (infodir): Change value to "../info".
11308         (VPATH): New variable.
11309         (MAKE): Don't define.
11310         (texmacrodir): Don't define.
11311         (texinputdir): Append the existing value of TEXINPUTS.
11312         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
11313         command to be compatible with man/Makefile.in, and to put the
11314         output into ../info.
11315         (info): Add target.
11316         (installall): Target removed.
11318 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
11320         * tips.texi (Coding Conventions): Fix typo.
11322 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
11324         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11326 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
11328         * files.texi (File Name Components): Update the description of
11329         file-name-sans-extension and file-name-extension, as they now
11330         ignore leading dots.
11332 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
11334         * (Version 21.1 released.)
11336 2001-10-19  Miles Bader  <miles@gnu.org>
11338         * positions.texi (Text Lines): Describe behavior of
11339         `beginning-of-line'/`end-of-line' in the presence of field properties.
11341 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
11343         * Makefile.in (VERSION): Set to 2.8.
11344         (manual): Use `manual-21'.
11346         * elisp.texi (VERSION): Add and use it where the version
11347         number was used.  Set it to 2.8.
11349         * intro.texi: Likewise.
11351 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
11353         * files.texi (File Name Completion): Document the significance of
11354         a trailing slash in elements of completion-ignored-extensions.
11356 2001-10-06  Miles Bader  <miles@gnu.org>
11358         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11360 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
11362         * variables.texi (Variable Aliases): New node.
11364 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
11366         * Branch for 21.1.
11368 2001-10-02  Miles Bader  <miles@gnu.org>
11370         * minibuf.texi (Minibuffer Misc): Add entries for
11371         `minibuffer-contents', `minibuffer-contents-no-properties', and
11372         `delete-minibuffer-contents'.
11373         Correct description for `minibuffer-prompt-end'.
11375         * text.texi (Property Search): Correct descriptions of
11376         `next-char-property-change' and `previous-char-property-change'.
11377         Add entries for `next-single-char-property-change' and
11378         `previous-single-char-property-change'.
11379         Make operand names a bit more consistent.
11381 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
11383         * frames.texi (Finding All Frames): Document that next-frame and
11384         previous-frame are local to current terminal.
11386 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
11388         * keymaps.texi (Creating Keymaps): Fix the description of the
11389         result of make-keymap.
11391 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
11393         * display.texi (Font Lookup, Attribute Functions)
11394         (Image Descriptors): Add cross-references to the definition of
11395         selected frame.
11397         * buffers.texi (The Buffer List): Add cross-references to the
11398         definition of selected frame.
11400         * frames.texi (Input Focus): Clarify which frame is _the_ selected
11401         frame at any given time.
11402         (Multiple Displays, Size and Position): Add a cross-reference to
11403         the definition of the selected frame.
11405 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
11407         * strings.texi (String Conversion) <string-to-number>: Document
11408         that a float is returned for integers that are too large.
11410         * frames.texi (Mouse Position): Document mouse-position-function.
11411         (Display Feature Testing): Document display-images-p.
11412         (Window Frame Parameters): Document the cursor-type variable.
11414         * numbers.texi (Integer Basics): Document CL style read syntax for
11415         integers in bases other than 10.
11417         * positions.texi (List Motion):
11418         Document open-paren-in-column-0-is-defun-start.
11420         * lists.texi (Sets And Lists): Document member-ignore-case.
11422         * internals.texi (Garbage Collection): Document the used and free
11423         strings report.
11424         (Memory Usage): Document strings-consed.
11426         * os.texi (Time of Day): Document float-time.
11427         (Recording Input): Document that clear-this-command-keys clears
11428         the vector to be returned by recent-keys.
11430         * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11431         The argument keymap can be a list.
11433         * nonascii.texi (User-Chosen Coding Systems)
11434         <select-safe-coding-system>: Document the new argument
11435         accept-default-p and the variable
11436         select-safe-coding-system-accept-default-p.  Tell what happens if
11437         buffer-file-coding-system is undecided.
11438         (Default Coding Systems): Document auto-coding-regexp-alist.
11440         * display.texi (The Echo Area) <message>: Document
11441         message-truncate-lines.
11442         (Glyphs): Document that the glyph table is unused on windowed
11443         displays.
11445         * help.texi (Describing Characters) <single-key-description>:
11446         Document the new argument no-angles.
11447         (Accessing Documentation) <documentation-property>: Document that
11448         a non-string property is evaluated.
11449         <documentation>: Document that the function-documentation property
11450         is looked for.
11452         * windows.texi (Selecting Windows): Document some-window.
11454         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11456         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11457         apropos-mode-hook.
11459         * commands.texi (Using Interactive): Document interactive-form.
11460         (Keyboard Macros): Document kbd-macro-termination-hook.
11461         (Command Loop Info): Document that clear-this-command-keys clears
11462         the vector to be returned by recent-keys.
11464 2001-09-04  Werner LEMBERG  <wl@gnu.org>
11466         * Makefile.in (srcdir, texinputdir): New variables.
11467         (srcs, index.texi, install): Use $(srcdir).
11468         (.PHONY): Remove elisp.dvi.
11469         (elisp): Use -I switch for makeinfo.
11470         (elisp.dvi): Use $(srcdir) and $(texinputdir).
11471         (installall, dist): Use $(srcdir).
11472         Fix path to texinfo.tex.
11473         (maintainer-clean): Add elisp.dvi and elisp.oaux.
11475 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
11477         * display.texi (Conditional Display): Adjust to API change.
11479         * configure: New file.
11481 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
11483         * commands.texi (Repeat Events): Add description of
11484         double-click-fuzz.
11486 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
11488         * syntax.texi (Syntax Class Table): Add the missing designator for
11489         comment and string fences.
11490         (Syntax Properties): Add a xref to syntax table internals.
11491         (Syntax Table Internals): Document string-to-syntax.
11493 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
11495         * Makefile.in (install): Use install-info command line options
11496         like in Emacs' Makefile.in.
11498 2000-12-09  Miles Bader  <miles@gnu.org>
11500         * windows.texi (Window Start): Update documentation for
11501         `pos-visible-in-window-p'.
11503 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
11505         * lists.texi (Building Lists): Add footnote to explain how to add
11506         to the end of a list.
11508 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
11510         * files.texi (Visiting Functions): Typos.
11512 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
11514         * files.texi (Visiting Functions): Return value of
11515         find-file-noselect may be a list of buffers if wildcards are used.
11517 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
11519         * display.texi (Defining Faces): Document `graphic' display type
11520         in face specs.
11522 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11524         * hooks.texi (Standard Hooks): Replace obsolete
11525         `after-make-frame-hook' with `after-make-frame-functions'.
11527         * frames.texi (Creating Frames): Ditto.
11529         * variables.texi (Future Local Variables): Ditto.
11531 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
11533         * display.texi (Other Image Types): Add description of :foreground
11534         and :background properties of mono PBM images.
11536 2000-08-17  Werner LEMBERG  <wl@gnu.org>
11538         * .cvsignore: New file.
11540 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
11542         * tindex.pl: New script.
11544 1999-12-03  Dave Love  <fx@gnu.org>
11546         * Makefile.in (MAKEINFO): New parameter.
11548 1999-09-17  Richard Stallman  <rms@gnu.org>
11550         * Makefile.in (srcs): Add hash.texi.
11551         (VERSION): Update to 20.6.
11553 1999-09-13  Richard Stallman  <rms@gnu.org>
11555         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11557 1998-08-29  Karl Heuer  <kwzh@gnu.org>
11559         * configure.in: New file.
11560         * Makefile.in: Renamed from Makefile.
11561         (prefix, infodir): Use value obtained from configure.
11562         (emacslibdir): Obsolete variable deleted.
11563         (dist): Distribute configure.in, configure, Makefile.in.
11565 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
11567         * Makefile (INSTALL_INFO): New variable.
11568         (install): Run install-info.
11570 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
11572         * Makefile (elisp.dvi): Add missing backslash.
11574 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
11576         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11577         Run texindex without `./'.  Always run texindex on elisp.tp.
11578         (elisp.tps): Target deleted.
11580 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
11582         * Makefile (srcs): Add nonascii.texi and customize.texi.
11583         (dist): Start by deleting `temp'.
11585 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
11587         * Makefile (makeinfo, texindex): Targets deleted.
11588         (makeinfo.o, texindex.o): Targets deleted.
11589         (clean, dist): Don't do anything with them or with getopt*.
11591 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
11593         * Makefile (SHELL): Defined.
11595 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
11597         * Makefile (elisp.tps): New target.
11598         (elisp.dvi): Depend on elisp.tps.
11600 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11602         * README: Update phone number.
11604         * Makefile (elisp): Make this be the default target.
11605         Depend on makeinfo.c instead of makeinfo.
11606         (install): Don't depend on elisp.dvi, since we don't install that.
11607         Use mkinstalldirs.
11608         (dist): Add mkinstalldirs.
11610 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11612         * Makefile (VERSION): Update version number.
11613         (maintainer-clean): Rename from realclean.
11615 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
11617         * Makefile (realclean): New target.
11618         (elisp): Remove any old elisp-* files first.
11620 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
11622         * Makefile (VERSION): New variable.
11623         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11624         Compressed file suffix should be `.gz', not `.z'.
11626 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11628         * Makefile (elisp): Depend on makeinfo.
11630 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
11632         * Makefile (srcs): Add anti.texi.
11634 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11636         * Makefile (infodir, prefix): New vars.
11637         (install): Use infodir.
11638         (emacsinfodir): Delete.
11640 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11642         * Makefile (srcs): Add calendar.texi.
11644         * Makefile (dist): Copy texindex.c and makeinfo.c.
11645         Limit elisp-* files to those with one or two digits.
11647 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11649         * Makefile (dist): Change to use Gzip instead of compress.
11651 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
11653         * loading.texi (Unloading): define-function changed back to
11654         defalias.  It may not stay this way, but at least it's
11655         consistent with the known-good version of the code patch.
11657 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
11659         * modes.texi (Hooks): Document new optional arg of add-hook.
11661 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
11663         * variables.texi: Document nil initial value of buffer-local variables.
11665         * tips.texi: Add new section on standard library headers.
11667 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11669         * Makefile (srcs): Add frame.texi to the list of sources.
11671 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11673         * Makefile (dist): Don't bother excluding autosave files; they'll
11674         never make it into the temp directory anyway, and the hash marks
11675         in the name are problematic for make and the Bourne shell.
11676         (srcs): ???
11678 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11680         * Makefile (dist): Don't include backup files or autosave files in
11681         the distribution tar file.
11683 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11685         * Makefile (srcs): Add index.perm.
11686         (elisp.dvi): Remove erroneous shell comment.
11687         Expect output of permute-index in permuted.fns.
11688         Save old elisp.aux in elisp.oaux.
11689         (clean): Add index.texi to be deleted.
11691 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11693         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11695 1990-06-26  David Lawrence  (tale@geech)
11697         * files.texi: Noted that completion-ignored-extensions is ignored
11698         when making *Completions*.
11700 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
11702         * Makefile  make dist now depends on elisp.dvi, since it tries
11703         to include it in the dist file.
11705 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
11707         * functions.texinfo (Mapping Functions): Add missing quote.
11709 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11711         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11712         (defunargs): Turn off \hyphenchar of \sl font temporarily.
11714 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
11716         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11717         and @error{} are the terms now being used.  The files in the
11718         directory have been changed to reflect this.
11720         * All instances of @indentedresultt{} have been changed to
11721         `     @result{}', using 5 spaces at the beginning of the line.
11723 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
11725         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11726         experimental @indentedresult{}, @indentedexpandsto{} are part of
11727         the texinfo.tex in this directory.  These TeX macros are not
11728         stable yet.
11730 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
11732         * texinfo.tex: Temporarily added
11733                 \let\result=\dblarrow
11734                 \def\error{{\it ERROR} \longdblarrow}
11735         We need to do this better soon.
11737 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
11739         * Applied Karl Berry's patches to *.texinfo files, but not to
11740         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
11741         new title page format is also not applied, since it requires
11742         texinfo.tex changes.)
11744         * Cleaned up `Makefile' and defined the `emacslibdir' directory
11745         for the Project GNU development environment.
11747 ;; Local Variables:
11748 ;; coding: utf-8
11749 ;; End:
11751   Copyright (C) 1998-2012 Free Software Foundation, Inc.
11753   This file is part of GNU Emacs.
11755   GNU Emacs is free software: you can redistribute it and/or modify
11756   it under the terms of the GNU General Public License as published by
11757   the Free Software Foundation, either version 3 of the License, or
11758   (at your option) any later version.
11760   GNU Emacs is distributed in the hope that it will be useful,
11761   but WITHOUT ANY WARRANTY; without even the implied warranty of
11762   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11763   GNU General Public License for more details.
11765   You should have received a copy of the GNU General Public License
11766   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.