Fix minor problems found by static checking.
[emacs.git] / doc / lispref / ChangeLog
blobd8d21794baa0c30891f23cf8e9709dca169190e5
1 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
3         * errors.texi (Standard Errors): Fix typo.
5         * files.texi (Magic File Names):
6         * os.texi (File Notifications): Remove file-notify-supported-p.
8 2013-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10         * eval.texi (Special Forms): Mention 'lambda'.  Also, say that
11         non-well-formed expressions result in unspecified behavior, though
12         Emacs will not crash.
14 2013-07-22  Michael Albinus  <michael.albinus@gmx.de>
16         * files.texi (Magic File Names): Add file-notify-add-watch,
17         file-notify-rm-watch and file-notify-supported-p.  Move
18         file-remote-p down.
20         * errors.texi (Standard Errors): Add file-notify-error.
22         * os.texi (Desktop Notifications): Rename from Notifications.
23         (File Notifications): New node.
25         * elisp.texi (Top): Update menu for these changes.
27 2013-07-19  Xue Fuqiao  <xfq.free@gmail.com>
29         * windows.texi (Display Action Functions): Mention next-window.
31 2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
33         * windows.texi (Selecting Windows): Fix the introduction of
34         `set-frame-selected-window''s arguments.
36 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
38         Timestamp fixes for undo (Bug#14824).
39         * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
41 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
43         * nonascii.texi (Text Representations): Document that
44         multibyte-string-p returns nil for non-string objects.
46 2013-07-06  Glenn Morris  <rgm@gnu.org>
48         * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
50 2013-07-03  Glenn Morris  <rgm@gnu.org>
52         * debugging.texi (Debugging):
53         * files.texi (File Attributes, Changing Files): Fix cross-references.
55         * package.texi (Package Archives): Fix @url call.
57         * syntax.texi (Syntax Table Functions): Mention describe-syntax.
59 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
61         * display.texi (Bidirectional Display): Document move-point-visually.
63 2013-06-29  Xue Fuqiao  <xfq.free@gmail.com>
65         * buffers.texi (Buffer File Name): Fix typo.
67 2013-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
69         * tips.texi (Coding Conventions): Improve wording.
71 2013-06-24  Glenn Morris  <rgm@gnu.org>
73         * loading.texi (Autoload): Fix typo.
75         * variables.texi (Lexical Binding): Fix typo.
77         * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
79 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81         * display.texi (ImageMagick Images): Mention :max-width and
82         :max-height.
84 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
86         * numbers.texi (Math Functions): Remove obsolete function log10.
88 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
91         rather than `local-map'.
93         * keymaps.texi (Active Keymaps): Fix documentation of
94         set-temporary-overlay-map and overriding-terminal-local-map.
96 2013-06-19  Glenn Morris  <rgm@gnu.org>
98         * Makefile.in (dist): Edit more configure variables.
99         Try to check that we do not miss any in future.
101 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
103         * text.texi (Undo, Changing Properties): Fix typos.
105 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107         * text.texi (Changing Properties): Document `add-face-text-property'.
109 2013-06-17  Kenichi Handa  <handa@gnu.org>
111         * display.texi (Face Attributes): Refer to "Low-Level font" (not
112         "Font Selection") in the explanation of :font attribute (bug#14629).
114 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * loading.texi (Hooks for Loading): Don't document after-load-alist.
117         Document with-eval-after-load instead of eval-after-load.
119 2013-06-11  Xue Fuqiao  <xfq.free@gmail.com>
121         * files.texi (File Name Expansion): Make the example more
122         intuitive.
124 2013-06-10  Paul Eggert  <eggert@cs.ucla.edu>
126         Documentation fix for 'ls' and hard links.
127         * compile.texi (Compilation Functions):
128         * files.texi (File Attributes, Changing Files):
129         Use current format for GNU 'ls' output.
130         (File Attributes): Fix problem introduced in previous change:
131         the link count is the number of hard links, not the number
132         of hard links + 1.
134 2013-06-10  Xue Fuqiao  <xfq.free@gmail.com>
136         * files.texi (File Attributes): Fix typo.
138 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * functions.texi (Lambda Expressions): Lambda expressions don't
141         evaluate to themselves in general (bug#11782).
143 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * loading.texi (Autoload):
146         * help.texi (Documentation Basics, Accessing Documentation)
147         (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
149 2013-04-23  Glenn Morris  <rgm@gnu.org>
151         * internals.texi (Writing Emacs Primitives): Remove obvious example.
152         Tweak other to avoid overly long line.
154 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
156         * internals.texi (Writing Emacs Primitives): Remove unnecessary
157         references to the sources. (Bug#13800)
159         * searching.texi (Regexp Backslash): Doc fix for backslash
160         constructs in regular expressions.
162 2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
164         * tips.texi (Coding Conventions): Mention separation of package
165         descriptor and name of internal symbols by two hyphens.
167 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
169         * windows.texi (Splitting Windows): Change category of
170         split-window from a command to a function.
172 2013-04-06  Chong Yidong  <cyd@gnu.org>
174         * display.texi (Faces): Minor clarifications.
175         (Defining Faces): Clarify default vs custom face specs.
176         Document face-spec-set.
178         * display.texi (Overlay Properties):
179         * text.texi (Special Properties): Use the "anonymous face"
180         terminology.  Describe foreground-color and background-color forms
181         as compatibility-only.
183 2013-03-24  Eli Zaretskii  <eliz@gnu.org>
185         * compile.texi (Byte-Code Objects): Add index entry.
186         (Disassembly): Add cross-references.
188 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
190         * frames.texi (Size Parameters): More accurate description of the
191         difference between 'fullboth' and 'maximized'.  (Bug#13935)
193 2013-03-17  Christopher Schmidt  <christopher@ch.ristopher.com>
195         * symbols.texi (Standard Properties): Document pure.  (Bug#13823)
197 2013-03-16  Glenn Morris  <rgm@gnu.org>
199         * elisp.texi: Add some stuff specific to www.gnu.org.
201 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
203         * control.texi (Pattern matching case statement): Fix typo.
205 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
207         * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
209 2013-03-03  Glenn Morris  <rgm@gnu.org>
211         * objects.texi (Symbol Type): Fix typo.
213 2013-02-28  Bastien Guerry  <bzg@gnu.org>
215         * variables.texi (File Local Variables): Fix reference.
217 2013-02-24  Eli Zaretskii  <eliz@gnu.org>
219         * files.texi (Magic File Names): Improve wording and indexing.
221 2013-02-21  Glenn Morris  <rgm@gnu.org>
223         * display.texi (Multi-Frame Images): Minor rephrasing.
225 2013-02-20  Glenn Morris  <rgm@gnu.org>
227         * display.texi (GIF Images, TIFF Images): Delete these nodes.
228         (ImageMagick Images): For :index, use an xref rather than duplicating.
229         (Other Image Types): Add GIF, adjust formatting.
230         (Multi-Frame Images): Rename from Animated Images.  Expand section.
231         * elisp.texi (Top): Update menu for these changes.
233 2013-02-19  Glenn Morris  <rgm@gnu.org>
235         * text.texi (Change Hooks): Fix typo.
237 2013-02-15  Glenn Morris  <rgm@gnu.org>
239         * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
241 2013-02-13  Glenn Morris  <rgm@gnu.org>
243         * objects.texi (Char-Table Type): Add footnote about #^^.
245         * modes.texi (Minor Mode Conventions): Fix typo.
247         * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
248         meta characters; this changed in 22.1.  (Bug#13684)
250         * objects.texi (Char-Table Type): Add cindex.
252         * keymaps.texi (Key Binding Commands): Trivial rephrasing.
254 2013-02-10  Glenn Morris  <rgm@gnu.org>
256         * keymaps.texi (Creating Keymaps): Update make-keymap result.
258 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
260         * modes.texi (%-Constructs): Remove the description of %t.
262         * nonascii.texi (MS-DOS File Types): Delete node.
264 2013-02-08  Glenn Morris  <rgm@gnu.org>
266         * keymaps.texi (Active Keymaps, Searching Keymaps):
267         Remove confusing mention of "symbolic prefix".  (Bug#13643)
269 2013-01-19  Glenn Morris  <rgm@gnu.org>
271         * macros.texi (Indenting Macros): Fix order of an indent
272         symbol's arguments.  (Bug#13450)
274 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
276         Allow floating-point file offsets.
277         * files.texi (Reading from Files, Writing to Files):
278         Say that file offsets can be numbers, not just integers.
280 2013-01-09  Glenn Morris  <rgm@gnu.org>
282         * commands.texi (Interactive Codes):
283         Whitespace does not terminate interactive "S".  (Bug#13393)
285 2013-01-06  Chong Yidong  <cyd@gnu.org>
287         * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
289 2013-01-05  Glenn Morris  <rgm@gnu.org>
291         * display.texi (Overlay Properties): Mention field.  (Bug#13364)
293 2013-01-05  Eli Zaretskii  <eliz@gnu.org>
295         * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
296         directive in a group of items.
298 2013-01-05  Chong Yidong  <cyd@gnu.org>
300         * keymaps.texi (Key Sequences): Remove obsolete sentence
301         (Bug#13356).
303 2013-01-04  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
305         * hash.texi (Defining Hash): Fix typo.  (Bug#13345)
307 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * files.texi (File Attributes): Undocument return format of file-acl.
311 2013-01-03  Glenn Morris  <rgm@gnu.org>
313         * processes.texi (System Processes):
314         * syntax.texi (Syntax Table Functions): Tweak some line breaks.
316         * searching.texi (Replacing Match): Fix xref.
318         * elisp.texi (DATE): Bump to Jan 2013.
320 2013-01-02  Glenn Morris  <rgm@gnu.org>
322         * customize.texi (Common Keywords, Type Keywords):
323         Replace "active field" with "button".  (Bug#13310)
325         * customize.texi (Common Keywords): Add xref.  (Bug#13311)
326         * tips.texi (Library Headers): Add cindex.
328 2012-12-30  Wolfgang Jenkner  <wjenkner@inode.at>
330         * functions.texi (Declare Form):
331         * intro.texi (A Sample Function Description):
332         * syntax.texi (Syntax Table Internals, Syntax Table Functions):
333         * variables.texi (Using Lexical Binding): Don't use @var or CAPS
334         in @def.. commands.  (Bug#13292)
336 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
338         * files.texi (Changing Files): Document the return values of
339         set-file-selinux-context and set-file-acl.
341 2012-12-27  Glenn Morris  <rgm@gnu.org>
343         * files.texi (File Names): Mention Cygwin conversion functions.
345 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
347         * windows.texi (Selecting Windows): Reword description of
348         select-window (Bug#13248).
350 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
352         * files.texi (File Attributes, Changing Files): Remove the details
353         about the text returned by file-acl.  Instead, just document that
354         it is an opaque string meant to be used by set-file-acl.
356 2012-12-21  Chong Yidong  <cyd@gnu.org>
358         * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
360         * customize.texi (Simple Types): Document key-sequence type
361         (Bug#13048).
363         * strings.texi (Text Comparison): Doc fix for compare-strings.
365 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
367         * files.texi (Magic File Names): Add `file-acl',
368         `file-selinux-context', `set-file-acl' and
369         `set-file-selinux-context'.  Make the list consistent.
371 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
373         * tips.texi (Library Headers): New header keyword `Homepage'.
374         Make continuation lines syntax more precise.
376 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
378         * files.texi (File Attributes, Changing Files): Update to include
379         MS-Windows support for ACLs.
381 2012-12-16  Romain Francoise  <romain@orebokech.com>
383         * files.texi (File Attributes): Document ACL support and new
384         `file-acl' function.
385         (Changing Files): Mention argument name change of `copy-file' and
386         document new function `set-file-acl'.
388 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
390         Fix permissions bugs with setgid directories etc. (Bug#13125)
391         * files.texi (Testing Accessibility): Document GROUP arg
392         of file-ownership-preserved-p.
393         (File Attributes): Document that 9th element is now
394         just a placeholder.
395         * os.texi (User Identification): Document new functions group-gid,
396         group-real-gid.
398 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
400         * internals.texi (C Integer Types): New section.
401         This follows up and records an email in
402         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
404 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * control.texi (Pattern matching case statement): New node.
408         * customize.texi (Variable Definitions): Mention the default :group
409         for defcustoms (bug#13093).
411 2012-12-09  Glenn Morris  <rgm@gnu.org>
413         * customize.texi (Variable Definitions): Mention eval-defun
414         on a defcustom calls the :set function when appropriate.
416 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
418         * doclicense.texi, gpl.texi: Update to latest version from FSF.
419         These are just minor editorial changes.
421 2012-12-06  Chong Yidong  <cyd@gnu.org>
423         * lists.texi (Plist Access): Move put example to Symbol Plists.
425         * symbols.texi (Standard Properties): Fix typo.
427 2012-12-03  Chong Yidong  <cyd@gnu.org>
429         * symbols.texi (Symbol Properties): New node.
430         (Symbol Plists): Make it a subsection under Symbol Properties.
431         (Standard Properties): New node.
433         * lists.texi (Property Lists): Move here from symbols.texi.
434         (Plist Access): Rename from Other Plists.
436         * customize.texi (Variable Definitions):
437         * display.texi (Defining Faces):
438         * sequences.texi (Char-Tables): Fix xref.
440         * keymaps.texi (Key Sequences): `kbd' is now a function.
442         * commands.texi (Using Interactive): Fix index entry.
444 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
446         * doclicense.texi: Update to latest version from FSF.
447         These are just minor editorial changes.
448         * elisp.texi (GNU Free Documentation License)
449         (GNU General Public Licens):
450         Provide sectioning, since doclicense.texi no longer does that.
452         * loading.texi (Named Features): @ -> @@ to fix typo.
454 2012-11-24  Martin Rudalics  <rudalics@gmx.at>
456         * windows.texi (Basic Windows): Fix typo.
457         (Windows and Frames): Fix example.  Move description of
458         window-in-direction here.
459         (Recombining Windows): Fix example.
460         (Buffers and Windows): Fix description of replace-buffer-in-windows.
461         (Switching Buffers): Reword.
462         (Display Action Functions): Minor adjustments.
463         (Choosing Window Options): Minor fixes.
464         (Window History): Minor rewording.
465         (Dedicated Windows): Correct and reword part describing how
466         dedicatedness affects functions removing buffers or windows.
467         * buffers.texi (The Buffer List): Fix description of bury-buffer.
469 2012-11-24  Chong Yidong  <cyd@gnu.org>
471         * modes.texi (%-Constructs): Fix statement about mode construct
472         padding (Bug#12866).
474 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * debugging.texi (Profiling): Make it more clear
477         that --enable-profiling is about profiling the C code.
479 2012-11-21  Glenn Morris  <rgm@gnu.org>
481         * display.texi (Attribute Functions):
482         Update for set-face-* name changes.
483         Add new "inherit" argument for face-bold-p etc.
484         Move description of this argument to a common section, like "frame".
486         * debugging.texi (Profiling): New section.
487         (Debugging): Mention profiling in the introduction.
488         * tips.texi (Compilation Tips): Move profiling to separate section.
489         * elisp.texi: Add Profiling to detailed menu.
491 2012-11-21  Martin Rudalics  <rudalics@gmx.at>
493         * windows.texi (Display Action Functions): Fix recently added
494         example.  Suggested by Michael Heerdegen.
496 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
498         Minor cleanup for times as lists of four integers.
499         * os.texi (Time Parsing): Time values can now be four integers.
501 2012-11-18  Glenn Morris  <rgm@gnu.org>
503         * loading.texi (How Programs Do Loading): Add eager macro expansion.
504         * macros.texi (Expansion): Mention eager macro expansion.
506         * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
508 2012-11-18  Leo Liu  <sdl.web@gmail.com>
510         * minibuf.texi (Programmed Completion): Doc fix for metadata
511         request (Bug#12850).
513 2012-11-18  Glenn Morris  <rgm@gnu.org>
515         * display.texi (Temporary Displays): Document with-temp-buffer-window.
517         * frames.texi (Size and Position): Add fit-frame-to-buffer command.
518         * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
519         (Window Sizes): Add vindex for window-min-height, window-min-width.
520         (Display Action Functions): Mention pop-up-frame-parameters.
522 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
524         * windows.texi (Choosing Window): Rewrite description of
525         display-buffer-alist (Bug#12167).
526         (Display Action Functions): Mention inhibit-switch-frame.
527         Fix description of display-buffer-below-selected.  Reorder actions.
528         Add example (Bug#12848).
530 2012-11-16  Glenn Morris  <rgm@gnu.org>
532         * display.texi (Face Attributes): Fix :underline COLOR description.
533         (Attribute Functions): Update for set-face-underline rename.
534         Tweak descriptions of face-underline-p, face-inverse-video-p.
536         * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
537         so they align better in info.
538         (Active Keymaps, Searching Keymaps, Controlling Active Maps):
539         Document set-temporary-overlay-map.
541 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
544         with normal keymaps".
546 2012-11-15  Dmitry Antipov  <dmantipov@yandex.ru>
548         * internals.texi (Garbage Collection): Update descriptions
549         of vectorlike_header, garbage-collect and gc-cons-threshold.
550         (Object Internals): Explain Lisp_Object layout and the basics
551         of an internal type system.
552         (Buffer Internals): Update description of struct buffer.
554 2012-11-13  Glenn Morris  <rgm@gnu.org>
556         * variables.texi (Adding Generalized Variables):
557         At least mention gv-define-expander and gv-letplace.
559         * debugging.texi (Error Debugging): Mention debug-on-message.
560         (Using Debugger): Mention debugger-bury-or-kill.
562         * control.texi (Signaling Errors):
563         * debugging.texi (Error Debugging):
564         * errors.texi (Standard Errors): Add user-error.
566         * variables.texi (Adding Generalized Variables):
567         Use standard formatting for common lisp note about setf functions.
569 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
571         * elisp.texi (Top): Add Recombining Windows to menu.
572         * windows.texi (Recombining Windows): New subsection.
573         (Splitting Windows): Rewrite text on handling of window
574         combinations and move it to new subsection.
576 2012-11-10  Chong Yidong  <cyd@gnu.org>
578         * searching.texi (Replacing Match): Document \? in replace-match.
580         * variables.texi (Creating Buffer-Local): Document setq-local and
581         defvar-local.
582         (Setting Generalized Variables): Arrange table alphabetically.
584         * lists.texi (List Elements, List Variables): Clarify descriptions
585         of push and pop for generalized variables.
587         * edebug.texi (Specification List): setf is no longer CL-only.
589 2012-11-10  Glenn Morris  <rgm@gnu.org>
591         * variables.texi (Adding Generalized Variables):
592         Update description of FIX-RETURN expansion.
594         * variables.texi (Setting Generalized Variables):
595         Split most of previous contents into this subsection.
596         (Adding Generalized Variables): New subsection.
597         Move note on lack of setf functions here from misc/cl.texi.
599         * elisp.texi: Add Generalized Variables subsections to detailed menu.
601 2012-11-10  Chong Yidong  <cyd@gnu.org>
603         * frames.texi (Initial Parameters): Doc fix (Bug#12144).
605 2012-11-08  Michael Albinus  <michael.albinus@gmx.de>
607         * os.texi (Notifications): Update descriptions of
608         notifications-notify, notifications-close-notification and
609         notifications-get-capabilities according to latest code changes.
610         Add notifications-get-server-information.
612 2012-11-03  Chong Yidong  <cyd@gnu.org>
614         * objects.texi (General Escape Syntax): Clarify the explanation of
615         escape sequences.
616         (Non-ASCII in Strings): Clarify when a string is unibyte vs
617         multibyte.  Hex escapes do not automatically make a string
618         multibyte.
620 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
622         * windows.texi (Switching Buffers): Document option
623         switch-to-buffer-preserve-window-point.
624         (Display Action Functions): Document window-height and
625         window-width alist entries.
626         (Display Action Functions):
627         Document display-buffer-below-selected and
628         display-buffer-in-previous-window.
629         (Quitting Windows): Document quit-restore-window.
630         Rewrite section.
631         (Window Configurations): In window-state-get mention that
632         argument window must be valid.
633         (Window Parameters): Document quit-restore window parameter
634         (Bug#12158).
636 2012-10-31  Glenn Morris  <rgm@gnu.org>
638         * control.texi (Catch and Throw): Add xref to cl.texi.
640         * lists.texi (Sets And Lists): Point xref to better location.
642         * errors.texi (Standard Errors):
643         * loading.texi (Autoload): Update for cl-lib namespace changes.
645         * modes.texi (Defining Minor Modes): "Generalized Variables"
646         section is now in this manual rather than cl.texi.
648         * eval.texi (Special Forms): No longer special forms: defmacro,
649         defun, save-window-excursion, with-output-to-temp-buffer.
650         * functions.texi (Defining Functions): Defun is now a macro.
651         Defalias is a function.
653 2012-10-30  Glenn Morris  <rgm@gnu.org>
655         * variables.texi (Generalized Variables): Fix typo.
657 2012-10-30  Chong Yidong  <cyd@gnu.org>
659         * symbols.texi (Symbol Plists): Document function-get.
661         * loading.texi (Autoload): Document autoloadp, autoload-do-load.
663         * frames.texi (Visibility of Frames): Document tty-top-frame.
665 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * keymaps.texi (Format of Keymaps): Document the multiple
668         inheritance format.
670 2012-10-28  Martin Rudalics  <rudalics@gmx.at>
672         * windows.texi (Basic Windows): Reformulate description of live,
673         internal and valid windows.
674         (Cyclic Window Ordering): Describe new argument of
675         get-lru-window and get-largest-window.  Add description of
676         window-in-direction.
678 2012-10-27  Glenn Morris  <rgm@gnu.org>
680         * variables.texi (Generalized Variables): New section,
681         adapted from misc/cl.texi.
682         * elisp.texi (Top): Add Generalized Variables to menu.
683         * lists.texi (List Elements, List Variables):
684         Mention generalized variables.
686         * lists.texi (List Elements): Typo fix.
688 2012-10-27  Chong Yidong  <cyd@gnu.org>
690         * minibuf.texi (High-Level Completion): Don't mention removed
691         function iswitchb-read-buffer.
693         * commands.texi (Event Input Misc): Remove last-input-char.
694         (Command Loop Info): Remove last-command-char.
696         * frames.texi (Initial Parameters): Don't mention the obsolete
697         special-display feature.
699         * windows.texi (Choosing Window): Don't mention the obsolete
700         special display feature.
701         (Choosing Window Options): Remove obsolete special-display
702         variables, and the functions special-display-p and
703         special-display-popup-frame.
705         * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
707         * hooks.texi (Standard Hooks): Remove obsolete hooks.
709         * markers.texi (Information from Markers): Remove obsolete
710         function buffer-has-markers-at.
712         * text.texi (Yanking): Document yank-handled-properties.
714 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
716         Update manual for new time stamp format (Bug#12706).
717         * buffers.texi (Modification Time):
718         * files.texi (Testing Accessibility, File Attributes):
719         * intro.texi (Version Info):
720         * os.texi (Time of Day):
721         Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
722         These instances were missed the first time around.
723         Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
725 2012-10-24  Chong Yidong  <cyd@gnu.org>
727         * minibuf.texi (Text from Minibuffer): Document read-regexp
728         changes.
730         * nonascii.texi (Selecting a Representation):
731         Document set-buffer-multibyte changes.
733         * keymaps.texi (Toolkit Differences): Node deleted.
734         (Easy Menu): New node.
736 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
740 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
742         Fix outdated timestamp documentation in Elisp manual (bug#12706).
743         * files.texi (File Attributes):
744         * text.texi (Undo):
745         Time stamp resolution is now 1 picosecond, not 1 second.
747 2012-10-23  Chong Yidong  <cyd@gnu.org>
749         * display.texi (Font Lookup): Remove font-list-limit.
751         * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
752         (Bug#12529).
754 2012-10-22  Glenn Morris  <rgm@gnu.org>
756         * os.texi (Recording Input): Tiny fix.
758         * intro.texi (Lisp History):
759         * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
760         * tips.texi (Coding Conventions): Recommend cl-lib over cl.
762 2012-10-15  Chong Yidong  <cyd@gnu.org>
764         * macros.texi (Defining Macros): defmacro is now a macro.
765         Explicitly list the docstring and declare arguments.
767         * functions.texi (Anonymous Functions): Explicitly list the
768         docstring, declare, and interactive arguments to lambda.
769         (Defining Functions): Likewise for defun.
770         (Inline Functions): Likewise for defsubst.
771         (Declare Form): Tweak description.
773 2012-10-13  Chong Yidong  <cyd@gnu.org>
775         * display.texi (ImageMagick Images): ImageMagick enabled by default.
777 2012-10-05  Chong Yidong  <cyd@gnu.org>
779         * minibuf.texi (Basic Completion): Clarify list form of completion
780         table (Bug#12564).
782 2012-10-05  Bruno Félix Rezende Ribeiro  <oitofelix@gmail.com>  (tiny change)
784         * functions.texi (Function Safety): Copyedit.  (Bug#12562)
786 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
788         Revert the FOLLOW-SYMLINKS change for file-attributes.
789         * files.texi (File Attributes, Magic File Names): Undo last change.
791 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
793         file-attributes has a new optional arg FOLLOW-SYMLINKS.
794         * files.texi (File Attributes): Describe it.
795         (Magic File Names): Use it.
797 2012-09-30  Chong Yidong  <cyd@gnu.org>
799         * commands.texi (Click Events): Define "mouse position list".
800         Remove mention of unimplemented horizontal scroll bars.
801         (Drag Events, Motion Events): Refer to "mouse position list".
802         (Accessing Mouse): Document posnp.
804         * errors.texi (Standard Errors): Tweak arith-error description.
805         Tweak markup.  Remove domain-error and friends, which seem to be
806         unused after the floating-point code revamp.
808         * functions.texi (Obsolete Functions): Obsolescence also affects
809         documentation commands.  Various clarifications.
810         (Declare Form): New node.
812         * strings.texi (String Basics): Copyedits.
814         * os.texi (Idle Timers): Minor clarifications.
815         (User Identification): Add system-users and system-groups.
817         * macros.texi (Defining Macros): Move description of `declare' to
818         Declare Form node.
820         * loading.texi (Autoload):
821         * help.texi (Documentation Basics): The special sequences can
822         trigger autoloading.
824         * numbers.texi (Integer Basics): Copyedits.
825         (Float Basics): Consider IEEE floating point always available.
826         (Random Numbers): Document actual limits.
827         (Arithmetic Operations): Clarify division by zero.  Don't mention
828         the machine-independence of negative division since it does not
829         happen in practice.
831 2012-09-28  Chong Yidong  <cyd@gnu.org>
833         * os.texi (Startup Summary): Document leim-list.el change.
835 2012-09-25  Chong Yidong  <cyd@gnu.org>
837         * functions.texi (Defining Functions): defun is now a macro.
839 2012-09-28  Leo Liu  <sdl.web@gmail.com>
841         * files.texi (Files): Fix typo.
843 2012-09-23  Chong Yidong  <cyd@gnu.org>
845         * buffers.texi (Read Only Buffers): Document read-only-mode.
847         * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
848         read-only-mode.
850         * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
851         calling conventions.
853 2012-09-22  Chong Yidong  <cyd@gnu.org>
855         * searching.texi (Replacing Match): Minor clarification.
857 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
859         * edebug.texi (Instrumenting): Improve indexing.
861         * os.texi (Idle Timers): Warn against reinvoking an idle timer
862         from within its own timer action.  (Bug#12447)
864 2012-09-22  Chong Yidong  <cyd@gnu.org>
866         * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
868 2012-09-21  Glenn Morris  <rgm@gnu.org>
870         * debugging.texi (Using Debugger): Fix typo.
872 2012-09-18  Chong Yidong  <cyd@gnu.org>
874         * display.texi (Faces): Discuss anonymous faces.
875         (Face Attributes): Tweak intro.
876         (Defining Faces): Move after the Face Attributes node.  Copyedits.
877         (Displaying Faces): Describe role of inheritance.
879         * customize.texi (Customization): Define customization more
880         carefully (Bug#11440).
881         (Common Keywords): Add xref to Constant Variables.
883         * variables.texi (Defining Variables): Link to defcustom's node
884         instead of the higher-level Customization chapter.
886 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
888         Simplify, document, and port floating-point (Bug#12381).
889         * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
890         Document that / and mod (with floating point arguments), along
891         with asin, acos, log, log10, expt and sqrt, return special values
892         instead of signaling exceptions.
893         (Float Basics): Document that logb operates on the absolute value
894         of its argument.
895         (Math Functions): Document that (log ARG BASE) also returns NaN if
896         BASE is negative.  Document that (expt X Y) returns NaN if X is a
897         finite negative number and Y a finite non-integer.
899 2012-09-09  Chong Yidong  <cyd@gnu.org>
901         * lists.texi (Sets And Lists): Explain that the return value for
902         delete should be used, like for delq.
904         * minibuf.texi (Yes-or-No Queries): Document recentering and
905         scrolling in y-or-n-p.  Remove gratuitous example.
907         * searching.texi (Search and Replace): Document window scrolling
908         entries in query-replace-map.
910 2012-09-08  Chong Yidong  <cyd@gnu.org>
912         * syntax.texi (Syntax Table Internals): Define "raw syntax
913         descriptor" terminology (Bug#12383).
914         (Syntax Descriptors): Mention raw syntax descriptors.
916 2012-09-07  Chong Yidong  <cyd@gnu.org>
918         * variables.texi (Creating Buffer-Local): Fix description of
919         local-variable-if-set-p (Bug#10713).
921         * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
923         * windows.texi (Display Action Functions)
924         (Choosing Window Options): Remove obsolete variable
925         display-buffer-reuse-frames.
926         (Switching Buffers): Minor doc tweak for switch-to-buffer.
928         * positions.texi (Narrowing): Document buffer-narrowed-p.
930         * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
932         * syntax.texi (Low-Level Parsing): Add xref to Parser State
933         (Bug#12269).
935 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
937         * debugging.texi (Explicit Debug): Document `debug-on-message'.
939 2012-09-02  Chong Yidong  <cyd@gnu.org>
941         * windows.texi (Window Configurations): Recommend against using
942         save-window-excursion (Bug#12075).
944         * control.texi (Catch and Throw):
945         * positions.texi (Excursions): Don't mention it.
947 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
949         Better seed support for (random).
950         * numbers.texi (Random Numbers): Document new behavior of
951         the calls (random) and (random STRING).
953 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
955         * windows.texi (Window Point): Document recent changes in
956         window-point and set-window-point.
957         (Selecting Windows): Document recent change in select-window.
959 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
961         * functions.texi (Closures): Put the main index entry for
962         "closures" here.  (Bug#12138)
964         * variables.texi (Lexical Binding): Disambiguate the index entry
965         for "closures".
967 2012-08-05  Chong Yidong  <cyd@gnu.org>
969         * display.texi (Defining Faces): Move documentation of
970         frame-background-mode to the Emacs manual (Bug#7774).
972 2012-08-04  Chong Yidong  <cyd@gnu.org>
974         * syntax.texi (Syntax Basics): Rearrange the text for clarity.
975         Fix description of syntax table inheritance.
976         (Syntax Table Functions): Don't refer to internal contents of
977         syntax table, since that is not explained yet.  Copyedits.
978         (Standard Syntax Tables): Node deleted.
979         (Syntax Table Internals): Misc clarifications.  Improve table
980         formatting.
982         * keymaps.texi (Inheritance and Keymaps):
983         * text.texi (Sticky Properties): Tweak index entry.
985 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
987         * nonascii.texi (Character Sets): Fix a typo.  (Bug#12062)
989 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
991         Prefer typical American spelling for "acknowledgment".
992         * intro.texi (Acknowledgments): Rename from Acknowledgements.
994 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
996         * commands.texi (Special Events): Mention language-change event.
997         (Input Events, Interactive Codes):
998         * keymaps.texi (Key Sequences): Mention events that are
999         non-keyboard but also non-mouse events.
1001 2012-07-17  Chong Yidong  <cyd@gnu.org>
1003         * text.texi (Insertion): Document insert-char changes.
1005 2012-07-15  Leo Liu  <sdl.web@gmail.com>
1007         * display.texi (Fringe Bitmaps): Add exclamation-mark.
1009 2012-07-13  Chong Yidong  <cyd@gnu.org>
1011         * buffers.texi (Read Only Buffers): Document toggle-read-only
1012         changes.  Reword to account for the fact that read-only is
1013         currently not supported in overlay properties.
1015 2012-07-07  Chong Yidong  <cyd@gnu.org>
1017         * loading.texi (Library Search): Index site-lisp directories.
1019 2012-07-06  Chong Yidong  <cyd@gnu.org>
1021         * intro.texi (A Sample Function Description): Fix incorrect
1022         markup, undoing previous change.
1023         (A Sample Variable Description): Minor clarifications and markup
1024         improvements.
1026         * elisp.texi (Top):
1027         * text.texi (Text): Fix menu order.
1029 2012-07-06  Richard Stallman  <rms@gnu.org>
1031         * intro.texi (Evaluation Notation, A Sample Function Description):
1032         (A Sample Variable Description): Improve/undo previous changes.
1034 2012-07-05  Glenn Morris  <rgm@gnu.org>
1036         * intro.texi (A Sample Function Description): Fix cross-refs.
1038 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
1040         * intro.texi (Evaluation Notation, A Sample Function Description)
1041         (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1043 2012-06-27  Chong Yidong  <cyd@gnu.org>
1045         * processes.texi (Asynchronous Processes, Input to Processes):
1046         * internals.texi (Process Internals): Don't capitalize "pty".
1048 2012-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
1050         * processes.texi (Asynchronous Processes): Make the pty vs pipe
1051         discussion more prominent.
1053 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
1055         * commands.texi (Misc Events): Document the language-change event.
1057 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1059         Support higher-resolution time stamps (Bug#9000).
1060         * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1061         * processes.texi (System Processes):
1062         Time stamp resolution is now picosecond, not microsecond.
1064 2012-06-21  Glenn Morris  <rgm@gnu.org>
1066         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
1068 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1070         * functions.texi (Defining Functions):
1071         * macros.texi (Defining Macros): Un-define the return value of `defun',
1072         `defmacro' and `defalias'.
1074 2012-06-17  Chong Yidong  <cyd@gnu.org>
1076         * elisp.texi: Remove urlcolor setting.
1078 2012-06-17  Glenn Morris  <rgm@gnu.org>
1080         * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
1081         Overlining no longer behaves exactly like underlining.
1083 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
1085         * display.texi (Face Attributes):
1086         Document wave-style underline face attribute.
1088 2012-06-11  Chong Yidong  <cyd@gnu.org>
1090         * display.texi (ImageMagick Images): ImageMagick now supports the
1091         :background property.
1093 2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
1095         * internals.texi (Garbage Collection): Typo fix.
1097 2012-06-09  Chong Yidong  <cyd@gnu.org>
1099         * text.texi (Special Properties): Clarify the meaning of a list of
1100         faces in the `face' property.
1102         * display.texi (Face Remapping): Minor clarification.
1104 2012-06-08  Chong Yidong  <cyd@gnu.org>
1106         * display.texi (Face Attributes): Font family does not accept
1107         wildcards.  De-document obsolete :bold and :italic attributes.
1108         (Defining Faces): Use new-style face spec format.
1110 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
1112         * internals.texi (Garbage Collection): Document new
1113         vector management code and vectorlike_header structure.
1115 2012-06-03  Chong Yidong  <cyd@gnu.org>
1117         * modes.texi (Mode Line Data): Use "mode line construct"
1118         terminology for consistency.
1120 2012-05-27  Glenn Morris  <rgm@gnu.org>
1122         * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1123         * buffers.texi, commands.texi, compile.texi, control.texi:
1124         * customize.texi, debugging.texi, display.texi, doclicense.texi:
1125         * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1126         * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1127         * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1128         * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1129         * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1130         * objects.texi, os.texi, package.texi, positions.texi:
1131         * processes.texi, searching.texi, sequences.texi, streams.texi:
1132         * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1133         * variables.texi, windows.texi: Nuke hand-written node pointers.
1135 2012-05-27  Chong Yidong  <cyd@gnu.org>
1137         * functions.texi (Obsolete Functions):
1138         Fix doc for set-advertised-calling-convention.
1140         * modes.texi (Mode Help): Fix describe-mode.
1142         * display.texi (Face Functions): Fix define-obsolete-face-alias.
1144         * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1146 2012-05-27  Martin Rudalics  <rudalics@gmx.at>
1148         * commands.texi (Recursive Editing): recursive-edit is a command.
1150         * compile.texi (Docs and Compilation):
1151         byte-compile-dynamic-docstrings is an option.
1153         * debugging.texi (Invoking the Debugger): debug is a command.
1155         * display.texi (Progress): progress-reporter-update and
1156         progress-reporter-force-update have VALUE argument optional.
1157         (Animated Images): Use non-@code{nil} instead of non-nil.
1159         * files.texi (Format Conversion Round-Trip):
1160         Use non-@code{nil} instead of non-nil.
1162         * frames.texi (Creating Frames): make-frame is a command.
1163         (Input Focus): select-frame is a command.
1164         (Pointer Shape): void-text-area-pointer is an option.
1166         * help.texi (Describing Characters): read-kbd-macro is a command.
1167         (Help Functions): describe-prefix-bindings is a command.
1169         * markers.texi (Creating Markers): Both arguments of copy-marker
1170         are optional.
1172         * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1174         * modes.texi (Mode Line Variables): mode-line-remote and
1175         mode-line-client are not options.
1176         (Imenu): imenu-add-to-menubar is a command.
1177         (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1179         * os.texi (Sound Output): play-sound-file is a command.
1181         * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1183         * processes.texi (Signals to Processes):
1184         Use @key{RET} instead of @code{RET}.
1185         (Signals to Processes): signal-process is a command.
1187         * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1188         (Base 64): base64-encode-string is not a command while
1189         base64-decode-region is.
1191         * windows.texi (Switching Buffers): pop-to-buffer is a command.
1193 2012-05-12  Glenn Morris  <rgm@gnu.org>
1195         * Makefile.in (MKDIR_P): New, set by configure.
1196         (mkinfodir): Use $MKDIR_P.
1198 2012-05-10  Glenn Morris  <rgm@gnu.org>
1200         * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1201         with "coding: raw-text".
1202         Concept of multibyte sessions no longer exists.
1204         * files.texi (File Locks): Mention create-lockfiles option.
1206 2012-05-09  Glenn Morris  <rgm@gnu.org>
1208         * vol1.texi, vol2.texi: Remove files.
1209         * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1210         * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1212         * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1214         * two-volume.make (emacsdir): New.
1215         (tex): Add directory with emacsver.texi to TEXINPUTS.
1217         * minibuf.texi (Minibuffer History, Basic Completion):
1218         Tweak page breaks.
1220         * internals.texi (Garbage Collection, Memory Usage)
1221         (Writing Emacs Primitives): Tweak page breaks.
1223         * streams.texi (Output Variables): Improve page break.
1225         * edebug.texi (Edebug Display Update): Improve page break.
1227         * compile.texi (Disassembly): Condense the examples.
1229         * eval.texi, functions.texi, loading.texi, macros.texi:
1230         Where possible, use example rather than smallexample.
1232         * symbols.texi: Where possible, use example rather than smallexample.
1233         (Symbol Components): Fix typo.
1234         (Other Plists): Tweak page break.
1236         * sequences.texi (Arrays): Tweak page breaks.
1238         * customize.texi: Where possible, use example rather than smallexample.
1239         (Common Keywords, Variable Definitions, Applying Customizations)
1240         (Custom Themes): Tweak page breaks.
1242         * control.texi: Where possible, use example rather than smallexample.
1243         (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1244         Tweak page breaks.
1246 2012-05-08  Glenn Morris  <rgm@gnu.org>
1248         * two.el: Remove; unused since creation of two-volume.make.
1250         * vol1.texi, vol2.texi: No need to keep menus in these files.
1252 2012-05-05  Glenn Morris  <rgm@gnu.org>
1254         * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1256         * intro.texi (Caveats): Copyedit.
1257         (Lisp History): Convert inforef to xref.
1258         (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1260         * text.texi (Auto Filling): Don't mention Emacs 19.
1262         * commands.texi (Event Input Misc): Don't mention unread-command-char.
1263         * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1265         * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1267         * lists.texi (List-related Predicates, List Variables):
1268         Tweak page-breaks.
1269         (Sets And Lists): Convert inforef to xref.
1271 2012-05-04  Glenn Morris  <rgm@gnu.org>
1273         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1274         (info, infoclean): Use $INFO_EXT.
1275         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1276         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1277         (info, maintainer-clean): Use $INFO_EXT.
1278         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1280 2012-05-04  Chong Yidong  <cyd@gnu.org>
1282         * os.texi (Timers): Use defopt for timer-max-repeats.
1284 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1286         * os.texi (Time of Day): Do not limit current-time-string
1287         to years 1000..9999.
1289 2012-05-02  Chong Yidong  <cyd@gnu.org>
1291         * display.texi (Font Lookup):
1292         * frames.texi (Pointer Shape):
1293         * processes.texi (Subprocess Creation): Use defopt for options.
1295 2012-05-02  Glenn Morris  <rgm@gnu.org>
1297         * elisp.texi (@copying):
1298         * intro.texi (Introduction): Only print VERSION in the TeX version.
1300 2012-05-02  Chong Yidong  <cyd@gnu.org>
1302         * text.texi (Change Hooks): Minor fix for after-change-functions.
1304 2012-05-02  Glenn Morris  <rgm@gnu.org>
1306         * package.texi (Packaging Basics):
1307         * loading.texi (Autoload):
1308         * files.texi (Magic File Names):
1309         Reword to remove/reduce some overly long/short lines.
1311 2012-04-27  Glenn Morris  <rgm@gnu.org>
1313         * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1314         * modes.texi (Major Modes, Auto-Indentation):
1315         * buffers.texi (Buffers): Some fixes for menu descriptions.
1317 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * functions.texi (Simple Lambda, Argument List):
1319         * eval.texi (Function Indirection): Avoid deprecated form.
1321 2012-04-27  Glenn Morris  <rgm@gnu.org>
1323         * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1324         Add "et al." to authors.
1326         * buffers.texi, commands.texi, compile.texi, control.texi:
1327         * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1328         * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1329         * modes.texi, numbers.texi, objects.texi, streams.texi:
1330         * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1331         Use Texinfo recommended convention for quotes+punctuation.
1333 2012-04-27  Chong Yidong  <cyd@gnu.org>
1335         * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1336         to where-is-internal (Bug#10872).
1338 2012-04-27  Glenn Morris  <rgm@gnu.org>
1340         * macros.texi (Indenting Macros): Fix typo.
1342         * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1343         (Resizing Windows, Deleting Windows, Selecting Windows)
1344         (Choosing Window Options, Horizontal Scrolling)
1345         (Cyclic Window Ordering, Window History, Dedicated Windows)
1346         (Quitting Windows, Window Configurations, Textual Scrolling):
1347         (Coordinates and Windows, Window Configurations)
1348         (Window Parameters, Window Hooks): Copyedits.
1349         (Splitting Windows, Deleting Windows):
1350         Fix ignore-window-parameters logic.
1351         (Selecting Windows, Choosing Window Options): Markup fixes.
1352         (Window Start and End): Remove pointless example.
1353         Remove cross-reference to deleted count-lines content.
1354         (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1355         and recenter-positions.  Remove recenter example.
1357         * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1359         * minibuf.texi (Intro to Minibuffers):
1360         Tweak discussion of resizing minibuffer window.
1362 2012-04-26  Glenn Morris  <rgm@gnu.org>
1364         * elisp-covers.texi, front-cover-1.texi: Remove files.
1366         * tindex.pl: Remove file.
1368         * makefile.w32-in (srcs):
1369         * Makefile.in (srcs): Remove back.texi (which is unused).
1371 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
1373         * os.texi (Notifications): Extend possible notification hints.
1374         Add notifications-get-capabilities.
1376 2012-04-20  Chong Yidong  <cyd@gnu.org>
1378         * processes.texi (Asynchronous Processes): Mention nil argument to
1379         start-process.
1381 2012-04-20  Glenn Morris  <rgm@gnu.org>
1383         * minibuf.texi (Basic Completion): No need to describe obarrays here.
1384         Don't mention obsolete `nospace' argument of all-completions.
1385         (Minibuffer Completion, Completion Commands, Reading File Names)
1386         (Completion Variables): Copyedits.
1387         (Completion Commands): Mention parent keymaps.
1388         Remove obsolete minibuffer-local-filename-must-match-map.
1389         (High-Level Completion): Remove read-variable's almost
1390         word-for-word duplication of read-command.
1391         * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1392         Update "High-Level Completion" description.
1394         * minibuf.texi (Minibuffers):
1395         * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1397         * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1398         Use Texinfo-recommended form of quote+punctuation.
1399         (Intro to Minibuffers): First minibuffer is #1, not #0.
1400         Mention minibuffer-inactive-mode.
1401         (Text from Minibuffer): Copyedits.
1402         (Minibuffer History, Programmed Completion): Fix @var usage.
1403         (Object from Minibuffer): Remove overly pedantic para.
1404         (Minibuffer History): Copyedits.  Add face-name-history.
1405         (Initial Input, Yes-or-No Queries, Multiple Queries)
1406         (Minibuffer Windows, Minibuffer Misc): Copyedits.
1407         (Yes-or-No Queries): Tweak example.
1408         (Minibuffer Commands): Add next-complete-history-element.
1409         (Minibuffer Misc): Mention minibuffer-message-timeout, and
1410         minibuffer-inactive-mode.
1412         * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1413         (Bindat Functions): Copyedits.
1415 2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
1417         * files.texi (Saving Buffers): Document `visit and `visit-save'
1418         values of require-final-newline.
1420 2012-04-20  Glenn Morris  <rgm@gnu.org>
1422         * processes.texi (Output from Processes, Filter Functions):
1423         Mention waiting-for-user-input-p.
1424         (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1425         (Network Servers, Datagrams, Network Processes, Network Options)
1426         (Network Feature Testing, Serial Ports): Copyedits.
1427         (Network): Add encrypted network overview paragraph.
1428         Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
1430 2012-04-20  Chong Yidong  <cyd@gnu.org>
1432         * help.texi (Keys in Documentation): Mention :advertised-binding.
1434         * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1435         description to help.texi.
1437 2012-04-20  Glenn Morris  <rgm@gnu.org>
1439         * processes.texi (Process Information, Input to Processes)
1440         (Signals to Processes, Output from Processes, Process Buffers)
1441         (Filter Functions, Decoding Output): Copyedits.
1442         (Accepting Output): Discourage use of `millisec' argument.
1444 2012-04-15  Glenn Morris  <rgm@gnu.org>
1446         * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1447         (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1448         Copyedits.
1449         (Subprocess Creation): Discourage modifying exec-path directly.
1450         (Synchronous Processes, Asynchronous Processes):
1451         Update some example output.
1452         (Process Information): Fix typo.
1453         (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1455 2012-04-15  Glenn Morris  <rgm@gnu.org>
1457         * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
1458         open-network-stream does exist in Emacs 23, but is simpler.
1460 2012-04-15  Chong Yidong  <cyd@gnu.org>
1462         * customize.texi (Custom Themes): Also document load-theme etc.
1464 2012-04-14  Chong Yidong  <cyd@gnu.org>
1466         * customize.texi (Applying Customizations):
1467         (Custom Themes): New nodes.
1469         * display.texi (Defining Faces): Reference custom-set-faces.
1471         * modes.texi (Defining Minor Modes, Defining Minor Modes):
1472         * os.texi (Startup Summary): Copyedits.
1474 2012-04-14  Glenn Morris  <rgm@gnu.org>
1476         * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1478         * strings.texi (Case Tables):
1479         * objects.texi (General Escape Syntax):
1480         * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1482         * buffers.texi, compile.texi, customize.texi, debugging.texi:
1483         * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1484         * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1485         * text.texi: Use @file for buffers, per the Texinfo manual.
1487         * compile.texi (Compiler Errors): Add missing space in buffer name.
1489 2012-04-14  Chong Yidong  <cyd@gnu.org>
1491         * processes.texi (Query Before Exit): Remove obsolete function
1492         process-kill-without-query (Bug#11190).
1494 2012-04-14  Glenn Morris  <rgm@gnu.org>
1496         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1497         Use @env for environment variables.
1499         * Makefile.in: Replace non-portable use of $< in ordinary rules.
1501 2012-04-12  Jari Aalto  <jari.aalto@cante.net>
1503         * processes.texi (Synchronous Processes):
1504         Mention `default-directory' (bug#7515).
1506 2012-04-09  Chong Yidong  <cyd@gnu.org>
1508         * customize.texi (Variable Definitions): Remove user-variable-p.
1510         * commands.texi (Interactive Codes):
1511         * help.texi (Accessing Documentation):
1512         * minibuf.texi (High-Level Completion): Callers changed.
1514 2012-04-06  Chong Yidong  <cyd@gnu.org>
1516         * minibuf.texi (Programmed Completion): Document metadata method.
1517         (Completion Variables): Document completion-category-overrides.
1519 2012-04-05  Chong Yidong  <cyd@gnu.org>
1521         * anti.texi (Antinews): Rewrite for Emacs 23.
1523 2012-04-04  Chong Yidong  <cyd@gnu.org>
1525         * minibuf.texi (Programmed Completion): Remove obsolete variable
1526         completion-annotate-function.
1527         (Completion Variables): Rename from Completion Styles.
1528         Document completion-extra-properties.  Document completion-styles-alist
1529         change.
1530         (Reading File Names): minibuffer-local-filename-must-match-map is
1531         not used anymore.
1532         (Minibuffer Completion): Document completing-read-function.
1533         (Completion in Buffers): completion-at-point-functions can return
1534         properties recognized in completion-extra-properties.
1536         * display.texi (Delayed Warnings): New node.
1538         * os.texi (Notifications): Copyedits.
1540 2012-04-04  Glenn Morris  <rgm@gnu.org>
1542         * os.texi (Notifications): Copyedits.
1544 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
1546         * os.texi (Terminal-Specific): Fix typo.
1547         (Notifications): New section.
1549         * elisp.texi (Top):
1550         * vol1.texi (Top):
1551         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1552         menu entries.
1554 2012-04-01  Chong Yidong  <cyd@gnu.org>
1556         * files.texi (Kinds of Files): file-subdir-of-p renamed to
1557         file-in-directory-p.
1559 2012-03-31  Glenn Morris  <rgm@gnu.org>
1561         * edebug.texi (Instrumenting Macro Calls):
1562         Mention defining macros at instrumentation time.
1563         (Edebug Options): Mention edebug-unwrap-results.
1565 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
1567         * text.texi (Special Properties): Clarify the description of the
1568         effect of integer values of the 'cursor' property on cursor
1569         position.  See the discussions in bug#11068 for more details and
1570         context.
1572 2012-03-31  Glenn Morris  <rgm@gnu.org>
1574         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1575         Copyedits.
1577 2012-03-30  Chong Yidong  <cyd@gnu.org>
1579         * display.texi (Image Formats): Add imagemagick type.
1580         (Image Descriptors): Mention how they are used.
1581         (ImageMagick Images): Clarify role of imagemagick-register-types.
1582         (Character Display): Don't mention glyph tables.
1583         (Display Tables): Use make-glyph-code in example.
1584         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
1585         tables are semi-obsolete.  De-document create-glyph.
1586         (Glyphless Chars): Note that display tables override this.
1587         (Bidirectional Display): Copyedits.  Introduce "bidirectional
1588         reordering" terminology, and use it.
1590 2012-03-30  Glenn Morris  <rgm@gnu.org>
1592         * edebug.texi (Jumping): Give name of `i' binding.
1594 2012-03-28  Glenn Morris  <rgm@gnu.org>
1596         * searching.texi (Regular Expressions, Regexp Special):
1597         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1598         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1599         (Regexp Special): Mention collation.
1600         Clarify char classes with an example.
1601         (Regexp Functions): Mention regexp-opt is not guaranteed.
1602         Mention regexp-opt-charset.
1603         (Regexp Search): Recommend against looking-back.
1604         (Search and Replace): Use Texinfo recommended quote convention.
1605         Add more query-replace-map items.  List multi-query-replace-map items.
1607 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
1609         * windows.texi (Window History): Describe new option
1610         switch-to-visible-buffer.
1612 2012-03-27  Glenn Morris  <rgm@gnu.org>
1614         * searching.texi (String Search): Add xref to Emacs manual.
1615         Copyedits.  Mention the function word-search-regexp.
1616         (Searching and Case): Add xref to Emacs manual.  Copyedits.
1618         * processes.texi (Network Servers): Standardize apostrophe usage.
1620         * os.texi (System Environment): Copyedits.  Remove some examples
1621         that do not seem useful.  Mention setenv third arg.
1622         tty-erase-char does not seem to be nil under a window-system.
1623         (User Identification): Copyedits.
1624         Remove some examples that do not seem useful.
1626 2012-03-26  Glenn Morris  <rgm@gnu.org>
1628         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
1629         (Init File): Copyedits.
1630         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
1631         (Killing Emacs): Copyedits.
1632         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
1633         Shorten the example, use more standard shell prompts.
1635 2012-03-25  Chong Yidong  <cyd@gnu.org>
1637         * display.texi (Fringes): Note that fringes are shown on graphical
1638         displays only.
1639         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1640         (Replacing Specs): Clarify example.
1641         (Manipulating Buttons): Note that button-at can return a marker.
1642         (Buttons): Minor rewrite.
1643         (Character Display): New node.  Consolidate all character display
1644         related nodes into its subsections.
1645         (Usual Display): Character 127 is also affected by ctl-arrow.
1646         (Display Tables): Improve example.
1648 2012-03-22  Glenn Morris  <rgm@gnu.org>
1650         * strings.texi (Text Comparison): Mention string-prefix-p.
1652 2012-03-21  Chong Yidong  <cyd@gnu.org>
1654         * display.texi (The Echo Area): Add xref to Output Streams.
1655         (Displaying Messages): Improve doc of message.
1656         (Echo Area Customization, Invisible Text): Copyedits.
1657         (Invisible Text): Mention that spec comparison is done with eq.
1658         (Width): Improve doc of char-width.
1659         (Faces): Recommend using symbol instead of string for face name.
1660         Minor clarifications.
1661         (Defining Faces): Copyedits.  Update face example.
1662         (Attribute Functions): Mark set-face-foreground etc as commands.
1663         (Face Remapping): Mention text-scale-adjust.
1664         Clarify face-remapping-alist and related docs.
1665         (Face Functions): Don't document make-face or copy-face.
1667 2012-03-20  Chong Yidong  <cyd@gnu.org>
1669         * display.texi (Forcing Redisplay): Various rewrites to reflect
1670         new value of redisplay-dont-pause.
1671         (Truncation): Copyedits.
1673 2012-03-20  Glenn Morris  <rgm@gnu.org>
1675         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1676         Add summary table of some relevant command-line options.
1678 2012-03-18  Chong Yidong  <cyd@gnu.org>
1680         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1681         (Writing Emacs Primitives): Re-organize discussion of functions
1682         with variable Lisp arguments are handled.  Delete an obsolete
1683         remark, previously tagged as FIXME.
1685         * os.texi (Idle Timers): Minor clarification.
1686         (Idle Timers): Link to Time of Day for description of time list.
1688 2012-03-18  Glenn Morris  <rgm@gnu.org>
1690         * os.texi (System Interface): Flow control was removed.
1691         (Startup Summary): General update.
1692         (Init File): Don't mention compiling it.
1694 2012-03-17  Chong Yidong  <cyd@gnu.org>
1696         * os.texi (Startup Summary): Mention package loading.
1697         (Init File): Don't refer to .emacs in section title.  Copyedits.
1698         (Terminal-Specific): Give a realistic example.
1699         (Command-Line Arguments): Reference Entering Emacs instead of
1700         repeating the spiel about not restarting Emacs.
1701         (Time of Day): Discuss time representation at beginning of node.
1702         (Sound Output): Copyedits.
1704         * package.texi (Packaging Basics): Document package-initialize.
1706 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
1708         * frames.texi (Initial Parameters): Add an index entry for
1709         minibuffer-only frame.
1711 2012-03-16  Glenn Morris  <rgm@gnu.org>
1713         * modes.texi (Major Mode Conventions): Mention the strange
1714         relationship between View mode and special modes.  (Bug#10650)
1716 2012-03-11  Chong Yidong  <cyd@gnu.org>
1718         * windows.texi (Window Configurations): save-window-excursion is
1719         now a macro.
1721         * display.texi (Temporary Displays): with-output-to-temp-buffer is
1722         now a macro.
1724         * text.texi (Fields): Minor copyedit.
1726 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
1728         * strings.texi (String Basics):
1729         * sequences.texi (Sequence Functions): Mention that `length' is
1730         not appropriate for computing the string width on display; add a
1731         cross-reference to the description of `string-width'.  (Bug#10978)
1733         * eval.texi (Autoloading): Minor change of wording.
1735 2012-03-10  Chong Yidong  <cyd@gnu.org>
1737         * loading.texi (Autoload): Explicitly state which forms are
1738         processed specially (Bug#7783).
1740         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1741         non-default situation.  Describe one-submenu exception (Bug#7695).
1743         * nonascii.texi (Character Properties): Copyedits.
1745 2012-03-08  Chong Yidong  <cyd@gnu.org>
1747         * text.texi (Mode-Specific Indent): Document new behavior of
1748         indent-for-tab-command.  Document tab-always-indent.
1749         (Special Properties): Copyedits.
1750         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
1751         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
1752         libxml-parse-html-region.
1754 2012-03-07  Glenn Morris  <rgm@gnu.org>
1756         * markers.texi (The Region): Briefly mention use-empty-active-region
1757         and region-active-p.
1758         (Overview of Markers): Reword garbage collection, add cross-ref.
1759         (The Mark): Tiny clarification re command loop and activate-mark-hook.
1761 2012-03-07  Chong Yidong  <cyd@gnu.org>
1763         * text.texi (Buffer Contents): Don't duplicate explanation of
1764         region arguments from Text node.  Put doc of obsolete var
1765         buffer-substring-filters back, since it is referred to.
1766         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1767         selection by default.
1769         * markers.texi (The Mark): Fix typo.
1770         (The Region): Copyedits.
1772 2012-03-07  Glenn Morris  <rgm@gnu.org>
1774         * markers.texi (Overview of Markers): Copyedits.
1775         (Creating Markers): Update approximate example buffer size.
1776         (The Mark): Don't mention uninteresting return values.
1778 2012-03-05  Chong Yidong  <cyd@gnu.org>
1780         * positions.texi (Text Lines): Document count-words.
1782 2012-03-04  Chong Yidong  <cyd@gnu.org>
1784         * frames.texi (Frames): Remove little-used "terminal frame" and
1785         "window frame" terminology.
1786         (Frame Parameters, Font and Color Parameters, Initial Parameters)
1787         (Size and Position, Visibility of Frames): Callers changed.
1788         (Frames): Clarify which terminals in framep are graphical.
1789         (Initial Parameters): --geometry is not the only option which adds
1790         to initial-frame-alist.
1791         (Position Parameters): Note that icon-left and icon-top are for
1792         old window managers only.
1793         (Size Parameters): Sizes are in characters even on graphical
1794         displays.
1795         (Management Parameters): Note that window-id and outer-window-id
1796         can't really be changed, and that auto-raise isn't always obeyed.
1797         (Cursor Parameters): Document cursor-type explicitly.
1798         (Size and Position): The aliases set-screen-height and
1799         set-screen-width have been deleted.
1800         (Visibility of Frames): Mention "minimization".
1802         * os.texi (Startup Summary): Minor clarifications.
1803         (Startup Summary, Suspending Emacs): Standardize on "text
1804         terminal" terminology.
1806         * windows.texi (Basic Windows, Coordinates and Windows)
1807         (Coordinates and Windows):
1808         * display.texi (Refresh Screen, Line Height, Face Attributes)
1809         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1811 2012-03-04  Glenn Morris  <rgm@gnu.org>
1813         * abbrevs.texi: Small copyedits throughout.
1814         (Abbrev Mode): Remove this section, folding it into the top-level.
1815         (Abbrev Tables): Don't mention irrelevant return values.
1816         (Abbrev Expansion): Add cross-ref for wrapper hooks.
1817         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1818         (Abbrev Table Properties): Update nil :regexp description.
1820 2012-03-03  Glenn Morris  <rgm@gnu.org>
1822         * internals.texi: Change @appendix section commands to @section.
1823         (Building Emacs): Say less about CANNOT_DUMP platforms.
1824         Replace deleted eval-at-startup with custom-initialize-delay.
1825         (Pure Storage): Small changes.
1826         (Memory Usage): Copyedit.
1827         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1828         example definitions. Give examples of things with non-nil
1829         interactive args.  Mention eval_sub.  Remove old info about
1830         strings and GCPRO.  Mention cus-start.el.
1831         (Buffer Internals, Window Internals, Process Internals):
1832         Misc small updates and fixes for fields.
1834         * tips.texi: Copyedits.
1835         (Coding Conventions): Mention autoloads.
1836         Combine partially duplicated macro items.  Fix xref.
1837         Refer to Library Headers for copyright notice.
1838         (Programming Tips): edit-options is long-obsolete.
1839         (Compilation Tips): Mention loading bytecomp for byte-compile props.
1840         (Warning Tips): Mention declare-function.
1841         (Documentation Tips): Remove old info.
1842         (Comment Tips): Mention comment-dwim, not indent-for-comment.
1843         (Library Headers): General update.
1845 2012-03-02  Glenn Morris  <rgm@gnu.org>
1847         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1848         and relocate entry.  Mention buffer-stale-function.
1850         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1852         * hooks.texi (Standard Hooks): General update.
1853         Put related hooks together.  Add and remove items.
1854         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1855         * modes.texi (Hooks): Tweak cross-ref description.
1857 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
1859         * files.texi (Kinds of Files): The return value of file-equal-p is
1860         unspecified, if FILE1 or FILE2 does not exist.
1862 2012-03-01  Glenn Morris  <rgm@gnu.org>
1864         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1866         * maps.texi (Standard Keymaps): General update.
1867         Remove mode-specific maps, talk about the more general keymaps.
1868         * help.texi (Help Functions): Add vindex for Helper-help-map.
1869         * keymaps.texi (Active Keymaps): Minor rephrasing.
1871 2012-02-29  Glenn Morris  <rgm@gnu.org>
1873         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1875 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1877         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1878         Update changed behavior of file-subdir-of-p.
1880 2012-02-28  Glenn Morris  <rgm@gnu.org>
1882         * advice.texi, anti.texi, display.texi, elisp.texi:
1883         * processes.texi, variables.texi, vol1.texi, vol2.texi:
1884         Standardize possessive apostrophe usage.
1886         * locals.texi: Remove file.
1887         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1888         Remove menu entry.
1889         * errors.texi, maps.texi: Adjust node pointers.
1890         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1891         * makefile.w32-in (srcs):
1892         * Makefile.in (srcs): Remove locals.texi.
1894         * frames.texi (Mouse Position): Fix cross-ref.
1896 2012-02-27  Chong Yidong  <cyd@gnu.org>
1898         * buffers.texi (Creating Buffers): Clarify that
1899         generate-new-buffer uses generate-new-buffer-names.
1900         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1902         * files.texi (Directory Names): Index entry for file name abbreviations.
1903         (Relative File Names, File Name Expansion): Refer to it.
1904         (Locating Files): Move locate-user-emacs-file documentation to
1905         Standard File Names.
1906         (Standard File Names): Add locate-user-emacs-file; update examples.
1908 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
1910         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1912 2012-02-26  Chong Yidong  <cyd@gnu.org>
1914         * files.texi (Kinds of Files): Improve documentation of
1915         files-equal-p and file-subdir-of-p.
1917 2012-02-26  Glenn Morris  <rgm@gnu.org>
1919         * intro.texi (Acknowledgements): Small changes.
1921 2012-02-25  Glenn Morris  <rgm@gnu.org>
1923         * errors.texi: Don't try to list _all_ the error symbols.
1924         Add circular-list, cl-assertion-failed, compression-error.
1925         * elisp.texi, vol1.texi, vol2.texi:
1926         * control.texi (Error Symbols): Tweak "Standard Errors" description.
1928 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1930         * files.texi (files-equal-p, file-subdir-of-p): New,
1931         add initial documentation.
1933 2012-02-25  Chong Yidong  <cyd@gnu.org>
1935         * files.texi (File Attributes): Document file-selinux-context.
1936         (Changing Files): Link to it.
1937         (Changing Files): Document set-file-selinux-context.
1939         * backups.texi (Making Backups): Return value of backup-buffer is
1940         changed.  Mention default value of backup-directory-alist.
1941         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1942         (Auto-Saving): New minor mode behavior for auto-save-mode.
1943         (Reverting): Add defvar for revert-buffer-in-progress-p.
1945         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1947 2012-02-24  Glenn Morris  <rgm@gnu.org>
1949         * errors.texi (Standard Errors): Mention dbus-error.
1950         For arith-error sub-classes, just use one cross-ref.
1952 2012-02-23  Alan Mackenzie  <acm@muc.de>
1954         * modes.texi (Defining Minor Modes): Document the new keyword
1955         :after-hook.
1957 2012-02-21  Chong Yidong  <cyd@gnu.org>
1959         * files.texi (Files): Mention magic file names as arguments.
1960         (Reading from Files): Copyedits.
1961         (File Attributes): Mention how to change file modes.
1962         (Changing Files): Use standard "file permissions" terminology.
1963         Add xref to File Attributes node.
1964         (Locating Files): Document locate-user-emacs-file.
1965         (Unique File Names): Recommend against using make-temp-name.
1967 2012-02-19  Chong Yidong  <cyd@gnu.org>
1969         * help.texi (Documentation, Documentation Basics, Help Functions):
1970         Minor clarifications.
1971         (Accessing Documentation): Clarify what documentation-property is
1972         for.  Add xref to Keys in Documentation.
1974         * tips.texi (Documentation Tips): Don't recommend using * in
1975         docstrings.
1977         * macros.texi (Defining Macros):
1978         * modes.texi (Derived Modes): Say "documentation string" instead
1979         of docstring.
1981 2012-02-18  Chong Yidong  <cyd@gnu.org>
1983         * modes.texi (Tabulated List Mode): New node.
1984         (Basic Major Modes): Add xref to it.
1986         * processes.texi (Process Information): Mention Process Menu mode.
1988 2012-02-17  Chong Yidong  <cyd@gnu.org>
1990         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1992 2012-02-17  Glenn Morris  <rgm@gnu.org>
1994         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1996 2012-02-16  Chong Yidong  <cyd@gnu.org>
1998         * syntax.texi (Syntax Tables, Syntax Descriptors)
1999         (Syntax Table Functions): Copyedits.
2000         (Syntax Basics): Don't repeat the material in the preceding node.
2001         (Syntax Class Table): Use a table.
2002         (Syntax Properties): Document syntax-propertize-function and
2003         syntax-propertize-extend-region-functions.
2004         (Motion via Parsing): Clarify scan-lists. Fix indentation.
2005         (Parser State): Update for the new "c" comment style.
2006         Fix description of item 7 (comment style).
2008         * modes.texi (Minor Modes): Update how mode commands should treat
2009         arguments now.
2010         (Mode Line Basics): Clarify force-mode-line-update.
2011         (Mode Line Top): Note that the example is not realistic.
2012         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2013         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2014         "mode line construct" instead of "mode line specification".
2015         (Syntactic Font Lock): Remove mention of obsolete variable
2016         font-lock-syntactic-keywords.
2017         (Setting Syntax Properties): Node deleted.
2018         (Font Lock Mode): Note that Font Lock mode is a minor mode.
2019         (Font Lock Basics): Note that syntactic fontification falls back
2020         on `syntax-table'.
2021         (Search-based Fontification): Emphasize that font-lock-keywords
2022         should not be set directly.
2023         (Faces for Font Lock): Avoid some confusing terminology.
2024         (Syntactic Font Lock): Minor clarifications.  Add xref to
2025         Syntactic Font Lock node.
2027 2012-02-15  Chong Yidong  <cyd@gnu.org>
2029         * minibuf.texi (Basic Completion): Define "completion table".
2030         Move completion-in-region to Completion in Buffers node.
2031         (Completion Commands): Use "completion table" terminology.
2032         (Completion in Buffers): New node.
2034         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2035         (Setting Hooks): Update minor mode usage example.
2036         (Major Mode Conventions): Note that completion-at-point-functions
2037         should be altered locally.  Add xref to Completion in Buffers.
2038         Remove duplicate tip about auto-mode-alist.
2039         (Minor Modes): Rewrite introduction.
2040         (Minor Mode Conventions): Copyedits.  Don't recommend
2041         variable-only minor modes since few minor modes are like that.
2043 2012-02-15  Glenn Morris  <rgm@gnu.org>
2045         * processes.texi (Network): Document open-network-stream :parameters.
2047 2012-02-14  Chong Yidong  <cyd@gnu.org>
2049         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2050         was removed on 2009-09-10.  Update lisp-mode-map example.
2051         (Inheritance and Keymaps): Minor clarification.
2052         (Searching Keymaps): Remove out-of-place enumeration.
2053         (Key Lookup): Remove unnecessary example (one was already given in
2054         Format of Keymaps).
2055         (Changing Key Bindings): Update suppress-keymap example.
2056         (Menu Bar, Tool Bar): Copyedits.
2057         (Tool Bar): Update tool-bar-map example.
2059 2012-02-12  Chong Yidong  <cyd@gnu.org>
2061         * debugging.texi (Debugger Commands): Continuing is now allowed
2062         for errors.
2064 2012-02-11  Chong Yidong  <cyd@gnu.org>
2066         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2067         Move the list of standard bitmaps there.
2068         (Fringe Cursors): Rewrite for clarity.
2069         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2071         * commands.texi (Command Overview): Mention read-key.
2072         (Using Interactive, Interactive Call): Minor clarifications.
2073         (Function Keys, Click Events): Avoid "input stream" terminology.
2074         (Click Events): Add xref to Window Sizes and Accessing Mouse.
2075         Clarify column and row components.
2076         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
2077         (Special Events): Copyedits.
2079         * streams.texi (Input Streams): De-document get-file-char.
2080         (Output Variables): Don't refer to old backquote syntax.
2082         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
2083         (Error Debugging): Note that debug-ignored-errors overrides list
2084         values of debug-on-error too.  Add xref to Signaling Errors.
2085         Note that debug-on-signal is not customizable.
2086         Mention condition-case-unless-debug.
2087         (Compilation Errors): Node deleted.
2089         * compile.texi (Compiler Errors): Move a paragraph here from
2090         deleted node Compilation Errors.
2092 2012-02-10  Leo Liu  <sdl.web@gmail.com>
2094         * control.texi (Handling Errors): Change condition-case-no-debug
2095         to condition-case-unless-debug.
2097 2012-02-10  Chong Yidong  <cyd@gnu.org>
2099         * advice.texi (Defining Advice): Clarify ad-unadvise.
2100         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2101         is not abnormal.
2102         (Advising Primitives): Node deleted; ad-define-subr-args has been
2103         removed.
2105         * compile.texi (Speed of Byte-Code): Use float-time in example.
2106         (Compilation Functions): Note that the log uses Compilation mode.
2107         Don't discuss the contents of byte-code function object here.
2108         (Compilation Functions): De-document internal function byte-code.
2109         (Docs and Compilation): Minor clarifications.
2111         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2112         Objects.
2114 2012-02-10  Glenn Morris  <rgm@gnu.org>
2116         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2117         Mention secure-hash.
2118         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2120 2012-02-10  Chong Yidong  <cyd@gnu.org>
2122         * loading.texi (Loading): Don't emphasize "library" terminology.
2123         (Library Search): load-path is not a user option.  Mention role of
2124         -L option and packages.  Improve examples.
2125         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2126         obsolete.
2127         (Autoload): Minor clarifications.
2129 2012-02-10  Glenn Morris  <rgm@gnu.org>
2131         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2133         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2135 2012-02-08  Glenn Morris  <rgm@gnu.org>
2137         * loading.texi (Named Features): Update the require example.
2139 2012-02-07  Glenn Morris  <rgm@gnu.org>
2141         * modes.texi (Defining Minor Modes):
2142         Expand on args of defined minor modes.
2144 2012-02-07  Chong Yidong  <cyd@gnu.org>
2146         * variables.texi (Creating Buffer-Local): Minor clarification
2147         to buffer-local-variables doc (Bug#10715).
2149 2012-02-07  Glenn Morris  <rgm@gnu.org>
2151         * display.texi (ImageMagick Images): General update.
2152         Move most details of imagemagick-render-type to the variable's doc.
2154 2012-02-06  Glenn Morris  <rgm@gnu.org>
2156         * keymaps.texi (Tool Bar): Mention separators.
2157         (Inheritance and Keymaps):
2158         Mention make-composed-keymap and multiple inheritance.
2160         * modes.texi (Running Hooks): Mention run-hook-wrapped.
2162         * control.texi (Handling Errors):
2163         Mention condition-case-no-debug and with-demoted-errors.
2165 2012-02-05  Chong Yidong  <cyd@gnu.org>
2167         * customize.texi (Common Keywords): Minor clarifications.
2168         Document custom-unlispify-remove-prefixes.
2169         (Variable Definitions): Backquotes in defcustom seem to work fine
2170         now.  Various other copyedits.
2171         (Simple Types): Copyedits.  Document color selector.
2172         (Composite Types): Copyedits.
2173         (Splicing into Lists): Clarifications.
2175         * eval.texi (Backquote): Move from macros.texi.
2177         * macros.texi (Expansion): Minor clarification.
2178         (Backquote): Move node to eval.texi.
2179         (Defining Macros): Move an example from Backquote node.
2180         (Argument Evaluation): No need to mention Pascal.
2181         (Indenting Macros): Add xref to Defining Macros.
2183 2012-02-05  Glenn Morris  <rgm@gnu.org>
2185         * debugging.texi (Error Debugging): Mention debug-on-event default.
2187 2012-02-04  Glenn Morris  <rgm@gnu.org>
2189         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2191         * debugging.texi (Error Debugging): Mention debug-on-event.
2192         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2194         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2196         * text.texi (Buffer Contents):
2197         Update filter-buffer-substring description.
2199 2012-02-04  Chong Yidong  <cyd@gnu.org>
2201         * functions.texi (What Is a Function): Add closures.
2202         Mention "return value" terminology.  Add xref for command-execute.
2203         Remove unused "keystroke command" terminology.
2204         (Lambda Expressions): Give a different example than in the
2205         following subsection.  Add xref to Anonymous Functions.
2206         (Function Documentation): Remove gratuitous markup.
2207         (Function Names): Move introductory text to `What Is a Function'.
2208         (Defining Functions): Fix defun argument spec.
2209         (Anonymous Functions): Document lambda macro explicitly.
2210         Mention effects on lexical binding.
2211         (Function Cells): Downplay direct usage of fset.
2212         (Closures): New node.
2213         (Inline Functions): Remove "open-code" terminology.
2214         (Declaring Functions): Minor tweak; .m is not C code.
2216         * variables.texi (Variables): Don't refer to "global value".
2217         (Local Variables, Void Variables): Copyedits.
2218         (Lexical Binding): Minor clarification of example.
2219         (File Local Variables): Mention :safe and :risky defcustom args.
2220         (Lexical Binding): Add xref to Closures node.
2222 2012-02-04  Glenn Morris  <rgm@gnu.org>
2224         * minibuf.texi (High-Level Completion): Updates for read-color.
2226 2012-02-03  Glenn Morris  <rgm@gnu.org>
2228         * display.texi (GIF Images): Mention animation.
2229         Remove commented-out old example of animation.
2230         (Animated Images): New subsection.
2231         * elisp.texi (Top):
2232         * vol1.texi (Top):
2233         * vol2.texi (Top): Add Animated Images menu entry.
2235         * display.texi (Image Formats): Remove oddly specific information
2236         on versions of image libraries.
2237         (GIF Images, TIFF Images): Minor rephrasing.
2239 2012-02-02  Glenn Morris  <rgm@gnu.org>
2241         * processes.texi (Synchronous Processes):
2242         Mention call-process's :file gets overwritten.
2244         * commands.texi (Reading One Event):
2245         * help.texi (Help Functions): Document read-char-choice.
2247         * hooks.texi (Standard Hooks):
2248         * modes.texi (Keymaps and Minor Modes):
2249         * text.texi (Commands for Insertion): Document post-self-insert-hook.
2251         * hooks.texi (Standard Hooks): Add prog-mode-hook.
2253         * hooks.texi (Standard Hooks):
2254         * modes.texi (Major Mode Conventions, Mode Hooks):
2255         Document change-major-mode-after-body-hook.
2257 2012-02-01  Glenn Morris  <rgm@gnu.org>
2259         * modes.texi (Defining Minor Modes):
2260         Mention disabling global minor modes on a per-major-mode basis.
2262 2012-01-31  Chong Yidong  <cyd@gnu.org>
2264         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2265         (Parser State): Remove unnecessary statement (Bug#10661).
2267         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2269 2012-01-31  Glenn Morris  <rgm@gnu.org>
2271         * modes.texi (Defining Minor Modes):
2272         Document define-minor-mode's new :variable keyword.
2274 2012-01-29  Chong Yidong  <cyd@gnu.org>
2276         * syntax.texi (Syntax Class Table): Tweak description of newline
2277         char syntax (Bug#9619).
2279         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2280         description (Bug#10189).
2282 2012-01-29  Glenn Morris  <rgm@gnu.org>
2284         * files.texi (Changing Files): Document SELinux support.
2286         * windows.texi (Window Sizes): Fix typo.
2288 2012-01-28  Chong Yidong  <cyd@gnu.org>
2290         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2291         doc (Bug#8568).
2293         * frames.texi (Input Focus): Add NORECORD arg to
2294         select-frame-set-input-focus.  Clarify its role in select-frame.
2296         * text.texi (Transposition): We don't use transpose-region as an
2297         internal subroutine (Bug#3249).
2299         * modes.texi (Example Major Modes): Update Lisp example code to
2300         current sources.  Delete the old non-derived-major-mode example,
2301         which has diverged badly from current sources.
2303 2012-01-27  Glenn Morris  <rgm@gnu.org>
2305         * makefile.w32-in (texinputdir): Fix (presumed) typo.
2306         (VERSION, manual): Remove, unused.
2308 2012-01-27  Chong Yidong  <cyd@gnu.org>
2310         * commands.texi (Command Overview): Minor clarification (Bug#10384).
2312 2012-01-26  Chong Yidong  <cyd@gnu.org>
2314         * searching.texi (String Search): Document negative repeat count
2315         (Bug#10507).
2317 2012-01-26  Glenn Morris  <rgm@gnu.org>
2319         * variables.texi (Using Lexical Binding):
2320         Mention that lexical-binding should be set in the first line.
2322 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2324         * macros.texi (Defining Macros): Don't claim that `declare' only
2325         affects Edebug and indentation.
2327 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2329         * macros.texi (Defining Macros): Slight `declare' fixup.
2331 2012-01-25  Glenn Morris  <rgm@gnu.org>
2333         * makefile.w32-in (texinputdir):
2334         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
2336 2012-01-24  Chong Yidong  <cyd@gnu.org>
2338         * variables.texi (Variables, Local Variables, Void Variables):
2339         Edit to make the descriptions less specific to dynamic binding.
2340         (Local Variables): Default max-specpdl-size is now 1300.
2341         (Defining Variables): Edits for lexical scoping.
2342         Delete information about starting docstrings with *.  De-document
2343         user-variable-p.
2344         (Tips for Defining): Remove an unimportant discussion of quitting
2345         in the middle of a load.
2346         (Accessing Variables, Setting Variables): Discuss lexical binding.
2347         (Variable Scoping): Rewrite.
2348         (Scope, Extent, Impl of Scope): Nodes deleted.
2349         (Dynamic Binding): New node, with material from Scope, Extent, and
2350         Impl of Scope nodes.
2351         (Dynamic Binding Tips): Rename from Using Scoping.
2352         (Lexical Binding): Rewrite.
2353         (Using Lexical Binding): Rename from Converting to Lexical
2354         Binding.  Convert to subsection.
2356         * customize.texi (Variable Definitions): Add custom-variable-p.
2357         Move user-variable-p documentation here.
2359 2012-01-23  Chong Yidong  <cyd@gnu.org>
2361         * strings.texi (Text Comparison): Minor qualification.
2363         * lists.texi (Cons Cells): Copyedits.
2364         (List Elements): Mention push.
2365         (List Variables): Mention pop.
2366         (Rings): Move to sequences.texi.
2368         * sequences.texi (Sequence Functions): Don't repeat the
2369         introduction already given in the parent.
2370         (Vectors): Copyedits.
2371         (Rings): Move from lists.texi.  Note that this is specific to the
2372         ring package.
2374         * symbols.texi (Definitions, Symbol Components): Mention variable
2375         scoping issues.
2376         (Plists and Alists): Copyedits.
2378         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2379         correctness with lexical scoping.
2380         (Eval): Copyedits.
2382 2012-01-21  Chong Yidong  <cyd@gnu.org>
2384         * intro.texi (A Sample Function Description): Special notation
2385         used for macros too.
2387         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2388         (Symbol Type): Add xref for keyword symbols.
2389         (Sequence Type): Clarify differences between sequence types.
2390         (Cons Cell Type): Add "linked list" index entry.
2391         (Non-ASCII in Strings): Copyedits.
2392         (Equality Predicates): Symbols with same name need not be eq.
2394         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2395         ldexp.  Move float-e and float-pi to Math Functions node.
2397 2012-01-21  Glenn Morris  <rgm@gnu.org>
2399         * modes.texi (Auto Major Mode):
2400         * variables.texi (File Local Variables):
2401         Mention inhibit-local-variables-regexps.
2403 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
2405         * windows.texi (Window Configurations): Rewrite references to
2406         persistent window parameters.
2407         (Window Parameters): Fix description of persistent window
2408         parameters.
2410 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
2412         * windows.texi (Window Parameters): Use @pxref.
2414 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
2416         * windows.texi (Window Configurations, Window Parameters):
2417         Describe persistent window parameters.
2419 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2421         * variables.texi (Creating Buffer-Local): Warn against misuses of
2422         make-variable-buffer-local (bug#10258).
2424 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2428 2012-01-06  Chong Yidong  <cyd@gnu.org>
2430         * variables.texi (Directory Local Variables):
2431         Document hack-dir-local-variables-non-file-buffer.
2433 2012-01-06  Glenn Morris  <rgm@gnu.org>
2435         * maps.texi (Standard Keymaps): Refer to Info-edit by name
2436         rather than by keybinding.
2438 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
2440         * frames.texi (Font and Color Parameters): Add @pxref.
2442 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
2444         * frames.texi (Font and Color Parameters):
2445         Document w32 font backends (bug#10399).
2447 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2449         * files.texi (File Attributes, Changing Files):
2450         Use a more-natural notation for octal numbers.
2452 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
2454         * variables.texi (Variables with Restricted Values):
2455         Change reference to variable (bug#10354).
2457 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
2459         * windows.texi (Splitting Windows): Use t instead of non-nil
2460         when describing window-combination-resize.
2462 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         * text.texi (Special Properties): Warn against `intangible' properties
2465         (bug#10222).
2467 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
2469         * display.texi (Truncation):
2470         * text.texi (Special Properties): Describe what a stretch-glyph is
2471         instead of using that term without explanation.  Make the
2472         cross-references more accurate.
2474         * display.texi (Usual Display): Update the description,
2475         cross-references, and indexing related to display of control
2476         characters and raw bytes.
2478 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
2480         * windows.texi (Splitting Windows): Fix description of
2481         window-combination-limit.  Suggested by Eli Zaretskii.
2483 2011-11-23  Chong Yidong  <cyd@gnu.org>
2485         * windows.texi (Window Sizes): Move window-top-line,
2486         window-left-column, and window-*-pixel-edges to Coordinates and
2487         Windows node.
2488         (Coordinates and Windows): Restore window-edges doc.
2490 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
2492         * windows.texi (Windows and Frames, Splitting Windows):
2493         Fix typos.
2495 2011-11-21  Chong Yidong  <cyd@gnu.org>
2497         * windows.texi (Splitting Windows): Fix error in documentation of
2498         window-combination-limit.
2499         (Cyclic Window Ordering): Minor fixes to next-window,
2500         one-window-p, and get-lru-window docs.  Don't document
2501         window-list-1.
2502         (Buffers and Windows): Copyedits.
2503         (Choosing Window): Document special handling of special-display-*.
2504         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2505         Don't document even-window-heights, which is going away.
2506         Clarify which options are obeyed by which action functions.
2508 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2510         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2512 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
2514         * windows.texi (Resizing Windows, Splitting Windows):
2515         Remove term "status" when talking about combination limits.
2517 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2519         * compile.texi (Compiler Errors):
2520         * help.texi (Help Functions): Fix typos.
2522 2011-11-19  Chong Yidong  <cyd@gnu.org>
2524         * windows.texi (Splitting Windows): Clarify role of window
2525         parameters in split-window.  Shorten the example.
2526         (Deleting Windows): Rewrite intro to handle internal windows.
2527         Fix delete-windows-on doc.
2528         (Selecting Windows): Copyedits.
2530 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
2532         * windows.texi (Resizing Windows, Splitting Windows)
2533         (Deleting Windows): Use term window-combination-resize instead
2534         of window-splits.
2536 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
2538         * windows.texi (Resizing Windows, Splitting Windows):
2539         Rename occurrences of window-nest to window-combination-limit.
2541 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
2543         * intro.texi (Lisp History): Fix typo.
2545 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
2547         * windows.texi (Splitting Windows, Deleting Windows):
2548         Remove references to splits status of windows.
2550 2011-11-10  Glenn Morris  <rgm@gnu.org>
2552         * buffers.texi (Read Only Buffers): Expand a bit on why
2553         toggle-read-only should only be used interactively.  (Bug#7292)
2555 2011-11-09  Chong Yidong  <cyd@gnu.org>
2557         * windows.texi (Window Sizes): Document window-pixel-edges,
2558         window-inside-pixel-edges, window-absolute-pixel-edges, and
2559         window-inside-absolute-pixel-edges.
2560         (Resizing Windows): shrink-window-if-larger-than-buffer works on
2561         non-full-width windows.
2563 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
2565         * windows.texi (Resizing Windows): Rewrite documentation of
2566         window-resizable.
2568 2011-11-09  Chong Yidong  <cyd@gnu.org>
2570         * windows.texi (Splitting Windows): Simplify example.
2572 2011-11-08  Chong Yidong  <cyd@gnu.org>
2574         * windows.texi (Window Sizes): Copyedits.  Document
2575         window-text-height.  Remove window-min-height and window-min-width
2576         discussion, referring instead to Emacs manual.
2577         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2578         (Resizing Windows): Simplify introduction.  Don't document
2579         enlarge-window, shrink-window, enlarge-window-horizontally, and
2580         shrink-window-horizontally; they are no longer preferred for
2581         calling from Lisp, and are already documented in the Emacs manual.
2583 2011-11-07  Glenn Morris  <rgm@gnu.org>
2585         * windows.texi (Choosing Window): Fix keybinding typo.
2587 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
2589         * windows.texi (Resizing Windows, Splitting Windows)
2590         (Window Configurations): Use "child window" instead of
2591         "subwindow".
2593 2011-11-06  Chong Yidong  <cyd@gnu.org>
2595         * windows.texi (Basic Windows): Clarify various definitions.
2596         Treat window-normalize-* as internal; don't document them.
2597         (Windows and Frames): Various clarifications, e.g. non-live
2598         windows also belong to frames.  Fix window-list description.
2599         Simplify window nesting example.
2600         (Splitting Windows, Window Configurations):
2601         Use split-window-below.
2603 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
2605         * windows.texi (Window Sizes): Mention in the doc string that the
2606         return values of `window-body-height' and `window-body-width' are
2607         in frame's canonical units.  (Bug#9949)
2609 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
2611         * windows.texi (Windows and Frames): Remove "iso-" infix from
2612         documentation of window-iso-combined-p.
2614 2011-10-26  Chong Yidong  <cyd@gnu.org>
2616         * modes.texi (Running Hooks): Document with-wrapper-hook.
2618 2011-10-18  Chong Yidong  <cyd@gnu.org>
2620         * display.texi (Glyphless Chars): New node.
2622 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
2624         * text.texi (Yanking): Document yank-excluded-properties.
2626         * package.texi (Packaging Basics): The commentary should say how
2627         to begin using the package.
2629 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
2631         * windows.texi (Deleting Windows): Mention which window gets
2632         selected when deleting the selected window.
2634 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
2636         * buffers.texi (The Buffer List): Describe how bury-buffer deals
2637         with the selected window.
2638         * windows.texi (Buffers and Windows): Reformulate text on how
2639         replace-buffer-in-windows deals with a window.
2640         (Quitting Windows): Describe how quit-window deals with a
2641         standalone frame.  Describe new option frame-auto-hide-function.
2643 2011-10-08  Glenn Morris  <rgm@gnu.org>
2645         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
2647         * positions.texi (Excursions): Update warning message.
2649 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
2651         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2652         Fix Emacs manual xref (Bug#9675).
2654 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
2656         * windows.texi (Textual Scrolling): Document scroll-up-command,
2657         scroll-down-command, scroll-error-top-bottom, and the
2658         scroll-command symbol property.
2659         (Display Action Functions): Fix description of
2660         display-buffer-pop-up-window.
2662 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
2664         * windows.texi (Splitting Windows): Fix typos.
2666 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
2668         * windows.texi (Windows and Frames, Display Action Functions)
2669         (Switching Buffers): Fix some typos.
2670         (Buffers and Windows): Remove reference to window-auto-delete.
2671         Reword description of replace-buffer-in-windows.
2672         (Window History): Fix some typos and refer to frame local buffer
2673         list.
2674         (Quitting Windows): New node.
2675         (Window Configurations): Add descriptions of window-state-get
2676         and window-state-put.
2677         (Window Parameters): Describe variable ignore-window-parameters.
2678         Sketch some window parameters currently in use.
2679         * elisp.texi (Top): Update node listing.
2681 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
2683         * windows.texi (Display Action Functions)
2684         (Choosing Window Options): New nodes.
2686 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
2688         * windows.texi (Window History): New node.  Move text here from
2689         Buffers and Windows.
2690         (Switching Buffers): Rename from Displaying Buffers, since we
2691         don't document display-buffer here; callers changed.
2692         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2693         switch-to-buffer-other-frame.  Delete duplicate
2694         replace-buffer-in-windows doc.
2695         (Choosing Window): Document display actions.
2697 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
2699         * display.texi (Forcing Redisplay): Update the description of
2700         redisplay-dont-pause due to change in the default value.
2702 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
2704         * frames.texi (Frames and Windows): Move section and rename to
2705         Windows and Frames in windows.texi.
2706         * windows.texi (Windows): Restructure.
2707         (Basic Windows): Rewrite.  Explain live and internal windows and
2708         normalization functions.
2709         (Windows and Frames): Move section here from frames.texi.
2710         Describe subwindows, window combinations, window tree, and
2711         corresponding functions including window-list here.
2712         (Window Sizes): Rename section from Size of Window and move it
2713         up in chapter.  Describe total and body sizes and the
2714         corresponding functions.  Explain new semantics of
2715         window-min-height/-width.
2716         (Resizing Windows): Move section up in chapter.  Describe new
2717         resize functions.
2718         (Splitting Windows): Describe new behavior of split-window,
2719         split-window-above-each-other and split-window-side-by-side.
2720         Provide examples.  Describe window-nest and window-splits
2721         options.
2722         (Deleting Windows): Minor rewrite.
2723         (Selecting Windows): Minor rewrite.
2724         Describe frame-selected-window and set-frame-selected-window here.
2725         (Cyclic Window Ordering): Minor rewrite.
2726         Describe window-list-1.
2727         (Buffers and Windows): Rewrite.  Explain a window's previous and
2728         next buffers and the corresponding functions.
2729         (Window Tree): Merge into Windows and Frames section.
2730         * elisp.texi (Top): Update node listings for frames and windows
2731         sections.
2733 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2735         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2737 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739         * errors.texi (Standard Errors): Remove apparent placeholder text
2740         (bug#9491).
2742 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2744         * frames.texi (Management Parameters): Fix description of
2745         icon-type parameter.
2747 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
2749         * tips.texi (Key Binding Conventions): Don't bind a key sequence
2750         ending in C-g.  Suggested by Edward O'Connor.
2752 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
2754         * numbers.texi (Integer Basics): Add indexing for
2755         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
2757 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>
2759         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
2761 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
2763         * processes.texi (Network Servers): Clarify what the process
2764         buffer is used for (bug#9233).
2766 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>
2768         * lists.texi (Building Lists): Fix typo.
2770 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
2772         * display.texi (Basic Faces): New node.  Document new faces.
2774         * modes.texi (Major Mode Conventions): Move some text there.
2775         (Mode Help): Remove major-mode var, duplicated in Major Modes.
2777 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
2779         * modes.texi (Basic Major Modes): New node.  Callers updated.
2780         (Major Modes): Document fundamental-mode and major-mode.
2781         (Major Mode Basics): Node deleted; text moved to Major Modes.
2782         (Derived Modes): Document derived-mode-p.
2784 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
2786         * files.texi (Changing Files, Create/Delete Dirs): Document new
2787         arguments for delete-file, delete-directory, and copy-directory.
2788         (Visiting Functions): Remove view-file; it is documented in the
2789         Emacs manual.
2791         * frames.texi (Layout Parameters): The defaults for the
2792         menu-bar-lines and tool-bar-lines parameters depend on the mode.
2794         * display.texi (Progress): Document spinner functionality.
2796         * os.texi (Killing Emacs): Note that kill-emacs can be called by
2797         operating system signals.  Refer to save-buffers-kill-terminal
2798         instead of save-buffers-kill-emacs.
2800         * objects.texi (Symbol Type): Document ## print representation.
2802 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
2804         * display.texi (Specified Space): Mention that `space' specs
2805         influence bidi reordering.
2806         (Bidirectional Display): Explain how to use `(space . PROPS)' for
2807         separating fields with bidirectional content.
2809 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
2811         * display.texi (Bidirectional Display): Document return value in
2812         buffers that are not bidi-reordered for display, and in unibyte
2813         buffers.
2815 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
2817         * nonascii.texi (Character Properties): Document the values for
2818         unassigned codepoints.
2820 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
2822         * nonascii.texi (Character Properties): Document use of
2823         `bidi-class' and `mirroring' properties as part of reordering.
2824         Provide cross-references to "Bidirectional Display".
2826         * display.texi (Bidirectional Display): Document the pitfalls of
2827         concatenating strings with bidirectional content, with possible
2828         solutions.  Document bidi-string-mark-left-to-right.
2829         Mention paragraph direction in modes that inherit from prog-mode.
2830         Document use of `bidi-class' and `mirroring' properties as part of
2831         reordering.
2833 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
2835         * modes.texi (Major Mode Conventions): Improve the documentation
2836         of `mode-class' `special' modes.
2838         * nonascii.texi (Character Properties): Document the `mirroring'
2839         property.  Add index entries.
2841         * syntax.texi (Categories): Add an example of defining a new
2842         category and category table.
2844         * searching.texi (Regexp Backslash): Document how to display
2845         existing categories.  Mention the possibility of adding
2846         categories, and add an xref to where this is described.  Add an
2847         index entry.
2849 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
2851         * text.texi (Special Properties):
2852         * display.texi (Overlay Properties): Note that mouse-face cannot
2853         change the text size (Bug#8530).
2855 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
2857         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2858         using setenv instead.
2860 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
2862         * display.texi (Bidirectional Display): Document the fact that
2863         bidi-display-reordering is t by default.
2865 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
2867         * display.texi (Bidirectional Display): New section.
2869 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870             Tim Cross  <theophilusx@gmail.com>  (tiny change)
2871             Glenn Morris   <rgm@gnu.org>
2873         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
2875 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
2877         * help.texi (Keys in Documentation): Revert last change.
2879 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881         * help.texi (Keys in Documentation): Clarify that \= only quotes
2882         the next character, and doesn't affect longer sequences in
2883         particular (bug#8935).
2885         * debugging.texi (Using Debugger):
2886         Mention @code{eval-expression-debug-on-error} (bug#8549).
2888 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
2890         * display.texi (Other Display Specs): Document that `left-fringe'
2891         and `right-fringe' display specifications are of the "replacing"
2892         kind.
2894 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896         * help.texi (Documentation Basics): Add a link to the Function
2897         Documentation node (bug#6580).
2899 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901         * keymaps.texi (Menu Bar): Mention :visible and :enable
2902         (bug#6344).  Text by Drew Adams.
2904         * modes.texi (Running Hooks): Mention buffer-local hook variables
2905         (bug#6218).
2907         * objects.texi (General Escape Syntax): "a with grave accent" is
2908         ?xe0, not ?x8e0 (bug#5259).
2910 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2912         * display.texi (Face Attributes, Font Selection): Add references
2913         to the Fonts node in the Emacs manual (Bug#4178).
2915 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
2917         * display.texi (Window Systems): `window-system' is
2918         terminal-local.
2920         * frames.texi (Frame Parameters, Parameter Access): Don't mention
2921         frame-local variables.
2923         * variables.texi (Buffer-Local Variables): Don't mention obsolete
2924         frame-local variables.
2925         (Frame-Local Variables): Node deleted.
2927         * elisp.texi (Top): Update node listing.
2929 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931         * elisp.texi: Change "inferiors" to "subnodes" in three places
2932         (bug#3523).
2934 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
2936         * frames.texi (Window System Selections): Discussion of
2937         x-select-enable-clipboard moved to Emacs manual.
2939 2011-07-11  Deniz Dogan  <deniz@dogan.se>
2941         * commands.texi (Prefix Command Arguments): Remove excessive
2942         apostrophe.
2944 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2947         description is a string (bug#3313).
2949         * frames.texi (Display Feature Testing): Try to explain what all
2950         the visual classes mean (bug#3042).
2952 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954         * modes.texi (Mode Line Variables): Document `mode-line-remote'
2955         and `mode-line-client' (bug#2974).
2957         * text.texi (Insertion): Clarify marker movements (bug#1651).
2958         Text from Drew Adams.
2960 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962         * text.texi (Special Properties): Clarify the format of `face'
2963         (bug#1375).
2965         * commands.texi (Interactive Call): Add a `call-interactively'
2966         example (bug#1010).
2968 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970         * functions.texi (Calling Functions): Link to the "Interactive
2971         Call" node (bug#1001).
2973 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
2975         * customize.texi (Composite Types): Move alist and plist to here
2976         from Simple Types (Bug#7545).
2978         * elisp.texi (Top): Update menu description.
2980         * display.texi (Face Attributes): Document negative line widths
2981         (Bug#6113).
2983 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2985         * searching.texi (Match Data): Note that match data can be
2986         overwritten by most functions (bug#2499).
2988 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2991         flags mean (bug#6659).
2993         * functions.texi (What Is a Function): Document the autoload
2994         object (bug#6496).
2996 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2999         is only used in the Customize user interface (bug#6089).
3001         * display.texi (Showing Images): Mention the point of sliced
3002         images (bug#7836).
3004 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
3006         * variables.texi (Defining Variables, Void Variables)
3007         (Constant Variables): Fix incorrect usage of @kindex.
3009 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011         * variables.texi (Defining Variables): Add an index entry for
3012         `set-variable' (bug#7262).
3013         (Defining Variables): Use @findex for functions.
3015         * frames.texi (Basic Parameters): Document the `explicit-name'
3016         parameter (bug#6951).
3018         * customize.texi (Type Keywords): Clarify that :value provides a
3019         default value for all types (bug#7386).
3021         * streams.texi (Output Functions): Document `pp'.
3023 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
3025         * keymaps.texi (Searching Keymaps):
3026         * display.texi (Overlay Properties): Fix errors in 2011-05-29
3027         change.  Suggested by Johan Bockgård.
3029 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
3031         * text.texi (Special Properties): Clarify role of font-lock-face.
3033 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035         * processes.texi (Process Information): Rename `process-alive-p'
3036         to `process-live-p' for consistency with other `-live-p' functions.
3038 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
3040         Document wide integers better.
3041         * files.texi (File Attributes): Document ino_t values better.
3042         ino_t values no longer map to anything larger than a single cons.
3043         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3044         (Bitwise Operations):
3045         * objects.texi (Integer Type): Use a binary notation that is a bit easier
3046         to read, and that will port better if 62-bits becomes the default.
3047         Fix or remove incorrect examples.
3048         * os.texi (Time Conversion): Document time_t values better.
3050 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052         * processes.texi (Process Information):
3053         Document `process-alive-p'.
3055 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3057         * help.texi (Accessing Documentation):
3058         * display.texi (Pixel Specification):
3059         * processes.texi (Serial Ports, Serial Ports):
3060         * nonascii.texi (Character Properties, Default Coding Systems):
3061         * text.texi (Changing Properties, Special Properties):
3062         * windows.texi (Window Start and End):
3063         * modes.texi (SMIE Indentation Example, SMIE Tricks):
3064         * keymaps.texi (Searching Keymaps, Tool Bar):
3065         * minibuf.texi (Basic Completion):
3066         * compile.texi (Eval During Compile):
3067         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3068         7x9 paper in printed manual.
3070         * lists.texi (Sets And Lists): Fix misplaced text.
3072 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3074         * keymaps.texi (Remapping Commands): Emphasize that the keymap
3075         needs to be active (Bug#8350).
3077 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
3079         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3081         * tips.texi (Coding Conventions): Remove antediluvian filename
3082         limit recommendation (Bug#8538).
3084 2011-05-27  Glenn Morris  <rgm@gnu.org>
3086         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3088 2011-05-26  Glenn Morris  <rgm@gnu.org>
3090         * variables.texi (File Local Variables):
3091         Update hack-local-variables `mode-only' return value.
3092         Add some more details on what this function does in the other case.
3094 2011-05-19  Glenn Morris  <rgm@gnu.org>
3096         * lists.texi (Sets And Lists): Mention cl provides union etc.
3098 2011-05-19  Nix  <nix@esperi.org.uk>
3100         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3102         * text.texi (Parsing HTML): Update for function name changes.
3104         * syntax.texi (Syntax Flags): Small fix.
3106         * keymaps.texi (Active Keymaps): Typo fix.
3107         (Changing Key Bindings): Grammar fix.
3109         * frames.texi (Minibuffers and Frames): Grammar fix.
3110         (Window System Selections): x-select-enable-clipboard now defaults to t.
3112         * customize.texi (Common Keywords):
3113         * display.texi (Abstract Display):
3114         * modes.texi (Auto-Indentation):
3115         * nonascii.texi (Converting Representations): Typo fixes.
3117         * control.texi (Examples of Catch): Call it "goto" not "go to".
3119 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
3121         * nonascii.texi (Character Properties): Fix inconsistencies with
3122         implementation.
3124         * text.texi (Special Properties): Move @defvar's out of the
3125         @table.  (Bug#8652)
3127 2011-05-12  Glenn Morris  <rgm@gnu.org>
3129         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
3131 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3133         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3134         (Multiline Font Lock):
3135         * vol2.texi (Top):
3136         * vol1.texi (Top):
3137         * elisp.texi (Top): Update menu accordingly.
3139 2011-05-12  Drew Adams  <drew.adams@oracle.com>
3141         * modes.texi (Region to Fontify): Fix typo.
3143 2011-05-10  Jim Meyering  <meyering@redhat.com>
3145         * minibuf.texi: Fix typo "in in -> in".
3147 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
3149         * numbers.texi (Integer Basics): Large integers are treated as floats.
3151 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153         * processes.texi (Synchronous Processes): Document the (:file
3154         "/file-name") syntax for `call-process'.
3156 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
3158         * windows.texi (Choosing Window): Fix typo.
3160 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
3162         * frames.texi (Layout Parameters): Note the difference between
3163         querying and setting parameters for left-fringe and right-fringe
3164         (Bug#6930).
3166 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * minibuf.texi (Basic Completion): Be a bit more precise about the
3169         valid kinds of completion tables.
3170         (Programmed Completion): Remove obsolete text about lambda expressions
3171         not being valid completion tables.
3173 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
3175         * positions.texi (Excursions): Explain the "save-excursion
3176         defeated by set-buffer" warning.
3178         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
3179         save-excursion.  Suggested by Uday S Reddy.
3181 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3183         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3184         (Lexical Binding): New sub-section.
3186         * eval.texi (Eval): Discourage the use of `eval'.
3187         Document its new `lexical' argument.
3189 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * commands.texi (Command Overview): `post-command-hook' is not reset to
3192         nil any more.
3194 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3196         * strings.texi (String Conversion): Don't mention
3197         string-make-(uni|multi)byte (bug#8262).
3198         * nonascii.texi (Converting Representations): Fix up range.
3199         * keymaps.texi (Key Binding Commands): Update code point, avoid
3200         "unibyte character" and remove mention of unibyte bindings.
3202 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
3204         * modes.texi (Operator Precedence Grammars): Don't use characters
3205         outside ISO-8859-1.
3207 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
3209         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3211         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3213 2011-03-08  Glenn Morris  <rgm@gnu.org>
3215         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3216         * intro.texi (Acknowledgements): Names to UTF-8.
3217         * elisp.texi: Set documentencoding.
3219 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3221         * Version 23.3 released.
3223 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
3225         * package.texi: Update index keywords.
3226         (Package Archives): New node contents.  Document package-x.el.
3228 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
3230         * makefile.w32-in (srcs): Add package.texi.
3232 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
3234         * package.texi (Packaging, Packaging Basics, Simple Packages)
3235         (Multi-file Packages): Expand and clarify.
3236         (Package Archives): Temporary placeholder node.
3238         * elisp.texi (Top): Update node listing.
3240         * Makefile.in (srcs): Add package.texi.
3242 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
3244         * processes.texi (Synchronous Processes): Minor clarification
3245         (Bug#8149).
3247 2011-03-03  Glenn Morris  <rgm@gnu.org>
3249         * files.texi (Truenames): Minor clarification.  (Bug#2341)
3251 2011-03-01  Glenn Morris  <rgm@gnu.org>
3253         * variables.texi (Directory Local Variables):
3254         Mention `(subdirs . nil)' alist element.
3256 2011-02-28  Glenn Morris  <rgm@gnu.org>
3258         * variables.texi (Directory Local Variables): Mention the optional
3259         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
3261 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
3263         * minibuf.texi (Minibuffer History): Clarify discussion of
3264         minibuffer history lists (Bug#8085).
3266 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
3268         * elisp.texi: Sync @dircategory with ../../info/dir.
3270         * files.texi (Visiting Functions): Document find-file-literally,
3271         both the command and the variable.
3273         * variables.texi (Creating Buffer-Local): Explain the meaning of
3274         permanent local variables.
3276         * files.texi (Visiting Functions): Document find-file-literally,
3277         both the command and the variable.
3279         * variables.texi (Creating Buffer-Local): Explain the meaning of
3280         permanent local variables.
3282 2011-02-19  Glenn Morris  <rgm@gnu.org>
3284         * keymaps.texi (Remapping Commands): Mention how to undo it.
3286 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
3288         * loading.texi (Hooks for Loading): Remove unnecessary advice
3289         about eval-after-load (Bug#7986).
3291 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
3293         * commands.texi (Accessing Mouse): Note that a header line is not
3294         included in the row of posn-col-row.
3296 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
3298         * modes.texi (Major Mode Conventions): Add face guidelines.
3299         (Faces for Font Lock): List faces in order of prominence.
3301 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3303         format-time-string now supports subsecond time stamp resolution
3304         * os.texi (Time Parsing): Document %N.
3306 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
3308         * vol1.texi (Top):
3309         * vol2.texi (Top):
3310         * elisp.texi (Top):
3311         * display.texi (Display Property): Shorten the menu description of
3312         the "Other Display Specs" node (Bug#7816).
3314         * keymaps.texi (Defining Menus): Add "menu item" and "extended
3315         menu item" concept index entries (Bug#7805).
3317 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
3319         * makefile.w32-in (texinfodir): New variable.
3320         (usermanualdir): Remove as redundant with $(emacsdir).
3321         (MAKEINFO): Remove options, leave only program name.
3322         (MAKEINFO_OPTS): New variable.
3323         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3325 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
3326             Richard Kim  <emacs18@gmail.com>
3328         * loading.texi (Library Search): Document list-load-path-shadows
3329         (Bug#7757).
3331 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
3333         * searching.texi (Regexp Special): Remove outdated discussion of
3334         character sets (Bug#7780).
3336         * frames.texi (Pop-Up Menus): Document where menu title comes
3337         from (Bug#7684).
3339 2011-01-25  Glenn Morris  <rgm@gnu.org>
3341         * display.texi (Making Buttons): Mention limitation of text buttons.
3343 2011-01-23  Werner Lemberg  <wl@gnu.org>
3345         * Makefile.in (MAKEINFO): Now controlled by `configure'.
3346         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
3347         (ENVADD): New variable to control texi2dvi and texi2pdf.
3349 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
3351         * files.texi (Directory Names): Move directory-abbrev-alist doc to
3352         Emacs manual.
3354 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
3356         * files.texi (Directory Names): Explain why FROM in
3357         directory-abbrev-alist should begin with \`.  (Bug#7777)
3359 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3363 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
3365         * modes.texi (Emulating Mode Line): Fix last change.
3367 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
3369         * modes.texi (Emulating Mode Line): Update documentation of
3370         format-mode-line according to changes that fixed bug #7587.
3372 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3374         * modes.texi (Derived Modes): Mention prog-mode.
3376         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3377         of the key-binding-data cache since we don't use it any more.
3379 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
3381         * processes.texi (Shell Arguments):
3382         * strings.texi (Creating Strings): Don't mention "shell commands";
3383         make it explicit that `split-string-and-unquote' and
3384         `combine-and-quote-strings' are mainly for working with arguments
3385         to call-process and start-process.
3387         * processes.texi (Shell Arguments): Fix documentation of
3388         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
3390 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * modes.texi (Auto-Indentation): New section to document SMIE.
3393         (Major Mode Conventions):
3394         * text.texi (Mode-Specific Indent): Refer to it.
3396 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
3398         * display.texi (Other Display Specs): Document left-fringe and
3399         right-fringe display specs.
3401 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3403         * backups.texi (Making Backups):
3404         * modes.texi (Example Major Modes): Use recommended coding style.
3405         (Major Mode Basics, Derived Modes): Encourge more strongly use of
3406         define-derived-mode.  Mention completion-at-point-functions.
3408 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
3410         * nonascii.texi (Converting Representations):
3411         Document byte-to-string.
3413 2010-12-08  Glenn Morris  <rgm@gnu.org>
3415         * buffers.texi (Modification Time):
3416         verify-visited-file-modtime now defaults to the current buffer.
3418 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3420         * nonascii.texi (Converting Representations): Document byte-to-string.
3422         * strings.texi (Creating Strings): Don't mention semi-obsolete
3423         function char-to-string.
3424         (String Conversion): Shorten discussion of semi-obsolete function
3425         string-to-char.  Link to Converting Representations.
3427         * objects.texi (Symbol Type):
3428         * text.texi (Near Point):
3429         * help.texi (Help Functions):
3430         * functions.texi (Mapping Functions): Use string instead of
3431         char-to-string in examples.
3433 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3435         * text.texi (Kill Functions, Kill Functions)
3436         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3437         YANK-HANDLER args.
3439         * symbols.texi (Creating Symbols): Using unintern without an
3440         obarray arg is now obsolete.
3442         * numbers.texi (Float Basics): Document float-e and float-pi.
3444         * variables.texi (Defining Variables): Change "pi" example to
3445         "float-pi".
3447 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
3449         * commands.texi (Click Events): Document the values of X, Y and
3450         COL, ROW in the event's position, when the click is on the header
3451         or mode line, on the fringes, or in the margins.
3453 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
3455         * customize.texi (Composite Types): Lower-case index entry.
3457         * loading.texi (How Programs Do Loading):
3458         Document load-file-name.  (Bug#7346)
3460 2010-11-17  Glenn Morris  <rgm@gnu.org>
3462         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3464 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
3466         * display.texi (Usual Display): Characters with no fonts are not
3467         necessarily displayed as empty boxes.
3469 2010-10-31  Glenn Morris  <rgm@gnu.org>
3471         * maps.texi (Standard Keymaps): Update File menu description.
3473 2010-10-28  Glenn Morris  <rgm@gnu.org>
3475         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3477 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
3479         * display.texi (Window Systems): Deprecate use of window-system as
3480         a predicate.
3482 2010-10-23  Glenn Morris  <rgm@gnu.org>
3484         * help.texi (Documentation Basics): Remove mentions of digest-doc and
3485         sorted-doc.
3487 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
3489         * os.texi (Dynamic Libraries): New node, with slightly modified
3490         text deleted from "Image Formats".
3491         (System Interface): Add @menu entry for "Dynamic Libraries".
3493         * display.texi (Image Formats): Remove description of
3494         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3496 2010-10-12  Glenn Morris  <rgm@gnu.org>
3498         * book-spine.texinfo: Rename to book-spine.texi.
3500 2010-10-11  Glenn Morris  <rgm@gnu.org>
3502         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3504         * Makefile.in (DVIPS): New variable.
3505         (.PHONY): Add html, ps.
3506         (html, elisp.html, ps, elisp.ps): New targets.
3507         (clean): Delete html, ps files.
3508         ($(infodir)/elisp): Remove unnecessary includes.
3510 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
3512         * makefile.w32-in (emacsdir): New variable.
3513         (srcs): Add emacsver.texi.
3514         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3516 2010-10-09  Glenn Morris  <rgm@gnu.org>
3518         * Makefile.in (VPATH): Remove.
3519         (infodir): Make it absolute.
3520         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3522         * Makefile.in (dist): Anchor regexps.
3524         * Makefile.in (srcs): Put elisp.texi first.
3525         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3527         * Makefile.in (infoclean): Remove harmless, long-standing error.
3529         * Makefile.in ($(infodir)): Delete rule.
3530         (mkinfodir): New.
3531         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3533         * Makefile.in (dist): Remove reference to emacsver.texi.in.
3534         Also copy emacsver.texi, and edit $emacsdir.
3536 2010-10-09  Glenn Morris  <rgm@gnu.org>
3538         * Makefile.in (emacsdir): New variable.
3539         (MAKEINFO): Add -I $emacsdir.
3540         (dist): Copy emacsver.texi.
3541         (srcs): Add emacsver.texi.
3543         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3544         Set EMACSVER by including emacsver.texi.
3546         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3548 2010-10-07  Glenn Morris  <rgm@gnu.org>
3550         * Makefile.in (version): New, set by configure.
3551         (clean): Delete dist tar file.
3552         (dist): Use version in tar name.
3554 2010-10-06  Glenn Morris  <rgm@gnu.org>
3556         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3557         (INSTALL_INFO): Remove unused variable.
3558         (mostlyclean, infoclean, dist): New rules.
3559         (clean): Delete dvi and pdf files.
3560         (maintainer-clean): Remove elisp.oaux, use infoclean.
3561         ($(infodir)): Add parallel build workaround.
3563 2010-10-04  Glenn Morris  <rgm@gnu.org>
3565         * Makefile.in (dvi, pdf, $(infodir)): New targets.
3566         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
3567         Fix -I typo.
3568         (clean): No 'make.out' or 'core' files.
3569         (.PHONY): Declare clean rules.
3570         (maintainer-clean): Delete pdf file.  Guard against cd failures.
3572 2010-10-03  Glenn Morris  <rgm@gnu.org>
3574         * files.texi (File Name Components): Remove ignored section about
3575         deleted variable directory-sep-char.
3577 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
3579         * files.texi (Magic File Names): New defopt
3580         remote-file-name-inhibit-cache.
3582 2010-10-02  Glenn Morris  <rgm@gnu.org>
3584         * os.texi (Killing Emacs): Hook now runs in batch mode.
3586 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * text.texi (Special Properties): Clarify when modification-hooks run.
3590 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * syntax.texi (Syntax Flags): Document new `c' flag.
3594 2010-09-09  Glenn Morris  <rgm@gnu.org>
3596         * display.texi (ImageMagick Images): General cleanup.
3598 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3600         * files.texi (Directory Names): Use \` rather than ^.
3602 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3604         * text.texi (Low-Level Kill Ring):
3605         * frames.texi (Window System Selections): Remove cut buffer
3606         documentation.
3608 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
3610         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3611         Parameters", where the default fringe width is described.
3613         * frames.texi (Window Frame Parameters, Basic Parameters)
3614         (Position Parameters, Layout Parameters, Management Parameters)
3615         (Cursor Parameters, Font and Color Parameters): Add indexing for
3616         frame parameters.  (Bug#6929)
3618 2010-08-25  Tom Tromey  <tromey@redhat.com>
3620         * vol2.texi (Top): Update.
3621         * vol1.texi (Top): Update.
3622         * tips.texi (Library Headers): Mention Package-Version and
3623         Package-Requires.
3624         * package.texi: New file.
3625         * os.texi (System Interface): Update pointers.
3626         * elisp.texi (Top): Link to new nodes.  Include package.texi.
3627         * anti.texi (Antinews): Update pointers.
3629 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
3631         * processes.texi (Filter Functions): Fix last change.
3633 2010-08-24  Markus Triska  <triska@gmx.at>
3635         * processes.texi (Filter Functions): Use `buffer-live-p' instead
3636         of `buffer-name' in the main text as well as in the example
3637         (Bug#3098).
3639 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3641         * nonascii.texi (Text Representations):
3642         * loading.texi (Loading Non-ASCII):
3643         * compile.texi (Byte Compilation): Don't mention obsolete
3644         --unibyte command-line argument.
3646 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3648         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3650 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3652         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3654 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
3656         * commands.texi (Misc Events): Add cross-references to where
3657         POSITION of a mouse event is described in detail.
3659 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
3661         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
3663 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3665         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3666         Suggested by Štěpán Němec <stepnem@gmail.com>.
3668 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3670         * minibuf.texi (High-Level Completion): Document args of
3671         `read-buffer-function' (bug#5625).
3673 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3675         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3677 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3679         * processes.texi (Process Information): Explain process property
3680         `remote-tty'.
3682 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3684         * modes.texi (Defining Minor Modes): Use C-delete in examples,
3685         instead of "\C-\^?" (bug#6334).
3687         * text.texi (Special Properties): Fix typo.
3689 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
3691         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3692         calling sequences, which are now the standard.
3694 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3696         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3698         * commands.texi (Command Overview): Mention undo-boundary call.
3700 2010-06-23  Glenn Morris  <rgm@gnu.org>
3702         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3703         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3704         * frames.texi, functions.texi, internals.texi, keymaps.texi:
3705         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3706         * searching.texi, sequences.texi, strings.texi, syntax.texi:
3707         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3708         Untabify Texinfo files.
3710 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3712         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3714 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3716         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3718 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
3720         * searching.texi (Regexp Special): Remove obsolete information
3721         about matching non-ASCII characters, and suggest using char
3722         classes (Bug#6283).
3724 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3726         * minibuf.texi (Basic Completion): Add missing "@end defun".
3728 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3730         * minibuf.texi (Basic Completion): Document completion-boundaries.
3731         (Programmed Completion): Document the new fourth method for boundaries.
3733 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
3735         * display.texi (Image Cache): Update documentation about image caching.
3737 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3739         * windows.texi (Textual Scrolling):
3740         * tips.texi (Coding Conventions):
3741         * minibuf.texi (Minibuffer History):
3742         * maps.texi (Standard Keymaps):
3743         * loading.texi (Where Defined):
3744         * edebug.texi (Instrumenting): Fix typos.
3746 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3748         * keymaps.texi (Menu Bar): Document :advertised-binding property.
3750         * functions.texi (Obsolete Functions):
3751         Document set-advertised-calling-convention.
3753         * minibuf.texi (Basic Completion): Document completion-in-region.
3754         (Programmed Completion): Document completion-annotate-function.
3756         * commands.texi (Reading One Event): Document read-key.
3757         (Distinguish Interactive): Document KIND arg to
3758         called-interactively-p.  Delete obsolete interactive-p.
3760         * elisp.texi (Top): Update node description.
3762 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
3764         * nonascii.texi (Character Properties):
3765         Document unicode-category-table.  Add an index entry for Unicode
3766         general category.
3768 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3770         * Version 23.2 released.
3772 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3774         * locals.texi (Standard Buffer-Local Variables):
3775         Remove @ignore'd reference to `direction-reversed'.
3777 2010-04-14  Juri Linkov  <juri@jurta.org>
3779         Fix @deffn without category.
3781         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3782         for `abbrev-insert'.
3784         * buffers.texi (Indirect Buffers): Add category `Command'
3785         to @deffn of `clone-indirect-buffer'.
3787         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3788         for `next-window' and `previous-window'.  Add category `Command'
3789         to @deffn of `pop-to-buffer'.
3791 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
3793         * nonascii.texi (Text Representations): Don't mark
3794         enable-multibyte-characters as a user option.
3796 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3798         * control.texi (Handling Errors): How to re-throw a signal caught
3799         by condition-case.
3801 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
3803         * loading.texi (Hooks for Loading): Document after-load-functions.
3804         Copyedits.
3806 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3808         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
3810 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3812         * processes.texi (Network Processes): Document seqpacket type.
3814 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3816         * os.texi (System Environment): Do not mention lynxos.
3818 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3820         * Branch for 23.2.
3822 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3824         * objects.texi (Integer Type): Take note of the read syntax
3825         exception for numbers that cannot fit in the integer type.
3827 2010-03-03  Glenn Morris  <rgm@gnu.org>
3829         * numbers.texi (Integer Basics, Bitwise Operations):
3830         * objects.texi (Integer Type): Update for integers now being 30-bit.
3832 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3834         * display.texi (Low-Level Font): Document :otf font-spec property.
3836 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3838         * display.texi (Line Height): Avoid obsolete special default variables
3839         like default-major-mode.
3841 2010-01-28  Alan Mackenzie  <acm@muc.de>
3843         * display.texi (Auto Faces): Say fontification-functions is called
3844         whether or not Font Lock is enabled.  Tidy up the wording a bit.
3846 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3848         * elisp.texi: Remove duplicate edition information (Bug#5407).
3850 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3852         * two.el (volume-header-toc-markup): Fix typos in docstring.
3854 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3856         Avoid dubious uses of save-excursions.
3857         * positions.texi (Excursions): Recommend the use of
3858         save-current-buffer if applicable.
3859         * text.texi (Clickable Text): Fix the example code which used
3860         save-excursion in a naive way which sometimes preserves point and
3861         sometimes not.
3862         * variables.texi (Creating Buffer-Local):
3863         * os.texi (Session Management):
3864         * display.texi (GIF Images):
3865         * control.texi (Cleanups): Use (save|with)-current-buffer.
3867 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3869         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
3871 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3873         * nonascii.texi (Text Representations, Character Codes)
3874         (Converting Representations, Explicit Encoding)
3875         (Translation of Characters): Use hex notation consistently.
3876         (Character Sets): Fix map-charset-chars doc (Bug#5197).
3878 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3880         * loading.texi (Where Defined): Make it clearer that these are
3881         loaded files (Bug#5068).
3883 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
3885         * minibuf.texi (Completion Styles): Document `initials' style.
3887 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
3889         * frames.texi (Resources): Describe inhibit-x-resources.
3890         (Size Parameters): Copyedit.
3892         * hash.texi (Creating Hash):
3893         * objects.texi (Hash Table Type): Document the new hash table
3894         printed representation.
3896         * minibuf.texi (Basic Completion): 4th arg to all-completions is
3897         obsolete.
3899         * processes.texi (Process Buffers):
3900         Document process-kill-buffer-query-function.
3902 2009-12-05  Glenn Morris  <rgm@gnu.org>
3904         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3905         diary-display-function, and no longer recommended to be a hook.
3906         Update for changes in the names of calendar and diary hooks.
3907         diary-print-entries-hook has changed section.
3909 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
3911         * text.texi (Special Properties): More accurate description of
3912         what the `cursor' property does.
3914 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3916         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3917         mouse-wheel-down-event, the closest thing to a definition for them.
3918         * os.texi (Startup Summary): vindex inhibit-startup-message and
3919         inhibit-splash-screen.
3920         (Command-Line Arguments): vindex argv.
3921         (Suspending Emacs): vindex suspend-tty-functions and
3922         resume-tty-functions.  Don't want to index every hook, but having
3923         the programming ones is helpful.
3925 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
3927         * commands.texi (Motion Events): Fix typo (Bug#4907).
3929 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
3931         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3932         are affected by case-fold-search (Bug#4483).
3934 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
3936         * minibuf.texi (Reading File Names): Note that read-file-name may
3937         use a graphical file dialog.
3939 2009-10-31  Glenn Morris  <rgm@gnu.org>
3941         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
3943 2009-10-16  Kevin Ryde  <user42@zip.com.au>
3945         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3946         in particular so `info-lookup-symbol' can find its docs.
3948 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
3950         * variables.texi (Constant Variables): Distinguish from defconst
3951         variables.
3952         (Defining Variables): Add cindex.
3954 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
3956         * os.texi (Time of Day): Clarify that the microsecond part is
3957         ignored (Bug#4637).
3959 2009-10-11  Glenn Morris  <rgm@gnu.org>
3961         * frames.texi (Size and Position): Clarify what is included in the frame
3962         height.  (Bug#4535)
3964 2009-10-10  Glenn Morris  <rgm@gnu.org>
3966         * windows.texi (Size of Window): The relationship between window and
3967         frame heights is not so simple.  (Bug#4535)
3968         Mention window-full-height-p.
3970 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3972         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3973         used from Lisp.
3975 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3977         * files.texi (Directory Names) <abbreviate-file-name>:
3978         Document that root home directories are not replaced with "~".
3980 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
3982         * text.texi (Special Properties): Document the meaning of the
3983         `cursor' text property whose value is an integer.
3985 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3987         * files.texi (Magic File Names): Add `copy-directory'.
3989 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3991         * files.texi (File Attributes): Fix description of file
3992         attributes.  (Bug#4638) Update attributes of files.texi example to
3993         be more representative.
3995 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3997         * files.texi (Create/Delete Dirs): New command copy-directory.
3999 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4001         * anti.texi (Antinews):
4002         * macros.texi (Indenting Macros):
4003         * strings.texi (Creating Strings, Case Conversion):
4004         Remove duplicate words.
4006 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4008         * files.texi (Create/Delete Dirs): delete-directory has an
4009         optional parameter RECURSIVE.
4011 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4013         * buffers.texi (Swapping Text): Minor clarification.
4015 2009-10-01  Glenn Morris  <rgm@gnu.org>
4017         * functions.texi (Declaring Functions): Mention that we also search for
4018         ".m" files in the src/ directory.
4020 2009-09-25  David Engster  <deng@randomsample.de>
4022         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4024 2009-09-22  Glenn Morris  <rgm@gnu.org>
4026         * internals.texi (Building Emacs): Mention preloaded-file-list.
4028 2009-09-14  Alan Mackenzie  <acm@muc.de>
4030         * os.texi (Terminal Output): Put "@code{}" around "stdout".
4032 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4034         * functions.texi (Anonymous Functions): Rearrange discussion,
4035         giving usage of unquoted lambda forms first.  Mention that
4036         `function' and `#'' are no longer required (Bug#4290).
4038 2009-09-11  Alan Mackenzie  <acm@muc.de>
4040         * os.texi (Terminal Output): Document `send-string-to-terminal' in
4041         batch mode.
4043 2009-09-01  Glenn Morris  <rgm@gnu.org>
4045         * display.texi (Face Functions): Mention define-obsolete-face-alias.
4047 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
4049         * nonascii.texi (Character Codes): Fix typos.
4051 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
4053         * processes.texi (Synchronous Processes): New defvar
4054         process-file-side-effects.
4056 2009-08-25  Glenn Morris  <rgm@gnu.org>
4058         * display.texi (Fontsets): Fix typo.
4060         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4062 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         * processes.texi (Asynchronous Processes): Adjust arglist of
4065         start-process-shell-command and start-file-process-shell-command.
4067 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4069         * advice.texi (Argument Access in Advice): Note that argument
4070         positions are zero-based (Bug#3932).
4072         * commands.texi (Distinguish Interactive): Minor copyedit.
4074         * display.texi (Face Attributes): Add xref to Displaying Faces for
4075         explanation of "underlying face".
4077         * customize.texi (Common Keywords): Add xref to Loading.
4079         * loading.texi (How Programs Do Loading): Add xref to Lisp
4080         Libraries node in the Emacs manual.
4082 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
4084         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4086 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4088         * processes.texi (Shell Arguments): Copyedits.
4090 2009-07-18  Glenn Morris  <rgm@gnu.org>
4092         * loading.texi (Repeated Loading): Fix typo.
4094 2009-07-16  Richard Stallman  <rms@gnu.org>
4096         * buffers.texi (Swapping Text): Recommend setting
4097         write-region-annotate-functions and buffer-saved-size.
4099         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4101 2009-07-15  Glenn Morris  <rgm@gnu.org>
4103         * edebug.texi: Minor re-phrasings throughout.
4104         (Edebug Execution Modes): Sit-for affects continue mode too.
4105         (Jumping): Use `forward-sexp' rather than its keybinding.
4106         (Edebug Misc): Fix Q binding.
4107         (Edebug Eval): Remove cl version.
4108         (Printing in Edebug): Clarify print-length etc.
4109         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4110         (Specification List): Remove edebug-unwrap findex entry.
4111         (Specification Examples): defmacro is actually not the same as defun.
4112         Escape "`" in example.
4114 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4116         * markers.texi (The Mark): Document optional arg to
4117         deactivate-mark.
4119 2009-07-11  Kevin Ryde  <user42@zip.com.au>
4121         * hooks.texi (Standard Hooks): Fix cross-references.
4123         * loading.texi (Named Features): Refer to eval-after-load.
4125 2009-07-11  Glenn Morris  <rgm@gnu.org>
4127         * Makefile.in (TEXI2PDF): New.
4128         (elisp.pdf): New target.
4130         * searching.texi (Regexp Backslash): Fix typo.
4132         * elisp.texi (Top): Display copyright notice at start of non-TeX.
4134 2009-07-10  Glenn Morris  <rgm@gnu.org>
4136         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4138         * customize.texi (Customization Types):
4139         * display.texi (Abstract Display):
4140         * objects.texi (Character Type, String Type):
4141         Merge in some menu descriptions from elisp.texi.
4143         * hash.texi (Hash Tables):
4144         * modes.texi (Multiline Font Lock):
4145         End menu description with period.
4147 2009-07-09  Glenn Morris  <rgm@gnu.org>
4149         * back.texi: Don't hard-code texinfo location.
4151         * two-volume.make (texinfodir): New, with location of texinfo.tex.
4152         (tex): Add texinfodir to TEXINPUTS.
4153         (elisp1med-init, elisp2med-init): Use texinfodir.
4155         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4156         (clean): Add two-volume.make intermediate files.
4158         * elisp.texi, vol1.texi, vol2.texi:
4159         Use a DATE variable with the publication date, and update it.
4160         Fix antinews menu description.
4162         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4163         Update the detailed node listing to match elisp.texi.
4165         * README: Update edition to match elisp.texi.
4167         * objects.texi (General Escape Syntax):
4168         * nonascii.texi (Character Sets):
4169         Use consistent case for "Unicode Standard".
4171         * anti.texi (Antinews):
4172         * customize.texi (Variable Definitions):
4173         * functions.texi (Declaring Functions):
4174         * nonascii.texi (Character Properties):
4175         * processes.texi (Serial Ports):
4176         * text.texi (Special Properties):
4177         * tips.texi (Coding Conventions):
4178         Minor rearrangements to improve TeX line-filling.
4180         * commands.texi (Using Interactive): Fix cross-reference.
4182 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4184         * frames.texi (Management Parameters): Mention sticky.
4186 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
4188         * help.texi (Help Functions): Fix description of help-buffer and
4189         help-setup-xref to use @defun instead of @deffn.
4191 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4193         * frames.texi (Size Parameters): Mention maximized for fullscreen.
4195 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
4197         * display.texi (Window Systems): Add ns to the list.
4199 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
4201         * Branch for 23.1.
4203 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
4205         * windows.texi (Dedicated Windows): Fix typo.
4206         (Resizing Windows): Replace @defun by @deffn.
4208 2009-06-17  Glenn Morris  <rgm@gnu.org>
4210         * variables.texi (Directory Local Variables):
4211         Update for 2009-04-11 name-change of dir-locals-directory-alist.
4213 2009-06-09  Kenichi Handa  <handa@m17n.org>
4215         * nonascii.texi (Character Sets): State clearly that FROM and TO
4216         are codepoints of CHARSET.
4218 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
4220         * minibuf.texi (Reading File Names): Fix introductory text.
4221         Suggested by stan@derbycityprints.com.
4222         (High-Level Completion): Fix typo.
4224 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
4226         * frames.texi (Text Terminal Colors): Multi-tty is already
4227         implemented, but tty-local colors are not.
4229 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
4231         * hooks.texi (Standard Hooks): Remove mention of obsolete
4232         redisplay-end-trigger-functions.
4234         * internals.texi (Window Internals): Remove mention of obsolete
4235         redisplay-end-trigger-functions.
4237 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
4239         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4241         * backups.texi (Making Backups): backup-directory-alist and
4242         make-backup-file-name-function are options.
4243         (Auto-Saving): auto-save-list-file-prefix is an option.
4245         * buffers.texi (Killing Buffers): buffer-offer-save is an
4246         option.
4248         * display.texi (Refresh Screen): no-redraw-on-reenter is an
4249         option.
4250         (Echo Area Customization): echo-keystrokes is an option.
4251         (Selective Display): selective-display-ellipses is an option.
4252         (Temporary Displays): temp-buffer-show-function is an option.
4253         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4254         are options.
4255         (Font Selection): face-font-family-alternatives,
4256         face-font-selection-order, face-font-registry-alternatives, and
4257         scalable-fonts-allowed are options.
4258         (Fringe Indicators): indicate-buffer-boundaries is an option.
4259         (Fringe Cursors): overflow-newline-into-fringe is an option.
4260         (Scroll Bars): scroll-bar-mode is an option.
4262         * eval.texi (Eval): max-lisp-eval-depth is an option.
4264         * files.texi (Visiting Functions): find-file-hook is an option.
4265         (Directory Names): directory-abbrev-alist is an option.
4266         (Unique File Names): temporary-file-directory and
4267         small-temporary-file-directory are options.
4269         * frames.texi (Initial Parameters): initial-frame-alist,
4270         minibuffer-frame-alist and default-frame-alist are options.
4271         (Cursor Parameters): blink-cursor-alist and
4272         cursor-in-non-selected-windows ar options.
4273         (Window System Selections): selection-coding-system is an
4274         option.
4275         (Display Feature Testing): display-mm-dimensions-alist is an
4276         option.
4278         * help.texi (Help Functions): help-char and help-event-list are
4279         options.
4281         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4282         an option.
4284         * minibuf.texi (Minibuffer History): history-length and
4285         history-delete-duplicates are options.
4286         (High-Level Completion): read-buffer-function and
4287         read-buffer-completion-ignore-case are options.
4288         (Reading File Names): read-file-name-completion-ignore-case is
4289         an option.
4291         * modes.texi (Mode Line Top): mode-line-format is an option.
4292         (Mode Line Variables): mode-line-position and mode-line-modes
4293         are options.
4295         * nonascii.texi (Text Representations):
4296         enable-multibyte-characters is an option.
4297         (Default Coding Systems): auto-coding-regexp-alist,
4298         file-coding-system-alist, auto-coding-alist and
4299         auto-coding-functions are options.
4300         (Specifying Coding Systems): inhibit-eol-conversion is an
4301         option.
4303         * os.texi (Init File): site-run-file is an option.
4304         (System Environment): mail-host-address is an option.
4305         (User Identification): user-mail-address is an option.
4306         (Terminal Output): baud-rate is an option.
4308         * positions.texi (Word Motion): words-include-escapes is an
4309         option.
4311         * searching.texi (Standard Regexps): page-delimiter,
4312         paragraph-separate, paragraph-separate and sentence-end are
4313         options.
4315         * text.texi (Margins): left-margin and fill-nobreak-predicate
4316         are options.
4318         * variables.texi (Local Variables): max-specpdl-size is an
4319         option.
4321         * windows.texi (Choosing Window):
4322         split-window-preferred-function, special-display-function and
4323         display-buffer-function are options.
4325 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
4327         Fix errors spotted by Martin Rudalics.
4329         * syntax.texi (Position Parse): Document rationale for ignored
4330         arguments to syntax-ppss-flush-cache.
4332         * processes.texi (Input to Processes): Mark PROCESS arg to
4333         process-running-child-p as optional.
4334         (Network Options): Document NO-ERROR arg to
4335         set-network-process-option.
4337         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4338         command.
4340         * searching.texi (POSIX Regexps): Mark posix-search-forward and
4341         posix-search-backward as commands.
4343         * os.texi (Killing Emacs): Mark kill-emacs as a command.
4344         (Suspending Emacs): Mark suspend-emacs as a command.
4345         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4346         commands.
4347         (Terminal Output): Remove obsolete function baud-rate.
4348         Document TERMINAL arg for send-string-to-terminal.
4350         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4351         terminal-coding-system and set-terminal-coding-system.
4352         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4353         as optional.
4354         (Character Sets): Document RESTRICTION arg of char-charset.
4355         (Character Codes): Mark POS argument to get-byte as optional.
4357         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4358         minibuffer-message.
4360         * files.texi (Create/Delete Dirs): Mark make-directory and
4361         delete-directory as commands.
4363         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4365         * text.texi (Base 64): Mark base64-decode-string and
4366         base64-encode-string as commands.
4367         (Columns): Mark move-to-column as a command.
4368         (Mode-Specific Indent): Document RIGID arg to
4369         indent-for-tab-command.
4370         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4371         Mark indent-code-rigidly as a command.
4372         (Substitution): Mark translate-region as a command.
4374         * frames.texi (Size and Position): Remove obsolete functions
4375         screen-height and screen-width.
4377 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
4379         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4380         (Displaying Buffers, Resizing Windows): Correct mistakes;
4381         next-window, previous-window, and pop-to-buffer are not commands,
4382         and fit-window-to-buffer" is a command.  (Pointed out by Martin
4383         Rudalics.)
4385 2009-05-17  Richard M Stallman  <rms@gnu.org>
4387         * modes.texi (Precalculated Fontification): Clarify text.
4389 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
4391         * windows.texi (Selecting Windows): Clarify descriptions of
4392         with-selected-window and get-lru-window.
4393         (Cyclic Window Ordering): Refer to particular frame when talking
4394         about how splitting affects the ordering.
4395         (Displaying Buffers): Fix descriptions of switch-to-buffer and
4396         switch-to-buffer-other-window.  Explain how setting of
4397         display-buffer-reuse-frames affects pop-to-buffer.
4398         (Choosing Window): Clarify some details in descriptions of
4399         display-buffer-reuse-frames, pop-up-frames, and
4400         pop-up-frame-function.
4401         (Dedicated Windows): Clarify some details.
4402         (Textual Scrolling): Replace term vscroll by term vertical
4403         scroll position.
4404         (Vertical Scrolling): Fix typo.
4405         (Window Hooks): Relate text on jit-lock-register to window
4406         scrolling and size changes.
4408 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
4410         * frames.texi (Initial Parameters): Clarify what the initial
4411         minibuffer frame is.
4412         (Buffer Parameters): Note that the minibuffer parameter can not be
4413         altered.
4415         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
4416         Document display-buffer changes.
4418 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
4420         * anti.texi (Antinews): Rewrite for Emacs 22.
4422         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4423         obarrays are first mentioned.  Define "system abbrev" more
4424         prominently, and add it to the index.
4425         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4426         Copyedits.
4427         (Abbrev Expansion): Document abbrev-insert.
4429 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
4431         * frames.texi (Font and Color Parameters): Rename from Color
4432         Parameters.  Document font-backend parameter.
4434         * vol2.texi (Top): Update node listing.
4435         * vol1.texi (Top): Update node listing.
4436         * elisp.texi (Top): Update node listing.
4438 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
4440         * windows.texi (Choosing Window): Don't explicitly refer to
4441         split-window-sensibly's window argument in descriptions of
4442         split-height-threshold and split-width-threshold.
4444 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
4446         * windows.texi (Choosing Window): Fix rewrite of window
4447         splitting section.
4449 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
4451         * nonascii.texi (Default Coding Systems):
4452         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4453         Add indexing.
4454         (Lisp and Coding Systems): Add index entries.
4456 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
4458         * windows.texi (Choosing Window): Describe split-window-sensibly
4459         and rewrite section on window splitting accordingly.
4460         (Textual Scrolling): Replace `...' by @code{...}.
4462 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
4464         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4465         Remove obsoleted pre-abbrev-expand-hook.
4467         * locals.texi (Standard Buffer-Local Variables): Consolidate table
4468         entries.
4470         * internals.texi (Object Internals): Don't assume 32-bit machines
4471         are the norm.
4472         (Buffer Internals): Consolidate table entries for readability.
4473         (Window Internals): Synch field names to window.h.
4474         (Process Internals): Synch field names to process.h.
4476 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
4478         * variables.texi (File Local Variables): Note that read-circle is
4479         bound to nil when reading file-local variables.
4481         * streams.texi (Input Functions): Document read-circle.
4482         (Output Variables): Add xref to Circular Objects.
4484 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
4486         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
4487         Features and Coding System Basics.  Node that "p" stands for
4488         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
4489         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4490         mouse-appearance-menu.
4491         (Programming Tips): Add xref to Progress.
4493 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
4495         * os.texi (Command-Line Arguments):
4496         Document command-line-args-left.
4497         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
4498         terminal objects for tty arguments.
4499         (Startup Summary): Add xref to Session Management.
4500         (Session Management): Mention emacs-session-restore.  Copyedits.
4502 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
4504         * os.texi (Startup Summary): Copyedits.  The init file is not
4505         necessarily named .emacs now.  Document initial-buffer-choice and
4506         initial-scratch-message.  Note where Emacs exits in batch mode.
4507         Document inhibit-splash-screen as an alias.
4508         (Init File): Be neutral about which init file name to use.
4510 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
4512         * os.texi (System Interface): Fix Texinfo usage.
4514 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
4516         * searching.texi (Regexp Backslash): Also refer to shy groups as
4517         non-capturing or unnumbered groups.
4518         (Regexp Functions): Add cross-reference to Regexp Backslash.
4520         * display.texi (Truncation): Overlays can use line-prefix and
4521         wrap-prefix too.
4522         (Overlay Properties): Document wrap-prefix and line-prefix.
4523         (Face Attributes): Document underline-minimum-offset.
4524         (Face Remapping): Copyedits.
4525         (Low-Level Font): Copyedits.
4526         (Image Cache): Note that the image cache is shared between frames.
4527         (Line Height): Emphasize that line-spacing only takes effect on
4528         graphical terminals.
4530 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
4532         * display.texi (Refresh Screen): Note that a passage about screen
4533         refreshing is text terminal only.
4534         (Forcing Redisplay): Delete misleading comment---sit-for calls
4535         redisplay, not the other way around.
4536         (Truncation): Note new values of truncate-partial-width-windows.
4537         Copyedits.
4538         (Invisible Text): Document invisible-p.
4540 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
4542         * display.texi (Overlays): Overlays don't scale well.  See
4543         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4545 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
4547         * syntax.texi (Syntax Table Functions): Document cons cell
4548         argument for modify-syntax-entry.
4549         (Categories): Document cons cell argument for
4550         modify-category-entry.
4552         * searching.texi (String Search): Document word-search-forward-lax
4553         and word-search-backward-lax.
4554         (Searching and Case): Describe isearch behavior more precisely.
4556         * keymaps.texi (Tool Bar): Mention that some platforms do not
4557         support multi-line toolbars.  Suggested by Stephen Eglen.
4559         * frames.texi (Layout Parameters): Mention that Nextstep also
4560         allows only one tool-bar line.  Suggested by Stephen Eglen.
4562         * nonascii.texi (Text Representations): Copyedits.
4563         (Coding System Basics): Also mention utf-8-emacs.
4564         (Converting Representations, Selecting a Representation)
4565         (Scanning Charsets, Translation of Characters, Encoding and I/O):
4566         Copyedits.
4567         (Character Codes): Mention role of codepoints 1114112 to 4194175.
4569 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
4571         * text.texi (Yank Commands): Note that yank uses push-mark.
4572         (Filling): Clarify REGION argument of fill-paragraph.
4573         Document fill-forward-paragraph-function.
4574         (Special Properties): Remove "new in Emacs 22" declaration.
4575         (Clickable Text): Merge with Links and Mouse-1 node.
4577         * display.texi (Button Properties, Button Buffer Commands):
4578         Change xref to Clickable Text.
4580         * tips.texi (Key Binding Conventions): Change xref to Clickable
4581         Text.
4583         * elisp.texi (Top): Update node listing.
4585 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
4587         * markers.texi (The Mark): Copyedits.  Improve description of
4588         handle-shift-selection.
4589         (The Region): Move use-region-p here from The Mark.
4591         * positions.texi (Screen Lines): Document (cols . lines) argument
4592         for vertical-motion.
4594 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
4596         * frames.texi (Frames): Clean up introduction.  Document `ns'
4597         return value for framep.
4598         (Creating Frames): Note how the terminal is chosen.
4599         (Multiple Terminals, Multiple Displays): Merge into a single node.
4600         (Color Parameters): Fix typo.
4602         * variables.texi (Local Variables, Buffer-Local Variables)
4603         (Creating Buffer-Local): Change link to Multiple Terminals.
4605         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4607         * keymaps.texi (Controlling Active Maps): Change link to Multiple
4608         Terminals.
4610         * commands.texi (Command Loop Info, Keyboard Macros): Change link
4611         to Multiple Terminals.
4613         * elisp.texi (Top): Update node listing.
4614         * vol2.texi (Top): Update node listing.
4615         * vol1.texi (Top): Update node listing.
4617         * buffers.texi (Current Buffer): Note that the append-to-buffer
4618         example is no longer in synch with the latest code.  Tie the two
4619         examples together.
4621         * files.texi (File Attributes): Move note about MS-DOS from
4622         Changing Files to File Attributes.
4623         (Create/Delete Dirs): Note that mkdir is an alias for this.
4625 2009-04-01  Markus Triska  <triska@gmx.at>
4627         * processes.texi (Filter Functions): Suggest how to handle output
4628         batches.
4630 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
4632         * help.texi (Accessing Documentation): Update example to use
4633         help-setup-xref and with-help-window.
4634         (Help Functions): Remove print-help-return-message, which is
4635         semi-obsolete due to with-help-window.  Document help-buffer and
4636         help-setup-xref.
4638 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
4640         * help.texi (Accessing Documentation, Help Functions):
4641         Remove information about long-obsolete Emacs versions.
4643         * modes.texi (Mode Line Variables): The default values of the mode
4644         line variables are now more complicated.
4646 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
4648         * modes.texi (Major Mode Conventions): Note that specialness is
4649         inherited.
4650         (Derived Modes): Note that define-derive-mode sets the mode-class
4651         property.
4653         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4654         goto-map.  Add search-map to the list.
4656 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
4658         * os.texi (System Environment): Update the list of system-type
4659         values.
4661         * markers.texi (The Mark) <handle-shift-selection>: Update for
4662         removal of the optional argument DEACTIVATE.
4664 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
4666         * commands.texi (Focus Events): Most X window managers don't use
4667         focus-follows-mouse nowadays.
4669 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
4671         * commands.texi (Defining Commands): Clarify introduction.
4672         (Using Interactive): Not that interactive can be put in a symbol
4673         property.
4674         (Interactive Call): Note that a symbol with a non-nil
4675         interactive-form property satisfies commandp.
4677 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
4679         * minibuf.texi (Intro to Minibuffers): Fix typos.
4681 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
4683         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4684         about minibuffers in old Emacs versions.  Copyedits.
4685         Emphasize that enable-recursive-minibuffers defaults to nil.
4686         (Text from Minibuffer): Simplify introduction.
4688 2009-03-22  Alan Mackenzie  <acm@muc.de>
4690         * commands.texi (Using Interactive): Clarify string argument to
4691         `interactive' - even promptless elements need \n separators.
4693 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
4695         * minibuf.texi (Completion Styles): New node.
4697         * elisp.texi (Top): Update node listing.
4699 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
4701         * minibuf.texi (Basic Completion): Note that
4702         read-file-name-completion-ignore-case and
4703         read-buffer-completion-ignore-case can override
4704         completion-ignore-case.
4705         (Minibuffer Completion): Document completing-read changes.
4706         (Completion Commands): Avoid mentioning partial completion mode.
4707         Document minibuffer-completion-confirm changes, and
4708         minibuffer-confirm-exit-commands.
4709         (High-Level Completion): Document new require-match behavior for
4710         read-buffer.  Document read-buffer-completion-ignore-case.
4711         (Reading File Names): Document new require-match behavior for
4712         read-file-name.
4714 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
4716         * debugging.texi (Error Debugging): Don't mislead the reader into
4717         thinking that debug-on-error enters debugger for C-f at EOB.
4718         (Error Debugging): Setting debug-on-init within the init file
4719         works, and has for some time.
4721 2009-03-13  Kenichi Handa  <handa@m17n.org>
4723         * display.texi (Fontsets): Update the description.
4725 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
4727         * advice.texi (Advising Primitives): Link to What Is a Function.
4729 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
4731         * compile.texi (Speed of Byte-Code): Update example.
4732         (Disassembly): Update examples.
4734         * loading.texi (Repeated Loading): Simplify examples.
4736         * customize.texi (Common Keywords): It's not necessary to use :tag
4737         to remove hyphens, as custom-unlispify-tag-name does it
4738         automatically.
4739         (Variable Definitions): Link to File Local Variables.
4740         Document customized-value symbol property.
4741         (Customization Types): Move menu to end of node.
4743 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
4745         * macros.texi (Compiling Macros): Omit misleading sentence, which
4746         implied that macros can only be used in the same file they are
4747         defined.
4748         (Backquote): Remove obsolete information about Emacs 19.
4750 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
4752         * display.texi (Display Margins): Fix paren typo.
4754 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
4756         * elisp.texi (Top): Update node listing.
4758         * variables.texi (Variables): Clarify introduction.
4759         (Global Variables): Mention that setq is a special form.
4760         (Local Variables): Use active voice.
4761         (Tips for Defining): Mention marking variables as safe.
4762         (Buffer-Local Variables): Mention terminal-local and frame-local
4763         variables together.
4764         (File Local Variables): Copyedits.
4765         (Frame-Local Variables): Note that they are not really useful.
4766         (Future Local Variables): Node deleted.
4768         * objects.texi (General Escape Syntax): Update explanation of
4769         Unicode escape syntax.
4771 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
4773         * control.texi (Control Structures): Add cindex entry for "textual
4774         order".
4776         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
4777         instead of "expression" throughout.
4778         (Function Indirection): Copyedits.  Use active voice.
4779         (Eval): The default value of max-lisp-eval-depth is now 400.
4781 2009-02-23  Miles Bader  <miles@gnu.org>
4783         * processes.texi (System Processes): Rename `system-process-attributes'
4784         to `process-attributes'.
4786 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
4788         * symbols.texi (Property Lists): Emphasize that property lists are
4789         not restricted to symbol cells.
4790         (Other Plists): Copyedit.
4792         * sequences.texi (Sequences Arrays Vectors): Make introduction
4793         more concise.
4794         (Arrays): Mention char-tables and bool-vectors too.
4795         (Vectors): Don't repeat information given in Arrays node.  Link to
4796         nodes that explain the vector usage examples.
4797         (Char-Tables): Note that char-table elements can have arbitrary
4798         type.  Explain effect of omitted char-table-extra-slots property.
4799         Link to Property Lists node.
4801 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
4803         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4804         `append'.
4805         (List Elements): Copyedits.
4807         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4808         of `vconcat'.
4810         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
4811         Emacs 20 usage of `concat'.
4812         (Case Conversion): Copyedits.
4814 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
4816         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4817         Minor edits.
4818         (Frame Configuration Type): Emphasize that it is not primitive.
4819         (Font Type): New node.
4820         (Type Predicates): Add fontp; type-of now recognizes font object
4821         types.
4823         * intro.texi (Version Info): Update version numbers in examples.
4824         (Acknowledgements): List more contributors.
4826         * elisp.texi: Bump version number to 3.0.
4827         (Top): Link to Font Type node.
4829 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
4831         * modes.texi (Major Mode Conventions): Remove duplicate words.
4832         (Customizing Keywords): Fix typo.
4834 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
4836         * nonascii.texi (User-Chosen Coding Systems): Document that
4837         select-safe-coding-system suggests raw-text if there are raw bytes
4838         in the region.
4839         (Explicit Encoding): Warn not to use `undecided' when encoding.
4841 2009-02-11  Glenn Morris  <rgm@gnu.org>
4843         * frames.texi (Visibility of Frames): Mention the effect multiple
4844         workspaces/desktops can have on visibility.
4846 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
4848         * text.texi (Commands for Insertion):
4849         * commands.texi (Event Mod):
4850         * keymaps.texi (Searching Keymaps):
4851         * nonascii.texi (Translation of Characters):
4852         Reinstate documentation of translation-table-for-input.
4853         (Explicit Encoding): Document the `charset' text property produced
4854         by decode-coding-region and decode-coding-string.
4856 2009-01-27  Alan Mackenzie  <acm@muc.de>
4858         * modes.texi (Search-based Fontification): Correct a typo.
4860 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
4862         * abbrevs.texi (Abbrev Table Properties): Fix typo.
4863         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
4865 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
4867         * display.texi (Window Systems): Document the value of
4868         `initial-window-system' under --daemon.
4870         * os.texi (System Environment): Remove description of the
4871         `environment' function which has been deleted.
4873 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
4875         * frames.texi (Multiple Displays): Remove documentation for
4876         removed function make-frame-on-tty.
4878 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
4880         * files.texi (Format Conversion Piecemeal): Clarify behavior of
4881         write-region-annotate-functions.
4882         Document write-region-post-annotation-function.
4884 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
4886         * display.texi (Font Lookup): Document WIDTH argument of
4887         x-list-fonts.
4889 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
4891         * maps.texi (Standard Keymaps): Rename function-key-map to
4892         local-function-key-map.
4894         * keymaps.texi (Translation Keymaps): Rename function-key-map to
4895         local-function-key-map.
4897         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4898         and `set-keyboard-coding-system' now accept an optional terminal
4899         argument.
4901         * commands.texi (Event Mod): `keyboard-translate-table' is now
4902         terminal-local.
4903         (Function Keys): Rename function-key-map to
4904         local-function-key-map.
4906         * elisp.texi (Top): Make @detailmenu be consistent with changes in
4907         frames.texi.
4909         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4910         `delete-terminal-functions', `suspend-tty-functions' and
4911         `resume-tty-functions'.
4913         * frames.texi (Frames): Document `frame-terminal' and
4914         `terminal-live-p'.
4915         (Multiple Displays): Document `make-frame-on-tty'.
4916         (Multiple Terminals): Document `terminal-list', `delete-terminal',
4917         `terminal-name', and `get-device-terminal'.
4918         (Terminal Parameters): Document `terminal-parameters',
4919         `terminal-parameter', and `set-terminal-parameter'.
4921         * os.texi (System Environment): Document `environment' and
4922         `initial-environment'.
4923         (Suspending Emacs): Update for multi-tty; document
4924         `suspend-tty', `resume-tty', and `controlling-tty-p'.
4926         * nonascii.texi (Coding System Basics): More accurate description
4927         of `raw-text'.
4929 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
4931         * display.texi (Low-Level Font): Fix typo.
4933 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
4935         * elisp.texi (Top): Update node listing.
4937         * display.texi (PostScript Images): Node deleted.
4939 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
4941         * processes.texi (Decoding Output): Document that null bytes force
4942         no-conversion for reading process output.
4944         * files.texi (Reading from Files): Document that null bytes force
4945         no-conversion when visiting files.
4947         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4949         * nonascii.texi (Lisp and Coding Systems):
4950         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4951         (Character Properties): Improve wording.
4953 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
4955         * display.texi (Font Lookup): Remove obsolete function
4956         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
4957         (Low-Level Font): Rename from Fonts, move to end of Faces section.
4958         (Font Selection): Reorder order of variable descriptions.
4959         Minor clarifications.
4961         * elisp.texi (Top): Update node listing.
4963 2009-01-09  Glenn Morris  <rgm@gnu.org>
4965         * commands.texi (Command Loop Info): Say that last-command-char and
4966         last-input-char are obsolete aliases.
4968         * edebug.texi (Edebug Recursive Edit): Remove separate references to
4969         last-input-char and last-command-char, since they are just aliases for
4970         last-input-event and last-command-event.
4972         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4973         last-command-char.
4975 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
4977         * elisp.texi: Update node listing.
4979         * display.texi (Faces): Put Font Selection node after Auto Faces.
4980         (Face Attributes): Don't link to Font Lookup.
4981         Document font-family-list.
4982         (Fonts): New node.
4984 2009-01-08  Jason Rumney  <jasonr@gnu.org>
4986         * frames.texi (Pointer Shape): Clarify that only X supports
4987         changing the standard pointer shapes.  (Bug#1485)
4989 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
4991         * display.texi (Attribute Functions): Note that a function value
4992         :height is relative, and that compatibility functions work by
4993         calling set-face-attribute.
4994         (Displaying Faces): Reorder list in order of increasing priority.
4995         (Face Remapping): New node.  Content moved here from Displaying
4996         Faces.
4997         (Glyphs): Link to Face Functions.
4999 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
5001         * display.texi (Faces): Don't discuss face id here.  facep does
5002         not return t.
5003         (Defining Faces): Minor clarification.
5004         (Face Attributes): Rearrange items to match docstring of
5005         set-face-attribute.  Add :foundry attribute.  Document new role of
5006         :font attribute.  Texinfo usage fix.
5007         (Attribute Functions): Copyedits.
5008         (Face Functions): Note that face number is seldom used.
5010 2009-01-05  Richard M Stallman  <rms@gnu.org>
5012         * strings.texi (Predicates for Strings): Minor clarification.
5014         * functions.texi (Function Safety): Texinfo usage fix.
5016 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5018         * objects.texi (General Escape Syntax): Fix typo.
5020 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
5022         * windows.texi (Choosing Window): Say that pop-up-frame-alist
5023         works via the default value of pop-up-frame-function.
5025 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
5027         * processes.texi (System Processes): Document the `time' and
5028         `ctime' attributes of `system-process-attributes'.
5030 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
5032         * display.texi (Face Attributes): Clarify :height attribute.
5034 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
5036         * buffers.texi (The Buffer List): Clarify what moves a buffer to
5037         the front of the buffer list.  Add entries for `last-buffer' and
5038         `unbury-buffer'.
5040 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
5042         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5043         and its subsections.
5045         * frames.texi (Multiple Terminals, Low-level Terminal)
5046         (Terminal Parameters, Frames on Other TTY devices): New sections.
5047         (Frames): Add an xref to "Multiple Terminals".
5049         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5051         * objects.texi (Terminal Type): New node.
5052         (Editing Types): Add it to the menu.
5054         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5055         Variables".
5057         * variables.texi (Directory Local Variables): New node.
5058         (Variables): Add a menu item for it.
5060         * loading.texi (Autoload): Document `generate-autoload-cookie' and
5061         `generated-autoload-file'.
5063 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
5065         * os.texi (Startup Summary): Add xref to documentation of
5066         `initial-window-system'.
5068         * display.texi (Window Systems): Document `window-system' the
5069         function.  The variable `window-system' is now frame-local.
5070         Document `initial-window-system'.
5072 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
5074         * windows.texi (Windows): Rewrite description of
5075         fit-window-to-buffer.
5077 2008-12-13  Glenn Morris  <rgm@gnu.org>
5079         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
5080         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5082 2008-12-12  Glenn Morris  <rgm@gnu.org>
5084         * debugging.texi (Error Debugging): Refer forwards to
5085         eval-expression-debug-on-error.
5087 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
5089         * strings.texi (String Basics): Only unibyte strings that
5090         represent key sequences hold 8-bit raw bytes.
5092         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5093         paragraph to speak about `undecided'.
5094         (Character Properties): Don't explain the meaning of each
5095         property; instead, identify their Unicode Standard names.
5096         (Character Sets): Document `map-charset-chars'.
5098 2008-12-02  Glenn Morris  <rgm@gnu.org>
5100         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5101         section yet again.
5103 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
5105         * nonascii.texi (Character Properties): New Section.
5106         (Specifying Coding Systems): Document
5107         `coding-system-priority-list', `set-coding-system-priority', and
5108         `with-coding-priority'.
5109         (Lisp and Coding Systems): Document `check-coding-systems-region'
5110         and `coding-system-charset-list'.
5111         (Coding System Basics): Document `coding-system-aliases'.
5113         * elisp.texi (Top): Add a @detailmenu entry for "Character
5114         Properties".
5116         * objects.texi (Character Type): Correct the range of Emacs
5117         characters.  Add an @xref to "Character Codes".
5119         * strings.texi (String Basics): Add an @xref to "Character Codes".
5121         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5123         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5124         (Character Codes): Document `max-char'.
5126 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
5128         * nonascii.texi (Text Representations, Converting Representations)
5129         (Character Sets, Scanning Charsets, Translation of Characters):
5130         Make text more accurate.
5132 2008-11-28  Glenn Morris  <rgm@gnu.org>
5134         * files.texi (Format Conversion Round-Trip): Improve previous change.
5136 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
5138         * modes.texi (Auto Major Mode): Fix example.
5140 2008-11-25  Glenn Morris  <rgm@gnu.org>
5142         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5144         * files.texi (Format Conversion Round-Trip):
5145         Use active voice for previous change.
5147 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
5149         * os.texi (Processor Run Time):
5150         * processes.texi (Transaction Queues):
5151         * markers.texi (The Mark):
5152         * windows.texi (Choosing Window, Selecting Windows):
5153         * files.texi (Changing Files, Magic File Names):
5154         * commands.texi (Key Sequence Input):
5155         * functions.texi (Declaring Functions):
5156         * strings.texi (Predicates for Strings):
5157         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5159 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
5161         * help.texi (Accessing Documentation): Update example.
5163         * variables.texi (Defining Variables): Note that `*' is not
5164         necessary if defcustom is used.
5166 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
5168         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5169         Characters" from @detailmenu.
5171         * nonascii.texi (Character Codes, Character Sets)
5172         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5173         (Chars and Bytes, Splitting Characters): Sections removed.
5175 2008-11-22  Lute Kamstra  <lute@gnu.org>
5177         * positions.texi (Text Lines): Update goto-line documentation.
5179 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
5181         * frames.texi (Frames): Fix typo, add cross references, reword.
5182         (Initial Parameters): Reword special-display-frame-alist text.
5183         (Frames and Windows): Reword.  Describe argument norecord for
5184         set-frame-selected-window.
5185         (Input Focus): Describe argument norecord for select-frame.
5186         Remove comment on MS-Windows behavior for focus-follows-mouse.
5187         (Raising and Lowering): Mention windows-frames dichotomy in
5188         metaphor.
5190         * windows.texi (Displaying Buffers, Vertical Scrolling)
5191         (Horizontal Scrolling): Fix indenting and rewording issues
5192         introduced with 2008-11-07 change.
5194 2008-11-20  Glenn Morris  <rgm@gnu.org>
5196         * files.texi (Format Conversion Round-Trip): Mention `preserve'
5197         element of `format-alist'.
5199 2008-11-19  Glenn Morris  <rgm@gnu.org>
5201         * doclicense.texi: Update to FDL 1.3.
5202         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5204 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
5206         * windows.texi (Window Hooks): Remove *-end-trigger-functions
5207         vars, which are obsolete.  Mention jit-lock-register.
5209         * modes.texi (Other Font Lock Variables):
5210         Document jit-lock-register and jit-lock-unregister.
5212         * frames.texi (Color Parameters): Document alpha parameter.
5214 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
5216         * windows.texi (Splitting Windows, Deleting Windows)
5217         (Selecting Windows, Cyclic Window Ordering)
5218         (Buffers and Windows, Displaying Buffers, Choosing Window)
5219         (Dedicated Windows, Window Point, Window Start and End)
5220         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5221         (Size of Window, Resizing Windows, Window Configurations)
5222         (Window Parameters): Avoid @var at beginning of sentences and
5223         reword accordingly.
5225 2008-11-11  Lute Kamstra  <lute@gnu.org>
5227         * files.texi (File Name Components): Fix file-name-extension
5228         documentation.
5230 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5232         * frames.texi (Basic Parameters): Remove display-environment-variable
5233         and term-environment-variable.
5235 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5237         * windows.texi (Basic Windows, Splitting Windows)
5238         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5239         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5240         (Resizing Windows, Window Configurations, Window Parameters):
5241         Fix wording and markup.
5243 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
5245         * windows.texi (Windows): Update entries.
5246         (Basic Windows): Remove listing of attributes.  Reword.
5247         (Splitting Windows, Deleting Windows): Reword.
5248         (Selecting Windows, Cyclic Window Ordering): Reword with special
5249         emphasis on order of recently selected windows and buffer list.
5250         (Buffers and Windows, Choosing Window): Reword with special
5251         emphasis on dedicated windows.
5252         (Displaying Buffers): Reword.  For switch-to-buffer mention that
5253         it may fall back on pop-to-buffer.  For other-window try to
5254         explain how it treats the cyclic ordering of windows.
5255         (Dedicated Windows): New node and section discussing dedicated
5256         windows and associated functions.
5257         (Window Point): Add entry for window-point-insertion-type.  Reword.
5258         (Window Start and End): Rename node and section title.  Reword.
5259         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5260         Minor rewording.
5261         (Size of Window): Reword, in particular text on window-width.
5262         (Resizing Windows): Reword.  Add text on balancing windows.
5263         (Window Configurations): Reword.  Mention window parameters.
5264         (Window Parameters): New node and section on window parameters.
5265         (Window Hooks): Reword.  Mention that
5266         window-configuration-change-hook is run "buffer-locally".
5267         * elisp.texi (Top): Update Windows entries in @detailmenu
5268         section.
5270 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5272         * searching.texi (Regexp Search): Fix typo.
5274 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
5276         * searching.texi (Regexp Search): Document GREEDY arg.
5277         (Simple Match Data): Fix return value.
5279 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
5281         * nonascii.texi (Text Representations): Rewrite to make consistent
5282         with Emacs 23 internal representation of characters.
5283         Document `unibyte-string'.
5285 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
5287         * processes.texi (Process Information): Note that process-status
5288         does not accept buffer names.
5290 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
5292         * positions.texi (Skipping Characters): Correct return value of
5293         skip-chars-forward.
5295 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5297         * windows.texi (Deleting Windows): Update documentation of
5298         delete-windows-on.
5299         (Buffers and Windows): Update documentations of
5300         get-buffer-window and get-buffer-window-list.
5301         (Displaying Buffers): Update documentation of
5302         replace-buffer-in-windows.
5304         * buffers.texi (Current Buffer): Reword set-buffer and
5305         with-current-buffer documentations.
5306         (Creating Buffers): Reword documentation of get-buffer-create.
5308 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
5310         * buffers.texi (Current Buffer): Reword documentation of
5311         set-buffer.
5312         (Buffer Names): Reword documentation of buffer-name.
5313         (The Buffer List): For bury-buffer explain what happens with the
5314         buffer's window.
5315         (Creating Buffers): Say that get-buffer-create's arg is called
5316         buffer-or-name.
5318 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5320         * advice.texi (Computed Advice): Explain what DEFINITION is.
5322         * nonascii.texi (Character Codes): Remove obsolete function
5323         char-valid-p, and document characterp instead.
5325 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
5327         * windows.texi (Displaying Buffers): Reword documentation of
5328         pop-to-buffer.
5329         (Choosing Window): Rewrite documentation of display-buffer and
5330         its options.
5332         * buffers.texi (Killing Buffers): Update documentation of
5333         kill-buffer.
5335 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
5337         * processes.texi (Serial Ports): Fix wording and improve markup.
5339         * searching.texi (Regexp Search): Document `string-match-p' and
5340         `looking-at-p'.
5341         (POSIX Regexps): Add an xref for "non-greedy".
5342         (Regexp Special): Add @cindex entry for "non-greedy".
5344         * display.texi (Attribute Functions): Document `face-all-attributes'.
5345         (Image Cache) <image-refresh>: Minor wording fixes.
5347         * frames.texi (Color Names): Add an xref to `read-color'.
5349         * minibuf.texi (High-Level Completion): Document `read-color'.
5351         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5353         * positions.texi (Narrowing): Add an xref to "Swapping Text".
5355         * buffers.texi (Swapping Text): New section, documents
5356         `buffer-swap-text'.
5358 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
5360         * windows.texi (Resizing Windows): Minor wording fix.
5362 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5364         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5365         and `combine-and-quote-strings'.
5367         * strings.texi (Creating Strings): Add xrefs for them.
5369 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5371         * elisp.texi (Top): Make descriptive text for "Reading File Names"
5372         match the corresponding menu in minibuf.texi.
5374         * minibuf.texi (Reading File Names): Document `read-shell-command'
5375         and `minibuffer-local-shell-command-map'.
5377 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5379         * windows.texi (Resizing Windows): Remove var{} around "window" in
5380         documentation of enlarge-window.
5381         Rewrite documentation of window-min-height and window-min-width.
5383 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5385         * functions.texi (Calling Functions): Document `apply-partially'.
5387         * hooks.texi (Standard Hooks): Mention
5388         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5390         * variables.texi (File Local Variables): Document
5391         `file-local-variables-alist', `before-hack-local-variables-hook'
5392         and `hack-local-variables-hook'.
5394         * processes.texi (Synchronous Processes): Document `process-lines'.
5396         * customize.texi (Variable Definitions):
5397         Document `custom-reevaluate-setting'.
5399 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
5401         * windows.texi (Choosing Window, Deleting Windows)
5402         (Displaying Buffers): Expand documentation of dedicated windows.
5404 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5406         * files.texi (Changing Files): Document symbolic input of file
5407         modes to `set-file-modes'.  Document `read-file-modes' and
5408         `file-modes-symbolic-to-number'.
5410         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5411         and `search-map'.
5413         * searching.texi (Search and Replace):
5414         Document `replace-search-function' and `replace-re-search-function'.
5415         Document `multi-query-replace-map'.
5417         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5418         (Completion Commands, Reading File Names):
5419         Rename `minibuffer-local-must-match-filename-map' to
5420         `minibuffer-local-filename-must-match-map'.
5421         (Minibuffer Completion): The `require-match' argument to
5422         `completing-read' can now have the value `confirm-only'.
5424         * windows.texi (Displaying Buffers): Minor wording fix.
5425         (Choosing Window): `split-height-threshold' can now be nil.
5426         Document `split-width-threshold'.  `pop-up-frames' can have the
5427         value `graphic-only'.
5429 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
5431         * os.texi (Startup Summary): Document `before-init-time' and
5432         `after-init-time'.  Document `initial-window-system' and
5433         `window-system-initialization-alist'.  Document reading the
5434         abbrevs file.  Document the call to `server-start' under --daemon.
5435         Rearrange a bit to be consistent with the code flow.
5436         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5437         (Time Parsing): Document `format-seconds'.
5439 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
5441         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5442         and reword.
5444 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
5446         * markers.texi (The Mark): Document use-region-p.
5448 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
5450         * internals.texi (Writing Emacs Primitives): The interactive spec
5451         of a primitive can be a Lisp form.
5453         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5454         values of transient-mark-mode.  Document handle-shift-selection.
5456         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5457         (Interactive Examples): Show an example of `^'.
5458         (Key Sequence Input): Document this-command-keys-shift-translated.
5459         (Defining Commands, Using Interactive): The interactive-form of a
5460         function can be added via its symbol's property.
5462         * positions.texi (List Motion): beginning-of-defun-function can
5463         now accept an argument.
5465         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5466         now return a list of strings.
5468         * control.texi (Handling Errors): Document ignore-errors.
5470         * frames.texi (Creating Frames): Document frame-inherited-parameters.
5471         (Parameter Access): Document set-frame-parameter.
5473         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5474         Hooks" for the effect of kill-all-local-variables on local hook
5475         functions.
5477         * modes.texi (Major Mode Conventions, Mode Line Variables):
5478         `mode-name' need not be a string.  xref to "Mode Line Data" for
5479         details, and to "Emulating Mode Line" for computing a string
5480         value.
5482 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
5484         * processes.texi (System Processes): New section.
5485         (Processes, Signals to Processes): Add xrefs to it.
5487         * objects.texi (Editing Types): A `process' is a subprocess of
5488         Emacs, not just any process running on the OS.
5490         * elisp.texi (Top): Adjust the @detailmenu for the above two
5491         changes.
5493         * sequences.texi (Char-Tables): Remove documentation of
5494         set-char-table-default, which has no effect since Emacs 23.
5495         <char-table-range, set-char-table-range>: Don't mention generic
5496         characters and charsets.  Add a cons cell as a possible argument.
5498         * nonascii.texi (Splitting Characters)
5499         (Translation of Characters): Don't mention generic characters.
5501         * display.texi (Fontsets): Don't mention generic characters.
5503         * sequences.texi (Char-Tables): `map-char-table' can now call its
5504         argument FUNCTION with a cons cell as KEY.
5506 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
5508         * objects.texi (Primitive Function Type): Move "@cindex special
5509         forms" from here...
5511         * eval.texi (Special Forms): ...to here.
5513         * functions.texi (What Is a Function): `functionp' returns nil for
5514         special forms.  Add an xref.
5516         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5517         Variables".
5519         * variables.texi (Frame-Local Variables): New section.
5520         (Buffer-Local Variables): Add an xref to it.
5521         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5522         have both frame-local and buffer-local binding.
5524         * frames.texi (Frames): Mention multiple tty frames.
5525         (Frame Parameters, Parameter Access): Mention frame-local variable
5526         bindings.
5528 2008-09-20  Glenn Morris  <rgm@gnu.org>
5530         * display.texi (Defining Faces): Recommend against face variables.
5532 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
5534         * display.texi (Echo Area Customization): Fix typo.
5536 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
5538         * loading.texi (Where Defined): Add `defface' item.
5540 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
5542         * loading.texi (Where Defined): Fix description of symbol-file.
5544 2008-08-26  Jason Rumney  <jasonr@gnu.org>
5546         * display.texi (TIFF Images): New section describing :index property.
5548 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
5550         * display.texi (Temporary Displays): Remove unnecessary comment
5551         about usage of temp-buffer-show-hook.
5553 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
5555         * symbols.texi (Other Plists): Fix incorrect example.
5556         Suggested by Florian Beck.
5558 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
5560         * os.texi: Fix previous change.
5562 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5564         * os.texi:
5565         * intro.texi:
5566         * files.texi: Remove VMS support.
5568 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5570         * os.texi:
5571         * frames.texi:
5572         * display.texi: Remove mentions of Mac Carbon.
5574 2008-07-01  Miles Bader  <miles@gnu.org>
5576         * text.texi (Special Properties):
5577         * display.texi (Truncation): Add wrap-prefix and line-prefix.
5579 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
5581         * display.texi (Other Image Types): Fix copy/paste error; say
5582         "PBM", not "XBM".
5584 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5586         * os.texi: Remove references to obsolete systems.
5588 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5590         * makefile.w32-in (distclean): Remove makefile.
5592 2008-06-17  Glenn Morris  <rgm@gnu.org>
5594         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5595         (elisp, dist): Remove rules and variables that are obsolete now
5596         the lisp manual is no longer distributed separately.
5598 2008-06-16  Glenn Morris  <rgm@gnu.org>
5600         * configure, configure.in, mkinstalldirs: Remove unused files.
5602         * book-spine.texinfo: Set version to 23.0.60.
5603         * vol1.texi (EMACSVER):
5604         * vol2.texi (EMACSVER): Set to 23.0.60.
5606         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5607         as per maintain.info.
5609 2008-06-15  Glenn Morris  <rgm@gnu.org>
5611         * makefile.w32-in (manual): Use "23" rather than "21".
5613         * Makefile.in (emacsver): New, set by configure.
5614         (manual): Use emacsver.
5616         * intro.texi: Report bugs using M-x report-emacs-bug.
5618         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5620 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5622         * elisp.texi, internals.texi, processes.texi: Add documentation
5623         about serial port access.
5625 2008-06-05  Miles Bader  <miles@gnu.org>
5627         * display.texi (Displaying Faces): Update to reflect function
5628         renamings in face-remap.el.
5630 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
5632         * display.texi (Fontsets): Fix typos.
5634 2008-06-03  Miles Bader  <miles@gnu.org>
5636         * display.texi (Displaying Faces): Add add-relative-face-remapping,
5637         remove-relative-face-remapping, set-base-face-remapping,
5638         and set-default-base-face-remapping.
5640 2008-06-01  Miles Bader  <miles@gnu.org>
5642         * display.texi (Displaying Faces): Add face-remapping-alist.
5644 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5647         variable names.
5649 2008-05-03  Eric S. Raymond  <esr@golux>
5651         * keymaps.texi: Clarify that (current-local-map) and
5652         (current-global-map) return references, not copies.
5654 2008-05-02  Juri Linkov  <juri@jurta.org>
5656         * minibuf.texi (Text from Minibuffer): Document a list of
5657         default values for `read-from-minibuffer'.
5659 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
5661         * nonascii.texi (Translation of Characters): Fix previous change.
5663 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
5665         * display.texi (Overlay Properties): Clarify role of underlying
5666         textprop and overlay keymaps for display strings.
5668         * keymaps.texi (Active Keymaps): Ditto.
5670 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5672         * minibuf.texi (Programmed Completion):
5673         Replace dynamic-completion-table with the new completion-table-dynamic.
5675 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
5677         * intro.texi (Some Terms): Change "fonts in this manual" index
5678         entry to "typographic conventions".
5680 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5682         * objects.texi (Text Props and Strings): Add indexing for read
5683         syntax of text properties.
5685 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5687         * processes.texi (Decoding Output): Remove process-filter-multibyte
5688         functions.
5690 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
5692         * display.texi (Finding Overlays): Say that empty overlays at
5693         the end of the buffer are reported too.
5695 2008-03-13  Glenn Morris  <rgm@gnu.org>
5697         * elisp.texi (EMACSVER): Set to 23.0.60.
5699 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
5701         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5703 2008-02-22  Glenn Morris  <rgm@gnu.org>
5705         * frames.texi (Position Parameters): Clarify the description of
5706         `left' and `top', using information from "Geometry".
5707         (Geometry): Give a pointer to "Position Parameters", rather than
5708         repeating information.
5710 2008-02-11  Glenn Morris  <rgm@gnu.org>
5712         * objects.texi (Equality Predicates): No longer talk about "two"
5713         functions.
5715 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5717         * objects.texi (Equality Predicates): Add defun for
5718         equal-including-properties.
5720 2008-02-10  Glenn Morris  <rgm@gnu.org>
5722         * objects.texi (Equality Predicates):
5723         Mention equal-including-properties.
5725 2008-02-07  Richard Stallman  <rms@gnu.org>
5727         * windows.texi (Window Start): Mention the feature of moving
5728         window-start to start of line.
5730 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
5732         * keymaps.texi (Tool Bar): Document rtl property.
5734 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5736         * display.texi (Button Types):
5737         For define-button-type, clarify type of NAME.
5739 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
5741         * buffers.texi (Buffer Modification): Fix typo.
5743 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5745         * os.texi (System Environment): Remove references to OSes that are
5746         not supported anymore.
5748 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5750         * os.texi (System Environment): Remove mention for Masscomp.
5752 2008-01-04  Richard Stallman  <rms@gnu.org>
5754         * display.texi (Faces): Don't talk about internal face vector as arg
5755         to facep.
5757         * customize.texi (Type Keywords): Fix previous change.
5759         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5760         * elisp.texi (Top): Fix menu for commands.texi change.
5762 2007-12-30  Richard Stallman  <rms@gnu.org>
5764         * commands.texi (Accessing Mouse): Rename from Accessing Events.
5765         (Accessing Scroll): New node broken out of Accessing Mouse.
5767 2007-12-28  Richard Stallman  <rms@gnu.org>
5769         * frames.texi (Size Parameters): Fix typo.
5770         (Basic Parameters): For `title', refer to title bar.
5771         (Size and Position): Explain meaning of frame pixel width and height.
5773 2007-12-23  Richard Stallman  <rms@gnu.org>
5775         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5776         Improve some of the commented-out keywords' text too.
5778 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
5780         * nonascii.texi (Encoding and I/O): Reword to avoid saying
5781         "visit the current buffer".
5783         * os.texi (System Interface): Fix typo.
5785 2007-12-04  Richard Stallman  <rms@gnu.org>
5787         * objects.texi (Symbol Type): Fix typo.
5789 2007-12-03  Richard Stallman  <rms@gnu.org>
5791         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5793 2007-12-01  Glenn Morris  <rgm@gnu.org>
5795         * functions.texi (Declaring Functions): Improve previous change.
5797 2007-11-30  Glenn Morris  <rgm@gnu.org>
5799         * functions.texi (Declaring Functions): Add optional fourth
5800         argument of declare-function, and setting third argument to `t'.
5802 2007-11-29  Richard Stallman  <rms@gnu.org>
5804         * customize.texi (Composite Types): Document `group' type.
5806 2007-11-29  Glenn Morris  <rgm@gnu.org>
5808         * functions.texi (Declaring Functions): Add findex.
5809         Mention `external' files.
5811 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
5813         * functions.texi (Declaring Functions): Fix directive.
5815 2007-11-25  Richard Stallman  <rms@gnu.org>
5817         * help.texi (Help Functions): Clean up last change.
5819         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5821         * loading.texi (Named Features): Minor cleanup.
5823         * macros.texi (Eval During Expansion): Minor cleanup.
5825         * variables.texi (Variable Aliases): Minor cleanup.
5827 2007-11-24  Richard Stallman  <rms@gnu.org>
5829         * functions.texi (Declaring Functions): Clarify previous change.
5831         * compile.texi (Compiler Errors): Clarify previous change.
5833 2007-11-24  Richard Stallman  <rms@gnu.org>
5835         * display.texi (Refresh Screen, Forcing Redisplay):
5836         Clarify the text and move items around.
5838 2007-11-24  Glenn Morris  <rgm@gnu.org>
5840         * functions.texi (Declaring Functions): New section.
5841         * compile.texi (Compiler Errors): Mention declaring functions,
5842         defvar with no initvalue, and byte-compile-warnings.
5844 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
5846         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5847         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5849 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
5851         * help.texi (Help Functions): Document new macro `with-help-window'.
5853 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5855         * searching.texi (Replacing Match): Describe new
5856         `match-substitute-replacement'.
5858 2007-10-31  Richard Stallman  <rms@gnu.org>
5860         * strings.texi (Creating Strings): Null strings from concat not unique.
5862 2007-10-26  Richard Stallman  <rms@gnu.org>
5864         * objects.texi (Equality Predicates): Null strings are uniquified.
5866         * minibuf.texi: Minor clarifications in previous change.
5868 2007-10-25  Glenn Morris  <rgm@gnu.org>
5870         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5872 2007-10-24  Richard Stallman  <rms@gnu.org>
5874         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5876         * variables.texi (Frame-Local Variables): Node deleted.
5877         (Variables): Delete Frame-Local Variables from menu.
5878         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5879         (Default Value): Don't mention frame-local vars.
5881         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5883         * loading.texi (Unloading): Document FEATURE-unload-function
5884         instead of FEATURE-unload-hook.
5886         * frames.texi (Multiple Displays): Don't mention frame-local vars.
5888 2007-10-22  Juri Linkov  <juri@jurta.org>
5890         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5891         (High-Level Completion): Document a list of default value strings
5892         in the DEFAULT argument, for which minibuffer functions return the
5893         first element.
5895 2007-10-17  Juri Linkov  <juri@jurta.org>
5897         * text.texi (Filling): Update arguments of fill-paragraph.
5898         fill-paragraph operates on the active region in Transient Mark mode.
5899         Remove fill-paragraph-or-region.
5901 2007-10-13  Karl Berry  <karl@gnu.org>
5903         * elisp.texi (@dircategory): Move to after @copying,
5904         since we want @copying as close as possible to the beginning of
5905         the output.
5907 2007-10-12  Richard Stallman  <rms@gnu.org>
5909         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5911         * commands.texi (Distinguish Interactive): New node,
5912         broken out from Interactive Call and rewritten.
5913         (Command Loop): Put Distinguish Interactive in menu.
5915 2007-10-09  Richard Stallman  <rms@gnu.org>
5917         * text.texi (Examining Properties): Mention overlay priority.
5919         * display.texi (Display Margins): Correct the description
5920         of margin display specifications.
5921         (Replacing Specs): New subnode broken out of Display Property.
5923 2007-10-06  Juri Linkov  <juri@jurta.org>
5925         * text.texi (Filling): Document fill-paragraph-or-region.
5927 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
5929         * display.texi (Auto Faces): Fix typo.
5931 2007-10-02  Richard Stallman  <rms@gnu.org>
5933         * display.texi (Display Property): Explain some display specs
5934         don't let you move point in.
5936         * frames.texi (Cursor Parameters):
5937         Describe cursor-in-non-selected-windows here.  Explain more values.
5939         * windows.texi (Basic Windows): Don't describe
5940         cursor-in-non-selected-windows here.
5942 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
5944         * processes.texi (Misc Network): Note that these functions are
5945         supported only on some systems.
5947 2007-10-01  Richard Stallman  <rms@gnu.org>
5949         * display.texi (Overlay Properties): Explain nil as priority.
5950         Explain that conflicts are unpredictable if not resolved by
5951         priorities.
5953 2007-09-23  Richard Stallman  <rms@gnu.org>
5955         * macros.texi (Backquote): Minor clarification.
5957 2007-09-19  Richard Stallman  <rms@gnu.org>
5959         * display.texi (Display Property): Explain multiple display specs.
5960         Clarify when they work in parallel and when one overrides.
5961         Fix error in example.
5963 2007-09-06  Glenn Morris  <rgm@gnu.org>
5965         Move from lispref/ to doc/lispref/.  Change all setfilename
5966         commands to use ../../info.
5967         * Makefile.in (infodir): Go up one more level.
5968         (usermanualdir): Change from ../man to ../emacs.
5969         (miscmanualdir): New.
5970         (dist): Use new variable miscmanualdir.
5971         * makefile.w32-in (infodir, texinputdir): Go up one more level.
5972         (usermanualdir): Change from ../man to ../emacs.
5974 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
5976         * commands.texi (Command Loop Info): Advise against changing
5977         most variables described here.  Explain new variable
5978         last-repeatable-command.
5980 2007-08-29  Glenn Morris  <rgm@gnu.org>
5982         * elisp.texi (EMACSVER): Increase to 23.0.50.
5984 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5986         * frames.texi (Basic Parameters): Add display-environment-variable
5987         and term-environment-variable.
5989 2007-08-28  Juri Linkov  <juri@jurta.org>
5991         * display.texi (Image Formats, Other Image Types): Add SVG.
5993 2007-08-28  Juri Linkov  <juri@jurta.org>
5995         * display.texi (Images): Move formats-related text to new node
5996         "Image Formats".
5997         (Image Formats): New node.
5999 2007-08-27  Richard Stallman  <rms@gnu.org>
6001         * windows.texi (Window Configurations): Clarify what
6002         a window configuration saves.
6004 2007-08-25  Richard Stallman  <rms@gnu.org>
6006         * display.texi (Images): Delete redundant @findex.
6008 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * text.texi (Change Hooks): (after|before)-change-functions are no
6011         longer bound to nil while running; rather inhibit-modification-hooks
6012         is t.
6014 2007-08-16  Richard Stallman  <rms@gnu.org>
6016         * processes.texi (Asynchronous Processes):
6017         Clarify doc of start-file-process.
6019 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
6021         * modes.texi (Example Major Modes): Fix typo.
6023 2007-08-08  Glenn Morris  <rgm@gnu.org>
6025         * intro.texi (nil and t): Do not use `iff' in documentation.
6027         * tips.texi (Documentation Tips): Recommend against `iff'.
6029 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
6031         * display.texi (Image Cache): Document image-refresh.
6033 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
6035         * windows.texi (Size of Window): Document window-full-width-p.
6037 2007-07-25  Glenn Morris  <rgm@gnu.org>
6039         * gpl.texi (GPL): Replace license with GPLv3.
6041         * Relicense all FSF files to GPLv3 or later.
6043 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
6045         * processes.texi (Synchronous Processes):
6046         Add `process-file-shell-command'.
6047         (Asynchronous Processes): Mention restricted use of
6048         `process-filter' and `process-sentinel' in
6049         `start-file-process'.  Add `start-file-process-shell-command'.
6051 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
6053         * files.texi (Magic File Names): Introduce optional parameter
6054         IDENTIFICATION for `file-remote-p'.
6056 2007-07-16  Richard Stallman  <rms@gnu.org>
6058         * display.texi (Defining Faces): Fix previous change.
6060 2007-07-14  Richard Stallman  <rms@gnu.org>
6062         * control.texi (Handling Errors): Document `debug' in handler list.
6064 2007-07-10  Richard Stallman  <rms@gnu.org>
6066         * display.texi (Defining Faces): Explain C-M-x feature for defface.
6068 2007-07-09  Richard Stallman  <rms@gnu.org>
6070         * files.texi (Magic File Names): Rewrite previous change.
6072 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6074         * files.texi (Magic File Names): Introduce optional parameter
6075         CONNECTED for `file-remote-p'.
6077 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
6079         * processes.texi (Asynchronous Processes):
6080         * files.texi (Magic File Names): Add `start-file-process'.
6082 2007-06-27  Richard Stallman  <rms@gnu.org>
6084         * files.texi (Format Conversion Piecemeal):
6085         Clarify `after-insert-file-functions' calling convention.
6087 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
6089         * files.texi (Magic File Names): Remove `dired-call-process'.
6090         Add `process-file'.
6092 2007-06-27  Kenichi Handa  <handa@m17n.org>
6094         * text.texi (Special Properties): Fix description about
6095         `composition' property.
6097 2007-06-26  Kenichi Handa  <handa@m17n.org>
6099         * nonascii.texi (Default Coding Systems): Document about the
6100         return value `undecided'.
6102 2007-06-25  David Kastrup  <dak@gnu.org>
6104         * keymaps.texi (Active Keymaps): Document new POSITION argument of
6105         `current-active-maps'.
6107 2007-06-24  Karl Berry  <karl@gnu.org>
6109         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6111 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
6113         * display.texi (Overlay Arrow): Doc fix.
6115 2007-06-14  Karl Berry  <karl@tug.org>
6117         * anti.texi (Antinews): Typo.
6119 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6121         * display.texi (Image Cache): Document image-refresh.
6123 2007-06-12  Karl Berry  <karl@gnu.org>
6125         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6126         * two-volume.make: New file.
6127         * .cvsignore: Ignore two-volume files.
6129 2007-06-12  Tom Tromey  <tromey@redhat.com>
6131         * os.texi (Init File): Document user-emacs-directory.
6133 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
6135         * commands.texi (Click Events): Describe width and height when
6136         object is nil.
6138 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
6140         * commands.texi (Click Events): Layout more logically.
6141         Describe width and height.
6142         (Drag Events, Motion Events): Update to new format for position.
6144 2007-06-02  Richard Stallman  <rms@gnu.org>
6146         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6148 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6150         * Version 22.1 released.
6152 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6154         * text.texi (Special Properties): Correct meaning of fontified face.
6156 2007-05-30  Richard Stallman  <rms@gnu.org>
6158         * text.texi (Special Properties): Add link to Adjusting Point.
6160 2007-05-12  Richard Stallman  <rms@gnu.org>
6162         * text.texi (Margins): indent-to-left-margin is not the default.
6163         (Mode-Specific Indent): For indent-line-function, the default
6164         is indent-relative.
6166         * modes.texi (Example Major Modes): Explain last line of text-mode
6167         is redundant.
6169 2007-05-10  Richard Stallman  <rms@gnu.org>
6171         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6173         * help.texi (Keys in Documentation): Add reference to
6174         Documentation Tips.
6176         * files.texi (Format Conversion): TO-FN gets three arguments.
6178         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6180 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
6182         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6183         * files.texi (Format Conversion): Expand intro; add menu.
6184         (Format Conversion Overview, Format Conversion Round-Trip)
6185         (Format Conversion Piecemeal): New nodes/subsections.
6186         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6187         * text.texi (Text Properties): Remove "Saving Properties" from menu.
6188         (Saving Properties): Delete node/subsection.
6190 2007-05-07  Karl Berry  <karl@gnu.org>
6192         * elisp.texi (EMACSVER): Back to 22.
6194 2007-05-06  Richard Stallman  <rms@gnu.org>
6196         * processes.texi (Accepting Output): Revert most of previous change.
6198 2007-05-05  Richard Stallman  <rms@gnu.org>
6200         * processes.texi (Accepting Output): accept-process-output
6201         uses microseconds, not milliseconds.  But that arg is obsolete.
6203 2007-05-04  Karl Berry  <karl@tug.org>
6205         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6207 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
6209         * tips.texi (Documentation Tips): Rearrange items to place the
6210         more important ones first.  Add an index entry for hyperlinks.
6212 2007-05-03  Karl Berry  <karl@gnu.org>
6214         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6215         (EMACSVER) [smallbook]: 22 for printed version.
6217         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6218         so restore anchor to normal position after defun.  Found by Kevin Ryde.
6220 2007-04-26  Glenn Morris  <rgm@gnu.org>
6222         * elisp.texi (EMACSVER): Increase to 22.1.50.
6224 2007-04-28  Karl Berry  <karl@gnu.org>
6226         * elisp.texi: Improve line breaks on copyright page,
6227         similar layout to emacs manual, 8.5x11 by default.
6229 2007-04-24  Richard Stallman  <rms@gnu.org>
6231         * text.texi (Special Properties): Add xref to Overlay Properties.
6233         * display.texi (Overlay Properties): Add xref to Special Properties.
6235 2007-04-22  Richard Stallman  <rms@gnu.org>
6237         * keymaps.texi (Extended Menu Items): Move the info about
6238         format with cached keyboard binding.
6240 2007-04-21  Richard Stallman  <rms@gnu.org>
6242         * text.texi (Special Properties): Clarify previous change.
6244         * files.texi (File Name Expansion): Clarify previous change.
6246         * display.texi (Attribute Functions): Fix example for
6247         face-attribute-relative-p.
6249 2007-04-19  Kenichi Handa  <handa@m17n.org>
6251         * text.texi (Special Properties): Document composition property.
6253 2007-04-19  Glenn Morris  <rgm@gnu.org>
6255         * files.texi (File Name Expansion): Mention "superroot".
6257 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6259         * frames.texi (Multiple Displays): Add note about "multi-monitor"
6260         setups.
6261         (Display Feature Testing): Note that display refers to all
6262         physical monitors for multi-monitor setups.
6264 2007-04-14  Richard Stallman  <rms@gnu.org>
6266         * lists.texi (Sets And Lists): Clarify `delete' examples.
6267         Remove spurious xref to same node.
6268         Clarify xref for add-to-list.
6270 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
6272         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6273         value of lisp-mode-map.
6275 2007-04-11  Karl Berry  <karl@gnu.org>
6277         * anti.texi (Antinews):
6278         * display.texi (Overlay Properties, Defining Images):
6279         * processes.texi (Synchronous Processes, Sentinels):
6280         * syntax.texi (Syntax Table Internals):
6281         * searching.texi (Regexp Special):
6282         * nonascii.texi (Default Coding Systems):
6283         * text.texi (Special Properties):
6284         * minibuf.texi (Basic Completion): Wording to improve breaks in
6285         8.5x11 format.
6286         * elisp.texi (smallbook): New @set to more easily switch between
6287         smallbook and 8.5x11.
6289 2007-04-11  Richard Stallman  <rms@gnu.org>
6291         * text.texi (Lazy Properties): Minor fix.
6293 2007-04-08  Karl Berry  <karl@gnu.org>
6295         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6296         * macros.texi (Backquote): Downcase Backquote in index entries for
6297         consistency.
6299 2007-04-08  Richard Stallman  <rms@gnu.org>
6301         * text.texi (Adaptive Fill): Just describe default,
6302         don't show it (since it contains non-ASCII chars).
6304 2007-04-07  Karl Berry  <karl@gnu.org>
6306         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6307         adaptive-fill-regexp's value, since they are not in the standard
6308         TeX fonts.
6310 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
6312         * display.texi (Defining Faces): Fix example.
6314 2007-04-07  Karl Berry  <karl@gnu.org>
6316         * display.texi (Button Buffer Commands): Improve page break.
6318 2007-04-07  Richard Stallman  <rms@gnu.org>
6320         * advice.texi (Activation of Advice): Remove redundant index entry.
6322         * backups.texi: Improve index entries.  Remove redundant ones.
6324         * compile.texi (Byte Compilation): Improve index entry.
6326         * hash.texi (Creating Hash): Improve index entry.
6328         * symbols.texi (Definitions): Improve index entry.
6330         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
6332         * maps.texi (Standard Keymaps): Remove useless index entry.
6334         * help.texi (Documentation Basics): Remove redundant index entries.
6336         * customize.texi: Improve index entries.
6337         Remove redundant/useless ones.
6339         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6341         * streams.texi (Output Variables): Improve index entry.
6343         * abbrevs.texi (Abbrevs): Remove useless index entry.
6345         * macros.texi (Expansion): Remove useless index entry.
6347         * text.texi: Improve index entries.  Remove redundant/useless ones.
6348         (Text Properties, Examining Properties)
6349         (Special Properties): Use "property category" instead of "category"
6350         to refer to the `category' property.
6352         * positions.texi: Improve index entries.  Remove useless one.
6354         * lists.texi: Improve index entries.  Remove redundant/useless ones.
6356         * os.texi: Improve index entries.
6357         (Timers): Fix previous change.
6359         * buffers.texi: Improve index entries.
6360         (Modification Time): Get rid of term "obsolete buffer".
6362         * debugging.texi: Improve index entries.
6363         (Test Coverage): Add xref to other test coverage ftr.
6365         * eval.texi: Improve index entry.  Remove redundant ones.
6367         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
6369         * files.texi: Improve index entries.  Remove redundant/useless ones.
6371         * objects.texi: Improve index entries.
6373         * processes.texi: Improve index entries.
6375         * modes.texi: Improve index entry.  Remove redundant one.
6377         * nonascii.texi: Improve index entries.
6379         * internals.texi: Improve index entries.
6381         * syntax.texi: Improve index entries.
6383         * keymaps.texi (Active Keymaps): Improve index entries.
6385         * commands.texi: Improve index entries.  Remove redundant/useless ones.
6387         * frames.texi: Improve index entries.  Remove redundant/useless ones.
6389         * markers.texi: Improve index entries.  Remove redundant ones.
6391         * tips.texi: Improve index entries.
6393         * loading.texi (Unloading): Improve index entry.
6395         * variables.texi: Improve index entries.  Remove redundant one.
6397         * sequences.texi: Improve index entry.
6399         * display.texi: Improve index entries.  Remove redundant ones.
6401         * windows.texi: Improve index entries.
6403         * searching.texi: Improve index entries.  Remove redundant one.
6405         * strings.texi (Case Tables): Improve last change.
6407 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
6409         * strings.texi (Case Tables): Document with-case-table and
6410         ascii-case-table.
6412 2007-04-03  Karl Berry  <karl@gnu.org>
6414         * processes.texi (Network): Reword to improve page break.
6416 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
6418         * functions.texi (Inline Functions): Describe more disadvantages
6419         of defsubst, and make advice against it stronger.
6421 2007-04-02  Karl Berry  <karl@gnu.org>
6423         * backups.texi (Backup Names): Avoid widow words.
6424         * modes.texi (Example Major Modes): Align last comment.
6426 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
6428         * keymaps.texi (Remapping Commands): Document new arg to
6429         command-remapping.
6431 2007-04-01  Karl Berry  <karl@gnu.org>
6433         * processes.texi (Low-Level Network): Typo.
6434         * loading.texi (Hooks for Loading): Avoid double "the".
6435         * keymaps.texi (Key Sequences): No double "and".
6436         (Changing Key Bindings): Shorten to improve line break.
6438 2007-03-31  Glenn Morris  <rgm@gnu.org>
6440         * os.texi (Timers): Fix description of run-at-time TIME formats.
6442 2007-03-31  Richard Stallman  <rms@gnu.org>
6444         * display.texi (Invisible Text): Correct buffer-invisibility-spec
6445         regarding ellipsis.
6447 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6449         * intro.texi (nil and t):
6450         * symbols.texi (Plists and Alists):
6451         * variables.texi (Variable Aliases, Constant Variables):
6452         * functions.texi (Defining Functions):
6453         * advice.texi (Advising Primitives):
6454         * debugging.texi (Syntax Errors, Compilation Errors):
6455         * minibuf.texi (Minibuffer Windows):
6456         * commands.texi (Adjusting Point):
6457         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6458         (Auto Major Mode, Major Mode Conventions):
6459         * help.texi (Describing Characters):
6460         * files.texi (Create/Delete Dirs, Information about Files)
6461         (File Locks, Writing to Files, Reading from Files)
6462         (Saving Buffers):
6463         * windows.texi (Resizing Windows, Cyclic Window Ordering):
6464         * frames.texi (Finding All Frames):
6465         * positions.texi (Buffer End, Motion):
6466         * markers.texi (The Region):
6467         * text.texi (Deletion, Near Point):
6468         * display.texi (Displaying Messages, Truncation):
6469         * os.texi (Processor Run Time):
6470         * tips.texi (Key Binding Conventions, Programming Tips)
6471         (Warning Tips, Documentation Tips, Comment Tips):
6472         * internals.texi (Memory Usage): Improve indexing.
6474         * variables.texi (Frame-Local Variables):
6475         * functions.texi (Argument List):
6476         * loading.texi (Library Search):
6477         * streams.texi (Output Variables):
6478         * keymaps.texi (Translation Keymaps, Searching Keymaps):
6479         * searching.texi (Replacing Match, Search and Replace):
6480         * processes.texi (Byte Packing, Decoding Output)
6481         (Accepting Output, Network Servers, Shell Arguments):
6482         * display.texi (Abstract Display, Image Cache, Scroll Bars):
6483         * windows.texi (Window Point, Window Start):
6484         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6485         * commands.texi (Reading Input, Keyboard Events):
6486         * minibuf.texi (Reading File Names, Minibuffer Completion)
6487         (Recursive Mini):
6488         * positions.texi (List Motion):
6489         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6490         * numbers.texi (Arithmetic Operations, Math Functions)
6491         (Predicates on Numbers, Comparison of Numbers):
6492         (Numeric Conversions):
6493         * locals.texi (Standard Buffer-Local Variables):
6494         * maps.texi (Standard Keymaps):
6495         * os.texi (User Identification, System Environment, Recording Input)
6496         (X11 Keysyms):
6497         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6498         * backups.texi (Backups and Auto-Saving):
6499         * customize.texi (Customization, Group Definitions)
6500         (Variable Definitions):
6501         * compile.texi (Byte Compilation): Improve index entries.
6503 2007-03-31  Karl Berry  <karl@gnu.org>
6505         * macros.texi (Defining Macros): Avoid widow syllable.
6507 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6509         * elisp.texi (Top): Postscript -> PostScript.
6511         * display.texi (Images, Postscript Images): Postscript -> PostScript.
6513 2007-03-31  Markus Triska  <markus.triska@gmx.at>
6515         * internals.texi (Writing Emacs Primitives): Untabify `For'.
6517 2007-03-30  Karl Berry  <karl@gnu.org>
6519         * lists.texi (List-related Predicates): Remove spurious @need.
6520         (Setcdr): Use @smallexample to improve page break.
6521         (Association Lists) <assoc>: Reword to improve page break.
6523         * strings.texi (String Conversion): Insert blank line to improve
6524         page break.
6526         * numbers.texi (Random Numbers): Use @minus{}.
6527         (Math Functions): Use @minus{}.
6529         * intro.texi (Acknowledgements): Avoid line breaks before middle
6530         initials.
6532 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
6534         * errors.texi (Standard Errors): Add an index entry.
6536 2007-03-19  Richard Stallman  <rms@gnu.org>
6538         * os.texi (Recording Input): recent-keys now gives 300 keys.
6540 2007-03-12  Glenn Morris  <rgm@gnu.org>
6542         * os.texi: Replace "daylight savings" with "daylight saving"
6543         throughout.
6545 2007-03-05  Richard Stallman  <rms@gnu.org>
6547         * variables.texi (File Local Variables):
6548         Update enable-local-variables values.
6550 2007-03-04  Richard Stallman  <rms@gnu.org>
6552         * syntax.texi (Control Parsing): Minor clarification.
6554         * strings.texi (Formatting Strings): Clarify width, precision, flags.
6556         * sequences.texi (Sequence Functions): Move string-bytes away,
6557         add xref.
6559         * nonascii.texi (Text Representations): Move string-bytes here.
6561         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6563         * minibuf.texi (Basic Completion): Minor clarification.
6565         * markers.texi (The Mark): Clarify existence vs activation of mark.
6566         Other cleanup.
6568         * display.texi (Finding Overlays): Write better example.
6570         * compile.texi (Eval During Compile): Clarify putting macros
6571         in eval-when-compile.
6573 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
6575         * loading.texi (How Programs Do Loading): Fix anchor position at
6576         load-read-function definition doc.
6578 2007-02-21  Kim F. Storm  <storm@cua.dk>
6580         * strings.texi (Text Comparison): Mention that assoc-string
6581         converts symbols to strings before testing.
6583 2007-02-17  Kim F. Storm  <storm@cua.dk>
6585         * processes.texi (Bindat Spec): Vector types can have optional
6586         element type.
6587         (Bindat Examples): Fix example.  Add vector with element type.
6589 2007-02-16  Andreas Schwab  <schwab@suse.de>
6591         * strings.texi (Formatting Strings): Document '+' flag.
6593 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
6595         * strings.texi (Modifying Strings): Clarify that `clear-string'
6596         always converts the string to unibyte.
6598 2007-02-14  Kim F. Storm  <storm@cua.dk>
6600         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6601         Rewrite glyph code description to refer to these functions.
6602         Remove details of encoding face number and char into integer code.
6604 2007-02-03  Alan Mackenzie  <acm@muc.de>
6606         * loading.texi (Hooks for Loading): Make the description of
6607         `eval-after-load' more detailed, and amend the description of
6608         after-load-alist, in accordance with changes from 2006-05.
6610 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6612         * modes.texi (Defining Minor Modes): Document that a :require
6613         keyword or similar may be required to make saved customization
6614         variables work.
6616 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
6618         * elisp.texi (Top): Make the detailed menu headers compliant with
6619         Texinfo guidelines and with what texnfo-upd.el expects.
6620         Add comments to prevent people from inadvertently modifying the key
6621         parts needed by `texinfo-multiple-files-update'.
6623 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6625         * elisp.texi (Top): Update the top-level menus.
6627         * syntax.texi (Categories): Add index entries.
6629 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6631         * display.texi (Attribute Functions): Fix name and description of
6632         the UNDERLINE arg of `set-face-underline-p'.
6634 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
6636         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6637         Variables", and "Standard Keymaps" to the detailed menu.
6639         * variables.texi (Future Local Variables): Add index entry.
6641 2007-01-28  Richard Stallman  <rms@gnu.org>
6643         * tips.texi (Coding Conventions): Clarify the tip about macros
6644         that define a function or a variable.
6646         * files.texi (File Attributes): UID and GID can be floats.
6647         (Magic File Names): Explain why deferring all operations to
6648         the standard handler does not work.
6650 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
6652         * backups.texi (Reverting): Use "buffer" instead of "file"
6653         when talking about major and minor modes.
6655 2007-01-21  Richard Stallman  <rms@gnu.org>
6657         * help.texi (Documentation): Add xref to Documentation Tips.
6659 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
6661         * tips.texi (Coding Conventions): Fix typos.
6663 2007-01-05  Richard Stallman  <rms@gnu.org>
6665         * modes.texi (Defining Minor Modes): Fix previous change.
6667 2007-01-03  Richard Stallman  <rms@gnu.org>
6669         * customize.texi (Variable Definitions, Customization Types):
6670         Don't use * in doc string for defcustom.
6672 2007-01-02  Richard Stallman  <rms@gnu.org>
6674         * variables.texi (Variable Aliases): Clarify that aliases vars
6675         always have the same value.
6677         * processes.texi (Bindat Spec): Fix Texinfo usage.
6679         * modes.texi (Defining Minor Modes): Explain effect of command
6680         defined with define-global-minor-mode on new buffers.
6682 2006-12-30  Kim F. Storm  <storm@cua.dk>
6684         * keymaps.texi (Tool Bar): Describe `grow-only' value of
6685         `auto-resize-tool-bars'.
6687 2006-12-30  Richard Stallman  <rms@gnu.org>
6689         * keymaps.texi (Active Keymaps): Fix previous change.
6691 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
6693         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6695 2006-12-30  Kim F. Storm  <storm@cua.dk>
6697         * processes.texi (Bindat Spec): Clarify using field names in
6698         length specifications.
6700 2006-12-29  Kim F. Storm  <storm@cua.dk>
6702         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6703         Add count and index variables for eval forms in repeat blocks.
6705 2006-12-24  Richard Stallman  <rms@gnu.org>
6707         * customize.texi (Variable Definitions):
6708         Document new name custom-add-frequent-value.
6710 2006-12-19  Kim F. Storm  <storm@cua.dk>
6712         * commands.texi (Misc Events): User signals now result in sigusr1
6713         and sigusr2 events which are handled through special-event-map.
6714         (Special Events): User signals and drag-n-drop are special.
6716 2006-12-17  Richard Stallman  <rms@gnu.org>
6718         * loading.texi (Named Features): Explain subfeatures better.
6720         * customize.texi: Use "option" only for user options.
6721         For the keyword values inside defcustom etc, say "keywords".
6722         For :options value's elements, say "elements".
6723         :group should not be omitted.
6725         * syntax.texi (Parsing Expressions): Split up node.
6726         (Motion via Parsing, Position Parse, Parser State)
6727         (Low-Level Parsing, Control Parsing): New subnodes.
6728         (Parser State): Document syntax-ppss-toplevel-pos.
6730         * positions.texi (List Motion): Punctuation fix.
6732         * files.texi (File Name Completion): Document PREDICATE arg
6733         to file-name-completion.
6735 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
6737         * internals.texi (Building Emacs, Writing Emacs Primitives):
6738         Add index entries.
6740 2006-12-11  Richard Stallman  <rms@gnu.org>
6742         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6743         affects face menu.  Explain how to make it non-nil without enabling
6744         any fontification.
6746 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6748         * modes.texi (Font Lock Basics): Document nil value of
6749         font-lock-defaults.
6751 2006-12-10  Glenn Morris  <rgm@gnu.org>
6753         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6754         value for system-flag argument.  Abbrev tables may not be empty
6755         when major modes are loaded.
6757 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6759         * makefile.w32-in (maintainer-clean): Partially revert last
6760         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6761         to protect elisp-covers.texi.
6763 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
6765         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6766         Don't remove elisp* info files; they are already deleted by the
6767         `clean' and `distclean' targets, and they are in the $(infodir)
6768         directory, not the current one.
6770 2006-12-04  Kim F. Storm  <storm@cua.dk>
6772         * commands.texi (Misc Events): Update signal events.
6773         (Event Examples): Add signal example.
6775 2006-11-29  Richard Stallman  <rms@gnu.org>
6777         * frames.texi (Visibility of Frames): Explain visible windows
6778         can be covered by others.  Add xref for raise-frame.
6780 2006-11-28  Richard Stallman  <rms@gnu.org>
6782         * searching.texi (Regexp Special): Update when ^ is special.
6784 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
6786         * customize.texi (Customization, Common Keywords)
6787         (Group Definitions, Variable Definitions, Composite Types)
6788         (Type Keywords, Customization Types): Add index entries for
6789         various customization keywords.
6791 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6795 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6797         * frames.texi (Window System Selections): Remove clipboard from
6798         description of selection-coding-system.
6800 2006-11-06  Richard Stallman  <rms@gnu.org>
6802         * lists.texi (List Variables): Document COMPARE-FN.
6804         * keymaps.texi: Avoid use of "binding" to mean a relation;
6805         use it only to refer to the meaning associated with a key.
6806         (Keymaps): Change menu node description.
6808         * elisp.texi (Top): Change menu node description.
6810         * display.texi (Managing Overlays): Document overlay-recenter.
6812 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
6814         * Makefile.in: Use relative paths to avoid advertising filesystem
6815         contents during compilation.
6817 2006-10-23  Kim F. Storm  <storm@cua.dk>
6819         * commands.texi (Event Input Misc): Update unread-command-events.
6821 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6823         * lists.texi (Sets And Lists): Fix typos.
6825 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6827         * control.texi (Processing of Errors): Use @var for an argument,
6828         not @code.
6830 2006-10-16  Richard Stallman  <rms@gnu.org>
6832         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6834         * keymaps.texi (Format of Keymaps): Show all the keymap element
6835         patterns that result from menu items.
6836         (Key Lookup): Minor cleanups.
6838         * modes.texi (Precalculated Fontification): Don't say that
6839         not setting font-lock-defaults avoids loading font-lock.
6841         * help.texi (Documentation): Move xref to Emacs Manual here.
6842         (Documentation Basics): From here.
6843         Also doc emacs-lisp-docstring-fill-column.
6845         * elisp.texi: Update version and ISBN.
6847         * commands.texi (Interactive Call): Clarify KEYS arg to
6848         call-interactively is a vector.
6849         (Command Loop Info): Delete anchor in this-command-keys.
6850         Add anchor in this-command-keys-vector.
6851         (Recursive Editing): Document how recursive-edit
6852         handles the current buffer.
6854 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
6856         * frames.texi (Frame Titles): %c and %l are ignored in
6857         frame-title-format.
6859 2006-10-11  Richard Stallman  <rms@gnu.org>
6861         * keymaps.texi (Key Sequences): Clarify use of kbd.
6863 2006-10-10  Kim F. Storm  <storm@cua.dk>
6865         * lists.texi (Sets And Lists): Add memql.
6867 2006-10-03  Richard Stallman  <rms@gnu.org>
6869         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6870         Clarify :ascii: and :nonascii:.
6872 2006-09-29  Juri Linkov  <juri@jurta.org>
6874         * modes.texi (%-Constructs): Reorder coding systems in the
6875         documentation of %z to the real order displayed in the modeline.
6877 2006-09-25  Richard Stallman  <rms@gnu.org>
6879         * os.texi (Timers): Describe timer-max-repeats.
6881 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6883         * os.texi (Timers): Mention with-local-quit.
6885 2006-09-24  Richard Stallman  <rms@gnu.org>
6887         * searching.texi (Searching and Matching): Mention property search.
6889         * commands.texi (Command Loop Info): Explain how read-event affects
6890         this-command-keys.
6892 2006-09-20  Richard Stallman  <rms@gnu.org>
6894         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6896         * windows.texi (Window Start): Minor cleanups.
6898 2006-09-20  Kim F. Storm  <storm@cua.dk>
6900         * windows.texi (Window Start): pos-visible-in-window-p allows
6901         specifying t for position to mean "end of window".
6902         Add window-line-height.
6904         * anti.texi (Antinews): Mention window-line-height.
6906 2006-09-19  David Kastrup  <dak@gnu.org>
6908         * keymaps.texi (Searching Keymaps): Small clarification.
6910 2006-09-18  Richard Stallman  <rms@gnu.org>
6912         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6913         cause keyboard menus.
6914         (Menu Keymaps): Likewise.
6915         (Defining Menus, Keyboard Menus): Clarify.
6917         * text.texi (Fields): Clarify explanation of constrain-to-field.
6919 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6921         * variables.texi (Tips for Defining): Fix a typo.
6923 2006-09-15  Richard Stallman  <rms@gnu.org>
6925         * keymaps.texi (Remapping Commands, Searching Keymaps)
6926         (Active Keymaps): Clean up previous change.
6928 2006-09-15  Jay Belanger  <belanger@truman.edu>
6930         * gpl.texi: Replace "Library Public License" by "Lesser Public
6931         License" throughout.
6933 2006-09-15  David Kastrup  <dak@gnu.org>
6935         * keymaps.texi (Active Keymaps): Adapt description to use
6936         `get-char-property' instead `get-text-property'.  Explain how
6937         mouse events change this.  Explain the new optional argument of
6938         `key-binding' and its mouse-dependent lookup.
6939         (Searching Keymaps): Adapt description similarly.
6940         (Remapping Commands): Explain the new optional argument of
6941         `command-remapping'.
6943 2006-09-14  Richard Stallman  <rms@gnu.org>
6945         * keymaps.texi (Searching Keymaps): Clarification.
6946         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6948 2006-09-13  Richard Stallman  <rms@gnu.org>
6950         * objects.texi (Character Type): Node split.
6951         Add xref to Describing Characters.
6952         (Basic Char Syntax, General Escape Syntax)
6953         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6955 2006-09-11  Richard Stallman  <rms@gnu.org>
6957         * display.texi (Display Table Format): Wording clarification.
6958         (Glyphs): Clarifications.
6960 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
6962         * keymaps.texi (Active Keymaps): Mention that key-binding checks
6963         local maps.
6965 2006-09-10  Kim F. Storm  <storm@cua.dk>
6967         * display.texi (Forcing Redisplay): Document return value of
6968         function redisplay.
6970 2006-09-09  Richard Stallman  <rms@gnu.org>
6972         * windows.texi (Window Hooks): Explain limits of
6973         window-scroll-functions.
6975         * display.texi (Fringe Indicators): Update for last change in
6976         indicate-buffer-boundaries.
6978 2006-09-08  Richard Stallman  <rms@gnu.org>
6980         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6982 2006-09-06  Kim F. Storm  <storm@cua.dk>
6984         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6986         * windows.texi (Window Start): Update pos-visible-in-window-p.
6988 2006-09-04  Richard Stallman  <rms@gnu.org>
6990         * processes.texi (Accepting Output): Explain SECONDS=0 for
6991         accept-process-output.
6993         * os.texi (Idle Timers): Explain why timer functions should not
6994         loop until (input-pending-p).
6996 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
6998         * makefile.w32-in (usermanualdir): New variable.
6999         (elisp.dvi): Use it.
7001 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
7003         * buffers.texi (Buffer Modification): Fix last change.
7005 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
7007         * buffers.texi (Buffer Modification):
7008         Document buffer-chars-modified-tick.
7010 2006-08-31  Richard Stallman  <rms@gnu.org>
7012         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7014 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
7016         * modes.texi (Syntactic Font Lock):
7017         Mention font-lock-syntactic-face-function
7018         instead of specific faces.
7020 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
7022         * display.texi (Images): Add xrref to display-images-p.
7024 2006-08-28  Kenichi Handa  <handa@m17n.org>
7026         * nonascii.texi (Lisp and Coding Systems): Fix description of
7027         detect-coding-region.
7029 2006-08-27  Michael Olson  <mwolson@gnu.org>
7031         * processes.texi (Transaction Queues): Remove stray quote
7032         character.
7034 2006-08-25  Richard Stallman  <rms@gnu.org>
7036         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7037         Add xref.
7039 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7041         * os.texi (Timers): Avoid waiting inside timers.
7043 2006-08-21  Lute Kamstra  <lute@gnu.org>
7045         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7047 2006-08-20  Richard Stallman  <rms@gnu.org>
7049         * os.texi (Idle Timers): New node, split out from Timers.
7050         Document current-idle-time.
7051         * commands.texi (Reading One Event): Update xref.
7052         * elisp.texi (Top): Update subnode menu.
7054 2006-08-16  Richard Stallman  <rms@gnu.org>
7056         * keymaps.texi (Extended Menu Items): Show format of cached
7057         bindings in extended menu items.
7059         * customize.texi (Variable Definitions): Explain when the
7060         standard value expression is evaluated.
7062 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
7064         * commands.texi (Reading One Event): Explain idleness in
7065         `read-event'.
7067 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
7069         * text.texi (Near Point): Say "cursor" not "terminal cursor".
7070         (Commands for Insertion): Remove split-line since it's not
7071         relevant for Lisp programming.
7072         (Yank Commands): Rewrite introduction.
7073         (Undo): Clarify.
7074         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
7075         (Filling): Remove redundant comment.  Clarify return value of
7076         current-justification.
7077         (Margins): Minor clarifications.
7078         (Adaptive Fill): Update default value of adaptive-fill-regexp.
7079         (Sorting): Update definition of sort-lines.
7080         (Columns): Clarify behavior of sort-columns.
7081         (Indent Tabs): Link to Tab Stops in Emacs manual.
7082         (Special Properties): Clarify.
7083         (Clickable Text): Mention Buttons package.
7085 2006-08-12  Kevin Ryde  <user42@zip.com.au>
7087         * os.texi (Time Parsing): Add %z to description of
7088         format-time-string, as per docstring.  Add cross reference to
7089         glibc manual for strftime.
7091 2006-08-08  Richard Stallman  <rms@gnu.org>
7093         * modes.texi: Clean up wording in previous change.
7095 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
7097         * modes.texi (Hooks): Clarify.
7098         (Major Mode Basics): Mention define-derived-mode explicitly.
7099         (Major Mode Conventions): Rebinding RET is OK for some modes.
7100         Mention change-major-mode-hook and after-change-major-mode-hook.
7101         (Example Major Modes): Move to end of Modes section.
7102         (Mode Line Basics): Clarify.
7103         (Mode Line Data): Mention help-echo and local-map in strings.
7104         Explain reason for treatment of non-risky variables.
7105         (Properties in Mode): Clarify.
7106         (Faces for Font Lock): Add font-lock-negation-char-face.
7108 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
7110         * strings.texi (Formatting Strings): Warn against arbitrary
7111         strings as first arg to `format'.
7113 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
7115         * text.texi (Clickable Text): Mention `help-echo' text property.
7116         Update intro, examples and associated explanations.
7118 2006-07-31  Richard Stallman  <rms@gnu.org>
7120         * commands.texi: Update xrefs.
7121         (Event Mod): New node, cut out from old Translating Input.
7123         * maps.texi: Update xrefs.
7125         * keymaps.texi (Translation Keymaps): New node.
7126         Update xrefs from Translating Input to Translation Keymaps.
7128         * elisp.texi (Top): Update subnode menu.
7130         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7132         * os.texi (System Interface): Fix menu descriptions of some nodes.
7133         (Translating Input): Node deleted.
7135 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7137         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7139         * lists.texi (Sets And Lists): Likewise.
7141 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
7143         * text.texi (Fields): Mention POS
7144         requirement when narrowing is in effect.
7146 2006-07-28  Richard Stallman  <rms@gnu.org>
7148         * display.texi (Face Attributes): Simplify wording.
7149         (Attribute Functions): Clarify meaning of new-frame default
7150         attribute settings.
7152         * customize.texi (Common Keywords): Document how to use
7153         :package-version in a package not in Emacs.
7155 2006-07-28  Kim F. Storm  <storm@cua.dk>
7157         * commands.texi (Reading One Event): Fix last change.
7159 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7161         * commands.texi (Reading One Event): Document SECONDS argument for
7162         read-event, read-char, and read-char-exclusive.
7164 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7167         to ensure correct identification.
7169 2006-07-24  Richard Stallman  <rms@gnu.org>
7171         * text.texi (Clickable Text): Clarify.
7173         * sequences.texi (Vector Functions): Delete duplicate xref.
7175         * objects.texi (Function Type): Clarify.
7177         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7178         modes.
7180         * lists.texi (List Variables): New node.
7181         Material moved from other nodes.
7183         * variables.texi (Setting Variables): add-to-list and
7184         add-to-ordered-list moved to List Variables node.
7186 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7188         * text.texi (Links and Mouse-1):
7189         For mouse-on-link-p, expand on arg POS.
7191 2006-07-21  Kim F. Storm  <storm@cua.dk>
7193         * display.texi (Forcing Redisplay): Don't mention systems which
7194         don't support sub-second timers for redisplay-preemption-period.
7196         * os.texi (Terminal Output): Clarify text vs graphical terminal.
7198 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7200         * frames.texi (Input Focus): Document that focus-follows-mouse has
7201         no effect on MS-Windows.
7203 2006-07-18  Richard Stallman  <rms@gnu.org>
7205         * display.texi (Forcing Redisplay): Cleanups in previous change.
7207         * processes.texi (Low-Level Network): Make menu more convenient.
7209 2006-07-18  Kim F. Storm  <storm@cua.dk>
7211         * display.texi (Forcing Redisplay): redisplay-preemption-period
7212         only used on window systems.  Add xref to Terminal Output.
7214         * os.texi (Terminal Output): baud-rate only controls preemption on
7215         non-window systems.  Add xref to Forcing Redisplay.
7217         * processes.texi (Low-Level Network): Rename node "Make Network"
7218         to "Network Processes".
7220 2006-07-18  Karl Berry  <karl@gnu.org>
7222         * variables.texi, functions.texi, customize.texi, loading.texi:
7223         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7225 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7227         * commands.texi (Waiting): Document batch-mode sit-for behavior.
7229 2006-07-17  Richard Stallman  <rms@gnu.org>
7231         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7232         Put period and comma inside quotes.
7234         * loading.texi, markers.texi: Use real doublequote inside menus.
7236         * windows.texi: Put point and comma inside quotes.
7237         (Textual Scrolling): Use @samp for error message.
7239         * variables.texi, tips.texi, syntax.texi, symbols.texi:
7240         * strings.texi, streams.texi, processes.texi, os.texi:
7241         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7242         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7243         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7244         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7245         Put point and comma inside quotes.
7247         * control.texi (Processing of Errors): Add command-error-function.
7249         * variables.texi (File Local Variables): Clarify that
7250         file local variables make buffer-local bindings.
7252         * modes.texi (Syntactic Font Lock): Give default for
7253         font-lock-syntax-table.
7255 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
7257         * text.texi (Special Properties): Clean up previous change.
7259 2006-07-16  Karl Berry  <karl@gnu.org>
7261         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7262         * control.texi: Fix bad page breaks through chapter 10 (control).
7264         * anti.texi (Antinews): Reorder face-attribute fns to avoid
7265         underfull hbox.
7267 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
7269         * text.texi (Special Properties): Describe fontified text property
7270         in relation to a character (not text).
7272 2006-07-15  Kim F. Storm  <storm@cua.dk>
7274         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7275         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7276         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7278         * anti.texi (Antinews): Mention redisplay function.
7279         The kbd macro existed, but was not documented, before 22.x.
7280         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7282 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
7284         * display.texi (Displaying Messages): Add anchor.
7286         * frames.texi (Dialog Boxes): Use it.
7288 2006-07-12  Richard Stallman  <rms@gnu.org>
7290         * objects.texi (Frame Type): Explain nature of frames better.
7292         * frames.texi (Frames): Explain nature of frames better.
7294 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
7296         * tips.texi (Coding Conventions): Explain why use cl at compile time.
7298 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7300         * frames.texi (Window System Selections): Mention scrap support for Mac.
7301         Default value of x-select-enable-clipboard is t on Mac.
7303         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7305 2006-07-11  Kim F. Storm  <storm@cua.dk>
7307         * display.texi (Forcing Redisplay): Add `redisplay' function.
7308         Don't mention (sit-for -1) -- use (redisplay t) instead.
7310         * commands.texi (Waiting): (sit-for -1) is no longer special.
7311         (sit-for 0) is equivalent to (redisplay).
7312         Iconifying/deiconifying no longer makes sit-for return.
7314 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
7316         * display.texi (Buttons): Fix typo.
7318         * index.texi, elisp.texi (New Symbols): Comment node out.
7320 2006-07-09  Richard Stallman  <rms@gnu.org>
7322         * display.texi (Truncation): Clean up previous change.
7324 2006-07-08  Richard Stallman  <rms@gnu.org>
7326         * commands.texi (Interactive Call): Use 3 as prefix in example
7327         for execute-extended-command.
7329         * display.texi (Attribute Functions): Move paragraph about
7330         compatibility with Emacs < 21.
7332 2006-07-09  Kim F. Storm  <storm@cua.dk>
7334         * display.texi (Refresh Screen): Clarify force-window-update.
7335         (Truncation): "Normally" indicated by fringe arrows.
7337 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7339         * windows.texi (Textual Scrolling, Resizing Windows):
7340         * variables.texi (Constant Variables):
7341         * text.texi (Buffer Contents, Deletion, Changing Properties)
7342         (Property Search, Special Properties, Sticky Properties)
7343         (Links and Mouse-1, Fields, Change Hooks):
7344         * syntax.texi (Syntax Table Functions, Parsing Expressions)
7345         (Categories):
7346         * symbols.texi (Other Plists):
7347         * streams.texi (Output Variables):
7348         * processes.texi (Input to Processes, Query Before Exit):
7349         * positions.texi (Word Motion, Text Lines, List Motion):
7350         * os.texi (Init File, System Environment, Sound Output)
7351         (Session Management):
7352         * nonascii.texi (Text Representations, Character Sets)
7353         (Chars and Bytes, Locales):
7354         * modes.texi (Defining Minor Modes, Header Lines):
7355         * minibuf.texi (Minibuffer Contents):
7356         * markers.texi (Information from Markers):
7357         * lists.texi (List Elements, Building Lists, Association Lists):
7358         * keymaps.texi (Tool Bar):
7359         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7360         * functions.texi (What Is a Function, Mapping Functions):
7361         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7362         (Color Names, Text Terminal Colors, Display Feature Testing):
7363         * files.texi (Visiting Functions, File Name Components)
7364         (Unique File Names, Contents of Directories):
7365         * display.texi (Forcing Redisplay, Displaying Messages)
7366         (Temporary Displays, Font Selection, Auto Faces)
7367         (Font Lookup, Fringe Indicators, Display Margins)
7368         (Image Descriptors, Showing Images, Image Cache, Button Types)
7369         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7370         (Display Table Format, Glyphs):
7371         * control.texi (Iteration):
7372         * commands.texi (Command Loop Info, Adjusting Point):
7373         * backups.texi (Making Backups, Auto-Saving):
7374         Remove @tindex entries.
7376 2006-07-07  Kim F. Storm  <storm@cua.dk>
7378         * display.texi (Fringe Cursors): Fix typo.
7379         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7380         (Overlay Arrow): Default is overlay-arrow fringe indicator.
7382 2006-07-05  Richard Stallman  <rms@gnu.org>
7384         * text.texi (Buffer Contents): Add example of text props
7385         in result of buffer-substring.
7386         (Text Properties): Explain better about use of specific property names.
7387         (Property Search): Some cleanups; reorder some functions.
7389         * keymaps.texi (Changing Key Bindings): Cleanup.
7390         Add xref to Key Binding Conventions.
7392         * display.texi (Attribute Functions): Add examples for
7393         face-attribute-relative-p.
7395         * tips.texi (Coding Conventions): Cleanup last change.
7397 2006-07-05  Karl Berry  <karl@gnu.org>
7399         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7400         Remove @setchapternewpage odd.
7401         Result is 1013 pages, down from 1100.
7403         * anti.texi, customize.texi, display.texi, internals.texi:
7404         * minibuf.texi, modes.texi, tips.texi:
7405         Fix overfull/underfull boxes.
7407 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7409         * edebug.texi (Instrumenting):
7410         Add Edebug-specific findex for eval-buffer.
7411         * loading.texi (Loading):
7412         Replace eval-current-buffer with eval-buffer.
7414 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7416         * locals.texi (Standard Buffer-Local Variables): Update the list
7417         of variables.
7419 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
7421         * files.texi (File Name Completion): Point user to the node
7422         "Reading File Names".
7424 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
7426         * files.texi (Contents of Directories): Document case-insensitive
7427         behavior on respective filesystems.
7429         * objects.texi (Character Type): Document that Emacs signals an
7430         error for unsupported Unicode characters specified as \uNNNN.
7432 2006-06-19  Richard Stallman  <rms@gnu.org>
7434         * processes.texi (Bindat Spec): Clarify previous change.
7436 2006-06-16  Richard Stallman  <rms@gnu.org>
7438         * tips.texi (Coding Conventions): Better explain conventions
7439         for definition constructs.
7441         * text.texi (Special Properties): String value of `read-only'
7442         serves as the error message.
7444         * objects.texi (Character Type): Clarify prev. change.
7445         (Non-ASCII in Strings): Mention \u and \U.
7447         * commands.texi (Using Interactive): Explain problem of
7448         markers, etc., in command-history.
7450 2006-06-14  Kim F. Storm  <storm@cua.dk>
7452         * commands.texi (Waiting): Negative arg to sit-for forces
7453         redisplay even if input is pending.
7455         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7456         redisplay.  Remove incorrect example of binding redisplay-dont-pause
7457         around (sit-for 0).
7459 2006-06-13  Richard Stallman  <rms@gnu.org>
7461         * display.texi (Forcing Redisplay): Clarify previous change.
7463 2006-06-13  Romain Francoise  <romain@orebokech.com>
7465         * display.texi (Forcing Redisplay): Fix typo.
7467 2006-06-13  Kim F. Storm  <storm@cua.dk>
7469         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7471 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7473         * tips.texi (Coding Conventions): Add `@end itemize'.
7475 2006-06-10  Richard Stallman  <rms@gnu.org>
7477         * tips.texi (Coding Conventions): Explain use of coding systems
7478         to ensure one decoding for strings.
7480 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
7482         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7483         syntax.
7485 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
7487         * display.texi (Font Selection): Remove description of
7488         clear-face-cache.
7490         * compile.texi (Eval During Compile): Fix a typo.  Add index
7491         entries for possible uses of eval-when-compile.
7493 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
7495         * display.texi (Abstract Display): Fix typo.
7497 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
7499         * minibuf.texi (Minibuffer History) <history-add-new-input>:
7500         Reword variable's description.
7502 2006-06-01  Richard Stallman  <rms@gnu.org>
7504         * windows.texi (Splitting Windows): Clarify splitting nonselected
7505         window.
7507 2006-05-31  Juri Linkov  <juri@jurta.org>
7509         * minibuf.texi (Minibuffer History): Add history-add-new-input.
7511 2006-05-30  Richard Stallman  <rms@gnu.org>
7513         * display.texi (Line Height): Fix errors in description of
7514         default line height and line-height property.
7516         * nonascii.texi (Default Coding Systems): Further clarification.
7518 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7520         * internals.texi (Pure Storage): Mention that an overflow in pure
7521         space causes a memory leak.
7522         (Garbage Collection): If there was an overflow in pure space,
7523         `garbage-collect' returns nil.
7525 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
7527         * nonascii.texi (Default Coding Systems): Fix it some more.
7529 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
7531         * nonascii.texi (Default Coding Systems): Fix last change.
7533 2006-05-29  Kenichi Handa  <handa@m17n.org>
7535         * nonascii.texi (find-operation-coding-system): Describe the new
7536         argument format (FILENAME . BUFFER).
7538 2006-05-28  Richard Stallman  <rms@gnu.org>
7540         * tips.texi (Coding Conventions): Better explain reasons not to
7541         advise other packages or use `eval-after-load'.
7543 2006-05-29  Kim F. Storm  <storm@cua.dk>
7545         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7546         `bindat-idx' and `bindat-raw' for clarity.
7548 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7550         * processes.texi (Bindat Spec): Expand on `repeat' handler.
7552         * display.texi (Display): Add "Abstract Display" to menu.
7553         (Abstract Display, Abstract Display Functions)
7554         (Abstract Display Example): New nodes.
7555         * elisp.texi (Top): Add "Abstract Display" to menu.
7557 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7559         * keymaps.texi (Key Sequences): Link to input events definition.
7560         (Format of Keymaps): Delete material duplicated in Keymap Basics.
7562         * files.texi (Changing Files): Document updated argument list for
7563         copy-file.
7565 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7567         * processes.texi (Bindat Functions): Explain term "total length".
7568         Use it in bindat-length and bindat-pack descriptions.
7570 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7572         * tips.texi (Coding Conventions): Advise against using
7573         eval-after-load in packages.  Add an index entry.
7575 2006-05-25  Juri Linkov  <juri@jurta.org>
7577         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7579         * modes.texi (%-Constructs): Add %e, %z, %Z.
7581 2006-05-25  Richard Stallman  <rms@gnu.org>
7583         * elisp.texi (Top): Update subnode menu.
7585         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7586         (Keymaps): Update menu.
7588 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7590         * keymaps.texi (Key Sequences): Some clarifications.
7592 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7594         * processes.texi (Bindat Functions): Say "unibyte string"
7595         explicitly for bindat-unpack and bindat-pack descriptions.
7596         (Bindat Examples): Don't call `string-make-unibyte' in example.
7598 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7600         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7601         Explain string and vector representations of key sequences.
7603         * keymaps.texi (Changing Key Bindings):
7604         * commands.texi (Interactive Codes):
7605         * help.texi (Describing Characters): Refer to it.
7607 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
7609         * frames.texi (Pointer Shape): @end table -> @end defvar.
7611 2006-05-22  Richard Stallman  <rms@gnu.org>
7613         * elisp.texi (Top): Update subnode menus.
7615         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7616         Contents rewritten; material from old Pointer Shape node moved here.
7618         * display.texi (Pointer Shape): Node deleted.
7619         (Image Descriptors): Minor cleanup.
7621 2006-05-21  Richard Stallman  <rms@gnu.org>
7623         * syntax.texi (Parsing Expressions): Update info on which STATE
7624         elements are ignored.
7626 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7628         * hooks.texi (Standard Hooks): Correct typo.
7630         * gpl.texi (GPL): ifinfo -> ifnottex.
7632 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
7634         * searching.texi (Simple Match Data): Warn about match data being
7635         set anew by every search.
7637 2006-05-17  Richard Stallman  <rms@gnu.org>
7639         * minibuf.texi (Minibuffer History): Clarify.
7641         * searching.texi (Regexp Special): Clarify nested regexp warning.
7643 2006-05-16  Kim F. Storm  <storm@cua.dk>
7645         * minibuf.texi (Minibuffer History): Update add-to-history.
7647 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
7649         * nonascii.texi (Explicit Encoding):
7650         Fix typo (encoding<->decoding).
7652 2006-05-14  Richard Stallman  <rms@gnu.org>
7654         * buffers.texi (Creating Buffers): Cleanup.
7656         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7658 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
7660         * buffers.texi (Current Buffer): Document that with-temp-buffer
7661         disables undo.
7663         * os.texi (Terminal-Specific): More accurate description of how
7664         Emacs searches for the terminal-specific libraries.
7666 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
7668         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7669         emacs-xtra to @inforef's.
7671         * text.texi (Undo): Document that undo is turned off in buffers
7672         whose names begin with a space.
7674         * buffers.texi (Buffer Names): Add index entries for buffers whose
7675         names begin with a space.
7676         (Creating Buffers): Document that undo is turned off in buffers
7677         whose names begin with a space.
7679         * files.texi (Visiting Functions, Reading from Files)
7680         (Saving Buffers): Mention code and EOL conversions by file I/O
7681         primitives and subroutines.
7683         * nonascii.texi (Lisp and Coding Systems):
7684         Document coding-system-eol-type.  Add index entries for eol conversion.
7686         * display.texi (Defining Faces): Mention `mac', and add an xref to
7687         where window-system is described.
7689 2006-05-10  Richard Stallman  <rms@gnu.org>
7691         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7693 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7695         * variables.texi (File Local Variables): Recommend to quote lambda
7696         expressions in safe-local-variable property.
7698 2006-05-09  Richard Stallman  <rms@gnu.org>
7700         * variables.texi (File Local Variables):
7701         Document safe-local-eval-forms and safe-local-eval-function.
7703 2006-05-07  Kim F. Storm  <storm@cua.dk>
7705         * minibuf.texi (Minibuffer History): Remove keep-dups arg
7706         from add-to-history.
7708 2006-05-07  Romain Francoise  <romain@orebokech.com>
7710         * commands.texi (Event Input Misc):
7711         * compile.texi (Eval During Compile):
7712         * internals.texi (Buffer Internals):
7713         * minibuf.texi (Initial Input):
7714         * nonascii.texi (Scanning Charsets):
7715         * numbers.texi (Comparison of Numbers):
7716         * windows.texi (Textual Scrolling, Vertical Scrolling):
7717         Fix various typos.
7719 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
7721         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7722         conditional xref's to either emacs or emacs-xtra, depending on
7723         @iftex/@ifnottex.
7725         * minibuf.texi (Minibuffer History): Document add-to-history.
7727 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7729         * internals.texi (Pure Storage): Mention the pure overflow message
7730         at startup.
7732 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
7734         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7735         (Searching Keymaps): Fix pseudo-Lisp description of keymap
7736         search.
7738 2006-05-01  Richard Stallman  <rms@gnu.org>
7740         * intro.texi (nil and t): Clarify.
7742         * variables.texi (File Local Variables): Suggest using booleanp.
7744 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
7746         * objects.texi (Type Predicates): Fix typos.
7748 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * intro.texi (nil and t): Add booleanp.
7752         * objects.texi (Type Predicates): Add links for booleanp and
7753         string-or-null-p.
7755 2006-04-29  Richard Stallman  <rms@gnu.org>
7757         * modes.texi (Multiline Font Lock): Rename from
7758         Multi line Font Lock Elements.  Much clarification.
7759         (Font Lock Multiline, Region to Fontify): Much clarification.
7761 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7763         * variables.texi (File Local Variables): Remove the special case t for
7764         safe-local-variable.
7766 2006-04-26  Richard Stallman  <rms@gnu.org>
7768         * syntax.texi (Parsing Expressions): Minor cleanup.
7770 2006-04-18  Richard Stallman  <rms@gnu.org>
7772         * tips.texi (Coding Conventions): Explain when the package's
7773         prefix should appear later on (not at the start of the name).
7775         * searching.texi (String Search): Clarify effect of NOERROR.
7777         * modes.texi (Imenu): Clarify what special items do.
7779         * hooks.texi (Standard Hooks): Delete text about old hook names.
7781 2006-04-17  Romain Francoise  <romain@orebokech.com>
7783         * variables.texi (Local Variables): Update the default value of
7784         `max-specpdl-size'.
7786 2006-04-15  Michael Olson  <mwolson@gnu.org>
7788         * processes.texi (Transaction Queues): Mention the new optional
7789         `delay-question' argument for `tq-enqueue'.
7791 2006-04-13  Bill Wohler  <wohler@newt.com>
7793         * customize.texi (Common Keywords): Use dotted notation for
7794         :package-version value.  Specify its values.  Improve documentation
7795         for customize-package-emacs-version-alist.
7797 2006-04-12  Bill Wohler  <wohler@newt.com>
7799         * customize.texi (Common Keywords): Move description of
7800         customize-package-emacs-version-alist to @defvar.
7802 2006-04-10  Bill Wohler  <wohler@newt.com>
7804         * customize.texi (Common Keywords): Add :package-version.
7806 2006-04-10  Kim F. Storm  <storm@cua.dk>
7808         * text.texi (Buffer Contents): Add NOPROPS arg to
7809         filter-buffer-substring.
7811 2006-04-08  Kevin Ryde  <user42@zip.com.au>
7813         * os.texi (Command-Line Arguments): Update xref to emacs manual
7814         "Command Arguments" -> "Emacs Invocation", per change there.
7816 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
7818         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7819         be on one line to help makeinfo not render two spaces after the dot.
7821 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7823         * strings.texi (Predicates for Strings): Add string-or-null-p.
7825 2006-03-28  Kim F. Storm  <storm@cua.dk>
7827         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7828         remarks about systems that don't support fractional seconds.
7830 2006-03-25  Karl Berry  <karl@gnu.org>
7832         * elisp.texi: Use @copyright{} instead of (C), and do not indent
7833         the year list.
7835 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
7837         * display.texi (Fringe Indicators): Fix typos.
7839 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
7841         * tips.texi (Documentation Tips): One can now also write `program'
7842         in front of a quoted symbol in a docstring to prevent making a
7843         hyperlink.
7845 2006-03-19  Alan Mackenzie  <acm@muc.de>
7847         * text.texi (Special Properties): Clarify `fontified' property.
7849 2006-03-16  Richard Stallman  <rms@gnu.org>
7851         * display.texi (Defining Images): Minor cleanup.
7853 2006-03-16  Bill Wohler  <wohler@newt.com>
7855         * display.texi (Defining Images): In image-load-path-for-library,
7856         prefer user's images.
7858 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7862 2006-03-15  Bill Wohler  <wohler@newt.com>
7864         * display.texi (Defining Images): Fix example in
7865         image-load-path-for-library by not recommending that one binds
7866         image-load-path.  Just defvar it to placate compiler and only use
7867         it if previously defined.
7869 2006-03-14  Bill Wohler  <wohler@newt.com>
7871         * display.texi (Defining Images): In image-load-path-for-library,
7872         always return list of directories.  Update example.
7874 2006-03-14  Alan Mackenzie  <acm@muc.de>
7876         * modes.texi: New node, "Region to Fontify" (for Font Lock).
7877         This describes font-lock-extend-region-function.
7878         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7879         the new node "Region to Fontify".
7881 2006-03-13  Richard Stallman  <rms@gnu.org>
7883         * display.texi (Invisible Text): The impossible position is
7884         now before the invisible text, not after.
7885         (Defining Images): Clean up last change.
7887 2006-03-11  Bill Wohler  <wohler@newt.com>
7889         * display.texi (Defining Images): Add image-load-path-for-library.
7891 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
7893         * text.texi (Adaptive Fill): Fix Texinfo usage.
7895         * strings.texi (Creating Strings): Fix Texinfo usage.
7897         * searching.texi (Regexp Special): Use @samp for regular
7898         expressions that are not in Lisp syntax.
7900 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
7902         * searching.texi (Regexp Special): Put remark between parentheses
7903         to avoid misreading.
7905 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
7907         * searching.texi (Syntax of Regexps): More accurately describe
7908         which characters are special in which situations.
7909         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7910         are not special.  Describe in detail when `[' and `]' are special.
7911         (Regexp Backslash): Plenty of regexps with unbalanced square
7912         brackets are valid, so reword that statement.
7914 2006-03-02  Kim F. Storm  <storm@cua.dk>
7916         * keymaps.texi (Tool Bar): Add tool-bar-border.
7918 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
7920         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
7922 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7924         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7926         * files.texi (Locating Files): Suggest additional values for the
7927         SUFFIXES arg of `locate-file'.  Update pxref.
7929         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7930         (How Programs Do Loading): Discuss the effects of Auto Compression
7931         mode on `load'.
7932         (Load Suffixes): New node.
7933         (Library Search): Delete description of `load-suffixes'; it was
7934         moved to "Load Suffixes".
7935         (Autoload, Named Features): Mention `load-suffixes'.
7937 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7939         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7941         * windows.texi (Window Tree): Fix typo.
7943 2006-02-20  Kim F. Storm  <storm@cua.dk>
7945         * display.texi (Fringe Indicators): New section.
7946         Move indicate-empty-lines, indicate-buffer-boundaries, and
7947         default-indicate-buffer-boundaries here.
7948         Add fringe-indicator-alist and default-fringes-indicator-alist.
7949         Add list of logical fringe indicator symbols.
7950         Update list of standard bitmap names.
7951         (Fringe Cursors): New section.
7952         Move overflow-newline-into-fringe here.
7953         Add fringe-cursor-alist and default-fringes-cursor-alist.
7954         Add list of fringe cursor symbols.
7956 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
7958         * commands.texi (Using Interactive): Fix reference to node
7959         "Minibuffers".
7961 2006-02-19  Richard M. Stallman  <rms@gnu.org>
7963         * minibuf.texi (High-Level Completion):
7964         Add xref to read-input-method-name.
7966         * files.texi (Relative File Names): Move file-relative-name here.
7967         (File Name Expansion): From here.  Minor clarifications.
7969         * commands.texi (Using Interactive): Add xrefs about reading input.
7970         Clarify remarks about that moving point and mark.
7971         Put string case before list case.
7973 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
7975         * display.texi (Other Display Specs, Image Descriptors):
7976         Revert erroneous changes.  The previous description of
7977         image-descriptors as `(image . PROPS)' was correct.
7979 2006-02-14  Richard M. Stallman  <rms@gnu.org>
7981         * variables.texi (File Local Variables): Clarifications.
7983 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
7985         * variables.texi (File Local Variables): Use @code for a cons
7986         cell, not @var.
7988 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
7990         * variables.texi (File Local Variables): Document new file local
7991         variable behavior.
7993 2006-02-10  Kim F. Storm  <storm@cua.dk>
7995         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7997 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
7999         * modes.texi (%-Constructs): Remove obsolete info about
8000         `global-mode-string'.
8002 2006-02-07  Richard M. Stallman  <rms@gnu.org>
8004         * commands.texi (Prefix Command Arguments): Minor cleanup.
8006         * display.texi: "Graphical display", not window system.
8008         * functions.texi (What Is a Function): Fix xref.
8010         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8011         (Changing Key Bindings): Clarify when remapping is better than
8012         substitute-key-definition.
8014 2006-02-02  Richard M. Stallman  <rms@gnu.org>
8016         * minibuf.texi (Basic Completion): Completion alists are risky.
8018         * keymaps.texi (Active Keymaps): Clarifications.
8019         (Searching Keymaps): New node.
8020         (Keymaps): Update menu.
8022         * frames.texi (Layout Parameters): Minor clarification.
8023         (Drag and Drop): New node.
8024         (Frames): Update menu.
8026 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
8028         * display.texi (Other Display Specs, Image Descriptors):
8029         Image description is a list, not a cons cell.
8031 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
8033         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8034         list is not necessarily a list).
8036 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
8038         * frames.texi (Layout Parameters): border-width and
8039         internal-border-width belong to the frame, not the window.
8041 2006-01-19  Richard M. Stallman  <rms@gnu.org>
8043         * nonascii.texi (Translation of Characters): Search cmds use
8044         translation-table-for-input.  Automatically made local.
8046         * markers.texi (Overview of Markers): Count insertion type
8047         as one of a marker's attributes.
8049         * keymaps.texi (Controlling Active Maps): New node, split out of
8050         Active Keymaps.
8051         (Keymaps): Menu updated.
8052         (Active Keymaps): Give pseudocode to explain how the active
8053         maps are searched.  current-active-maps and key-binding moved here.
8054         (Functions for Key Lookup): current-active-maps and key-binding moved.
8055         Clarifications.
8056         (Searching the Keymaps): New subnode.
8058         * elisp.texi (Top): Menu clarification.
8060         * display.texi (Other Display Specs): Delete duplicate entry for
8061         just a string as display spec.  Move text about recursive display
8062         specs on such a string.
8064         * commands.texi (Key Sequence Input): Clarify.
8065         Move num-nonmacro-input-events out.
8066         (Reading One Event): num-nonmacro-input-events moved here.
8068 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
8070         * advice.texi (Simple Advice): Update example to fit argument
8071         change in previous-line.
8073 2006-01-05  Richard M. Stallman  <rms@gnu.org>
8075         * markers.texi (The Mark): Fix in `mark'.
8077 2006-01-04  Richard M. Stallman  <rms@gnu.org>
8079         * processes.texi (Misc Network, Make Network): Minor cleanups.
8081 2006-01-04  Kim F. Storm  <storm@cua.dk>
8083         * processes.texi (Make Network): Add IPv6 addresses and handling.
8084         (Network Feature Testing): Mention (:family ipv6).
8085         (Misc Network): Add IPv6 formats to format-network-address.
8087 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8089         * text.texi (Changing Properties):
8090         Don't use return value of set-text-properties.
8092 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8094         * modes.texi (Mode Line Format): Correct typo in menu.
8096 2005-12-29  Richard M. Stallman  <rms@gnu.org>
8098         * modes.texi (Mode Line Top): New node.
8099         (Mode Line Data): Some text moved to new node.
8100         Explain the data structure more concretely.
8101         (Mode Line Basics): Clarifications.
8102         (Mode Line Variables): Clarify intro paragraph.
8103         (%-Constructs): Clarify intro paragraph.
8104         (Mode Line Format): Update menu.
8106 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8108         * minibuf.texi (Basic Completion): Update lazy-completion-table
8109         examples for removal of ARGS argument.
8111 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8113         * text.texi (Undo): Restore some explanation from the version
8114         that was deleted.
8116 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
8118         * text.texi (Undo): Remove duplicate descriptions of `apply
8119         funname' and `apply delta' elements of the undo list.
8121 2005-12-20  Richard M. Stallman  <rms@gnu.org>
8123         * help.texi (Help Functions): Update documentation of `apropos'.
8125 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
8127         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8128         because it is confusing.  If the :help-echo keyword is a function,
8129         it is not directly used as the :help-echo overlay property, as the
8130         xref seems to suggest (it does not take the appropriate args).
8132 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8134         * customize.texi (Common Keywords): Fix Texinfo usage.
8135         (Group Definitions, Variable Definitions): Update for new
8136         conventions for using `*' in docstrings.
8138         * tips.texi (Documentation Tips): Update for new conventions for
8139         using `*' in docstrings.
8141 2005-12-16  Richard M. Stallman  <rms@gnu.org>
8143         * minibuf.texi (Minibuffer Contents): Minor cleanup.
8145 2005-12-16  Juri Linkov  <juri@jurta.org>
8147         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8149 2005-12-14  Romain Francoise  <romain@orebokech.com>
8151         * modes.texi (Customizing Keywords): Rename `append' to `how'.
8152         Fix typo.
8154 2005-12-11  Juri Linkov  <juri@jurta.org>
8156         * minibuf.texi (Completion Commands): Add mention of read-file-name
8157         for filename completion keymaps.
8158         (Reading File Names): Add mention of filename completion keymaps
8159         for read-file-name and xref to `Completion Commands'.
8161 2005-12-10  Richard M. Stallman  <rms@gnu.org>
8163         * customize.texi (Common Keywords): State caveats for use of :tag.
8165 2005-12-08  Richard M. Stallman  <rms@gnu.org>
8167         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8168         with xrefs and better explanation.
8169         (Completion Commands): Add the filename completion maps.
8171         * objects.texi (Character Type): Clarify that \s is not space
8172         if a dash follows.
8174 2005-12-05  Richard M. Stallman  <rms@gnu.org>
8176         * windows.texi (Resizing Windows): Delete preserve-before args.
8178 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8180         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8181         in full keymaps, since the quirk has been fixed.
8183 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
8185         * hooks.texi (Standard Hooks): Add index entries.
8186         Mention `compilation-finish-functions'.
8188 2005-11-27  Richard M. Stallman  <rms@gnu.org>
8190         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8192 2005-11-21  Juri Linkov  <juri@jurta.org>
8194         * customize.texi (Common Keywords): Update links types
8195         custom-manual and url-link.  Add link types emacs-library-link,
8196         file-link, function-link, variable-link, custom-group-link.
8198 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
8200         * display.texi: Revert 2005-11-20 change.
8202 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8204         * processes.texi (Bindat Functions):
8205         Say "third" to refer to zero-based index "2".
8207 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
8209         * loading.texi (Library Search): Update the default value of
8210         `load-suffixes'.
8212 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8214         * display.texi (Attribute Functions): Mention :ignore-defface.
8216 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8219         (Minor Mode Conventions): Mention the use of a hook.
8221 2005-11-06  Richard M. Stallman  <rms@gnu.org>
8223         * files.texi (Magic File Names): find-file-name-handler checks the
8224         `operations' property of the handler.
8226 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8228         * variables.texi (Frame-Local Variables): Small clarification.
8230 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8232         * os.texi (Init File): Document ~/.emacs.d/init.el.
8234 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8236         * internals.texi (Garbage Collection): Document memory-full.
8238 2005-10-28  Bill Wohler  <wohler@newt.com>
8240         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8241         for URLs.
8243 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8245         * minibuf.texi (Completion Commands): Clean up prev change.
8247 2005-10-26  Kevin Ryde  <user42@zip.com.au>
8249         * compile.texi (Eval During Compile): Explain recommended uses
8250         of eval-when-compile and eval-and-compile.
8252 2005-10-27  Masatake YAMATO  <jet@gyve.org>
8254         * minibuf.texi (Completion Commands):
8255         Write about new optional argument for `display-completion-list'.
8257 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8259         * display.texi (Overlay Arrow): Clarify about local bindings of
8260         overlay-arrow-position.
8262 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
8264         * internals.texi (Building Emacs): Fix last change.
8266 2005-10-22  Richard M. Stallman  <rms@gnu.org>
8268         * internals.texi (Building Emacs): Document eval-at-startup.
8270 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8272         * loading.texi (Where Defined): load-history contains abs file names.
8273         symbol-file returns abs file names.
8275 2005-10-19  Kim F. Storm  <storm@cua.dk>
8277         * display.texi (Showing Images): Add max-image-size integer value.
8279 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8281         * display.texi (Showing Images): Document max-image-size.
8283 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8285         * commands.texi (Quitting): Minor clarification.
8287         * processes.texi (Sentinels): Clarify about output and quitting.
8288         (Filter Functions): Mention with-local-quit.
8290 2005-10-17  Juri Linkov  <juri@jurta.org>
8292         * buffers.texi (Current Buffer):
8293         * commands.texi (Event Input Misc):
8294         * compile.texi (Eval During Compile, Compiler Errors):
8295         * customize.texi (Group Definitions):
8296         * display.texi (Progress, Defining Faces):
8297         * files.texi (Writing to Files):
8298         * modes.texi (Mode Hooks, Defining Minor Modes):
8299         * streams.texi (Output Functions):
8300         * syntax.texi (Syntax Table Functions):
8301         * text.texi (Change Hooks):
8302         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8304         * commands.texi (Quitting): Replace arg `forms' with `body' in
8305         `with-local-quit'.
8307         * positions.texi (Excursions): Replace arg `forms' with `body' in
8308         `save-excursion'.
8310 2005-10-08  Kim F. Storm  <storm@cua.dk>
8312         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8313         Rename manual section accordingly.
8315 2005-10-04  Kim F. Storm  <storm@cua.dk>
8317         * windows.texi (Window Split Tree): New section describing
8318         new function window-split-tree function.
8320 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
8322         * display.texi (Fringe Size/Pos): Simplify and add detail.
8324 2005-09-30  Romain Francoise  <romain@orebokech.com>
8326         * minibuf.texi (High-Level Completion): Explain that the prompt
8327         given to `read-buffer' should end with a colon and a space.
8328         Update usage examples.
8330 2005-09-29  Juri Linkov  <juri@jurta.org>
8332         * display.texi (Displaying Messages): Rename argument name
8333         `string' to `format-string' in functions `message', `message-box',
8334         `message-or-box'.
8336 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
8338         * errors.texi (Standard Errors): Correct xrefs.
8340 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
8342         * display.texi (Defining Images): Update documentation for
8343         `image-load-path'.
8345 2005-09-17  Richard M. Stallman  <rms@gnu.org>
8347         * display.texi (Defining Images): Clean up previous change.
8349 2005-09-16  Romain Francoise  <romain@orebokech.com>
8351         * elisp.texi: Specify GFDL version 1.2.
8353         * doclicense.texi (GNU Free Documentation License): Update to
8354         version 1.2.
8356 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8358         * display.texi (Defining Images): Document `image-load-path'.
8360 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8362         * objects.texi (Printed Representation): Minor cleanup.
8363         (Box Diagrams): Minor fix.
8364         (Cons Cell Type): Move (...) index item here.
8365         (Box Diagrams): From here.
8366         (Array Type): Minor fix.
8367         (Type Predicates): Delete index "predicates".
8368         (Hash Table Type): Clarify xref.
8369         (Dotted Pair Notation): Minor fix.
8371 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
8373         * files.texi (Saving Buffers): Fix typo.
8375 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8377         * tips.texi (Programming Tips): Correct the "default" prompt spec.
8379 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8381         * locals.texi (Standard Buffer-Local Variables): Don't include
8382         mode variables for minor modes.
8383         Fix xrefs for buffer-display-count, buffer-display-table,
8384         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8385         enable-multibyte-characters, fill-column, header-line-format,
8386         left-fringe-width, left-margin, and right-fringe-width.
8388         * hooks.texi (Standard Hooks): All hooks should conform to the
8389         standard naming convention now.
8390         Fix xref for `echo-area-clear-hook'.
8392         * display.texi (Usual Display): Note that indicate-empty-lines and
8393         tab-width are buffer-local.
8395         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8397         * modes.texi (Mode Help): Note that major-mode is buffer-local.
8399         * nonascii.texi (Encoding and I/O): Note that
8400         buffer-file-coding-system is buffer-local.
8402         * positions.texi (List Motion): Note that defun-prompt-regexp is
8403         buffer-local.
8405         * text.texi (Auto Filling): Note that auto-fill-function is
8406         buffer-local.
8407         (Undo): Note that buffer-undo-list is buffer-local.
8409         * windows.texi (Buffers and Windows):
8410         Document buffer-display-count.
8412 2005-09-06  Richard M. Stallman  <rms@gnu.org>
8414         * tips.texi (Coding Conventions): Sometimes it is ok to put the
8415         package prefix elsewhere than at the start of the name.
8417 2005-09-03  Richard M. Stallman  <rms@gnu.org>
8419         * tips.texi (Programming Tips): Add conventions for minibuffer
8420         questions and prompts.
8422 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
8424         * intro.texi (nil and t): Minor cleanup.
8425         Delete spurious mention of keyword symbols.
8426         (Evaluation Notation): Add index entry.
8427         (A Sample Function Description): Minor cleanup.
8428         (A Sample Variable Description): Not all vars can be set.
8430 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
8432         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8434         (Insertion): Document precise type of `insert-char' arg COUNT.
8436 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8438         * modes.texi (Other Font Lock Variables): Sync the default of
8439         font-lock-lines-before.
8441 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8443         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8445 2005-08-29  Richard M. Stallman  <rms@gnu.org>
8447         * elisp.texi (Top): Update subnode menu.
8449         * searching.texi (Searching and Matching): Move node.
8450         Rearrange contents and add overall explanation.
8451         (Searching and Case): Move node.
8452         (Searching and Matching): Update menu.
8454 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8456         * os.texi (Startup Summary): Fix the description of the initial
8457         startup message display.
8459 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8461         * searching.texi (Search and Replace): Add replace-regexp-in-string.
8463 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
8465         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8466         `next-overlay-change' example.
8468 2005-08-22  Juri Linkov  <juri@jurta.org>
8470         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8471         Fix invert-face.  Fix args of face-background.
8473         * display.texi (Standard Faces): Delete node.
8474         (Faces): Add xref to `(emacs)Standard Faces'.
8475         (Displaying Faces): Fix xref to `Standard Faces'.
8477         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8479 2005-08-20  Alan Mackenzie  <acm@muc.de>
8481         * buffers.texi (The Buffer List): Clarify the manipulation of the
8482         buffer list.
8484 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8486         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8487         a regexp.
8489 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8491         * elisp.texi (Top): Update subnode lists.
8493         * display.texi (Inverse Video): Node deleted.
8495         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8496         New nodes split out of Coding Conventions.
8498         * searching.texi (Regular Expressions): Document re-builder.
8500         * os.texi (Time Parsing): New node split out of Time Conversion.
8502         * processes.texi (Misc Network, Network Feature Testing)
8503         (Network Options, Make Network): New nodes split out of
8504         Low-Level Network.
8506 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8508         * frames.texi (Geometry): New node, split from Size and Position.
8509         (Frame Parameters): Refer to Geometry.
8511         * buffers.texi (The Buffer List): Fix xrefs.
8513         * windows.texi (Splitting Windows): Fix xref.
8515         * frames.texi (Layout Parameters): Add xref.
8517         * display.texi (Line Height, Scroll Bars): Fix xrefs.
8519         * keymaps.texi (Menu Bar): Fix xref.
8521         * locals.texi (Standard Buffer-Local Variables): Fix xref.
8523         * modes.texi (%-Constructs): Fix xref.
8525         * frames.texi (Window Frame Parameters): Node split up.
8526         (Basic Parameters, Position Parameters, Size Parameters)
8527         (Layout Parameters, Buffer Parameters, Management Parameters)
8528         (Cursor Parameters, Color Parameters): New subnodes.
8530 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8532         * positions.texi (Screen Lines): Update xref for previous change
8533         in minibuf.texi.
8535         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8536         change in minibuf.texi.
8538 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8540         * tips.texi (Coding Conventions): Minor cleanup.
8542         * modes.texi (Defining Minor Modes): Explain when init-value
8543         can be non-nil.
8545         * elisp.texi (Top): Update submenu for Minibuffer.
8547         * minibuf.texi (Minibuffer Misc): Node split up.
8548         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8549         (Recursive Mini): New nodes split out from Minibuffer Misc.
8550         (Minibuffer Misc): Document max-mini-window-height.
8552         * hash.texi (Defining Hash): Delete stray paren in example.
8554         * display.texi (Echo Area Customization): Don't define
8555         max-mini-window-height here; xref instead.
8557         * commands.texi (Event Input Misc): Update while-no-input.
8559         * advice.texi (Advising Functions): Explain when to use advice
8560         and when to use a hook.
8562 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
8564         * makefile.w32-in (info): Don't run install-info.
8565         ($(infodir)/dir): New target, produced by running install-info.
8567 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
8569         * modes.texi (Defining Minor Modes): The keyword for the initial
8570         value is :init-value, not :initial-value.
8572 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
8574         * loading.texi (Autoload): Make the `doctor' example be consistent
8575         with what's in current loaddefs.el.  Describe the "fn" magic in
8576         the usage portion of the doc string.
8578 2005-07-22  Richard M. Stallman  <rms@gnu.org>
8580         * internals.texi (Garbage Collection): Clarify previous change.
8582 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * internals.texi (Garbage Collection): Add gc-cons-percentage.
8586 2005-07-18  Juri Linkov  <juri@jurta.org>
8588         * commands.texi (Accessing Events):
8589         * frames.texi (Text Terminal Colors, Resources):
8590         * markers.texi (The Mark):
8591         * modes.texi (Defining Minor Modes):
8592         Delete duplicate duplicate words.
8594 2005-07-16  Richard M. Stallman  <rms@gnu.org>
8596         * display.texi (Managing Overlays): Clarify make-overlay
8597         args for insertion types.
8599 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8601         * customize.texi (Variable Definitions):
8602         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8603         `standard-value' is a list too.
8604         (Defining New Types): Use @key{RET} instead of @key{ret}.
8606 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8608         * os.texi (Translating Input): Fix typo.
8610 2005-07-08  Richard M. Stallman  <rms@gnu.org>
8612         * README: Update edition number and size estimate.
8614         * elisp.texi (VERSION): Set to 2.9.
8616 2005-07-07  Richard M. Stallman  <rms@gnu.org>
8618         * book-spine.texinfo: Update Emacs version.
8620         * display.texi (Inverse Video): Delete mode-line-inverse-video.
8622 2005-07-06  Richard M. Stallman  <rms@gnu.org>
8624         * searching.texi (Regexp Search): Clarify what re-search-forward
8625         does when the search fails.
8627 2005-07-05  Lute Kamstra  <lute@gnu.org>
8629         * Update FSF's address in GPL notices.
8631         * doclicense.texi (GNU Free Documentation License):
8632         * gpl.texi (GPL):
8633         * tips.texi (Coding Conventions, Library Headers):
8634         * vol1.texi:
8635         * vol2.texi: Update FSF's address.
8637 2005-07-04  Richard M. Stallman  <rms@gnu.org>
8639         * hooks.texi (Standard Hooks): Add occur-hook.
8641 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8643         * display.texi (The Echo Area): Correct menu.
8645 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8647         * elisp.texi (Top): Update subnode menu for Display.
8649         * display.texi (Displaying Messages): New node, with most
8650         of what was in The Echo Area.
8651         (Progress): Move under The Echo Area.
8652         (Logging Messages): New node with new text.
8653         (Echo Area Customization): New node, the rest of what was
8654         in The Echo Area.  Document message-truncate-lines with @defvar.
8655         (Display): Update menu.
8657         * windows.texi (Textual Scrolling): Doc 3 values for
8658         scroll-preserve-screen-position.
8660         * text.texi (Special Properties): Change hook functions
8661         should bind inhibit-modification-hooks around altering buffer text.
8663         * keymaps.texi (Key Binding Commands): Call binding BINDING
8664         rather than DEFINITION.
8666 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
8668         * variables.texi (Defining Variables): `user-variable-p' returns t
8669         for aliases of user options, nil for alias loops.
8671 2005-06-28  Richard M. Stallman  <rms@gnu.org>
8673         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8674         make-keymap.
8676 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
8678         * variables.texi (Setting Variables): Correct and clarify
8679         description of `add-to-ordered-list'.
8681 2005-06-26  Richard M. Stallman  <rms@gnu.org>
8683         * display.texi (Faces): Minor cleanup.
8685 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
8687         * display.texi (Faces): `facep' returns t for strings that are
8688         face names.
8690 2005-06-25  Richard M. Stallman  <rms@gnu.org>
8692         * objects.texi (Equality Predicates): Clarify meaning of equal.
8694         * windows.texi (Selecting Windows): save-selected-window
8695         and with-selected-window save and restore the current buffer.
8697 2005-06-24  Richard M. Stallman  <rms@gnu.org>
8699         * numbers.texi (Float Basics): Explain how to test for NaN,
8700         and printing the sign of NaNs.
8702 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8704         * makefile.w32-in (MAKEINFO): Use --force.
8706 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8708         * display.texi (Face Functions): Correct Texinfo usage.
8710 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8712         * lists.texi (Rings): `ring-elements' now returns the elements of
8713         RING in order.
8715 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8717         * markers.texi (The Mark): Texinfo usage fix.
8719 2005-06-23  Kim F. Storm  <storm@cua.dk>
8721         * searching.texi (Entire Match Data): Remove evaporate option for
8722         match-data.  Do not mention evaporate option for set-match-data.
8724 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
8726         * display.texi (Face Functions): Mention face aliases.
8728 2005-06-21  Richard M. Stallman  <rms@gnu.org>
8730         * anti.texi (Antinews): Texinfo usage fix.
8732 2005-06-21  Karl Berry  <karl@gnu.org>
8734         * elisp.texi: Use @copying.
8736         * elisp.texi: Put @summarycontents and @contents before the Top
8737         node, instead of the end of the file, so that the contents appear
8738         in the right place in the dvi/pdf output.
8740 2005-06-21  Juri Linkov  <juri@jurta.org>
8742         * display.texi (Defining Faces): Add `customized-face'.
8744 2005-06-20  Kim F. Storm  <storm@cua.dk>
8746         * variables.texi (Setting Variables): Any type of element can be
8747         given order in add-to-ordered-list.  Compare elements with eq.
8749         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8751 2005-06-20  Karl Berry  <karl@gnu.org>
8753         * syntax.texi (Syntax Flags): Make last column very slightly wider
8754         to avoid "generic comment" breaking on two lines and causing an
8755         underfull box.
8757 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8759         * lists.texi (Rings): Various minor clarifications and corrections.
8761 2005-06-18  Richard M. Stallman  <rms@gnu.org>
8763         * functions.texi (Obsolete Functions): Simplify.
8765         * variables.texi (Variable Aliases): Simplify.
8767         * anti.texi, backups.texi, compile.texi, customization.texi:
8768         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8769         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8770         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8771         * variables.texi: Fix formatting ugliness.
8773         * elisp.texi: Add links to Rings and Byte Packing.
8774         Update version and copyright years.
8776         * minibuf.texi: Fix formatting ugliness.
8777         (Completion Commands): Move keymap vars to the end
8778         and vars completing-read binds to the top.
8780 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
8782         * processes.texi: Fix typos.
8783         (Bindat Spec): Correct Texinfo error.
8784         (Byte Packing): Fix ungrammatical sentence.
8786 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
8788         * lists.texi (Rings): New node.
8789         (Lists): Add it to menu.
8791         * processes.texi (Byte Packing): New node.
8792         (Processes): Add it to menu.
8794 2005-06-17  Richard M. Stallman  <rms@gnu.org>
8796         * syntax.texi (Parsing Expressions): Fix texinfo usage.
8798         * help.texi (Documentation Basics): Explain the xref to
8799         Documentation Tips.
8801         * debugging.texi (Debugger Commands): Minor fix.
8803 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
8805         * edebug.texi (Instrumenting): Eliminate duplicate link.
8806         (Specification List): Replace references to "below", referring to
8807         a later node, with one @ref to that node.
8809         * os.texi (Timers): Timers should save and restore the match data
8810         if they change it.
8812         * debugging.texi (Debugger Commands): Mention that the Lisp
8813         debugger can not step through primitive functions.
8815 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8817         * functions.texi (Obsolete Functions): Update argument names of
8818         `make-obsolete' and `define-obsolete-function-alias'.
8820         * variables.texi (Variable Aliases): Update argument names of
8821         `defvaralias', `make-obsolete-variable' and
8822         `define-obsolete-variable-alias'.
8824 2005-06-15  Kim F. Storm  <storm@cua.dk>
8826         * searching.texi (Entire Match Data): Rephrase warnings about
8827         evaporate arg to match-data and set-match-data.
8829 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8831         * elisp.texi (Top): Update detailed menu.
8833         * edebug.texi (Edebug): Update menu.
8834         (Instrumenting): Update xrefs.
8835         (Edebug Execution Modes): Correct xref.
8836         (Jumping): Clarify description of `h' command.
8837         Eliminate redundant @ref.
8838         (Breaks): New node.
8839         (Breakpoints): Is now a subsubsection.
8840         (Global Break Condition): Mention `C-x X X'.
8841         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
8842         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8843         (Edebug Display Update): Correct pxref.
8844         (Edebug and Macros): New node.
8845         (Instrumenting Macro Calls): Is now a subsubsection.
8846         Neither arg of `def-edebug-spec' is evaluated.
8847         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8848         (Specification Examples): Fix typo.
8850 2005-06-14  Lute Kamstra  <lute@gnu.org>
8852         * debugging.texi (Function Debugging): Primitives can break on
8853         entry too.
8855 2005-06-14  Kim F. Storm  <storm@cua.dk>
8857         * variables.texi (Setting Variables): Add add-to-ordered-list.
8859 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * syntax.texi (Parsing Expressions): Document aux functions and vars of
8862         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8864 2005-06-13  Lute Kamstra  <lute@gnu.org>
8866         * text.texi (Special Properties): Fix cross reference.
8868 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8870         * debugging.texi (Function Debugging): Delete mention of empty
8871         string argument to `cancel-debug-on-entry'.  Delete inaccurate
8872         description of the return value of that command.
8874 2005-06-11  Alan Mackenzie  <acm@muc.de>
8876         * text.texi (Adaptive Fill): Amplify the description of
8877         fill-context-prefix.
8879 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8881         * syntax.texi (Parsing Expressions): Fix Texinfo error.
8883 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * syntax.texi (Parsing Expressions): Document syntax-ppss.
8887 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8889         * debugging.texi (Error Debugging): Minor rewording.
8890         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8891         is optional.
8893 2005-06-10  Lute Kamstra  <lute@gnu.org>
8895         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8896         (Top): Give it a title.  Correct version number.  Give the
8897         detailed node listing a more prominent header.
8898         * intro.texi: Don't set VERSION here a second time.
8899         Mention Emacs's version too.
8900         * anti.texi (Antinews): Use EMACSVER to refer to the current
8901         version of Emacs.
8903 2005-06-09  Kim F. Storm  <storm@cua.dk>
8905         * searching.texi (Entire Match Data): Explain new `reseat' argument to
8906         match-data and set-match-data.
8908 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8910         * searching.texi (Entire Match Data): Clarify when match-data
8911         returns markers and when integers.
8913         * display.texi (Defining Faces): Explain that face name should not
8914         end in `-face'.
8916         * modes.texi (Mode Line Data): Minor cleanup.
8917         (Customizing Keywords): Node split out of Search-based Fontification.
8918         Add example of using font-lock-add-keywords from a hook.
8919         Clarify when MODE should be non-nil, and when nil.
8921 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8923         * modes.texi (Mode Line Data): Explain what happens when the car
8924         of a list is a void symbol.
8925         (Search-based Fontification): Explain MODE arg to
8926         font-lock-add-keywords and warn about calls from major modes.
8928 2005-06-08  Juri Linkov  <juri@jurta.org>
8930         * display.texi (Standard Faces): Add `shadow' face.
8932 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
8934         * modes.texi (Major Mode Conventions): A derived mode only needs
8935         to put the call to the parent mode inside `delay-mode-hooks'.
8937 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8939         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8940         new, and what that implies.  Clarify.
8942         * files.texi (Locating Files): Clean up the text.
8944         * frames.texi (Window Frame Parameters): Document user-size.
8945         Shorten entry for top by referring to left.
8947 2005-05-26  Richard M. Stallman  <rms@gnu.org>
8949         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8950         is new, and what the implications are.  Other clarifications.
8952 2005-05-24  Richard M. Stallman  <rms@gnu.org>
8954         * frames.texi (Dialog Boxes): Minor fixes.
8956 2005-05-25  Masatake YAMATO  <jet@gyve.org>
8958         * display.texi (Standard Faces): Write about `mode-line-highlight'.
8960 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8962         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8963         is optional.
8965 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
8967         * frames.texi (Dialog Boxes): Describe new optional argument.
8969 2005-05-23  Lute Kamstra  <lute@gnu.org>
8971         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8972         syntax-begin-function over font-lock-beginning-of-syntax-function.
8974 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
8976         * minibuf.texi (Reading File Names): Update description of
8977         `read-directory-name'.
8979         * modes.texi (Derived Modes): Clarify :group keyword.
8981 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
8983         * files.texi (Locating Files): New subsection.
8984         Describe locate-file and executable-find.
8986 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8988         * frames.texi (Initial Parameters): Update cross reference to
8989         "Emacs Invocation".
8991 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
8993         * keymaps.texi (Active Keymaps): Add anchor.
8995         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8996         (Major Mode Conventions): Refer to `Auto Major Mode' in more
8997         appropriate place.
8998         (Derived Modes): Small clarifications.
8999         (Minor Mode Conventions, Keymaps and Minor Modes):
9000         Replace references to nodes with references to anchors.
9001         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9002         Clarify description of lists whose first element is an integer.
9003         (Mode Line Variables): Add anchor.
9004         (%-Constructs): Clarify description of integer after %.
9005         (Emulating Mode Line): Describe nil value for FACE.
9007 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9009         * modes.texi (Derived Modes): Correct references to non-existing
9010         variable standard-syntax-table.
9012 2005-05-17  Lute Kamstra  <lute@gnu.org>
9014         * modes.texi (Defining Minor Modes): Mention the mode hook.
9016 2005-05-15  Kim F. Storm  <storm@cua.dk>
9018         * processes.texi (Network): Remove open-network-stream-nowait.
9019         (Network Servers): Remove open-network-stream-server.
9021 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
9023         * elisp.texi (Top): Update detailed menu.
9025         * variables.texi: Reorder nodes.
9026         (Variables): Update menu.
9027         (File Local Variables): Do not refer to the `-*-' line as
9028         a "local variables list".  Add pxref.
9030 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
9032         * elisp.texi (Top): Update detailed menu for node changes.
9034         * modes.texi (Modes): Update Menu.
9035         (Hooks): Move to beginning of chapter.
9036         Most minor modes run mode hooks too.
9037         `add-hook' can handle void hooks or hooks whose value is a single
9038         function.
9039         (Major Modes): Update Menu.
9040         (Major Mode Basics): New node, split off from `Major Modes'.
9041         (Major Mode Conventions): Correct xref.  Explain how to handle
9042         auto-mode-alist if the major mode command has an autoload cookie.
9043         (Auto Major Mode): Major update.  Add magic-mode-alist.
9044         (Derived Modes): Major update.
9045         (Mode Line Format): Update Menu.
9046         (Mode Line Basics): New node, split off from `Mode Line Format'.
9048         * loading.texi (Autoload): Mention `autoload cookie' as synonym
9049         for `magic autoload comment'.  Add index entries and anchor.
9051 2005-05-14  Richard M. Stallman  <rms@gnu.org>
9053         * tips.texi (Coding Conventions): Explain how important it is
9054         that just loading certain files not change Emacs behavior.
9056         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9058 2005-05-12  Lute Kamstra  <lute@gnu.org>
9060         * modes.texi (Generic Modes): Update.
9061         (Major Modes): Refer to node "Generic Modes".
9063         * elisp.texi (Top): Update to the current structure of the manual.
9064         * processes.texi (Processes): Add menu description.
9065         * customize.texi (Customization): Add menu descriptions.
9067 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9069         * processes.texi (Signals to Processes)
9070         (Low-Level Network): Fix typos.
9072 2005-05-11  Lute Kamstra  <lute@gnu.org>
9074         * elisp.texi (Top): Add some nodes from the chapter "Major and
9075         Minor Modes" to the detailed node listing.
9077 2005-05-10  Richard M. Stallman  <rms@gnu.org>
9079         * keymaps.texi (Extended Menu Items): Menu item filter functions
9080         can be called at any time.
9082 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
9084         * variables.texi (File Local Variables): `(hack-local-variables t)'
9085         now also checks whether a mode is specified in the local variables
9086         list.
9088 2005-05-05  Kevin Ryde  <user42@zip.com.au>
9090         * display.texi (The Echo Area): Correct format function cross
9091         reference.
9093 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
9095         * variables.texi (Variable Aliases): Change description of
9096         `define-obsolete-variable-alias'.
9098         * functions.texi (Functions): Add "Obsolete Functions" to menu.
9099         (Defining Functions): Add xref.
9100         (Obsolete Functions): New node.
9101         (Function Safety): Standardize capitalization of section title.
9103         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9104         (Dialog Boxes): Complete description of `x-popup-dialog'.
9106 2005-05-04  Richard M. Stallman  <rms@gnu.org>
9108         * commands.texi (Interactive Codes): Fix Texinfo usage.
9109         Document U more clearly.
9111 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9113         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9114         function and not a macro.
9116         * frames.texi (Pop-Up Menus): Correct and clarify description of
9117         `x-popup-menu'.
9118         (Dialog Boxes): Clarify description of `x-popup-dialog'.
9120 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9122         * edebug.texi (Checking Whether to Stop): Fix previous change.
9124 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9126         * display.texi: Fix typos and Texinfo usage.
9128         * edebug.texi (Checking Whether to Stop): executing-macro ->
9129         executing-kbd-macro.
9131 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9133         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9135 2005-04-30  Richard M. Stallman  <rms@gnu.org>
9137         * files.texi (Magic File Names): Document `operations' property.
9139 2005-04-29  Lute Kamstra  <lute@gnu.org>
9141         * modes.texi (Generic Modes): New node.
9142         (Major Modes): Add it to the menu.
9143         (Derived Modes): Add "derived mode" to concept index.
9145 2005-04-28  Lute Kamstra  <lute@gnu.org>
9147         * modes.texi (Defining Minor Modes): Fix previous change.
9148         (Font Lock Mode): Simplify.
9149         (Font Lock Basics): Say that font-lock-defaults is buffer-local
9150         when set and that some parts are optional.  Add cross references.
9151         (Search-based Fontification): Say how to specify font-lock-keywords.
9152         Add cross references.  Add font-lock-multiline to index.
9153         Move font-lock-keywords-case-fold-search here from node "Other Font
9154         Lock Variables".  Document font-lock-add-keywords and
9155         font-lock-remove-keywords.
9156         (Other Font Lock Variables): Move font-lock-keywords-only,
9157         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9158         and font-lock-syntactic-face-function to node "Syntactic Font
9159         Lock".  Move font-lock-keywords-case-fold-search to node
9160         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
9161         and font-lock-{,un}fontify-{buffer,region}-function.
9162         (Precalculated Fontification): Remove reference to deleted variable
9163         font-lock-core-only.
9164         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9165         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
9166         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9167         and font-lock-syntactic-face-function here from node "Other Font
9168         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
9169         Syntax Properties".  Add cross references.
9170         (Setting Syntax Properties): New node.
9171         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9172         * syntax.texi (Syntax Properties): Add cross reference.
9173         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9175 2005-04-26  Richard M. Stallman  <rms@gnu.org>
9177         * display.texi (Defining Faces):
9178         Document `default' elements of defface spec.
9180         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9182         * variables.texi (Variable Aliases): Clarify text.
9184 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
9186         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9188 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9190         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9192 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
9194         * syntax.texi (Syntax Table Internals): Elaborate documentation of
9195         syntax-after and syntax-class.
9197         * files.texi (Changing Files): Fix last change's cross-reference.
9198         (Unique File Names): Don't mention "numbers" in the documentation
9199         of make-temp-file and make-temp-name.
9201 2005-04-23  Richard M. Stallman  <rms@gnu.org>
9203         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9205 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
9207         * windows.texi (Cyclic Window Ordering): Clarify window-list.
9209 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
9211         * variables.texi (Variable Aliases): Describe make-obsolete-variable
9212         and define-obsolete-variable-alias.
9214 2005-04-22  Kim F. Storm  <storm@cua.dk>
9216         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9217         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9219 2005-04-21  Lute Kamstra  <lute@gnu.org>
9221         * lists.texi (Association Lists): Document rassq-delete-all.
9223 2005-04-19  Richard M. Stallman  <rms@gnu.org>
9225         * modes.texi (Search-based Fontification): Explain that
9226         facespec is an expression to be evaluated.
9228 2005-04-19  Kevin Ryde  <user42@zip.com.au>
9230         * streams.texi (Output Functions): Fix xref.
9231         * strings.texi (String Conversion): Fix xref.
9233 2005-04-19  Kim F. Storm  <storm@cua.dk>
9235         * symbols.texi (Symbol Plists): Add safe-get.
9236         Mention that `get' may signal an error.
9238 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
9240         * customize.texi (Variable Definitions): Replace tooltip-mode
9241         example with save-place.
9243 2005-04-17  Richard M. Stallman  <rms@gnu.org>
9245         * buffers.texi (Indirect Buffers): Clarify.
9247         * positions.texi (Positions): Clarify converting marker to integer.
9249         * strings.texi (String Basics): Mention string-match; clarify.
9251 2005-04-08  Lute Kamstra  <lute@gnu.org>
9253         * modes.texi (Search-based Fontification): Fix cross references.
9254         Use consistent terminology.  Document anchored highlighting.
9256 2005-04-05  Lute Kamstra  <lute@gnu.org>
9258         * modes.texi (Defining Minor Modes): Document :group keyword
9259         argument and its default value.
9261 2005-04-03  Lute Kamstra  <lute@gnu.org>
9263         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
9264         references and/or descriptions.  Delete major mode hooks; mention
9265         them as a category instead.  Rename or delete obsolete hooks.
9267 2005-04-02  Richard M. Stallman  <rms@gnu.org>
9269         * nonascii.texi (Coding System Basics): Another wording cleanup.
9271 2005-04-01  Richard M. Stallman  <rms@gnu.org>
9273         * nonascii.texi (Coding System Basics): Clarify previous change.
9275 2005-04-01  Kenichi Handa  <handa@m17n.org>
9277         * nonascii.texi (Coding System Basics): Describe about roundtrip
9278         identity of coding systems.
9280 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
9282         * text.texi (Buffer Contents): Add filter-buffer-substring and
9283         buffer-substring-filters.
9285 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
9287         * anti.texi (Antinews): Mention `G' interactive code.
9289         * tips.texi (Compilation Tips): Mention benchmark.el.
9291 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9293         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9294         is now bound to M-o M-o.
9296         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9298 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9300         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9301         in the Emacs Manual).
9302         * Makefile.in (srcs): Remove calendar.texi.
9303         * makefile.w32-in (srcs): Remove calendar.texi.
9304         * display.texi (Display): Change name of next node.
9305         * os.texi (System In): Change name of previous node.
9306         * elisp.texi (Top): Remove Calendar references.
9307         * vol1.texi (Top): Remove Calendar references.
9308         * vol2.texi (Top): Remove Calendar references.
9310 2005-03-25  Richard M. Stallman  <rms@gnu.org>
9312         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9313         Cleanup previous change.
9315 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
9317         * display.texi (Face Attributes): Faces earlier in an :inherit
9318         list take precedence.
9319         (Scroll Bars): Fix description of vertical-scroll-bars.
9320         Document frame-current-scroll-bars and window-current-scroll-bars.
9322         * markers.texi (The Mark): Document temporary Transient Mark mode.
9324         * minibuf.texi (Reading File Names):
9325         Document read-file-name-completion-ignore-case.
9327         * positions.texi (Screen Lines): Document nil for width argument
9328         to compute-motion.
9330 2005-03-23  Kim F. Storm  <storm@cua.dk>
9332         * display.texi (Standard Faces): Other faces used in the fringe
9333         implicitly inherits from the fringe face.
9334         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9335         properties implicitly inherits from fringe face.
9336         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9338 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
9340         * display.texi (Invisible Text): State default value of
9341         line-move-ignore-invisible.
9342         (Managing Overlays): Document remove-overlays.
9343         (Standard Faces): Document escape-glyph face.
9345         * minibuf.texi (Reading File Names): Document read-file-name-function.
9347         * modes.texi (Other Font Lock Variables):
9348         Document font-lock-lines-before.
9350         * positions.texi (Skipping Characters): skip-chars-forward allows
9351         character classes.
9353 2005-03-18  Lute Kamstra  <lute@gnu.org>
9355         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9357 2005-03-17  Richard M. Stallman  <rms@gnu.org>
9359         * text.texi (Undo): Document extensible undo entries.
9361         * searching.texi (String Search, Regexp Search): Cleanups.
9363         * nonascii.texi (Character Codes): Minor fix.
9365         * display.texi (Display Property): Explain the significance
9366         of having text properties that are eq.
9367         (Other Display Specs): Explain string as display spec.
9369         * commands.texi (Interactive Codes): Document G option.
9371 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
9373         * text.texi (Filling): Add sentence-end-without-period and
9374         sentence-end-without-space.
9375         (Changing Properties): Minor fix.
9377         * anti.texi: Total rewrite.
9379 2005-03-15  Lute Kamstra  <lute@gnu.org>
9381         * edebug.texi (Instrumenting Macro Calls): Fix typos.
9383 2005-03-08  Kim F. Storm  <storm@cua.dk>
9385         * display.texi (Specified Space): Property :width is support on
9386         non-graphic terminals, :height is not.
9388 2005-03-07  Richard M. Stallman  <rms@gnu.org>
9390         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9391         Now subnodes of Fringes.
9392         (Overlay Arrow): Document overlay-arrow-variable-list.
9393         (Fringe Size/Pos): New node, broken out of Fringes.
9394         (Display): Explain clearing vs redisplay better.
9395         (Truncation): Clarify use of bitmaps.
9396         (The Echo Area): Clarify the uses of the echo area.
9397         Add max-mini-window-height.
9398         (Progress): Clarify.
9399         (Invisible Text): Explain that main loop moves point out.
9400         (Selective Display): Say "hidden", not "invisible".
9401         (Managing Overlays): Move up.  Describe relation to Undo here.
9402         (Overlay Properties): Clarify intro.
9403         (Finding Overlays): Explain return values when nothing found.
9404         (Width): truncate-string-to-width has added arg.
9405         (Displaying Faces): Clarify and update mode line face handling.
9406         (Face Functions): Minor cleanup.
9407         (Conditional Display): Merge into Other Display Specs.
9408         (Pixel Specification, Other Display Specs): Minor cleanups.
9409         (Images, Image Descriptors): Minor cleanups.
9410         (GIF Images): Patents have expired.
9411         (Showing Images): Explain default text for insert-image.
9412         (Manipulating Button Types): Merge into Manipulating Buttons.
9413         (Making Buttons): Explain return values.
9414         (Button Buffer Commands): Add xref.
9415         (Inverse Video): Update mode-line-inverse-video.
9416         (Display Table Format): Clarify.
9417         (Active Display Table): Give defaults for window-display-table.
9419         * calendar.texi (Calendar Customizing): calendar-holiday-marker
9420         and calendar-today-marker are strings, not chars.
9421         (Holiday Customizing): Minor fix.
9423         * internals.texi (Writing Emacs Primitives): Update `or' example.
9424         Update limit on # args of subr.
9426         * edebug.texi (Using Edebug): Arrow is in fringe.
9427         (Instrumenting): Arg to eval-defun works without loading edebug.
9428         (Edebug Execution Modes): Add xref.
9430         * customize.texi (Common Keywords): Clarify :require.
9431         Mention :version here.
9432         (Variable Definitions, Group Definitions): Not here.
9433         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9435 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
9436         * nonascii.texi (Text Representations): Clarify position-bytes.
9437         (Character Sets): Add list-charset-chars.
9438         (Scanning Charsets): Add charset-after.
9439         (Encoding and I/O): Minor fix.
9441 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9443         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9444         (Resizing Windows): Likewise.
9446         * text.texi (Change Hooks): Get rid of "Emacs 21".
9448         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9450         * streams.texi (Output Variables): Get rid of "Emacs 21".
9452         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9454         * os.texi (Translating Input): Replace flow-control example
9455         with a less obsolete example that uses `keyboard-translate'.
9457         * objects.texi (Hash Table Type, Circular Objects):
9458         Get rid of "Emacs 21".
9460         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9461         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9463         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9465         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9467         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9468         (Menu Bar): Fix when menu-bar-update-hook is called.
9470         * hash.texi (Hash Tables): Get rid of "Emacs 21".
9472         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9473         and make it read better.
9475         * files.texi (Writing to Files): Get rid of "Emacs 21".
9476         (Unique File Names): Likewise.
9478         * elisp.texi: Update Emacs version to 22.
9480         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9481         (Overlay Properties, Face Attributes): Likewise.
9482         (Managing Overlays): Fix punctuation.
9483         (Attribute Functions): Clarify set-face-font; get rid of
9484         info about old Emacs versions.
9485         (Auto Faces, Font Lookup, Display Property, Images):
9486         Get rid of "Emacs 21".
9488         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9490 2005-03-05  Richard M. Stallman  <rms@gnu.org>
9492         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9494 2005-03-04  Lute Kamstra  <lute@gnu.org>
9496         * debugging.texi (Error Debugging): Document stack-trace-on-error.
9498 2005-03-03  Lute Kamstra  <lute@gnu.org>
9500         * edebug.texi (Instrumenting Macro Calls): Fix typo.
9502 2005-03-01  Lute Kamstra  <lute@gnu.org>
9504         * debugging.texi (Debugger Commands): Update `j'.
9506 2005-02-28  Lute Kamstra  <lute@gnu.org>
9508         * debugging.texi (Debugging): Fix typo.
9509         (Error Debugging): Document eval-expression-debug-on-error.
9510         (Function Debugging): Update example.
9511         (Using Debugger): Mention starred stack frames.
9512         (Debugger Commands): Document `j' and `l'.
9513         (Invoking the Debugger): `d' and `j' exit recursive edit too.
9514         Update the messages that the debugger displays.
9515         (Internals of Debugger): Add cross reference.  Update example.
9516         (Excess Open): Minor improvement.
9517         (Excess Close): Minor improvement.
9519 2005-02-26  Richard M. Stallman  <rms@gnu.org>
9521         * tips.texi (Coding Conventions): Clarify.
9522         Put all the major mode key reservations together.
9523         Mention the Mouse-1 => Mouse-2 conventions.
9525         * syntax.texi (Syntax Class Table): Clarify.
9526         (Syntax Table Functions): syntax-after moved from here.
9527         (Syntax Table Internals): syntax-after moved to here.
9528         (Parsing Expressions): Update info on number of values
9529         and what's meaningful in the STATE argument.
9530         (Categories): Fix typo.
9532         * sequences.texi (Arrays): Cleanup.
9533         (Char-Tables): Clarify.
9535         * processes.texi (Deleting Processes): Cleanups, add xref.
9536         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
9537         (Process Information): set-process-coding-system, some args optional.
9538         (Input to Processes): Explain various types for PROCESS args.
9539         Rename them from PROCESS-NAME to PROCESS.
9540         (Signals to Processes): Likewise.
9541         (Decoding Output): Cleanup.
9542         (Query Before Exit): Clarify.
9544         * os.texi (Startup Summary): Correct the options; add missing ones.
9545         (Terminal Output, Batch Mode): Clarify.
9546         (Flow Control): Node deleted.
9548         * markers.texi (The Mark): Clarify.
9550         * macros.texi (Expansion): Cleanup.
9551         (Indenting Macros): indent-spec allows ints, not floats.
9553         * keymaps.texi (Keymaps): Clarify.
9554         (Format of Keymaps): Update lisp-mode-map example.
9555         (Active Keymaps, Key Lookup): Clarify.
9556         (Changing Key Bindings): Add xref to `kbd'.
9557         (Key Binding Commands, Simple Menu Items): Clarify.
9558         (Mouse Menus, Menu Bar): Clarify.
9559         (Menu Example): Replace print example with menu-bar-replace-menu.
9561         * help.texi (Documentation Basics): Add function-documentation prop.
9563         * elisp.texi (Top): Don't refer to Flow Control node.
9565         * commands.texi (Command Overview): Improve xrefs.
9566         (Adjusting Point): Adjusting point applies to intangible and invis.
9567         (Key Sequence Input): Doc extra read-key-sequence args.
9568         Likewise for read-key-sequence-vector.
9570         * backups.texi (Rename or Copy): Minor fix.
9571         (Numbered Backups): For version-control, say the default.
9572         (Auto-Saving): make-auto-save-file-name example is simplified.
9574         * advice.texi (Advising Functions): Don't imply one part of Emacs
9575         should advise another part.  Markup changes.
9576         (Defining Advice): Move transitional para.
9577         (Activation of Advice): Cleanup.
9578         Explain if COMPILE is nil or negative.
9580         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9582 2005-02-24  Lute Kamstra  <lute@gnu.org>
9584         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9585         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9587 2005-02-23  Lute Kamstra  <lute@gnu.org>
9589         * modes.texi (Defining Minor Modes): define-minor-mode can be used
9590         to define global minor modes as well.
9592         * display.texi (Managing Overlays): overlay-buffer returns nil for
9593         deleted overlays.
9595 2005-02-22  Kim F. Storm  <storm@cua.dk>
9597         * minibuf.texi (Basic Completion): Allow symbols in addition to
9598         strings in try-completion and all-completions.
9600 2005-02-14  Lute Kamstra  <lute@gnu.org>
9602         * elisp.texi (Top): Remove reference to deleted node.
9604         * lists.texi (Lists): Remove reference to deleted node.
9605         (Cons Cells): Fix typo.
9607         * loading.texi (Where Defined): Fix typo.
9609 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9611         * variables.texi (Creating Buffer-Local): change-major-mode-hook
9612         is useful for discarding some minor modes.
9614         * symbols.texi (Symbol Components): Reorder examples.
9616         * streams.texi (Input Functions): State standard-input default.
9617         (Output Variables): State standard-output default.
9619         * objects.texi (Printed Representation): Clarify read syntax vs print.
9620         (Floating Point Type): Explain meaning better.
9621         (Symbol Type): Explain uniqueness better.
9622         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
9623         List examples sooner.
9624         (Box Diagrams): New subnode broken out.
9625         Some examples moved from old Lists as Boxes node.
9626         (Dotted Pair Notation): Clarify intro.
9627         (Array Type): Clarify.
9628         (Type Predicates): Add hash-table-p.
9630         * numbers.texi (Integer Basics): Clarify radix explanation.
9631         (Predicates on Numbers): Minor clarification.
9632         (Comparison of Numbers): Minor clarification.  Clarify eql.
9633         Typos in min, max.
9634         (Math Functions): Clarify overflow in expt.
9636         * minibuf.texi (Text from Minibuffer): Minor clarification.
9637         Mention arrow keys.
9639         * loading.texi (Autoload): defun's doc string overrides autoload's
9640         doc string.
9641         (Repeated Loading): Modernize "add to list" examples.
9642         (Where Defined): Finish updating table of load-history elts.
9644         * lists.texi (List-related Predicates): Minor wording improvement.
9645         (Lists as Boxes): Node deleted.
9646         (Building Lists): Explain trivial cases of number-sequence.
9648         * hash.texi (Hash Tables): Add desc to menu items.
9649         (Creating Hash): Explain "full" means "make larger".
9650         (Hash Access): Any object can be a key.
9651         State value of maphash.
9653         * functions.texi (What Is a Function): Wording cleanup.
9654         (Function Documentation): Minor cleanup.
9655         Explain purpose of calling convention at end of doc string.
9656         (Function Names): Wording cleanup.
9657         (Calling Functions): Wording cleanup.
9658         Explain better how funcall calls the function.
9659         (Function Cells): Delete example of saving and redefining function.
9661         * control.texi (Combining Conditions): Wording cleanup.
9662         (Iteration): dolist and dotimes bind VAR locally.
9663         (Cleanups): Xref to Atomic Changes.
9665         * compile.texi (Byte Compilation): Delete 19.29 info.
9666         (Compilation Functions): Macros' difficulties don't affect defsubst.
9667         (Docs and Compilation): Delete 19.29 info.
9669 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9671         * objects.texi (Symbol Type): Minor correction.
9673 2005-02-06  Lute Kamstra  <lute@gnu.org>
9675         * modes.texi (Example Major Modes): Fix typos.
9677 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9679         * text.texi (Margins): fill-nobreak-predicate can be one function.
9681         * strings.texi (Modifying Strings): clear-string can make unibyte.
9682         (Formatting Strings): format gives error if values missing.
9684         * positions.texi (Character Motion): Mention default arg
9685         for forward-char.  backward-char refers to forward-char.
9686         (Word Motion): Mention default arg for forward-word.
9687         (Buffer End Motion): Mention default arg for beginning-of-buffer.
9688         Simplify end-of-buffer.
9689         (Text Lines): Mention default arg for forward-line.
9690         (List Motion): Mention default arg for beginning/end-of-defun.
9691         (Skipping Characters): Minor fixes in explaining character-set.
9693         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9694         Mode inheritance applies only when default-major-mode is nil.
9695         Clarifications.
9696         (Example Major Modes): Update Text mode and Lisp mode examples.
9697         (Minor Mode Conventions): Mention define-minor-mode at top.
9698         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9699         (Mode Line Format): Update mode line face display info.
9700         (Properties in Mode): Mention effect of risky vars.
9701         (Imenu): Define imenu-add-to-menubar.
9702         (Font Lock Mode): Add descriptions to menu lines.
9703         (Faces for Font Lock): Add font-lock-doc-face.
9705 2005-02-05  Lute Kamstra  <lute@gnu.org>
9707         * text.texi (Maintaining Undo): Remove obsolete function.
9709 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9711         * frames.texi (Color Names): Add pointer to the X docs about RGB
9712         color specifications.  Improve indexing.
9713         (Text Terminal Colors): Replace the description of RGB values by
9714         an xref to "Color Names".
9716 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9718         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9719         Clarify.
9720         (Selecting Windows): Clarify save-selected-window.
9721         (Cyclic Window Ordering): Clarify walk-windows.
9722         (Window Point): Clarify.
9723         (Window Start): Add comment to example.
9724         (Resizing Windows): Add `interactive' specs in examples.
9725         Document fit-window-to-buffer.
9727         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9728         (Undo, Maintaining Undo): Clarify last change.
9729         (Sorting): In sort-numeric-fields, explain about octal and hex.
9730         Mention sort-numeric-base.
9731         (Format Properties): Add xref for hard newlines.
9733         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9734         (Pop-Up Menus): Fix typo.
9735         (Color Names): Explain all types of color names.
9736         Explain color-values on B&W terminal.
9737         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
9739         * files.texi (File Locks): Not supported on MS systems.
9740         (Testing Accessibility): Clarify.
9742         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9743         (Coverage Testing): Fix typo.
9745         * commands.texi (Misc Events): Remove stray space.
9747         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9748         (Modification Time): Clarify when visited-file-modtime returns 0.
9749         (The Buffer List): Clarify bury-buffer.
9750         (Killing Buffers): Clarify.
9751         (Indirect Buffers): Add clone-indirect-buffer.
9753 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
9755         * edebug.texi (Printing in Edebug): Fix default value of
9756         edebug-print-circle.
9757         (Coverage Testing): Fix displayed frequency count data.
9759 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
9761         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9763 2005-02-02  Kim F. Storm  <storm@cua.dk>
9765         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9767 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9769         * commands.texi (Misc Events): Describe the help-echo event.
9771         * text.texi (Special Properties) <help-echo>: Use `pos'
9772         consistently in description of the help-echo property.
9773         Use @code{nil} instead of @var{nil}.
9775         * display.texi (Overlay Properties): Fix the index entry for
9776         help-echo overlay property.
9778         * customize.texi (Type Keywords): Uncomment the xref to the
9779         help-echo property documentation.
9781 2005-01-23  Kim F. Storm  <storm@cua.dk>
9783         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9784         return value.  Third element FULLY replaced by PARTIAL which
9785         specifies number of invisible pixels if row is only partially visible.
9786         (Textual Scrolling): Mention auto-window-vscroll.
9787         (Vertical Scrolling): New defvar auto-window-vscroll.
9789 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
9791         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9792         command remapping.
9794 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9796         * display.texi (Defining Images): Mention DATA-P arg of create-image.
9798 2005-01-14  Kim F. Storm  <storm@cua.dk>
9800         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9802         * text.texi (Links and Mouse-1): Fix string and vector item.
9804 2005-01-13  Richard M. Stallman  <rms@gnu.org>
9806         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9807         descriptions of overriding-local-map and overriding-terminal-local-map.
9809         * text.texi (Links and Mouse-1): Clarify text.
9811 2005-01-13  Kim F. Storm  <storm@cua.dk>
9813         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9815 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
9817         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9819 2005-01-12  Kim F. Storm  <storm@cua.dk>
9821         * text.texi (Links and Mouse-1): Rename section from Enabling
9822         Mouse-1 to Following Links.  Change xrefs.
9823         Add examples for define-button-type and define-widget.
9825         * display.texi (Button Properties, Button Buffer Commands):
9826         Clarify mouse-1 and follow-link functionality.
9828 2005-01-12  Richard M. Stallman  <rms@gnu.org>
9830         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9832         * display.texi (Beeping): Fix Texinfo usage.
9834         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9836 2005-01-11  Kim F. Storm  <storm@cua.dk>
9838         * display.texi (Button Properties, Button Buffer Commands):
9839         Mention mouse-1 binding.  Add follow-link keyword.
9841         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9842         (Enabling Mouse-1 to Follow Links): New subsection.
9844 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9846         * text.texi (Special Properties): Minor change.
9848         * os.texi (Timers): Clarify previous change.
9850         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9852 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
9854         * display.texi (Face Attributes): Correct xref to renamed node.
9856 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9858         * display.texi (Face Attributes): Describe hex color specs.
9860 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9862         * os.texi (Timers): Update previous change.
9864 2004-12-30  Kim F. Storm  <storm@cua.dk>
9866         * display.texi (Line Height): Total line-height is now specified
9867         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
9868         in cons cells.  (nil . RATIO) is relative to actual line height.
9869         Use line-height `t' instead of `0' to get minimum height.
9871 2004-12-29  Richard M. Stallman  <rms@gnu.org>
9873         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9875 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9877         * commands.texi (Quitting): Clarify value of with-local-quit.
9879         * elisp.texi (Top): Fix previous change.
9881         * loading.texi (Loading): Fix previous change.
9883 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9885         * Makefile.in (MAKEINFO): Specify --force.
9887         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9889         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9891         * display.texi (Line Height): Further clarify.
9893         * elisp.texi (Top): Update Loading submenu.
9895         * loading.texi (Where Defined): New node.
9896         (Unloading): load-history moved to Where Defined.
9898 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9900         * commands.texi (Event Input Misc): Add while-no-input.
9902 2004-12-11  Richard M. Stallman  <rms@gnu.org>
9904         * display.texi (Line Height): Rewrite text for clarity.
9906 2004-12-11  Kim F. Storm  <storm@cua.dk>
9908         * display.texi (Display): Add node "Line Height" to menu.
9909         (Line Height): New node.  Move full description of line-spacing
9910         and line-height text properties here from text.texi.
9911         (Scroll Bars): Add vertical-scroll-bar variable.
9913         * frames.texi (Window Frame Parameters): Remove line-height defvar.
9915         * locals.texi (Standard Buffer-Local Variables): Fix xref for
9916         line-spacing and vertical-scroll-bar.
9918         * text.texi (Special Properties): Just mention line-spacing and
9919         line-height here, add xref to new "Line Height" node.
9921 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
9923         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9925         * locals.texi (Standard Buffer-Local Variables):
9926         Add @xref for `line-spacing'.
9928 2004-12-05  Richard M. Stallman  <rms@gnu.org>
9930         * Makefile.in (maintainer-clean): Remove the info files
9931         in $(infodir) where they are created.
9933 2004-12-03  Richard M. Stallman  <rms@gnu.org>
9935         * windows.texi (Selecting Windows): get-lru-window and
9936         get-largest-window don't consider dedicated windows.
9938         * text.texi (Undo): Document undo-in-progress.
9940 2004-11-26  Richard M. Stallman  <rms@gnu.org>
9942         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9943         Remove a few vars that are not always buffer-local.
9945 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
9947         * locals.texi (Standard Buffer-Local Variables): Comment out
9948         xref's to non-existent node `Yet to be written'.
9950 2004-11-24  Richard M. Stallman  <rms@gnu.org>
9952         * processes.texi (Synchronous Processes): Grammar fix.
9954         * numbers.texi (Comparison of Numbers): Add eql.
9956         * locals.texi (Standard Buffer-Local Variables): Add many vars.
9958         * intro.texi (Printing Notation): Fix previous change.
9960         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9961         and default-indicate-buffer-boundaries from here.
9962         (Usual Display): To here.
9963         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9964         (Usual Display): Move tab-width up.
9966         * customize.texi (Variable Definitions):
9967         Replace show-paren-mode example with tooltip-mode.
9968         (Simple Types, Composite Types, Defining New Types):
9969         Minor cleanups.
9971 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
9973         * processes.texi (Synchronous Processes, Output from Processes):
9974         Markup fix.
9976 2004-11-20  Richard M. Stallman  <rms@gnu.org>
9978         * positions.texi (Skipping Characters): skip-chars-forward
9979         now handles char classes.
9981         * intro.texi (Printing Notation): Avoid confusion of `print'
9982         when explaining @print.
9984         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9986         * display.texi (Display Table Format): Minor fix.
9988         * streams.texi (Output Functions): Fix print example.
9990         * Makefile.in (elisp): New target.
9991         (dist): Depend on $(infodir)/elisp, not elisp.
9992         Copy the info files from $(infodir).
9994         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9995         read-from-minibuffer.
9997         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9999 2004-11-19  Richard M. Stallman  <rms@gnu.org>
10001         * searching.texi (Regexp Search): Add search-whitespace-regexp.
10003 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
10005         * tips.texi (Coding Conventions): Fix typo.
10007 2004-11-16  Richard M. Stallman  <rms@gnu.org>
10009         * tips.texi (Coding Conventions): Separate defvar and require
10010         methods to avoid warnings.  Use require only when there are many
10011         functions and variables from that package.
10013         * minibuf.texi (Minibuffer Completion): When ignoring case,
10014         predicate must not be case-sensitive.
10016         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10017         (Test Coverage): Don't talk about "splotches".  Clarified.
10019 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
10021         * frames.texi (Window Frame Parameters): Fix typo.
10023 2004-11-15  Kim F. Storm  <storm@cua.dk>
10025         * symbols.texi (Other Plists): Note that plist-get may signal error.
10026         Add safe-plist-get.
10028 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
10030         * modes.texi (Font Lock Basics): Fix typo.
10032 2004-11-08  Richard M. Stallman  <rms@gnu.org>
10034         * syntax.texi (Syntax Table Functions): Add syntax-after.
10036 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
10038         * os.texi (Processor Run Time): New section documenting
10039         get-internal-run-time.
10041 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
10043         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10044         it nukes elisp-cover.texi.
10045         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10046         elisp-0 etc.
10048 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
10050         * commands.texi (Keyboard Macros): Document `append' return value
10051         of `defining-kbd-macro'.
10053 2004-11-01  Richard M. Stallman  <rms@gnu.org>
10055         * commands.texi (Interactive Call): Add called-interactively-p.
10057 2004-10-29  Simon Josefsson  <jas@extundo.com>
10059         * minibuf.texi (Reading a Password): Revert.
10061 2004-10-28  Richard M. Stallman  <rms@gnu.org>
10063         * frames.texi (Display Feature Testing): Explain about "vendor".
10065 2004-10-27  Richard M. Stallman  <rms@gnu.org>
10067         * commands.texi (Interactive Codes): `N' uses numeric prefix,
10068         not raw.  Clarify `n'.
10069         (Interactive Call): Rewrite interactive-p, focusing on when
10070         and how to use it.
10071         (Misc Events): Clarify previous change.
10073         * advice.texi (Simple Advice): Clarify what job the example does.
10074         (Around-Advice): Clarify ad-do-it.
10075         (Activation of Advice): An option of ad-default-compilation-action
10076         is `never', not `nil'.
10078 2004-10-26  Kim F. Storm  <storm@cua.dk>
10080         * commands.texi (Interactive Codes): Add U code letter.
10082 2004-10-25  Simon Josefsson  <jas@extundo.com>
10084         * minibuf.texi (Reading a Password): Add.
10086 2004-10-24  Jason Rumney  <jasonr@gnu.org>
10088         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
10089         and wheel-down.
10091 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
10093         * processes.texi (Synchronous Processes): Document process-file.
10095 2004-10-22  Kenichi Handa  <handa@m17n.org>
10097         * text.texi (translate-region): Document that it accepts also a
10098         char-table.
10100 2004-10-22  David Ponce  <david@dponce.com>
10102         * windows.texi (Resizing Windows): Document the `preserve-before'
10103         argument of the functions `enlarge-window' and `shrink-window'.
10105 2004-10-19  Jason Rumney  <jasonr@gnu.org>
10107         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10109 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
10111         * text.texi (Filling): Add anchor for definition of
10112         `sentence-end-double-space'.
10114         * searching.texi (Regexp Example): Update description of how
10115         Emacs currently recognizes the end of a sentence.
10116         (Standard Regexps): Update definition of the variable
10117         `sentence-end'.  Add definition of the function `sentence-end'.
10119 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
10121         * display.texi (Progress): New node.
10123 2004-10-05  Kim F. Storm  <storm@cua.dk>
10125         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10127 2004-09-29  Kim F. Storm  <storm@cua.dk>
10129         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10130         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
10131         fringe bitmap symbols, as they now have their own namespace.
10132         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10133         vs. pixels.  Signal error if no free bitmap slots.
10134         (Pixel Specification): Change IMAGE to @var{image}.
10136 2004-09-28  Richard M. Stallman  <rms@gnu.org>
10138         * text.texi (Special Properties): Clarify line-spacing and line-height.
10140         * searching.texi (Regexp Search): Add looking-back.
10142 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
10144         * display.texi: Correct typos.
10145         (Image Descriptors): Correct xref's.
10147 2004-09-25  Richard M. Stallman  <rms@gnu.org>
10149         * text.texi (Special Properties): Cleanups in `cursor'.
10150         Rewrites in `line-height' and `line-spacing'; exchange them.
10152         * display.texi (Fringes): Rewrite previous change.
10153         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
10154         (Display Fringe Bitmaps): Node deleted, text moved.
10155         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
10156         (Scroll Bars): Clarify set-window-scroll-bars.
10157         (Pointer Shape): Rewrite.
10158         (Specified Space): Clarify :align-to, etc.
10159         (Pixel Specification): Use @var.  Clarify new text.
10160         (Other Display Specs): Clarify `slice'.
10161         (Image Descriptors): Cleanups.
10162         (Showing Images): Cleanups.
10164 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
10166         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10168         * modes.texi: Various minor changes in addition to:
10169         (Major Mode Conventions): Final call to `run-mode-hooks' should
10170         not be inside the `delay-mode-hooks' form.
10171         (Mode Hooks): New node.
10172         (Hooks): Delete obsolete example.
10173         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10174         node "Mode Hooks".
10176 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
10178         * display.texi: Correct various typos.
10179         (Display): Rename node "Pointer Shapes" to "Pointer
10180         Shape".  (There is already a node called "Pointer Shapes" in
10181         frames.texi.)
10182         (Images): Remove non-existent node "Image Slices" from menu.
10184 2004-09-23  Kim F. Storm  <storm@cua.dk>
10186         * text.texi (Special Properties): Add `cursor', `pointer',
10187         `line-height', and `line-spacing' properties.
10189         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10190         Shapes' to menu.
10191         (Standard Faces): Doc fix for fringe face.
10192         (Fringes): Add `overflow-newline-into-fringe' and
10193         'indicate-buffer-boundaries'.
10194         (Fringe Bitmaps, Pointer Shapes): New nodes.
10195         (Display Property): Add 'Pixel Specification' and 'Display Fringe
10196         Bitmaps' to menu.
10197         (Specified Space): Describe pixel width and height.
10198         (Pixel Specification): New node.
10199         (Other Display Specs): Add `slice' property.
10200         (Display Fringe Bitmaps): New node.
10201         (Images): Add 'Image Slices' to menu.
10202         (Image Descriptors): Add `:pointer' and `:map' properties.
10203         (Showing Images): Add slice arg to `insert-image'.
10204         Add 'insert-sliced-image'.
10206 2004-09-20  Richard M. Stallman  <rms@gnu.org>
10208         * commands.texi (Key Sequence Input):
10209         Clarify downcasing in read-key-sequence.
10211 2004-09-08  Juri Linkov  <juri@jurta.org>
10213         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10215 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
10217         * locals.texi (Standard Buffer-Local Variables):
10218         Add `buffer-auto-save-file-format'.
10219         * internals.texi (Buffer Internals): Describe new
10220         auto_save_file_format field of the buffer structure.
10221         * files.texi (Format Conversion): `auto-save-file-format' has been
10222         renamed `buffer-auto-save-file-format'.
10224 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
10226         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10227         an integer or a marker.
10228         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10230 2004-08-22  Richard M. Stallman  <rms@gnu.org>
10232         * modes.texi (Major Mode Conventions): Discuss rebinding of
10233         standard key bindings.
10235 2004-08-18  Kim F. Storm  <storm@cua.dk>
10237         * processes.texi (Accepting Output): Add `just-this-one' arg to
10238         `accept-process-output'.
10239         (Output from Processes): New var `process-adaptive-read-buffering'.
10241 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
10243         * keymaps.texi: Various changes in addition to:
10244         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10245         Give more varied examples for `kbd'.
10246         (Creating Keymaps): Char tables have slots for all characters
10247         without modifiers.
10248         (Active Keymaps): `overriding-local-map' and
10249         `overriding-terminal-local-map' also override text property and
10250         overlay keymaps.
10251         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10252         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10253         to denote a prefix of no events.
10254         `map-keymap' includes parent's bindings _recursively_.
10255         Clarify and correct description of `where-is-internal'.
10256         Mention BUFFER-OR-NAME arg to `describe-bindings'.
10257         (Menu Example): For menus intended for use with the keyboard, the
10258         menu items should be bound to characters or real function keys.
10260 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10262         * objects.texi (Character Type): Reposition `@anchor' to prevent
10263         double space inside sentence in Info.
10265         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10266         renamed to `disabled-command-function'.
10267         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10268         (Command Loop Info): Replace reference to it.
10269         (Disabling Commands): `disabled-command-hook' has been renamed to
10270         `disabled-command-function'.
10272 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
10274         * os.texi (Translating Input): Only non-prefix bindings in
10275         `key-translation-map' override actual key bindings.  Warn about
10276         possible indirect effect of actual key bindings on non-prefix
10277         bindings in `key-translation-map'.
10279 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
10281         * minibuf.texi (High-Level Completion): Add anchor for definition
10282         of `read-variable'.
10284         * commands.texi: Various changes in addition to:
10285         (Using Interactive): Clarify description of `interactive-form'.
10286         (Interactive Call): Mention default for KEYS argument to
10287         `call-interactively'.
10288         (Command Loop Info): Clarify description of `this-command-keys'.
10289         Mention KEEP-RECORD argument to `clear-this-command-keys'.
10290         Value of `last-event-frame' can be `macro'.
10291         (Repeat Events): `double-click-fuzz' is also used to distinguish
10292         clicks and drags.
10293         (Classifying Events): Clarify descriptions of `event-modifiers'
10294         `event-basic-type' and `event-convert-list'.
10295         (Accessing Events): `posn-timestamp' takes POSITION argument.
10296         (Quoted Character Input): Clarify description of
10297         `read-quoted-char' and fix example.
10298         (Quitting): Add `with-local-quit'.
10299         (Disabling Commands): Correct and clarify descriptions of
10300         `enable-command' and `disable-command'.
10301         Mention what happens if `disabled-command-hook' is nil.
10302         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10303         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10305 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
10307         * frames.texi: Various changes in addition to:
10308         (Creating Frames): Expand and clarify description of `make-frame'.
10309         (Window Frame Parameters): Either none or both of the `icon-left'
10310         and `icon-top' parameters must be specified.  Put descriptions of
10311         `menu-bar-lines' and `toolbar-lines' closer together and change
10312         them accordingly.
10313         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10314         except while processing `frame-title-format' or `icon-title-format'.
10315         (Deleting Frames): Correct description of `delete-frame'.
10316         Non-nil return values of `frame-live-p' are like those of `framep'.
10317         (Frames and Windows): Mention return value of
10318         `set-frame-selected-window'.
10319         (Visibility of Frames): Mention `force' argument to
10320         `make-frame-invisible'.  `frame-visible-p' returns t for all
10321         frames on text-only terminals.
10322         (Frame Configurations): Restoring a frame configuration does not
10323         restore deleted frames.
10324         (Window System Selections): `x-set-selection' returns DATA.
10325         (Resources): Add example.
10326         (Display Feature Testing): Clarify descriptions of
10327         `display-pixel-height', `display-pixel-width', `x-server-version'
10328         and `x-server-vendor'.
10330         * windows.texi (Choosing Window): Add anchor.
10331         * minibuf.texi (Minibuffer Misc): Add anchor.
10333 2004-07-23  John Paul Wallington  <jpw@gnu.org>
10335         * macros.texi (Defining Macros): Declaration keyword for setting
10336         Edebug spec is `debug' not `edebug'.
10338 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
10340         * windows.texi: Various small changes in addition to:
10341         (Window Point): Mention return value of `set-window-point'.
10342         (Window Start): `pos-visible-in-window-p' disregards horizontal
10343         scrolling.  Explain return value if PARTIALLY is non-nil.
10344         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10345         and `set-window-vscroll'.
10346         (Size of Window): The argument WINDOW to `window-inside-edges',
10347         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10348         (Resizing Windows): Explain return value of
10349         `shrink-window-if-larger-than-buffer'.
10350         `window-size-fixed' automatically becomes buffer local when set.
10351         (Window Configurations): Explain return value of
10352         `set-window-configuration'.
10354         * minibuf.texi (Minibuffer Misc): Add anchor for
10355         `minibuffer-scroll-window'.
10357         * positions.texi (Text Lines): Add anchor for `count-lines'.
10359 2004-07-17  Richard M. Stallman  <rms@gnu.org>
10361         * display.texi (Overlay Properties): Adding `evaporate' prop
10362         deletes empty overlay immediately.
10364         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10365         fix example.
10367 2004-07-16  Jim Blandy  <jimb@redhat.com>
10369         * searching.texi (Regexp Backslash): Document new \_< and \_>
10370         operators.
10372 2004-07-16  Juanma Barranquero  <lektu@terra.es>
10374         * display.texi (Images): Fix Texinfo usage.
10376 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
10378         * buffers.texi (Modification Time): `visited-file-modtime' now
10379         returns a list of two integers, instead of a cons.
10381 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10383         * windows.texi: Various changes in addition to:
10384         (Splitting Windows): Add `split-window-keep-point'.
10386 2004-07-09  Richard M. Stallman  <rms@gnu.org>
10388         * frames.texi (Input Focus): Minor fix.
10390 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10392         * frames.texi (Input Focus): Clarify descriptions of
10393         `select-frame-set-input-focus' and `select-frame'.
10395 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
10397         * os.texi: Various small changes in addition to:
10398         (Killing Emacs): Expand and clarify description of
10399         `kill-emacs-query-functions' and `kill-emacs-hook'.
10400         (System Environment): Expand and clarify description of `getenv'
10401         and `setenv'.
10402         (Timers): Clarify description of `run-at-time'.
10403         (Translating Input): Correct description of
10404         `extra-keyboard-modifiers'.
10405         (Flow Control): Correct description of `enable-flow-control'.
10407 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
10409         * os.texi: Update copyright.
10410         (Session Management): Grammar fix.
10411         Clarify which Emacs does the restarting.
10412         Use @samp for *scratch* buffer.
10414 2004-07-04  Alan Mackenzie  <acm@muc.de>
10416         * frames.texi (Input Focus): Add documentation for
10417         `select-frame-set-input-focus'.  Replace refs to non-existent
10418         `switch-frame' with `select-frame'.  Minor corrections and tidying
10419         up of text-only terminal stuff.
10421 2004-07-02  Richard M. Stallman  <rms@gnu.org>
10423         * files.texi (Saving Buffers): Cleanup write-contents-function.
10424         (Magic File Names): Cleanup file-remote-p.
10426 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
10428         * files.texi (Magic File Names): `file-remote-p' returns an
10429         identifier of the remote system, not just t.
10431 2004-07-02  David Kastrup  <dak@gnu.org>
10433         * searching.texi (Entire Match Data): Add explanation about new
10434         match-data behavior when @var{integers} is non-nil.
10436 2004-06-24  Richard M. Stallman  <rms@gnu.org>
10438         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10440         * customize.texi (Variable Definitions): Note about doc strings
10441         and :set.
10443         * keymaps.texi (Keymap Terminology): Document `kbd'.
10444         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10446         * display.texi (Invisible Text): Setting buffer-invisibility-spec
10447         makes it buffer-local.
10449         * files.texi (Saving Buffers): Correct previous change.
10451         * commands.texi (Accessing Events):
10452         Clarify posn-col-row and posn-actual-col-row.
10454 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
10456         * commands.texi (Accessing Events): New functions
10457         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
10459 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10461         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10462         * frames.texi, buffers.texi, backups.texi, variables.texi:
10463         * loading.texi, eval.texi, functions.texi, control.texi:
10464         * symbols.texi, minibuf.texi: Reposition @anchor's.
10466         * help.texi: Various small changes in addition to the following.
10467         (Describing Characters): Describe PREFIX argument to
10468         `key-description'.  Correct and clarify definition of
10469         `text-char-description'.  Describe NEED-VECTOR argument to
10470         `read-kbd-macro'.
10471         (Help Functions): Clarify definition of `apropos'.
10473 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
10475         * files.texi (Saving Buffers): Correct description of
10476         `write-contents-functions'.
10478 2004-06-21  Juanma Barranquero  <lektu@terra.es>
10480         * display.texi (Images): Remove redundant @vindex directives.
10481         Rewrite `image-library-alist' doc in active voice.
10483 2004-06-14  Juanma Barranquero  <lektu@terra.es>
10485         * display.texi (Images): Document new delayed library loading,
10486         variable `image-library-alist' and (existing but undocumented)
10487         function `image-type-available-p'.
10489 2004-06-05  Richard M. Stallman  <rms@gnu.org>
10491         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10492         refer the user to the Initial Input node.
10493         (Text from Minibuffer): Likewise.
10494         (Initial Input): New node.  Document this feature
10495         and say it is mostly deprecated.
10497 2004-05-30  Richard M. Stallman  <rms@gnu.org>
10499         * loading.texi (Named Features): Clarify return value
10500         and meaning of NOERROR.
10502         * variables.texi (File Local Variables): Minor cleanup.
10504 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
10506         * files.texi (Magic File Names): Add `file-remote-p' as operation
10507         of file name handlers.
10509 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10511         * modes.texi (Minor Mode Conventions): (-) has no special meaning
10512         as arg to a minor mode command.
10514 2004-05-22  Richard M. Stallman  <rms@gnu.org>
10516         * syntax.texi (Syntax Class Table): Word syntax not just for English.
10518         * streams.texi (Output Variables): Doc float-output-format.
10520         * searching.texi (Regexp Special): Nested repetition can be infloop.
10522         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10523         real stack overflow.
10525         * compile.texi: Minor cleanups.
10527 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
10529         * lists.texi (Cons Cells): Explain dotted lists, true lists,
10530         circular lists.
10531         (List Elements): Explain handling of circular and dotted lists.
10533 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
10535         * modes.texi (Search-based Fontification): Fix typo.
10537 2004-05-10  Juanma Barranquero  <lektu@terra.es>
10539         * modes.texi (Mode Line Variables): Fix description of
10540         global-mode-string, which is now after which-func-mode, not the
10541         buffer name.
10543 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10545         * modes.texi (Desktop Save Mode): Add.
10546         (Modes): Add menu entry Desktop Save Mode.
10548         * hooks.texi: Add desktop-after-read-hook,
10549         desktop-no-desktop-file-hook and desktop-save-hook.
10551         * locals.texi: Add desktop-save-buffer.
10553 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
10555         * display.texi: emacs -> Emacs.
10557 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10559         * files.texi (Changing Files): Document set-file-times.
10561 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10563         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10565 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
10567         * tips.texi (Coding Conventions): defopt -> defcustom.
10569 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
10571         * sequences.texi: Various clarifications.
10573 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
10575         * buffers.texi (Read Only Buffers): Mention optional ARG to
10576         `toggle-read-only'.
10578 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
10580         * windows.texi (Selecting Windows): Note that get-lru-window
10581         returns a full-width window if possible.
10583 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
10585         * buffers.texi: Various changes in addition to:
10586         (Buffer File Name): Add `find-buffer-visiting'.
10587         (Buffer Modification): Mention optional ARG to `not-modified'.
10588         (Indirect Buffers): Mention optional CLONE argument to
10589         `make-indirect-buffer'.
10591         * files.texi: Various changes in addition to:
10592         (Visiting Functions): `find-file-hook' is now a normal hook.
10593         (File Name Expansion): Explain difference between the way that
10594         `expand-file-name' and `file-truename' treat `..'.
10595         (Contents of Directories): Mention optional ID-FORMAT argument to
10596         `directory-files-and-attributes'.
10597         (Format Conversion): Mention new optional CONFIRM argument to
10598         `format-write-file'.
10600 2004-04-12  Miles Bader  <miles@gnu.org>
10602         * macros.texi (Expansion): Add description of `macroexpand-all'.
10604 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10606         * variables.texi (Variable Aliases):
10607         Mention cyclic-variable-indirection.
10609         * errors.texi (Standard Errors): Ditto.
10611 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10613         * backups.texi: Various small changes in addition to:
10614         (Making Backups): Mention return value of `backup-buffer'.
10615         (Auto-Saving): Mention optional FORCE argument to
10616         `delete-auto-save-file-if-necessary'.
10617         (Reverting): Mention optional PRESERVE-MODES argument to
10618         `revert-buffer'.  Correct description of `revert-buffer-function'.
10620 2004-03-22  Juri Linkov  <juri@jurta.org>
10622         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10623         with `Vector Functions'.
10625         * text.texi (Sorting): Add missing quote.
10627 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
10629         * intro.texi (Lisp History): Replace xref to `cl' manual with
10630         inforef.
10632 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10634         * intro.texi (Version Info): Add arg to emacs-version.
10635         (Lisp History): Change xref to CL manual.
10637 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
10639         * minibuf.texi (Completion Commands): Add xref to Emacs manual
10640         for Partial Completion mode.
10642 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
10644         * customize.texi: Fix typo.  Remove eol whitespace.
10646 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10648         * processes.texi: Fix typos.
10650         * lists.texi (Building Lists): Minor clarification.
10652         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10653         in make-hash-table.
10655 2004-02-29  Juanma Barranquero  <lektu@terra.es>
10657         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10658         rm, and ignore exit code.
10660 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10662         * display.texi (Defining Faces): Add description for min-colors.
10663         Update example.
10665 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10667         * abbrevs.texi: Various corrections and clarifications in addition
10668         to the following:
10669         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10671 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10673         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10675 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
10677         * text.texi: Various small changes in addition to the following:
10678         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10679         to delete-horizontal-space.
10680         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10681         description of yank-handler text property at various places.
10683         * frames.texi (Window System Selections): Add anchor.
10685         * syntax.texi (Syntax Table Functions): Clarify and correct
10686         descriptions of make-syntax-table and copy-syntax-table.
10687         (Motion and Syntax): Clarify SYNTAXES argument to
10688         skip-syntax-forward.
10689         (Parsing Expressions): Mention that the return value of
10690         parse-partial-sexp is currently a list of ten rather than nine
10691         elements.
10692         (Categories): Various corrections and clarifications.
10694 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10696         * markers.texi (Marker Insertion Types): Minor change.
10698         * locals.texi (Standard Buffer-Local Variables):
10699         * commands.texi (Interactive Codes, Using Interactive):
10700         * functions.texi (Related Topics): Fix xrefs.
10702 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10704         * lists.texi (Sets And Lists): Update description of delete-dups.
10706 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10708         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10710 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
10712         * frames.texi (Parameter Access): frame-parameters arg is optional.
10713         modify-frame-parameters handles nil for FRAME.
10714         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10715         are all-or-nothing for certain toolkits.
10716         Mention parameter wait-for-wm.
10717         (Frames and Windows): In frame-first-window and frame-selected-window
10718         the arg is optional.
10719         (Input Focus): In redirect-frame-focus the second arg is optional.
10720         (Window System Selections): Mention selection type CLIPBOARD.
10721         Mention data-type UTF8_STRING.
10722         Mention numbering of cut buffers.
10723         (Resources): Describe x-resource-name.
10725 2004-02-16  Richard M. Stallman  <rms@gnu.org>
10727         * windows.texi (Buffers and Windows): Delete false table
10728         about all-frames.
10730         * syntax.texi (Parsing Expressions): Delete old caveat
10731         about parse-sexp-ignore-comments.
10733         * streams.texi (Output Variables): Add print-quoted.
10735         * lists.texi (Building Lists): Minor cleanup.
10737         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10739         * display.texi (Overlays): Explain overlays use markers.
10740         (Managing Overlays): Explain front-advance and rear-advance
10741         in more detail.
10743         * loading.texi (Unloading): Document unload-feature-special-hooks.
10744         Get rid of fns-NNN.el file.
10746 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10748         * help.texi (Describing Characters): Fix text-char-description
10749         example output.
10751         * edebug.texi (Using Edebug): Fix example.
10753         * debugging.texi (Internals of Debugger): Fix return value.
10755         * files.texi (Changing Files): Fix argname.
10757         * calendar.texi: Fix parens, and default values.
10759         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10760         * nonascii.texi, objects.texi, os.texi: Minor fixes.
10761         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10763         * positions.texi (Text Lines): Don't add -1 in current-line.
10765 2004-02-16  Richard M. Stallman  <rms@gnu.org>
10767         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10769 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10771         * processes.texi (Low-Level Network): Fix a typo.
10773 2004-02-12  Kim F. Storm  <storm@cua.dk>
10775         * display.texi (Fringes): Use consistent wording.
10776         Note that window-fringe's window arg is optional.
10777         (Scroll Bars): Use consistent wording.
10779 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
10781         * tips.texi (Comment Tips): Document the new conventions for
10782         commenting out code.
10784 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
10786         * positions.texi (Text Lines): Add missing end defun.
10788 2004-02-07  Kim F. Storm  <storm@cua.dk>
10790         * positions.texi (Text Lines): Add line-number-at-pos.
10792 2004-02-06  John Paul Wallington  <jpw@gnu.org>
10794         * display.texi (Button Properties, Button Buffer Commands):
10795         mouse-2 invokes button, not down-mouse-1.
10797 2004-02-04  Jason Rumney  <jasonr@gnu.org>
10799         * makefile.w32-in: Sync with Makefile.in changes.
10801 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
10803         * minibuf.texi (Text from Minibuffer): Various corrections and
10804         clarifications.
10805         (Object from Minibuffer): Correct Lisp description of
10806         read-minibuffer.
10807         (Minibuffer History): Clarify description of cons values for
10808         HISTORY arguments.
10809         (Basic Completion): Various corrections and clarifications.
10810         Add completion-regexp-list.
10811         (Minibuffer Completion): Correct and clarify description of
10812         completing-read.
10813         (Completion Commands): Mention Partial Completion mode.
10814         Various other minor changes.
10815         (High-Level Completion): Various corrections and clarifications.
10816         (Reading File Names): Ditto.
10817         (Minibuffer Misc): Ditto.
10819 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
10821         * strings.texi (Text Comparison): assoc-string also matches
10822         elements of alists that are strings instead of conses.
10823         (Formatting Strings): Standardize Texinfo usage.  Update index
10824         entries.
10826 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
10828         * lists.texi (Sets And Lists): Add delete-dups.
10830 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10832         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10833         special form.
10834         * macros.texi (Defining Macros): Update description of `declare',
10835         which now is a macro.
10836         (Wrong Time): Fix typos.
10838 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
10840         * compile.texi (Compilation Functions): Expand descriptions of
10841         `compile-defun', `byte-compile-file', `byte-recompile-directory'
10842         and `batch-byte-compile'.  In particular, mention and describe
10843         all optional arguments.
10844         (Disassembly): Correct and clarify the description of `disassemble'.
10846 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
10848         * searching.texi: Various small changes in addition to the
10849         following.
10850         (Regexp Example): Adapt to new value of `sentence-end'.
10851         (Regexp Functions): The PAREN argument to `regexp-opt' can be
10852         `words'.
10853         (Search and Replace): Add usage note for `perform-replace'.
10854         (Entire Match Data): Mention INTEGERS and REUSE arguments to
10855         `match-data'.
10856         (Standard Regexps): Update for new values of `paragraph-start'
10857         and `sentence-end'.
10859 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
10861         * files.texi (Saving Buffers): Clarify descriptions of
10862         `write-contents-functions' and `before-save-hook'.
10863         Make the defvar's for `before-save-hook' and `after-save-hook'
10864         into defopt's.
10866 2004-01-07  Kim F. Storm  <storm@cua.dk>
10868         * commands.texi (Click Events): Describe new image and
10869         width/height elements of click events.
10870         (Accessing Events): Add posn-string, posn-image, and
10871         posn-object-width-height.  Change posn-object to return either
10872         image or string object.
10874 2004-01-01  Simon Josefsson  <jas@extundo.com>
10876         * hooks.texi (Standard Hooks): Add before-save-hook.
10877         * files.texi (Saving Buffers): Likewise.
10879 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10881         * frames.texi (Frames and Windows): Delete frame-root-window.
10883 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10885         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10887         * functions.texi: Various small changes in addition to the
10888         following.
10889         (What Is a Function): `functionp' returns nil for macros.
10890         Clarify behavior of this and following functions for symbol arguments.
10891         (Function Documentation): Add `\' in front of (fn @var{arglist})
10892         and explain why.
10893         (Defining Functions): Mention DOCSTRING argument to `defalias'.
10894         Add anchor.
10895         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
10897 2004-01-01  Miles Bader  <miles@gnu.org>
10899         * display.texi (Buttons): New section.
10901 2003-12-31  Andreas Schwab  <schwab@suse.de>
10903         * numbers.texi (Math Functions): sqrt reports a domain-error
10904         error.
10905         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10907 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10909         * tips.texi (Documentation Tips): Update item on hyperlinks in
10910         documentation strings.
10912         * errors.texi (Standard Errors): Various small corrections and
10913         additions.
10915         * control.texi: Various small changes in addition to the
10916         following.
10917         (Signaling Errors): Provide some more details on how `signal'
10918         constructs the error message.  Add anchor to the definition of
10919         `signal'.
10920         (Error Symbols): Describe special treatment of `quit'.
10921         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10922         to emphasize that it has to be a single form.
10924         * buffers.texi: Add anchor.
10926 2003-12-29  Richard M. Stallman  <rms@gnu.org>
10928         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10929         (Window Configurations): Add window-configuration-frame.
10931         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10933         * text.texi (Examining Properties): Add get-char-property-and-overlay.
10934         Change arg name in get-char-property.
10935         (Special Properties): Update handling of keymap property.
10937         * strings.texi (Modifying Strings): Add clear-string.
10938         (Text Comparison): Add assoc-string and remove
10939         assoc-ignore-case, assoc-ignore-representation.
10941         * os.texi (Time of Day): Add set-time-zone-rule.
10943         * numbers.texi (Math Functions): asin, acos, log, log10
10944         report domain-error errors.
10946         * nonascii.texi (Converting Representations):
10947         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10948         (Encoding and I/O): Add file-name-coding-system.
10950         * modes.texi (Search-based Fontification): Explain that
10951         face specs are symbols with face names as values.
10953         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10955         * lists.texi (Building Lists): remq moved elsewhere.
10956         (Sets And Lists): remq moved here.
10957         (Association Lists): Refer to assoc-string.
10959         * internals.texi (Garbage Collection): Add memory-use-counts.
10961         * frames.texi (Frames and Windows): Add set-frame-selected-window
10962         and frame-root-window.
10964         * files.texi (Contents of Directories):
10965         Add directory-files-and-attributes.
10967         * display.texi (Refresh Screen): Add force-window-update.
10968         (Invisible Text): Explain about moving point out of invis text.
10969         (Overlay Properties): Add overlay-properties.
10970         (Managing Overlays): Add overlayp.
10971         (GIF Images): Invalid image number displays a hollow box.
10973         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10974         (Killing Buffers): Add buffer-live-p.
10976 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10978         * display.texi (Fringes): Fix typo "set-buffer-window".
10980 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
10982         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10983         * nonascii.texi, processes.texi, tips.texi, variables.texi:
10984         Add or change various xrefs and anchors.
10986         * commands.texi: Replace all occurrences of @acronym{CAR} with
10987         @sc{car}, for consistency with the rest of the Elisp manual.
10988         `car' and `cdr' are historically acronyms, but are no longer
10989         widely thought of as such.
10991         * internals.texi (Pure Storage): Mention that `purecopy' does not
10992         copy text properties.
10993         (Object Internals): Now 29 bits are used (in most implementations)
10994         to address Lisp objects.
10996         * variables.texi (Variables with Restricted Values): New node.
10998         * objects.texi (Lisp Data Types): Mention that certain variables
10999         can only take on a restricted set of values and add an xref to
11000         the new node "Variables with Restricted Values".
11002         * eval.texi (Function Indirection): Describe the errors that
11003         `indirect-function' can signal.
11004         (Eval): Clarify the descriptions of `eval-region' and `values'.
11005         Describe `eval-buffer' instead of `eval-current-buffer' and
11006         mention `eval-current-buffer' as an alias for `current-buffer'.
11007         Correct the description and mention all optional arguments.
11009         * nonascii.texi: Various small changes in addition to the
11010         following.
11011         (Converting Representations): Clarify behavior of
11012         `string-make-multibyte' and `string-to-multibyte' for unibyte all
11013         ASCII arguments.
11014         (Character Sets): Document the variable `charset-list' and adapt
11015         the definition of the function `charset-list' accordingly.
11016         (Translation of Characters): Clarify use of generic characters in
11017         `make-translation-table'.  Clarify and correct the description of
11018         the use of translation tables in encoding and decoding.
11019         (User-Chosen Coding Systems): Correct and clarify the description
11020         of `select-safe-coding-system'.
11021         (Default Coding Systems): Clarify description of
11022         `file-coding-system-alist'.
11024 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
11026         * strings.texi (Text Comparison): Correctly describe when two
11027         strings are `equal'.  Combine and clarify descriptions of
11028         `assoc-ignore-case' and `assoc-ignore-representation'.
11030         * objects.texi (Non-ASCII in Strings): Clarify description of
11031         when a string is unibyte or multibyte.
11032         (Bool-Vector Type): Update examples.
11033         (Equality Predicates): Correctly describe when two strings are
11034         `equal'.
11036 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11038         * lists.texi (Building Lists): `append' no longer accepts integer
11039         arguments.  Update the description of `number-sequence' to reflect
11040         recent changes.
11041         (Sets And Lists): Describe `member-ignore-case' after `member'.
11043 2003-11-27  Kim F. Storm  <storm@cua.dk>
11045         * commands.texi (Click Events): Click object may be an images.
11046         Describe (dx . dy) element of click positions.
11047         (Accessing Events): Remove duplicate posn-timestamp.
11048         New functions posn-object and posn-object-x-y.
11050 2003-11-23  Kim F. Storm  <storm@cua.dk>
11052         * commands.texi (Click Events): Describe enhancements to event
11053         position lists, including new text-pos and (col . row) items.
11054         Mention left-fringe and right-fringe area events.
11055         (Accessing Events): New functions posn-area and
11056         posn-actual-col-row.  Mention posn-timestamp.  Mention that
11057         posn-point in non-text area still returns buffer position.
11058         Clarify posn-col-row.
11060 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
11062         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11063         * anti.texi (File Attributes): Describe removed parameter
11064         ID-FORMAT.
11066 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11068         * positions.texi (Positions): Mention that, if a marker is used as
11069         a position, its buffer is ignored.
11071         * markers.texi (Overview of Markers): Mention it here too.
11073 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
11075         * numbers.texi (Numeric Conversions): Not just `floor', but also
11076         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11078 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
11080         * markers.texi (Creating Markers): Specify insertion type of
11081         created markers.  Add xref to `Marker Insertion Types'.
11082         Second argument to `copy-marker' is optional.
11083         (Marker Insertion Types): Mention that most markers are created
11084         with insertion type nil.
11085         (The Mark): Correctly describe when `mark' signals an error.
11086         (The Region): Correctly describe when `region-beginning' and
11087         `region-end' signal an error.
11089 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
11091         * hash.texi (Creating Hash): Clarify description of `eql'.
11092         `makehash' is obsolete.
11093         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11095         * positions.texi (Point): Change description of `buffer-end', so
11096         that it is also correct for floating point arguments.
11097         (List Motion): Correct argument lists of `beginning-of-defun' and
11098         `end-of-defun'.
11099         (Excursions): Add xref to `Marker Insertion Types'.
11100         (Narrowing): Argument to `narrow-to-page' is optional.
11102 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
11104         * streams.texi (Output Streams): Clarify behavior of point for
11105         marker output streams.
11107 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
11109         * variables.texi (Defining Variables): Second argument to
11110         `defconst' is not optional.
11111         (Setting Variables): Mention optional argument APPEND to
11112         `add-to-list'.
11113         (Creating Buffer-Local): Expand description of
11114         `make-variable-buffer-local'.
11115         (Frame-Local Variables): Expand description of
11116         `make-variable-frame-local'.
11117         (Variable Aliases): Correct description of optional argument
11118         DOCSTRING to `defvaralias'.  Mention return value of
11119         `defvaralias'.
11120         (File Local Variables): Add xref to `File variables' in Emacs
11121         Manual.  Correct description of `hack-local-variables'.  Mention
11122         `safe-local-variable' property.  Mention optional second argument
11123         to `risky-local-variable-p'.
11125 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
11127         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11129 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11131         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11132         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11133         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11134         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11135         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11136         lispref/processes.texi, lispref/searching.texi,
11137         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11138         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11139         @acronym{FOO}.
11141 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
11143         * strings.texi (Creating Strings): Argument START to `substring'
11144         can not be `nil'.  Expand description of
11145         `substring-no-properties'.  Correct description of `split-string',
11146         especially with respect to empty matches.  Prevent very bad line
11147         break in definition of `split-string-default-separators'.
11148         (Text Comparison): `string=' and `string<' also accept symbols as
11149         arguments.
11150         (String Conversion): More completely describe argument BASE in
11151         `string-to-number'.
11152         (Formatting Strings): `%s' and `%S' in `format' do require
11153         corresponding object.  Clarify behavior of numeric prefix after
11154         `%' in `format'.
11155         (Case Conversion): The argument to `upcase-initials' can be a
11156         character.
11158 2003-10-27  Kenichi Handa  <handa@m17n.org>
11160         * display.texi (Fontsets): Fix texinfo usage.
11162 2003-10-25  Kenichi Handa  <handa@m17n.org>
11164         * display.texi (Fontsets): Add description of the function
11165         set-fontset-font.
11167 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
11169         * display.texi (Temporary Displays): Add xref to `Documentation
11170         Tips'.
11172         * functions.texi (Function Safety): Use inforef instead of pxref
11173         for SES.
11175 2003-10-23  Andreas Schwab  <schwab@suse.de>
11177         * Makefile.in (TEX, texinputdir): Don't define.
11178         (TEXI2DVI): Define.
11179         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11180         add $(srcdir)/index.texi.
11181         ($(infodir)/elisp): Remove index.texi dependency.
11182         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
11183         (index.texi): Remove target.
11184         (dist): Don't link $(srcdir)/permute-index.
11185         (clean): Don't remove index.texi.
11187         * permute-index, index.perm: Remove.
11188         * index.texi: Rename from index.unperm.
11190 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
11192         * tips.texi (Documentation Tips): Document new behavior for face
11193         and variable hyperlinks in Help mode.
11195 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
11197         * objects.texi (Integer Type): Update for extra bit of integer range.
11198         (Character Type): Ditto.
11200 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
11202         * numbers.texi (Integer Basics): Add index entries for reading
11203         numbers in hex, octal, and binary.
11205 2003-10-16  Lute Kamstra  <lute@gnu.org>
11207         * modes.texi (Mode Line Format): Mention force-mode-line-update's
11208         argument.
11210 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
11212         * windows.texi (Choosing Window): Fix typo.
11213         * edebug.texi (Edebug Execution Modes): Fix typo.
11215 2003-10-13  Richard M. Stallman  <rms@gnu.org>
11217         * windows.texi (Basic Windows): A window has fringe settings,
11218         display margins and scroll-bar settings.
11219         (Splitting Windows): Doc split-window return value.
11220         Clean up one-window-p.
11221         (Selecting Windows): Fix typo.
11222         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11223         (Buffers and Windows): In set-window-buffer, explain effect
11224         on fringe settings and scroll bar settings.
11225         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11226         (Choosing Window): Use defopt for pop-up-frame-function.
11227         For special-display-buffer-names, explain same-window and same-frame.
11228         Clarify window-dedicated-p return value.
11229         (Textual Scrolling): scroll-up and scroll-down can get an error.
11230         (Horizontal Scrolling): Clarify auto-hscroll-mode.
11231         Clarify set-window-hscroll.
11232         (Size of Window): Don't mention tool bar in window-height.
11233         (Coordinates and Windows): Explain what coordinates-in-window-p
11234         returns for fringes and display margins.
11235         (Window Configurations): Explain saving fringes, etc.
11237         * tips.texi (Library Headers): Clean up Documentation.
11239         * syntax.texi (Parsing Expressions): Clean up forward-comment
11240         and parse-sexp-lookup-properties.
11242         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11244         * os.texi (System Environment): Clean up text for load-average errors.
11246         * modes.texi (Hooks): Don't explain local hook details at front.
11247         Clarify run-hooks and run-hook-with-args a little.
11248         Clean up add-hook and remove-hook.
11250         * edebug.texi (Edebug Execution Modes): Clarify t.
11251         Document edebug-sit-for-seconds.
11252         (Coverage Testing): Document C-x X = and =.
11253         (Instrumenting Macro Calls): Fix typo.
11254         (Specification List): Don't index the specification keywords.
11256 2003-10-10  Kim F. Storm  <storm@cua.dk>
11258         * processes.texi (Network): Introduce make-network-process.
11260 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11262         * tips.texi (Library Headers): Fix typo.
11264 2003-10-07  Juri Linkov  <juri@jurta.org>
11266         * modes.texi (Imenu): Mention imenu-create-index-function's
11267         default value.  Explain submenus better.
11269 2003-10-07  Lute Kamstra  <lute@gnu.org>
11271         * modes.texi (Faces for Font Lock): Fix typo.
11272         (Hooks): Explain how buffer-local hook variables can refer to
11273         global hook variables.
11274         Various minor clarifications.
11276 2003-10-06  Lute Kamstra  <lute@gnu.org>
11278         * tips.texi (Coding Conventions): Mention naming conventions for
11279         hooks.
11281 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
11283         * loading.texi (Library Search): Correct default value of
11284         load-suffixes.
11285         (Named Features): Fix typo.
11287 2003-10-05  Richard M. Stallman  <rms@gnu.org>
11289         * loading.texi (Named Features): In `provide',
11290         say how to test for subfeatures.
11291         (Unloading): In unload-feature, use new var name
11292         unload-feature-special-hooks.
11294 2003-10-03  Lute Kamstra  <lute@gnu.org>
11296         * modes.texi (Major Mode Conventions): Mention third way to set up
11297         Imenu.
11298         (Imenu): A number of small fixes.
11299         Delete documentation of internal variable imenu--index-alist.
11300         Document the return value format of imenu-create-index-function
11301         functions.
11303 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11305         * processes.texi (Network): Say what stopped datagram connections do.
11307         * lists.texi (Association Lists): Clarify `assq-delete-all'.
11309         * display.texi (Overlay Properties): Clarify `evaporate' property.
11311 2003-09-29  Lute Kamstra  <lute@gnu.org>
11313         * modes.texi (Mode Line Data): Explain when symbols in mode-line
11314         constructs should be marked as risky.
11315         Change cons cell into proper list.
11316         (Mode Line Variables): Change cons cell into proper list.
11318 2003-09-26  Lute Kamstra  <lute@gnu.org>
11320         * modes.texi (Mode Line Data): Document the :propertize construct.
11321         (Mode Line Variables): Reorder the descriptions of the variables
11322         to match their order in the default mode-line-format.
11323         Describe the new variables mode-line-position and mode-line-modes.
11324         Update the default values of mode-line-frame-identification,
11325         minor-mode-alist, and default-mode-line-format.
11326         (Properties in Mode): Mention the :propertize construct.
11328 2003-09-26  Richard M. Stallman  <rms@gnu.org>
11330         * buffers.texi, commands.texi, debugging.texi, eval.texi:
11331         * loading.texi, minibuf.texi, text.texi, variables.texi:
11332         Avoid @strong{Note:}.
11334 2003-09-26  Richard M. Stallman  <rms@gnu.org>
11336         * keymaps.texi (Remapping Commands): Fix typo.
11338 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
11340         * processes.texi (Low-Level Network): Fix typo.
11342 2003-09-23  Kim F. Storm  <storm@cua.dk>
11344         * processes.texi (Network, Network Servers): Fix typos.
11345         (Low-Level Network): Add timeout value for :server keyword.
11346         Add new option keywords to make-network-process.
11347         Add set-network-process-options.
11348         Explain how to test availability of network options.
11350 2003-09-19  Richard M. Stallman  <rms@gnu.org>
11352         * text.texi (Motion by Indent): Arg to
11353         backward-to-indentation and forward-to-indentation is optional.
11355         * strings.texi (Creating Strings): Add substring-no-properties.
11357         * processes.texi
11358         (Process Information): Add list-processes arg QUERY-ONLY.
11359         Delete process-contact from here.
11360         Add new status values for process-status.
11361         Add process-get, process-put, process-plist, set-process-plist.
11362         (Synchronous Processes): Add call-process-shell-command.
11363         (Signals to Processes): signal-process allows process objects.
11364         (Network): Complete rewrite.
11365         (Network Servers, Datagrams, Low-Level Network): New nodes.
11367         * positions.texi (Word Motion): forward-word, backward-word
11368         arg is optional.  Reword.
11370         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11372         * variables.texi (Creating Buffer-Local):
11373         Delete duplicate definition of buffer-local-value.
11374         (File Local Variables): Explain about discarding text props.
11376 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11378         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11379         changes variables that record input events.
11380         (Minibuffer Misc): Add minibuffer-selected-window.
11382         * lists.texi (Building Lists): Add copy-tree.
11384         * display.texi (Fontsets): Add char-displayable-p.
11385         (Scroll Bars): New node.
11387 2003-09-08  Lute Kamstra  <lute@gnu.org>
11389         * modes.texi (%-Constructs): Document new `%i' and `%I'
11390         constructs.
11392 2003-09-03  Peter Runestig  <peter@runestig.com>
11394         * makefile.w32-in: New file.
11396 2003-08-29  Richard M. Stallman  <rms@gnu.org>
11398         * display.texi (Overlay Properties): Clarify how priorities
11399         affect use of the properties.
11401 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
11403         * customize.texi (Type Keywords): Correct the description of
11404         `:help-echo' in the case where `motion-doc' is a function.
11406 2003-08-14  John Paul Wallington  <jpw@gnu.org>
11408         * modes.texi (Emulating Mode Line): Subsection, not section.
11410 2003-08-13  Richard M. Stallman  <rms@gnu.org>
11412         * elisp.texi (Top): Update subnode lists in menu.
11414         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11415         (Kill Functions): kill-region has new arg yank-handler.
11416         (Yanking): New node.
11417         (Yank Commands): Add yank-undo-function.
11418         (Low-Level Kill Ring):
11419         kill-new and kill-append have new arg yank-handler.
11420         (Changing Properties): Add remove-list-of-text-properties.
11421         (Atomic Changes): New node.
11423         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11425         * streams.texi (Output Variables): Add eval-expression-print-length
11426         and eval-expression-print-level.
11428         * os.texi (Time Conversion): For encode-time, explain limits on year.
11430         * objects.texi (Character Type): Define anchor "modifier bits".
11432         * modes.texi (Emulating Mode Line): New node.
11433         (Search-based Fontification): Font Lock uses font-lock-face property.
11434         (Other Font Lock Variables): Likewise.
11436         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11437         not vectors.
11438         (Active Keymaps): Add emulation-mode-map-alists.
11439         (Functions for Key Lookup): key-binding has new arg no-remap.
11440         (Remapping Commands): New node.
11441         (Scanning Keymaps): where-is-internal has new arg no-remap.
11442         (Tool Bar): Add tool-bar-local-item-from-menu.
11443         Clarify when to use tool-bar-add-item-from-menu.
11445         * commands.texi (Interactive Call): commandp has new arg.
11446         (Command Loop Info): Add this-original-command.
11448 2003-08-06  John Paul Wallington  <jpw@gnu.org>
11450         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11452         * display.texi (Warning Basics): Fix typo.
11453         (Fringes): Add closing curly bracket and fix typo.
11455         * elisp.texi (Top): Fix typo.
11457 2003-08-05  Richard M. Stallman  <rms@gnu.org>
11459         * elisp.texi: Update lists of subnodes.
11461         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11463         * variables.texi (Local Variables): Use lc for example variable names.
11465         * tips.texi (Library Headers): Explain where to put -*-.
11467         * strings.texi (Creating Strings): Fix xref for vconcat.
11469         * sequences.texi (Vector Functions):
11470         vconcat no longer allows integer args.
11472         * minibuf.texi (Reading File Names): read-file-name has new
11473         arg PREDICATE.  New function read-directory-name.
11475         * macros.texi (Defining Macros): Give definition of `declare'.
11476         (Indenting Macros): New node.
11478         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11479         (Window Frame Parameters): Make separate table of parameters
11480         that are coupled with specific face attributes.
11481         (Deleting Frames): delete-frame-hooks renamed to
11482         delete-frame-functions.
11484         * files.texi (Magic File Names): Add file-remote-p.
11485         Clarify file-local-copy.
11487         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11488         here; instead xref Defining Macros.
11490         * display.texi (Warnings): New node, and subnodes.
11491         (Fringes): New node.
11493         * debugging.texi (Test Coverage): New node.
11495         * compile.texi (Compiler Errors): Explain with-no-warnings
11496         and other ways to suppress warnings.
11498         * commands.texi (Interactive Call): Minor clarification.
11500         * buffers.texi (Buffer File Name): set-visited-file-name
11501         renames the buffer too.
11503         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11505 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
11507         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11509 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
11511         * internals.texi (Garbage Collection): Fix previous change.
11513 2003-07-22  Richard M. Stallman  <rms@gnu.org>
11515         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11517         * display.texi (Width): Use \s syntax in example.
11518         (Font Selection): Add face-font-rescale-alist.
11520         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11521         Remove spurious indent in example.
11523         * lists.texi (Building Lists): Add number-sequence.
11525         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11527         * functions.texi (Function Documentation): Explain how to
11528         show calling convention explicitly in the doc string.
11530         * windows.texi (Selecting Windows): save-selected-window saves
11531         selected window of each frame.
11532         (Window Configurations): Minor change.
11534         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11536         * streams.texi (Output Variables): Add print-continuous-numbering
11537         and print-number-table.
11539         * processes.texi (Decoding Output): New node.
11541         * os.texi (Time Conversion): decode-time arg is optional.
11543         * objects.texi (Character Type): Don't use space as example for \.
11544         Make list of char names and \-sequences correspond.
11545         Explain that \s is not used in strings.  `\ ' needs space after.
11547         * nonascii.texi (Converting Representations): Add string-to-multibyte.
11548         (Translation of Characters): Add translation-table-for-input.
11549         (Default Coding Systems): Add auto-coding-functions.
11550         (Explicit Encoding): Add decode-coding-inserted-region.
11551         (Locales): Add locale-info.
11553         * minibuf.texi (Basic Completion): Describe test-completion.
11554         Collections can be lists of strings.
11555         Clean up lazy-completion-table.
11556         (Programmed Completion): Mention test-completion.
11557         Clarify why lambda expressions are not accepted.
11558         (Minibuffer Misc): Describe minibufferp.
11560 2003-07-14  Richard M. Stallman  <rms@gnu.org>
11562         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11564         * windows.texi (Selecting Windows): New arg to select-window.
11565         (Selecting Windows): Add with-selected-window.
11566         (Size of Window): Add window-inside-edges, etc.
11568         * internals.texi (Garbage Collection): Add post-gc-hook.
11570         * processes.texi (Subprocess Creation): Add exec-suffixes.
11572         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11573         (Scanning Keymaps): Add map-keymaps.
11574         (Defining Menus): Add keymap-prompt.
11576         * numbers.texi (Integer Basics): Add most-positive-fixnum,
11577         most-negative-fixnum.
11579         * compile.texi (Byte Compilation): Explain no-byte-compile.
11580         (Compiler Errors): New node.
11582         * os.texi (User Identification): user-uid, user-real-uid
11583         can return float.
11585         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11586         and about derived modes.
11587         (Minor Modes): Add minor-mode-list.
11588         (Defining Minor Modes): Keyword args for define-minor-mode.
11589         (Search-based Fontification): Explain managing other properties.
11590         (Other Font Lock Variables): Add font-lock-extra-managed-props.
11591         (Faces for Font Lock): Add font-lock-preprocessor-face.
11592         (Hooks): Add run-mode-hooks and delay-mode-hooks.
11594         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11595         (Variable Aliases): Clarify defvaralias.
11597         * loading.texi (Library Search): Add load-suffixes.
11599         * minibuf.texi (Basic Completion): Add lazy-completion-table.
11600         (Programmed Completion): Add dynamic-completion-table.
11602         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11603         (Magic File Names): Specify precedence order of handlers.
11605         * commands.texi (Command Overview): Emacs server runs pre-command-hook
11606         and post-command-hook.
11607         (Waiting): New calling convention for sit-for.
11609         * text.texi (Special Properties): local-map and keymap properties
11610         apply based on their stickiness.
11612 2003-07-07  Richard M. Stallman  <rms@gnu.org>
11614         * modes.texi (Minor Mode Conventions): Specify only some kinds
11615         of list values as args to minor modes.
11617         * files.texi (File Name Expansion): Warn about iterative use
11618         of substitute-in-file-name.
11620         * advice.texi (Activation of Advice): Clean up previous change.
11622 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
11624         * advice.texi (Activation of Advice): Note that ad-start-advice is
11625         turned on by default.
11627 2003-06-30  Richard M. Stallman  <rms@gnu.org>
11629         * text.texi (Buffer Contents): Document current-word.
11630         (Change Hooks): Not called for *Messages*.
11632         * functions.texi (Defining Functions): Explain about redefining
11633         primitives.
11634         (Function Safety): Rename.  Minor changes.
11635         Comment out the detailed criteria for what is safe.
11637 2003-06-22  Andreas Schwab  <schwab@suse.de>
11639         * objects.texi (Symbol Type): Fix description of examples.
11641 2003-06-16  Andreas Schwab  <schwab@suse.de>
11643         * hash.texi (Creating Hash): Fix description of :weakness.
11645 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
11647         * files.texi (Changing Files): copy-file copies file modes, too.
11649 2003-05-28  Richard M. Stallman  <rms@gnu.org>
11651         * strings.texi (Creating Strings): Clarify split-string.
11653 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
11655         * strings.texi (Creating Strings): Update split-string specification
11656         and examples.
11658 2003-05-19  Richard M. Stallman  <rms@gnu.org>
11660         * elisp.texi: Correct invariant section names.
11662 2003-04-20  Richard M. Stallman  <rms@gnu.org>
11664         * os.texi (Timers): Explain about timers and quitting.
11666 2003-04-19  Richard M. Stallman  <rms@gnu.org>
11668         * internals.texi (Writing Emacs Primitives): Strings are
11669         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
11670         Explain GCPRO convention for varargs function args.
11672 2003-04-16  Richard M. Stallman  <rms@gnu.org>
11674         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11676 2003-04-08  Richard M. Stallman  <rms@gnu.org>
11678         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11680 2003-02-13  Kim F. Storm  <storm@cua.dk>
11682         * objects.texi (Character Type): New \s escape for space.
11684 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
11686         * os.texi (System Environment): Add cygwin system-type.
11688 2003-01-25  Richard M. Stallman  <rms@gnu.org>
11690         * keymaps.texi: Document that a symbol can act as a keymap.
11692 2003-01-13  Richard M. Stallman  <rms@gnu.org>
11694         * text.texi (Changing Properties): Say string indices are origin-0.
11696         * positions.texi (Screen Lines) <compute-motion>:
11697         Correct order of elts in return value.
11699         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11700         how to define a default binding.
11702 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
11704         * loading.texi (Unloading): Fix recent change for load-history.
11706         * customize.texi (Simple Types): Clarify description of custom
11707         type 'number.  Describe new custom type 'float.
11709 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
11711         * variables.texi (File Local Variables): Fix typo.
11713 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
11715         From Michael Albinus <Michael.Albinus@alcatel.de>.
11717         * README: Target for Info file is `make info'.
11719         * files.texi (File Name Components): Fix typos in
11720         `file-name-sans-extension'.
11721         (Magic File Names): Complete list of operations for magic file
11722         name handlers.
11724 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
11726         * variables.texi (File Local Variables): New function
11727         risky-local-variable-p.
11729 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
11731         * functions.texi (Function safety): New node about unsafep.
11733 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11735         * customize.texi (Splicing into Lists): Fix example.
11736         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11738 2002-06-17  Juanma Barranquero  <lektu@terra.es>
11740         * frames.texi (Display Feature Testing): Fix typo.
11742 2002-06-12  Andreas Schwab  <schwab@suse.de>
11744         * frames.texi (Initial Parameters, Resources): Fix references to
11745         the Emacs manual.
11747 2002-05-13  Kim F. Storm  <storm@cua.dk>
11749         * variables.texi (Intro to Buffer-Local): Update warning and
11750         example relating to changing buffer inside let.
11752 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
11754         * os.texi (Session Management): New node about X Session management.
11756 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
11758         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
11759         to which the manual corresponds, and the copyright years.
11761         * Makefile.in (VERSION): Set to 2.9.
11763 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
11765         * elisp.texi: Change the category in @dircategory to "Emacs", to
11766         make it consistent with info/dir.
11768 2001-11-25  Miles Bader  <miles@gnu.org>
11770         * text.texi (Fields): Describe new `limit' arg in
11771         field-beginning/field-end.
11773 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
11775         * permute-index: Don't depend on csh-specific features.
11776         Replace the interpreter name with /bin/sh.
11778         * two-volume-cross-refs.txt: New file.
11779         * two.el: New file.
11780         * spellfile: New file.
11782 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
11784         * permute-index: New file.
11786         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11787         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11788         8+3 restricted namespace.
11790         * Makefile.in (infodir): Define relative to $(srcdir).
11791         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11792         include directories list via -I switch to makeinfo.
11793         (index.texi): Use cp if both hard and symbolic links fail.
11795 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
11797         * Makefile.in (distclean): Add.
11799         The following changes make ELisp manual part of the Emacs
11800         distribution:
11802         * Makefile.in: Add Copyright notice.
11803         (prefix): Remove.
11804         (infodir): Change value to "../info".
11805         (VPATH): New variable.
11806         (MAKE): Don't define.
11807         (texmacrodir): Don't define.
11808         (texinputdir): Append the existing value of TEXINPUTS.
11809         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
11810         command to be compatible with man/Makefile.in, and to put the
11811         output into ../info.
11812         (info): Add target.
11813         (installall): Target removed.
11815 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
11817         * tips.texi (Coding Conventions): Fix typo.
11819 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
11821         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11823 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
11825         * files.texi (File Name Components): Update the description of
11826         file-name-sans-extension and file-name-extension, as they now
11827         ignore leading dots.
11829 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
11831         * (Version 21.1 released.)
11833 2001-10-19  Miles Bader  <miles@gnu.org>
11835         * positions.texi (Text Lines): Describe behavior of
11836         `beginning-of-line'/`end-of-line' in the presence of field properties.
11838 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
11840         * Makefile.in (VERSION): Set to 2.8.
11841         (manual): Use `manual-21'.
11843         * elisp.texi (VERSION): Add and use it where the version
11844         number was used.  Set it to 2.8.
11846         * intro.texi: Likewise.
11848 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
11850         * files.texi (File Name Completion): Document the significance of
11851         a trailing slash in elements of completion-ignored-extensions.
11853 2001-10-06  Miles Bader  <miles@gnu.org>
11855         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11857 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
11859         * variables.texi (Variable Aliases): New node.
11861 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
11863         * Branch for 21.1.
11865 2001-10-02  Miles Bader  <miles@gnu.org>
11867         * minibuf.texi (Minibuffer Misc): Add entries for
11868         `minibuffer-contents', `minibuffer-contents-no-properties', and
11869         `delete-minibuffer-contents'.
11870         Correct description for `minibuffer-prompt-end'.
11872         * text.texi (Property Search): Correct descriptions of
11873         `next-char-property-change' and `previous-char-property-change'.
11874         Add entries for `next-single-char-property-change' and
11875         `previous-single-char-property-change'.
11876         Make operand names a bit more consistent.
11878 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
11880         * frames.texi (Finding All Frames): Document that next-frame and
11881         previous-frame are local to current terminal.
11883 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
11885         * keymaps.texi (Creating Keymaps): Fix the description of the
11886         result of make-keymap.
11888 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
11890         * display.texi (Font Lookup, Attribute Functions)
11891         (Image Descriptors): Add cross-references to the definition of
11892         selected frame.
11894         * buffers.texi (The Buffer List): Add cross-references to the
11895         definition of selected frame.
11897         * frames.texi (Input Focus): Clarify which frame is _the_ selected
11898         frame at any given time.
11899         (Multiple Displays, Size and Position): Add a cross-reference to
11900         the definition of the selected frame.
11902 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
11904         * strings.texi (String Conversion) <string-to-number>: Document
11905         that a float is returned for integers that are too large.
11907         * frames.texi (Mouse Position): Document mouse-position-function.
11908         (Display Feature Testing): Document display-images-p.
11909         (Window Frame Parameters): Document the cursor-type variable.
11911         * numbers.texi (Integer Basics): Document CL style read syntax for
11912         integers in bases other than 10.
11914         * positions.texi (List Motion):
11915         Document open-paren-in-column-0-is-defun-start.
11917         * lists.texi (Sets And Lists): Document member-ignore-case.
11919         * internals.texi (Garbage Collection): Document the used and free
11920         strings report.
11921         (Memory Usage): Document strings-consed.
11923         * os.texi (Time of Day): Document float-time.
11924         (Recording Input): Document that clear-this-command-keys clears
11925         the vector to be returned by recent-keys.
11927         * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11928         The argument keymap can be a list.
11930         * nonascii.texi (User-Chosen Coding Systems)
11931         <select-safe-coding-system>: Document the new argument
11932         accept-default-p and the variable
11933         select-safe-coding-system-accept-default-p.  Tell what happens if
11934         buffer-file-coding-system is undecided.
11935         (Default Coding Systems): Document auto-coding-regexp-alist.
11937         * display.texi (The Echo Area) <message>: Document
11938         message-truncate-lines.
11939         (Glyphs): Document that the glyph table is unused on windowed
11940         displays.
11942         * help.texi (Describing Characters) <single-key-description>:
11943         Document the new argument no-angles.
11944         (Accessing Documentation) <documentation-property>: Document that
11945         a non-string property is evaluated.
11946         <documentation>: Document that the function-documentation property
11947         is looked for.
11949         * windows.texi (Selecting Windows): Document some-window.
11951         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11953         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11954         apropos-mode-hook.
11956         * commands.texi (Using Interactive): Document interactive-form.
11957         (Keyboard Macros): Document kbd-macro-termination-hook.
11958         (Command Loop Info): Document that clear-this-command-keys clears
11959         the vector to be returned by recent-keys.
11961 2001-09-04  Werner LEMBERG  <wl@gnu.org>
11963         * Makefile.in (srcdir, texinputdir): New variables.
11964         (srcs, index.texi, install): Use $(srcdir).
11965         (.PHONY): Remove elisp.dvi.
11966         (elisp): Use -I switch for makeinfo.
11967         (elisp.dvi): Use $(srcdir) and $(texinputdir).
11968         (installall, dist): Use $(srcdir).
11969         Fix path to texinfo.tex.
11970         (maintainer-clean): Add elisp.dvi and elisp.oaux.
11972 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
11974         * display.texi (Conditional Display): Adjust to API change.
11976         * configure: New file.
11978 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
11980         * commands.texi (Repeat Events): Add description of
11981         double-click-fuzz.
11983 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
11985         * syntax.texi (Syntax Class Table): Add the missing designator for
11986         comment and string fences.
11987         (Syntax Properties): Add a xref to syntax table internals.
11988         (Syntax Table Internals): Document string-to-syntax.
11990 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
11992         * Makefile.in (install): Use install-info command line options
11993         like in Emacs' Makefile.in.
11995 2000-12-09  Miles Bader  <miles@gnu.org>
11997         * windows.texi (Window Start): Update documentation for
11998         `pos-visible-in-window-p'.
12000 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
12002         * lists.texi (Building Lists): Add footnote to explain how to add
12003         to the end of a list.
12005 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
12007         * files.texi (Visiting Functions): Typos.
12009 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
12011         * files.texi (Visiting Functions): Return value of
12012         find-file-noselect may be a list of buffers if wildcards are used.
12014 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
12016         * display.texi (Defining Faces): Document `graphic' display type
12017         in face specs.
12019 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12021         * hooks.texi (Standard Hooks): Replace obsolete
12022         `after-make-frame-hook' with `after-make-frame-functions'.
12024         * frames.texi (Creating Frames): Ditto.
12026         * variables.texi (Future Local Variables): Ditto.
12028 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
12030         * display.texi (Other Image Types): Add description of :foreground
12031         and :background properties of mono PBM images.
12033 2000-08-17  Werner LEMBERG  <wl@gnu.org>
12035         * .cvsignore: New file.
12037 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
12039         * tindex.pl: New script.
12041 1999-12-03  Dave Love  <fx@gnu.org>
12043         * Makefile.in (MAKEINFO): New parameter.
12045 1999-09-17  Richard Stallman  <rms@gnu.org>
12047         * Makefile.in (srcs): Add hash.texi.
12048         (VERSION): Update to 20.6.
12050 1999-09-13  Richard Stallman  <rms@gnu.org>
12052         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12054 1998-08-29  Karl Heuer  <kwzh@gnu.org>
12056         * configure.in: New file.
12057         * Makefile.in: Renamed from Makefile.
12058         (prefix, infodir): Use value obtained from configure.
12059         (emacslibdir): Obsolete variable deleted.
12060         (dist): Distribute configure.in, configure, Makefile.in.
12062 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12064         * Makefile (INSTALL_INFO): New variable.
12065         (install): Run install-info.
12067 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12069         * Makefile (elisp.dvi): Add missing backslash.
12071 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
12073         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12074         Run texindex without `./'.  Always run texindex on elisp.tp.
12075         (elisp.tps): Target deleted.
12077 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
12079         * Makefile (srcs): Add nonascii.texi and customize.texi.
12080         (dist): Start by deleting `temp'.
12082 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
12084         * Makefile (makeinfo, texindex): Targets deleted.
12085         (makeinfo.o, texindex.o): Targets deleted.
12086         (clean, dist): Don't do anything with them or with getopt*.
12088 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
12090         * Makefile (SHELL): Defined.
12092 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
12094         * Makefile (elisp.tps): New target.
12095         (elisp.dvi): Depend on elisp.tps.
12097 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12099         * README: Update phone number.
12101         * Makefile (elisp): Make this be the default target.
12102         Depend on makeinfo.c instead of makeinfo.
12103         (install): Don't depend on elisp.dvi, since we don't install that.
12104         Use mkinstalldirs.
12105         (dist): Add mkinstalldirs.
12107 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12109         * Makefile (VERSION): Update version number.
12110         (maintainer-clean): Rename from realclean.
12112 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
12114         * Makefile (realclean): New target.
12115         (elisp): Remove any old elisp-* files first.
12117 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
12119         * Makefile (VERSION): New variable.
12120         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12121         Compressed file suffix should be `.gz', not `.z'.
12123 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12125         * Makefile (elisp): Depend on makeinfo.
12127 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
12129         * Makefile (srcs): Add anti.texi.
12131 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12133         * Makefile (infodir, prefix): New vars.
12134         (install): Use infodir.
12135         (emacsinfodir): Delete.
12137 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12139         * Makefile (srcs): Add calendar.texi.
12141         * Makefile (dist): Copy texindex.c and makeinfo.c.
12142         Limit elisp-* files to those with one or two digits.
12144 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12146         * Makefile (dist): Change to use Gzip instead of compress.
12148 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
12150         * loading.texi (Unloading): define-function changed back to
12151         defalias.  It may not stay this way, but at least it's
12152         consistent with the known-good version of the code patch.
12154 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
12156         * modes.texi (Hooks): Document new optional arg of add-hook.
12158 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
12160         * variables.texi: Document nil initial value of buffer-local variables.
12162         * tips.texi: Add new section on standard library headers.
12164 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12166         * Makefile (srcs): Add frame.texi to the list of sources.
12168 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12170         * Makefile (dist): Don't bother excluding autosave files; they'll
12171         never make it into the temp directory anyway, and the hash marks
12172         in the name are problematic for make and the Bourne shell.
12173         (srcs): ???
12175 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12177         * Makefile (dist): Don't include backup files or autosave files in
12178         the distribution tar file.
12180 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12182         * Makefile (srcs): Add index.perm.
12183         (elisp.dvi): Remove erroneous shell comment.
12184         Expect output of permute-index in permuted.fns.
12185         Save old elisp.aux in elisp.oaux.
12186         (clean): Add index.texi to be deleted.
12188 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12190         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12192 1990-06-26  David Lawrence  (tale@geech)
12194         * files.texi: Noted that completion-ignored-extensions is ignored
12195         when making *Completions*.
12197 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
12199         * Makefile  make dist now depends on elisp.dvi, since it tries
12200         to include it in the dist file.
12202 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
12204         * functions.texinfo (Mapping Functions): Add missing quote.
12206 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12208         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12209         (defunargs): Turn off \hyphenchar of \sl font temporarily.
12211 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12213         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12214         and @error{} are the terms now being used.  The files in the
12215         directory have been changed to reflect this.
12217         * All instances of @indentedresultt{} have been changed to
12218         `     @result{}', using 5 spaces at the beginning of the line.
12220 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12222         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12223         experimental @indentedresult{}, @indentedexpandsto{} are part of
12224         the texinfo.tex in this directory.  These TeX macros are not
12225         stable yet.
12227 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12229         * texinfo.tex: Temporarily added
12230                 \let\result=\dblarrow
12231                 \def\error{{\it ERROR} \longdblarrow}
12232         We need to do this better soon.
12234 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12236         * Applied Karl Berry's patches to *.texinfo files, but not to
12237         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
12238         new title page format is also not applied, since it requires
12239         texinfo.tex changes.)
12241         * Cleaned up `Makefile' and defined the `emacslibdir' directory
12242         for the Project GNU development environment.
12244 ;; Local Variables:
12245 ;; coding: utf-8
12246 ;; End:
12248   Copyright (C) 1998-2013 Free Software Foundation, Inc.
12250   This file is part of GNU Emacs.
12252   GNU Emacs is free software: you can redistribute it and/or modify
12253   it under the terms of the GNU General Public License as published by
12254   the Free Software Foundation, either version 3 of the License, or
12255   (at your option) any later version.
12257   GNU Emacs is distributed in the hope that it will be useful,
12258   but WITHOUT ANY WARRANTY; without even the implied warranty of
12259   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12260   GNU General Public License for more details.
12262   You should have received a copy of the GNU General Public License
12263   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.