Remove documentation of undefined behavior.
[emacs.git] / doc / lispref / ChangeLog
blob038705c2f0544444742230e2f947f32660b265cf
1 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
3         * positions.texi (Character Motion):
4         * markers.texi (Moving Markers):
5         (Creating Markers): Comment out undefined behavior.
7 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
9         * markers.texi (The Region): Add/move indexes.
11 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13         * display.texi (ImageMagick Images): Mention :content-type and
14         `image-content-type-suffixes'.
16 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
18         * positions.texi (Word Motion): Remove redundant sentence.
20 2013-08-13  Glenn Morris  <rgm@gnu.org>
22         * lists.texi (List Elements):
23         Undocument behavior of nth and nthcdr with n < 0.  (Bug#15059)
25 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
27         * frames.texi (Display Feature Testing): Add indexes.
29 2013-08-12  Glenn Morris  <rgm@gnu.org>
31         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
32         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
33         (INSTALL_DATA): New, set by configure.
34         (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
35         New variables.
36         (.SUFFIXES): Add .ps and .dvi.
37         (.dvi.ps): New suffix rule.
38         (dvi, html, pdf, ps): Use *_TARGETS variables.
39         (elisp.html): Use HTML_OPTS.
40         (elisp.ps): Remove explicit rule.
41         (.PHONY): install-dvi, install-html, install-pdf, install-ps
42         ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
43         uninstall-ps, and uninstall-doc.
44         (install-dvi, install-html, install-pdf, install-ps, install-doc)
45         (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
46         (uninstall-doc): New rules.
47         (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
49 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
51         * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
53 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
55         * control.texi (Error Symbols): Minor fix for previous change.
57 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * errors.texi (Standard Errors): Don't refer to `error-conditions'.
61         * control.texi (Signaling Errors): Refer to define-error.
62         (Error Symbols): Add `define-error'.
64 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
66         * positions.texi (Motion by Screen Lines):
67         * display.texi (Truncation): Rename `cache-long-line-scans'
68         to `cache-long-scans'.
70 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
72         * windows.texi (Window Start and End): Add an index.
74 2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
76         * display.texi (Face Functions): Add an index.
78         * variables.texi (Variable Aliases): Add an index.
80         * functions.texi (Defining Functions): Add an index.
82         * nonascii.texi (Coding System Basics): Add an index.
84 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
86         * nonascii.texi (Non-ASCII Characters): Update menu.
87         (Disabling Multibyte): Move here from doc/emacs/mule.texi.  Fix cross-references.
89         * elisp.texi (Top): Update menu.
91 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
93         * windows.texi (Window History): Mention the default value of
94         switch-to-visible-buffer.  Add cross-references.
96 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
98         * errors.texi (Standard Errors): Fix typo.
100         * files.texi (Magic File Names):
101         * os.texi (File Notifications): Remove file-notify-supported-p.
103 2013-07-24  Paul Eggert  <eggert@cs.ucla.edu>
105         * eval.texi (Special Forms): Mention 'lambda'.  Also, say that
106         non-well-formed expressions result in unspecified behavior, though
107         Emacs will not crash.
109 2013-07-22  Michael Albinus  <michael.albinus@gmx.de>
111         * files.texi (Magic File Names): Add file-notify-add-watch,
112         file-notify-rm-watch and file-notify-supported-p.  Move
113         file-remote-p down.
115         * errors.texi (Standard Errors): Add file-notify-error.
117         * os.texi (Desktop Notifications): Rename from Notifications.
118         (File Notifications): New node.
120         * elisp.texi (Top): Update menu for these changes.
122 2013-07-19  Xue Fuqiao  <xfq.free@gmail.com>
124         * windows.texi (Display Action Functions): Mention next-window.
126 2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
128         * windows.texi (Selecting Windows): Fix the introduction of
129         `set-frame-selected-window''s arguments.
131 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
133         Timestamp fixes for undo (Bug#14824).
134         * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
136 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
138         * nonascii.texi (Text Representations): Document that
139         multibyte-string-p returns nil for non-string objects.
141 2013-07-06  Glenn Morris  <rgm@gnu.org>
143         * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
145 2013-07-03  Glenn Morris  <rgm@gnu.org>
147         * debugging.texi (Debugging):
148         * files.texi (File Attributes, Changing Files): Fix cross-references.
150         * package.texi (Package Archives): Fix @url call.
152         * syntax.texi (Syntax Table Functions): Mention describe-syntax.
154 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
156         * display.texi (Bidirectional Display): Document move-point-visually.
158 2013-06-29  Xue Fuqiao  <xfq.free@gmail.com>
160         * buffers.texi (Buffer File Name): Fix typo.
162 2013-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
164         * tips.texi (Coding Conventions): Improve wording.
166 2013-06-24  Glenn Morris  <rgm@gnu.org>
168         * loading.texi (Autoload): Fix typo.
170         * variables.texi (Lexical Binding): Fix typo.
172         * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
174 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176         * display.texi (ImageMagick Images): Mention :max-width and
177         :max-height.
179 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
181         * numbers.texi (Math Functions): Remove obsolete function log10.
183 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
186         rather than `local-map'.
188         * keymaps.texi (Active Keymaps): Fix documentation of
189         set-temporary-overlay-map and overriding-terminal-local-map.
191 2013-06-19  Glenn Morris  <rgm@gnu.org>
193         * Makefile.in (dist): Edit more configure variables.
194         Try to check that we do not miss any in future.
196 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
198         * text.texi (Undo, Changing Properties): Fix typos.
200 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202         * text.texi (Changing Properties): Document `add-face-text-property'.
204 2013-06-17  Kenichi Handa  <handa@gnu.org>
206         * display.texi (Face Attributes): Refer to "Low-Level font" (not
207         "Font Selection") in the explanation of :font attribute (bug#14629).
209 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * loading.texi (Hooks for Loading): Don't document after-load-alist.
212         Document with-eval-after-load instead of eval-after-load.
214 2013-06-11  Xue Fuqiao  <xfq.free@gmail.com>
216         * files.texi (File Name Expansion): Make the example more
217         intuitive.
219 2013-06-10  Paul Eggert  <eggert@cs.ucla.edu>
221         Documentation fix for 'ls' and hard links.
222         * compile.texi (Compilation Functions):
223         * files.texi (File Attributes, Changing Files):
224         Use current format for GNU 'ls' output.
225         (File Attributes): Fix problem introduced in previous change:
226         the link count is the number of hard links, not the number
227         of hard links + 1.
229 2013-06-10  Xue Fuqiao  <xfq.free@gmail.com>
231         * files.texi (File Attributes): Fix typo.
233 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * functions.texi (Lambda Expressions): Lambda expressions don't
236         evaluate to themselves in general (bug#11782).
238 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * loading.texi (Autoload):
241         * help.texi (Documentation Basics, Accessing Documentation)
242         (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
244 2013-04-23  Glenn Morris  <rgm@gnu.org>
246         * internals.texi (Writing Emacs Primitives): Remove obvious example.
247         Tweak other to avoid overly long line.
249 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
251         * internals.texi (Writing Emacs Primitives): Remove unnecessary
252         references to the sources. (Bug#13800)
254         * searching.texi (Regexp Backslash): Doc fix for backslash
255         constructs in regular expressions.
257 2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
259         * tips.texi (Coding Conventions): Mention separation of package
260         descriptor and name of internal symbols by two hyphens.
262 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
264         * windows.texi (Splitting Windows): Change category of
265         split-window from a command to a function.
267 2013-04-06  Chong Yidong  <cyd@gnu.org>
269         * display.texi (Faces): Minor clarifications.
270         (Defining Faces): Clarify default vs custom face specs.
271         Document face-spec-set.
273         * display.texi (Overlay Properties):
274         * text.texi (Special Properties): Use the "anonymous face"
275         terminology.  Describe foreground-color and background-color forms
276         as compatibility-only.
278 2013-03-24  Eli Zaretskii  <eliz@gnu.org>
280         * compile.texi (Byte-Code Objects): Add index entry.
281         (Disassembly): Add cross-references.
283 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
285         * frames.texi (Size Parameters): More accurate description of the
286         difference between 'fullboth' and 'maximized'.  (Bug#13935)
288 2013-03-17  Christopher Schmidt  <christopher@ch.ristopher.com>
290         * symbols.texi (Standard Properties): Document pure.  (Bug#13823)
292 2013-03-16  Glenn Morris  <rgm@gnu.org>
294         * elisp.texi: Add some stuff specific to www.gnu.org.
296 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
298         * control.texi (Pattern matching case statement): Fix typo.
300 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
302         * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
304 2013-03-03  Glenn Morris  <rgm@gnu.org>
306         * objects.texi (Symbol Type): Fix typo.
308 2013-02-28  Bastien Guerry  <bzg@gnu.org>
310         * variables.texi (File Local Variables): Fix reference.
312 2013-02-24  Eli Zaretskii  <eliz@gnu.org>
314         * files.texi (Magic File Names): Improve wording and indexing.
316 2013-02-21  Glenn Morris  <rgm@gnu.org>
318         * display.texi (Multi-Frame Images): Minor rephrasing.
320 2013-02-20  Glenn Morris  <rgm@gnu.org>
322         * display.texi (GIF Images, TIFF Images): Delete these nodes.
323         (ImageMagick Images): For :index, use an xref rather than duplicating.
324         (Other Image Types): Add GIF, adjust formatting.
325         (Multi-Frame Images): Rename from Animated Images.  Expand section.
326         * elisp.texi (Top): Update menu for these changes.
328 2013-02-19  Glenn Morris  <rgm@gnu.org>
330         * text.texi (Change Hooks): Fix typo.
332 2013-02-15  Glenn Morris  <rgm@gnu.org>
334         * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
336 2013-02-13  Glenn Morris  <rgm@gnu.org>
338         * objects.texi (Char-Table Type): Add footnote about #^^.
340         * modes.texi (Minor Mode Conventions): Fix typo.
342         * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
343         meta characters; this changed in 22.1.  (Bug#13684)
345         * objects.texi (Char-Table Type): Add cindex.
347         * keymaps.texi (Key Binding Commands): Trivial rephrasing.
349 2013-02-10  Glenn Morris  <rgm@gnu.org>
351         * keymaps.texi (Creating Keymaps): Update make-keymap result.
353 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
355         * modes.texi (%-Constructs): Remove the description of %t.
357         * nonascii.texi (MS-DOS File Types): Delete node.
359 2013-02-08  Glenn Morris  <rgm@gnu.org>
361         * keymaps.texi (Active Keymaps, Searching Keymaps):
362         Remove confusing mention of "symbolic prefix".  (Bug#13643)
364 2013-01-19  Glenn Morris  <rgm@gnu.org>
366         * macros.texi (Indenting Macros): Fix order of an indent
367         symbol's arguments.  (Bug#13450)
369 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
371         Allow floating-point file offsets.
372         * files.texi (Reading from Files, Writing to Files):
373         Say that file offsets can be numbers, not just integers.
375 2013-01-09  Glenn Morris  <rgm@gnu.org>
377         * commands.texi (Interactive Codes):
378         Whitespace does not terminate interactive "S".  (Bug#13393)
380 2013-01-06  Chong Yidong  <cyd@gnu.org>
382         * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
384 2013-01-05  Glenn Morris  <rgm@gnu.org>
386         * display.texi (Overlay Properties): Mention field.  (Bug#13364)
388 2013-01-05  Eli Zaretskii  <eliz@gnu.org>
390         * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
391         directive in a group of items.
393 2013-01-05  Chong Yidong  <cyd@gnu.org>
395         * keymaps.texi (Key Sequences): Remove obsolete sentence
396         (Bug#13356).
398 2013-01-04  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
400         * hash.texi (Defining Hash): Fix typo.  (Bug#13345)
402 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * files.texi (File Attributes): Undocument return format of file-acl.
406 2013-01-03  Glenn Morris  <rgm@gnu.org>
408         * processes.texi (System Processes):
409         * syntax.texi (Syntax Table Functions): Tweak some line breaks.
411         * searching.texi (Replacing Match): Fix xref.
413         * elisp.texi (DATE): Bump to Jan 2013.
415 2013-01-02  Glenn Morris  <rgm@gnu.org>
417         * customize.texi (Common Keywords, Type Keywords):
418         Replace "active field" with "button".  (Bug#13310)
420         * customize.texi (Common Keywords): Add xref.  (Bug#13311)
421         * tips.texi (Library Headers): Add cindex.
423 2012-12-30  Wolfgang Jenkner  <wjenkner@inode.at>
425         * functions.texi (Declare Form):
426         * intro.texi (A Sample Function Description):
427         * syntax.texi (Syntax Table Internals, Syntax Table Functions):
428         * variables.texi (Using Lexical Binding): Don't use @var or CAPS
429         in @def.. commands.  (Bug#13292)
431 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
433         * files.texi (Changing Files): Document the return values of
434         set-file-selinux-context and set-file-acl.
436 2012-12-27  Glenn Morris  <rgm@gnu.org>
438         * files.texi (File Names): Mention Cygwin conversion functions.
440 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
442         * windows.texi (Selecting Windows): Reword description of
443         select-window (Bug#13248).
445 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
447         * files.texi (File Attributes, Changing Files): Remove the details
448         about the text returned by file-acl.  Instead, just document that
449         it is an opaque string meant to be used by set-file-acl.
451 2012-12-21  Chong Yidong  <cyd@gnu.org>
453         * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
455         * customize.texi (Simple Types): Document key-sequence type
456         (Bug#13048).
458         * strings.texi (Text Comparison): Doc fix for compare-strings.
460 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
462         * files.texi (Magic File Names): Add `file-acl',
463         `file-selinux-context', `set-file-acl' and
464         `set-file-selinux-context'.  Make the list consistent.
466 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
468         * tips.texi (Library Headers): New header keyword `Homepage'.
469         Make continuation lines syntax more precise.
471 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
473         * files.texi (File Attributes, Changing Files): Update to include
474         MS-Windows support for ACLs.
476 2012-12-16  Romain Francoise  <romain@orebokech.com>
478         * files.texi (File Attributes): Document ACL support and new
479         `file-acl' function.
480         (Changing Files): Mention argument name change of `copy-file' and
481         document new function `set-file-acl'.
483 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
485         Fix permissions bugs with setgid directories etc. (Bug#13125)
486         * files.texi (Testing Accessibility): Document GROUP arg
487         of file-ownership-preserved-p.
488         (File Attributes): Document that 9th element is now
489         just a placeholder.
490         * os.texi (User Identification): Document new functions group-gid,
491         group-real-gid.
493 2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
495         * internals.texi (C Integer Types): New section.
496         This follows up and records an email in
497         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
499 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * control.texi (Pattern matching case statement): New node.
503         * customize.texi (Variable Definitions): Mention the default :group
504         for defcustoms (bug#13093).
506 2012-12-09  Glenn Morris  <rgm@gnu.org>
508         * customize.texi (Variable Definitions): Mention eval-defun
509         on a defcustom calls the :set function when appropriate.
511 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
513         * doclicense.texi, gpl.texi: Update to latest version from FSF.
514         These are just minor editorial changes.
516 2012-12-06  Chong Yidong  <cyd@gnu.org>
518         * lists.texi (Plist Access): Move put example to Symbol Plists.
520         * symbols.texi (Standard Properties): Fix typo.
522 2012-12-03  Chong Yidong  <cyd@gnu.org>
524         * symbols.texi (Symbol Properties): New node.
525         (Symbol Plists): Make it a subsection under Symbol Properties.
526         (Standard Properties): New node.
528         * lists.texi (Property Lists): Move here from symbols.texi.
529         (Plist Access): Rename from Other Plists.
531         * customize.texi (Variable Definitions):
532         * display.texi (Defining Faces):
533         * sequences.texi (Char-Tables): Fix xref.
535         * keymaps.texi (Key Sequences): `kbd' is now a function.
537         * commands.texi (Using Interactive): Fix index entry.
539 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
541         * doclicense.texi: Update to latest version from FSF.
542         These are just minor editorial changes.
543         * elisp.texi (GNU Free Documentation License)
544         (GNU General Public Licens):
545         Provide sectioning, since doclicense.texi no longer does that.
547         * loading.texi (Named Features): @ -> @@ to fix typo.
549 2012-11-24  Martin Rudalics  <rudalics@gmx.at>
551         * windows.texi (Basic Windows): Fix typo.
552         (Windows and Frames): Fix example.  Move description of
553         window-in-direction here.
554         (Recombining Windows): Fix example.
555         (Buffers and Windows): Fix description of replace-buffer-in-windows.
556         (Switching Buffers): Reword.
557         (Display Action Functions): Minor adjustments.
558         (Choosing Window Options): Minor fixes.
559         (Window History): Minor rewording.
560         (Dedicated Windows): Correct and reword part describing how
561         dedicatedness affects functions removing buffers or windows.
562         * buffers.texi (The Buffer List): Fix description of bury-buffer.
564 2012-11-24  Chong Yidong  <cyd@gnu.org>
566         * modes.texi (%-Constructs): Fix statement about mode construct
567         padding (Bug#12866).
569 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * debugging.texi (Profiling): Make it more clear
572         that --enable-profiling is about profiling the C code.
574 2012-11-21  Glenn Morris  <rgm@gnu.org>
576         * display.texi (Attribute Functions):
577         Update for set-face-* name changes.
578         Add new "inherit" argument for face-bold-p etc.
579         Move description of this argument to a common section, like "frame".
581         * debugging.texi (Profiling): New section.
582         (Debugging): Mention profiling in the introduction.
583         * tips.texi (Compilation Tips): Move profiling to separate section.
584         * elisp.texi: Add Profiling to detailed menu.
586 2012-11-21  Martin Rudalics  <rudalics@gmx.at>
588         * windows.texi (Display Action Functions): Fix recently added
589         example.  Suggested by Michael Heerdegen.
591 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
593         Minor cleanup for times as lists of four integers.
594         * os.texi (Time Parsing): Time values can now be four integers.
596 2012-11-18  Glenn Morris  <rgm@gnu.org>
598         * loading.texi (How Programs Do Loading): Add eager macro expansion.
599         * macros.texi (Expansion): Mention eager macro expansion.
601         * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
603 2012-11-18  Leo Liu  <sdl.web@gmail.com>
605         * minibuf.texi (Programmed Completion): Doc fix for metadata
606         request (Bug#12850).
608 2012-11-18  Glenn Morris  <rgm@gnu.org>
610         * display.texi (Temporary Displays): Document with-temp-buffer-window.
612         * frames.texi (Size and Position): Add fit-frame-to-buffer command.
613         * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
614         (Window Sizes): Add vindex for window-min-height, window-min-width.
615         (Display Action Functions): Mention pop-up-frame-parameters.
617 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
619         * windows.texi (Choosing Window): Rewrite description of
620         display-buffer-alist (Bug#12167).
621         (Display Action Functions): Mention inhibit-switch-frame.
622         Fix description of display-buffer-below-selected.  Reorder actions.
623         Add example (Bug#12848).
625 2012-11-16  Glenn Morris  <rgm@gnu.org>
627         * display.texi (Face Attributes): Fix :underline COLOR description.
628         (Attribute Functions): Update for set-face-underline rename.
629         Tweak descriptions of face-underline-p, face-inverse-video-p.
631         * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
632         so they align better in info.
633         (Active Keymaps, Searching Keymaps, Controlling Active Maps):
634         Document set-temporary-overlay-map.
636 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
639         with normal keymaps".
641 2012-11-15  Dmitry Antipov  <dmantipov@yandex.ru>
643         * internals.texi (Garbage Collection): Update descriptions
644         of vectorlike_header, garbage-collect and gc-cons-threshold.
645         (Object Internals): Explain Lisp_Object layout and the basics
646         of an internal type system.
647         (Buffer Internals): Update description of struct buffer.
649 2012-11-13  Glenn Morris  <rgm@gnu.org>
651         * variables.texi (Adding Generalized Variables):
652         At least mention gv-define-expander and gv-letplace.
654         * debugging.texi (Error Debugging): Mention debug-on-message.
655         (Using Debugger): Mention debugger-bury-or-kill.
657         * control.texi (Signaling Errors):
658         * debugging.texi (Error Debugging):
659         * errors.texi (Standard Errors): Add user-error.
661         * variables.texi (Adding Generalized Variables):
662         Use standard formatting for common lisp note about setf functions.
664 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
666         * elisp.texi (Top): Add Recombining Windows to menu.
667         * windows.texi (Recombining Windows): New subsection.
668         (Splitting Windows): Rewrite text on handling of window
669         combinations and move it to new subsection.
671 2012-11-10  Chong Yidong  <cyd@gnu.org>
673         * searching.texi (Replacing Match): Document \? in replace-match.
675         * variables.texi (Creating Buffer-Local): Document setq-local and
676         defvar-local.
677         (Setting Generalized Variables): Arrange table alphabetically.
679         * lists.texi (List Elements, List Variables): Clarify descriptions
680         of push and pop for generalized variables.
682         * edebug.texi (Specification List): setf is no longer CL-only.
684 2012-11-10  Glenn Morris  <rgm@gnu.org>
686         * variables.texi (Adding Generalized Variables):
687         Update description of FIX-RETURN expansion.
689         * variables.texi (Setting Generalized Variables):
690         Split most of previous contents into this subsection.
691         (Adding Generalized Variables): New subsection.
692         Move note on lack of setf functions here from misc/cl.texi.
694         * elisp.texi: Add Generalized Variables subsections to detailed menu.
696 2012-11-10  Chong Yidong  <cyd@gnu.org>
698         * frames.texi (Initial Parameters): Doc fix (Bug#12144).
700 2012-11-08  Michael Albinus  <michael.albinus@gmx.de>
702         * os.texi (Notifications): Update descriptions of
703         notifications-notify, notifications-close-notification and
704         notifications-get-capabilities according to latest code changes.
705         Add notifications-get-server-information.
707 2012-11-03  Chong Yidong  <cyd@gnu.org>
709         * objects.texi (General Escape Syntax): Clarify the explanation of
710         escape sequences.
711         (Non-ASCII in Strings): Clarify when a string is unibyte vs
712         multibyte.  Hex escapes do not automatically make a string
713         multibyte.
715 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
717         * windows.texi (Switching Buffers): Document option
718         switch-to-buffer-preserve-window-point.
719         (Display Action Functions): Document window-height and
720         window-width alist entries.
721         (Display Action Functions):
722         Document display-buffer-below-selected and
723         display-buffer-in-previous-window.
724         (Quitting Windows): Document quit-restore-window.
725         Rewrite section.
726         (Window Configurations): In window-state-get mention that
727         argument window must be valid.
728         (Window Parameters): Document quit-restore window parameter
729         (Bug#12158).
731 2012-10-31  Glenn Morris  <rgm@gnu.org>
733         * control.texi (Catch and Throw): Add xref to cl.texi.
735         * lists.texi (Sets And Lists): Point xref to better location.
737         * errors.texi (Standard Errors):
738         * loading.texi (Autoload): Update for cl-lib namespace changes.
740         * modes.texi (Defining Minor Modes): "Generalized Variables"
741         section is now in this manual rather than cl.texi.
743         * eval.texi (Special Forms): No longer special forms: defmacro,
744         defun, save-window-excursion, with-output-to-temp-buffer.
745         * functions.texi (Defining Functions): Defun is now a macro.
746         Defalias is a function.
748 2012-10-30  Glenn Morris  <rgm@gnu.org>
750         * variables.texi (Generalized Variables): Fix typo.
752 2012-10-30  Chong Yidong  <cyd@gnu.org>
754         * symbols.texi (Symbol Plists): Document function-get.
756         * loading.texi (Autoload): Document autoloadp, autoload-do-load.
758         * frames.texi (Visibility of Frames): Document tty-top-frame.
760 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
762         * keymaps.texi (Format of Keymaps): Document the multiple
763         inheritance format.
765 2012-10-28  Martin Rudalics  <rudalics@gmx.at>
767         * windows.texi (Basic Windows): Reformulate description of live,
768         internal and valid windows.
769         (Cyclic Window Ordering): Describe new argument of
770         get-lru-window and get-largest-window.  Add description of
771         window-in-direction.
773 2012-10-27  Glenn Morris  <rgm@gnu.org>
775         * variables.texi (Generalized Variables): New section,
776         adapted from misc/cl.texi.
777         * elisp.texi (Top): Add Generalized Variables to menu.
778         * lists.texi (List Elements, List Variables):
779         Mention generalized variables.
781         * lists.texi (List Elements): Typo fix.
783 2012-10-27  Chong Yidong  <cyd@gnu.org>
785         * minibuf.texi (High-Level Completion): Don't mention removed
786         function iswitchb-read-buffer.
788         * commands.texi (Event Input Misc): Remove last-input-char.
789         (Command Loop Info): Remove last-command-char.
791         * frames.texi (Initial Parameters): Don't mention the obsolete
792         special-display feature.
794         * windows.texi (Choosing Window): Don't mention the obsolete
795         special display feature.
796         (Choosing Window Options): Remove obsolete special-display
797         variables, and the functions special-display-p and
798         special-display-popup-frame.
800         * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
802         * hooks.texi (Standard Hooks): Remove obsolete hooks.
804         * markers.texi (Information from Markers): Remove obsolete
805         function buffer-has-markers-at.
807         * text.texi (Yanking): Document yank-handled-properties.
809 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
811         Update manual for new time stamp format (Bug#12706).
812         * buffers.texi (Modification Time):
813         * files.texi (Testing Accessibility, File Attributes):
814         * intro.texi (Version Info):
815         * os.texi (Time of Day):
816         Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
817         These instances were missed the first time around.
818         Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
820 2012-10-24  Chong Yidong  <cyd@gnu.org>
822         * minibuf.texi (Text from Minibuffer): Document read-regexp
823         changes.
825         * nonascii.texi (Selecting a Representation):
826         Document set-buffer-multibyte changes.
828         * keymaps.texi (Toolkit Differences): Node deleted.
829         (Easy Menu): New node.
831 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
835 2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
837         Fix outdated timestamp documentation in Elisp manual (bug#12706).
838         * files.texi (File Attributes):
839         * text.texi (Undo):
840         Time stamp resolution is now 1 picosecond, not 1 second.
842 2012-10-23  Chong Yidong  <cyd@gnu.org>
844         * display.texi (Font Lookup): Remove font-list-limit.
846         * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
847         (Bug#12529).
849 2012-10-22  Glenn Morris  <rgm@gnu.org>
851         * os.texi (Recording Input): Tiny fix.
853         * intro.texi (Lisp History):
854         * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
855         * tips.texi (Coding Conventions): Recommend cl-lib over cl.
857 2012-10-15  Chong Yidong  <cyd@gnu.org>
859         * macros.texi (Defining Macros): defmacro is now a macro.
860         Explicitly list the docstring and declare arguments.
862         * functions.texi (Anonymous Functions): Explicitly list the
863         docstring, declare, and interactive arguments to lambda.
864         (Defining Functions): Likewise for defun.
865         (Inline Functions): Likewise for defsubst.
866         (Declare Form): Tweak description.
868 2012-10-13  Chong Yidong  <cyd@gnu.org>
870         * display.texi (ImageMagick Images): ImageMagick enabled by default.
872 2012-10-05  Chong Yidong  <cyd@gnu.org>
874         * minibuf.texi (Basic Completion): Clarify list form of completion
875         table (Bug#12564).
877 2012-10-05  Bruno Félix Rezende Ribeiro  <oitofelix@gmail.com>  (tiny change)
879         * functions.texi (Function Safety): Copyedit.  (Bug#12562)
881 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
883         Revert the FOLLOW-SYMLINKS change for file-attributes.
884         * files.texi (File Attributes, Magic File Names): Undo last change.
886 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
888         file-attributes has a new optional arg FOLLOW-SYMLINKS.
889         * files.texi (File Attributes): Describe it.
890         (Magic File Names): Use it.
892 2012-09-30  Chong Yidong  <cyd@gnu.org>
894         * commands.texi (Click Events): Define "mouse position list".
895         Remove mention of unimplemented horizontal scroll bars.
896         (Drag Events, Motion Events): Refer to "mouse position list".
897         (Accessing Mouse): Document posnp.
899         * errors.texi (Standard Errors): Tweak arith-error description.
900         Tweak markup.  Remove domain-error and friends, which seem to be
901         unused after the floating-point code revamp.
903         * functions.texi (Obsolete Functions): Obsolescence also affects
904         documentation commands.  Various clarifications.
905         (Declare Form): New node.
907         * strings.texi (String Basics): Copyedits.
909         * os.texi (Idle Timers): Minor clarifications.
910         (User Identification): Add system-users and system-groups.
912         * macros.texi (Defining Macros): Move description of `declare' to
913         Declare Form node.
915         * loading.texi (Autoload):
916         * help.texi (Documentation Basics): The special sequences can
917         trigger autoloading.
919         * numbers.texi (Integer Basics): Copyedits.
920         (Float Basics): Consider IEEE floating point always available.
921         (Random Numbers): Document actual limits.
922         (Arithmetic Operations): Clarify division by zero.  Don't mention
923         the machine-independence of negative division since it does not
924         happen in practice.
926 2012-09-28  Chong Yidong  <cyd@gnu.org>
928         * os.texi (Startup Summary): Document leim-list.el change.
930 2012-09-25  Chong Yidong  <cyd@gnu.org>
932         * functions.texi (Defining Functions): defun is now a macro.
934 2012-09-28  Leo Liu  <sdl.web@gmail.com>
936         * files.texi (Files): Fix typo.
938 2012-09-23  Chong Yidong  <cyd@gnu.org>
940         * buffers.texi (Read Only Buffers): Document read-only-mode.
942         * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
943         read-only-mode.
945         * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
946         calling conventions.
948 2012-09-22  Chong Yidong  <cyd@gnu.org>
950         * searching.texi (Replacing Match): Minor clarification.
952 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
954         * edebug.texi (Instrumenting): Improve indexing.
956         * os.texi (Idle Timers): Warn against reinvoking an idle timer
957         from within its own timer action.  (Bug#12447)
959 2012-09-22  Chong Yidong  <cyd@gnu.org>
961         * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
963 2012-09-21  Glenn Morris  <rgm@gnu.org>
965         * debugging.texi (Using Debugger): Fix typo.
967 2012-09-18  Chong Yidong  <cyd@gnu.org>
969         * display.texi (Faces): Discuss anonymous faces.
970         (Face Attributes): Tweak intro.
971         (Defining Faces): Move after the Face Attributes node.  Copyedits.
972         (Displaying Faces): Describe role of inheritance.
974         * customize.texi (Customization): Define customization more
975         carefully (Bug#11440).
976         (Common Keywords): Add xref to Constant Variables.
978         * variables.texi (Defining Variables): Link to defcustom's node
979         instead of the higher-level Customization chapter.
981 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
983         Simplify, document, and port floating-point (Bug#12381).
984         * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
985         Document that / and mod (with floating point arguments), along
986         with asin, acos, log, log10, expt and sqrt, return special values
987         instead of signaling exceptions.
988         (Float Basics): Document that logb operates on the absolute value
989         of its argument.
990         (Math Functions): Document that (log ARG BASE) also returns NaN if
991         BASE is negative.  Document that (expt X Y) returns NaN if X is a
992         finite negative number and Y a finite non-integer.
994 2012-09-09  Chong Yidong  <cyd@gnu.org>
996         * lists.texi (Sets And Lists): Explain that the return value for
997         delete should be used, like for delq.
999         * minibuf.texi (Yes-or-No Queries): Document recentering and
1000         scrolling in y-or-n-p.  Remove gratuitous example.
1002         * searching.texi (Search and Replace): Document window scrolling
1003         entries in query-replace-map.
1005 2012-09-08  Chong Yidong  <cyd@gnu.org>
1007         * syntax.texi (Syntax Table Internals): Define "raw syntax
1008         descriptor" terminology (Bug#12383).
1009         (Syntax Descriptors): Mention raw syntax descriptors.
1011 2012-09-07  Chong Yidong  <cyd@gnu.org>
1013         * variables.texi (Creating Buffer-Local): Fix description of
1014         local-variable-if-set-p (Bug#10713).
1016         * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1018         * windows.texi (Display Action Functions)
1019         (Choosing Window Options): Remove obsolete variable
1020         display-buffer-reuse-frames.
1021         (Switching Buffers): Minor doc tweak for switch-to-buffer.
1023         * positions.texi (Narrowing): Document buffer-narrowed-p.
1025         * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1027         * syntax.texi (Low-Level Parsing): Add xref to Parser State
1028         (Bug#12269).
1030 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
1032         * debugging.texi (Explicit Debug): Document `debug-on-message'.
1034 2012-09-02  Chong Yidong  <cyd@gnu.org>
1036         * windows.texi (Window Configurations): Recommend against using
1037         save-window-excursion (Bug#12075).
1039         * control.texi (Catch and Throw):
1040         * positions.texi (Excursions): Don't mention it.
1042 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1044         Better seed support for (random).
1045         * numbers.texi (Random Numbers): Document new behavior of
1046         the calls (random) and (random STRING).
1048 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
1050         * windows.texi (Window Point): Document recent changes in
1051         window-point and set-window-point.
1052         (Selecting Windows): Document recent change in select-window.
1054 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
1056         * functions.texi (Closures): Put the main index entry for
1057         "closures" here.  (Bug#12138)
1059         * variables.texi (Lexical Binding): Disambiguate the index entry
1060         for "closures".
1062 2012-08-05  Chong Yidong  <cyd@gnu.org>
1064         * display.texi (Defining Faces): Move documentation of
1065         frame-background-mode to the Emacs manual (Bug#7774).
1067 2012-08-04  Chong Yidong  <cyd@gnu.org>
1069         * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1070         Fix description of syntax table inheritance.
1071         (Syntax Table Functions): Don't refer to internal contents of
1072         syntax table, since that is not explained yet.  Copyedits.
1073         (Standard Syntax Tables): Node deleted.
1074         (Syntax Table Internals): Misc clarifications.  Improve table
1075         formatting.
1077         * keymaps.texi (Inheritance and Keymaps):
1078         * text.texi (Sticky Properties): Tweak index entry.
1080 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
1082         * nonascii.texi (Character Sets): Fix a typo.  (Bug#12062)
1084 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1086         Prefer typical American spelling for "acknowledgment".
1087         * intro.texi (Acknowledgments): Rename from Acknowledgements.
1089 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
1091         * commands.texi (Special Events): Mention language-change event.
1092         (Input Events, Interactive Codes):
1093         * keymaps.texi (Key Sequences): Mention events that are
1094         non-keyboard but also non-mouse events.
1096 2012-07-17  Chong Yidong  <cyd@gnu.org>
1098         * text.texi (Insertion): Document insert-char changes.
1100 2012-07-15  Leo Liu  <sdl.web@gmail.com>
1102         * display.texi (Fringe Bitmaps): Add exclamation-mark.
1104 2012-07-13  Chong Yidong  <cyd@gnu.org>
1106         * buffers.texi (Read Only Buffers): Document toggle-read-only
1107         changes.  Reword to account for the fact that read-only is
1108         currently not supported in overlay properties.
1110 2012-07-07  Chong Yidong  <cyd@gnu.org>
1112         * loading.texi (Library Search): Index site-lisp directories.
1114 2012-07-06  Chong Yidong  <cyd@gnu.org>
1116         * intro.texi (A Sample Function Description): Fix incorrect
1117         markup, undoing previous change.
1118         (A Sample Variable Description): Minor clarifications and markup
1119         improvements.
1121         * elisp.texi (Top):
1122         * text.texi (Text): Fix menu order.
1124 2012-07-06  Richard Stallman  <rms@gnu.org>
1126         * intro.texi (Evaluation Notation, A Sample Function Description):
1127         (A Sample Variable Description): Improve/undo previous changes.
1129 2012-07-05  Glenn Morris  <rgm@gnu.org>
1131         * intro.texi (A Sample Function Description): Fix cross-refs.
1133 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
1135         * intro.texi (Evaluation Notation, A Sample Function Description)
1136         (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1138 2012-06-27  Chong Yidong  <cyd@gnu.org>
1140         * processes.texi (Asynchronous Processes, Input to Processes):
1141         * internals.texi (Process Internals): Don't capitalize "pty".
1143 2012-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
1145         * processes.texi (Asynchronous Processes): Make the pty vs pipe
1146         discussion more prominent.
1148 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
1150         * commands.texi (Misc Events): Document the language-change event.
1152 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1154         Support higher-resolution time stamps (Bug#9000).
1155         * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1156         * processes.texi (System Processes):
1157         Time stamp resolution is now picosecond, not microsecond.
1159 2012-06-21  Glenn Morris  <rgm@gnu.org>
1161         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
1163 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * functions.texi (Defining Functions):
1166         * macros.texi (Defining Macros): Un-define the return value of `defun',
1167         `defmacro' and `defalias'.
1169 2012-06-17  Chong Yidong  <cyd@gnu.org>
1171         * elisp.texi: Remove urlcolor setting.
1173 2012-06-17  Glenn Morris  <rgm@gnu.org>
1175         * display.texi (Face Attributes): Copyedits.  Add a few cindex entries.
1176         Overlining no longer behaves exactly like underlining.
1178 2012-06-16  Aurélien Aptel  <aurelien.aptel@gmail.com>
1180         * display.texi (Face Attributes):
1181         Document wave-style underline face attribute.
1183 2012-06-11  Chong Yidong  <cyd@gnu.org>
1185         * display.texi (ImageMagick Images): ImageMagick now supports the
1186         :background property.
1188 2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
1190         * internals.texi (Garbage Collection): Typo fix.
1192 2012-06-09  Chong Yidong  <cyd@gnu.org>
1194         * text.texi (Special Properties): Clarify the meaning of a list of
1195         faces in the `face' property.
1197         * display.texi (Face Remapping): Minor clarification.
1199 2012-06-08  Chong Yidong  <cyd@gnu.org>
1201         * display.texi (Face Attributes): Font family does not accept
1202         wildcards.  De-document obsolete :bold and :italic attributes.
1203         (Defining Faces): Use new-style face spec format.
1205 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
1207         * internals.texi (Garbage Collection): Document new
1208         vector management code and vectorlike_header structure.
1210 2012-06-03  Chong Yidong  <cyd@gnu.org>
1212         * modes.texi (Mode Line Data): Use "mode line construct"
1213         terminology for consistency.
1215 2012-05-27  Glenn Morris  <rgm@gnu.org>
1217         * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1218         * buffers.texi, commands.texi, compile.texi, control.texi:
1219         * customize.texi, debugging.texi, display.texi, doclicense.texi:
1220         * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1221         * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1222         * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1223         * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1224         * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1225         * objects.texi, os.texi, package.texi, positions.texi:
1226         * processes.texi, searching.texi, sequences.texi, streams.texi:
1227         * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1228         * variables.texi, windows.texi: Nuke hand-written node pointers.
1230 2012-05-27  Chong Yidong  <cyd@gnu.org>
1232         * functions.texi (Obsolete Functions):
1233         Fix doc for set-advertised-calling-convention.
1235         * modes.texi (Mode Help): Fix describe-mode.
1237         * display.texi (Face Functions): Fix define-obsolete-face-alias.
1239         * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1241 2012-05-27  Martin Rudalics  <rudalics@gmx.at>
1243         * commands.texi (Recursive Editing): recursive-edit is a command.
1245         * compile.texi (Docs and Compilation):
1246         byte-compile-dynamic-docstrings is an option.
1248         * debugging.texi (Invoking the Debugger): debug is a command.
1250         * display.texi (Progress): progress-reporter-update and
1251         progress-reporter-force-update have VALUE argument optional.
1252         (Animated Images): Use non-@code{nil} instead of non-nil.
1254         * files.texi (Format Conversion Round-Trip):
1255         Use non-@code{nil} instead of non-nil.
1257         * frames.texi (Creating Frames): make-frame is a command.
1258         (Input Focus): select-frame is a command.
1259         (Pointer Shape): void-text-area-pointer is an option.
1261         * help.texi (Describing Characters): read-kbd-macro is a command.
1262         (Help Functions): describe-prefix-bindings is a command.
1264         * markers.texi (Creating Markers): Both arguments of copy-marker
1265         are optional.
1267         * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1269         * modes.texi (Mode Line Variables): mode-line-remote and
1270         mode-line-client are not options.
1271         (Imenu): imenu-add-to-menubar is a command.
1272         (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1274         * os.texi (Sound Output): play-sound-file is a command.
1276         * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1278         * processes.texi (Signals to Processes):
1279         Use @key{RET} instead of @code{RET}.
1280         (Signals to Processes): signal-process is a command.
1282         * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1283         (Base 64): base64-encode-string is not a command while
1284         base64-decode-region is.
1286         * windows.texi (Switching Buffers): pop-to-buffer is a command.
1288 2012-05-12  Glenn Morris  <rgm@gnu.org>
1290         * Makefile.in (MKDIR_P): New, set by configure.
1291         (mkinfodir): Use $MKDIR_P.
1293 2012-05-10  Glenn Morris  <rgm@gnu.org>
1295         * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1296         with "coding: raw-text".
1297         Concept of multibyte sessions no longer exists.
1299         * files.texi (File Locks): Mention create-lockfiles option.
1301 2012-05-09  Glenn Morris  <rgm@gnu.org>
1303         * vol1.texi, vol2.texi: Remove files.
1304         * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1305         * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1307         * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1309         * two-volume.make (emacsdir): New.
1310         (tex): Add directory with emacsver.texi to TEXINPUTS.
1312         * minibuf.texi (Minibuffer History, Basic Completion):
1313         Tweak page breaks.
1315         * internals.texi (Garbage Collection, Memory Usage)
1316         (Writing Emacs Primitives): Tweak page breaks.
1318         * streams.texi (Output Variables): Improve page break.
1320         * edebug.texi (Edebug Display Update): Improve page break.
1322         * compile.texi (Disassembly): Condense the examples.
1324         * eval.texi, functions.texi, loading.texi, macros.texi:
1325         Where possible, use example rather than smallexample.
1327         * symbols.texi: Where possible, use example rather than smallexample.
1328         (Symbol Components): Fix typo.
1329         (Other Plists): Tweak page break.
1331         * sequences.texi (Arrays): Tweak page breaks.
1333         * customize.texi: Where possible, use example rather than smallexample.
1334         (Common Keywords, Variable Definitions, Applying Customizations)
1335         (Custom Themes): Tweak page breaks.
1337         * control.texi: Where possible, use example rather than smallexample.
1338         (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1339         Tweak page breaks.
1341 2012-05-08  Glenn Morris  <rgm@gnu.org>
1343         * two.el: Remove; unused since creation of two-volume.make.
1345         * vol1.texi, vol2.texi: No need to keep menus in these files.
1347 2012-05-05  Glenn Morris  <rgm@gnu.org>
1349         * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1351         * intro.texi (Caveats): Copyedit.
1352         (Lisp History): Convert inforef to xref.
1353         (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1355         * text.texi (Auto Filling): Don't mention Emacs 19.
1357         * commands.texi (Event Input Misc): Don't mention unread-command-char.
1358         * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1360         * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1362         * lists.texi (List-related Predicates, List Variables):
1363         Tweak page-breaks.
1364         (Sets And Lists): Convert inforef to xref.
1366 2012-05-04  Glenn Morris  <rgm@gnu.org>
1368         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1369         (info, infoclean): Use $INFO_EXT.
1370         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1371         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1372         (info, maintainer-clean): Use $INFO_EXT.
1373         ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1375 2012-05-04  Chong Yidong  <cyd@gnu.org>
1377         * os.texi (Timers): Use defopt for timer-max-repeats.
1379 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
1381         * os.texi (Time of Day): Do not limit current-time-string
1382         to years 1000..9999.
1384 2012-05-02  Chong Yidong  <cyd@gnu.org>
1386         * display.texi (Font Lookup):
1387         * frames.texi (Pointer Shape):
1388         * processes.texi (Subprocess Creation): Use defopt for options.
1390 2012-05-02  Glenn Morris  <rgm@gnu.org>
1392         * elisp.texi (@copying):
1393         * intro.texi (Introduction): Only print VERSION in the TeX version.
1395 2012-05-02  Chong Yidong  <cyd@gnu.org>
1397         * text.texi (Change Hooks): Minor fix for after-change-functions.
1399 2012-05-02  Glenn Morris  <rgm@gnu.org>
1401         * package.texi (Packaging Basics):
1402         * loading.texi (Autoload):
1403         * files.texi (Magic File Names):
1404         Reword to remove/reduce some overly long/short lines.
1406 2012-04-27  Glenn Morris  <rgm@gnu.org>
1408         * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1409         * modes.texi (Major Modes, Auto-Indentation):
1410         * buffers.texi (Buffers): Some fixes for menu descriptions.
1412 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         * functions.texi (Simple Lambda, Argument List):
1414         * eval.texi (Function Indirection): Avoid deprecated form.
1416 2012-04-27  Glenn Morris  <rgm@gnu.org>
1418         * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1419         Add "et al." to authors.
1421         * buffers.texi, commands.texi, compile.texi, control.texi:
1422         * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1423         * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1424         * modes.texi, numbers.texi, objects.texi, streams.texi:
1425         * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1426         Use Texinfo recommended convention for quotes+punctuation.
1428 2012-04-27  Chong Yidong  <cyd@gnu.org>
1430         * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1431         to where-is-internal (Bug#10872).
1433 2012-04-27  Glenn Morris  <rgm@gnu.org>
1435         * macros.texi (Indenting Macros): Fix typo.
1437         * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1438         (Resizing Windows, Deleting Windows, Selecting Windows)
1439         (Choosing Window Options, Horizontal Scrolling)
1440         (Cyclic Window Ordering, Window History, Dedicated Windows)
1441         (Quitting Windows, Window Configurations, Textual Scrolling):
1442         (Coordinates and Windows, Window Configurations)
1443         (Window Parameters, Window Hooks): Copyedits.
1444         (Splitting Windows, Deleting Windows):
1445         Fix ignore-window-parameters logic.
1446         (Selecting Windows, Choosing Window Options): Markup fixes.
1447         (Window Start and End): Remove pointless example.
1448         Remove cross-reference to deleted count-lines content.
1449         (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1450         and recenter-positions.  Remove recenter example.
1452         * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1454         * minibuf.texi (Intro to Minibuffers):
1455         Tweak discussion of resizing minibuffer window.
1457 2012-04-26  Glenn Morris  <rgm@gnu.org>
1459         * elisp-covers.texi, front-cover-1.texi: Remove files.
1461         * tindex.pl: Remove file.
1463         * makefile.w32-in (srcs):
1464         * Makefile.in (srcs): Remove back.texi (which is unused).
1466 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
1468         * os.texi (Notifications): Extend possible notification hints.
1469         Add notifications-get-capabilities.
1471 2012-04-20  Chong Yidong  <cyd@gnu.org>
1473         * processes.texi (Asynchronous Processes): Mention nil argument to
1474         start-process.
1476 2012-04-20  Glenn Morris  <rgm@gnu.org>
1478         * minibuf.texi (Basic Completion): No need to describe obarrays here.
1479         Don't mention obsolete `nospace' argument of all-completions.
1480         (Minibuffer Completion, Completion Commands, Reading File Names)
1481         (Completion Variables): Copyedits.
1482         (Completion Commands): Mention parent keymaps.
1483         Remove obsolete minibuffer-local-filename-must-match-map.
1484         (High-Level Completion): Remove read-variable's almost
1485         word-for-word duplication of read-command.
1486         * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1487         Update "High-Level Completion" description.
1489         * minibuf.texi (Minibuffers):
1490         * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1492         * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1493         Use Texinfo-recommended form of quote+punctuation.
1494         (Intro to Minibuffers): First minibuffer is #1, not #0.
1495         Mention minibuffer-inactive-mode.
1496         (Text from Minibuffer): Copyedits.
1497         (Minibuffer History, Programmed Completion): Fix @var usage.
1498         (Object from Minibuffer): Remove overly pedantic para.
1499         (Minibuffer History): Copyedits.  Add face-name-history.
1500         (Initial Input, Yes-or-No Queries, Multiple Queries)
1501         (Minibuffer Windows, Minibuffer Misc): Copyedits.
1502         (Yes-or-No Queries): Tweak example.
1503         (Minibuffer Commands): Add next-complete-history-element.
1504         (Minibuffer Misc): Mention minibuffer-message-timeout, and
1505         minibuffer-inactive-mode.
1507         * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1508         (Bindat Functions): Copyedits.
1510 2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
1512         * files.texi (Saving Buffers): Document `visit and `visit-save'
1513         values of require-final-newline.
1515 2012-04-20  Glenn Morris  <rgm@gnu.org>
1517         * processes.texi (Output from Processes, Filter Functions):
1518         Mention waiting-for-user-input-p.
1519         (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1520         (Network Servers, Datagrams, Network Processes, Network Options)
1521         (Network Feature Testing, Serial Ports): Copyedits.
1522         (Network): Add encrypted network overview paragraph.
1523         Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
1525 2012-04-20  Chong Yidong  <cyd@gnu.org>
1527         * help.texi (Keys in Documentation): Mention :advertised-binding.
1529         * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1530         description to help.texi.
1532 2012-04-20  Glenn Morris  <rgm@gnu.org>
1534         * processes.texi (Process Information, Input to Processes)
1535         (Signals to Processes, Output from Processes, Process Buffers)
1536         (Filter Functions, Decoding Output): Copyedits.
1537         (Accepting Output): Discourage use of `millisec' argument.
1539 2012-04-15  Glenn Morris  <rgm@gnu.org>
1541         * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1542         (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1543         Copyedits.
1544         (Subprocess Creation): Discourage modifying exec-path directly.
1545         (Synchronous Processes, Asynchronous Processes):
1546         Update some example output.
1547         (Process Information): Fix typo.
1548         (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1550 2012-04-15  Glenn Morris  <rgm@gnu.org>
1552         * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
1553         open-network-stream does exist in Emacs 23, but is simpler.
1555 2012-04-15  Chong Yidong  <cyd@gnu.org>
1557         * customize.texi (Custom Themes): Also document load-theme etc.
1559 2012-04-14  Chong Yidong  <cyd@gnu.org>
1561         * customize.texi (Applying Customizations):
1562         (Custom Themes): New nodes.
1564         * display.texi (Defining Faces): Reference custom-set-faces.
1566         * modes.texi (Defining Minor Modes, Defining Minor Modes):
1567         * os.texi (Startup Summary): Copyedits.
1569 2012-04-14  Glenn Morris  <rgm@gnu.org>
1571         * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1573         * strings.texi (Case Tables):
1574         * objects.texi (General Escape Syntax):
1575         * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1577         * buffers.texi, compile.texi, customize.texi, debugging.texi:
1578         * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1579         * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1580         * text.texi: Use @file for buffers, per the Texinfo manual.
1582         * compile.texi (Compiler Errors): Add missing space in buffer name.
1584 2012-04-14  Chong Yidong  <cyd@gnu.org>
1586         * processes.texi (Query Before Exit): Remove obsolete function
1587         process-kill-without-query (Bug#11190).
1589 2012-04-14  Glenn Morris  <rgm@gnu.org>
1591         * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1592         Use @env for environment variables.
1594         * Makefile.in: Replace non-portable use of $< in ordinary rules.
1596 2012-04-12  Jari Aalto  <jari.aalto@cante.net>
1598         * processes.texi (Synchronous Processes):
1599         Mention `default-directory' (bug#7515).
1601 2012-04-09  Chong Yidong  <cyd@gnu.org>
1603         * customize.texi (Variable Definitions): Remove user-variable-p.
1605         * commands.texi (Interactive Codes):
1606         * help.texi (Accessing Documentation):
1607         * minibuf.texi (High-Level Completion): Callers changed.
1609 2012-04-06  Chong Yidong  <cyd@gnu.org>
1611         * minibuf.texi (Programmed Completion): Document metadata method.
1612         (Completion Variables): Document completion-category-overrides.
1614 2012-04-05  Chong Yidong  <cyd@gnu.org>
1616         * anti.texi (Antinews): Rewrite for Emacs 23.
1618 2012-04-04  Chong Yidong  <cyd@gnu.org>
1620         * minibuf.texi (Programmed Completion): Remove obsolete variable
1621         completion-annotate-function.
1622         (Completion Variables): Rename from Completion Styles.
1623         Document completion-extra-properties.  Document completion-styles-alist
1624         change.
1625         (Reading File Names): minibuffer-local-filename-must-match-map is
1626         not used anymore.
1627         (Minibuffer Completion): Document completing-read-function.
1628         (Completion in Buffers): completion-at-point-functions can return
1629         properties recognized in completion-extra-properties.
1631         * display.texi (Delayed Warnings): New node.
1633         * os.texi (Notifications): Copyedits.
1635 2012-04-04  Glenn Morris  <rgm@gnu.org>
1637         * os.texi (Notifications): Copyedits.
1639 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
1641         * os.texi (Terminal-Specific): Fix typo.
1642         (Notifications): New section.
1644         * elisp.texi (Top):
1645         * vol1.texi (Top):
1646         * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1647         menu entries.
1649 2012-04-01  Chong Yidong  <cyd@gnu.org>
1651         * files.texi (Kinds of Files): file-subdir-of-p renamed to
1652         file-in-directory-p.
1654 2012-03-31  Glenn Morris  <rgm@gnu.org>
1656         * edebug.texi (Instrumenting Macro Calls):
1657         Mention defining macros at instrumentation time.
1658         (Edebug Options): Mention edebug-unwrap-results.
1660 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
1662         * text.texi (Special Properties): Clarify the description of the
1663         effect of integer values of the 'cursor' property on cursor
1664         position.  See the discussions in bug#11068 for more details and
1665         context.
1667 2012-03-31  Glenn Morris  <rgm@gnu.org>
1669         * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1670         Copyedits.
1672 2012-03-30  Chong Yidong  <cyd@gnu.org>
1674         * display.texi (Image Formats): Add imagemagick type.
1675         (Image Descriptors): Mention how they are used.
1676         (ImageMagick Images): Clarify role of imagemagick-register-types.
1677         (Character Display): Don't mention glyph tables.
1678         (Display Tables): Use make-glyph-code in example.
1679         (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
1680         tables are semi-obsolete.  De-document create-glyph.
1681         (Glyphless Chars): Note that display tables override this.
1682         (Bidirectional Display): Copyedits.  Introduce "bidirectional
1683         reordering" terminology, and use it.
1685 2012-03-30  Glenn Morris  <rgm@gnu.org>
1687         * edebug.texi (Jumping): Give name of `i' binding.
1689 2012-03-28  Glenn Morris  <rgm@gnu.org>
1691         * searching.texi (Regular Expressions, Regexp Special):
1692         (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1693         (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1694         (Regexp Special): Mention collation.
1695         Clarify char classes with an example.
1696         (Regexp Functions): Mention regexp-opt is not guaranteed.
1697         Mention regexp-opt-charset.
1698         (Regexp Search): Recommend against looking-back.
1699         (Search and Replace): Use Texinfo recommended quote convention.
1700         Add more query-replace-map items.  List multi-query-replace-map items.
1702 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
1704         * windows.texi (Window History): Describe new option
1705         switch-to-visible-buffer.
1707 2012-03-27  Glenn Morris  <rgm@gnu.org>
1709         * searching.texi (String Search): Add xref to Emacs manual.
1710         Copyedits.  Mention the function word-search-regexp.
1711         (Searching and Case): Add xref to Emacs manual.  Copyedits.
1713         * processes.texi (Network Servers): Standardize apostrophe usage.
1715         * os.texi (System Environment): Copyedits.  Remove some examples
1716         that do not seem useful.  Mention setenv third arg.
1717         tty-erase-char does not seem to be nil under a window-system.
1718         (User Identification): Copyedits.
1719         Remove some examples that do not seem useful.
1721 2012-03-26  Glenn Morris  <rgm@gnu.org>
1723         * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
1724         (Init File): Copyedits.
1725         (Command-Line Arguments): Copyedits.  Do not mention argv alias.
1726         (Killing Emacs): Copyedits.
1727         (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
1728         Shorten the example, use more standard shell prompts.
1730 2012-03-25  Chong Yidong  <cyd@gnu.org>
1732         * display.texi (Fringes): Note that fringes are shown on graphical
1733         displays only.
1734         (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1735         (Replacing Specs): Clarify example.
1736         (Manipulating Buttons): Note that button-at can return a marker.
1737         (Buttons): Minor rewrite.
1738         (Character Display): New node.  Consolidate all character display
1739         related nodes into its subsections.
1740         (Usual Display): Character 127 is also affected by ctl-arrow.
1741         (Display Tables): Improve example.
1743 2012-03-22  Glenn Morris  <rgm@gnu.org>
1745         * strings.texi (Text Comparison): Mention string-prefix-p.
1747 2012-03-21  Chong Yidong  <cyd@gnu.org>
1749         * display.texi (The Echo Area): Add xref to Output Streams.
1750         (Displaying Messages): Improve doc of message.
1751         (Echo Area Customization, Invisible Text): Copyedits.
1752         (Invisible Text): Mention that spec comparison is done with eq.
1753         (Width): Improve doc of char-width.
1754         (Faces): Recommend using symbol instead of string for face name.
1755         Minor clarifications.
1756         (Defining Faces): Copyedits.  Update face example.
1757         (Attribute Functions): Mark set-face-foreground etc as commands.
1758         (Face Remapping): Mention text-scale-adjust.
1759         Clarify face-remapping-alist and related docs.
1760         (Face Functions): Don't document make-face or copy-face.
1762 2012-03-20  Chong Yidong  <cyd@gnu.org>
1764         * display.texi (Forcing Redisplay): Various rewrites to reflect
1765         new value of redisplay-dont-pause.
1766         (Truncation): Copyedits.
1768 2012-03-20  Glenn Morris  <rgm@gnu.org>
1770         * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1771         Add summary table of some relevant command-line options.
1773 2012-03-18  Chong Yidong  <cyd@gnu.org>
1775         * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1776         (Writing Emacs Primitives): Re-organize discussion of functions
1777         with variable Lisp arguments are handled.  Delete an obsolete
1778         remark, previously tagged as FIXME.
1780         * os.texi (Idle Timers): Minor clarification.
1781         (Idle Timers): Link to Time of Day for description of time list.
1783 2012-03-18  Glenn Morris  <rgm@gnu.org>
1785         * os.texi (System Interface): Flow control was removed.
1786         (Startup Summary): General update.
1787         (Init File): Don't mention compiling it.
1789 2012-03-17  Chong Yidong  <cyd@gnu.org>
1791         * os.texi (Startup Summary): Mention package loading.
1792         (Init File): Don't refer to .emacs in section title.  Copyedits.
1793         (Terminal-Specific): Give a realistic example.
1794         (Command-Line Arguments): Reference Entering Emacs instead of
1795         repeating the spiel about not restarting Emacs.
1796         (Time of Day): Discuss time representation at beginning of node.
1797         (Sound Output): Copyedits.
1799         * package.texi (Packaging Basics): Document package-initialize.
1801 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
1803         * frames.texi (Initial Parameters): Add an index entry for
1804         minibuffer-only frame.
1806 2012-03-16  Glenn Morris  <rgm@gnu.org>
1808         * modes.texi (Major Mode Conventions): Mention the strange
1809         relationship between View mode and special modes.  (Bug#10650)
1811 2012-03-11  Chong Yidong  <cyd@gnu.org>
1813         * windows.texi (Window Configurations): save-window-excursion is
1814         now a macro.
1816         * display.texi (Temporary Displays): with-output-to-temp-buffer is
1817         now a macro.
1819         * text.texi (Fields): Minor copyedit.
1821 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
1823         * strings.texi (String Basics):
1824         * sequences.texi (Sequence Functions): Mention that `length' is
1825         not appropriate for computing the string width on display; add a
1826         cross-reference to the description of `string-width'.  (Bug#10978)
1828         * eval.texi (Autoloading): Minor change of wording.
1830 2012-03-10  Chong Yidong  <cyd@gnu.org>
1832         * loading.texi (Autoload): Explicitly state which forms are
1833         processed specially (Bug#7783).
1835         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1836         non-default situation.  Describe one-submenu exception (Bug#7695).
1838         * nonascii.texi (Character Properties): Copyedits.
1840 2012-03-08  Chong Yidong  <cyd@gnu.org>
1842         * text.texi (Mode-Specific Indent): Document new behavior of
1843         indent-for-tab-command.  Document tab-always-indent.
1844         (Special Properties): Copyedits.
1845         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
1846         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
1847         libxml-parse-html-region.
1849 2012-03-07  Glenn Morris  <rgm@gnu.org>
1851         * markers.texi (The Region): Briefly mention use-empty-active-region
1852         and region-active-p.
1853         (Overview of Markers): Reword garbage collection, add cross-ref.
1854         (The Mark): Tiny clarification re command loop and activate-mark-hook.
1856 2012-03-07  Chong Yidong  <cyd@gnu.org>
1858         * text.texi (Buffer Contents): Don't duplicate explanation of
1859         region arguments from Text node.  Put doc of obsolete var
1860         buffer-substring-filters back, since it is referred to.
1861         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1862         selection by default.
1864         * markers.texi (The Mark): Fix typo.
1865         (The Region): Copyedits.
1867 2012-03-07  Glenn Morris  <rgm@gnu.org>
1869         * markers.texi (Overview of Markers): Copyedits.
1870         (Creating Markers): Update approximate example buffer size.
1871         (The Mark): Don't mention uninteresting return values.
1873 2012-03-05  Chong Yidong  <cyd@gnu.org>
1875         * positions.texi (Text Lines): Document count-words.
1877 2012-03-04  Chong Yidong  <cyd@gnu.org>
1879         * frames.texi (Frames): Remove little-used "terminal frame" and
1880         "window frame" terminology.
1881         (Frame Parameters, Font and Color Parameters, Initial Parameters)
1882         (Size and Position, Visibility of Frames): Callers changed.
1883         (Frames): Clarify which terminals in framep are graphical.
1884         (Initial Parameters): --geometry is not the only option which adds
1885         to initial-frame-alist.
1886         (Position Parameters): Note that icon-left and icon-top are for
1887         old window managers only.
1888         (Size Parameters): Sizes are in characters even on graphical
1889         displays.
1890         (Management Parameters): Note that window-id and outer-window-id
1891         can't really be changed, and that auto-raise isn't always obeyed.
1892         (Cursor Parameters): Document cursor-type explicitly.
1893         (Size and Position): The aliases set-screen-height and
1894         set-screen-width have been deleted.
1895         (Visibility of Frames): Mention "minimization".
1897         * os.texi (Startup Summary): Minor clarifications.
1898         (Startup Summary, Suspending Emacs): Standardize on "text
1899         terminal" terminology.
1901         * windows.texi (Basic Windows, Coordinates and Windows)
1902         (Coordinates and Windows):
1903         * display.texi (Refresh Screen, Line Height, Face Attributes)
1904         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1906 2012-03-04  Glenn Morris  <rgm@gnu.org>
1908         * abbrevs.texi: Small copyedits throughout.
1909         (Abbrev Mode): Remove this section, folding it into the top-level.
1910         (Abbrev Tables): Don't mention irrelevant return values.
1911         (Abbrev Expansion): Add cross-ref for wrapper hooks.
1912         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1913         (Abbrev Table Properties): Update nil :regexp description.
1915 2012-03-03  Glenn Morris  <rgm@gnu.org>
1917         * internals.texi: Change @appendix section commands to @section.
1918         (Building Emacs): Say less about CANNOT_DUMP platforms.
1919         Replace deleted eval-at-startup with custom-initialize-delay.
1920         (Pure Storage): Small changes.
1921         (Memory Usage): Copyedit.
1922         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1923         example definitions. Give examples of things with non-nil
1924         interactive args.  Mention eval_sub.  Remove old info about
1925         strings and GCPRO.  Mention cus-start.el.
1926         (Buffer Internals, Window Internals, Process Internals):
1927         Misc small updates and fixes for fields.
1929         * tips.texi: Copyedits.
1930         (Coding Conventions): Mention autoloads.
1931         Combine partially duplicated macro items.  Fix xref.
1932         Refer to Library Headers for copyright notice.
1933         (Programming Tips): edit-options is long-obsolete.
1934         (Compilation Tips): Mention loading bytecomp for byte-compile props.
1935         (Warning Tips): Mention declare-function.
1936         (Documentation Tips): Remove old info.
1937         (Comment Tips): Mention comment-dwim, not indent-for-comment.
1938         (Library Headers): General update.
1940 2012-03-02  Glenn Morris  <rgm@gnu.org>
1942         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1943         and relocate entry.  Mention buffer-stale-function.
1945         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1947         * hooks.texi (Standard Hooks): General update.
1948         Put related hooks together.  Add and remove items.
1949         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1950         * modes.texi (Hooks): Tweak cross-ref description.
1952 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
1954         * files.texi (Kinds of Files): The return value of file-equal-p is
1955         unspecified, if FILE1 or FILE2 does not exist.
1957 2012-03-01  Glenn Morris  <rgm@gnu.org>
1959         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1961         * maps.texi (Standard Keymaps): General update.
1962         Remove mode-specific maps, talk about the more general keymaps.
1963         * help.texi (Help Functions): Add vindex for Helper-help-map.
1964         * keymaps.texi (Active Keymaps): Minor rephrasing.
1966 2012-02-29  Glenn Morris  <rgm@gnu.org>
1968         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1970 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1972         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1973         Update changed behavior of file-subdir-of-p.
1975 2012-02-28  Glenn Morris  <rgm@gnu.org>
1977         * advice.texi, anti.texi, display.texi, elisp.texi:
1978         * processes.texi, variables.texi, vol1.texi, vol2.texi:
1979         Standardize possessive apostrophe usage.
1981         * locals.texi: Remove file.
1982         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1983         Remove menu entry.
1984         * errors.texi, maps.texi: Adjust node pointers.
1985         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1986         * makefile.w32-in (srcs):
1987         * Makefile.in (srcs): Remove locals.texi.
1989         * frames.texi (Mouse Position): Fix cross-ref.
1991 2012-02-27  Chong Yidong  <cyd@gnu.org>
1993         * buffers.texi (Creating Buffers): Clarify that
1994         generate-new-buffer uses generate-new-buffer-names.
1995         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1997         * files.texi (Directory Names): Index entry for file name abbreviations.
1998         (Relative File Names, File Name Expansion): Refer to it.
1999         (Locating Files): Move locate-user-emacs-file documentation to
2000         Standard File Names.
2001         (Standard File Names): Add locate-user-emacs-file; update examples.
2003 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
2005         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2007 2012-02-26  Chong Yidong  <cyd@gnu.org>
2009         * files.texi (Kinds of Files): Improve documentation of
2010         files-equal-p and file-subdir-of-p.
2012 2012-02-26  Glenn Morris  <rgm@gnu.org>
2014         * intro.texi (Acknowledgements): Small changes.
2016 2012-02-25  Glenn Morris  <rgm@gnu.org>
2018         * errors.texi: Don't try to list _all_ the error symbols.
2019         Add circular-list, cl-assertion-failed, compression-error.
2020         * elisp.texi, vol1.texi, vol2.texi:
2021         * control.texi (Error Symbols): Tweak "Standard Errors" description.
2023 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2025         * files.texi (files-equal-p, file-subdir-of-p): New,
2026         add initial documentation.
2028 2012-02-25  Chong Yidong  <cyd@gnu.org>
2030         * files.texi (File Attributes): Document file-selinux-context.
2031         (Changing Files): Link to it.
2032         (Changing Files): Document set-file-selinux-context.
2034         * backups.texi (Making Backups): Return value of backup-buffer is
2035         changed.  Mention default value of backup-directory-alist.
2036         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2037         (Auto-Saving): New minor mode behavior for auto-save-mode.
2038         (Reverting): Add defvar for revert-buffer-in-progress-p.
2040         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2042 2012-02-24  Glenn Morris  <rgm@gnu.org>
2044         * errors.texi (Standard Errors): Mention dbus-error.
2045         For arith-error sub-classes, just use one cross-ref.
2047 2012-02-23  Alan Mackenzie  <acm@muc.de>
2049         * modes.texi (Defining Minor Modes): Document the new keyword
2050         :after-hook.
2052 2012-02-21  Chong Yidong  <cyd@gnu.org>
2054         * files.texi (Files): Mention magic file names as arguments.
2055         (Reading from Files): Copyedits.
2056         (File Attributes): Mention how to change file modes.
2057         (Changing Files): Use standard "file permissions" terminology.
2058         Add xref to File Attributes node.
2059         (Locating Files): Document locate-user-emacs-file.
2060         (Unique File Names): Recommend against using make-temp-name.
2062 2012-02-19  Chong Yidong  <cyd@gnu.org>
2064         * help.texi (Documentation, Documentation Basics, Help Functions):
2065         Minor clarifications.
2066         (Accessing Documentation): Clarify what documentation-property is
2067         for.  Add xref to Keys in Documentation.
2069         * tips.texi (Documentation Tips): Don't recommend using * in
2070         docstrings.
2072         * macros.texi (Defining Macros):
2073         * modes.texi (Derived Modes): Say "documentation string" instead
2074         of docstring.
2076 2012-02-18  Chong Yidong  <cyd@gnu.org>
2078         * modes.texi (Tabulated List Mode): New node.
2079         (Basic Major Modes): Add xref to it.
2081         * processes.texi (Process Information): Mention Process Menu mode.
2083 2012-02-17  Chong Yidong  <cyd@gnu.org>
2085         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2087 2012-02-17  Glenn Morris  <rgm@gnu.org>
2089         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2091 2012-02-16  Chong Yidong  <cyd@gnu.org>
2093         * syntax.texi (Syntax Tables, Syntax Descriptors)
2094         (Syntax Table Functions): Copyedits.
2095         (Syntax Basics): Don't repeat the material in the preceding node.
2096         (Syntax Class Table): Use a table.
2097         (Syntax Properties): Document syntax-propertize-function and
2098         syntax-propertize-extend-region-functions.
2099         (Motion via Parsing): Clarify scan-lists. Fix indentation.
2100         (Parser State): Update for the new "c" comment style.
2101         Fix description of item 7 (comment style).
2103         * modes.texi (Minor Modes): Update how mode commands should treat
2104         arguments now.
2105         (Mode Line Basics): Clarify force-mode-line-update.
2106         (Mode Line Top): Note that the example is not realistic.
2107         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2108         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2109         "mode line construct" instead of "mode line specification".
2110         (Syntactic Font Lock): Remove mention of obsolete variable
2111         font-lock-syntactic-keywords.
2112         (Setting Syntax Properties): Node deleted.
2113         (Font Lock Mode): Note that Font Lock mode is a minor mode.
2114         (Font Lock Basics): Note that syntactic fontification falls back
2115         on `syntax-table'.
2116         (Search-based Fontification): Emphasize that font-lock-keywords
2117         should not be set directly.
2118         (Faces for Font Lock): Avoid some confusing terminology.
2119         (Syntactic Font Lock): Minor clarifications.  Add xref to
2120         Syntactic Font Lock node.
2122 2012-02-15  Chong Yidong  <cyd@gnu.org>
2124         * minibuf.texi (Basic Completion): Define "completion table".
2125         Move completion-in-region to Completion in Buffers node.
2126         (Completion Commands): Use "completion table" terminology.
2127         (Completion in Buffers): New node.
2129         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2130         (Setting Hooks): Update minor mode usage example.
2131         (Major Mode Conventions): Note that completion-at-point-functions
2132         should be altered locally.  Add xref to Completion in Buffers.
2133         Remove duplicate tip about auto-mode-alist.
2134         (Minor Modes): Rewrite introduction.
2135         (Minor Mode Conventions): Copyedits.  Don't recommend
2136         variable-only minor modes since few minor modes are like that.
2138 2012-02-15  Glenn Morris  <rgm@gnu.org>
2140         * processes.texi (Network): Document open-network-stream :parameters.
2142 2012-02-14  Chong Yidong  <cyd@gnu.org>
2144         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2145         was removed on 2009-09-10.  Update lisp-mode-map example.
2146         (Inheritance and Keymaps): Minor clarification.
2147         (Searching Keymaps): Remove out-of-place enumeration.
2148         (Key Lookup): Remove unnecessary example (one was already given in
2149         Format of Keymaps).
2150         (Changing Key Bindings): Update suppress-keymap example.
2151         (Menu Bar, Tool Bar): Copyedits.
2152         (Tool Bar): Update tool-bar-map example.
2154 2012-02-12  Chong Yidong  <cyd@gnu.org>
2156         * debugging.texi (Debugger Commands): Continuing is now allowed
2157         for errors.
2159 2012-02-11  Chong Yidong  <cyd@gnu.org>
2161         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2162         Move the list of standard bitmaps there.
2163         (Fringe Cursors): Rewrite for clarity.
2164         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2166         * commands.texi (Command Overview): Mention read-key.
2167         (Using Interactive, Interactive Call): Minor clarifications.
2168         (Function Keys, Click Events): Avoid "input stream" terminology.
2169         (Click Events): Add xref to Window Sizes and Accessing Mouse.
2170         Clarify column and row components.
2171         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
2172         (Special Events): Copyedits.
2174         * streams.texi (Input Streams): De-document get-file-char.
2175         (Output Variables): Don't refer to old backquote syntax.
2177         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
2178         (Error Debugging): Note that debug-ignored-errors overrides list
2179         values of debug-on-error too.  Add xref to Signaling Errors.
2180         Note that debug-on-signal is not customizable.
2181         Mention condition-case-unless-debug.
2182         (Compilation Errors): Node deleted.
2184         * compile.texi (Compiler Errors): Move a paragraph here from
2185         deleted node Compilation Errors.
2187 2012-02-10  Leo Liu  <sdl.web@gmail.com>
2189         * control.texi (Handling Errors): Change condition-case-no-debug
2190         to condition-case-unless-debug.
2192 2012-02-10  Chong Yidong  <cyd@gnu.org>
2194         * advice.texi (Defining Advice): Clarify ad-unadvise.
2195         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2196         is not abnormal.
2197         (Advising Primitives): Node deleted; ad-define-subr-args has been
2198         removed.
2200         * compile.texi (Speed of Byte-Code): Use float-time in example.
2201         (Compilation Functions): Note that the log uses Compilation mode.
2202         Don't discuss the contents of byte-code function object here.
2203         (Compilation Functions): De-document internal function byte-code.
2204         (Docs and Compilation): Minor clarifications.
2206         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2207         Objects.
2209 2012-02-10  Glenn Morris  <rgm@gnu.org>
2211         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2212         Mention secure-hash.
2213         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2215 2012-02-10  Chong Yidong  <cyd@gnu.org>
2217         * loading.texi (Loading): Don't emphasize "library" terminology.
2218         (Library Search): load-path is not a user option.  Mention role of
2219         -L option and packages.  Improve examples.
2220         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2221         obsolete.
2222         (Autoload): Minor clarifications.
2224 2012-02-10  Glenn Morris  <rgm@gnu.org>
2226         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2228         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2230 2012-02-08  Glenn Morris  <rgm@gnu.org>
2232         * loading.texi (Named Features): Update the require example.
2234 2012-02-07  Glenn Morris  <rgm@gnu.org>
2236         * modes.texi (Defining Minor Modes):
2237         Expand on args of defined minor modes.
2239 2012-02-07  Chong Yidong  <cyd@gnu.org>
2241         * variables.texi (Creating Buffer-Local): Minor clarification
2242         to buffer-local-variables doc (Bug#10715).
2244 2012-02-07  Glenn Morris  <rgm@gnu.org>
2246         * display.texi (ImageMagick Images): General update.
2247         Move most details of imagemagick-render-type to the variable's doc.
2249 2012-02-06  Glenn Morris  <rgm@gnu.org>
2251         * keymaps.texi (Tool Bar): Mention separators.
2252         (Inheritance and Keymaps):
2253         Mention make-composed-keymap and multiple inheritance.
2255         * modes.texi (Running Hooks): Mention run-hook-wrapped.
2257         * control.texi (Handling Errors):
2258         Mention condition-case-no-debug and with-demoted-errors.
2260 2012-02-05  Chong Yidong  <cyd@gnu.org>
2262         * customize.texi (Common Keywords): Minor clarifications.
2263         Document custom-unlispify-remove-prefixes.
2264         (Variable Definitions): Backquotes in defcustom seem to work fine
2265         now.  Various other copyedits.
2266         (Simple Types): Copyedits.  Document color selector.
2267         (Composite Types): Copyedits.
2268         (Splicing into Lists): Clarifications.
2270         * eval.texi (Backquote): Move from macros.texi.
2272         * macros.texi (Expansion): Minor clarification.
2273         (Backquote): Move node to eval.texi.
2274         (Defining Macros): Move an example from Backquote node.
2275         (Argument Evaluation): No need to mention Pascal.
2276         (Indenting Macros): Add xref to Defining Macros.
2278 2012-02-05  Glenn Morris  <rgm@gnu.org>
2280         * debugging.texi (Error Debugging): Mention debug-on-event default.
2282 2012-02-04  Glenn Morris  <rgm@gnu.org>
2284         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2286         * debugging.texi (Error Debugging): Mention debug-on-event.
2287         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2289         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2291         * text.texi (Buffer Contents):
2292         Update filter-buffer-substring description.
2294 2012-02-04  Chong Yidong  <cyd@gnu.org>
2296         * functions.texi (What Is a Function): Add closures.
2297         Mention "return value" terminology.  Add xref for command-execute.
2298         Remove unused "keystroke command" terminology.
2299         (Lambda Expressions): Give a different example than in the
2300         following subsection.  Add xref to Anonymous Functions.
2301         (Function Documentation): Remove gratuitous markup.
2302         (Function Names): Move introductory text to `What Is a Function'.
2303         (Defining Functions): Fix defun argument spec.
2304         (Anonymous Functions): Document lambda macro explicitly.
2305         Mention effects on lexical binding.
2306         (Function Cells): Downplay direct usage of fset.
2307         (Closures): New node.
2308         (Inline Functions): Remove "open-code" terminology.
2309         (Declaring Functions): Minor tweak; .m is not C code.
2311         * variables.texi (Variables): Don't refer to "global value".
2312         (Local Variables, Void Variables): Copyedits.
2313         (Lexical Binding): Minor clarification of example.
2314         (File Local Variables): Mention :safe and :risky defcustom args.
2315         (Lexical Binding): Add xref to Closures node.
2317 2012-02-04  Glenn Morris  <rgm@gnu.org>
2319         * minibuf.texi (High-Level Completion): Updates for read-color.
2321 2012-02-03  Glenn Morris  <rgm@gnu.org>
2323         * display.texi (GIF Images): Mention animation.
2324         Remove commented-out old example of animation.
2325         (Animated Images): New subsection.
2326         * elisp.texi (Top):
2327         * vol1.texi (Top):
2328         * vol2.texi (Top): Add Animated Images menu entry.
2330         * display.texi (Image Formats): Remove oddly specific information
2331         on versions of image libraries.
2332         (GIF Images, TIFF Images): Minor rephrasing.
2334 2012-02-02  Glenn Morris  <rgm@gnu.org>
2336         * processes.texi (Synchronous Processes):
2337         Mention call-process's :file gets overwritten.
2339         * commands.texi (Reading One Event):
2340         * help.texi (Help Functions): Document read-char-choice.
2342         * hooks.texi (Standard Hooks):
2343         * modes.texi (Keymaps and Minor Modes):
2344         * text.texi (Commands for Insertion): Document post-self-insert-hook.
2346         * hooks.texi (Standard Hooks): Add prog-mode-hook.
2348         * hooks.texi (Standard Hooks):
2349         * modes.texi (Major Mode Conventions, Mode Hooks):
2350         Document change-major-mode-after-body-hook.
2352 2012-02-01  Glenn Morris  <rgm@gnu.org>
2354         * modes.texi (Defining Minor Modes):
2355         Mention disabling global minor modes on a per-major-mode basis.
2357 2012-01-31  Chong Yidong  <cyd@gnu.org>
2359         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2360         (Parser State): Remove unnecessary statement (Bug#10661).
2362         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2364 2012-01-31  Glenn Morris  <rgm@gnu.org>
2366         * modes.texi (Defining Minor Modes):
2367         Document define-minor-mode's new :variable keyword.
2369 2012-01-29  Chong Yidong  <cyd@gnu.org>
2371         * syntax.texi (Syntax Class Table): Tweak description of newline
2372         char syntax (Bug#9619).
2374         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2375         description (Bug#10189).
2377 2012-01-29  Glenn Morris  <rgm@gnu.org>
2379         * files.texi (Changing Files): Document SELinux support.
2381         * windows.texi (Window Sizes): Fix typo.
2383 2012-01-28  Chong Yidong  <cyd@gnu.org>
2385         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2386         doc (Bug#8568).
2388         * frames.texi (Input Focus): Add NORECORD arg to
2389         select-frame-set-input-focus.  Clarify its role in select-frame.
2391         * text.texi (Transposition): We don't use transpose-region as an
2392         internal subroutine (Bug#3249).
2394         * modes.texi (Example Major Modes): Update Lisp example code to
2395         current sources.  Delete the old non-derived-major-mode example,
2396         which has diverged badly from current sources.
2398 2012-01-27  Glenn Morris  <rgm@gnu.org>
2400         * makefile.w32-in (texinputdir): Fix (presumed) typo.
2401         (VERSION, manual): Remove, unused.
2403 2012-01-27  Chong Yidong  <cyd@gnu.org>
2405         * commands.texi (Command Overview): Minor clarification (Bug#10384).
2407 2012-01-26  Chong Yidong  <cyd@gnu.org>
2409         * searching.texi (String Search): Document negative repeat count
2410         (Bug#10507).
2412 2012-01-26  Glenn Morris  <rgm@gnu.org>
2414         * variables.texi (Using Lexical Binding):
2415         Mention that lexical-binding should be set in the first line.
2417 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2419         * macros.texi (Defining Macros): Don't claim that `declare' only
2420         affects Edebug and indentation.
2422 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2424         * macros.texi (Defining Macros): Slight `declare' fixup.
2426 2012-01-25  Glenn Morris  <rgm@gnu.org>
2428         * makefile.w32-in (texinputdir):
2429         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
2431 2012-01-24  Chong Yidong  <cyd@gnu.org>
2433         * variables.texi (Variables, Local Variables, Void Variables):
2434         Edit to make the descriptions less specific to dynamic binding.
2435         (Local Variables): Default max-specpdl-size is now 1300.
2436         (Defining Variables): Edits for lexical scoping.
2437         Delete information about starting docstrings with *.  De-document
2438         user-variable-p.
2439         (Tips for Defining): Remove an unimportant discussion of quitting
2440         in the middle of a load.
2441         (Accessing Variables, Setting Variables): Discuss lexical binding.
2442         (Variable Scoping): Rewrite.
2443         (Scope, Extent, Impl of Scope): Nodes deleted.
2444         (Dynamic Binding): New node, with material from Scope, Extent, and
2445         Impl of Scope nodes.
2446         (Dynamic Binding Tips): Rename from Using Scoping.
2447         (Lexical Binding): Rewrite.
2448         (Using Lexical Binding): Rename from Converting to Lexical
2449         Binding.  Convert to subsection.
2451         * customize.texi (Variable Definitions): Add custom-variable-p.
2452         Move user-variable-p documentation here.
2454 2012-01-23  Chong Yidong  <cyd@gnu.org>
2456         * strings.texi (Text Comparison): Minor qualification.
2458         * lists.texi (Cons Cells): Copyedits.
2459         (List Elements): Mention push.
2460         (List Variables): Mention pop.
2461         (Rings): Move to sequences.texi.
2463         * sequences.texi (Sequence Functions): Don't repeat the
2464         introduction already given in the parent.
2465         (Vectors): Copyedits.
2466         (Rings): Move from lists.texi.  Note that this is specific to the
2467         ring package.
2469         * symbols.texi (Definitions, Symbol Components): Mention variable
2470         scoping issues.
2471         (Plists and Alists): Copyedits.
2473         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2474         correctness with lexical scoping.
2475         (Eval): Copyedits.
2477 2012-01-21  Chong Yidong  <cyd@gnu.org>
2479         * intro.texi (A Sample Function Description): Special notation
2480         used for macros too.
2482         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2483         (Symbol Type): Add xref for keyword symbols.
2484         (Sequence Type): Clarify differences between sequence types.
2485         (Cons Cell Type): Add "linked list" index entry.
2486         (Non-ASCII in Strings): Copyedits.
2487         (Equality Predicates): Symbols with same name need not be eq.
2489         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2490         ldexp.  Move float-e and float-pi to Math Functions node.
2492 2012-01-21  Glenn Morris  <rgm@gnu.org>
2494         * modes.texi (Auto Major Mode):
2495         * variables.texi (File Local Variables):
2496         Mention inhibit-local-variables-regexps.
2498 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
2500         * windows.texi (Window Configurations): Rewrite references to
2501         persistent window parameters.
2502         (Window Parameters): Fix description of persistent window
2503         parameters.
2505 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
2507         * windows.texi (Window Parameters): Use @pxref.
2509 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
2511         * windows.texi (Window Configurations, Window Parameters):
2512         Describe persistent window parameters.
2514 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * variables.texi (Creating Buffer-Local): Warn against misuses of
2517         make-variable-buffer-local (bug#10258).
2519 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2523 2012-01-06  Chong Yidong  <cyd@gnu.org>
2525         * variables.texi (Directory Local Variables):
2526         Document hack-dir-local-variables-non-file-buffer.
2528 2012-01-06  Glenn Morris  <rgm@gnu.org>
2530         * maps.texi (Standard Keymaps): Refer to Info-edit by name
2531         rather than by keybinding.
2533 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
2535         * frames.texi (Font and Color Parameters): Add @pxref.
2537 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
2539         * frames.texi (Font and Color Parameters):
2540         Document w32 font backends (bug#10399).
2542 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2544         * files.texi (File Attributes, Changing Files):
2545         Use a more-natural notation for octal numbers.
2547 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
2549         * variables.texi (Variables with Restricted Values):
2550         Change reference to variable (bug#10354).
2552 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
2554         * windows.texi (Splitting Windows): Use t instead of non-nil
2555         when describing window-combination-resize.
2557 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * text.texi (Special Properties): Warn against `intangible' properties
2560         (bug#10222).
2562 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
2564         * display.texi (Truncation):
2565         * text.texi (Special Properties): Describe what a stretch-glyph is
2566         instead of using that term without explanation.  Make the
2567         cross-references more accurate.
2569         * display.texi (Usual Display): Update the description,
2570         cross-references, and indexing related to display of control
2571         characters and raw bytes.
2573 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
2575         * windows.texi (Splitting Windows): Fix description of
2576         window-combination-limit.  Suggested by Eli Zaretskii.
2578 2011-11-23  Chong Yidong  <cyd@gnu.org>
2580         * windows.texi (Window Sizes): Move window-top-line,
2581         window-left-column, and window-*-pixel-edges to Coordinates and
2582         Windows node.
2583         (Coordinates and Windows): Restore window-edges doc.
2585 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
2587         * windows.texi (Windows and Frames, Splitting Windows):
2588         Fix typos.
2590 2011-11-21  Chong Yidong  <cyd@gnu.org>
2592         * windows.texi (Splitting Windows): Fix error in documentation of
2593         window-combination-limit.
2594         (Cyclic Window Ordering): Minor fixes to next-window,
2595         one-window-p, and get-lru-window docs.  Don't document
2596         window-list-1.
2597         (Buffers and Windows): Copyedits.
2598         (Choosing Window): Document special handling of special-display-*.
2599         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2600         Don't document even-window-heights, which is going away.
2601         Clarify which options are obeyed by which action functions.
2603 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2607 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
2609         * windows.texi (Resizing Windows, Splitting Windows):
2610         Remove term "status" when talking about combination limits.
2612 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2614         * compile.texi (Compiler Errors):
2615         * help.texi (Help Functions): Fix typos.
2617 2011-11-19  Chong Yidong  <cyd@gnu.org>
2619         * windows.texi (Splitting Windows): Clarify role of window
2620         parameters in split-window.  Shorten the example.
2621         (Deleting Windows): Rewrite intro to handle internal windows.
2622         Fix delete-windows-on doc.
2623         (Selecting Windows): Copyedits.
2625 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
2627         * windows.texi (Resizing Windows, Splitting Windows)
2628         (Deleting Windows): Use term window-combination-resize instead
2629         of window-splits.
2631 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
2633         * windows.texi (Resizing Windows, Splitting Windows):
2634         Rename occurrences of window-nest to window-combination-limit.
2636 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
2638         * intro.texi (Lisp History): Fix typo.
2640 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
2642         * windows.texi (Splitting Windows, Deleting Windows):
2643         Remove references to splits status of windows.
2645 2011-11-10  Glenn Morris  <rgm@gnu.org>
2647         * buffers.texi (Read Only Buffers): Expand a bit on why
2648         toggle-read-only should only be used interactively.  (Bug#7292)
2650 2011-11-09  Chong Yidong  <cyd@gnu.org>
2652         * windows.texi (Window Sizes): Document window-pixel-edges,
2653         window-inside-pixel-edges, window-absolute-pixel-edges, and
2654         window-inside-absolute-pixel-edges.
2655         (Resizing Windows): shrink-window-if-larger-than-buffer works on
2656         non-full-width windows.
2658 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
2660         * windows.texi (Resizing Windows): Rewrite documentation of
2661         window-resizable.
2663 2011-11-09  Chong Yidong  <cyd@gnu.org>
2665         * windows.texi (Splitting Windows): Simplify example.
2667 2011-11-08  Chong Yidong  <cyd@gnu.org>
2669         * windows.texi (Window Sizes): Copyedits.  Document
2670         window-text-height.  Remove window-min-height and window-min-width
2671         discussion, referring instead to Emacs manual.
2672         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2673         (Resizing Windows): Simplify introduction.  Don't document
2674         enlarge-window, shrink-window, enlarge-window-horizontally, and
2675         shrink-window-horizontally; they are no longer preferred for
2676         calling from Lisp, and are already documented in the Emacs manual.
2678 2011-11-07  Glenn Morris  <rgm@gnu.org>
2680         * windows.texi (Choosing Window): Fix keybinding typo.
2682 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
2684         * windows.texi (Resizing Windows, Splitting Windows)
2685         (Window Configurations): Use "child window" instead of
2686         "subwindow".
2688 2011-11-06  Chong Yidong  <cyd@gnu.org>
2690         * windows.texi (Basic Windows): Clarify various definitions.
2691         Treat window-normalize-* as internal; don't document them.
2692         (Windows and Frames): Various clarifications, e.g. non-live
2693         windows also belong to frames.  Fix window-list description.
2694         Simplify window nesting example.
2695         (Splitting Windows, Window Configurations):
2696         Use split-window-below.
2698 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
2700         * windows.texi (Window Sizes): Mention in the doc string that the
2701         return values of `window-body-height' and `window-body-width' are
2702         in frame's canonical units.  (Bug#9949)
2704 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
2706         * windows.texi (Windows and Frames): Remove "iso-" infix from
2707         documentation of window-iso-combined-p.
2709 2011-10-26  Chong Yidong  <cyd@gnu.org>
2711         * modes.texi (Running Hooks): Document with-wrapper-hook.
2713 2011-10-18  Chong Yidong  <cyd@gnu.org>
2715         * display.texi (Glyphless Chars): New node.
2717 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
2719         * text.texi (Yanking): Document yank-excluded-properties.
2721         * package.texi (Packaging Basics): The commentary should say how
2722         to begin using the package.
2724 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
2726         * windows.texi (Deleting Windows): Mention which window gets
2727         selected when deleting the selected window.
2729 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
2731         * buffers.texi (The Buffer List): Describe how bury-buffer deals
2732         with the selected window.
2733         * windows.texi (Buffers and Windows): Reformulate text on how
2734         replace-buffer-in-windows deals with a window.
2735         (Quitting Windows): Describe how quit-window deals with a
2736         standalone frame.  Describe new option frame-auto-hide-function.
2738 2011-10-08  Glenn Morris  <rgm@gnu.org>
2740         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
2742         * positions.texi (Excursions): Update warning message.
2744 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
2746         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2747         Fix Emacs manual xref (Bug#9675).
2749 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
2751         * windows.texi (Textual Scrolling): Document scroll-up-command,
2752         scroll-down-command, scroll-error-top-bottom, and the
2753         scroll-command symbol property.
2754         (Display Action Functions): Fix description of
2755         display-buffer-pop-up-window.
2757 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
2759         * windows.texi (Splitting Windows): Fix typos.
2761 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
2763         * windows.texi (Windows and Frames, Display Action Functions)
2764         (Switching Buffers): Fix some typos.
2765         (Buffers and Windows): Remove reference to window-auto-delete.
2766         Reword description of replace-buffer-in-windows.
2767         (Window History): Fix some typos and refer to frame local buffer
2768         list.
2769         (Quitting Windows): New node.
2770         (Window Configurations): Add descriptions of window-state-get
2771         and window-state-put.
2772         (Window Parameters): Describe variable ignore-window-parameters.
2773         Sketch some window parameters currently in use.
2774         * elisp.texi (Top): Update node listing.
2776 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
2778         * windows.texi (Display Action Functions)
2779         (Choosing Window Options): New nodes.
2781 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
2783         * windows.texi (Window History): New node.  Move text here from
2784         Buffers and Windows.
2785         (Switching Buffers): Rename from Displaying Buffers, since we
2786         don't document display-buffer here; callers changed.
2787         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2788         switch-to-buffer-other-frame.  Delete duplicate
2789         replace-buffer-in-windows doc.
2790         (Choosing Window): Document display actions.
2792 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
2794         * display.texi (Forcing Redisplay): Update the description of
2795         redisplay-dont-pause due to change in the default value.
2797 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
2799         * frames.texi (Frames and Windows): Move section and rename to
2800         Windows and Frames in windows.texi.
2801         * windows.texi (Windows): Restructure.
2802         (Basic Windows): Rewrite.  Explain live and internal windows and
2803         normalization functions.
2804         (Windows and Frames): Move section here from frames.texi.
2805         Describe subwindows, window combinations, window tree, and
2806         corresponding functions including window-list here.
2807         (Window Sizes): Rename section from Size of Window and move it
2808         up in chapter.  Describe total and body sizes and the
2809         corresponding functions.  Explain new semantics of
2810         window-min-height/-width.
2811         (Resizing Windows): Move section up in chapter.  Describe new
2812         resize functions.
2813         (Splitting Windows): Describe new behavior of split-window,
2814         split-window-above-each-other and split-window-side-by-side.
2815         Provide examples.  Describe window-nest and window-splits
2816         options.
2817         (Deleting Windows): Minor rewrite.
2818         (Selecting Windows): Minor rewrite.
2819         Describe frame-selected-window and set-frame-selected-window here.
2820         (Cyclic Window Ordering): Minor rewrite.
2821         Describe window-list-1.
2822         (Buffers and Windows): Rewrite.  Explain a window's previous and
2823         next buffers and the corresponding functions.
2824         (Window Tree): Merge into Windows and Frames section.
2825         * elisp.texi (Top): Update node listings for frames and windows
2826         sections.
2828 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2830         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2832 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834         * errors.texi (Standard Errors): Remove apparent placeholder text
2835         (bug#9491).
2837 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2839         * frames.texi (Management Parameters): Fix description of
2840         icon-type parameter.
2842 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
2844         * tips.texi (Key Binding Conventions): Don't bind a key sequence
2845         ending in C-g.  Suggested by Edward O'Connor.
2847 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
2849         * numbers.texi (Integer Basics): Add indexing for
2850         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
2852 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>
2854         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
2856 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
2858         * processes.texi (Network Servers): Clarify what the process
2859         buffer is used for (bug#9233).
2861 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>
2863         * lists.texi (Building Lists): Fix typo.
2865 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
2867         * display.texi (Basic Faces): New node.  Document new faces.
2869         * modes.texi (Major Mode Conventions): Move some text there.
2870         (Mode Help): Remove major-mode var, duplicated in Major Modes.
2872 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
2874         * modes.texi (Basic Major Modes): New node.  Callers updated.
2875         (Major Modes): Document fundamental-mode and major-mode.
2876         (Major Mode Basics): Node deleted; text moved to Major Modes.
2877         (Derived Modes): Document derived-mode-p.
2879 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
2881         * files.texi (Changing Files, Create/Delete Dirs): Document new
2882         arguments for delete-file, delete-directory, and copy-directory.
2883         (Visiting Functions): Remove view-file; it is documented in the
2884         Emacs manual.
2886         * frames.texi (Layout Parameters): The defaults for the
2887         menu-bar-lines and tool-bar-lines parameters depend on the mode.
2889         * display.texi (Progress): Document spinner functionality.
2891         * os.texi (Killing Emacs): Note that kill-emacs can be called by
2892         operating system signals.  Refer to save-buffers-kill-terminal
2893         instead of save-buffers-kill-emacs.
2895         * objects.texi (Symbol Type): Document ## print representation.
2897 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
2899         * display.texi (Specified Space): Mention that `space' specs
2900         influence bidi reordering.
2901         (Bidirectional Display): Explain how to use `(space . PROPS)' for
2902         separating fields with bidirectional content.
2904 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
2906         * display.texi (Bidirectional Display): Document return value in
2907         buffers that are not bidi-reordered for display, and in unibyte
2908         buffers.
2910 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
2912         * nonascii.texi (Character Properties): Document the values for
2913         unassigned codepoints.
2915 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
2917         * nonascii.texi (Character Properties): Document use of
2918         `bidi-class' and `mirroring' properties as part of reordering.
2919         Provide cross-references to "Bidirectional Display".
2921         * display.texi (Bidirectional Display): Document the pitfalls of
2922         concatenating strings with bidirectional content, with possible
2923         solutions.  Document bidi-string-mark-left-to-right.
2924         Mention paragraph direction in modes that inherit from prog-mode.
2925         Document use of `bidi-class' and `mirroring' properties as part of
2926         reordering.
2928 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
2930         * modes.texi (Major Mode Conventions): Improve the documentation
2931         of `mode-class' `special' modes.
2933         * nonascii.texi (Character Properties): Document the `mirroring'
2934         property.  Add index entries.
2936         * syntax.texi (Categories): Add an example of defining a new
2937         category and category table.
2939         * searching.texi (Regexp Backslash): Document how to display
2940         existing categories.  Mention the possibility of adding
2941         categories, and add an xref to where this is described.  Add an
2942         index entry.
2944 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
2946         * text.texi (Special Properties):
2947         * display.texi (Overlay Properties): Note that mouse-face cannot
2948         change the text size (Bug#8530).
2950 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
2952         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2953         using setenv instead.
2955 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
2957         * display.texi (Bidirectional Display): Document the fact that
2958         bidi-display-reordering is t by default.
2960 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
2962         * display.texi (Bidirectional Display): New section.
2964 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965             Tim Cross  <theophilusx@gmail.com>  (tiny change)
2966             Glenn Morris   <rgm@gnu.org>
2968         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
2970 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
2972         * help.texi (Keys in Documentation): Revert last change.
2974 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976         * help.texi (Keys in Documentation): Clarify that \= only quotes
2977         the next character, and doesn't affect longer sequences in
2978         particular (bug#8935).
2980         * debugging.texi (Using Debugger):
2981         Mention @code{eval-expression-debug-on-error} (bug#8549).
2983 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
2985         * display.texi (Other Display Specs): Document that `left-fringe'
2986         and `right-fringe' display specifications are of the "replacing"
2987         kind.
2989 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991         * help.texi (Documentation Basics): Add a link to the Function
2992         Documentation node (bug#6580).
2994 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996         * keymaps.texi (Menu Bar): Mention :visible and :enable
2997         (bug#6344).  Text by Drew Adams.
2999         * modes.texi (Running Hooks): Mention buffer-local hook variables
3000         (bug#6218).
3002         * objects.texi (General Escape Syntax): "a with grave accent" is
3003         ?xe0, not ?x8e0 (bug#5259).
3005 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
3007         * display.texi (Face Attributes, Font Selection): Add references
3008         to the Fonts node in the Emacs manual (Bug#4178).
3010 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
3012         * display.texi (Window Systems): `window-system' is
3013         terminal-local.
3015         * frames.texi (Frame Parameters, Parameter Access): Don't mention
3016         frame-local variables.
3018         * variables.texi (Buffer-Local Variables): Don't mention obsolete
3019         frame-local variables.
3020         (Frame-Local Variables): Node deleted.
3022         * elisp.texi (Top): Update node listing.
3024 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026         * elisp.texi: Change "inferiors" to "subnodes" in three places
3027         (bug#3523).
3029 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
3031         * frames.texi (Window System Selections): Discussion of
3032         x-select-enable-clipboard moved to Emacs manual.
3034 2011-07-11  Deniz Dogan  <deniz@dogan.se>
3036         * commands.texi (Prefix Command Arguments): Remove excessive
3037         apostrophe.
3039 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3042         description is a string (bug#3313).
3044         * frames.texi (Display Feature Testing): Try to explain what all
3045         the visual classes mean (bug#3042).
3047 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049         * modes.texi (Mode Line Variables): Document `mode-line-remote'
3050         and `mode-line-client' (bug#2974).
3052         * text.texi (Insertion): Clarify marker movements (bug#1651).
3053         Text from Drew Adams.
3055 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057         * text.texi (Special Properties): Clarify the format of `face'
3058         (bug#1375).
3060         * commands.texi (Interactive Call): Add a `call-interactively'
3061         example (bug#1010).
3063 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065         * functions.texi (Calling Functions): Link to the "Interactive
3066         Call" node (bug#1001).
3068 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
3070         * customize.texi (Composite Types): Move alist and plist to here
3071         from Simple Types (Bug#7545).
3073         * elisp.texi (Top): Update menu description.
3075         * display.texi (Face Attributes): Document negative line widths
3076         (Bug#6113).
3078 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
3080         * searching.texi (Match Data): Note that match data can be
3081         overwritten by most functions (bug#2499).
3083 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3086         flags mean (bug#6659).
3088         * functions.texi (What Is a Function): Document the autoload
3089         object (bug#6496).
3091 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3094         is only used in the Customize user interface (bug#6089).
3096         * display.texi (Showing Images): Mention the point of sliced
3097         images (bug#7836).
3099 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
3101         * variables.texi (Defining Variables, Void Variables)
3102         (Constant Variables): Fix incorrect usage of @kindex.
3104 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106         * variables.texi (Defining Variables): Add an index entry for
3107         `set-variable' (bug#7262).
3108         (Defining Variables): Use @findex for functions.
3110         * frames.texi (Basic Parameters): Document the `explicit-name'
3111         parameter (bug#6951).
3113         * customize.texi (Type Keywords): Clarify that :value provides a
3114         default value for all types (bug#7386).
3116         * streams.texi (Output Functions): Document `pp'.
3118 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
3120         * keymaps.texi (Searching Keymaps):
3121         * display.texi (Overlay Properties): Fix errors in 2011-05-29
3122         change.  Suggested by Johan Bockgård.
3124 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
3126         * text.texi (Special Properties): Clarify role of font-lock-face.
3128 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130         * processes.texi (Process Information): Rename `process-alive-p'
3131         to `process-live-p' for consistency with other `-live-p' functions.
3133 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
3135         Document wide integers better.
3136         * files.texi (File Attributes): Document ino_t values better.
3137         ino_t values no longer map to anything larger than a single cons.
3138         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3139         (Bitwise Operations):
3140         * objects.texi (Integer Type): Use a binary notation that is a bit easier
3141         to read, and that will port better if 62-bits becomes the default.
3142         Fix or remove incorrect examples.
3143         * os.texi (Time Conversion): Document time_t values better.
3145 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147         * processes.texi (Process Information):
3148         Document `process-alive-p'.
3150 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3152         * help.texi (Accessing Documentation):
3153         * display.texi (Pixel Specification):
3154         * processes.texi (Serial Ports, Serial Ports):
3155         * nonascii.texi (Character Properties, Default Coding Systems):
3156         * text.texi (Changing Properties, Special Properties):
3157         * windows.texi (Window Start and End):
3158         * modes.texi (SMIE Indentation Example, SMIE Tricks):
3159         * keymaps.texi (Searching Keymaps, Tool Bar):
3160         * minibuf.texi (Basic Completion):
3161         * compile.texi (Eval During Compile):
3162         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3163         7x9 paper in printed manual.
3165         * lists.texi (Sets And Lists): Fix misplaced text.
3167 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3169         * keymaps.texi (Remapping Commands): Emphasize that the keymap
3170         needs to be active (Bug#8350).
3172 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
3174         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3176         * tips.texi (Coding Conventions): Remove antediluvian filename
3177         limit recommendation (Bug#8538).
3179 2011-05-27  Glenn Morris  <rgm@gnu.org>
3181         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3183 2011-05-26  Glenn Morris  <rgm@gnu.org>
3185         * variables.texi (File Local Variables):
3186         Update hack-local-variables `mode-only' return value.
3187         Add some more details on what this function does in the other case.
3189 2011-05-19  Glenn Morris  <rgm@gnu.org>
3191         * lists.texi (Sets And Lists): Mention cl provides union etc.
3193 2011-05-19  Nix  <nix@esperi.org.uk>
3195         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3197         * text.texi (Parsing HTML): Update for function name changes.
3199         * syntax.texi (Syntax Flags): Small fix.
3201         * keymaps.texi (Active Keymaps): Typo fix.
3202         (Changing Key Bindings): Grammar fix.
3204         * frames.texi (Minibuffers and Frames): Grammar fix.
3205         (Window System Selections): x-select-enable-clipboard now defaults to t.
3207         * customize.texi (Common Keywords):
3208         * display.texi (Abstract Display):
3209         * modes.texi (Auto-Indentation):
3210         * nonascii.texi (Converting Representations): Typo fixes.
3212         * control.texi (Examples of Catch): Call it "goto" not "go to".
3214 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
3216         * nonascii.texi (Character Properties): Fix inconsistencies with
3217         implementation.
3219         * text.texi (Special Properties): Move @defvar's out of the
3220         @table.  (Bug#8652)
3222 2011-05-12  Glenn Morris  <rgm@gnu.org>
3224         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
3226 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3229         (Multiline Font Lock):
3230         * vol2.texi (Top):
3231         * vol1.texi (Top):
3232         * elisp.texi (Top): Update menu accordingly.
3234 2011-05-12  Drew Adams  <drew.adams@oracle.com>
3236         * modes.texi (Region to Fontify): Fix typo.
3238 2011-05-10  Jim Meyering  <meyering@redhat.com>
3240         * minibuf.texi: Fix typo "in in -> in".
3242 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
3244         * numbers.texi (Integer Basics): Large integers are treated as floats.
3246 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248         * processes.texi (Synchronous Processes): Document the (:file
3249         "/file-name") syntax for `call-process'.
3251 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
3253         * windows.texi (Choosing Window): Fix typo.
3255 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
3257         * frames.texi (Layout Parameters): Note the difference between
3258         querying and setting parameters for left-fringe and right-fringe
3259         (Bug#6930).
3261 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * minibuf.texi (Basic Completion): Be a bit more precise about the
3264         valid kinds of completion tables.
3265         (Programmed Completion): Remove obsolete text about lambda expressions
3266         not being valid completion tables.
3268 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
3270         * positions.texi (Excursions): Explain the "save-excursion
3271         defeated by set-buffer" warning.
3273         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
3274         save-excursion.  Suggested by Uday S Reddy.
3276 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3279         (Lexical Binding): New sub-section.
3281         * eval.texi (Eval): Discourage the use of `eval'.
3282         Document its new `lexical' argument.
3284 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3286         * commands.texi (Command Overview): `post-command-hook' is not reset to
3287         nil any more.
3289 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         * strings.texi (String Conversion): Don't mention
3292         string-make-(uni|multi)byte (bug#8262).
3293         * nonascii.texi (Converting Representations): Fix up range.
3294         * keymaps.texi (Key Binding Commands): Update code point, avoid
3295         "unibyte character" and remove mention of unibyte bindings.
3297 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
3299         * modes.texi (Operator Precedence Grammars): Don't use characters
3300         outside ISO-8859-1.
3302 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
3304         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3306         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3308 2011-03-08  Glenn Morris  <rgm@gnu.org>
3310         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3311         * intro.texi (Acknowledgements): Names to UTF-8.
3312         * elisp.texi: Set documentencoding.
3314 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3316         * Version 23.3 released.
3318 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
3320         * package.texi: Update index keywords.
3321         (Package Archives): New node contents.  Document package-x.el.
3323 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
3325         * makefile.w32-in (srcs): Add package.texi.
3327 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
3329         * package.texi (Packaging, Packaging Basics, Simple Packages)
3330         (Multi-file Packages): Expand and clarify.
3331         (Package Archives): Temporary placeholder node.
3333         * elisp.texi (Top): Update node listing.
3335         * Makefile.in (srcs): Add package.texi.
3337 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
3339         * processes.texi (Synchronous Processes): Minor clarification
3340         (Bug#8149).
3342 2011-03-03  Glenn Morris  <rgm@gnu.org>
3344         * files.texi (Truenames): Minor clarification.  (Bug#2341)
3346 2011-03-01  Glenn Morris  <rgm@gnu.org>
3348         * variables.texi (Directory Local Variables):
3349         Mention `(subdirs . nil)' alist element.
3351 2011-02-28  Glenn Morris  <rgm@gnu.org>
3353         * variables.texi (Directory Local Variables): Mention the optional
3354         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
3356 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
3358         * minibuf.texi (Minibuffer History): Clarify discussion of
3359         minibuffer history lists (Bug#8085).
3361 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
3363         * elisp.texi: Sync @dircategory with ../../info/dir.
3365         * files.texi (Visiting Functions): Document find-file-literally,
3366         both the command and the variable.
3368         * variables.texi (Creating Buffer-Local): Explain the meaning of
3369         permanent local variables.
3371         * files.texi (Visiting Functions): Document find-file-literally,
3372         both the command and the variable.
3374         * variables.texi (Creating Buffer-Local): Explain the meaning of
3375         permanent local variables.
3377 2011-02-19  Glenn Morris  <rgm@gnu.org>
3379         * keymaps.texi (Remapping Commands): Mention how to undo it.
3381 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
3383         * loading.texi (Hooks for Loading): Remove unnecessary advice
3384         about eval-after-load (Bug#7986).
3386 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
3388         * commands.texi (Accessing Mouse): Note that a header line is not
3389         included in the row of posn-col-row.
3391 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
3393         * modes.texi (Major Mode Conventions): Add face guidelines.
3394         (Faces for Font Lock): List faces in order of prominence.
3396 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3398         format-time-string now supports subsecond time stamp resolution
3399         * os.texi (Time Parsing): Document %N.
3401 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
3403         * vol1.texi (Top):
3404         * vol2.texi (Top):
3405         * elisp.texi (Top):
3406         * display.texi (Display Property): Shorten the menu description of
3407         the "Other Display Specs" node (Bug#7816).
3409         * keymaps.texi (Defining Menus): Add "menu item" and "extended
3410         menu item" concept index entries (Bug#7805).
3412 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
3414         * makefile.w32-in (texinfodir): New variable.
3415         (usermanualdir): Remove as redundant with $(emacsdir).
3416         (MAKEINFO): Remove options, leave only program name.
3417         (MAKEINFO_OPTS): New variable.
3418         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3420 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
3421             Richard Kim  <emacs18@gmail.com>
3423         * loading.texi (Library Search): Document list-load-path-shadows
3424         (Bug#7757).
3426 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
3428         * searching.texi (Regexp Special): Remove outdated discussion of
3429         character sets (Bug#7780).
3431         * frames.texi (Pop-Up Menus): Document where menu title comes
3432         from (Bug#7684).
3434 2011-01-25  Glenn Morris  <rgm@gnu.org>
3436         * display.texi (Making Buttons): Mention limitation of text buttons.
3438 2011-01-23  Werner Lemberg  <wl@gnu.org>
3440         * Makefile.in (MAKEINFO): Now controlled by `configure'.
3441         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
3442         (ENVADD): New variable to control texi2dvi and texi2pdf.
3444 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
3446         * files.texi (Directory Names): Move directory-abbrev-alist doc to
3447         Emacs manual.
3449 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
3451         * files.texi (Directory Names): Explain why FROM in
3452         directory-abbrev-alist should begin with \`.  (Bug#7777)
3454 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3456         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3458 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
3460         * modes.texi (Emulating Mode Line): Fix last change.
3462 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
3464         * modes.texi (Emulating Mode Line): Update documentation of
3465         format-mode-line according to changes that fixed bug #7587.
3467 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3469         * modes.texi (Derived Modes): Mention prog-mode.
3471         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3472         of the key-binding-data cache since we don't use it any more.
3474 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
3476         * processes.texi (Shell Arguments):
3477         * strings.texi (Creating Strings): Don't mention "shell commands";
3478         make it explicit that `split-string-and-unquote' and
3479         `combine-and-quote-strings' are mainly for working with arguments
3480         to call-process and start-process.
3482         * processes.texi (Shell Arguments): Fix documentation of
3483         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
3485 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3487         * modes.texi (Auto-Indentation): New section to document SMIE.
3488         (Major Mode Conventions):
3489         * text.texi (Mode-Specific Indent): Refer to it.
3491 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
3493         * display.texi (Other Display Specs): Document left-fringe and
3494         right-fringe display specs.
3496 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3498         * backups.texi (Making Backups):
3499         * modes.texi (Example Major Modes): Use recommended coding style.
3500         (Major Mode Basics, Derived Modes): Encourge more strongly use of
3501         define-derived-mode.  Mention completion-at-point-functions.
3503 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
3505         * nonascii.texi (Converting Representations):
3506         Document byte-to-string.
3508 2010-12-08  Glenn Morris  <rgm@gnu.org>
3510         * buffers.texi (Modification Time):
3511         verify-visited-file-modtime now defaults to the current buffer.
3513 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3515         * nonascii.texi (Converting Representations): Document byte-to-string.
3517         * strings.texi (Creating Strings): Don't mention semi-obsolete
3518         function char-to-string.
3519         (String Conversion): Shorten discussion of semi-obsolete function
3520         string-to-char.  Link to Converting Representations.
3522         * objects.texi (Symbol Type):
3523         * text.texi (Near Point):
3524         * help.texi (Help Functions):
3525         * functions.texi (Mapping Functions): Use string instead of
3526         char-to-string in examples.
3528 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
3530         * text.texi (Kill Functions, Kill Functions)
3531         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3532         YANK-HANDLER args.
3534         * symbols.texi (Creating Symbols): Using unintern without an
3535         obarray arg is now obsolete.
3537         * numbers.texi (Float Basics): Document float-e and float-pi.
3539         * variables.texi (Defining Variables): Change "pi" example to
3540         "float-pi".
3542 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
3544         * commands.texi (Click Events): Document the values of X, Y and
3545         COL, ROW in the event's position, when the click is on the header
3546         or mode line, on the fringes, or in the margins.
3548 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
3550         * customize.texi (Composite Types): Lower-case index entry.
3552         * loading.texi (How Programs Do Loading):
3553         Document load-file-name.  (Bug#7346)
3555 2010-11-17  Glenn Morris  <rgm@gnu.org>
3557         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3559 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
3561         * display.texi (Usual Display): Characters with no fonts are not
3562         necessarily displayed as empty boxes.
3564 2010-10-31  Glenn Morris  <rgm@gnu.org>
3566         * maps.texi (Standard Keymaps): Update File menu description.
3568 2010-10-28  Glenn Morris  <rgm@gnu.org>
3570         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3572 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
3574         * display.texi (Window Systems): Deprecate use of window-system as
3575         a predicate.
3577 2010-10-23  Glenn Morris  <rgm@gnu.org>
3579         * help.texi (Documentation Basics): Remove mentions of digest-doc and
3580         sorted-doc.
3582 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
3584         * os.texi (Dynamic Libraries): New node, with slightly modified
3585         text deleted from "Image Formats".
3586         (System Interface): Add @menu entry for "Dynamic Libraries".
3588         * display.texi (Image Formats): Remove description of
3589         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3591 2010-10-12  Glenn Morris  <rgm@gnu.org>
3593         * book-spine.texinfo: Rename to book-spine.texi.
3595 2010-10-11  Glenn Morris  <rgm@gnu.org>
3597         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3599         * Makefile.in (DVIPS): New variable.
3600         (.PHONY): Add html, ps.
3601         (html, elisp.html, ps, elisp.ps): New targets.
3602         (clean): Delete html, ps files.
3603         ($(infodir)/elisp): Remove unnecessary includes.
3605 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
3607         * makefile.w32-in (emacsdir): New variable.
3608         (srcs): Add emacsver.texi.
3609         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3611 2010-10-09  Glenn Morris  <rgm@gnu.org>
3613         * Makefile.in (VPATH): Remove.
3614         (infodir): Make it absolute.
3615         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3617         * Makefile.in (dist): Anchor regexps.
3619         * Makefile.in (srcs): Put elisp.texi first.
3620         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3622         * Makefile.in (infoclean): Remove harmless, long-standing error.
3624         * Makefile.in ($(infodir)): Delete rule.
3625         (mkinfodir): New.
3626         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3628         * Makefile.in (dist): Remove reference to emacsver.texi.in.
3629         Also copy emacsver.texi, and edit $emacsdir.
3631 2010-10-09  Glenn Morris  <rgm@gnu.org>
3633         * Makefile.in (emacsdir): New variable.
3634         (MAKEINFO): Add -I $emacsdir.
3635         (dist): Copy emacsver.texi.
3636         (srcs): Add emacsver.texi.
3638         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3639         Set EMACSVER by including emacsver.texi.
3641         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3643 2010-10-07  Glenn Morris  <rgm@gnu.org>
3645         * Makefile.in (version): New, set by configure.
3646         (clean): Delete dist tar file.
3647         (dist): Use version in tar name.
3649 2010-10-06  Glenn Morris  <rgm@gnu.org>
3651         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3652         (INSTALL_INFO): Remove unused variable.
3653         (mostlyclean, infoclean, dist): New rules.
3654         (clean): Delete dvi and pdf files.
3655         (maintainer-clean): Remove elisp.oaux, use infoclean.
3656         ($(infodir)): Add parallel build workaround.
3658 2010-10-04  Glenn Morris  <rgm@gnu.org>
3660         * Makefile.in (dvi, pdf, $(infodir)): New targets.
3661         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
3662         Fix -I typo.
3663         (clean): No 'make.out' or 'core' files.
3664         (.PHONY): Declare clean rules.
3665         (maintainer-clean): Delete pdf file.  Guard against cd failures.
3667 2010-10-03  Glenn Morris  <rgm@gnu.org>
3669         * files.texi (File Name Components): Remove ignored section about
3670         deleted variable directory-sep-char.
3672 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
3674         * files.texi (Magic File Names): New defopt
3675         remote-file-name-inhibit-cache.
3677 2010-10-02  Glenn Morris  <rgm@gnu.org>
3679         * os.texi (Killing Emacs): Hook now runs in batch mode.
3681 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3683         * text.texi (Special Properties): Clarify when modification-hooks run.
3685 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * syntax.texi (Syntax Flags): Document new `c' flag.
3689 2010-09-09  Glenn Morris  <rgm@gnu.org>
3691         * display.texi (ImageMagick Images): General cleanup.
3693 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3695         * files.texi (Directory Names): Use \` rather than ^.
3697 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3699         * text.texi (Low-Level Kill Ring):
3700         * frames.texi (Window System Selections): Remove cut buffer
3701         documentation.
3703 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
3705         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3706         Parameters", where the default fringe width is described.
3708         * frames.texi (Window Frame Parameters, Basic Parameters)
3709         (Position Parameters, Layout Parameters, Management Parameters)
3710         (Cursor Parameters, Font and Color Parameters): Add indexing for
3711         frame parameters.  (Bug#6929)
3713 2010-08-25  Tom Tromey  <tromey@redhat.com>
3715         * vol2.texi (Top): Update.
3716         * vol1.texi (Top): Update.
3717         * tips.texi (Library Headers): Mention Package-Version and
3718         Package-Requires.
3719         * package.texi: New file.
3720         * os.texi (System Interface): Update pointers.
3721         * elisp.texi (Top): Link to new nodes.  Include package.texi.
3722         * anti.texi (Antinews): Update pointers.
3724 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
3726         * processes.texi (Filter Functions): Fix last change.
3728 2010-08-24  Markus Triska  <triska@gmx.at>
3730         * processes.texi (Filter Functions): Use `buffer-live-p' instead
3731         of `buffer-name' in the main text as well as in the example
3732         (Bug#3098).
3734 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3736         * nonascii.texi (Text Representations):
3737         * loading.texi (Loading Non-ASCII):
3738         * compile.texi (Byte Compilation): Don't mention obsolete
3739         --unibyte command-line argument.
3741 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3743         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3745 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3747         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3749 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
3751         * commands.texi (Misc Events): Add cross-references to where
3752         POSITION of a mouse event is described in detail.
3754 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
3756         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
3758 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3760         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3761         Suggested by Štěpán Němec <stepnem@gmail.com>.
3763 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3765         * minibuf.texi (High-Level Completion): Document args of
3766         `read-buffer-function' (bug#5625).
3768 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3770         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3772 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3774         * processes.texi (Process Information): Explain process property
3775         `remote-tty'.
3777 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3779         * modes.texi (Defining Minor Modes): Use C-delete in examples,
3780         instead of "\C-\^?" (bug#6334).
3782         * text.texi (Special Properties): Fix typo.
3784 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
3786         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3787         calling sequences, which are now the standard.
3789 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3791         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3793         * commands.texi (Command Overview): Mention undo-boundary call.
3795 2010-06-23  Glenn Morris  <rgm@gnu.org>
3797         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3798         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3799         * frames.texi, functions.texi, internals.texi, keymaps.texi:
3800         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3801         * searching.texi, sequences.texi, strings.texi, syntax.texi:
3802         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3803         Untabify Texinfo files.
3805 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3807         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3809 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3811         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3813 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
3815         * searching.texi (Regexp Special): Remove obsolete information
3816         about matching non-ASCII characters, and suggest using char
3817         classes (Bug#6283).
3819 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3821         * minibuf.texi (Basic Completion): Add missing "@end defun".
3823 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * minibuf.texi (Basic Completion): Document completion-boundaries.
3826         (Programmed Completion): Document the new fourth method for boundaries.
3828 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
3830         * display.texi (Image Cache): Update documentation about image caching.
3832 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3834         * windows.texi (Textual Scrolling):
3835         * tips.texi (Coding Conventions):
3836         * minibuf.texi (Minibuffer History):
3837         * maps.texi (Standard Keymaps):
3838         * loading.texi (Where Defined):
3839         * edebug.texi (Instrumenting): Fix typos.
3841 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3843         * keymaps.texi (Menu Bar): Document :advertised-binding property.
3845         * functions.texi (Obsolete Functions):
3846         Document set-advertised-calling-convention.
3848         * minibuf.texi (Basic Completion): Document completion-in-region.
3849         (Programmed Completion): Document completion-annotate-function.
3851         * commands.texi (Reading One Event): Document read-key.
3852         (Distinguish Interactive): Document KIND arg to
3853         called-interactively-p.  Delete obsolete interactive-p.
3855         * elisp.texi (Top): Update node description.
3857 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
3859         * nonascii.texi (Character Properties):
3860         Document unicode-category-table.  Add an index entry for Unicode
3861         general category.
3863 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3865         * Version 23.2 released.
3867 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3869         * locals.texi (Standard Buffer-Local Variables):
3870         Remove @ignore'd reference to `direction-reversed'.
3872 2010-04-14  Juri Linkov  <juri@jurta.org>
3874         Fix @deffn without category.
3876         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3877         for `abbrev-insert'.
3879         * buffers.texi (Indirect Buffers): Add category `Command'
3880         to @deffn of `clone-indirect-buffer'.
3882         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3883         for `next-window' and `previous-window'.  Add category `Command'
3884         to @deffn of `pop-to-buffer'.
3886 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
3888         * nonascii.texi (Text Representations): Don't mark
3889         enable-multibyte-characters as a user option.
3891 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3893         * control.texi (Handling Errors): How to re-throw a signal caught
3894         by condition-case.
3896 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
3898         * loading.texi (Hooks for Loading): Document after-load-functions.
3899         Copyedits.
3901 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3903         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
3905 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3907         * processes.texi (Network Processes): Document seqpacket type.
3909 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3911         * os.texi (System Environment): Do not mention lynxos.
3913 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3915         * Branch for 23.2.
3917 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3919         * objects.texi (Integer Type): Take note of the read syntax
3920         exception for numbers that cannot fit in the integer type.
3922 2010-03-03  Glenn Morris  <rgm@gnu.org>
3924         * numbers.texi (Integer Basics, Bitwise Operations):
3925         * objects.texi (Integer Type): Update for integers now being 30-bit.
3927 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3929         * display.texi (Low-Level Font): Document :otf font-spec property.
3931 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * display.texi (Line Height): Avoid obsolete special default variables
3934         like default-major-mode.
3936 2010-01-28  Alan Mackenzie  <acm@muc.de>
3938         * display.texi (Auto Faces): Say fontification-functions is called
3939         whether or not Font Lock is enabled.  Tidy up the wording a bit.
3941 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3943         * elisp.texi: Remove duplicate edition information (Bug#5407).
3945 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3947         * two.el (volume-header-toc-markup): Fix typos in docstring.
3949 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3951         Avoid dubious uses of save-excursions.
3952         * positions.texi (Excursions): Recommend the use of
3953         save-current-buffer if applicable.
3954         * text.texi (Clickable Text): Fix the example code which used
3955         save-excursion in a naive way which sometimes preserves point and
3956         sometimes not.
3957         * variables.texi (Creating Buffer-Local):
3958         * os.texi (Session Management):
3959         * display.texi (GIF Images):
3960         * control.texi (Cleanups): Use (save|with)-current-buffer.
3962 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3964         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
3966 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3968         * nonascii.texi (Text Representations, Character Codes)
3969         (Converting Representations, Explicit Encoding)
3970         (Translation of Characters): Use hex notation consistently.
3971         (Character Sets): Fix map-charset-chars doc (Bug#5197).
3973 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3975         * loading.texi (Where Defined): Make it clearer that these are
3976         loaded files (Bug#5068).
3978 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
3980         * minibuf.texi (Completion Styles): Document `initials' style.
3982 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
3984         * frames.texi (Resources): Describe inhibit-x-resources.
3985         (Size Parameters): Copyedit.
3987         * hash.texi (Creating Hash):
3988         * objects.texi (Hash Table Type): Document the new hash table
3989         printed representation.
3991         * minibuf.texi (Basic Completion): 4th arg to all-completions is
3992         obsolete.
3994         * processes.texi (Process Buffers):
3995         Document process-kill-buffer-query-function.
3997 2009-12-05  Glenn Morris  <rgm@gnu.org>
3999         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4000         diary-display-function, and no longer recommended to be a hook.
4001         Update for changes in the names of calendar and diary hooks.
4002         diary-print-entries-hook has changed section.
4004 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
4006         * text.texi (Special Properties): More accurate description of
4007         what the `cursor' property does.
4009 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4011         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4012         mouse-wheel-down-event, the closest thing to a definition for them.
4013         * os.texi (Startup Summary): vindex inhibit-startup-message and
4014         inhibit-splash-screen.
4015         (Command-Line Arguments): vindex argv.
4016         (Suspending Emacs): vindex suspend-tty-functions and
4017         resume-tty-functions.  Don't want to index every hook, but having
4018         the programming ones is helpful.
4020 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4022         * commands.texi (Motion Events): Fix typo (Bug#4907).
4024 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4026         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4027         are affected by case-fold-search (Bug#4483).
4029 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4031         * minibuf.texi (Reading File Names): Note that read-file-name may
4032         use a graphical file dialog.
4034 2009-10-31  Glenn Morris  <rgm@gnu.org>
4036         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
4038 2009-10-16  Kevin Ryde  <user42@zip.com.au>
4040         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4041         in particular so `info-lookup-symbol' can find its docs.
4043 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
4045         * variables.texi (Constant Variables): Distinguish from defconst
4046         variables.
4047         (Defining Variables): Add cindex.
4049 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
4051         * os.texi (Time of Day): Clarify that the microsecond part is
4052         ignored (Bug#4637).
4054 2009-10-11  Glenn Morris  <rgm@gnu.org>
4056         * frames.texi (Size and Position): Clarify what is included in the frame
4057         height.  (Bug#4535)
4059 2009-10-10  Glenn Morris  <rgm@gnu.org>
4061         * windows.texi (Size of Window): The relationship between window and
4062         frame heights is not so simple.  (Bug#4535)
4063         Mention window-full-height-p.
4065 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4067         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4068         used from Lisp.
4070 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
4072         * files.texi (Directory Names) <abbreviate-file-name>:
4073         Document that root home directories are not replaced with "~".
4075 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
4077         * text.texi (Special Properties): Document the meaning of the
4078         `cursor' text property whose value is an integer.
4080 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
4082         * files.texi (Magic File Names): Add `copy-directory'.
4084 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
4086         * files.texi (File Attributes): Fix description of file
4087         attributes.  (Bug#4638) Update attributes of files.texi example to
4088         be more representative.
4090 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
4092         * files.texi (Create/Delete Dirs): New command copy-directory.
4094 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4096         * anti.texi (Antinews):
4097         * macros.texi (Indenting Macros):
4098         * strings.texi (Creating Strings, Case Conversion):
4099         Remove duplicate words.
4101 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4103         * files.texi (Create/Delete Dirs): delete-directory has an
4104         optional parameter RECURSIVE.
4106 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4108         * buffers.texi (Swapping Text): Minor clarification.
4110 2009-10-01  Glenn Morris  <rgm@gnu.org>
4112         * functions.texi (Declaring Functions): Mention that we also search for
4113         ".m" files in the src/ directory.
4115 2009-09-25  David Engster  <deng@randomsample.de>
4117         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4119 2009-09-22  Glenn Morris  <rgm@gnu.org>
4121         * internals.texi (Building Emacs): Mention preloaded-file-list.
4123 2009-09-14  Alan Mackenzie  <acm@muc.de>
4125         * os.texi (Terminal Output): Put "@code{}" around "stdout".
4127 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4129         * functions.texi (Anonymous Functions): Rearrange discussion,
4130         giving usage of unquoted lambda forms first.  Mention that
4131         `function' and `#'' are no longer required (Bug#4290).
4133 2009-09-11  Alan Mackenzie  <acm@muc.de>
4135         * os.texi (Terminal Output): Document `send-string-to-terminal' in
4136         batch mode.
4138 2009-09-01  Glenn Morris  <rgm@gnu.org>
4140         * display.texi (Face Functions): Mention define-obsolete-face-alias.
4142 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
4144         * nonascii.texi (Character Codes): Fix typos.
4146 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
4148         * processes.texi (Synchronous Processes): New defvar
4149         process-file-side-effects.
4151 2009-08-25  Glenn Morris  <rgm@gnu.org>
4153         * display.texi (Fontsets): Fix typo.
4155         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4157 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * processes.texi (Asynchronous Processes): Adjust arglist of
4160         start-process-shell-command and start-file-process-shell-command.
4162 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4164         * advice.texi (Argument Access in Advice): Note that argument
4165         positions are zero-based (Bug#3932).
4167         * commands.texi (Distinguish Interactive): Minor copyedit.
4169         * display.texi (Face Attributes): Add xref to Displaying Faces for
4170         explanation of "underlying face".
4172         * customize.texi (Common Keywords): Add xref to Loading.
4174         * loading.texi (How Programs Do Loading): Add xref to Lisp
4175         Libraries node in the Emacs manual.
4177 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
4179         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4181 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4183         * processes.texi (Shell Arguments): Copyedits.
4185 2009-07-18  Glenn Morris  <rgm@gnu.org>
4187         * loading.texi (Repeated Loading): Fix typo.
4189 2009-07-16  Richard Stallman  <rms@gnu.org>
4191         * buffers.texi (Swapping Text): Recommend setting
4192         write-region-annotate-functions and buffer-saved-size.
4194         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4196 2009-07-15  Glenn Morris  <rgm@gnu.org>
4198         * edebug.texi: Minor re-phrasings throughout.
4199         (Edebug Execution Modes): Sit-for affects continue mode too.
4200         (Jumping): Use `forward-sexp' rather than its keybinding.
4201         (Edebug Misc): Fix Q binding.
4202         (Edebug Eval): Remove cl version.
4203         (Printing in Edebug): Clarify print-length etc.
4204         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4205         (Specification List): Remove edebug-unwrap findex entry.
4206         (Specification Examples): defmacro is actually not the same as defun.
4207         Escape "`" in example.
4209 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4211         * markers.texi (The Mark): Document optional arg to
4212         deactivate-mark.
4214 2009-07-11  Kevin Ryde  <user42@zip.com.au>
4216         * hooks.texi (Standard Hooks): Fix cross-references.
4218         * loading.texi (Named Features): Refer to eval-after-load.
4220 2009-07-11  Glenn Morris  <rgm@gnu.org>
4222         * Makefile.in (TEXI2PDF): New.
4223         (elisp.pdf): New target.
4225         * searching.texi (Regexp Backslash): Fix typo.
4227         * elisp.texi (Top): Display copyright notice at start of non-TeX.
4229 2009-07-10  Glenn Morris  <rgm@gnu.org>
4231         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4233         * customize.texi (Customization Types):
4234         * display.texi (Abstract Display):
4235         * objects.texi (Character Type, String Type):
4236         Merge in some menu descriptions from elisp.texi.
4238         * hash.texi (Hash Tables):
4239         * modes.texi (Multiline Font Lock):
4240         End menu description with period.
4242 2009-07-09  Glenn Morris  <rgm@gnu.org>
4244         * back.texi: Don't hard-code texinfo location.
4246         * two-volume.make (texinfodir): New, with location of texinfo.tex.
4247         (tex): Add texinfodir to TEXINPUTS.
4248         (elisp1med-init, elisp2med-init): Use texinfodir.
4250         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4251         (clean): Add two-volume.make intermediate files.
4253         * elisp.texi, vol1.texi, vol2.texi:
4254         Use a DATE variable with the publication date, and update it.
4255         Fix antinews menu description.
4257         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4258         Update the detailed node listing to match elisp.texi.
4260         * README: Update edition to match elisp.texi.
4262         * objects.texi (General Escape Syntax):
4263         * nonascii.texi (Character Sets):
4264         Use consistent case for "Unicode Standard".
4266         * anti.texi (Antinews):
4267         * customize.texi (Variable Definitions):
4268         * functions.texi (Declaring Functions):
4269         * nonascii.texi (Character Properties):
4270         * processes.texi (Serial Ports):
4271         * text.texi (Special Properties):
4272         * tips.texi (Coding Conventions):
4273         Minor rearrangements to improve TeX line-filling.
4275         * commands.texi (Using Interactive): Fix cross-reference.
4277 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4279         * frames.texi (Management Parameters): Mention sticky.
4281 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
4283         * help.texi (Help Functions): Fix description of help-buffer and
4284         help-setup-xref to use @defun instead of @deffn.
4286 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4288         * frames.texi (Size Parameters): Mention maximized for fullscreen.
4290 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
4292         * display.texi (Window Systems): Add ns to the list.
4294 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
4296         * Branch for 23.1.
4298 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
4300         * windows.texi (Dedicated Windows): Fix typo.
4301         (Resizing Windows): Replace @defun by @deffn.
4303 2009-06-17  Glenn Morris  <rgm@gnu.org>
4305         * variables.texi (Directory Local Variables):
4306         Update for 2009-04-11 name-change of dir-locals-directory-alist.
4308 2009-06-09  Kenichi Handa  <handa@m17n.org>
4310         * nonascii.texi (Character Sets): State clearly that FROM and TO
4311         are codepoints of CHARSET.
4313 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
4315         * minibuf.texi (Reading File Names): Fix introductory text.
4316         Suggested by stan@derbycityprints.com.
4317         (High-Level Completion): Fix typo.
4319 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
4321         * frames.texi (Text Terminal Colors): Multi-tty is already
4322         implemented, but tty-local colors are not.
4324 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
4326         * hooks.texi (Standard Hooks): Remove mention of obsolete
4327         redisplay-end-trigger-functions.
4329         * internals.texi (Window Internals): Remove mention of obsolete
4330         redisplay-end-trigger-functions.
4332 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
4334         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4336         * backups.texi (Making Backups): backup-directory-alist and
4337         make-backup-file-name-function are options.
4338         (Auto-Saving): auto-save-list-file-prefix is an option.
4340         * buffers.texi (Killing Buffers): buffer-offer-save is an
4341         option.
4343         * display.texi (Refresh Screen): no-redraw-on-reenter is an
4344         option.
4345         (Echo Area Customization): echo-keystrokes is an option.
4346         (Selective Display): selective-display-ellipses is an option.
4347         (Temporary Displays): temp-buffer-show-function is an option.
4348         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4349         are options.
4350         (Font Selection): face-font-family-alternatives,
4351         face-font-selection-order, face-font-registry-alternatives, and
4352         scalable-fonts-allowed are options.
4353         (Fringe Indicators): indicate-buffer-boundaries is an option.
4354         (Fringe Cursors): overflow-newline-into-fringe is an option.
4355         (Scroll Bars): scroll-bar-mode is an option.
4357         * eval.texi (Eval): max-lisp-eval-depth is an option.
4359         * files.texi (Visiting Functions): find-file-hook is an option.
4360         (Directory Names): directory-abbrev-alist is an option.
4361         (Unique File Names): temporary-file-directory and
4362         small-temporary-file-directory are options.
4364         * frames.texi (Initial Parameters): initial-frame-alist,
4365         minibuffer-frame-alist and default-frame-alist are options.
4366         (Cursor Parameters): blink-cursor-alist and
4367         cursor-in-non-selected-windows ar options.
4368         (Window System Selections): selection-coding-system is an
4369         option.
4370         (Display Feature Testing): display-mm-dimensions-alist is an
4371         option.
4373         * help.texi (Help Functions): help-char and help-event-list are
4374         options.
4376         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4377         an option.
4379         * minibuf.texi (Minibuffer History): history-length and
4380         history-delete-duplicates are options.
4381         (High-Level Completion): read-buffer-function and
4382         read-buffer-completion-ignore-case are options.
4383         (Reading File Names): read-file-name-completion-ignore-case is
4384         an option.
4386         * modes.texi (Mode Line Top): mode-line-format is an option.
4387         (Mode Line Variables): mode-line-position and mode-line-modes
4388         are options.
4390         * nonascii.texi (Text Representations):
4391         enable-multibyte-characters is an option.
4392         (Default Coding Systems): auto-coding-regexp-alist,
4393         file-coding-system-alist, auto-coding-alist and
4394         auto-coding-functions are options.
4395         (Specifying Coding Systems): inhibit-eol-conversion is an
4396         option.
4398         * os.texi (Init File): site-run-file is an option.
4399         (System Environment): mail-host-address is an option.
4400         (User Identification): user-mail-address is an option.
4401         (Terminal Output): baud-rate is an option.
4403         * positions.texi (Word Motion): words-include-escapes is an
4404         option.
4406         * searching.texi (Standard Regexps): page-delimiter,
4407         paragraph-separate, paragraph-separate and sentence-end are
4408         options.
4410         * text.texi (Margins): left-margin and fill-nobreak-predicate
4411         are options.
4413         * variables.texi (Local Variables): max-specpdl-size is an
4414         option.
4416         * windows.texi (Choosing Window):
4417         split-window-preferred-function, special-display-function and
4418         display-buffer-function are options.
4420 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
4422         Fix errors spotted by Martin Rudalics.
4424         * syntax.texi (Position Parse): Document rationale for ignored
4425         arguments to syntax-ppss-flush-cache.
4427         * processes.texi (Input to Processes): Mark PROCESS arg to
4428         process-running-child-p as optional.
4429         (Network Options): Document NO-ERROR arg to
4430         set-network-process-option.
4432         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4433         command.
4435         * searching.texi (POSIX Regexps): Mark posix-search-forward and
4436         posix-search-backward as commands.
4438         * os.texi (Killing Emacs): Mark kill-emacs as a command.
4439         (Suspending Emacs): Mark suspend-emacs as a command.
4440         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4441         commands.
4442         (Terminal Output): Remove obsolete function baud-rate.
4443         Document TERMINAL arg for send-string-to-terminal.
4445         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4446         terminal-coding-system and set-terminal-coding-system.
4447         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4448         as optional.
4449         (Character Sets): Document RESTRICTION arg of char-charset.
4450         (Character Codes): Mark POS argument to get-byte as optional.
4452         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4453         minibuffer-message.
4455         * files.texi (Create/Delete Dirs): Mark make-directory and
4456         delete-directory as commands.
4458         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4460         * text.texi (Base 64): Mark base64-decode-string and
4461         base64-encode-string as commands.
4462         (Columns): Mark move-to-column as a command.
4463         (Mode-Specific Indent): Document RIGID arg to
4464         indent-for-tab-command.
4465         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4466         Mark indent-code-rigidly as a command.
4467         (Substitution): Mark translate-region as a command.
4469         * frames.texi (Size and Position): Remove obsolete functions
4470         screen-height and screen-width.
4472 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
4474         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4475         (Displaying Buffers, Resizing Windows): Correct mistakes;
4476         next-window, previous-window, and pop-to-buffer are not commands,
4477         and fit-window-to-buffer" is a command.  (Pointed out by Martin
4478         Rudalics.)
4480 2009-05-17  Richard M Stallman  <rms@gnu.org>
4482         * modes.texi (Precalculated Fontification): Clarify text.
4484 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
4486         * windows.texi (Selecting Windows): Clarify descriptions of
4487         with-selected-window and get-lru-window.
4488         (Cyclic Window Ordering): Refer to particular frame when talking
4489         about how splitting affects the ordering.
4490         (Displaying Buffers): Fix descriptions of switch-to-buffer and
4491         switch-to-buffer-other-window.  Explain how setting of
4492         display-buffer-reuse-frames affects pop-to-buffer.
4493         (Choosing Window): Clarify some details in descriptions of
4494         display-buffer-reuse-frames, pop-up-frames, and
4495         pop-up-frame-function.
4496         (Dedicated Windows): Clarify some details.
4497         (Textual Scrolling): Replace term vscroll by term vertical
4498         scroll position.
4499         (Vertical Scrolling): Fix typo.
4500         (Window Hooks): Relate text on jit-lock-register to window
4501         scrolling and size changes.
4503 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
4505         * frames.texi (Initial Parameters): Clarify what the initial
4506         minibuffer frame is.
4507         (Buffer Parameters): Note that the minibuffer parameter can not be
4508         altered.
4510         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
4511         Document display-buffer changes.
4513 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
4515         * anti.texi (Antinews): Rewrite for Emacs 22.
4517         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4518         obarrays are first mentioned.  Define "system abbrev" more
4519         prominently, and add it to the index.
4520         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4521         Copyedits.
4522         (Abbrev Expansion): Document abbrev-insert.
4524 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
4526         * frames.texi (Font and Color Parameters): Rename from Color
4527         Parameters.  Document font-backend parameter.
4529         * vol2.texi (Top): Update node listing.
4530         * vol1.texi (Top): Update node listing.
4531         * elisp.texi (Top): Update node listing.
4533 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
4535         * windows.texi (Choosing Window): Don't explicitly refer to
4536         split-window-sensibly's window argument in descriptions of
4537         split-height-threshold and split-width-threshold.
4539 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
4541         * windows.texi (Choosing Window): Fix rewrite of window
4542         splitting section.
4544 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
4546         * nonascii.texi (Default Coding Systems):
4547         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4548         Add indexing.
4549         (Lisp and Coding Systems): Add index entries.
4551 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
4553         * windows.texi (Choosing Window): Describe split-window-sensibly
4554         and rewrite section on window splitting accordingly.
4555         (Textual Scrolling): Replace `...' by @code{...}.
4557 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
4559         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4560         Remove obsoleted pre-abbrev-expand-hook.
4562         * locals.texi (Standard Buffer-Local Variables): Consolidate table
4563         entries.
4565         * internals.texi (Object Internals): Don't assume 32-bit machines
4566         are the norm.
4567         (Buffer Internals): Consolidate table entries for readability.
4568         (Window Internals): Synch field names to window.h.
4569         (Process Internals): Synch field names to process.h.
4571 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
4573         * variables.texi (File Local Variables): Note that read-circle is
4574         bound to nil when reading file-local variables.
4576         * streams.texi (Input Functions): Document read-circle.
4577         (Output Variables): Add xref to Circular Objects.
4579 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
4581         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
4582         Features and Coding System Basics.  Node that "p" stands for
4583         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
4584         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4585         mouse-appearance-menu.
4586         (Programming Tips): Add xref to Progress.
4588 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
4590         * os.texi (Command-Line Arguments):
4591         Document command-line-args-left.
4592         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
4593         terminal objects for tty arguments.
4594         (Startup Summary): Add xref to Session Management.
4595         (Session Management): Mention emacs-session-restore.  Copyedits.
4597 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
4599         * os.texi (Startup Summary): Copyedits.  The init file is not
4600         necessarily named .emacs now.  Document initial-buffer-choice and
4601         initial-scratch-message.  Note where Emacs exits in batch mode.
4602         Document inhibit-splash-screen as an alias.
4603         (Init File): Be neutral about which init file name to use.
4605 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
4607         * os.texi (System Interface): Fix Texinfo usage.
4609 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
4611         * searching.texi (Regexp Backslash): Also refer to shy groups as
4612         non-capturing or unnumbered groups.
4613         (Regexp Functions): Add cross-reference to Regexp Backslash.
4615         * display.texi (Truncation): Overlays can use line-prefix and
4616         wrap-prefix too.
4617         (Overlay Properties): Document wrap-prefix and line-prefix.
4618         (Face Attributes): Document underline-minimum-offset.
4619         (Face Remapping): Copyedits.
4620         (Low-Level Font): Copyedits.
4621         (Image Cache): Note that the image cache is shared between frames.
4622         (Line Height): Emphasize that line-spacing only takes effect on
4623         graphical terminals.
4625 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
4627         * display.texi (Refresh Screen): Note that a passage about screen
4628         refreshing is text terminal only.
4629         (Forcing Redisplay): Delete misleading comment---sit-for calls
4630         redisplay, not the other way around.
4631         (Truncation): Note new values of truncate-partial-width-windows.
4632         Copyedits.
4633         (Invisible Text): Document invisible-p.
4635 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
4637         * display.texi (Overlays): Overlays don't scale well.  See
4638         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4640 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
4642         * syntax.texi (Syntax Table Functions): Document cons cell
4643         argument for modify-syntax-entry.
4644         (Categories): Document cons cell argument for
4645         modify-category-entry.
4647         * searching.texi (String Search): Document word-search-forward-lax
4648         and word-search-backward-lax.
4649         (Searching and Case): Describe isearch behavior more precisely.
4651         * keymaps.texi (Tool Bar): Mention that some platforms do not
4652         support multi-line toolbars.  Suggested by Stephen Eglen.
4654         * frames.texi (Layout Parameters): Mention that Nextstep also
4655         allows only one tool-bar line.  Suggested by Stephen Eglen.
4657         * nonascii.texi (Text Representations): Copyedits.
4658         (Coding System Basics): Also mention utf-8-emacs.
4659         (Converting Representations, Selecting a Representation)
4660         (Scanning Charsets, Translation of Characters, Encoding and I/O):
4661         Copyedits.
4662         (Character Codes): Mention role of codepoints 1114112 to 4194175.
4664 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
4666         * text.texi (Yank Commands): Note that yank uses push-mark.
4667         (Filling): Clarify REGION argument of fill-paragraph.
4668         Document fill-forward-paragraph-function.
4669         (Special Properties): Remove "new in Emacs 22" declaration.
4670         (Clickable Text): Merge with Links and Mouse-1 node.
4672         * display.texi (Button Properties, Button Buffer Commands):
4673         Change xref to Clickable Text.
4675         * tips.texi (Key Binding Conventions): Change xref to Clickable
4676         Text.
4678         * elisp.texi (Top): Update node listing.
4680 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
4682         * markers.texi (The Mark): Copyedits.  Improve description of
4683         handle-shift-selection.
4684         (The Region): Move use-region-p here from The Mark.
4686         * positions.texi (Screen Lines): Document (cols . lines) argument
4687         for vertical-motion.
4689 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
4691         * frames.texi (Frames): Clean up introduction.  Document `ns'
4692         return value for framep.
4693         (Creating Frames): Note how the terminal is chosen.
4694         (Multiple Terminals, Multiple Displays): Merge into a single node.
4695         (Color Parameters): Fix typo.
4697         * variables.texi (Local Variables, Buffer-Local Variables)
4698         (Creating Buffer-Local): Change link to Multiple Terminals.
4700         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4702         * keymaps.texi (Controlling Active Maps): Change link to Multiple
4703         Terminals.
4705         * commands.texi (Command Loop Info, Keyboard Macros): Change link
4706         to Multiple Terminals.
4708         * elisp.texi (Top): Update node listing.
4709         * vol2.texi (Top): Update node listing.
4710         * vol1.texi (Top): Update node listing.
4712         * buffers.texi (Current Buffer): Note that the append-to-buffer
4713         example is no longer in synch with the latest code.  Tie the two
4714         examples together.
4716         * files.texi (File Attributes): Move note about MS-DOS from
4717         Changing Files to File Attributes.
4718         (Create/Delete Dirs): Note that mkdir is an alias for this.
4720 2009-04-01  Markus Triska  <triska@gmx.at>
4722         * processes.texi (Filter Functions): Suggest how to handle output
4723         batches.
4725 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
4727         * help.texi (Accessing Documentation): Update example to use
4728         help-setup-xref and with-help-window.
4729         (Help Functions): Remove print-help-return-message, which is
4730         semi-obsolete due to with-help-window.  Document help-buffer and
4731         help-setup-xref.
4733 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
4735         * help.texi (Accessing Documentation, Help Functions):
4736         Remove information about long-obsolete Emacs versions.
4738         * modes.texi (Mode Line Variables): The default values of the mode
4739         line variables are now more complicated.
4741 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
4743         * modes.texi (Major Mode Conventions): Note that specialness is
4744         inherited.
4745         (Derived Modes): Note that define-derive-mode sets the mode-class
4746         property.
4748         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4749         goto-map.  Add search-map to the list.
4751 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
4753         * os.texi (System Environment): Update the list of system-type
4754         values.
4756         * markers.texi (The Mark) <handle-shift-selection>: Update for
4757         removal of the optional argument DEACTIVATE.
4759 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
4761         * commands.texi (Focus Events): Most X window managers don't use
4762         focus-follows-mouse nowadays.
4764 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
4766         * commands.texi (Defining Commands): Clarify introduction.
4767         (Using Interactive): Not that interactive can be put in a symbol
4768         property.
4769         (Interactive Call): Note that a symbol with a non-nil
4770         interactive-form property satisfies commandp.
4772 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
4774         * minibuf.texi (Intro to Minibuffers): Fix typos.
4776 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
4778         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4779         about minibuffers in old Emacs versions.  Copyedits.
4780         Emphasize that enable-recursive-minibuffers defaults to nil.
4781         (Text from Minibuffer): Simplify introduction.
4783 2009-03-22  Alan Mackenzie  <acm@muc.de>
4785         * commands.texi (Using Interactive): Clarify string argument to
4786         `interactive' - even promptless elements need \n separators.
4788 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
4790         * minibuf.texi (Completion Styles): New node.
4792         * elisp.texi (Top): Update node listing.
4794 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
4796         * minibuf.texi (Basic Completion): Note that
4797         read-file-name-completion-ignore-case and
4798         read-buffer-completion-ignore-case can override
4799         completion-ignore-case.
4800         (Minibuffer Completion): Document completing-read changes.
4801         (Completion Commands): Avoid mentioning partial completion mode.
4802         Document minibuffer-completion-confirm changes, and
4803         minibuffer-confirm-exit-commands.
4804         (High-Level Completion): Document new require-match behavior for
4805         read-buffer.  Document read-buffer-completion-ignore-case.
4806         (Reading File Names): Document new require-match behavior for
4807         read-file-name.
4809 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
4811         * debugging.texi (Error Debugging): Don't mislead the reader into
4812         thinking that debug-on-error enters debugger for C-f at EOB.
4813         (Error Debugging): Setting debug-on-init within the init file
4814         works, and has for some time.
4816 2009-03-13  Kenichi Handa  <handa@m17n.org>
4818         * display.texi (Fontsets): Update the description.
4820 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
4822         * advice.texi (Advising Primitives): Link to What Is a Function.
4824 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
4826         * compile.texi (Speed of Byte-Code): Update example.
4827         (Disassembly): Update examples.
4829         * loading.texi (Repeated Loading): Simplify examples.
4831         * customize.texi (Common Keywords): It's not necessary to use :tag
4832         to remove hyphens, as custom-unlispify-tag-name does it
4833         automatically.
4834         (Variable Definitions): Link to File Local Variables.
4835         Document customized-value symbol property.
4836         (Customization Types): Move menu to end of node.
4838 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
4840         * macros.texi (Compiling Macros): Omit misleading sentence, which
4841         implied that macros can only be used in the same file they are
4842         defined.
4843         (Backquote): Remove obsolete information about Emacs 19.
4845 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
4847         * display.texi (Display Margins): Fix paren typo.
4849 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
4851         * elisp.texi (Top): Update node listing.
4853         * variables.texi (Variables): Clarify introduction.
4854         (Global Variables): Mention that setq is a special form.
4855         (Local Variables): Use active voice.
4856         (Tips for Defining): Mention marking variables as safe.
4857         (Buffer-Local Variables): Mention terminal-local and frame-local
4858         variables together.
4859         (File Local Variables): Copyedits.
4860         (Frame-Local Variables): Note that they are not really useful.
4861         (Future Local Variables): Node deleted.
4863         * objects.texi (General Escape Syntax): Update explanation of
4864         Unicode escape syntax.
4866 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
4868         * control.texi (Control Structures): Add cindex entry for "textual
4869         order".
4871         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
4872         instead of "expression" throughout.
4873         (Function Indirection): Copyedits.  Use active voice.
4874         (Eval): The default value of max-lisp-eval-depth is now 400.
4876 2009-02-23  Miles Bader  <miles@gnu.org>
4878         * processes.texi (System Processes): Rename `system-process-attributes'
4879         to `process-attributes'.
4881 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
4883         * symbols.texi (Property Lists): Emphasize that property lists are
4884         not restricted to symbol cells.
4885         (Other Plists): Copyedit.
4887         * sequences.texi (Sequences Arrays Vectors): Make introduction
4888         more concise.
4889         (Arrays): Mention char-tables and bool-vectors too.
4890         (Vectors): Don't repeat information given in Arrays node.  Link to
4891         nodes that explain the vector usage examples.
4892         (Char-Tables): Note that char-table elements can have arbitrary
4893         type.  Explain effect of omitted char-table-extra-slots property.
4894         Link to Property Lists node.
4896 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
4898         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4899         `append'.
4900         (List Elements): Copyedits.
4902         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4903         of `vconcat'.
4905         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
4906         Emacs 20 usage of `concat'.
4907         (Case Conversion): Copyedits.
4909 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
4911         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4912         Minor edits.
4913         (Frame Configuration Type): Emphasize that it is not primitive.
4914         (Font Type): New node.
4915         (Type Predicates): Add fontp; type-of now recognizes font object
4916         types.
4918         * intro.texi (Version Info): Update version numbers in examples.
4919         (Acknowledgements): List more contributors.
4921         * elisp.texi: Bump version number to 3.0.
4922         (Top): Link to Font Type node.
4924 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
4926         * modes.texi (Major Mode Conventions): Remove duplicate words.
4927         (Customizing Keywords): Fix typo.
4929 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
4931         * nonascii.texi (User-Chosen Coding Systems): Document that
4932         select-safe-coding-system suggests raw-text if there are raw bytes
4933         in the region.
4934         (Explicit Encoding): Warn not to use `undecided' when encoding.
4936 2009-02-11  Glenn Morris  <rgm@gnu.org>
4938         * frames.texi (Visibility of Frames): Mention the effect multiple
4939         workspaces/desktops can have on visibility.
4941 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
4943         * text.texi (Commands for Insertion):
4944         * commands.texi (Event Mod):
4945         * keymaps.texi (Searching Keymaps):
4946         * nonascii.texi (Translation of Characters):
4947         Reinstate documentation of translation-table-for-input.
4948         (Explicit Encoding): Document the `charset' text property produced
4949         by decode-coding-region and decode-coding-string.
4951 2009-01-27  Alan Mackenzie  <acm@muc.de>
4953         * modes.texi (Search-based Fontification): Correct a typo.
4955 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
4957         * abbrevs.texi (Abbrev Table Properties): Fix typo.
4958         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
4960 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
4962         * display.texi (Window Systems): Document the value of
4963         `initial-window-system' under --daemon.
4965         * os.texi (System Environment): Remove description of the
4966         `environment' function which has been deleted.
4968 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
4970         * frames.texi (Multiple Displays): Remove documentation for
4971         removed function make-frame-on-tty.
4973 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
4975         * files.texi (Format Conversion Piecemeal): Clarify behavior of
4976         write-region-annotate-functions.
4977         Document write-region-post-annotation-function.
4979 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
4981         * display.texi (Font Lookup): Document WIDTH argument of
4982         x-list-fonts.
4984 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
4986         * maps.texi (Standard Keymaps): Rename function-key-map to
4987         local-function-key-map.
4989         * keymaps.texi (Translation Keymaps): Rename function-key-map to
4990         local-function-key-map.
4992         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4993         and `set-keyboard-coding-system' now accept an optional terminal
4994         argument.
4996         * commands.texi (Event Mod): `keyboard-translate-table' is now
4997         terminal-local.
4998         (Function Keys): Rename function-key-map to
4999         local-function-key-map.
5001         * elisp.texi (Top): Make @detailmenu be consistent with changes in
5002         frames.texi.
5004         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5005         `delete-terminal-functions', `suspend-tty-functions' and
5006         `resume-tty-functions'.
5008         * frames.texi (Frames): Document `frame-terminal' and
5009         `terminal-live-p'.
5010         (Multiple Displays): Document `make-frame-on-tty'.
5011         (Multiple Terminals): Document `terminal-list', `delete-terminal',
5012         `terminal-name', and `get-device-terminal'.
5013         (Terminal Parameters): Document `terminal-parameters',
5014         `terminal-parameter', and `set-terminal-parameter'.
5016         * os.texi (System Environment): Document `environment' and
5017         `initial-environment'.
5018         (Suspending Emacs): Update for multi-tty; document
5019         `suspend-tty', `resume-tty', and `controlling-tty-p'.
5021         * nonascii.texi (Coding System Basics): More accurate description
5022         of `raw-text'.
5024 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
5026         * display.texi (Low-Level Font): Fix typo.
5028 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
5030         * elisp.texi (Top): Update node listing.
5032         * display.texi (PostScript Images): Node deleted.
5034 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
5036         * processes.texi (Decoding Output): Document that null bytes force
5037         no-conversion for reading process output.
5039         * files.texi (Reading from Files): Document that null bytes force
5040         no-conversion when visiting files.
5042         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5044         * nonascii.texi (Lisp and Coding Systems):
5045         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5046         (Character Properties): Improve wording.
5048 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
5050         * display.texi (Font Lookup): Remove obsolete function
5051         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
5052         (Low-Level Font): Rename from Fonts, move to end of Faces section.
5053         (Font Selection): Reorder order of variable descriptions.
5054         Minor clarifications.
5056         * elisp.texi (Top): Update node listing.
5058 2009-01-09  Glenn Morris  <rgm@gnu.org>
5060         * commands.texi (Command Loop Info): Say that last-command-char and
5061         last-input-char are obsolete aliases.
5063         * edebug.texi (Edebug Recursive Edit): Remove separate references to
5064         last-input-char and last-command-char, since they are just aliases for
5065         last-input-event and last-command-event.
5067         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5068         last-command-char.
5070 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
5072         * elisp.texi: Update node listing.
5074         * display.texi (Faces): Put Font Selection node after Auto Faces.
5075         (Face Attributes): Don't link to Font Lookup.
5076         Document font-family-list.
5077         (Fonts): New node.
5079 2009-01-08  Jason Rumney  <jasonr@gnu.org>
5081         * frames.texi (Pointer Shape): Clarify that only X supports
5082         changing the standard pointer shapes.  (Bug#1485)
5084 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
5086         * display.texi (Attribute Functions): Note that a function value
5087         :height is relative, and that compatibility functions work by
5088         calling set-face-attribute.
5089         (Displaying Faces): Reorder list in order of increasing priority.
5090         (Face Remapping): New node.  Content moved here from Displaying
5091         Faces.
5092         (Glyphs): Link to Face Functions.
5094 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
5096         * display.texi (Faces): Don't discuss face id here.  facep does
5097         not return t.
5098         (Defining Faces): Minor clarification.
5099         (Face Attributes): Rearrange items to match docstring of
5100         set-face-attribute.  Add :foundry attribute.  Document new role of
5101         :font attribute.  Texinfo usage fix.
5102         (Attribute Functions): Copyedits.
5103         (Face Functions): Note that face number is seldom used.
5105 2009-01-05  Richard M Stallman  <rms@gnu.org>
5107         * strings.texi (Predicates for Strings): Minor clarification.
5109         * functions.texi (Function Safety): Texinfo usage fix.
5111 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5113         * objects.texi (General Escape Syntax): Fix typo.
5115 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
5117         * windows.texi (Choosing Window): Say that pop-up-frame-alist
5118         works via the default value of pop-up-frame-function.
5120 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
5122         * processes.texi (System Processes): Document the `time' and
5123         `ctime' attributes of `system-process-attributes'.
5125 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
5127         * display.texi (Face Attributes): Clarify :height attribute.
5129 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
5131         * buffers.texi (The Buffer List): Clarify what moves a buffer to
5132         the front of the buffer list.  Add entries for `last-buffer' and
5133         `unbury-buffer'.
5135 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
5137         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5138         and its subsections.
5140         * frames.texi (Multiple Terminals, Low-level Terminal)
5141         (Terminal Parameters, Frames on Other TTY devices): New sections.
5142         (Frames): Add an xref to "Multiple Terminals".
5144         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5146         * objects.texi (Terminal Type): New node.
5147         (Editing Types): Add it to the menu.
5149         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5150         Variables".
5152         * variables.texi (Directory Local Variables): New node.
5153         (Variables): Add a menu item for it.
5155         * loading.texi (Autoload): Document `generate-autoload-cookie' and
5156         `generated-autoload-file'.
5158 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
5160         * os.texi (Startup Summary): Add xref to documentation of
5161         `initial-window-system'.
5163         * display.texi (Window Systems): Document `window-system' the
5164         function.  The variable `window-system' is now frame-local.
5165         Document `initial-window-system'.
5167 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
5169         * windows.texi (Windows): Rewrite description of
5170         fit-window-to-buffer.
5172 2008-12-13  Glenn Morris  <rgm@gnu.org>
5174         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
5175         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5177 2008-12-12  Glenn Morris  <rgm@gnu.org>
5179         * debugging.texi (Error Debugging): Refer forwards to
5180         eval-expression-debug-on-error.
5182 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
5184         * strings.texi (String Basics): Only unibyte strings that
5185         represent key sequences hold 8-bit raw bytes.
5187         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5188         paragraph to speak about `undecided'.
5189         (Character Properties): Don't explain the meaning of each
5190         property; instead, identify their Unicode Standard names.
5191         (Character Sets): Document `map-charset-chars'.
5193 2008-12-02  Glenn Morris  <rgm@gnu.org>
5195         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5196         section yet again.
5198 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
5200         * nonascii.texi (Character Properties): New Section.
5201         (Specifying Coding Systems): Document
5202         `coding-system-priority-list', `set-coding-system-priority', and
5203         `with-coding-priority'.
5204         (Lisp and Coding Systems): Document `check-coding-systems-region'
5205         and `coding-system-charset-list'.
5206         (Coding System Basics): Document `coding-system-aliases'.
5208         * elisp.texi (Top): Add a @detailmenu entry for "Character
5209         Properties".
5211         * objects.texi (Character Type): Correct the range of Emacs
5212         characters.  Add an @xref to "Character Codes".
5214         * strings.texi (String Basics): Add an @xref to "Character Codes".
5216         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5218         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5219         (Character Codes): Document `max-char'.
5221 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
5223         * nonascii.texi (Text Representations, Converting Representations)
5224         (Character Sets, Scanning Charsets, Translation of Characters):
5225         Make text more accurate.
5227 2008-11-28  Glenn Morris  <rgm@gnu.org>
5229         * files.texi (Format Conversion Round-Trip): Improve previous change.
5231 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
5233         * modes.texi (Auto Major Mode): Fix example.
5235 2008-11-25  Glenn Morris  <rgm@gnu.org>
5237         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5239         * files.texi (Format Conversion Round-Trip):
5240         Use active voice for previous change.
5242 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
5244         * os.texi (Processor Run Time):
5245         * processes.texi (Transaction Queues):
5246         * markers.texi (The Mark):
5247         * windows.texi (Choosing Window, Selecting Windows):
5248         * files.texi (Changing Files, Magic File Names):
5249         * commands.texi (Key Sequence Input):
5250         * functions.texi (Declaring Functions):
5251         * strings.texi (Predicates for Strings):
5252         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5254 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
5256         * help.texi (Accessing Documentation): Update example.
5258         * variables.texi (Defining Variables): Note that `*' is not
5259         necessary if defcustom is used.
5261 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
5263         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5264         Characters" from @detailmenu.
5266         * nonascii.texi (Character Codes, Character Sets)
5267         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5268         (Chars and Bytes, Splitting Characters): Sections removed.
5270 2008-11-22  Lute Kamstra  <lute@gnu.org>
5272         * positions.texi (Text Lines): Update goto-line documentation.
5274 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
5276         * frames.texi (Frames): Fix typo, add cross references, reword.
5277         (Initial Parameters): Reword special-display-frame-alist text.
5278         (Frames and Windows): Reword.  Describe argument norecord for
5279         set-frame-selected-window.
5280         (Input Focus): Describe argument norecord for select-frame.
5281         Remove comment on MS-Windows behavior for focus-follows-mouse.
5282         (Raising and Lowering): Mention windows-frames dichotomy in
5283         metaphor.
5285         * windows.texi (Displaying Buffers, Vertical Scrolling)
5286         (Horizontal Scrolling): Fix indenting and rewording issues
5287         introduced with 2008-11-07 change.
5289 2008-11-20  Glenn Morris  <rgm@gnu.org>
5291         * files.texi (Format Conversion Round-Trip): Mention `preserve'
5292         element of `format-alist'.
5294 2008-11-19  Glenn Morris  <rgm@gnu.org>
5296         * doclicense.texi: Update to FDL 1.3.
5297         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5299 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
5301         * windows.texi (Window Hooks): Remove *-end-trigger-functions
5302         vars, which are obsolete.  Mention jit-lock-register.
5304         * modes.texi (Other Font Lock Variables):
5305         Document jit-lock-register and jit-lock-unregister.
5307         * frames.texi (Color Parameters): Document alpha parameter.
5309 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
5311         * windows.texi (Splitting Windows, Deleting Windows)
5312         (Selecting Windows, Cyclic Window Ordering)
5313         (Buffers and Windows, Displaying Buffers, Choosing Window)
5314         (Dedicated Windows, Window Point, Window Start and End)
5315         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5316         (Size of Window, Resizing Windows, Window Configurations)
5317         (Window Parameters): Avoid @var at beginning of sentences and
5318         reword accordingly.
5320 2008-11-11  Lute Kamstra  <lute@gnu.org>
5322         * files.texi (File Name Components): Fix file-name-extension
5323         documentation.
5325 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5327         * frames.texi (Basic Parameters): Remove display-environment-variable
5328         and term-environment-variable.
5330 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5332         * windows.texi (Basic Windows, Splitting Windows)
5333         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5334         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5335         (Resizing Windows, Window Configurations, Window Parameters):
5336         Fix wording and markup.
5338 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
5340         * windows.texi (Windows): Update entries.
5341         (Basic Windows): Remove listing of attributes.  Reword.
5342         (Splitting Windows, Deleting Windows): Reword.
5343         (Selecting Windows, Cyclic Window Ordering): Reword with special
5344         emphasis on order of recently selected windows and buffer list.
5345         (Buffers and Windows, Choosing Window): Reword with special
5346         emphasis on dedicated windows.
5347         (Displaying Buffers): Reword.  For switch-to-buffer mention that
5348         it may fall back on pop-to-buffer.  For other-window try to
5349         explain how it treats the cyclic ordering of windows.
5350         (Dedicated Windows): New node and section discussing dedicated
5351         windows and associated functions.
5352         (Window Point): Add entry for window-point-insertion-type.  Reword.
5353         (Window Start and End): Rename node and section title.  Reword.
5354         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5355         Minor rewording.
5356         (Size of Window): Reword, in particular text on window-width.
5357         (Resizing Windows): Reword.  Add text on balancing windows.
5358         (Window Configurations): Reword.  Mention window parameters.
5359         (Window Parameters): New node and section on window parameters.
5360         (Window Hooks): Reword.  Mention that
5361         window-configuration-change-hook is run "buffer-locally".
5362         * elisp.texi (Top): Update Windows entries in @detailmenu
5363         section.
5365 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5367         * searching.texi (Regexp Search): Fix typo.
5369 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
5371         * searching.texi (Regexp Search): Document GREEDY arg.
5372         (Simple Match Data): Fix return value.
5374 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
5376         * nonascii.texi (Text Representations): Rewrite to make consistent
5377         with Emacs 23 internal representation of characters.
5378         Document `unibyte-string'.
5380 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
5382         * processes.texi (Process Information): Note that process-status
5383         does not accept buffer names.
5385 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
5387         * positions.texi (Skipping Characters): Correct return value of
5388         skip-chars-forward.
5390 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5392         * windows.texi (Deleting Windows): Update documentation of
5393         delete-windows-on.
5394         (Buffers and Windows): Update documentations of
5395         get-buffer-window and get-buffer-window-list.
5396         (Displaying Buffers): Update documentation of
5397         replace-buffer-in-windows.
5399         * buffers.texi (Current Buffer): Reword set-buffer and
5400         with-current-buffer documentations.
5401         (Creating Buffers): Reword documentation of get-buffer-create.
5403 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
5405         * buffers.texi (Current Buffer): Reword documentation of
5406         set-buffer.
5407         (Buffer Names): Reword documentation of buffer-name.
5408         (The Buffer List): For bury-buffer explain what happens with the
5409         buffer's window.
5410         (Creating Buffers): Say that get-buffer-create's arg is called
5411         buffer-or-name.
5413 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5415         * advice.texi (Computed Advice): Explain what DEFINITION is.
5417         * nonascii.texi (Character Codes): Remove obsolete function
5418         char-valid-p, and document characterp instead.
5420 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
5422         * windows.texi (Displaying Buffers): Reword documentation of
5423         pop-to-buffer.
5424         (Choosing Window): Rewrite documentation of display-buffer and
5425         its options.
5427         * buffers.texi (Killing Buffers): Update documentation of
5428         kill-buffer.
5430 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
5432         * processes.texi (Serial Ports): Fix wording and improve markup.
5434         * searching.texi (Regexp Search): Document `string-match-p' and
5435         `looking-at-p'.
5436         (POSIX Regexps): Add an xref for "non-greedy".
5437         (Regexp Special): Add @cindex entry for "non-greedy".
5439         * display.texi (Attribute Functions): Document `face-all-attributes'.
5440         (Image Cache) <image-refresh>: Minor wording fixes.
5442         * frames.texi (Color Names): Add an xref to `read-color'.
5444         * minibuf.texi (High-Level Completion): Document `read-color'.
5446         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5448         * positions.texi (Narrowing): Add an xref to "Swapping Text".
5450         * buffers.texi (Swapping Text): New section, documents
5451         `buffer-swap-text'.
5453 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
5455         * windows.texi (Resizing Windows): Minor wording fix.
5457 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5459         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5460         and `combine-and-quote-strings'.
5462         * strings.texi (Creating Strings): Add xrefs for them.
5464 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5466         * elisp.texi (Top): Make descriptive text for "Reading File Names"
5467         match the corresponding menu in minibuf.texi.
5469         * minibuf.texi (Reading File Names): Document `read-shell-command'
5470         and `minibuffer-local-shell-command-map'.
5472 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5474         * windows.texi (Resizing Windows): Remove var{} around "window" in
5475         documentation of enlarge-window.
5476         Rewrite documentation of window-min-height and window-min-width.
5478 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5480         * functions.texi (Calling Functions): Document `apply-partially'.
5482         * hooks.texi (Standard Hooks): Mention
5483         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5485         * variables.texi (File Local Variables): Document
5486         `file-local-variables-alist', `before-hack-local-variables-hook'
5487         and `hack-local-variables-hook'.
5489         * processes.texi (Synchronous Processes): Document `process-lines'.
5491         * customize.texi (Variable Definitions):
5492         Document `custom-reevaluate-setting'.
5494 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
5496         * windows.texi (Choosing Window, Deleting Windows)
5497         (Displaying Buffers): Expand documentation of dedicated windows.
5499 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5501         * files.texi (Changing Files): Document symbolic input of file
5502         modes to `set-file-modes'.  Document `read-file-modes' and
5503         `file-modes-symbolic-to-number'.
5505         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5506         and `search-map'.
5508         * searching.texi (Search and Replace):
5509         Document `replace-search-function' and `replace-re-search-function'.
5510         Document `multi-query-replace-map'.
5512         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5513         (Completion Commands, Reading File Names):
5514         Rename `minibuffer-local-must-match-filename-map' to
5515         `minibuffer-local-filename-must-match-map'.
5516         (Minibuffer Completion): The `require-match' argument to
5517         `completing-read' can now have the value `confirm-only'.
5519         * windows.texi (Displaying Buffers): Minor wording fix.
5520         (Choosing Window): `split-height-threshold' can now be nil.
5521         Document `split-width-threshold'.  `pop-up-frames' can have the
5522         value `graphic-only'.
5524 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
5526         * os.texi (Startup Summary): Document `before-init-time' and
5527         `after-init-time'.  Document `initial-window-system' and
5528         `window-system-initialization-alist'.  Document reading the
5529         abbrevs file.  Document the call to `server-start' under --daemon.
5530         Rearrange a bit to be consistent with the code flow.
5531         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5532         (Time Parsing): Document `format-seconds'.
5534 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
5536         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5537         and reword.
5539 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
5541         * markers.texi (The Mark): Document use-region-p.
5543 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
5545         * internals.texi (Writing Emacs Primitives): The interactive spec
5546         of a primitive can be a Lisp form.
5548         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5549         values of transient-mark-mode.  Document handle-shift-selection.
5551         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5552         (Interactive Examples): Show an example of `^'.
5553         (Key Sequence Input): Document this-command-keys-shift-translated.
5554         (Defining Commands, Using Interactive): The interactive-form of a
5555         function can be added via its symbol's property.
5557         * positions.texi (List Motion): beginning-of-defun-function can
5558         now accept an argument.
5560         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5561         now return a list of strings.
5563         * control.texi (Handling Errors): Document ignore-errors.
5565         * frames.texi (Creating Frames): Document frame-inherited-parameters.
5566         (Parameter Access): Document set-frame-parameter.
5568         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5569         Hooks" for the effect of kill-all-local-variables on local hook
5570         functions.
5572         * modes.texi (Major Mode Conventions, Mode Line Variables):
5573         `mode-name' need not be a string.  xref to "Mode Line Data" for
5574         details, and to "Emulating Mode Line" for computing a string
5575         value.
5577 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
5579         * processes.texi (System Processes): New section.
5580         (Processes, Signals to Processes): Add xrefs to it.
5582         * objects.texi (Editing Types): A `process' is a subprocess of
5583         Emacs, not just any process running on the OS.
5585         * elisp.texi (Top): Adjust the @detailmenu for the above two
5586         changes.
5588         * sequences.texi (Char-Tables): Remove documentation of
5589         set-char-table-default, which has no effect since Emacs 23.
5590         <char-table-range, set-char-table-range>: Don't mention generic
5591         characters and charsets.  Add a cons cell as a possible argument.
5593         * nonascii.texi (Splitting Characters)
5594         (Translation of Characters): Don't mention generic characters.
5596         * display.texi (Fontsets): Don't mention generic characters.
5598         * sequences.texi (Char-Tables): `map-char-table' can now call its
5599         argument FUNCTION with a cons cell as KEY.
5601 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
5603         * objects.texi (Primitive Function Type): Move "@cindex special
5604         forms" from here...
5606         * eval.texi (Special Forms): ...to here.
5608         * functions.texi (What Is a Function): `functionp' returns nil for
5609         special forms.  Add an xref.
5611         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5612         Variables".
5614         * variables.texi (Frame-Local Variables): New section.
5615         (Buffer-Local Variables): Add an xref to it.
5616         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5617         have both frame-local and buffer-local binding.
5619         * frames.texi (Frames): Mention multiple tty frames.
5620         (Frame Parameters, Parameter Access): Mention frame-local variable
5621         bindings.
5623 2008-09-20  Glenn Morris  <rgm@gnu.org>
5625         * display.texi (Defining Faces): Recommend against face variables.
5627 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
5629         * display.texi (Echo Area Customization): Fix typo.
5631 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
5633         * loading.texi (Where Defined): Add `defface' item.
5635 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
5637         * loading.texi (Where Defined): Fix description of symbol-file.
5639 2008-08-26  Jason Rumney  <jasonr@gnu.org>
5641         * display.texi (TIFF Images): New section describing :index property.
5643 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
5645         * display.texi (Temporary Displays): Remove unnecessary comment
5646         about usage of temp-buffer-show-hook.
5648 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
5650         * symbols.texi (Other Plists): Fix incorrect example.
5651         Suggested by Florian Beck.
5653 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
5655         * os.texi: Fix previous change.
5657 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5659         * os.texi:
5660         * intro.texi:
5661         * files.texi: Remove VMS support.
5663 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5665         * os.texi:
5666         * frames.texi:
5667         * display.texi: Remove mentions of Mac Carbon.
5669 2008-07-01  Miles Bader  <miles@gnu.org>
5671         * text.texi (Special Properties):
5672         * display.texi (Truncation): Add wrap-prefix and line-prefix.
5674 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
5676         * display.texi (Other Image Types): Fix copy/paste error; say
5677         "PBM", not "XBM".
5679 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5681         * os.texi: Remove references to obsolete systems.
5683 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5685         * makefile.w32-in (distclean): Remove makefile.
5687 2008-06-17  Glenn Morris  <rgm@gnu.org>
5689         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5690         (elisp, dist): Remove rules and variables that are obsolete now
5691         the lisp manual is no longer distributed separately.
5693 2008-06-16  Glenn Morris  <rgm@gnu.org>
5695         * configure, configure.in, mkinstalldirs: Remove unused files.
5697         * book-spine.texinfo: Set version to 23.0.60.
5698         * vol1.texi (EMACSVER):
5699         * vol2.texi (EMACSVER): Set to 23.0.60.
5701         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5702         as per maintain.info.
5704 2008-06-15  Glenn Morris  <rgm@gnu.org>
5706         * makefile.w32-in (manual): Use "23" rather than "21".
5708         * Makefile.in (emacsver): New, set by configure.
5709         (manual): Use emacsver.
5711         * intro.texi: Report bugs using M-x report-emacs-bug.
5713         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5715 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5717         * elisp.texi, internals.texi, processes.texi: Add documentation
5718         about serial port access.
5720 2008-06-05  Miles Bader  <miles@gnu.org>
5722         * display.texi (Displaying Faces): Update to reflect function
5723         renamings in face-remap.el.
5725 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
5727         * display.texi (Fontsets): Fix typos.
5729 2008-06-03  Miles Bader  <miles@gnu.org>
5731         * display.texi (Displaying Faces): Add add-relative-face-remapping,
5732         remove-relative-face-remapping, set-base-face-remapping,
5733         and set-default-base-face-remapping.
5735 2008-06-01  Miles Bader  <miles@gnu.org>
5737         * display.texi (Displaying Faces): Add face-remapping-alist.
5739 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5742         variable names.
5744 2008-05-03  Eric S. Raymond  <esr@golux>
5746         * keymaps.texi: Clarify that (current-local-map) and
5747         (current-global-map) return references, not copies.
5749 2008-05-02  Juri Linkov  <juri@jurta.org>
5751         * minibuf.texi (Text from Minibuffer): Document a list of
5752         default values for `read-from-minibuffer'.
5754 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
5756         * nonascii.texi (Translation of Characters): Fix previous change.
5758 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
5760         * display.texi (Overlay Properties): Clarify role of underlying
5761         textprop and overlay keymaps for display strings.
5763         * keymaps.texi (Active Keymaps): Ditto.
5765 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5767         * minibuf.texi (Programmed Completion):
5768         Replace dynamic-completion-table with the new completion-table-dynamic.
5770 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
5772         * intro.texi (Some Terms): Change "fonts in this manual" index
5773         entry to "typographic conventions".
5775 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5777         * objects.texi (Text Props and Strings): Add indexing for read
5778         syntax of text properties.
5780 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * processes.texi (Decoding Output): Remove process-filter-multibyte
5783         functions.
5785 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
5787         * display.texi (Finding Overlays): Say that empty overlays at
5788         the end of the buffer are reported too.
5790 2008-03-13  Glenn Morris  <rgm@gnu.org>
5792         * elisp.texi (EMACSVER): Set to 23.0.60.
5794 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
5796         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5798 2008-02-22  Glenn Morris  <rgm@gnu.org>
5800         * frames.texi (Position Parameters): Clarify the description of
5801         `left' and `top', using information from "Geometry".
5802         (Geometry): Give a pointer to "Position Parameters", rather than
5803         repeating information.
5805 2008-02-11  Glenn Morris  <rgm@gnu.org>
5807         * objects.texi (Equality Predicates): No longer talk about "two"
5808         functions.
5810 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5812         * objects.texi (Equality Predicates): Add defun for
5813         equal-including-properties.
5815 2008-02-10  Glenn Morris  <rgm@gnu.org>
5817         * objects.texi (Equality Predicates):
5818         Mention equal-including-properties.
5820 2008-02-07  Richard Stallman  <rms@gnu.org>
5822         * windows.texi (Window Start): Mention the feature of moving
5823         window-start to start of line.
5825 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
5827         * keymaps.texi (Tool Bar): Document rtl property.
5829 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
5831         * display.texi (Button Types):
5832         For define-button-type, clarify type of NAME.
5834 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
5836         * buffers.texi (Buffer Modification): Fix typo.
5838 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5840         * os.texi (System Environment): Remove references to OSes that are
5841         not supported anymore.
5843 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5845         * os.texi (System Environment): Remove mention for Masscomp.
5847 2008-01-04  Richard Stallman  <rms@gnu.org>
5849         * display.texi (Faces): Don't talk about internal face vector as arg
5850         to facep.
5852         * customize.texi (Type Keywords): Fix previous change.
5854         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5855         * elisp.texi (Top): Fix menu for commands.texi change.
5857 2007-12-30  Richard Stallman  <rms@gnu.org>
5859         * commands.texi (Accessing Mouse): Rename from Accessing Events.
5860         (Accessing Scroll): New node broken out of Accessing Mouse.
5862 2007-12-28  Richard Stallman  <rms@gnu.org>
5864         * frames.texi (Size Parameters): Fix typo.
5865         (Basic Parameters): For `title', refer to title bar.
5866         (Size and Position): Explain meaning of frame pixel width and height.
5868 2007-12-23  Richard Stallman  <rms@gnu.org>
5870         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5871         Improve some of the commented-out keywords' text too.
5873 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
5875         * nonascii.texi (Encoding and I/O): Reword to avoid saying
5876         "visit the current buffer".
5878         * os.texi (System Interface): Fix typo.
5880 2007-12-04  Richard Stallman  <rms@gnu.org>
5882         * objects.texi (Symbol Type): Fix typo.
5884 2007-12-03  Richard Stallman  <rms@gnu.org>
5886         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5888 2007-12-01  Glenn Morris  <rgm@gnu.org>
5890         * functions.texi (Declaring Functions): Improve previous change.
5892 2007-11-30  Glenn Morris  <rgm@gnu.org>
5894         * functions.texi (Declaring Functions): Add optional fourth
5895         argument of declare-function, and setting third argument to `t'.
5897 2007-11-29  Richard Stallman  <rms@gnu.org>
5899         * customize.texi (Composite Types): Document `group' type.
5901 2007-11-29  Glenn Morris  <rgm@gnu.org>
5903         * functions.texi (Declaring Functions): Add findex.
5904         Mention `external' files.
5906 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
5908         * functions.texi (Declaring Functions): Fix directive.
5910 2007-11-25  Richard Stallman  <rms@gnu.org>
5912         * help.texi (Help Functions): Clean up last change.
5914         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5916         * loading.texi (Named Features): Minor cleanup.
5918         * macros.texi (Eval During Expansion): Minor cleanup.
5920         * variables.texi (Variable Aliases): Minor cleanup.
5922 2007-11-24  Richard Stallman  <rms@gnu.org>
5924         * functions.texi (Declaring Functions): Clarify previous change.
5926         * compile.texi (Compiler Errors): Clarify previous change.
5928 2007-11-24  Richard Stallman  <rms@gnu.org>
5930         * display.texi (Refresh Screen, Forcing Redisplay):
5931         Clarify the text and move items around.
5933 2007-11-24  Glenn Morris  <rgm@gnu.org>
5935         * functions.texi (Declaring Functions): New section.
5936         * compile.texi (Compiler Errors): Mention declaring functions,
5937         defvar with no initvalue, and byte-compile-warnings.
5939 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
5941         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5942         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5944 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
5946         * help.texi (Help Functions): Document new macro `with-help-window'.
5948 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5950         * searching.texi (Replacing Match): Describe new
5951         `match-substitute-replacement'.
5953 2007-10-31  Richard Stallman  <rms@gnu.org>
5955         * strings.texi (Creating Strings): Null strings from concat not unique.
5957 2007-10-26  Richard Stallman  <rms@gnu.org>
5959         * objects.texi (Equality Predicates): Null strings are uniquified.
5961         * minibuf.texi: Minor clarifications in previous change.
5963 2007-10-25  Glenn Morris  <rgm@gnu.org>
5965         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5967 2007-10-24  Richard Stallman  <rms@gnu.org>
5969         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5971         * variables.texi (Frame-Local Variables): Node deleted.
5972         (Variables): Delete Frame-Local Variables from menu.
5973         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5974         (Default Value): Don't mention frame-local vars.
5976         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5978         * loading.texi (Unloading): Document FEATURE-unload-function
5979         instead of FEATURE-unload-hook.
5981         * frames.texi (Multiple Displays): Don't mention frame-local vars.
5983 2007-10-22  Juri Linkov  <juri@jurta.org>
5985         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5986         (High-Level Completion): Document a list of default value strings
5987         in the DEFAULT argument, for which minibuffer functions return the
5988         first element.
5990 2007-10-17  Juri Linkov  <juri@jurta.org>
5992         * text.texi (Filling): Update arguments of fill-paragraph.
5993         fill-paragraph operates on the active region in Transient Mark mode.
5994         Remove fill-paragraph-or-region.
5996 2007-10-13  Karl Berry  <karl@gnu.org>
5998         * elisp.texi (@dircategory): Move to after @copying,
5999         since we want @copying as close as possible to the beginning of
6000         the output.
6002 2007-10-12  Richard Stallman  <rms@gnu.org>
6004         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6006         * commands.texi (Distinguish Interactive): New node,
6007         broken out from Interactive Call and rewritten.
6008         (Command Loop): Put Distinguish Interactive in menu.
6010 2007-10-09  Richard Stallman  <rms@gnu.org>
6012         * text.texi (Examining Properties): Mention overlay priority.
6014         * display.texi (Display Margins): Correct the description
6015         of margin display specifications.
6016         (Replacing Specs): New subnode broken out of Display Property.
6018 2007-10-06  Juri Linkov  <juri@jurta.org>
6020         * text.texi (Filling): Document fill-paragraph-or-region.
6022 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
6024         * display.texi (Auto Faces): Fix typo.
6026 2007-10-02  Richard Stallman  <rms@gnu.org>
6028         * display.texi (Display Property): Explain some display specs
6029         don't let you move point in.
6031         * frames.texi (Cursor Parameters):
6032         Describe cursor-in-non-selected-windows here.  Explain more values.
6034         * windows.texi (Basic Windows): Don't describe
6035         cursor-in-non-selected-windows here.
6037 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
6039         * processes.texi (Misc Network): Note that these functions are
6040         supported only on some systems.
6042 2007-10-01  Richard Stallman  <rms@gnu.org>
6044         * display.texi (Overlay Properties): Explain nil as priority.
6045         Explain that conflicts are unpredictable if not resolved by
6046         priorities.
6048 2007-09-23  Richard Stallman  <rms@gnu.org>
6050         * macros.texi (Backquote): Minor clarification.
6052 2007-09-19  Richard Stallman  <rms@gnu.org>
6054         * display.texi (Display Property): Explain multiple display specs.
6055         Clarify when they work in parallel and when one overrides.
6056         Fix error in example.
6058 2007-09-06  Glenn Morris  <rgm@gnu.org>
6060         Move from lispref/ to doc/lispref/.  Change all setfilename
6061         commands to use ../../info.
6062         * Makefile.in (infodir): Go up one more level.
6063         (usermanualdir): Change from ../man to ../emacs.
6064         (miscmanualdir): New.
6065         (dist): Use new variable miscmanualdir.
6066         * makefile.w32-in (infodir, texinputdir): Go up one more level.
6067         (usermanualdir): Change from ../man to ../emacs.
6069 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
6071         * commands.texi (Command Loop Info): Advise against changing
6072         most variables described here.  Explain new variable
6073         last-repeatable-command.
6075 2007-08-29  Glenn Morris  <rgm@gnu.org>
6077         * elisp.texi (EMACSVER): Increase to 23.0.50.
6079 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6081         * frames.texi (Basic Parameters): Add display-environment-variable
6082         and term-environment-variable.
6084 2007-08-28  Juri Linkov  <juri@jurta.org>
6086         * display.texi (Image Formats, Other Image Types): Add SVG.
6088 2007-08-28  Juri Linkov  <juri@jurta.org>
6090         * display.texi (Images): Move formats-related text to new node
6091         "Image Formats".
6092         (Image Formats): New node.
6094 2007-08-27  Richard Stallman  <rms@gnu.org>
6096         * windows.texi (Window Configurations): Clarify what
6097         a window configuration saves.
6099 2007-08-25  Richard Stallman  <rms@gnu.org>
6101         * display.texi (Images): Delete redundant @findex.
6103 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6105         * text.texi (Change Hooks): (after|before)-change-functions are no
6106         longer bound to nil while running; rather inhibit-modification-hooks
6107         is t.
6109 2007-08-16  Richard Stallman  <rms@gnu.org>
6111         * processes.texi (Asynchronous Processes):
6112         Clarify doc of start-file-process.
6114 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
6116         * modes.texi (Example Major Modes): Fix typo.
6118 2007-08-08  Glenn Morris  <rgm@gnu.org>
6120         * intro.texi (nil and t): Do not use `iff' in documentation.
6122         * tips.texi (Documentation Tips): Recommend against `iff'.
6124 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
6126         * display.texi (Image Cache): Document image-refresh.
6128 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
6130         * windows.texi (Size of Window): Document window-full-width-p.
6132 2007-07-25  Glenn Morris  <rgm@gnu.org>
6134         * gpl.texi (GPL): Replace license with GPLv3.
6136         * Relicense all FSF files to GPLv3 or later.
6138 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
6140         * processes.texi (Synchronous Processes):
6141         Add `process-file-shell-command'.
6142         (Asynchronous Processes): Mention restricted use of
6143         `process-filter' and `process-sentinel' in
6144         `start-file-process'.  Add `start-file-process-shell-command'.
6146 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
6148         * files.texi (Magic File Names): Introduce optional parameter
6149         IDENTIFICATION for `file-remote-p'.
6151 2007-07-16  Richard Stallman  <rms@gnu.org>
6153         * display.texi (Defining Faces): Fix previous change.
6155 2007-07-14  Richard Stallman  <rms@gnu.org>
6157         * control.texi (Handling Errors): Document `debug' in handler list.
6159 2007-07-10  Richard Stallman  <rms@gnu.org>
6161         * display.texi (Defining Faces): Explain C-M-x feature for defface.
6163 2007-07-09  Richard Stallman  <rms@gnu.org>
6165         * files.texi (Magic File Names): Rewrite previous change.
6167 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6169         * files.texi (Magic File Names): Introduce optional parameter
6170         CONNECTED for `file-remote-p'.
6172 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
6174         * processes.texi (Asynchronous Processes):
6175         * files.texi (Magic File Names): Add `start-file-process'.
6177 2007-06-27  Richard Stallman  <rms@gnu.org>
6179         * files.texi (Format Conversion Piecemeal):
6180         Clarify `after-insert-file-functions' calling convention.
6182 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
6184         * files.texi (Magic File Names): Remove `dired-call-process'.
6185         Add `process-file'.
6187 2007-06-27  Kenichi Handa  <handa@m17n.org>
6189         * text.texi (Special Properties): Fix description about
6190         `composition' property.
6192 2007-06-26  Kenichi Handa  <handa@m17n.org>
6194         * nonascii.texi (Default Coding Systems): Document about the
6195         return value `undecided'.
6197 2007-06-25  David Kastrup  <dak@gnu.org>
6199         * keymaps.texi (Active Keymaps): Document new POSITION argument of
6200         `current-active-maps'.
6202 2007-06-24  Karl Berry  <karl@gnu.org>
6204         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6206 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
6208         * display.texi (Overlay Arrow): Doc fix.
6210 2007-06-14  Karl Berry  <karl@tug.org>
6212         * anti.texi (Antinews): Typo.
6214 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6216         * display.texi (Image Cache): Document image-refresh.
6218 2007-06-12  Karl Berry  <karl@gnu.org>
6220         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6221         * two-volume.make: New file.
6222         * .cvsignore: Ignore two-volume files.
6224 2007-06-12  Tom Tromey  <tromey@redhat.com>
6226         * os.texi (Init File): Document user-emacs-directory.
6228 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
6230         * commands.texi (Click Events): Describe width and height when
6231         object is nil.
6233 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
6235         * commands.texi (Click Events): Layout more logically.
6236         Describe width and height.
6237         (Drag Events, Motion Events): Update to new format for position.
6239 2007-06-02  Richard Stallman  <rms@gnu.org>
6241         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6243 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6245         * Version 22.1 released.
6247 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * text.texi (Special Properties): Correct meaning of fontified face.
6251 2007-05-30  Richard Stallman  <rms@gnu.org>
6253         * text.texi (Special Properties): Add link to Adjusting Point.
6255 2007-05-12  Richard Stallman  <rms@gnu.org>
6257         * text.texi (Margins): indent-to-left-margin is not the default.
6258         (Mode-Specific Indent): For indent-line-function, the default
6259         is indent-relative.
6261         * modes.texi (Example Major Modes): Explain last line of text-mode
6262         is redundant.
6264 2007-05-10  Richard Stallman  <rms@gnu.org>
6266         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6268         * help.texi (Keys in Documentation): Add reference to
6269         Documentation Tips.
6271         * files.texi (Format Conversion): TO-FN gets three arguments.
6273         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6275 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
6277         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6278         * files.texi (Format Conversion): Expand intro; add menu.
6279         (Format Conversion Overview, Format Conversion Round-Trip)
6280         (Format Conversion Piecemeal): New nodes/subsections.
6281         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6282         * text.texi (Text Properties): Remove "Saving Properties" from menu.
6283         (Saving Properties): Delete node/subsection.
6285 2007-05-07  Karl Berry  <karl@gnu.org>
6287         * elisp.texi (EMACSVER): Back to 22.
6289 2007-05-06  Richard Stallman  <rms@gnu.org>
6291         * processes.texi (Accepting Output): Revert most of previous change.
6293 2007-05-05  Richard Stallman  <rms@gnu.org>
6295         * processes.texi (Accepting Output): accept-process-output
6296         uses microseconds, not milliseconds.  But that arg is obsolete.
6298 2007-05-04  Karl Berry  <karl@tug.org>
6300         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6302 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
6304         * tips.texi (Documentation Tips): Rearrange items to place the
6305         more important ones first.  Add an index entry for hyperlinks.
6307 2007-05-03  Karl Berry  <karl@gnu.org>
6309         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6310         (EMACSVER) [smallbook]: 22 for printed version.
6312         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6313         so restore anchor to normal position after defun.  Found by Kevin Ryde.
6315 2007-04-26  Glenn Morris  <rgm@gnu.org>
6317         * elisp.texi (EMACSVER): Increase to 22.1.50.
6319 2007-04-28  Karl Berry  <karl@gnu.org>
6321         * elisp.texi: Improve line breaks on copyright page,
6322         similar layout to emacs manual, 8.5x11 by default.
6324 2007-04-24  Richard Stallman  <rms@gnu.org>
6326         * text.texi (Special Properties): Add xref to Overlay Properties.
6328         * display.texi (Overlay Properties): Add xref to Special Properties.
6330 2007-04-22  Richard Stallman  <rms@gnu.org>
6332         * keymaps.texi (Extended Menu Items): Move the info about
6333         format with cached keyboard binding.
6335 2007-04-21  Richard Stallman  <rms@gnu.org>
6337         * text.texi (Special Properties): Clarify previous change.
6339         * files.texi (File Name Expansion): Clarify previous change.
6341         * display.texi (Attribute Functions): Fix example for
6342         face-attribute-relative-p.
6344 2007-04-19  Kenichi Handa  <handa@m17n.org>
6346         * text.texi (Special Properties): Document composition property.
6348 2007-04-19  Glenn Morris  <rgm@gnu.org>
6350         * files.texi (File Name Expansion): Mention "superroot".
6352 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6354         * frames.texi (Multiple Displays): Add note about "multi-monitor"
6355         setups.
6356         (Display Feature Testing): Note that display refers to all
6357         physical monitors for multi-monitor setups.
6359 2007-04-14  Richard Stallman  <rms@gnu.org>
6361         * lists.texi (Sets And Lists): Clarify `delete' examples.
6362         Remove spurious xref to same node.
6363         Clarify xref for add-to-list.
6365 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
6367         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6368         value of lisp-mode-map.
6370 2007-04-11  Karl Berry  <karl@gnu.org>
6372         * anti.texi (Antinews):
6373         * display.texi (Overlay Properties, Defining Images):
6374         * processes.texi (Synchronous Processes, Sentinels):
6375         * syntax.texi (Syntax Table Internals):
6376         * searching.texi (Regexp Special):
6377         * nonascii.texi (Default Coding Systems):
6378         * text.texi (Special Properties):
6379         * minibuf.texi (Basic Completion): Wording to improve breaks in
6380         8.5x11 format.
6381         * elisp.texi (smallbook): New @set to more easily switch between
6382         smallbook and 8.5x11.
6384 2007-04-11  Richard Stallman  <rms@gnu.org>
6386         * text.texi (Lazy Properties): Minor fix.
6388 2007-04-08  Karl Berry  <karl@gnu.org>
6390         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6391         * macros.texi (Backquote): Downcase Backquote in index entries for
6392         consistency.
6394 2007-04-08  Richard Stallman  <rms@gnu.org>
6396         * text.texi (Adaptive Fill): Just describe default,
6397         don't show it (since it contains non-ASCII chars).
6399 2007-04-07  Karl Berry  <karl@gnu.org>
6401         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6402         adaptive-fill-regexp's value, since they are not in the standard
6403         TeX fonts.
6405 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
6407         * display.texi (Defining Faces): Fix example.
6409 2007-04-07  Karl Berry  <karl@gnu.org>
6411         * display.texi (Button Buffer Commands): Improve page break.
6413 2007-04-07  Richard Stallman  <rms@gnu.org>
6415         * advice.texi (Activation of Advice): Remove redundant index entry.
6417         * backups.texi: Improve index entries.  Remove redundant ones.
6419         * compile.texi (Byte Compilation): Improve index entry.
6421         * hash.texi (Creating Hash): Improve index entry.
6423         * symbols.texi (Definitions): Improve index entry.
6425         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
6427         * maps.texi (Standard Keymaps): Remove useless index entry.
6429         * help.texi (Documentation Basics): Remove redundant index entries.
6431         * customize.texi: Improve index entries.
6432         Remove redundant/useless ones.
6434         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6436         * streams.texi (Output Variables): Improve index entry.
6438         * abbrevs.texi (Abbrevs): Remove useless index entry.
6440         * macros.texi (Expansion): Remove useless index entry.
6442         * text.texi: Improve index entries.  Remove redundant/useless ones.
6443         (Text Properties, Examining Properties)
6444         (Special Properties): Use "property category" instead of "category"
6445         to refer to the `category' property.
6447         * positions.texi: Improve index entries.  Remove useless one.
6449         * lists.texi: Improve index entries.  Remove redundant/useless ones.
6451         * os.texi: Improve index entries.
6452         (Timers): Fix previous change.
6454         * buffers.texi: Improve index entries.
6455         (Modification Time): Get rid of term "obsolete buffer".
6457         * debugging.texi: Improve index entries.
6458         (Test Coverage): Add xref to other test coverage ftr.
6460         * eval.texi: Improve index entry.  Remove redundant ones.
6462         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
6464         * files.texi: Improve index entries.  Remove redundant/useless ones.
6466         * objects.texi: Improve index entries.
6468         * processes.texi: Improve index entries.
6470         * modes.texi: Improve index entry.  Remove redundant one.
6472         * nonascii.texi: Improve index entries.
6474         * internals.texi: Improve index entries.
6476         * syntax.texi: Improve index entries.
6478         * keymaps.texi (Active Keymaps): Improve index entries.
6480         * commands.texi: Improve index entries.  Remove redundant/useless ones.
6482         * frames.texi: Improve index entries.  Remove redundant/useless ones.
6484         * markers.texi: Improve index entries.  Remove redundant ones.
6486         * tips.texi: Improve index entries.
6488         * loading.texi (Unloading): Improve index entry.
6490         * variables.texi: Improve index entries.  Remove redundant one.
6492         * sequences.texi: Improve index entry.
6494         * display.texi: Improve index entries.  Remove redundant ones.
6496         * windows.texi: Improve index entries.
6498         * searching.texi: Improve index entries.  Remove redundant one.
6500         * strings.texi (Case Tables): Improve last change.
6502 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
6504         * strings.texi (Case Tables): Document with-case-table and
6505         ascii-case-table.
6507 2007-04-03  Karl Berry  <karl@gnu.org>
6509         * processes.texi (Network): Reword to improve page break.
6511 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
6513         * functions.texi (Inline Functions): Describe more disadvantages
6514         of defsubst, and make advice against it stronger.
6516 2007-04-02  Karl Berry  <karl@gnu.org>
6518         * backups.texi (Backup Names): Avoid widow words.
6519         * modes.texi (Example Major Modes): Align last comment.
6521 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
6523         * keymaps.texi (Remapping Commands): Document new arg to
6524         command-remapping.
6526 2007-04-01  Karl Berry  <karl@gnu.org>
6528         * processes.texi (Low-Level Network): Typo.
6529         * loading.texi (Hooks for Loading): Avoid double "the".
6530         * keymaps.texi (Key Sequences): No double "and".
6531         (Changing Key Bindings): Shorten to improve line break.
6533 2007-03-31  Glenn Morris  <rgm@gnu.org>
6535         * os.texi (Timers): Fix description of run-at-time TIME formats.
6537 2007-03-31  Richard Stallman  <rms@gnu.org>
6539         * display.texi (Invisible Text): Correct buffer-invisibility-spec
6540         regarding ellipsis.
6542 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6544         * intro.texi (nil and t):
6545         * symbols.texi (Plists and Alists):
6546         * variables.texi (Variable Aliases, Constant Variables):
6547         * functions.texi (Defining Functions):
6548         * advice.texi (Advising Primitives):
6549         * debugging.texi (Syntax Errors, Compilation Errors):
6550         * minibuf.texi (Minibuffer Windows):
6551         * commands.texi (Adjusting Point):
6552         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6553         (Auto Major Mode, Major Mode Conventions):
6554         * help.texi (Describing Characters):
6555         * files.texi (Create/Delete Dirs, Information about Files)
6556         (File Locks, Writing to Files, Reading from Files)
6557         (Saving Buffers):
6558         * windows.texi (Resizing Windows, Cyclic Window Ordering):
6559         * frames.texi (Finding All Frames):
6560         * positions.texi (Buffer End, Motion):
6561         * markers.texi (The Region):
6562         * text.texi (Deletion, Near Point):
6563         * display.texi (Displaying Messages, Truncation):
6564         * os.texi (Processor Run Time):
6565         * tips.texi (Key Binding Conventions, Programming Tips)
6566         (Warning Tips, Documentation Tips, Comment Tips):
6567         * internals.texi (Memory Usage): Improve indexing.
6569         * variables.texi (Frame-Local Variables):
6570         * functions.texi (Argument List):
6571         * loading.texi (Library Search):
6572         * streams.texi (Output Variables):
6573         * keymaps.texi (Translation Keymaps, Searching Keymaps):
6574         * searching.texi (Replacing Match, Search and Replace):
6575         * processes.texi (Byte Packing, Decoding Output)
6576         (Accepting Output, Network Servers, Shell Arguments):
6577         * display.texi (Abstract Display, Image Cache, Scroll Bars):
6578         * windows.texi (Window Point, Window Start):
6579         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6580         * commands.texi (Reading Input, Keyboard Events):
6581         * minibuf.texi (Reading File Names, Minibuffer Completion)
6582         (Recursive Mini):
6583         * positions.texi (List Motion):
6584         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6585         * numbers.texi (Arithmetic Operations, Math Functions)
6586         (Predicates on Numbers, Comparison of Numbers):
6587         (Numeric Conversions):
6588         * locals.texi (Standard Buffer-Local Variables):
6589         * maps.texi (Standard Keymaps):
6590         * os.texi (User Identification, System Environment, Recording Input)
6591         (X11 Keysyms):
6592         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6593         * backups.texi (Backups and Auto-Saving):
6594         * customize.texi (Customization, Group Definitions)
6595         (Variable Definitions):
6596         * compile.texi (Byte Compilation): Improve index entries.
6598 2007-03-31  Karl Berry  <karl@gnu.org>
6600         * macros.texi (Defining Macros): Avoid widow syllable.
6602 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6604         * elisp.texi (Top): Postscript -> PostScript.
6606         * display.texi (Images, Postscript Images): Postscript -> PostScript.
6608 2007-03-31  Markus Triska  <markus.triska@gmx.at>
6610         * internals.texi (Writing Emacs Primitives): Untabify `For'.
6612 2007-03-30  Karl Berry  <karl@gnu.org>
6614         * lists.texi (List-related Predicates): Remove spurious @need.
6615         (Setcdr): Use @smallexample to improve page break.
6616         (Association Lists) <assoc>: Reword to improve page break.
6618         * strings.texi (String Conversion): Insert blank line to improve
6619         page break.
6621         * numbers.texi (Random Numbers): Use @minus{}.
6622         (Math Functions): Use @minus{}.
6624         * intro.texi (Acknowledgements): Avoid line breaks before middle
6625         initials.
6627 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
6629         * errors.texi (Standard Errors): Add an index entry.
6631 2007-03-19  Richard Stallman  <rms@gnu.org>
6633         * os.texi (Recording Input): recent-keys now gives 300 keys.
6635 2007-03-12  Glenn Morris  <rgm@gnu.org>
6637         * os.texi: Replace "daylight savings" with "daylight saving"
6638         throughout.
6640 2007-03-05  Richard Stallman  <rms@gnu.org>
6642         * variables.texi (File Local Variables):
6643         Update enable-local-variables values.
6645 2007-03-04  Richard Stallman  <rms@gnu.org>
6647         * syntax.texi (Control Parsing): Minor clarification.
6649         * strings.texi (Formatting Strings): Clarify width, precision, flags.
6651         * sequences.texi (Sequence Functions): Move string-bytes away,
6652         add xref.
6654         * nonascii.texi (Text Representations): Move string-bytes here.
6656         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6658         * minibuf.texi (Basic Completion): Minor clarification.
6660         * markers.texi (The Mark): Clarify existence vs activation of mark.
6661         Other cleanup.
6663         * display.texi (Finding Overlays): Write better example.
6665         * compile.texi (Eval During Compile): Clarify putting macros
6666         in eval-when-compile.
6668 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
6670         * loading.texi (How Programs Do Loading): Fix anchor position at
6671         load-read-function definition doc.
6673 2007-02-21  Kim F. Storm  <storm@cua.dk>
6675         * strings.texi (Text Comparison): Mention that assoc-string
6676         converts symbols to strings before testing.
6678 2007-02-17  Kim F. Storm  <storm@cua.dk>
6680         * processes.texi (Bindat Spec): Vector types can have optional
6681         element type.
6682         (Bindat Examples): Fix example.  Add vector with element type.
6684 2007-02-16  Andreas Schwab  <schwab@suse.de>
6686         * strings.texi (Formatting Strings): Document '+' flag.
6688 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
6690         * strings.texi (Modifying Strings): Clarify that `clear-string'
6691         always converts the string to unibyte.
6693 2007-02-14  Kim F. Storm  <storm@cua.dk>
6695         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6696         Rewrite glyph code description to refer to these functions.
6697         Remove details of encoding face number and char into integer code.
6699 2007-02-03  Alan Mackenzie  <acm@muc.de>
6701         * loading.texi (Hooks for Loading): Make the description of
6702         `eval-after-load' more detailed, and amend the description of
6703         after-load-alist, in accordance with changes from 2006-05.
6705 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6707         * modes.texi (Defining Minor Modes): Document that a :require
6708         keyword or similar may be required to make saved customization
6709         variables work.
6711 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
6713         * elisp.texi (Top): Make the detailed menu headers compliant with
6714         Texinfo guidelines and with what texnfo-upd.el expects.
6715         Add comments to prevent people from inadvertently modifying the key
6716         parts needed by `texinfo-multiple-files-update'.
6718 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6720         * elisp.texi (Top): Update the top-level menus.
6722         * syntax.texi (Categories): Add index entries.
6724 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6726         * display.texi (Attribute Functions): Fix name and description of
6727         the UNDERLINE arg of `set-face-underline-p'.
6729 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
6731         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6732         Variables", and "Standard Keymaps" to the detailed menu.
6734         * variables.texi (Future Local Variables): Add index entry.
6736 2007-01-28  Richard Stallman  <rms@gnu.org>
6738         * tips.texi (Coding Conventions): Clarify the tip about macros
6739         that define a function or a variable.
6741         * files.texi (File Attributes): UID and GID can be floats.
6742         (Magic File Names): Explain why deferring all operations to
6743         the standard handler does not work.
6745 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
6747         * backups.texi (Reverting): Use "buffer" instead of "file"
6748         when talking about major and minor modes.
6750 2007-01-21  Richard Stallman  <rms@gnu.org>
6752         * help.texi (Documentation): Add xref to Documentation Tips.
6754 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
6756         * tips.texi (Coding Conventions): Fix typos.
6758 2007-01-05  Richard Stallman  <rms@gnu.org>
6760         * modes.texi (Defining Minor Modes): Fix previous change.
6762 2007-01-03  Richard Stallman  <rms@gnu.org>
6764         * customize.texi (Variable Definitions, Customization Types):
6765         Don't use * in doc string for defcustom.
6767 2007-01-02  Richard Stallman  <rms@gnu.org>
6769         * variables.texi (Variable Aliases): Clarify that aliases vars
6770         always have the same value.
6772         * processes.texi (Bindat Spec): Fix Texinfo usage.
6774         * modes.texi (Defining Minor Modes): Explain effect of command
6775         defined with define-global-minor-mode on new buffers.
6777 2006-12-30  Kim F. Storm  <storm@cua.dk>
6779         * keymaps.texi (Tool Bar): Describe `grow-only' value of
6780         `auto-resize-tool-bars'.
6782 2006-12-30  Richard Stallman  <rms@gnu.org>
6784         * keymaps.texi (Active Keymaps): Fix previous change.
6786 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
6788         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6790 2006-12-30  Kim F. Storm  <storm@cua.dk>
6792         * processes.texi (Bindat Spec): Clarify using field names in
6793         length specifications.
6795 2006-12-29  Kim F. Storm  <storm@cua.dk>
6797         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6798         Add count and index variables for eval forms in repeat blocks.
6800 2006-12-24  Richard Stallman  <rms@gnu.org>
6802         * customize.texi (Variable Definitions):
6803         Document new name custom-add-frequent-value.
6805 2006-12-19  Kim F. Storm  <storm@cua.dk>
6807         * commands.texi (Misc Events): User signals now result in sigusr1
6808         and sigusr2 events which are handled through special-event-map.
6809         (Special Events): User signals and drag-n-drop are special.
6811 2006-12-17  Richard Stallman  <rms@gnu.org>
6813         * loading.texi (Named Features): Explain subfeatures better.
6815         * customize.texi: Use "option" only for user options.
6816         For the keyword values inside defcustom etc, say "keywords".
6817         For :options value's elements, say "elements".
6818         :group should not be omitted.
6820         * syntax.texi (Parsing Expressions): Split up node.
6821         (Motion via Parsing, Position Parse, Parser State)
6822         (Low-Level Parsing, Control Parsing): New subnodes.
6823         (Parser State): Document syntax-ppss-toplevel-pos.
6825         * positions.texi (List Motion): Punctuation fix.
6827         * files.texi (File Name Completion): Document PREDICATE arg
6828         to file-name-completion.
6830 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
6832         * internals.texi (Building Emacs, Writing Emacs Primitives):
6833         Add index entries.
6835 2006-12-11  Richard Stallman  <rms@gnu.org>
6837         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6838         affects face menu.  Explain how to make it non-nil without enabling
6839         any fontification.
6841 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
6843         * modes.texi (Font Lock Basics): Document nil value of
6844         font-lock-defaults.
6846 2006-12-10  Glenn Morris  <rgm@gnu.org>
6848         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6849         value for system-flag argument.  Abbrev tables may not be empty
6850         when major modes are loaded.
6852 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
6854         * makefile.w32-in (maintainer-clean): Partially revert last
6855         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6856         to protect elisp-covers.texi.
6858 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
6860         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6861         Don't remove elisp* info files; they are already deleted by the
6862         `clean' and `distclean' targets, and they are in the $(infodir)
6863         directory, not the current one.
6865 2006-12-04  Kim F. Storm  <storm@cua.dk>
6867         * commands.texi (Misc Events): Update signal events.
6868         (Event Examples): Add signal example.
6870 2006-11-29  Richard Stallman  <rms@gnu.org>
6872         * frames.texi (Visibility of Frames): Explain visible windows
6873         can be covered by others.  Add xref for raise-frame.
6875 2006-11-28  Richard Stallman  <rms@gnu.org>
6877         * searching.texi (Regexp Special): Update when ^ is special.
6879 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
6881         * customize.texi (Customization, Common Keywords)
6882         (Group Definitions, Variable Definitions, Composite Types)
6883         (Type Keywords, Customization Types): Add index entries for
6884         various customization keywords.
6886 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6888         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6890 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6892         * frames.texi (Window System Selections): Remove clipboard from
6893         description of selection-coding-system.
6895 2006-11-06  Richard Stallman  <rms@gnu.org>
6897         * lists.texi (List Variables): Document COMPARE-FN.
6899         * keymaps.texi: Avoid use of "binding" to mean a relation;
6900         use it only to refer to the meaning associated with a key.
6901         (Keymaps): Change menu node description.
6903         * elisp.texi (Top): Change menu node description.
6905         * display.texi (Managing Overlays): Document overlay-recenter.
6907 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
6909         * Makefile.in: Use relative paths to avoid advertising filesystem
6910         contents during compilation.
6912 2006-10-23  Kim F. Storm  <storm@cua.dk>
6914         * commands.texi (Event Input Misc): Update unread-command-events.
6916 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6918         * lists.texi (Sets And Lists): Fix typos.
6920 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6922         * control.texi (Processing of Errors): Use @var for an argument,
6923         not @code.
6925 2006-10-16  Richard Stallman  <rms@gnu.org>
6927         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6929         * keymaps.texi (Format of Keymaps): Show all the keymap element
6930         patterns that result from menu items.
6931         (Key Lookup): Minor cleanups.
6933         * modes.texi (Precalculated Fontification): Don't say that
6934         not setting font-lock-defaults avoids loading font-lock.
6936         * help.texi (Documentation): Move xref to Emacs Manual here.
6937         (Documentation Basics): From here.
6938         Also doc emacs-lisp-docstring-fill-column.
6940         * elisp.texi: Update version and ISBN.
6942         * commands.texi (Interactive Call): Clarify KEYS arg to
6943         call-interactively is a vector.
6944         (Command Loop Info): Delete anchor in this-command-keys.
6945         Add anchor in this-command-keys-vector.
6946         (Recursive Editing): Document how recursive-edit
6947         handles the current buffer.
6949 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
6951         * frames.texi (Frame Titles): %c and %l are ignored in
6952         frame-title-format.
6954 2006-10-11  Richard Stallman  <rms@gnu.org>
6956         * keymaps.texi (Key Sequences): Clarify use of kbd.
6958 2006-10-10  Kim F. Storm  <storm@cua.dk>
6960         * lists.texi (Sets And Lists): Add memql.
6962 2006-10-03  Richard Stallman  <rms@gnu.org>
6964         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6965         Clarify :ascii: and :nonascii:.
6967 2006-09-29  Juri Linkov  <juri@jurta.org>
6969         * modes.texi (%-Constructs): Reorder coding systems in the
6970         documentation of %z to the real order displayed in the modeline.
6972 2006-09-25  Richard Stallman  <rms@gnu.org>
6974         * os.texi (Timers): Describe timer-max-repeats.
6976 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6978         * os.texi (Timers): Mention with-local-quit.
6980 2006-09-24  Richard Stallman  <rms@gnu.org>
6982         * searching.texi (Searching and Matching): Mention property search.
6984         * commands.texi (Command Loop Info): Explain how read-event affects
6985         this-command-keys.
6987 2006-09-20  Richard Stallman  <rms@gnu.org>
6989         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6991         * windows.texi (Window Start): Minor cleanups.
6993 2006-09-20  Kim F. Storm  <storm@cua.dk>
6995         * windows.texi (Window Start): pos-visible-in-window-p allows
6996         specifying t for position to mean "end of window".
6997         Add window-line-height.
6999         * anti.texi (Antinews): Mention window-line-height.
7001 2006-09-19  David Kastrup  <dak@gnu.org>
7003         * keymaps.texi (Searching Keymaps): Small clarification.
7005 2006-09-18  Richard Stallman  <rms@gnu.org>
7007         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7008         cause keyboard menus.
7009         (Menu Keymaps): Likewise.
7010         (Defining Menus, Keyboard Menus): Clarify.
7012         * text.texi (Fields): Clarify explanation of constrain-to-field.
7014 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7016         * variables.texi (Tips for Defining): Fix a typo.
7018 2006-09-15  Richard Stallman  <rms@gnu.org>
7020         * keymaps.texi (Remapping Commands, Searching Keymaps)
7021         (Active Keymaps): Clean up previous change.
7023 2006-09-15  Jay Belanger  <belanger@truman.edu>
7025         * gpl.texi: Replace "Library Public License" by "Lesser Public
7026         License" throughout.
7028 2006-09-15  David Kastrup  <dak@gnu.org>
7030         * keymaps.texi (Active Keymaps): Adapt description to use
7031         `get-char-property' instead `get-text-property'.  Explain how
7032         mouse events change this.  Explain the new optional argument of
7033         `key-binding' and its mouse-dependent lookup.
7034         (Searching Keymaps): Adapt description similarly.
7035         (Remapping Commands): Explain the new optional argument of
7036         `command-remapping'.
7038 2006-09-14  Richard Stallman  <rms@gnu.org>
7040         * keymaps.texi (Searching Keymaps): Clarification.
7041         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7043 2006-09-13  Richard Stallman  <rms@gnu.org>
7045         * objects.texi (Character Type): Node split.
7046         Add xref to Describing Characters.
7047         (Basic Char Syntax, General Escape Syntax)
7048         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7050 2006-09-11  Richard Stallman  <rms@gnu.org>
7052         * display.texi (Display Table Format): Wording clarification.
7053         (Glyphs): Clarifications.
7055 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
7057         * keymaps.texi (Active Keymaps): Mention that key-binding checks
7058         local maps.
7060 2006-09-10  Kim F. Storm  <storm@cua.dk>
7062         * display.texi (Forcing Redisplay): Document return value of
7063         function redisplay.
7065 2006-09-09  Richard Stallman  <rms@gnu.org>
7067         * windows.texi (Window Hooks): Explain limits of
7068         window-scroll-functions.
7070         * display.texi (Fringe Indicators): Update for last change in
7071         indicate-buffer-boundaries.
7073 2006-09-08  Richard Stallman  <rms@gnu.org>
7075         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7077 2006-09-06  Kim F. Storm  <storm@cua.dk>
7079         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7081         * windows.texi (Window Start): Update pos-visible-in-window-p.
7083 2006-09-04  Richard Stallman  <rms@gnu.org>
7085         * processes.texi (Accepting Output): Explain SECONDS=0 for
7086         accept-process-output.
7088         * os.texi (Idle Timers): Explain why timer functions should not
7089         loop until (input-pending-p).
7091 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7093         * makefile.w32-in (usermanualdir): New variable.
7094         (elisp.dvi): Use it.
7096 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
7098         * buffers.texi (Buffer Modification): Fix last change.
7100 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
7102         * buffers.texi (Buffer Modification):
7103         Document buffer-chars-modified-tick.
7105 2006-08-31  Richard Stallman  <rms@gnu.org>
7107         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7109 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
7111         * modes.texi (Syntactic Font Lock):
7112         Mention font-lock-syntactic-face-function
7113         instead of specific faces.
7115 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
7117         * display.texi (Images): Add xrref to display-images-p.
7119 2006-08-28  Kenichi Handa  <handa@m17n.org>
7121         * nonascii.texi (Lisp and Coding Systems): Fix description of
7122         detect-coding-region.
7124 2006-08-27  Michael Olson  <mwolson@gnu.org>
7126         * processes.texi (Transaction Queues): Remove stray quote
7127         character.
7129 2006-08-25  Richard Stallman  <rms@gnu.org>
7131         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7132         Add xref.
7134 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7136         * os.texi (Timers): Avoid waiting inside timers.
7138 2006-08-21  Lute Kamstra  <lute@gnu.org>
7140         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7142 2006-08-20  Richard Stallman  <rms@gnu.org>
7144         * os.texi (Idle Timers): New node, split out from Timers.
7145         Document current-idle-time.
7146         * commands.texi (Reading One Event): Update xref.
7147         * elisp.texi (Top): Update subnode menu.
7149 2006-08-16  Richard Stallman  <rms@gnu.org>
7151         * keymaps.texi (Extended Menu Items): Show format of cached
7152         bindings in extended menu items.
7154         * customize.texi (Variable Definitions): Explain when the
7155         standard value expression is evaluated.
7157 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
7159         * commands.texi (Reading One Event): Explain idleness in
7160         `read-event'.
7162 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
7164         * text.texi (Near Point): Say "cursor" not "terminal cursor".
7165         (Commands for Insertion): Remove split-line since it's not
7166         relevant for Lisp programming.
7167         (Yank Commands): Rewrite introduction.
7168         (Undo): Clarify.
7169         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
7170         (Filling): Remove redundant comment.  Clarify return value of
7171         current-justification.
7172         (Margins): Minor clarifications.
7173         (Adaptive Fill): Update default value of adaptive-fill-regexp.
7174         (Sorting): Update definition of sort-lines.
7175         (Columns): Clarify behavior of sort-columns.
7176         (Indent Tabs): Link to Tab Stops in Emacs manual.
7177         (Special Properties): Clarify.
7178         (Clickable Text): Mention Buttons package.
7180 2006-08-12  Kevin Ryde  <user42@zip.com.au>
7182         * os.texi (Time Parsing): Add %z to description of
7183         format-time-string, as per docstring.  Add cross reference to
7184         glibc manual for strftime.
7186 2006-08-08  Richard Stallman  <rms@gnu.org>
7188         * modes.texi: Clean up wording in previous change.
7190 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
7192         * modes.texi (Hooks): Clarify.
7193         (Major Mode Basics): Mention define-derived-mode explicitly.
7194         (Major Mode Conventions): Rebinding RET is OK for some modes.
7195         Mention change-major-mode-hook and after-change-major-mode-hook.
7196         (Example Major Modes): Move to end of Modes section.
7197         (Mode Line Basics): Clarify.
7198         (Mode Line Data): Mention help-echo and local-map in strings.
7199         Explain reason for treatment of non-risky variables.
7200         (Properties in Mode): Clarify.
7201         (Faces for Font Lock): Add font-lock-negation-char-face.
7203 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
7205         * strings.texi (Formatting Strings): Warn against arbitrary
7206         strings as first arg to `format'.
7208 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
7210         * text.texi (Clickable Text): Mention `help-echo' text property.
7211         Update intro, examples and associated explanations.
7213 2006-07-31  Richard Stallman  <rms@gnu.org>
7215         * commands.texi: Update xrefs.
7216         (Event Mod): New node, cut out from old Translating Input.
7218         * maps.texi: Update xrefs.
7220         * keymaps.texi (Translation Keymaps): New node.
7221         Update xrefs from Translating Input to Translation Keymaps.
7223         * elisp.texi (Top): Update subnode menu.
7225         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7227         * os.texi (System Interface): Fix menu descriptions of some nodes.
7228         (Translating Input): Node deleted.
7230 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7232         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7234         * lists.texi (Sets And Lists): Likewise.
7236 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
7238         * text.texi (Fields): Mention POS
7239         requirement when narrowing is in effect.
7241 2006-07-28  Richard Stallman  <rms@gnu.org>
7243         * display.texi (Face Attributes): Simplify wording.
7244         (Attribute Functions): Clarify meaning of new-frame default
7245         attribute settings.
7247         * customize.texi (Common Keywords): Document how to use
7248         :package-version in a package not in Emacs.
7250 2006-07-28  Kim F. Storm  <storm@cua.dk>
7252         * commands.texi (Reading One Event): Fix last change.
7254 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7256         * commands.texi (Reading One Event): Document SECONDS argument for
7257         read-event, read-char, and read-char-exclusive.
7259 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7261         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7262         to ensure correct identification.
7264 2006-07-24  Richard Stallman  <rms@gnu.org>
7266         * text.texi (Clickable Text): Clarify.
7268         * sequences.texi (Vector Functions): Delete duplicate xref.
7270         * objects.texi (Function Type): Clarify.
7272         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7273         modes.
7275         * lists.texi (List Variables): New node.
7276         Material moved from other nodes.
7278         * variables.texi (Setting Variables): add-to-list and
7279         add-to-ordered-list moved to List Variables node.
7281 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7283         * text.texi (Links and Mouse-1):
7284         For mouse-on-link-p, expand on arg POS.
7286 2006-07-21  Kim F. Storm  <storm@cua.dk>
7288         * display.texi (Forcing Redisplay): Don't mention systems which
7289         don't support sub-second timers for redisplay-preemption-period.
7291         * os.texi (Terminal Output): Clarify text vs graphical terminal.
7293 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7295         * frames.texi (Input Focus): Document that focus-follows-mouse has
7296         no effect on MS-Windows.
7298 2006-07-18  Richard Stallman  <rms@gnu.org>
7300         * display.texi (Forcing Redisplay): Cleanups in previous change.
7302         * processes.texi (Low-Level Network): Make menu more convenient.
7304 2006-07-18  Kim F. Storm  <storm@cua.dk>
7306         * display.texi (Forcing Redisplay): redisplay-preemption-period
7307         only used on window systems.  Add xref to Terminal Output.
7309         * os.texi (Terminal Output): baud-rate only controls preemption on
7310         non-window systems.  Add xref to Forcing Redisplay.
7312         * processes.texi (Low-Level Network): Rename node "Make Network"
7313         to "Network Processes".
7315 2006-07-18  Karl Berry  <karl@gnu.org>
7317         * variables.texi, functions.texi, customize.texi, loading.texi:
7318         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7320 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7322         * commands.texi (Waiting): Document batch-mode sit-for behavior.
7324 2006-07-17  Richard Stallman  <rms@gnu.org>
7326         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7327         Put period and comma inside quotes.
7329         * loading.texi, markers.texi: Use real doublequote inside menus.
7331         * windows.texi: Put point and comma inside quotes.
7332         (Textual Scrolling): Use @samp for error message.
7334         * variables.texi, tips.texi, syntax.texi, symbols.texi:
7335         * strings.texi, streams.texi, processes.texi, os.texi:
7336         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7337         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7338         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7339         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7340         Put point and comma inside quotes.
7342         * control.texi (Processing of Errors): Add command-error-function.
7344         * variables.texi (File Local Variables): Clarify that
7345         file local variables make buffer-local bindings.
7347         * modes.texi (Syntactic Font Lock): Give default for
7348         font-lock-syntax-table.
7350 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
7352         * text.texi (Special Properties): Clean up previous change.
7354 2006-07-16  Karl Berry  <karl@gnu.org>
7356         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7357         * control.texi: Fix bad page breaks through chapter 10 (control).
7359         * anti.texi (Antinews): Reorder face-attribute fns to avoid
7360         underfull hbox.
7362 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
7364         * text.texi (Special Properties): Describe fontified text property
7365         in relation to a character (not text).
7367 2006-07-15  Kim F. Storm  <storm@cua.dk>
7369         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7370         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7371         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7373         * anti.texi (Antinews): Mention redisplay function.
7374         The kbd macro existed, but was not documented, before 22.x.
7375         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7377 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
7379         * display.texi (Displaying Messages): Add anchor.
7381         * frames.texi (Dialog Boxes): Use it.
7383 2006-07-12  Richard Stallman  <rms@gnu.org>
7385         * objects.texi (Frame Type): Explain nature of frames better.
7387         * frames.texi (Frames): Explain nature of frames better.
7389 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
7391         * tips.texi (Coding Conventions): Explain why use cl at compile time.
7393 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7395         * frames.texi (Window System Selections): Mention scrap support for Mac.
7396         Default value of x-select-enable-clipboard is t on Mac.
7398         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7400 2006-07-11  Kim F. Storm  <storm@cua.dk>
7402         * display.texi (Forcing Redisplay): Add `redisplay' function.
7403         Don't mention (sit-for -1) -- use (redisplay t) instead.
7405         * commands.texi (Waiting): (sit-for -1) is no longer special.
7406         (sit-for 0) is equivalent to (redisplay).
7407         Iconifying/deiconifying no longer makes sit-for return.
7409 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
7411         * display.texi (Buttons): Fix typo.
7413         * index.texi, elisp.texi (New Symbols): Comment node out.
7415 2006-07-09  Richard Stallman  <rms@gnu.org>
7417         * display.texi (Truncation): Clean up previous change.
7419 2006-07-08  Richard Stallman  <rms@gnu.org>
7421         * commands.texi (Interactive Call): Use 3 as prefix in example
7422         for execute-extended-command.
7424         * display.texi (Attribute Functions): Move paragraph about
7425         compatibility with Emacs < 21.
7427 2006-07-09  Kim F. Storm  <storm@cua.dk>
7429         * display.texi (Refresh Screen): Clarify force-window-update.
7430         (Truncation): "Normally" indicated by fringe arrows.
7432 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7434         * windows.texi (Textual Scrolling, Resizing Windows):
7435         * variables.texi (Constant Variables):
7436         * text.texi (Buffer Contents, Deletion, Changing Properties)
7437         (Property Search, Special Properties, Sticky Properties)
7438         (Links and Mouse-1, Fields, Change Hooks):
7439         * syntax.texi (Syntax Table Functions, Parsing Expressions)
7440         (Categories):
7441         * symbols.texi (Other Plists):
7442         * streams.texi (Output Variables):
7443         * processes.texi (Input to Processes, Query Before Exit):
7444         * positions.texi (Word Motion, Text Lines, List Motion):
7445         * os.texi (Init File, System Environment, Sound Output)
7446         (Session Management):
7447         * nonascii.texi (Text Representations, Character Sets)
7448         (Chars and Bytes, Locales):
7449         * modes.texi (Defining Minor Modes, Header Lines):
7450         * minibuf.texi (Minibuffer Contents):
7451         * markers.texi (Information from Markers):
7452         * lists.texi (List Elements, Building Lists, Association Lists):
7453         * keymaps.texi (Tool Bar):
7454         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7455         * functions.texi (What Is a Function, Mapping Functions):
7456         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7457         (Color Names, Text Terminal Colors, Display Feature Testing):
7458         * files.texi (Visiting Functions, File Name Components)
7459         (Unique File Names, Contents of Directories):
7460         * display.texi (Forcing Redisplay, Displaying Messages)
7461         (Temporary Displays, Font Selection, Auto Faces)
7462         (Font Lookup, Fringe Indicators, Display Margins)
7463         (Image Descriptors, Showing Images, Image Cache, Button Types)
7464         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7465         (Display Table Format, Glyphs):
7466         * control.texi (Iteration):
7467         * commands.texi (Command Loop Info, Adjusting Point):
7468         * backups.texi (Making Backups, Auto-Saving):
7469         Remove @tindex entries.
7471 2006-07-07  Kim F. Storm  <storm@cua.dk>
7473         * display.texi (Fringe Cursors): Fix typo.
7474         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7475         (Overlay Arrow): Default is overlay-arrow fringe indicator.
7477 2006-07-05  Richard Stallman  <rms@gnu.org>
7479         * text.texi (Buffer Contents): Add example of text props
7480         in result of buffer-substring.
7481         (Text Properties): Explain better about use of specific property names.
7482         (Property Search): Some cleanups; reorder some functions.
7484         * keymaps.texi (Changing Key Bindings): Cleanup.
7485         Add xref to Key Binding Conventions.
7487         * display.texi (Attribute Functions): Add examples for
7488         face-attribute-relative-p.
7490         * tips.texi (Coding Conventions): Cleanup last change.
7492 2006-07-05  Karl Berry  <karl@gnu.org>
7494         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7495         Remove @setchapternewpage odd.
7496         Result is 1013 pages, down from 1100.
7498         * anti.texi, customize.texi, display.texi, internals.texi:
7499         * minibuf.texi, modes.texi, tips.texi:
7500         Fix overfull/underfull boxes.
7502 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7504         * edebug.texi (Instrumenting):
7505         Add Edebug-specific findex for eval-buffer.
7506         * loading.texi (Loading):
7507         Replace eval-current-buffer with eval-buffer.
7509 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7511         * locals.texi (Standard Buffer-Local Variables): Update the list
7512         of variables.
7514 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
7516         * files.texi (File Name Completion): Point user to the node
7517         "Reading File Names".
7519 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
7521         * files.texi (Contents of Directories): Document case-insensitive
7522         behavior on respective filesystems.
7524         * objects.texi (Character Type): Document that Emacs signals an
7525         error for unsupported Unicode characters specified as \uNNNN.
7527 2006-06-19  Richard Stallman  <rms@gnu.org>
7529         * processes.texi (Bindat Spec): Clarify previous change.
7531 2006-06-16  Richard Stallman  <rms@gnu.org>
7533         * tips.texi (Coding Conventions): Better explain conventions
7534         for definition constructs.
7536         * text.texi (Special Properties): String value of `read-only'
7537         serves as the error message.
7539         * objects.texi (Character Type): Clarify prev. change.
7540         (Non-ASCII in Strings): Mention \u and \U.
7542         * commands.texi (Using Interactive): Explain problem of
7543         markers, etc., in command-history.
7545 2006-06-14  Kim F. Storm  <storm@cua.dk>
7547         * commands.texi (Waiting): Negative arg to sit-for forces
7548         redisplay even if input is pending.
7550         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7551         redisplay.  Remove incorrect example of binding redisplay-dont-pause
7552         around (sit-for 0).
7554 2006-06-13  Richard Stallman  <rms@gnu.org>
7556         * display.texi (Forcing Redisplay): Clarify previous change.
7558 2006-06-13  Romain Francoise  <romain@orebokech.com>
7560         * display.texi (Forcing Redisplay): Fix typo.
7562 2006-06-13  Kim F. Storm  <storm@cua.dk>
7564         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7566 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7568         * tips.texi (Coding Conventions): Add `@end itemize'.
7570 2006-06-10  Richard Stallman  <rms@gnu.org>
7572         * tips.texi (Coding Conventions): Explain use of coding systems
7573         to ensure one decoding for strings.
7575 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
7577         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7578         syntax.
7580 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
7582         * display.texi (Font Selection): Remove description of
7583         clear-face-cache.
7585         * compile.texi (Eval During Compile): Fix a typo.  Add index
7586         entries for possible uses of eval-when-compile.
7588 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
7590         * display.texi (Abstract Display): Fix typo.
7592 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
7594         * minibuf.texi (Minibuffer History) <history-add-new-input>:
7595         Reword variable's description.
7597 2006-06-01  Richard Stallman  <rms@gnu.org>
7599         * windows.texi (Splitting Windows): Clarify splitting nonselected
7600         window.
7602 2006-05-31  Juri Linkov  <juri@jurta.org>
7604         * minibuf.texi (Minibuffer History): Add history-add-new-input.
7606 2006-05-30  Richard Stallman  <rms@gnu.org>
7608         * display.texi (Line Height): Fix errors in description of
7609         default line height and line-height property.
7611         * nonascii.texi (Default Coding Systems): Further clarification.
7613 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7615         * internals.texi (Pure Storage): Mention that an overflow in pure
7616         space causes a memory leak.
7617         (Garbage Collection): If there was an overflow in pure space,
7618         `garbage-collect' returns nil.
7620 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
7622         * nonascii.texi (Default Coding Systems): Fix it some more.
7624 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
7626         * nonascii.texi (Default Coding Systems): Fix last change.
7628 2006-05-29  Kenichi Handa  <handa@m17n.org>
7630         * nonascii.texi (find-operation-coding-system): Describe the new
7631         argument format (FILENAME . BUFFER).
7633 2006-05-28  Richard Stallman  <rms@gnu.org>
7635         * tips.texi (Coding Conventions): Better explain reasons not to
7636         advise other packages or use `eval-after-load'.
7638 2006-05-29  Kim F. Storm  <storm@cua.dk>
7640         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7641         `bindat-idx' and `bindat-raw' for clarity.
7643 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7645         * processes.texi (Bindat Spec): Expand on `repeat' handler.
7647         * display.texi (Display): Add "Abstract Display" to menu.
7648         (Abstract Display, Abstract Display Functions)
7649         (Abstract Display Example): New nodes.
7650         * elisp.texi (Top): Add "Abstract Display" to menu.
7652 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7654         * keymaps.texi (Key Sequences): Link to input events definition.
7655         (Format of Keymaps): Delete material duplicated in Keymap Basics.
7657         * files.texi (Changing Files): Document updated argument list for
7658         copy-file.
7660 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7662         * processes.texi (Bindat Functions): Explain term "total length".
7663         Use it in bindat-length and bindat-pack descriptions.
7665 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7667         * tips.texi (Coding Conventions): Advise against using
7668         eval-after-load in packages.  Add an index entry.
7670 2006-05-25  Juri Linkov  <juri@jurta.org>
7672         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7674         * modes.texi (%-Constructs): Add %e, %z, %Z.
7676 2006-05-25  Richard Stallman  <rms@gnu.org>
7678         * elisp.texi (Top): Update subnode menu.
7680         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7681         (Keymaps): Update menu.
7683 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7685         * keymaps.texi (Key Sequences): Some clarifications.
7687 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
7689         * processes.texi (Bindat Functions): Say "unibyte string"
7690         explicitly for bindat-unpack and bindat-pack descriptions.
7691         (Bindat Examples): Don't call `string-make-unibyte' in example.
7693 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
7695         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7696         Explain string and vector representations of key sequences.
7698         * keymaps.texi (Changing Key Bindings):
7699         * commands.texi (Interactive Codes):
7700         * help.texi (Describing Characters): Refer to it.
7702 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
7704         * frames.texi (Pointer Shape): @end table -> @end defvar.
7706 2006-05-22  Richard Stallman  <rms@gnu.org>
7708         * elisp.texi (Top): Update subnode menus.
7710         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7711         Contents rewritten; material from old Pointer Shape node moved here.
7713         * display.texi (Pointer Shape): Node deleted.
7714         (Image Descriptors): Minor cleanup.
7716 2006-05-21  Richard Stallman  <rms@gnu.org>
7718         * syntax.texi (Parsing Expressions): Update info on which STATE
7719         elements are ignored.
7721 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7723         * hooks.texi (Standard Hooks): Correct typo.
7725         * gpl.texi (GPL): ifinfo -> ifnottex.
7727 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
7729         * searching.texi (Simple Match Data): Warn about match data being
7730         set anew by every search.
7732 2006-05-17  Richard Stallman  <rms@gnu.org>
7734         * minibuf.texi (Minibuffer History): Clarify.
7736         * searching.texi (Regexp Special): Clarify nested regexp warning.
7738 2006-05-16  Kim F. Storm  <storm@cua.dk>
7740         * minibuf.texi (Minibuffer History): Update add-to-history.
7742 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
7744         * nonascii.texi (Explicit Encoding):
7745         Fix typo (encoding<->decoding).
7747 2006-05-14  Richard Stallman  <rms@gnu.org>
7749         * buffers.texi (Creating Buffers): Cleanup.
7751         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7753 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
7755         * buffers.texi (Current Buffer): Document that with-temp-buffer
7756         disables undo.
7758         * os.texi (Terminal-Specific): More accurate description of how
7759         Emacs searches for the terminal-specific libraries.
7761 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
7763         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7764         emacs-xtra to @inforef's.
7766         * text.texi (Undo): Document that undo is turned off in buffers
7767         whose names begin with a space.
7769         * buffers.texi (Buffer Names): Add index entries for buffers whose
7770         names begin with a space.
7771         (Creating Buffers): Document that undo is turned off in buffers
7772         whose names begin with a space.
7774         * files.texi (Visiting Functions, Reading from Files)
7775         (Saving Buffers): Mention code and EOL conversions by file I/O
7776         primitives and subroutines.
7778         * nonascii.texi (Lisp and Coding Systems):
7779         Document coding-system-eol-type.  Add index entries for eol conversion.
7781         * display.texi (Defining Faces): Mention `mac', and add an xref to
7782         where window-system is described.
7784 2006-05-10  Richard Stallman  <rms@gnu.org>
7786         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7788 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7790         * variables.texi (File Local Variables): Recommend to quote lambda
7791         expressions in safe-local-variable property.
7793 2006-05-09  Richard Stallman  <rms@gnu.org>
7795         * variables.texi (File Local Variables):
7796         Document safe-local-eval-forms and safe-local-eval-function.
7798 2006-05-07  Kim F. Storm  <storm@cua.dk>
7800         * minibuf.texi (Minibuffer History): Remove keep-dups arg
7801         from add-to-history.
7803 2006-05-07  Romain Francoise  <romain@orebokech.com>
7805         * commands.texi (Event Input Misc):
7806         * compile.texi (Eval During Compile):
7807         * internals.texi (Buffer Internals):
7808         * minibuf.texi (Initial Input):
7809         * nonascii.texi (Scanning Charsets):
7810         * numbers.texi (Comparison of Numbers):
7811         * windows.texi (Textual Scrolling, Vertical Scrolling):
7812         Fix various typos.
7814 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
7816         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7817         conditional xref's to either emacs or emacs-xtra, depending on
7818         @iftex/@ifnottex.
7820         * minibuf.texi (Minibuffer History): Document add-to-history.
7822 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
7824         * internals.texi (Pure Storage): Mention the pure overflow message
7825         at startup.
7827 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
7829         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7830         (Searching Keymaps): Fix pseudo-Lisp description of keymap
7831         search.
7833 2006-05-01  Richard Stallman  <rms@gnu.org>
7835         * intro.texi (nil and t): Clarify.
7837         * variables.texi (File Local Variables): Suggest using booleanp.
7839 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
7841         * objects.texi (Type Predicates): Fix typos.
7843 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * intro.texi (nil and t): Add booleanp.
7847         * objects.texi (Type Predicates): Add links for booleanp and
7848         string-or-null-p.
7850 2006-04-29  Richard Stallman  <rms@gnu.org>
7852         * modes.texi (Multiline Font Lock): Rename from
7853         Multi line Font Lock Elements.  Much clarification.
7854         (Font Lock Multiline, Region to Fontify): Much clarification.
7856 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7858         * variables.texi (File Local Variables): Remove the special case t for
7859         safe-local-variable.
7861 2006-04-26  Richard Stallman  <rms@gnu.org>
7863         * syntax.texi (Parsing Expressions): Minor cleanup.
7865 2006-04-18  Richard Stallman  <rms@gnu.org>
7867         * tips.texi (Coding Conventions): Explain when the package's
7868         prefix should appear later on (not at the start of the name).
7870         * searching.texi (String Search): Clarify effect of NOERROR.
7872         * modes.texi (Imenu): Clarify what special items do.
7874         * hooks.texi (Standard Hooks): Delete text about old hook names.
7876 2006-04-17  Romain Francoise  <romain@orebokech.com>
7878         * variables.texi (Local Variables): Update the default value of
7879         `max-specpdl-size'.
7881 2006-04-15  Michael Olson  <mwolson@gnu.org>
7883         * processes.texi (Transaction Queues): Mention the new optional
7884         `delay-question' argument for `tq-enqueue'.
7886 2006-04-13  Bill Wohler  <wohler@newt.com>
7888         * customize.texi (Common Keywords): Use dotted notation for
7889         :package-version value.  Specify its values.  Improve documentation
7890         for customize-package-emacs-version-alist.
7892 2006-04-12  Bill Wohler  <wohler@newt.com>
7894         * customize.texi (Common Keywords): Move description of
7895         customize-package-emacs-version-alist to @defvar.
7897 2006-04-10  Bill Wohler  <wohler@newt.com>
7899         * customize.texi (Common Keywords): Add :package-version.
7901 2006-04-10  Kim F. Storm  <storm@cua.dk>
7903         * text.texi (Buffer Contents): Add NOPROPS arg to
7904         filter-buffer-substring.
7906 2006-04-08  Kevin Ryde  <user42@zip.com.au>
7908         * os.texi (Command-Line Arguments): Update xref to emacs manual
7909         "Command Arguments" -> "Emacs Invocation", per change there.
7911 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
7913         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7914         be on one line to help makeinfo not render two spaces after the dot.
7916 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7918         * strings.texi (Predicates for Strings): Add string-or-null-p.
7920 2006-03-28  Kim F. Storm  <storm@cua.dk>
7922         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7923         remarks about systems that don't support fractional seconds.
7925 2006-03-25  Karl Berry  <karl@gnu.org>
7927         * elisp.texi: Use @copyright{} instead of (C), and do not indent
7928         the year list.
7930 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
7932         * display.texi (Fringe Indicators): Fix typos.
7934 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
7936         * tips.texi (Documentation Tips): One can now also write `program'
7937         in front of a quoted symbol in a docstring to prevent making a
7938         hyperlink.
7940 2006-03-19  Alan Mackenzie  <acm@muc.de>
7942         * text.texi (Special Properties): Clarify `fontified' property.
7944 2006-03-16  Richard Stallman  <rms@gnu.org>
7946         * display.texi (Defining Images): Minor cleanup.
7948 2006-03-16  Bill Wohler  <wohler@newt.com>
7950         * display.texi (Defining Images): In image-load-path-for-library,
7951         prefer user's images.
7953 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7955         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7957 2006-03-15  Bill Wohler  <wohler@newt.com>
7959         * display.texi (Defining Images): Fix example in
7960         image-load-path-for-library by not recommending that one binds
7961         image-load-path.  Just defvar it to placate compiler and only use
7962         it if previously defined.
7964 2006-03-14  Bill Wohler  <wohler@newt.com>
7966         * display.texi (Defining Images): In image-load-path-for-library,
7967         always return list of directories.  Update example.
7969 2006-03-14  Alan Mackenzie  <acm@muc.de>
7971         * modes.texi: New node, "Region to Fontify" (for Font Lock).
7972         This describes font-lock-extend-region-function.
7973         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7974         the new node "Region to Fontify".
7976 2006-03-13  Richard Stallman  <rms@gnu.org>
7978         * display.texi (Invisible Text): The impossible position is
7979         now before the invisible text, not after.
7980         (Defining Images): Clean up last change.
7982 2006-03-11  Bill Wohler  <wohler@newt.com>
7984         * display.texi (Defining Images): Add image-load-path-for-library.
7986 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
7988         * text.texi (Adaptive Fill): Fix Texinfo usage.
7990         * strings.texi (Creating Strings): Fix Texinfo usage.
7992         * searching.texi (Regexp Special): Use @samp for regular
7993         expressions that are not in Lisp syntax.
7995 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
7997         * searching.texi (Regexp Special): Put remark between parentheses
7998         to avoid misreading.
8000 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
8002         * searching.texi (Syntax of Regexps): More accurately describe
8003         which characters are special in which situations.
8004         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8005         are not special.  Describe in detail when `[' and `]' are special.
8006         (Regexp Backslash): Plenty of regexps with unbalanced square
8007         brackets are valid, so reword that statement.
8009 2006-03-02  Kim F. Storm  <storm@cua.dk>
8011         * keymaps.texi (Tool Bar): Add tool-bar-border.
8013 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
8015         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
8017 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
8019         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8021         * files.texi (Locating Files): Suggest additional values for the
8022         SUFFIXES arg of `locate-file'.  Update pxref.
8024         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8025         (How Programs Do Loading): Discuss the effects of Auto Compression
8026         mode on `load'.
8027         (Load Suffixes): New node.
8028         (Library Search): Delete description of `load-suffixes'; it was
8029         moved to "Load Suffixes".
8030         (Autoload, Named Features): Mention `load-suffixes'.
8032 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8034         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8036         * windows.texi (Window Tree): Fix typo.
8038 2006-02-20  Kim F. Storm  <storm@cua.dk>
8040         * display.texi (Fringe Indicators): New section.
8041         Move indicate-empty-lines, indicate-buffer-boundaries, and
8042         default-indicate-buffer-boundaries here.
8043         Add fringe-indicator-alist and default-fringes-indicator-alist.
8044         Add list of logical fringe indicator symbols.
8045         Update list of standard bitmap names.
8046         (Fringe Cursors): New section.
8047         Move overflow-newline-into-fringe here.
8048         Add fringe-cursor-alist and default-fringes-cursor-alist.
8049         Add list of fringe cursor symbols.
8051 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
8053         * commands.texi (Using Interactive): Fix reference to node
8054         "Minibuffers".
8056 2006-02-19  Richard M. Stallman  <rms@gnu.org>
8058         * minibuf.texi (High-Level Completion):
8059         Add xref to read-input-method-name.
8061         * files.texi (Relative File Names): Move file-relative-name here.
8062         (File Name Expansion): From here.  Minor clarifications.
8064         * commands.texi (Using Interactive): Add xrefs about reading input.
8065         Clarify remarks about that moving point and mark.
8066         Put string case before list case.
8068 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
8070         * display.texi (Other Display Specs, Image Descriptors):
8071         Revert erroneous changes.  The previous description of
8072         image-descriptors as `(image . PROPS)' was correct.
8074 2006-02-14  Richard M. Stallman  <rms@gnu.org>
8076         * variables.texi (File Local Variables): Clarifications.
8078 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
8080         * variables.texi (File Local Variables): Use @code for a cons
8081         cell, not @var.
8083 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
8085         * variables.texi (File Local Variables): Document new file local
8086         variable behavior.
8088 2006-02-10  Kim F. Storm  <storm@cua.dk>
8090         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8092 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
8094         * modes.texi (%-Constructs): Remove obsolete info about
8095         `global-mode-string'.
8097 2006-02-07  Richard M. Stallman  <rms@gnu.org>
8099         * commands.texi (Prefix Command Arguments): Minor cleanup.
8101         * display.texi: "Graphical display", not window system.
8103         * functions.texi (What Is a Function): Fix xref.
8105         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8106         (Changing Key Bindings): Clarify when remapping is better than
8107         substitute-key-definition.
8109 2006-02-02  Richard M. Stallman  <rms@gnu.org>
8111         * minibuf.texi (Basic Completion): Completion alists are risky.
8113         * keymaps.texi (Active Keymaps): Clarifications.
8114         (Searching Keymaps): New node.
8115         (Keymaps): Update menu.
8117         * frames.texi (Layout Parameters): Minor clarification.
8118         (Drag and Drop): New node.
8119         (Frames): Update menu.
8121 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
8123         * display.texi (Other Display Specs, Image Descriptors):
8124         Image description is a list, not a cons cell.
8126 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
8128         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8129         list is not necessarily a list).
8131 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
8133         * frames.texi (Layout Parameters): border-width and
8134         internal-border-width belong to the frame, not the window.
8136 2006-01-19  Richard M. Stallman  <rms@gnu.org>
8138         * nonascii.texi (Translation of Characters): Search cmds use
8139         translation-table-for-input.  Automatically made local.
8141         * markers.texi (Overview of Markers): Count insertion type
8142         as one of a marker's attributes.
8144         * keymaps.texi (Controlling Active Maps): New node, split out of
8145         Active Keymaps.
8146         (Keymaps): Menu updated.
8147         (Active Keymaps): Give pseudocode to explain how the active
8148         maps are searched.  current-active-maps and key-binding moved here.
8149         (Functions for Key Lookup): current-active-maps and key-binding moved.
8150         Clarifications.
8151         (Searching the Keymaps): New subnode.
8153         * elisp.texi (Top): Menu clarification.
8155         * display.texi (Other Display Specs): Delete duplicate entry for
8156         just a string as display spec.  Move text about recursive display
8157         specs on such a string.
8159         * commands.texi (Key Sequence Input): Clarify.
8160         Move num-nonmacro-input-events out.
8161         (Reading One Event): num-nonmacro-input-events moved here.
8163 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
8165         * advice.texi (Simple Advice): Update example to fit argument
8166         change in previous-line.
8168 2006-01-05  Richard M. Stallman  <rms@gnu.org>
8170         * markers.texi (The Mark): Fix in `mark'.
8172 2006-01-04  Richard M. Stallman  <rms@gnu.org>
8174         * processes.texi (Misc Network, Make Network): Minor cleanups.
8176 2006-01-04  Kim F. Storm  <storm@cua.dk>
8178         * processes.texi (Make Network): Add IPv6 addresses and handling.
8179         (Network Feature Testing): Mention (:family ipv6).
8180         (Misc Network): Add IPv6 formats to format-network-address.
8182 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8184         * text.texi (Changing Properties):
8185         Don't use return value of set-text-properties.
8187 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8189         * modes.texi (Mode Line Format): Correct typo in menu.
8191 2005-12-29  Richard M. Stallman  <rms@gnu.org>
8193         * modes.texi (Mode Line Top): New node.
8194         (Mode Line Data): Some text moved to new node.
8195         Explain the data structure more concretely.
8196         (Mode Line Basics): Clarifications.
8197         (Mode Line Variables): Clarify intro paragraph.
8198         (%-Constructs): Clarify intro paragraph.
8199         (Mode Line Format): Update menu.
8201 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8203         * minibuf.texi (Basic Completion): Update lazy-completion-table
8204         examples for removal of ARGS argument.
8206 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8208         * text.texi (Undo): Restore some explanation from the version
8209         that was deleted.
8211 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
8213         * text.texi (Undo): Remove duplicate descriptions of `apply
8214         funname' and `apply delta' elements of the undo list.
8216 2005-12-20  Richard M. Stallman  <rms@gnu.org>
8218         * help.texi (Help Functions): Update documentation of `apropos'.
8220 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
8222         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8223         because it is confusing.  If the :help-echo keyword is a function,
8224         it is not directly used as the :help-echo overlay property, as the
8225         xref seems to suggest (it does not take the appropriate args).
8227 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8229         * customize.texi (Common Keywords): Fix Texinfo usage.
8230         (Group Definitions, Variable Definitions): Update for new
8231         conventions for using `*' in docstrings.
8233         * tips.texi (Documentation Tips): Update for new conventions for
8234         using `*' in docstrings.
8236 2005-12-16  Richard M. Stallman  <rms@gnu.org>
8238         * minibuf.texi (Minibuffer Contents): Minor cleanup.
8240 2005-12-16  Juri Linkov  <juri@jurta.org>
8242         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8244 2005-12-14  Romain Francoise  <romain@orebokech.com>
8246         * modes.texi (Customizing Keywords): Rename `append' to `how'.
8247         Fix typo.
8249 2005-12-11  Juri Linkov  <juri@jurta.org>
8251         * minibuf.texi (Completion Commands): Add mention of read-file-name
8252         for filename completion keymaps.
8253         (Reading File Names): Add mention of filename completion keymaps
8254         for read-file-name and xref to `Completion Commands'.
8256 2005-12-10  Richard M. Stallman  <rms@gnu.org>
8258         * customize.texi (Common Keywords): State caveats for use of :tag.
8260 2005-12-08  Richard M. Stallman  <rms@gnu.org>
8262         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8263         with xrefs and better explanation.
8264         (Completion Commands): Add the filename completion maps.
8266         * objects.texi (Character Type): Clarify that \s is not space
8267         if a dash follows.
8269 2005-12-05  Richard M. Stallman  <rms@gnu.org>
8271         * windows.texi (Resizing Windows): Delete preserve-before args.
8273 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8275         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8276         in full keymaps, since the quirk has been fixed.
8278 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
8280         * hooks.texi (Standard Hooks): Add index entries.
8281         Mention `compilation-finish-functions'.
8283 2005-11-27  Richard M. Stallman  <rms@gnu.org>
8285         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8287 2005-11-21  Juri Linkov  <juri@jurta.org>
8289         * customize.texi (Common Keywords): Update links types
8290         custom-manual and url-link.  Add link types emacs-library-link,
8291         file-link, function-link, variable-link, custom-group-link.
8293 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
8295         * display.texi: Revert 2005-11-20 change.
8297 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8299         * processes.texi (Bindat Functions):
8300         Say "third" to refer to zero-based index "2".
8302 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
8304         * loading.texi (Library Search): Update the default value of
8305         `load-suffixes'.
8307 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8309         * display.texi (Attribute Functions): Mention :ignore-defface.
8311 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8313         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8314         (Minor Mode Conventions): Mention the use of a hook.
8316 2005-11-06  Richard M. Stallman  <rms@gnu.org>
8318         * files.texi (Magic File Names): find-file-name-handler checks the
8319         `operations' property of the handler.
8321 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8323         * variables.texi (Frame-Local Variables): Small clarification.
8325 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8327         * os.texi (Init File): Document ~/.emacs.d/init.el.
8329 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8331         * internals.texi (Garbage Collection): Document memory-full.
8333 2005-10-28  Bill Wohler  <wohler@newt.com>
8335         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8336         for URLs.
8338 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8340         * minibuf.texi (Completion Commands): Clean up prev change.
8342 2005-10-26  Kevin Ryde  <user42@zip.com.au>
8344         * compile.texi (Eval During Compile): Explain recommended uses
8345         of eval-when-compile and eval-and-compile.
8347 2005-10-27  Masatake YAMATO  <jet@gyve.org>
8349         * minibuf.texi (Completion Commands):
8350         Write about new optional argument for `display-completion-list'.
8352 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8354         * display.texi (Overlay Arrow): Clarify about local bindings of
8355         overlay-arrow-position.
8357 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
8359         * internals.texi (Building Emacs): Fix last change.
8361 2005-10-22  Richard M. Stallman  <rms@gnu.org>
8363         * internals.texi (Building Emacs): Document eval-at-startup.
8365 2005-10-21  Richard M. Stallman  <rms@gnu.org>
8367         * loading.texi (Where Defined): load-history contains abs file names.
8368         symbol-file returns abs file names.
8370 2005-10-19  Kim F. Storm  <storm@cua.dk>
8372         * display.texi (Showing Images): Add max-image-size integer value.
8374 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8376         * display.texi (Showing Images): Document max-image-size.
8378 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8380         * commands.texi (Quitting): Minor clarification.
8382         * processes.texi (Sentinels): Clarify about output and quitting.
8383         (Filter Functions): Mention with-local-quit.
8385 2005-10-17  Juri Linkov  <juri@jurta.org>
8387         * buffers.texi (Current Buffer):
8388         * commands.texi (Event Input Misc):
8389         * compile.texi (Eval During Compile, Compiler Errors):
8390         * customize.texi (Group Definitions):
8391         * display.texi (Progress, Defining Faces):
8392         * files.texi (Writing to Files):
8393         * modes.texi (Mode Hooks, Defining Minor Modes):
8394         * streams.texi (Output Functions):
8395         * syntax.texi (Syntax Table Functions):
8396         * text.texi (Change Hooks):
8397         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8399         * commands.texi (Quitting): Replace arg `forms' with `body' in
8400         `with-local-quit'.
8402         * positions.texi (Excursions): Replace arg `forms' with `body' in
8403         `save-excursion'.
8405 2005-10-08  Kim F. Storm  <storm@cua.dk>
8407         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8408         Rename manual section accordingly.
8410 2005-10-04  Kim F. Storm  <storm@cua.dk>
8412         * windows.texi (Window Split Tree): New section describing
8413         new function window-split-tree function.
8415 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
8417         * display.texi (Fringe Size/Pos): Simplify and add detail.
8419 2005-09-30  Romain Francoise  <romain@orebokech.com>
8421         * minibuf.texi (High-Level Completion): Explain that the prompt
8422         given to `read-buffer' should end with a colon and a space.
8423         Update usage examples.
8425 2005-09-29  Juri Linkov  <juri@jurta.org>
8427         * display.texi (Displaying Messages): Rename argument name
8428         `string' to `format-string' in functions `message', `message-box',
8429         `message-or-box'.
8431 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
8433         * errors.texi (Standard Errors): Correct xrefs.
8435 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
8437         * display.texi (Defining Images): Update documentation for
8438         `image-load-path'.
8440 2005-09-17  Richard M. Stallman  <rms@gnu.org>
8442         * display.texi (Defining Images): Clean up previous change.
8444 2005-09-16  Romain Francoise  <romain@orebokech.com>
8446         * elisp.texi: Specify GFDL version 1.2.
8448         * doclicense.texi (GNU Free Documentation License): Update to
8449         version 1.2.
8451 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8453         * display.texi (Defining Images): Document `image-load-path'.
8455 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8457         * objects.texi (Printed Representation): Minor cleanup.
8458         (Box Diagrams): Minor fix.
8459         (Cons Cell Type): Move (...) index item here.
8460         (Box Diagrams): From here.
8461         (Array Type): Minor fix.
8462         (Type Predicates): Delete index "predicates".
8463         (Hash Table Type): Clarify xref.
8464         (Dotted Pair Notation): Minor fix.
8466 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
8468         * files.texi (Saving Buffers): Fix typo.
8470 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8472         * tips.texi (Programming Tips): Correct the "default" prompt spec.
8474 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8476         * locals.texi (Standard Buffer-Local Variables): Don't include
8477         mode variables for minor modes.
8478         Fix xrefs for buffer-display-count, buffer-display-table,
8479         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8480         enable-multibyte-characters, fill-column, header-line-format,
8481         left-fringe-width, left-margin, and right-fringe-width.
8483         * hooks.texi (Standard Hooks): All hooks should conform to the
8484         standard naming convention now.
8485         Fix xref for `echo-area-clear-hook'.
8487         * display.texi (Usual Display): Note that indicate-empty-lines and
8488         tab-width are buffer-local.
8490         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8492         * modes.texi (Mode Help): Note that major-mode is buffer-local.
8494         * nonascii.texi (Encoding and I/O): Note that
8495         buffer-file-coding-system is buffer-local.
8497         * positions.texi (List Motion): Note that defun-prompt-regexp is
8498         buffer-local.
8500         * text.texi (Auto Filling): Note that auto-fill-function is
8501         buffer-local.
8502         (Undo): Note that buffer-undo-list is buffer-local.
8504         * windows.texi (Buffers and Windows):
8505         Document buffer-display-count.
8507 2005-09-06  Richard M. Stallman  <rms@gnu.org>
8509         * tips.texi (Coding Conventions): Sometimes it is ok to put the
8510         package prefix elsewhere than at the start of the name.
8512 2005-09-03  Richard M. Stallman  <rms@gnu.org>
8514         * tips.texi (Programming Tips): Add conventions for minibuffer
8515         questions and prompts.
8517 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
8519         * intro.texi (nil and t): Minor cleanup.
8520         Delete spurious mention of keyword symbols.
8521         (Evaluation Notation): Add index entry.
8522         (A Sample Function Description): Minor cleanup.
8523         (A Sample Variable Description): Not all vars can be set.
8525 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
8527         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8529         (Insertion): Document precise type of `insert-char' arg COUNT.
8531 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8533         * modes.texi (Other Font Lock Variables): Sync the default of
8534         font-lock-lines-before.
8536 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8538         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8540 2005-08-29  Richard M. Stallman  <rms@gnu.org>
8542         * elisp.texi (Top): Update subnode menu.
8544         * searching.texi (Searching and Matching): Move node.
8545         Rearrange contents and add overall explanation.
8546         (Searching and Case): Move node.
8547         (Searching and Matching): Update menu.
8549 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8551         * os.texi (Startup Summary): Fix the description of the initial
8552         startup message display.
8554 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8556         * searching.texi (Search and Replace): Add replace-regexp-in-string.
8558 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
8560         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8561         `next-overlay-change' example.
8563 2005-08-22  Juri Linkov  <juri@jurta.org>
8565         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8566         Fix invert-face.  Fix args of face-background.
8568         * display.texi (Standard Faces): Delete node.
8569         (Faces): Add xref to `(emacs)Standard Faces'.
8570         (Displaying Faces): Fix xref to `Standard Faces'.
8572         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8574 2005-08-20  Alan Mackenzie  <acm@muc.de>
8576         * buffers.texi (The Buffer List): Clarify the manipulation of the
8577         buffer list.
8579 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8581         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8582         a regexp.
8584 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8586         * elisp.texi (Top): Update subnode lists.
8588         * display.texi (Inverse Video): Node deleted.
8590         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8591         New nodes split out of Coding Conventions.
8593         * searching.texi (Regular Expressions): Document re-builder.
8595         * os.texi (Time Parsing): New node split out of Time Conversion.
8597         * processes.texi (Misc Network, Network Feature Testing)
8598         (Network Options, Make Network): New nodes split out of
8599         Low-Level Network.
8601 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8603         * frames.texi (Geometry): New node, split from Size and Position.
8604         (Frame Parameters): Refer to Geometry.
8606         * buffers.texi (The Buffer List): Fix xrefs.
8608         * windows.texi (Splitting Windows): Fix xref.
8610         * frames.texi (Layout Parameters): Add xref.
8612         * display.texi (Line Height, Scroll Bars): Fix xrefs.
8614         * keymaps.texi (Menu Bar): Fix xref.
8616         * locals.texi (Standard Buffer-Local Variables): Fix xref.
8618         * modes.texi (%-Constructs): Fix xref.
8620         * frames.texi (Window Frame Parameters): Node split up.
8621         (Basic Parameters, Position Parameters, Size Parameters)
8622         (Layout Parameters, Buffer Parameters, Management Parameters)
8623         (Cursor Parameters, Color Parameters): New subnodes.
8625 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8627         * positions.texi (Screen Lines): Update xref for previous change
8628         in minibuf.texi.
8630         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8631         change in minibuf.texi.
8633 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8635         * tips.texi (Coding Conventions): Minor cleanup.
8637         * modes.texi (Defining Minor Modes): Explain when init-value
8638         can be non-nil.
8640         * elisp.texi (Top): Update submenu for Minibuffer.
8642         * minibuf.texi (Minibuffer Misc): Node split up.
8643         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8644         (Recursive Mini): New nodes split out from Minibuffer Misc.
8645         (Minibuffer Misc): Document max-mini-window-height.
8647         * hash.texi (Defining Hash): Delete stray paren in example.
8649         * display.texi (Echo Area Customization): Don't define
8650         max-mini-window-height here; xref instead.
8652         * commands.texi (Event Input Misc): Update while-no-input.
8654         * advice.texi (Advising Functions): Explain when to use advice
8655         and when to use a hook.
8657 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
8659         * makefile.w32-in (info): Don't run install-info.
8660         ($(infodir)/dir): New target, produced by running install-info.
8662 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
8664         * modes.texi (Defining Minor Modes): The keyword for the initial
8665         value is :init-value, not :initial-value.
8667 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
8669         * loading.texi (Autoload): Make the `doctor' example be consistent
8670         with what's in current loaddefs.el.  Describe the "fn" magic in
8671         the usage portion of the doc string.
8673 2005-07-22  Richard M. Stallman  <rms@gnu.org>
8675         * internals.texi (Garbage Collection): Clarify previous change.
8677 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * internals.texi (Garbage Collection): Add gc-cons-percentage.
8681 2005-07-18  Juri Linkov  <juri@jurta.org>
8683         * commands.texi (Accessing Events):
8684         * frames.texi (Text Terminal Colors, Resources):
8685         * markers.texi (The Mark):
8686         * modes.texi (Defining Minor Modes):
8687         Delete duplicate duplicate words.
8689 2005-07-16  Richard M. Stallman  <rms@gnu.org>
8691         * display.texi (Managing Overlays): Clarify make-overlay
8692         args for insertion types.
8694 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8696         * customize.texi (Variable Definitions):
8697         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8698         `standard-value' is a list too.
8699         (Defining New Types): Use @key{RET} instead of @key{ret}.
8701 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8703         * os.texi (Translating Input): Fix typo.
8705 2005-07-08  Richard M. Stallman  <rms@gnu.org>
8707         * README: Update edition number and size estimate.
8709         * elisp.texi (VERSION): Set to 2.9.
8711 2005-07-07  Richard M. Stallman  <rms@gnu.org>
8713         * book-spine.texinfo: Update Emacs version.
8715         * display.texi (Inverse Video): Delete mode-line-inverse-video.
8717 2005-07-06  Richard M. Stallman  <rms@gnu.org>
8719         * searching.texi (Regexp Search): Clarify what re-search-forward
8720         does when the search fails.
8722 2005-07-05  Lute Kamstra  <lute@gnu.org>
8724         * Update FSF's address in GPL notices.
8726         * doclicense.texi (GNU Free Documentation License):
8727         * gpl.texi (GPL):
8728         * tips.texi (Coding Conventions, Library Headers):
8729         * vol1.texi:
8730         * vol2.texi: Update FSF's address.
8732 2005-07-04  Richard M. Stallman  <rms@gnu.org>
8734         * hooks.texi (Standard Hooks): Add occur-hook.
8736 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8738         * display.texi (The Echo Area): Correct menu.
8740 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8742         * elisp.texi (Top): Update subnode menu for Display.
8744         * display.texi (Displaying Messages): New node, with most
8745         of what was in The Echo Area.
8746         (Progress): Move under The Echo Area.
8747         (Logging Messages): New node with new text.
8748         (Echo Area Customization): New node, the rest of what was
8749         in The Echo Area.  Document message-truncate-lines with @defvar.
8750         (Display): Update menu.
8752         * windows.texi (Textual Scrolling): Doc 3 values for
8753         scroll-preserve-screen-position.
8755         * text.texi (Special Properties): Change hook functions
8756         should bind inhibit-modification-hooks around altering buffer text.
8758         * keymaps.texi (Key Binding Commands): Call binding BINDING
8759         rather than DEFINITION.
8761 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
8763         * variables.texi (Defining Variables): `user-variable-p' returns t
8764         for aliases of user options, nil for alias loops.
8766 2005-06-28  Richard M. Stallman  <rms@gnu.org>
8768         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8769         make-keymap.
8771 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
8773         * variables.texi (Setting Variables): Correct and clarify
8774         description of `add-to-ordered-list'.
8776 2005-06-26  Richard M. Stallman  <rms@gnu.org>
8778         * display.texi (Faces): Minor cleanup.
8780 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
8782         * display.texi (Faces): `facep' returns t for strings that are
8783         face names.
8785 2005-06-25  Richard M. Stallman  <rms@gnu.org>
8787         * objects.texi (Equality Predicates): Clarify meaning of equal.
8789         * windows.texi (Selecting Windows): save-selected-window
8790         and with-selected-window save and restore the current buffer.
8792 2005-06-24  Richard M. Stallman  <rms@gnu.org>
8794         * numbers.texi (Float Basics): Explain how to test for NaN,
8795         and printing the sign of NaNs.
8797 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8799         * makefile.w32-in (MAKEINFO): Use --force.
8801 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8803         * display.texi (Face Functions): Correct Texinfo usage.
8805 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8807         * lists.texi (Rings): `ring-elements' now returns the elements of
8808         RING in order.
8810 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8812         * markers.texi (The Mark): Texinfo usage fix.
8814 2005-06-23  Kim F. Storm  <storm@cua.dk>
8816         * searching.texi (Entire Match Data): Remove evaporate option for
8817         match-data.  Do not mention evaporate option for set-match-data.
8819 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
8821         * display.texi (Face Functions): Mention face aliases.
8823 2005-06-21  Richard M. Stallman  <rms@gnu.org>
8825         * anti.texi (Antinews): Texinfo usage fix.
8827 2005-06-21  Karl Berry  <karl@gnu.org>
8829         * elisp.texi: Use @copying.
8831         * elisp.texi: Put @summarycontents and @contents before the Top
8832         node, instead of the end of the file, so that the contents appear
8833         in the right place in the dvi/pdf output.
8835 2005-06-21  Juri Linkov  <juri@jurta.org>
8837         * display.texi (Defining Faces): Add `customized-face'.
8839 2005-06-20  Kim F. Storm  <storm@cua.dk>
8841         * variables.texi (Setting Variables): Any type of element can be
8842         given order in add-to-ordered-list.  Compare elements with eq.
8844         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8846 2005-06-20  Karl Berry  <karl@gnu.org>
8848         * syntax.texi (Syntax Flags): Make last column very slightly wider
8849         to avoid "generic comment" breaking on two lines and causing an
8850         underfull box.
8852 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
8854         * lists.texi (Rings): Various minor clarifications and corrections.
8856 2005-06-18  Richard M. Stallman  <rms@gnu.org>
8858         * functions.texi (Obsolete Functions): Simplify.
8860         * variables.texi (Variable Aliases): Simplify.
8862         * anti.texi, backups.texi, compile.texi, customization.texi:
8863         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8864         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8865         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8866         * variables.texi: Fix formatting ugliness.
8868         * elisp.texi: Add links to Rings and Byte Packing.
8869         Update version and copyright years.
8871         * minibuf.texi: Fix formatting ugliness.
8872         (Completion Commands): Move keymap vars to the end
8873         and vars completing-read binds to the top.
8875 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
8877         * processes.texi: Fix typos.
8878         (Bindat Spec): Correct Texinfo error.
8879         (Byte Packing): Fix ungrammatical sentence.
8881 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
8883         * lists.texi (Rings): New node.
8884         (Lists): Add it to menu.
8886         * processes.texi (Byte Packing): New node.
8887         (Processes): Add it to menu.
8889 2005-06-17  Richard M. Stallman  <rms@gnu.org>
8891         * syntax.texi (Parsing Expressions): Fix texinfo usage.
8893         * help.texi (Documentation Basics): Explain the xref to
8894         Documentation Tips.
8896         * debugging.texi (Debugger Commands): Minor fix.
8898 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
8900         * edebug.texi (Instrumenting): Eliminate duplicate link.
8901         (Specification List): Replace references to "below", referring to
8902         a later node, with one @ref to that node.
8904         * os.texi (Timers): Timers should save and restore the match data
8905         if they change it.
8907         * debugging.texi (Debugger Commands): Mention that the Lisp
8908         debugger can not step through primitive functions.
8910 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8912         * functions.texi (Obsolete Functions): Update argument names of
8913         `make-obsolete' and `define-obsolete-function-alias'.
8915         * variables.texi (Variable Aliases): Update argument names of
8916         `defvaralias', `make-obsolete-variable' and
8917         `define-obsolete-variable-alias'.
8919 2005-06-15  Kim F. Storm  <storm@cua.dk>
8921         * searching.texi (Entire Match Data): Rephrase warnings about
8922         evaporate arg to match-data and set-match-data.
8924 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8926         * elisp.texi (Top): Update detailed menu.
8928         * edebug.texi (Edebug): Update menu.
8929         (Instrumenting): Update xrefs.
8930         (Edebug Execution Modes): Correct xref.
8931         (Jumping): Clarify description of `h' command.
8932         Eliminate redundant @ref.
8933         (Breaks): New node.
8934         (Breakpoints): Is now a subsubsection.
8935         (Global Break Condition): Mention `C-x X X'.
8936         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
8937         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8938         (Edebug Display Update): Correct pxref.
8939         (Edebug and Macros): New node.
8940         (Instrumenting Macro Calls): Is now a subsubsection.
8941         Neither arg of `def-edebug-spec' is evaluated.
8942         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8943         (Specification Examples): Fix typo.
8945 2005-06-14  Lute Kamstra  <lute@gnu.org>
8947         * debugging.texi (Function Debugging): Primitives can break on
8948         entry too.
8950 2005-06-14  Kim F. Storm  <storm@cua.dk>
8952         * variables.texi (Setting Variables): Add add-to-ordered-list.
8954 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8956         * syntax.texi (Parsing Expressions): Document aux functions and vars of
8957         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8959 2005-06-13  Lute Kamstra  <lute@gnu.org>
8961         * text.texi (Special Properties): Fix cross reference.
8963 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8965         * debugging.texi (Function Debugging): Delete mention of empty
8966         string argument to `cancel-debug-on-entry'.  Delete inaccurate
8967         description of the return value of that command.
8969 2005-06-11  Alan Mackenzie  <acm@muc.de>
8971         * text.texi (Adaptive Fill): Amplify the description of
8972         fill-context-prefix.
8974 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8976         * syntax.texi (Parsing Expressions): Fix Texinfo error.
8978 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8980         * syntax.texi (Parsing Expressions): Document syntax-ppss.
8982 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
8984         * debugging.texi (Error Debugging): Minor rewording.
8985         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8986         is optional.
8988 2005-06-10  Lute Kamstra  <lute@gnu.org>
8990         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8991         (Top): Give it a title.  Correct version number.  Give the
8992         detailed node listing a more prominent header.
8993         * intro.texi: Don't set VERSION here a second time.
8994         Mention Emacs's version too.
8995         * anti.texi (Antinews): Use EMACSVER to refer to the current
8996         version of Emacs.
8998 2005-06-09  Kim F. Storm  <storm@cua.dk>
9000         * searching.texi (Entire Match Data): Explain new `reseat' argument to
9001         match-data and set-match-data.
9003 2005-06-08  Richard M. Stallman  <rms@gnu.org>
9005         * searching.texi (Entire Match Data): Clarify when match-data
9006         returns markers and when integers.
9008         * display.texi (Defining Faces): Explain that face name should not
9009         end in `-face'.
9011         * modes.texi (Mode Line Data): Minor cleanup.
9012         (Customizing Keywords): Node split out of Search-based Fontification.
9013         Add example of using font-lock-add-keywords from a hook.
9014         Clarify when MODE should be non-nil, and when nil.
9016 2005-06-06  Richard M. Stallman  <rms@gnu.org>
9018         * modes.texi (Mode Line Data): Explain what happens when the car
9019         of a list is a void symbol.
9020         (Search-based Fontification): Explain MODE arg to
9021         font-lock-add-keywords and warn about calls from major modes.
9023 2005-06-08  Juri Linkov  <juri@jurta.org>
9025         * display.texi (Standard Faces): Add `shadow' face.
9027 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9029         * modes.texi (Major Mode Conventions): A derived mode only needs
9030         to put the call to the parent mode inside `delay-mode-hooks'.
9032 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9034         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9035         new, and what that implies.  Clarify.
9037         * files.texi (Locating Files): Clean up the text.
9039         * frames.texi (Window Frame Parameters): Document user-size.
9040         Shorten entry for top by referring to left.
9042 2005-05-26  Richard M. Stallman  <rms@gnu.org>
9044         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9045         is new, and what the implications are.  Other clarifications.
9047 2005-05-24  Richard M. Stallman  <rms@gnu.org>
9049         * frames.texi (Dialog Boxes): Minor fixes.
9051 2005-05-25  Masatake YAMATO  <jet@gyve.org>
9053         * display.texi (Standard Faces): Write about `mode-line-highlight'.
9055 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9057         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9058         is optional.
9060 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9062         * frames.texi (Dialog Boxes): Describe new optional argument.
9064 2005-05-23  Lute Kamstra  <lute@gnu.org>
9066         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9067         syntax-begin-function over font-lock-beginning-of-syntax-function.
9069 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9071         * minibuf.texi (Reading File Names): Update description of
9072         `read-directory-name'.
9074         * modes.texi (Derived Modes): Clarify :group keyword.
9076 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9078         * files.texi (Locating Files): New subsection.
9079         Describe locate-file and executable-find.
9081 2005-05-21  Kevin Ryde  <user42@zip.com.au>
9083         * frames.texi (Initial Parameters): Update cross reference to
9084         "Emacs Invocation".
9086 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9088         * keymaps.texi (Active Keymaps): Add anchor.
9090         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9091         (Major Mode Conventions): Refer to `Auto Major Mode' in more
9092         appropriate place.
9093         (Derived Modes): Small clarifications.
9094         (Minor Mode Conventions, Keymaps and Minor Modes):
9095         Replace references to nodes with references to anchors.
9096         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9097         Clarify description of lists whose first element is an integer.
9098         (Mode Line Variables): Add anchor.
9099         (%-Constructs): Clarify description of integer after %.
9100         (Emulating Mode Line): Describe nil value for FACE.
9102 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9104         * modes.texi (Derived Modes): Correct references to non-existing
9105         variable standard-syntax-table.
9107 2005-05-17  Lute Kamstra  <lute@gnu.org>
9109         * modes.texi (Defining Minor Modes): Mention the mode hook.
9111 2005-05-15  Kim F. Storm  <storm@cua.dk>
9113         * processes.texi (Network): Remove open-network-stream-nowait.
9114         (Network Servers): Remove open-network-stream-server.
9116 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
9118         * elisp.texi (Top): Update detailed menu.
9120         * variables.texi: Reorder nodes.
9121         (Variables): Update menu.
9122         (File Local Variables): Do not refer to the `-*-' line as
9123         a "local variables list".  Add pxref.
9125 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
9127         * elisp.texi (Top): Update detailed menu for node changes.
9129         * modes.texi (Modes): Update Menu.
9130         (Hooks): Move to beginning of chapter.
9131         Most minor modes run mode hooks too.
9132         `add-hook' can handle void hooks or hooks whose value is a single
9133         function.
9134         (Major Modes): Update Menu.
9135         (Major Mode Basics): New node, split off from `Major Modes'.
9136         (Major Mode Conventions): Correct xref.  Explain how to handle
9137         auto-mode-alist if the major mode command has an autoload cookie.
9138         (Auto Major Mode): Major update.  Add magic-mode-alist.
9139         (Derived Modes): Major update.
9140         (Mode Line Format): Update Menu.
9141         (Mode Line Basics): New node, split off from `Mode Line Format'.
9143         * loading.texi (Autoload): Mention `autoload cookie' as synonym
9144         for `magic autoload comment'.  Add index entries and anchor.
9146 2005-05-14  Richard M. Stallman  <rms@gnu.org>
9148         * tips.texi (Coding Conventions): Explain how important it is
9149         that just loading certain files not change Emacs behavior.
9151         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9153 2005-05-12  Lute Kamstra  <lute@gnu.org>
9155         * modes.texi (Generic Modes): Update.
9156         (Major Modes): Refer to node "Generic Modes".
9158         * elisp.texi (Top): Update to the current structure of the manual.
9159         * processes.texi (Processes): Add menu description.
9160         * customize.texi (Customization): Add menu descriptions.
9162 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9164         * processes.texi (Signals to Processes)
9165         (Low-Level Network): Fix typos.
9167 2005-05-11  Lute Kamstra  <lute@gnu.org>
9169         * elisp.texi (Top): Add some nodes from the chapter "Major and
9170         Minor Modes" to the detailed node listing.
9172 2005-05-10  Richard M. Stallman  <rms@gnu.org>
9174         * keymaps.texi (Extended Menu Items): Menu item filter functions
9175         can be called at any time.
9177 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
9179         * variables.texi (File Local Variables): `(hack-local-variables t)'
9180         now also checks whether a mode is specified in the local variables
9181         list.
9183 2005-05-05  Kevin Ryde  <user42@zip.com.au>
9185         * display.texi (The Echo Area): Correct format function cross
9186         reference.
9188 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
9190         * variables.texi (Variable Aliases): Change description of
9191         `define-obsolete-variable-alias'.
9193         * functions.texi (Functions): Add "Obsolete Functions" to menu.
9194         (Defining Functions): Add xref.
9195         (Obsolete Functions): New node.
9196         (Function Safety): Standardize capitalization of section title.
9198         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9199         (Dialog Boxes): Complete description of `x-popup-dialog'.
9201 2005-05-04  Richard M. Stallman  <rms@gnu.org>
9203         * commands.texi (Interactive Codes): Fix Texinfo usage.
9204         Document U more clearly.
9206 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9208         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9209         function and not a macro.
9211         * frames.texi (Pop-Up Menus): Correct and clarify description of
9212         `x-popup-menu'.
9213         (Dialog Boxes): Clarify description of `x-popup-dialog'.
9215 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9217         * edebug.texi (Checking Whether to Stop): Fix previous change.
9219 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9221         * display.texi: Fix typos and Texinfo usage.
9223         * edebug.texi (Checking Whether to Stop): executing-macro ->
9224         executing-kbd-macro.
9226 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9228         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9230 2005-04-30  Richard M. Stallman  <rms@gnu.org>
9232         * files.texi (Magic File Names): Document `operations' property.
9234 2005-04-29  Lute Kamstra  <lute@gnu.org>
9236         * modes.texi (Generic Modes): New node.
9237         (Major Modes): Add it to the menu.
9238         (Derived Modes): Add "derived mode" to concept index.
9240 2005-04-28  Lute Kamstra  <lute@gnu.org>
9242         * modes.texi (Defining Minor Modes): Fix previous change.
9243         (Font Lock Mode): Simplify.
9244         (Font Lock Basics): Say that font-lock-defaults is buffer-local
9245         when set and that some parts are optional.  Add cross references.
9246         (Search-based Fontification): Say how to specify font-lock-keywords.
9247         Add cross references.  Add font-lock-multiline to index.
9248         Move font-lock-keywords-case-fold-search here from node "Other Font
9249         Lock Variables".  Document font-lock-add-keywords and
9250         font-lock-remove-keywords.
9251         (Other Font Lock Variables): Move font-lock-keywords-only,
9252         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9253         and font-lock-syntactic-face-function to node "Syntactic Font
9254         Lock".  Move font-lock-keywords-case-fold-search to node
9255         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
9256         and font-lock-{,un}fontify-{buffer,region}-function.
9257         (Precalculated Fontification): Remove reference to deleted variable
9258         font-lock-core-only.
9259         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9260         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
9261         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9262         and font-lock-syntactic-face-function here from node "Other Font
9263         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
9264         Syntax Properties".  Add cross references.
9265         (Setting Syntax Properties): New node.
9266         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9267         * syntax.texi (Syntax Properties): Add cross reference.
9268         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9270 2005-04-26  Richard M. Stallman  <rms@gnu.org>
9272         * display.texi (Defining Faces):
9273         Document `default' elements of defface spec.
9275         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9277         * variables.texi (Variable Aliases): Clarify text.
9279 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
9281         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9283 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9285         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9287 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
9289         * syntax.texi (Syntax Table Internals): Elaborate documentation of
9290         syntax-after and syntax-class.
9292         * files.texi (Changing Files): Fix last change's cross-reference.
9293         (Unique File Names): Don't mention "numbers" in the documentation
9294         of make-temp-file and make-temp-name.
9296 2005-04-23  Richard M. Stallman  <rms@gnu.org>
9298         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9300 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
9302         * windows.texi (Cyclic Window Ordering): Clarify window-list.
9304 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
9306         * variables.texi (Variable Aliases): Describe make-obsolete-variable
9307         and define-obsolete-variable-alias.
9309 2005-04-22  Kim F. Storm  <storm@cua.dk>
9311         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9312         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9314 2005-04-21  Lute Kamstra  <lute@gnu.org>
9316         * lists.texi (Association Lists): Document rassq-delete-all.
9318 2005-04-19  Richard M. Stallman  <rms@gnu.org>
9320         * modes.texi (Search-based Fontification): Explain that
9321         facespec is an expression to be evaluated.
9323 2005-04-19  Kevin Ryde  <user42@zip.com.au>
9325         * streams.texi (Output Functions): Fix xref.
9326         * strings.texi (String Conversion): Fix xref.
9328 2005-04-19  Kim F. Storm  <storm@cua.dk>
9330         * symbols.texi (Symbol Plists): Add safe-get.
9331         Mention that `get' may signal an error.
9333 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
9335         * customize.texi (Variable Definitions): Replace tooltip-mode
9336         example with save-place.
9338 2005-04-17  Richard M. Stallman  <rms@gnu.org>
9340         * buffers.texi (Indirect Buffers): Clarify.
9342         * positions.texi (Positions): Clarify converting marker to integer.
9344         * strings.texi (String Basics): Mention string-match; clarify.
9346 2005-04-08  Lute Kamstra  <lute@gnu.org>
9348         * modes.texi (Search-based Fontification): Fix cross references.
9349         Use consistent terminology.  Document anchored highlighting.
9351 2005-04-05  Lute Kamstra  <lute@gnu.org>
9353         * modes.texi (Defining Minor Modes): Document :group keyword
9354         argument and its default value.
9356 2005-04-03  Lute Kamstra  <lute@gnu.org>
9358         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
9359         references and/or descriptions.  Delete major mode hooks; mention
9360         them as a category instead.  Rename or delete obsolete hooks.
9362 2005-04-02  Richard M. Stallman  <rms@gnu.org>
9364         * nonascii.texi (Coding System Basics): Another wording cleanup.
9366 2005-04-01  Richard M. Stallman  <rms@gnu.org>
9368         * nonascii.texi (Coding System Basics): Clarify previous change.
9370 2005-04-01  Kenichi Handa  <handa@m17n.org>
9372         * nonascii.texi (Coding System Basics): Describe about roundtrip
9373         identity of coding systems.
9375 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
9377         * text.texi (Buffer Contents): Add filter-buffer-substring and
9378         buffer-substring-filters.
9380 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
9382         * anti.texi (Antinews): Mention `G' interactive code.
9384         * tips.texi (Compilation Tips): Mention benchmark.el.
9386 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9388         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9389         is now bound to M-o M-o.
9391         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9393 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9395         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9396         in the Emacs Manual).
9397         * Makefile.in (srcs): Remove calendar.texi.
9398         * makefile.w32-in (srcs): Remove calendar.texi.
9399         * display.texi (Display): Change name of next node.
9400         * os.texi (System In): Change name of previous node.
9401         * elisp.texi (Top): Remove Calendar references.
9402         * vol1.texi (Top): Remove Calendar references.
9403         * vol2.texi (Top): Remove Calendar references.
9405 2005-03-25  Richard M. Stallman  <rms@gnu.org>
9407         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9408         Cleanup previous change.
9410 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
9412         * display.texi (Face Attributes): Faces earlier in an :inherit
9413         list take precedence.
9414         (Scroll Bars): Fix description of vertical-scroll-bars.
9415         Document frame-current-scroll-bars and window-current-scroll-bars.
9417         * markers.texi (The Mark): Document temporary Transient Mark mode.
9419         * minibuf.texi (Reading File Names):
9420         Document read-file-name-completion-ignore-case.
9422         * positions.texi (Screen Lines): Document nil for width argument
9423         to compute-motion.
9425 2005-03-23  Kim F. Storm  <storm@cua.dk>
9427         * display.texi (Standard Faces): Other faces used in the fringe
9428         implicitly inherits from the fringe face.
9429         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9430         properties implicitly inherits from fringe face.
9431         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9433 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
9435         * display.texi (Invisible Text): State default value of
9436         line-move-ignore-invisible.
9437         (Managing Overlays): Document remove-overlays.
9438         (Standard Faces): Document escape-glyph face.
9440         * minibuf.texi (Reading File Names): Document read-file-name-function.
9442         * modes.texi (Other Font Lock Variables):
9443         Document font-lock-lines-before.
9445         * positions.texi (Skipping Characters): skip-chars-forward allows
9446         character classes.
9448 2005-03-18  Lute Kamstra  <lute@gnu.org>
9450         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9452 2005-03-17  Richard M. Stallman  <rms@gnu.org>
9454         * text.texi (Undo): Document extensible undo entries.
9456         * searching.texi (String Search, Regexp Search): Cleanups.
9458         * nonascii.texi (Character Codes): Minor fix.
9460         * display.texi (Display Property): Explain the significance
9461         of having text properties that are eq.
9462         (Other Display Specs): Explain string as display spec.
9464         * commands.texi (Interactive Codes): Document G option.
9466 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
9468         * text.texi (Filling): Add sentence-end-without-period and
9469         sentence-end-without-space.
9470         (Changing Properties): Minor fix.
9472         * anti.texi: Total rewrite.
9474 2005-03-15  Lute Kamstra  <lute@gnu.org>
9476         * edebug.texi (Instrumenting Macro Calls): Fix typos.
9478 2005-03-08  Kim F. Storm  <storm@cua.dk>
9480         * display.texi (Specified Space): Property :width is support on
9481         non-graphic terminals, :height is not.
9483 2005-03-07  Richard M. Stallman  <rms@gnu.org>
9485         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9486         Now subnodes of Fringes.
9487         (Overlay Arrow): Document overlay-arrow-variable-list.
9488         (Fringe Size/Pos): New node, broken out of Fringes.
9489         (Display): Explain clearing vs redisplay better.
9490         (Truncation): Clarify use of bitmaps.
9491         (The Echo Area): Clarify the uses of the echo area.
9492         Add max-mini-window-height.
9493         (Progress): Clarify.
9494         (Invisible Text): Explain that main loop moves point out.
9495         (Selective Display): Say "hidden", not "invisible".
9496         (Managing Overlays): Move up.  Describe relation to Undo here.
9497         (Overlay Properties): Clarify intro.
9498         (Finding Overlays): Explain return values when nothing found.
9499         (Width): truncate-string-to-width has added arg.
9500         (Displaying Faces): Clarify and update mode line face handling.
9501         (Face Functions): Minor cleanup.
9502         (Conditional Display): Merge into Other Display Specs.
9503         (Pixel Specification, Other Display Specs): Minor cleanups.
9504         (Images, Image Descriptors): Minor cleanups.
9505         (GIF Images): Patents have expired.
9506         (Showing Images): Explain default text for insert-image.
9507         (Manipulating Button Types): Merge into Manipulating Buttons.
9508         (Making Buttons): Explain return values.
9509         (Button Buffer Commands): Add xref.
9510         (Inverse Video): Update mode-line-inverse-video.
9511         (Display Table Format): Clarify.
9512         (Active Display Table): Give defaults for window-display-table.
9514         * calendar.texi (Calendar Customizing): calendar-holiday-marker
9515         and calendar-today-marker are strings, not chars.
9516         (Holiday Customizing): Minor fix.
9518         * internals.texi (Writing Emacs Primitives): Update `or' example.
9519         Update limit on # args of subr.
9521         * edebug.texi (Using Edebug): Arrow is in fringe.
9522         (Instrumenting): Arg to eval-defun works without loading edebug.
9523         (Edebug Execution Modes): Add xref.
9525         * customize.texi (Common Keywords): Clarify :require.
9526         Mention :version here.
9527         (Variable Definitions, Group Definitions): Not here.
9528         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9530 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
9531         * nonascii.texi (Text Representations): Clarify position-bytes.
9532         (Character Sets): Add list-charset-chars.
9533         (Scanning Charsets): Add charset-after.
9534         (Encoding and I/O): Minor fix.
9536 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9538         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9539         (Resizing Windows): Likewise.
9541         * text.texi (Change Hooks): Get rid of "Emacs 21".
9543         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9545         * streams.texi (Output Variables): Get rid of "Emacs 21".
9547         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9549         * os.texi (Translating Input): Replace flow-control example
9550         with a less obsolete example that uses `keyboard-translate'.
9552         * objects.texi (Hash Table Type, Circular Objects):
9553         Get rid of "Emacs 21".
9555         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9556         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9558         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9560         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9562         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9563         (Menu Bar): Fix when menu-bar-update-hook is called.
9565         * hash.texi (Hash Tables): Get rid of "Emacs 21".
9567         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9568         and make it read better.
9570         * files.texi (Writing to Files): Get rid of "Emacs 21".
9571         (Unique File Names): Likewise.
9573         * elisp.texi: Update Emacs version to 22.
9575         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9576         (Overlay Properties, Face Attributes): Likewise.
9577         (Managing Overlays): Fix punctuation.
9578         (Attribute Functions): Clarify set-face-font; get rid of
9579         info about old Emacs versions.
9580         (Auto Faces, Font Lookup, Display Property, Images):
9581         Get rid of "Emacs 21".
9583         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9585 2005-03-05  Richard M. Stallman  <rms@gnu.org>
9587         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9589 2005-03-04  Lute Kamstra  <lute@gnu.org>
9591         * debugging.texi (Error Debugging): Document stack-trace-on-error.
9593 2005-03-03  Lute Kamstra  <lute@gnu.org>
9595         * edebug.texi (Instrumenting Macro Calls): Fix typo.
9597 2005-03-01  Lute Kamstra  <lute@gnu.org>
9599         * debugging.texi (Debugger Commands): Update `j'.
9601 2005-02-28  Lute Kamstra  <lute@gnu.org>
9603         * debugging.texi (Debugging): Fix typo.
9604         (Error Debugging): Document eval-expression-debug-on-error.
9605         (Function Debugging): Update example.
9606         (Using Debugger): Mention starred stack frames.
9607         (Debugger Commands): Document `j' and `l'.
9608         (Invoking the Debugger): `d' and `j' exit recursive edit too.
9609         Update the messages that the debugger displays.
9610         (Internals of Debugger): Add cross reference.  Update example.
9611         (Excess Open): Minor improvement.
9612         (Excess Close): Minor improvement.
9614 2005-02-26  Richard M. Stallman  <rms@gnu.org>
9616         * tips.texi (Coding Conventions): Clarify.
9617         Put all the major mode key reservations together.
9618         Mention the Mouse-1 => Mouse-2 conventions.
9620         * syntax.texi (Syntax Class Table): Clarify.
9621         (Syntax Table Functions): syntax-after moved from here.
9622         (Syntax Table Internals): syntax-after moved to here.
9623         (Parsing Expressions): Update info on number of values
9624         and what's meaningful in the STATE argument.
9625         (Categories): Fix typo.
9627         * sequences.texi (Arrays): Cleanup.
9628         (Char-Tables): Clarify.
9630         * processes.texi (Deleting Processes): Cleanups, add xref.
9631         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
9632         (Process Information): set-process-coding-system, some args optional.
9633         (Input to Processes): Explain various types for PROCESS args.
9634         Rename them from PROCESS-NAME to PROCESS.
9635         (Signals to Processes): Likewise.
9636         (Decoding Output): Cleanup.
9637         (Query Before Exit): Clarify.
9639         * os.texi (Startup Summary): Correct the options; add missing ones.
9640         (Terminal Output, Batch Mode): Clarify.
9641         (Flow Control): Node deleted.
9643         * markers.texi (The Mark): Clarify.
9645         * macros.texi (Expansion): Cleanup.
9646         (Indenting Macros): indent-spec allows ints, not floats.
9648         * keymaps.texi (Keymaps): Clarify.
9649         (Format of Keymaps): Update lisp-mode-map example.
9650         (Active Keymaps, Key Lookup): Clarify.
9651         (Changing Key Bindings): Add xref to `kbd'.
9652         (Key Binding Commands, Simple Menu Items): Clarify.
9653         (Mouse Menus, Menu Bar): Clarify.
9654         (Menu Example): Replace print example with menu-bar-replace-menu.
9656         * help.texi (Documentation Basics): Add function-documentation prop.
9658         * elisp.texi (Top): Don't refer to Flow Control node.
9660         * commands.texi (Command Overview): Improve xrefs.
9661         (Adjusting Point): Adjusting point applies to intangible and invis.
9662         (Key Sequence Input): Doc extra read-key-sequence args.
9663         Likewise for read-key-sequence-vector.
9665         * backups.texi (Rename or Copy): Minor fix.
9666         (Numbered Backups): For version-control, say the default.
9667         (Auto-Saving): make-auto-save-file-name example is simplified.
9669         * advice.texi (Advising Functions): Don't imply one part of Emacs
9670         should advise another part.  Markup changes.
9671         (Defining Advice): Move transitional para.
9672         (Activation of Advice): Cleanup.
9673         Explain if COMPILE is nil or negative.
9675         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9677 2005-02-24  Lute Kamstra  <lute@gnu.org>
9679         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9680         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9682 2005-02-23  Lute Kamstra  <lute@gnu.org>
9684         * modes.texi (Defining Minor Modes): define-minor-mode can be used
9685         to define global minor modes as well.
9687         * display.texi (Managing Overlays): overlay-buffer returns nil for
9688         deleted overlays.
9690 2005-02-22  Kim F. Storm  <storm@cua.dk>
9692         * minibuf.texi (Basic Completion): Allow symbols in addition to
9693         strings in try-completion and all-completions.
9695 2005-02-14  Lute Kamstra  <lute@gnu.org>
9697         * elisp.texi (Top): Remove reference to deleted node.
9699         * lists.texi (Lists): Remove reference to deleted node.
9700         (Cons Cells): Fix typo.
9702         * loading.texi (Where Defined): Fix typo.
9704 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9706         * variables.texi (Creating Buffer-Local): change-major-mode-hook
9707         is useful for discarding some minor modes.
9709         * symbols.texi (Symbol Components): Reorder examples.
9711         * streams.texi (Input Functions): State standard-input default.
9712         (Output Variables): State standard-output default.
9714         * objects.texi (Printed Representation): Clarify read syntax vs print.
9715         (Floating Point Type): Explain meaning better.
9716         (Symbol Type): Explain uniqueness better.
9717         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
9718         List examples sooner.
9719         (Box Diagrams): New subnode broken out.
9720         Some examples moved from old Lists as Boxes node.
9721         (Dotted Pair Notation): Clarify intro.
9722         (Array Type): Clarify.
9723         (Type Predicates): Add hash-table-p.
9725         * numbers.texi (Integer Basics): Clarify radix explanation.
9726         (Predicates on Numbers): Minor clarification.
9727         (Comparison of Numbers): Minor clarification.  Clarify eql.
9728         Typos in min, max.
9729         (Math Functions): Clarify overflow in expt.
9731         * minibuf.texi (Text from Minibuffer): Minor clarification.
9732         Mention arrow keys.
9734         * loading.texi (Autoload): defun's doc string overrides autoload's
9735         doc string.
9736         (Repeated Loading): Modernize "add to list" examples.
9737         (Where Defined): Finish updating table of load-history elts.
9739         * lists.texi (List-related Predicates): Minor wording improvement.
9740         (Lists as Boxes): Node deleted.
9741         (Building Lists): Explain trivial cases of number-sequence.
9743         * hash.texi (Hash Tables): Add desc to menu items.
9744         (Creating Hash): Explain "full" means "make larger".
9745         (Hash Access): Any object can be a key.
9746         State value of maphash.
9748         * functions.texi (What Is a Function): Wording cleanup.
9749         (Function Documentation): Minor cleanup.
9750         Explain purpose of calling convention at end of doc string.
9751         (Function Names): Wording cleanup.
9752         (Calling Functions): Wording cleanup.
9753         Explain better how funcall calls the function.
9754         (Function Cells): Delete example of saving and redefining function.
9756         * control.texi (Combining Conditions): Wording cleanup.
9757         (Iteration): dolist and dotimes bind VAR locally.
9758         (Cleanups): Xref to Atomic Changes.
9760         * compile.texi (Byte Compilation): Delete 19.29 info.
9761         (Compilation Functions): Macros' difficulties don't affect defsubst.
9762         (Docs and Compilation): Delete 19.29 info.
9764 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9766         * objects.texi (Symbol Type): Minor correction.
9768 2005-02-06  Lute Kamstra  <lute@gnu.org>
9770         * modes.texi (Example Major Modes): Fix typos.
9772 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9774         * text.texi (Margins): fill-nobreak-predicate can be one function.
9776         * strings.texi (Modifying Strings): clear-string can make unibyte.
9777         (Formatting Strings): format gives error if values missing.
9779         * positions.texi (Character Motion): Mention default arg
9780         for forward-char.  backward-char refers to forward-char.
9781         (Word Motion): Mention default arg for forward-word.
9782         (Buffer End Motion): Mention default arg for beginning-of-buffer.
9783         Simplify end-of-buffer.
9784         (Text Lines): Mention default arg for forward-line.
9785         (List Motion): Mention default arg for beginning/end-of-defun.
9786         (Skipping Characters): Minor fixes in explaining character-set.
9788         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9789         Mode inheritance applies only when default-major-mode is nil.
9790         Clarifications.
9791         (Example Major Modes): Update Text mode and Lisp mode examples.
9792         (Minor Mode Conventions): Mention define-minor-mode at top.
9793         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9794         (Mode Line Format): Update mode line face display info.
9795         (Properties in Mode): Mention effect of risky vars.
9796         (Imenu): Define imenu-add-to-menubar.
9797         (Font Lock Mode): Add descriptions to menu lines.
9798         (Faces for Font Lock): Add font-lock-doc-face.
9800 2005-02-05  Lute Kamstra  <lute@gnu.org>
9802         * text.texi (Maintaining Undo): Remove obsolete function.
9804 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9806         * frames.texi (Color Names): Add pointer to the X docs about RGB
9807         color specifications.  Improve indexing.
9808         (Text Terminal Colors): Replace the description of RGB values by
9809         an xref to "Color Names".
9811 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9813         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9814         Clarify.
9815         (Selecting Windows): Clarify save-selected-window.
9816         (Cyclic Window Ordering): Clarify walk-windows.
9817         (Window Point): Clarify.
9818         (Window Start): Add comment to example.
9819         (Resizing Windows): Add `interactive' specs in examples.
9820         Document fit-window-to-buffer.
9822         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9823         (Undo, Maintaining Undo): Clarify last change.
9824         (Sorting): In sort-numeric-fields, explain about octal and hex.
9825         Mention sort-numeric-base.
9826         (Format Properties): Add xref for hard newlines.
9828         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9829         (Pop-Up Menus): Fix typo.
9830         (Color Names): Explain all types of color names.
9831         Explain color-values on B&W terminal.
9832         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
9834         * files.texi (File Locks): Not supported on MS systems.
9835         (Testing Accessibility): Clarify.
9837         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9838         (Coverage Testing): Fix typo.
9840         * commands.texi (Misc Events): Remove stray space.
9842         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9843         (Modification Time): Clarify when visited-file-modtime returns 0.
9844         (The Buffer List): Clarify bury-buffer.
9845         (Killing Buffers): Clarify.
9846         (Indirect Buffers): Add clone-indirect-buffer.
9848 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
9850         * edebug.texi (Printing in Edebug): Fix default value of
9851         edebug-print-circle.
9852         (Coverage Testing): Fix displayed frequency count data.
9854 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
9856         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9858 2005-02-02  Kim F. Storm  <storm@cua.dk>
9860         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9862 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9864         * commands.texi (Misc Events): Describe the help-echo event.
9866         * text.texi (Special Properties) <help-echo>: Use `pos'
9867         consistently in description of the help-echo property.
9868         Use @code{nil} instead of @var{nil}.
9870         * display.texi (Overlay Properties): Fix the index entry for
9871         help-echo overlay property.
9873         * customize.texi (Type Keywords): Uncomment the xref to the
9874         help-echo property documentation.
9876 2005-01-23  Kim F. Storm  <storm@cua.dk>
9878         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9879         return value.  Third element FULLY replaced by PARTIAL which
9880         specifies number of invisible pixels if row is only partially visible.
9881         (Textual Scrolling): Mention auto-window-vscroll.
9882         (Vertical Scrolling): New defvar auto-window-vscroll.
9884 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
9886         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9887         command remapping.
9889 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9891         * display.texi (Defining Images): Mention DATA-P arg of create-image.
9893 2005-01-14  Kim F. Storm  <storm@cua.dk>
9895         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9897         * text.texi (Links and Mouse-1): Fix string and vector item.
9899 2005-01-13  Richard M. Stallman  <rms@gnu.org>
9901         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9902         descriptions of overriding-local-map and overriding-terminal-local-map.
9904         * text.texi (Links and Mouse-1): Clarify text.
9906 2005-01-13  Kim F. Storm  <storm@cua.dk>
9908         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9910 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
9912         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9914 2005-01-12  Kim F. Storm  <storm@cua.dk>
9916         * text.texi (Links and Mouse-1): Rename section from Enabling
9917         Mouse-1 to Following Links.  Change xrefs.
9918         Add examples for define-button-type and define-widget.
9920         * display.texi (Button Properties, Button Buffer Commands):
9921         Clarify mouse-1 and follow-link functionality.
9923 2005-01-12  Richard M. Stallman  <rms@gnu.org>
9925         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9927         * display.texi (Beeping): Fix Texinfo usage.
9929         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9931 2005-01-11  Kim F. Storm  <storm@cua.dk>
9933         * display.texi (Button Properties, Button Buffer Commands):
9934         Mention mouse-1 binding.  Add follow-link keyword.
9936         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9937         (Enabling Mouse-1 to Follow Links): New subsection.
9939 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9941         * text.texi (Special Properties): Minor change.
9943         * os.texi (Timers): Clarify previous change.
9945         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9947 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
9949         * display.texi (Face Attributes): Correct xref to renamed node.
9951 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9953         * display.texi (Face Attributes): Describe hex color specs.
9955 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9957         * os.texi (Timers): Update previous change.
9959 2004-12-30  Kim F. Storm  <storm@cua.dk>
9961         * display.texi (Line Height): Total line-height is now specified
9962         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
9963         in cons cells.  (nil . RATIO) is relative to actual line height.
9964         Use line-height `t' instead of `0' to get minimum height.
9966 2004-12-29  Richard M. Stallman  <rms@gnu.org>
9968         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9970 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9972         * commands.texi (Quitting): Clarify value of with-local-quit.
9974         * elisp.texi (Top): Fix previous change.
9976         * loading.texi (Loading): Fix previous change.
9978 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9980         * Makefile.in (MAKEINFO): Specify --force.
9982         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9984         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9986         * display.texi (Line Height): Further clarify.
9988         * elisp.texi (Top): Update Loading submenu.
9990         * loading.texi (Where Defined): New node.
9991         (Unloading): load-history moved to Where Defined.
9993 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9995         * commands.texi (Event Input Misc): Add while-no-input.
9997 2004-12-11  Richard M. Stallman  <rms@gnu.org>
9999         * display.texi (Line Height): Rewrite text for clarity.
10001 2004-12-11  Kim F. Storm  <storm@cua.dk>
10003         * display.texi (Display): Add node "Line Height" to menu.
10004         (Line Height): New node.  Move full description of line-spacing
10005         and line-height text properties here from text.texi.
10006         (Scroll Bars): Add vertical-scroll-bar variable.
10008         * frames.texi (Window Frame Parameters): Remove line-height defvar.
10010         * locals.texi (Standard Buffer-Local Variables): Fix xref for
10011         line-spacing and vertical-scroll-bar.
10013         * text.texi (Special Properties): Just mention line-spacing and
10014         line-height here, add xref to new "Line Height" node.
10016 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
10018         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10020         * locals.texi (Standard Buffer-Local Variables):
10021         Add @xref for `line-spacing'.
10023 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10025         * Makefile.in (maintainer-clean): Remove the info files
10026         in $(infodir) where they are created.
10028 2004-12-03  Richard M. Stallman  <rms@gnu.org>
10030         * windows.texi (Selecting Windows): get-lru-window and
10031         get-largest-window don't consider dedicated windows.
10033         * text.texi (Undo): Document undo-in-progress.
10035 2004-11-26  Richard M. Stallman  <rms@gnu.org>
10037         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10038         Remove a few vars that are not always buffer-local.
10040 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
10042         * locals.texi (Standard Buffer-Local Variables): Comment out
10043         xref's to non-existent node `Yet to be written'.
10045 2004-11-24  Richard M. Stallman  <rms@gnu.org>
10047         * processes.texi (Synchronous Processes): Grammar fix.
10049         * numbers.texi (Comparison of Numbers): Add eql.
10051         * locals.texi (Standard Buffer-Local Variables): Add many vars.
10053         * intro.texi (Printing Notation): Fix previous change.
10055         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10056         and default-indicate-buffer-boundaries from here.
10057         (Usual Display): To here.
10058         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10059         (Usual Display): Move tab-width up.
10061         * customize.texi (Variable Definitions):
10062         Replace show-paren-mode example with tooltip-mode.
10063         (Simple Types, Composite Types, Defining New Types):
10064         Minor cleanups.
10066 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
10068         * processes.texi (Synchronous Processes, Output from Processes):
10069         Markup fix.
10071 2004-11-20  Richard M. Stallman  <rms@gnu.org>
10073         * positions.texi (Skipping Characters): skip-chars-forward
10074         now handles char classes.
10076         * intro.texi (Printing Notation): Avoid confusion of `print'
10077         when explaining @print.
10079         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10081         * display.texi (Display Table Format): Minor fix.
10083         * streams.texi (Output Functions): Fix print example.
10085         * Makefile.in (elisp): New target.
10086         (dist): Depend on $(infodir)/elisp, not elisp.
10087         Copy the info files from $(infodir).
10089         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10090         read-from-minibuffer.
10092         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10094 2004-11-19  Richard M. Stallman  <rms@gnu.org>
10096         * searching.texi (Regexp Search): Add search-whitespace-regexp.
10098 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
10100         * tips.texi (Coding Conventions): Fix typo.
10102 2004-11-16  Richard M. Stallman  <rms@gnu.org>
10104         * tips.texi (Coding Conventions): Separate defvar and require
10105         methods to avoid warnings.  Use require only when there are many
10106         functions and variables from that package.
10108         * minibuf.texi (Minibuffer Completion): When ignoring case,
10109         predicate must not be case-sensitive.
10111         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10112         (Test Coverage): Don't talk about "splotches".  Clarified.
10114 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
10116         * frames.texi (Window Frame Parameters): Fix typo.
10118 2004-11-15  Kim F. Storm  <storm@cua.dk>
10120         * symbols.texi (Other Plists): Note that plist-get may signal error.
10121         Add safe-plist-get.
10123 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
10125         * modes.texi (Font Lock Basics): Fix typo.
10127 2004-11-08  Richard M. Stallman  <rms@gnu.org>
10129         * syntax.texi (Syntax Table Functions): Add syntax-after.
10131 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
10133         * os.texi (Processor Run Time): New section documenting
10134         get-internal-run-time.
10136 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
10138         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10139         it nukes elisp-cover.texi.
10140         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10141         elisp-0 etc.
10143 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
10145         * commands.texi (Keyboard Macros): Document `append' return value
10146         of `defining-kbd-macro'.
10148 2004-11-01  Richard M. Stallman  <rms@gnu.org>
10150         * commands.texi (Interactive Call): Add called-interactively-p.
10152 2004-10-29  Simon Josefsson  <jas@extundo.com>
10154         * minibuf.texi (Reading a Password): Revert.
10156 2004-10-28  Richard M. Stallman  <rms@gnu.org>
10158         * frames.texi (Display Feature Testing): Explain about "vendor".
10160 2004-10-27  Richard M. Stallman  <rms@gnu.org>
10162         * commands.texi (Interactive Codes): `N' uses numeric prefix,
10163         not raw.  Clarify `n'.
10164         (Interactive Call): Rewrite interactive-p, focusing on when
10165         and how to use it.
10166         (Misc Events): Clarify previous change.
10168         * advice.texi (Simple Advice): Clarify what job the example does.
10169         (Around-Advice): Clarify ad-do-it.
10170         (Activation of Advice): An option of ad-default-compilation-action
10171         is `never', not `nil'.
10173 2004-10-26  Kim F. Storm  <storm@cua.dk>
10175         * commands.texi (Interactive Codes): Add U code letter.
10177 2004-10-25  Simon Josefsson  <jas@extundo.com>
10179         * minibuf.texi (Reading a Password): Add.
10181 2004-10-24  Jason Rumney  <jasonr@gnu.org>
10183         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
10184         and wheel-down.
10186 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
10188         * processes.texi (Synchronous Processes): Document process-file.
10190 2004-10-22  Kenichi Handa  <handa@m17n.org>
10192         * text.texi (translate-region): Document that it accepts also a
10193         char-table.
10195 2004-10-22  David Ponce  <david@dponce.com>
10197         * windows.texi (Resizing Windows): Document the `preserve-before'
10198         argument of the functions `enlarge-window' and `shrink-window'.
10200 2004-10-19  Jason Rumney  <jasonr@gnu.org>
10202         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10204 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
10206         * text.texi (Filling): Add anchor for definition of
10207         `sentence-end-double-space'.
10209         * searching.texi (Regexp Example): Update description of how
10210         Emacs currently recognizes the end of a sentence.
10211         (Standard Regexps): Update definition of the variable
10212         `sentence-end'.  Add definition of the function `sentence-end'.
10214 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
10216         * display.texi (Progress): New node.
10218 2004-10-05  Kim F. Storm  <storm@cua.dk>
10220         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10222 2004-09-29  Kim F. Storm  <storm@cua.dk>
10224         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10225         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
10226         fringe bitmap symbols, as they now have their own namespace.
10227         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10228         vs. pixels.  Signal error if no free bitmap slots.
10229         (Pixel Specification): Change IMAGE to @var{image}.
10231 2004-09-28  Richard M. Stallman  <rms@gnu.org>
10233         * text.texi (Special Properties): Clarify line-spacing and line-height.
10235         * searching.texi (Regexp Search): Add looking-back.
10237 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
10239         * display.texi: Correct typos.
10240         (Image Descriptors): Correct xref's.
10242 2004-09-25  Richard M. Stallman  <rms@gnu.org>
10244         * text.texi (Special Properties): Cleanups in `cursor'.
10245         Rewrites in `line-height' and `line-spacing'; exchange them.
10247         * display.texi (Fringes): Rewrite previous change.
10248         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
10249         (Display Fringe Bitmaps): Node deleted, text moved.
10250         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
10251         (Scroll Bars): Clarify set-window-scroll-bars.
10252         (Pointer Shape): Rewrite.
10253         (Specified Space): Clarify :align-to, etc.
10254         (Pixel Specification): Use @var.  Clarify new text.
10255         (Other Display Specs): Clarify `slice'.
10256         (Image Descriptors): Cleanups.
10257         (Showing Images): Cleanups.
10259 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
10261         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10263         * modes.texi: Various minor changes in addition to:
10264         (Major Mode Conventions): Final call to `run-mode-hooks' should
10265         not be inside the `delay-mode-hooks' form.
10266         (Mode Hooks): New node.
10267         (Hooks): Delete obsolete example.
10268         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10269         node "Mode Hooks".
10271 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
10273         * display.texi: Correct various typos.
10274         (Display): Rename node "Pointer Shapes" to "Pointer
10275         Shape".  (There is already a node called "Pointer Shapes" in
10276         frames.texi.)
10277         (Images): Remove non-existent node "Image Slices" from menu.
10279 2004-09-23  Kim F. Storm  <storm@cua.dk>
10281         * text.texi (Special Properties): Add `cursor', `pointer',
10282         `line-height', and `line-spacing' properties.
10284         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10285         Shapes' to menu.
10286         (Standard Faces): Doc fix for fringe face.
10287         (Fringes): Add `overflow-newline-into-fringe' and
10288         'indicate-buffer-boundaries'.
10289         (Fringe Bitmaps, Pointer Shapes): New nodes.
10290         (Display Property): Add 'Pixel Specification' and 'Display Fringe
10291         Bitmaps' to menu.
10292         (Specified Space): Describe pixel width and height.
10293         (Pixel Specification): New node.
10294         (Other Display Specs): Add `slice' property.
10295         (Display Fringe Bitmaps): New node.
10296         (Images): Add 'Image Slices' to menu.
10297         (Image Descriptors): Add `:pointer' and `:map' properties.
10298         (Showing Images): Add slice arg to `insert-image'.
10299         Add 'insert-sliced-image'.
10301 2004-09-20  Richard M. Stallman  <rms@gnu.org>
10303         * commands.texi (Key Sequence Input):
10304         Clarify downcasing in read-key-sequence.
10306 2004-09-08  Juri Linkov  <juri@jurta.org>
10308         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10310 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
10312         * locals.texi (Standard Buffer-Local Variables):
10313         Add `buffer-auto-save-file-format'.
10314         * internals.texi (Buffer Internals): Describe new
10315         auto_save_file_format field of the buffer structure.
10316         * files.texi (Format Conversion): `auto-save-file-format' has been
10317         renamed `buffer-auto-save-file-format'.
10319 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
10321         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10322         an integer or a marker.
10323         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10325 2004-08-22  Richard M. Stallman  <rms@gnu.org>
10327         * modes.texi (Major Mode Conventions): Discuss rebinding of
10328         standard key bindings.
10330 2004-08-18  Kim F. Storm  <storm@cua.dk>
10332         * processes.texi (Accepting Output): Add `just-this-one' arg to
10333         `accept-process-output'.
10334         (Output from Processes): New var `process-adaptive-read-buffering'.
10336 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
10338         * keymaps.texi: Various changes in addition to:
10339         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10340         Give more varied examples for `kbd'.
10341         (Creating Keymaps): Char tables have slots for all characters
10342         without modifiers.
10343         (Active Keymaps): `overriding-local-map' and
10344         `overriding-terminal-local-map' also override text property and
10345         overlay keymaps.
10346         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10347         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10348         to denote a prefix of no events.
10349         `map-keymap' includes parent's bindings _recursively_.
10350         Clarify and correct description of `where-is-internal'.
10351         Mention BUFFER-OR-NAME arg to `describe-bindings'.
10352         (Menu Example): For menus intended for use with the keyboard, the
10353         menu items should be bound to characters or real function keys.
10355 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
10357         * objects.texi (Character Type): Reposition `@anchor' to prevent
10358         double space inside sentence in Info.
10360         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10361         renamed to `disabled-command-function'.
10362         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10363         (Command Loop Info): Replace reference to it.
10364         (Disabling Commands): `disabled-command-hook' has been renamed to
10365         `disabled-command-function'.
10367 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
10369         * os.texi (Translating Input): Only non-prefix bindings in
10370         `key-translation-map' override actual key bindings.  Warn about
10371         possible indirect effect of actual key bindings on non-prefix
10372         bindings in `key-translation-map'.
10374 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
10376         * minibuf.texi (High-Level Completion): Add anchor for definition
10377         of `read-variable'.
10379         * commands.texi: Various changes in addition to:
10380         (Using Interactive): Clarify description of `interactive-form'.
10381         (Interactive Call): Mention default for KEYS argument to
10382         `call-interactively'.
10383         (Command Loop Info): Clarify description of `this-command-keys'.
10384         Mention KEEP-RECORD argument to `clear-this-command-keys'.
10385         Value of `last-event-frame' can be `macro'.
10386         (Repeat Events): `double-click-fuzz' is also used to distinguish
10387         clicks and drags.
10388         (Classifying Events): Clarify descriptions of `event-modifiers'
10389         `event-basic-type' and `event-convert-list'.
10390         (Accessing Events): `posn-timestamp' takes POSITION argument.
10391         (Quoted Character Input): Clarify description of
10392         `read-quoted-char' and fix example.
10393         (Quitting): Add `with-local-quit'.
10394         (Disabling Commands): Correct and clarify descriptions of
10395         `enable-command' and `disable-command'.
10396         Mention what happens if `disabled-command-hook' is nil.
10397         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10398         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10400 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
10402         * frames.texi: Various changes in addition to:
10403         (Creating Frames): Expand and clarify description of `make-frame'.
10404         (Window Frame Parameters): Either none or both of the `icon-left'
10405         and `icon-top' parameters must be specified.  Put descriptions of
10406         `menu-bar-lines' and `toolbar-lines' closer together and change
10407         them accordingly.
10408         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10409         except while processing `frame-title-format' or `icon-title-format'.
10410         (Deleting Frames): Correct description of `delete-frame'.
10411         Non-nil return values of `frame-live-p' are like those of `framep'.
10412         (Frames and Windows): Mention return value of
10413         `set-frame-selected-window'.
10414         (Visibility of Frames): Mention `force' argument to
10415         `make-frame-invisible'.  `frame-visible-p' returns t for all
10416         frames on text-only terminals.
10417         (Frame Configurations): Restoring a frame configuration does not
10418         restore deleted frames.
10419         (Window System Selections): `x-set-selection' returns DATA.
10420         (Resources): Add example.
10421         (Display Feature Testing): Clarify descriptions of
10422         `display-pixel-height', `display-pixel-width', `x-server-version'
10423         and `x-server-vendor'.
10425         * windows.texi (Choosing Window): Add anchor.
10426         * minibuf.texi (Minibuffer Misc): Add anchor.
10428 2004-07-23  John Paul Wallington  <jpw@gnu.org>
10430         * macros.texi (Defining Macros): Declaration keyword for setting
10431         Edebug spec is `debug' not `edebug'.
10433 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
10435         * windows.texi: Various small changes in addition to:
10436         (Window Point): Mention return value of `set-window-point'.
10437         (Window Start): `pos-visible-in-window-p' disregards horizontal
10438         scrolling.  Explain return value if PARTIALLY is non-nil.
10439         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10440         and `set-window-vscroll'.
10441         (Size of Window): The argument WINDOW to `window-inside-edges',
10442         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10443         (Resizing Windows): Explain return value of
10444         `shrink-window-if-larger-than-buffer'.
10445         `window-size-fixed' automatically becomes buffer local when set.
10446         (Window Configurations): Explain return value of
10447         `set-window-configuration'.
10449         * minibuf.texi (Minibuffer Misc): Add anchor for
10450         `minibuffer-scroll-window'.
10452         * positions.texi (Text Lines): Add anchor for `count-lines'.
10454 2004-07-17  Richard M. Stallman  <rms@gnu.org>
10456         * display.texi (Overlay Properties): Adding `evaporate' prop
10457         deletes empty overlay immediately.
10459         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10460         fix example.
10462 2004-07-16  Jim Blandy  <jimb@redhat.com>
10464         * searching.texi (Regexp Backslash): Document new \_< and \_>
10465         operators.
10467 2004-07-16  Juanma Barranquero  <lektu@terra.es>
10469         * display.texi (Images): Fix Texinfo usage.
10471 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
10473         * buffers.texi (Modification Time): `visited-file-modtime' now
10474         returns a list of two integers, instead of a cons.
10476 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10478         * windows.texi: Various changes in addition to:
10479         (Splitting Windows): Add `split-window-keep-point'.
10481 2004-07-09  Richard M. Stallman  <rms@gnu.org>
10483         * frames.texi (Input Focus): Minor fix.
10485 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10487         * frames.texi (Input Focus): Clarify descriptions of
10488         `select-frame-set-input-focus' and `select-frame'.
10490 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
10492         * os.texi: Various small changes in addition to:
10493         (Killing Emacs): Expand and clarify description of
10494         `kill-emacs-query-functions' and `kill-emacs-hook'.
10495         (System Environment): Expand and clarify description of `getenv'
10496         and `setenv'.
10497         (Timers): Clarify description of `run-at-time'.
10498         (Translating Input): Correct description of
10499         `extra-keyboard-modifiers'.
10500         (Flow Control): Correct description of `enable-flow-control'.
10502 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
10504         * os.texi: Update copyright.
10505         (Session Management): Grammar fix.
10506         Clarify which Emacs does the restarting.
10507         Use @samp for *scratch* buffer.
10509 2004-07-04  Alan Mackenzie  <acm@muc.de>
10511         * frames.texi (Input Focus): Add documentation for
10512         `select-frame-set-input-focus'.  Replace refs to non-existent
10513         `switch-frame' with `select-frame'.  Minor corrections and tidying
10514         up of text-only terminal stuff.
10516 2004-07-02  Richard M. Stallman  <rms@gnu.org>
10518         * files.texi (Saving Buffers): Cleanup write-contents-function.
10519         (Magic File Names): Cleanup file-remote-p.
10521 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
10523         * files.texi (Magic File Names): `file-remote-p' returns an
10524         identifier of the remote system, not just t.
10526 2004-07-02  David Kastrup  <dak@gnu.org>
10528         * searching.texi (Entire Match Data): Add explanation about new
10529         match-data behavior when @var{integers} is non-nil.
10531 2004-06-24  Richard M. Stallman  <rms@gnu.org>
10533         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10535         * customize.texi (Variable Definitions): Note about doc strings
10536         and :set.
10538         * keymaps.texi (Keymap Terminology): Document `kbd'.
10539         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10541         * display.texi (Invisible Text): Setting buffer-invisibility-spec
10542         makes it buffer-local.
10544         * files.texi (Saving Buffers): Correct previous change.
10546         * commands.texi (Accessing Events):
10547         Clarify posn-col-row and posn-actual-col-row.
10549 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
10551         * commands.texi (Accessing Events): New functions
10552         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
10554 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10556         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10557         * frames.texi, buffers.texi, backups.texi, variables.texi:
10558         * loading.texi, eval.texi, functions.texi, control.texi:
10559         * symbols.texi, minibuf.texi: Reposition @anchor's.
10561         * help.texi: Various small changes in addition to the following.
10562         (Describing Characters): Describe PREFIX argument to
10563         `key-description'.  Correct and clarify definition of
10564         `text-char-description'.  Describe NEED-VECTOR argument to
10565         `read-kbd-macro'.
10566         (Help Functions): Clarify definition of `apropos'.
10568 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
10570         * files.texi (Saving Buffers): Correct description of
10571         `write-contents-functions'.
10573 2004-06-21  Juanma Barranquero  <lektu@terra.es>
10575         * display.texi (Images): Remove redundant @vindex directives.
10576         Rewrite `image-library-alist' doc in active voice.
10578 2004-06-14  Juanma Barranquero  <lektu@terra.es>
10580         * display.texi (Images): Document new delayed library loading,
10581         variable `image-library-alist' and (existing but undocumented)
10582         function `image-type-available-p'.
10584 2004-06-05  Richard M. Stallman  <rms@gnu.org>
10586         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10587         refer the user to the Initial Input node.
10588         (Text from Minibuffer): Likewise.
10589         (Initial Input): New node.  Document this feature
10590         and say it is mostly deprecated.
10592 2004-05-30  Richard M. Stallman  <rms@gnu.org>
10594         * loading.texi (Named Features): Clarify return value
10595         and meaning of NOERROR.
10597         * variables.texi (File Local Variables): Minor cleanup.
10599 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
10601         * files.texi (Magic File Names): Add `file-remote-p' as operation
10602         of file name handlers.
10604 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10606         * modes.texi (Minor Mode Conventions): (-) has no special meaning
10607         as arg to a minor mode command.
10609 2004-05-22  Richard M. Stallman  <rms@gnu.org>
10611         * syntax.texi (Syntax Class Table): Word syntax not just for English.
10613         * streams.texi (Output Variables): Doc float-output-format.
10615         * searching.texi (Regexp Special): Nested repetition can be infloop.
10617         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10618         real stack overflow.
10620         * compile.texi: Minor cleanups.
10622 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
10624         * lists.texi (Cons Cells): Explain dotted lists, true lists,
10625         circular lists.
10626         (List Elements): Explain handling of circular and dotted lists.
10628 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
10630         * modes.texi (Search-based Fontification): Fix typo.
10632 2004-05-10  Juanma Barranquero  <lektu@terra.es>
10634         * modes.texi (Mode Line Variables): Fix description of
10635         global-mode-string, which is now after which-func-mode, not the
10636         buffer name.
10638 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
10640         * modes.texi (Desktop Save Mode): Add.
10641         (Modes): Add menu entry Desktop Save Mode.
10643         * hooks.texi: Add desktop-after-read-hook,
10644         desktop-no-desktop-file-hook and desktop-save-hook.
10646         * locals.texi: Add desktop-save-buffer.
10648 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
10650         * display.texi: emacs -> Emacs.
10652 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
10654         * files.texi (Changing Files): Document set-file-times.
10656 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10658         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10660 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
10662         * tips.texi (Coding Conventions): defopt -> defcustom.
10664 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
10666         * sequences.texi: Various clarifications.
10668 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
10670         * buffers.texi (Read Only Buffers): Mention optional ARG to
10671         `toggle-read-only'.
10673 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
10675         * windows.texi (Selecting Windows): Note that get-lru-window
10676         returns a full-width window if possible.
10678 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
10680         * buffers.texi: Various changes in addition to:
10681         (Buffer File Name): Add `find-buffer-visiting'.
10682         (Buffer Modification): Mention optional ARG to `not-modified'.
10683         (Indirect Buffers): Mention optional CLONE argument to
10684         `make-indirect-buffer'.
10686         * files.texi: Various changes in addition to:
10687         (Visiting Functions): `find-file-hook' is now a normal hook.
10688         (File Name Expansion): Explain difference between the way that
10689         `expand-file-name' and `file-truename' treat `..'.
10690         (Contents of Directories): Mention optional ID-FORMAT argument to
10691         `directory-files-and-attributes'.
10692         (Format Conversion): Mention new optional CONFIRM argument to
10693         `format-write-file'.
10695 2004-04-12  Miles Bader  <miles@gnu.org>
10697         * macros.texi (Expansion): Add description of `macroexpand-all'.
10699 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10701         * variables.texi (Variable Aliases):
10702         Mention cyclic-variable-indirection.
10704         * errors.texi (Standard Errors): Ditto.
10706 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10708         * backups.texi: Various small changes in addition to:
10709         (Making Backups): Mention return value of `backup-buffer'.
10710         (Auto-Saving): Mention optional FORCE argument to
10711         `delete-auto-save-file-if-necessary'.
10712         (Reverting): Mention optional PRESERVE-MODES argument to
10713         `revert-buffer'.  Correct description of `revert-buffer-function'.
10715 2004-03-22  Juri Linkov  <juri@jurta.org>
10717         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10718         with `Vector Functions'.
10720         * text.texi (Sorting): Add missing quote.
10722 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
10724         * intro.texi (Lisp History): Replace xref to `cl' manual with
10725         inforef.
10727 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10729         * intro.texi (Version Info): Add arg to emacs-version.
10730         (Lisp History): Change xref to CL manual.
10732 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
10734         * minibuf.texi (Completion Commands): Add xref to Emacs manual
10735         for Partial Completion mode.
10737 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
10739         * customize.texi: Fix typo.  Remove eol whitespace.
10741 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10743         * processes.texi: Fix typos.
10745         * lists.texi (Building Lists): Minor clarification.
10747         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10748         in make-hash-table.
10750 2004-02-29  Juanma Barranquero  <lektu@terra.es>
10752         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10753         rm, and ignore exit code.
10755 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10757         * display.texi (Defining Faces): Add description for min-colors.
10758         Update example.
10760 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10762         * abbrevs.texi: Various corrections and clarifications in addition
10763         to the following:
10764         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10766 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10768         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10770 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
10772         * text.texi: Various small changes in addition to the following:
10773         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10774         to delete-horizontal-space.
10775         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10776         description of yank-handler text property at various places.
10778         * frames.texi (Window System Selections): Add anchor.
10780         * syntax.texi (Syntax Table Functions): Clarify and correct
10781         descriptions of make-syntax-table and copy-syntax-table.
10782         (Motion and Syntax): Clarify SYNTAXES argument to
10783         skip-syntax-forward.
10784         (Parsing Expressions): Mention that the return value of
10785         parse-partial-sexp is currently a list of ten rather than nine
10786         elements.
10787         (Categories): Various corrections and clarifications.
10789 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10791         * markers.texi (Marker Insertion Types): Minor change.
10793         * locals.texi (Standard Buffer-Local Variables):
10794         * commands.texi (Interactive Codes, Using Interactive):
10795         * functions.texi (Related Topics): Fix xrefs.
10797 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10799         * lists.texi (Sets And Lists): Update description of delete-dups.
10801 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10803         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10805 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
10807         * frames.texi (Parameter Access): frame-parameters arg is optional.
10808         modify-frame-parameters handles nil for FRAME.
10809         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10810         are all-or-nothing for certain toolkits.
10811         Mention parameter wait-for-wm.
10812         (Frames and Windows): In frame-first-window and frame-selected-window
10813         the arg is optional.
10814         (Input Focus): In redirect-frame-focus the second arg is optional.
10815         (Window System Selections): Mention selection type CLIPBOARD.
10816         Mention data-type UTF8_STRING.
10817         Mention numbering of cut buffers.
10818         (Resources): Describe x-resource-name.
10820 2004-02-16  Richard M. Stallman  <rms@gnu.org>
10822         * windows.texi (Buffers and Windows): Delete false table
10823         about all-frames.
10825         * syntax.texi (Parsing Expressions): Delete old caveat
10826         about parse-sexp-ignore-comments.
10828         * streams.texi (Output Variables): Add print-quoted.
10830         * lists.texi (Building Lists): Minor cleanup.
10832         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10834         * display.texi (Overlays): Explain overlays use markers.
10835         (Managing Overlays): Explain front-advance and rear-advance
10836         in more detail.
10838         * loading.texi (Unloading): Document unload-feature-special-hooks.
10839         Get rid of fns-NNN.el file.
10841 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10843         * help.texi (Describing Characters): Fix text-char-description
10844         example output.
10846         * edebug.texi (Using Edebug): Fix example.
10848         * debugging.texi (Internals of Debugger): Fix return value.
10850         * files.texi (Changing Files): Fix argname.
10852         * calendar.texi: Fix parens, and default values.
10854         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10855         * nonascii.texi, objects.texi, os.texi: Minor fixes.
10856         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10858         * positions.texi (Text Lines): Don't add -1 in current-line.
10860 2004-02-16  Richard M. Stallman  <rms@gnu.org>
10862         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10864 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10866         * processes.texi (Low-Level Network): Fix a typo.
10868 2004-02-12  Kim F. Storm  <storm@cua.dk>
10870         * display.texi (Fringes): Use consistent wording.
10871         Note that window-fringe's window arg is optional.
10872         (Scroll Bars): Use consistent wording.
10874 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
10876         * tips.texi (Comment Tips): Document the new conventions for
10877         commenting out code.
10879 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
10881         * positions.texi (Text Lines): Add missing end defun.
10883 2004-02-07  Kim F. Storm  <storm@cua.dk>
10885         * positions.texi (Text Lines): Add line-number-at-pos.
10887 2004-02-06  John Paul Wallington  <jpw@gnu.org>
10889         * display.texi (Button Properties, Button Buffer Commands):
10890         mouse-2 invokes button, not down-mouse-1.
10892 2004-02-04  Jason Rumney  <jasonr@gnu.org>
10894         * makefile.w32-in: Sync with Makefile.in changes.
10896 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
10898         * minibuf.texi (Text from Minibuffer): Various corrections and
10899         clarifications.
10900         (Object from Minibuffer): Correct Lisp description of
10901         read-minibuffer.
10902         (Minibuffer History): Clarify description of cons values for
10903         HISTORY arguments.
10904         (Basic Completion): Various corrections and clarifications.
10905         Add completion-regexp-list.
10906         (Minibuffer Completion): Correct and clarify description of
10907         completing-read.
10908         (Completion Commands): Mention Partial Completion mode.
10909         Various other minor changes.
10910         (High-Level Completion): Various corrections and clarifications.
10911         (Reading File Names): Ditto.
10912         (Minibuffer Misc): Ditto.
10914 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
10916         * strings.texi (Text Comparison): assoc-string also matches
10917         elements of alists that are strings instead of conses.
10918         (Formatting Strings): Standardize Texinfo usage.  Update index
10919         entries.
10921 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
10923         * lists.texi (Sets And Lists): Add delete-dups.
10925 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10927         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10928         special form.
10929         * macros.texi (Defining Macros): Update description of `declare',
10930         which now is a macro.
10931         (Wrong Time): Fix typos.
10933 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
10935         * compile.texi (Compilation Functions): Expand descriptions of
10936         `compile-defun', `byte-compile-file', `byte-recompile-directory'
10937         and `batch-byte-compile'.  In particular, mention and describe
10938         all optional arguments.
10939         (Disassembly): Correct and clarify the description of `disassemble'.
10941 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
10943         * searching.texi: Various small changes in addition to the
10944         following.
10945         (Regexp Example): Adapt to new value of `sentence-end'.
10946         (Regexp Functions): The PAREN argument to `regexp-opt' can be
10947         `words'.
10948         (Search and Replace): Add usage note for `perform-replace'.
10949         (Entire Match Data): Mention INTEGERS and REUSE arguments to
10950         `match-data'.
10951         (Standard Regexps): Update for new values of `paragraph-start'
10952         and `sentence-end'.
10954 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
10956         * files.texi (Saving Buffers): Clarify descriptions of
10957         `write-contents-functions' and `before-save-hook'.
10958         Make the defvar's for `before-save-hook' and `after-save-hook'
10959         into defopt's.
10961 2004-01-07  Kim F. Storm  <storm@cua.dk>
10963         * commands.texi (Click Events): Describe new image and
10964         width/height elements of click events.
10965         (Accessing Events): Add posn-string, posn-image, and
10966         posn-object-width-height.  Change posn-object to return either
10967         image or string object.
10969 2004-01-01  Simon Josefsson  <jas@extundo.com>
10971         * hooks.texi (Standard Hooks): Add before-save-hook.
10972         * files.texi (Saving Buffers): Likewise.
10974 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10976         * frames.texi (Frames and Windows): Delete frame-root-window.
10978 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10980         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10982         * functions.texi: Various small changes in addition to the
10983         following.
10984         (What Is a Function): `functionp' returns nil for macros.
10985         Clarify behavior of this and following functions for symbol arguments.
10986         (Function Documentation): Add `\' in front of (fn @var{arglist})
10987         and explain why.
10988         (Defining Functions): Mention DOCSTRING argument to `defalias'.
10989         Add anchor.
10990         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
10992 2004-01-01  Miles Bader  <miles@gnu.org>
10994         * display.texi (Buttons): New section.
10996 2003-12-31  Andreas Schwab  <schwab@suse.de>
10998         * numbers.texi (Math Functions): sqrt reports a domain-error
10999         error.
11000         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11002 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11004         * tips.texi (Documentation Tips): Update item on hyperlinks in
11005         documentation strings.
11007         * errors.texi (Standard Errors): Various small corrections and
11008         additions.
11010         * control.texi: Various small changes in addition to the
11011         following.
11012         (Signaling Errors): Provide some more details on how `signal'
11013         constructs the error message.  Add anchor to the definition of
11014         `signal'.
11015         (Error Symbols): Describe special treatment of `quit'.
11016         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11017         to emphasize that it has to be a single form.
11019         * buffers.texi: Add anchor.
11021 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11023         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11024         (Window Configurations): Add window-configuration-frame.
11026         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11028         * text.texi (Examining Properties): Add get-char-property-and-overlay.
11029         Change arg name in get-char-property.
11030         (Special Properties): Update handling of keymap property.
11032         * strings.texi (Modifying Strings): Add clear-string.
11033         (Text Comparison): Add assoc-string and remove
11034         assoc-ignore-case, assoc-ignore-representation.
11036         * os.texi (Time of Day): Add set-time-zone-rule.
11038         * numbers.texi (Math Functions): asin, acos, log, log10
11039         report domain-error errors.
11041         * nonascii.texi (Converting Representations):
11042         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11043         (Encoding and I/O): Add file-name-coding-system.
11045         * modes.texi (Search-based Fontification): Explain that
11046         face specs are symbols with face names as values.
11048         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11050         * lists.texi (Building Lists): remq moved elsewhere.
11051         (Sets And Lists): remq moved here.
11052         (Association Lists): Refer to assoc-string.
11054         * internals.texi (Garbage Collection): Add memory-use-counts.
11056         * frames.texi (Frames and Windows): Add set-frame-selected-window
11057         and frame-root-window.
11059         * files.texi (Contents of Directories):
11060         Add directory-files-and-attributes.
11062         * display.texi (Refresh Screen): Add force-window-update.
11063         (Invisible Text): Explain about moving point out of invis text.
11064         (Overlay Properties): Add overlay-properties.
11065         (Managing Overlays): Add overlayp.
11066         (GIF Images): Invalid image number displays a hollow box.
11068         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11069         (Killing Buffers): Add buffer-live-p.
11071 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11073         * display.texi (Fringes): Fix typo "set-buffer-window".
11075 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
11077         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11078         * nonascii.texi, processes.texi, tips.texi, variables.texi:
11079         Add or change various xrefs and anchors.
11081         * commands.texi: Replace all occurrences of @acronym{CAR} with
11082         @sc{car}, for consistency with the rest of the Elisp manual.
11083         `car' and `cdr' are historically acronyms, but are no longer
11084         widely thought of as such.
11086         * internals.texi (Pure Storage): Mention that `purecopy' does not
11087         copy text properties.
11088         (Object Internals): Now 29 bits are used (in most implementations)
11089         to address Lisp objects.
11091         * variables.texi (Variables with Restricted Values): New node.
11093         * objects.texi (Lisp Data Types): Mention that certain variables
11094         can only take on a restricted set of values and add an xref to
11095         the new node "Variables with Restricted Values".
11097         * eval.texi (Function Indirection): Describe the errors that
11098         `indirect-function' can signal.
11099         (Eval): Clarify the descriptions of `eval-region' and `values'.
11100         Describe `eval-buffer' instead of `eval-current-buffer' and
11101         mention `eval-current-buffer' as an alias for `current-buffer'.
11102         Correct the description and mention all optional arguments.
11104         * nonascii.texi: Various small changes in addition to the
11105         following.
11106         (Converting Representations): Clarify behavior of
11107         `string-make-multibyte' and `string-to-multibyte' for unibyte all
11108         ASCII arguments.
11109         (Character Sets): Document the variable `charset-list' and adapt
11110         the definition of the function `charset-list' accordingly.
11111         (Translation of Characters): Clarify use of generic characters in
11112         `make-translation-table'.  Clarify and correct the description of
11113         the use of translation tables in encoding and decoding.
11114         (User-Chosen Coding Systems): Correct and clarify the description
11115         of `select-safe-coding-system'.
11116         (Default Coding Systems): Clarify description of
11117         `file-coding-system-alist'.
11119 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
11121         * strings.texi (Text Comparison): Correctly describe when two
11122         strings are `equal'.  Combine and clarify descriptions of
11123         `assoc-ignore-case' and `assoc-ignore-representation'.
11125         * objects.texi (Non-ASCII in Strings): Clarify description of
11126         when a string is unibyte or multibyte.
11127         (Bool-Vector Type): Update examples.
11128         (Equality Predicates): Correctly describe when two strings are
11129         `equal'.
11131 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11133         * lists.texi (Building Lists): `append' no longer accepts integer
11134         arguments.  Update the description of `number-sequence' to reflect
11135         recent changes.
11136         (Sets And Lists): Describe `member-ignore-case' after `member'.
11138 2003-11-27  Kim F. Storm  <storm@cua.dk>
11140         * commands.texi (Click Events): Click object may be an images.
11141         Describe (dx . dy) element of click positions.
11142         (Accessing Events): Remove duplicate posn-timestamp.
11143         New functions posn-object and posn-object-x-y.
11145 2003-11-23  Kim F. Storm  <storm@cua.dk>
11147         * commands.texi (Click Events): Describe enhancements to event
11148         position lists, including new text-pos and (col . row) items.
11149         Mention left-fringe and right-fringe area events.
11150         (Accessing Events): New functions posn-area and
11151         posn-actual-col-row.  Mention posn-timestamp.  Mention that
11152         posn-point in non-text area still returns buffer position.
11153         Clarify posn-col-row.
11155 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
11157         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11158         * anti.texi (File Attributes): Describe removed parameter
11159         ID-FORMAT.
11161 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11163         * positions.texi (Positions): Mention that, if a marker is used as
11164         a position, its buffer is ignored.
11166         * markers.texi (Overview of Markers): Mention it here too.
11168 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
11170         * numbers.texi (Numeric Conversions): Not just `floor', but also
11171         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11173 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
11175         * markers.texi (Creating Markers): Specify insertion type of
11176         created markers.  Add xref to `Marker Insertion Types'.
11177         Second argument to `copy-marker' is optional.
11178         (Marker Insertion Types): Mention that most markers are created
11179         with insertion type nil.
11180         (The Mark): Correctly describe when `mark' signals an error.
11181         (The Region): Correctly describe when `region-beginning' and
11182         `region-end' signal an error.
11184 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
11186         * hash.texi (Creating Hash): Clarify description of `eql'.
11187         `makehash' is obsolete.
11188         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11190         * positions.texi (Point): Change description of `buffer-end', so
11191         that it is also correct for floating point arguments.
11192         (List Motion): Correct argument lists of `beginning-of-defun' and
11193         `end-of-defun'.
11194         (Excursions): Add xref to `Marker Insertion Types'.
11195         (Narrowing): Argument to `narrow-to-page' is optional.
11197 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
11199         * streams.texi (Output Streams): Clarify behavior of point for
11200         marker output streams.
11202 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
11204         * variables.texi (Defining Variables): Second argument to
11205         `defconst' is not optional.
11206         (Setting Variables): Mention optional argument APPEND to
11207         `add-to-list'.
11208         (Creating Buffer-Local): Expand description of
11209         `make-variable-buffer-local'.
11210         (Frame-Local Variables): Expand description of
11211         `make-variable-frame-local'.
11212         (Variable Aliases): Correct description of optional argument
11213         DOCSTRING to `defvaralias'.  Mention return value of
11214         `defvaralias'.
11215         (File Local Variables): Add xref to `File variables' in Emacs
11216         Manual.  Correct description of `hack-local-variables'.  Mention
11217         `safe-local-variable' property.  Mention optional second argument
11218         to `risky-local-variable-p'.
11220 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
11222         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11224 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11226         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11227         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11228         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11229         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11230         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11231         lispref/processes.texi, lispref/searching.texi,
11232         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11233         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11234         @acronym{FOO}.
11236 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
11238         * strings.texi (Creating Strings): Argument START to `substring'
11239         can not be `nil'.  Expand description of
11240         `substring-no-properties'.  Correct description of `split-string',
11241         especially with respect to empty matches.  Prevent very bad line
11242         break in definition of `split-string-default-separators'.
11243         (Text Comparison): `string=' and `string<' also accept symbols as
11244         arguments.
11245         (String Conversion): More completely describe argument BASE in
11246         `string-to-number'.
11247         (Formatting Strings): `%s' and `%S' in `format' do require
11248         corresponding object.  Clarify behavior of numeric prefix after
11249         `%' in `format'.
11250         (Case Conversion): The argument to `upcase-initials' can be a
11251         character.
11253 2003-10-27  Kenichi Handa  <handa@m17n.org>
11255         * display.texi (Fontsets): Fix texinfo usage.
11257 2003-10-25  Kenichi Handa  <handa@m17n.org>
11259         * display.texi (Fontsets): Add description of the function
11260         set-fontset-font.
11262 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
11264         * display.texi (Temporary Displays): Add xref to `Documentation
11265         Tips'.
11267         * functions.texi (Function Safety): Use inforef instead of pxref
11268         for SES.
11270 2003-10-23  Andreas Schwab  <schwab@suse.de>
11272         * Makefile.in (TEX, texinputdir): Don't define.
11273         (TEXI2DVI): Define.
11274         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11275         add $(srcdir)/index.texi.
11276         ($(infodir)/elisp): Remove index.texi dependency.
11277         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
11278         (index.texi): Remove target.
11279         (dist): Don't link $(srcdir)/permute-index.
11280         (clean): Don't remove index.texi.
11282         * permute-index, index.perm: Remove.
11283         * index.texi: Rename from index.unperm.
11285 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
11287         * tips.texi (Documentation Tips): Document new behavior for face
11288         and variable hyperlinks in Help mode.
11290 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
11292         * objects.texi (Integer Type): Update for extra bit of integer range.
11293         (Character Type): Ditto.
11295 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
11297         * numbers.texi (Integer Basics): Add index entries for reading
11298         numbers in hex, octal, and binary.
11300 2003-10-16  Lute Kamstra  <lute@gnu.org>
11302         * modes.texi (Mode Line Format): Mention force-mode-line-update's
11303         argument.
11305 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
11307         * windows.texi (Choosing Window): Fix typo.
11308         * edebug.texi (Edebug Execution Modes): Fix typo.
11310 2003-10-13  Richard M. Stallman  <rms@gnu.org>
11312         * windows.texi (Basic Windows): A window has fringe settings,
11313         display margins and scroll-bar settings.
11314         (Splitting Windows): Doc split-window return value.
11315         Clean up one-window-p.
11316         (Selecting Windows): Fix typo.
11317         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11318         (Buffers and Windows): In set-window-buffer, explain effect
11319         on fringe settings and scroll bar settings.
11320         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11321         (Choosing Window): Use defopt for pop-up-frame-function.
11322         For special-display-buffer-names, explain same-window and same-frame.
11323         Clarify window-dedicated-p return value.
11324         (Textual Scrolling): scroll-up and scroll-down can get an error.
11325         (Horizontal Scrolling): Clarify auto-hscroll-mode.
11326         Clarify set-window-hscroll.
11327         (Size of Window): Don't mention tool bar in window-height.
11328         (Coordinates and Windows): Explain what coordinates-in-window-p
11329         returns for fringes and display margins.
11330         (Window Configurations): Explain saving fringes, etc.
11332         * tips.texi (Library Headers): Clean up Documentation.
11334         * syntax.texi (Parsing Expressions): Clean up forward-comment
11335         and parse-sexp-lookup-properties.
11337         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11339         * os.texi (System Environment): Clean up text for load-average errors.
11341         * modes.texi (Hooks): Don't explain local hook details at front.
11342         Clarify run-hooks and run-hook-with-args a little.
11343         Clean up add-hook and remove-hook.
11345         * edebug.texi (Edebug Execution Modes): Clarify t.
11346         Document edebug-sit-for-seconds.
11347         (Coverage Testing): Document C-x X = and =.
11348         (Instrumenting Macro Calls): Fix typo.
11349         (Specification List): Don't index the specification keywords.
11351 2003-10-10  Kim F. Storm  <storm@cua.dk>
11353         * processes.texi (Network): Introduce make-network-process.
11355 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
11357         * tips.texi (Library Headers): Fix typo.
11359 2003-10-07  Juri Linkov  <juri@jurta.org>
11361         * modes.texi (Imenu): Mention imenu-create-index-function's
11362         default value.  Explain submenus better.
11364 2003-10-07  Lute Kamstra  <lute@gnu.org>
11366         * modes.texi (Faces for Font Lock): Fix typo.
11367         (Hooks): Explain how buffer-local hook variables can refer to
11368         global hook variables.
11369         Various minor clarifications.
11371 2003-10-06  Lute Kamstra  <lute@gnu.org>
11373         * tips.texi (Coding Conventions): Mention naming conventions for
11374         hooks.
11376 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
11378         * loading.texi (Library Search): Correct default value of
11379         load-suffixes.
11380         (Named Features): Fix typo.
11382 2003-10-05  Richard M. Stallman  <rms@gnu.org>
11384         * loading.texi (Named Features): In `provide',
11385         say how to test for subfeatures.
11386         (Unloading): In unload-feature, use new var name
11387         unload-feature-special-hooks.
11389 2003-10-03  Lute Kamstra  <lute@gnu.org>
11391         * modes.texi (Major Mode Conventions): Mention third way to set up
11392         Imenu.
11393         (Imenu): A number of small fixes.
11394         Delete documentation of internal variable imenu--index-alist.
11395         Document the return value format of imenu-create-index-function
11396         functions.
11398 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11400         * processes.texi (Network): Say what stopped datagram connections do.
11402         * lists.texi (Association Lists): Clarify `assq-delete-all'.
11404         * display.texi (Overlay Properties): Clarify `evaporate' property.
11406 2003-09-29  Lute Kamstra  <lute@gnu.org>
11408         * modes.texi (Mode Line Data): Explain when symbols in mode-line
11409         constructs should be marked as risky.
11410         Change cons cell into proper list.
11411         (Mode Line Variables): Change cons cell into proper list.
11413 2003-09-26  Lute Kamstra  <lute@gnu.org>
11415         * modes.texi (Mode Line Data): Document the :propertize construct.
11416         (Mode Line Variables): Reorder the descriptions of the variables
11417         to match their order in the default mode-line-format.
11418         Describe the new variables mode-line-position and mode-line-modes.
11419         Update the default values of mode-line-frame-identification,
11420         minor-mode-alist, and default-mode-line-format.
11421         (Properties in Mode): Mention the :propertize construct.
11423 2003-09-26  Richard M. Stallman  <rms@gnu.org>
11425         * buffers.texi, commands.texi, debugging.texi, eval.texi:
11426         * loading.texi, minibuf.texi, text.texi, variables.texi:
11427         Avoid @strong{Note:}.
11429 2003-09-26  Richard M. Stallman  <rms@gnu.org>
11431         * keymaps.texi (Remapping Commands): Fix typo.
11433 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
11435         * processes.texi (Low-Level Network): Fix typo.
11437 2003-09-23  Kim F. Storm  <storm@cua.dk>
11439         * processes.texi (Network, Network Servers): Fix typos.
11440         (Low-Level Network): Add timeout value for :server keyword.
11441         Add new option keywords to make-network-process.
11442         Add set-network-process-options.
11443         Explain how to test availability of network options.
11445 2003-09-19  Richard M. Stallman  <rms@gnu.org>
11447         * text.texi (Motion by Indent): Arg to
11448         backward-to-indentation and forward-to-indentation is optional.
11450         * strings.texi (Creating Strings): Add substring-no-properties.
11452         * processes.texi
11453         (Process Information): Add list-processes arg QUERY-ONLY.
11454         Delete process-contact from here.
11455         Add new status values for process-status.
11456         Add process-get, process-put, process-plist, set-process-plist.
11457         (Synchronous Processes): Add call-process-shell-command.
11458         (Signals to Processes): signal-process allows process objects.
11459         (Network): Complete rewrite.
11460         (Network Servers, Datagrams, Low-Level Network): New nodes.
11462         * positions.texi (Word Motion): forward-word, backward-word
11463         arg is optional.  Reword.
11465         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11467         * variables.texi (Creating Buffer-Local):
11468         Delete duplicate definition of buffer-local-value.
11469         (File Local Variables): Explain about discarding text props.
11471 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11473         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11474         changes variables that record input events.
11475         (Minibuffer Misc): Add minibuffer-selected-window.
11477         * lists.texi (Building Lists): Add copy-tree.
11479         * display.texi (Fontsets): Add char-displayable-p.
11480         (Scroll Bars): New node.
11482 2003-09-08  Lute Kamstra  <lute@gnu.org>
11484         * modes.texi (%-Constructs): Document new `%i' and `%I'
11485         constructs.
11487 2003-09-03  Peter Runestig  <peter@runestig.com>
11489         * makefile.w32-in: New file.
11491 2003-08-29  Richard M. Stallman  <rms@gnu.org>
11493         * display.texi (Overlay Properties): Clarify how priorities
11494         affect use of the properties.
11496 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
11498         * customize.texi (Type Keywords): Correct the description of
11499         `:help-echo' in the case where `motion-doc' is a function.
11501 2003-08-14  John Paul Wallington  <jpw@gnu.org>
11503         * modes.texi (Emulating Mode Line): Subsection, not section.
11505 2003-08-13  Richard M. Stallman  <rms@gnu.org>
11507         * elisp.texi (Top): Update subnode lists in menu.
11509         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11510         (Kill Functions): kill-region has new arg yank-handler.
11511         (Yanking): New node.
11512         (Yank Commands): Add yank-undo-function.
11513         (Low-Level Kill Ring):
11514         kill-new and kill-append have new arg yank-handler.
11515         (Changing Properties): Add remove-list-of-text-properties.
11516         (Atomic Changes): New node.
11518         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11520         * streams.texi (Output Variables): Add eval-expression-print-length
11521         and eval-expression-print-level.
11523         * os.texi (Time Conversion): For encode-time, explain limits on year.
11525         * objects.texi (Character Type): Define anchor "modifier bits".
11527         * modes.texi (Emulating Mode Line): New node.
11528         (Search-based Fontification): Font Lock uses font-lock-face property.
11529         (Other Font Lock Variables): Likewise.
11531         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11532         not vectors.
11533         (Active Keymaps): Add emulation-mode-map-alists.
11534         (Functions for Key Lookup): key-binding has new arg no-remap.
11535         (Remapping Commands): New node.
11536         (Scanning Keymaps): where-is-internal has new arg no-remap.
11537         (Tool Bar): Add tool-bar-local-item-from-menu.
11538         Clarify when to use tool-bar-add-item-from-menu.
11540         * commands.texi (Interactive Call): commandp has new arg.
11541         (Command Loop Info): Add this-original-command.
11543 2003-08-06  John Paul Wallington  <jpw@gnu.org>
11545         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11547         * display.texi (Warning Basics): Fix typo.
11548         (Fringes): Add closing curly bracket and fix typo.
11550         * elisp.texi (Top): Fix typo.
11552 2003-08-05  Richard M. Stallman  <rms@gnu.org>
11554         * elisp.texi: Update lists of subnodes.
11556         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11558         * variables.texi (Local Variables): Use lc for example variable names.
11560         * tips.texi (Library Headers): Explain where to put -*-.
11562         * strings.texi (Creating Strings): Fix xref for vconcat.
11564         * sequences.texi (Vector Functions):
11565         vconcat no longer allows integer args.
11567         * minibuf.texi (Reading File Names): read-file-name has new
11568         arg PREDICATE.  New function read-directory-name.
11570         * macros.texi (Defining Macros): Give definition of `declare'.
11571         (Indenting Macros): New node.
11573         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11574         (Window Frame Parameters): Make separate table of parameters
11575         that are coupled with specific face attributes.
11576         (Deleting Frames): delete-frame-hooks renamed to
11577         delete-frame-functions.
11579         * files.texi (Magic File Names): Add file-remote-p.
11580         Clarify file-local-copy.
11582         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11583         here; instead xref Defining Macros.
11585         * display.texi (Warnings): New node, and subnodes.
11586         (Fringes): New node.
11588         * debugging.texi (Test Coverage): New node.
11590         * compile.texi (Compiler Errors): Explain with-no-warnings
11591         and other ways to suppress warnings.
11593         * commands.texi (Interactive Call): Minor clarification.
11595         * buffers.texi (Buffer File Name): set-visited-file-name
11596         renames the buffer too.
11598         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11600 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
11602         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11604 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
11606         * internals.texi (Garbage Collection): Fix previous change.
11608 2003-07-22  Richard M. Stallman  <rms@gnu.org>
11610         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11612         * display.texi (Width): Use \s syntax in example.
11613         (Font Selection): Add face-font-rescale-alist.
11615         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11616         Remove spurious indent in example.
11618         * lists.texi (Building Lists): Add number-sequence.
11620         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11622         * functions.texi (Function Documentation): Explain how to
11623         show calling convention explicitly in the doc string.
11625         * windows.texi (Selecting Windows): save-selected-window saves
11626         selected window of each frame.
11627         (Window Configurations): Minor change.
11629         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11631         * streams.texi (Output Variables): Add print-continuous-numbering
11632         and print-number-table.
11634         * processes.texi (Decoding Output): New node.
11636         * os.texi (Time Conversion): decode-time arg is optional.
11638         * objects.texi (Character Type): Don't use space as example for \.
11639         Make list of char names and \-sequences correspond.
11640         Explain that \s is not used in strings.  `\ ' needs space after.
11642         * nonascii.texi (Converting Representations): Add string-to-multibyte.
11643         (Translation of Characters): Add translation-table-for-input.
11644         (Default Coding Systems): Add auto-coding-functions.
11645         (Explicit Encoding): Add decode-coding-inserted-region.
11646         (Locales): Add locale-info.
11648         * minibuf.texi (Basic Completion): Describe test-completion.
11649         Collections can be lists of strings.
11650         Clean up lazy-completion-table.
11651         (Programmed Completion): Mention test-completion.
11652         Clarify why lambda expressions are not accepted.
11653         (Minibuffer Misc): Describe minibufferp.
11655 2003-07-14  Richard M. Stallman  <rms@gnu.org>
11657         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11659         * windows.texi (Selecting Windows): New arg to select-window.
11660         (Selecting Windows): Add with-selected-window.
11661         (Size of Window): Add window-inside-edges, etc.
11663         * internals.texi (Garbage Collection): Add post-gc-hook.
11665         * processes.texi (Subprocess Creation): Add exec-suffixes.
11667         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11668         (Scanning Keymaps): Add map-keymaps.
11669         (Defining Menus): Add keymap-prompt.
11671         * numbers.texi (Integer Basics): Add most-positive-fixnum,
11672         most-negative-fixnum.
11674         * compile.texi (Byte Compilation): Explain no-byte-compile.
11675         (Compiler Errors): New node.
11677         * os.texi (User Identification): user-uid, user-real-uid
11678         can return float.
11680         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11681         and about derived modes.
11682         (Minor Modes): Add minor-mode-list.
11683         (Defining Minor Modes): Keyword args for define-minor-mode.
11684         (Search-based Fontification): Explain managing other properties.
11685         (Other Font Lock Variables): Add font-lock-extra-managed-props.
11686         (Faces for Font Lock): Add font-lock-preprocessor-face.
11687         (Hooks): Add run-mode-hooks and delay-mode-hooks.
11689         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11690         (Variable Aliases): Clarify defvaralias.
11692         * loading.texi (Library Search): Add load-suffixes.
11694         * minibuf.texi (Basic Completion): Add lazy-completion-table.
11695         (Programmed Completion): Add dynamic-completion-table.
11697         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11698         (Magic File Names): Specify precedence order of handlers.
11700         * commands.texi (Command Overview): Emacs server runs pre-command-hook
11701         and post-command-hook.
11702         (Waiting): New calling convention for sit-for.
11704         * text.texi (Special Properties): local-map and keymap properties
11705         apply based on their stickiness.
11707 2003-07-07  Richard M. Stallman  <rms@gnu.org>
11709         * modes.texi (Minor Mode Conventions): Specify only some kinds
11710         of list values as args to minor modes.
11712         * files.texi (File Name Expansion): Warn about iterative use
11713         of substitute-in-file-name.
11715         * advice.texi (Activation of Advice): Clean up previous change.
11717 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
11719         * advice.texi (Activation of Advice): Note that ad-start-advice is
11720         turned on by default.
11722 2003-06-30  Richard M. Stallman  <rms@gnu.org>
11724         * text.texi (Buffer Contents): Document current-word.
11725         (Change Hooks): Not called for *Messages*.
11727         * functions.texi (Defining Functions): Explain about redefining
11728         primitives.
11729         (Function Safety): Rename.  Minor changes.
11730         Comment out the detailed criteria for what is safe.
11732 2003-06-22  Andreas Schwab  <schwab@suse.de>
11734         * objects.texi (Symbol Type): Fix description of examples.
11736 2003-06-16  Andreas Schwab  <schwab@suse.de>
11738         * hash.texi (Creating Hash): Fix description of :weakness.
11740 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
11742         * files.texi (Changing Files): copy-file copies file modes, too.
11744 2003-05-28  Richard M. Stallman  <rms@gnu.org>
11746         * strings.texi (Creating Strings): Clarify split-string.
11748 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
11750         * strings.texi (Creating Strings): Update split-string specification
11751         and examples.
11753 2003-05-19  Richard M. Stallman  <rms@gnu.org>
11755         * elisp.texi: Correct invariant section names.
11757 2003-04-20  Richard M. Stallman  <rms@gnu.org>
11759         * os.texi (Timers): Explain about timers and quitting.
11761 2003-04-19  Richard M. Stallman  <rms@gnu.org>
11763         * internals.texi (Writing Emacs Primitives): Strings are
11764         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
11765         Explain GCPRO convention for varargs function args.
11767 2003-04-16  Richard M. Stallman  <rms@gnu.org>
11769         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11771 2003-04-08  Richard M. Stallman  <rms@gnu.org>
11773         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11775 2003-02-13  Kim F. Storm  <storm@cua.dk>
11777         * objects.texi (Character Type): New \s escape for space.
11779 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
11781         * os.texi (System Environment): Add cygwin system-type.
11783 2003-01-25  Richard M. Stallman  <rms@gnu.org>
11785         * keymaps.texi: Document that a symbol can act as a keymap.
11787 2003-01-13  Richard M. Stallman  <rms@gnu.org>
11789         * text.texi (Changing Properties): Say string indices are origin-0.
11791         * positions.texi (Screen Lines) <compute-motion>:
11792         Correct order of elts in return value.
11794         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11795         how to define a default binding.
11797 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
11799         * loading.texi (Unloading): Fix recent change for load-history.
11801         * customize.texi (Simple Types): Clarify description of custom
11802         type 'number.  Describe new custom type 'float.
11804 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
11806         * variables.texi (File Local Variables): Fix typo.
11808 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
11810         From Michael Albinus <Michael.Albinus@alcatel.de>.
11812         * README: Target for Info file is `make info'.
11814         * files.texi (File Name Components): Fix typos in
11815         `file-name-sans-extension'.
11816         (Magic File Names): Complete list of operations for magic file
11817         name handlers.
11819 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
11821         * variables.texi (File Local Variables): New function
11822         risky-local-variable-p.
11824 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
11826         * functions.texi (Function safety): New node about unsafep.
11828 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11830         * customize.texi (Splicing into Lists): Fix example.
11831         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11833 2002-06-17  Juanma Barranquero  <lektu@terra.es>
11835         * frames.texi (Display Feature Testing): Fix typo.
11837 2002-06-12  Andreas Schwab  <schwab@suse.de>
11839         * frames.texi (Initial Parameters, Resources): Fix references to
11840         the Emacs manual.
11842 2002-05-13  Kim F. Storm  <storm@cua.dk>
11844         * variables.texi (Intro to Buffer-Local): Update warning and
11845         example relating to changing buffer inside let.
11847 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
11849         * os.texi (Session Management): New node about X Session management.
11851 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
11853         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
11854         to which the manual corresponds, and the copyright years.
11856         * Makefile.in (VERSION): Set to 2.9.
11858 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
11860         * elisp.texi: Change the category in @dircategory to "Emacs", to
11861         make it consistent with info/dir.
11863 2001-11-25  Miles Bader  <miles@gnu.org>
11865         * text.texi (Fields): Describe new `limit' arg in
11866         field-beginning/field-end.
11868 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
11870         * permute-index: Don't depend on csh-specific features.
11871         Replace the interpreter name with /bin/sh.
11873         * two-volume-cross-refs.txt: New file.
11874         * two.el: New file.
11875         * spellfile: New file.
11877 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
11879         * permute-index: New file.
11881         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11882         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11883         8+3 restricted namespace.
11885         * Makefile.in (infodir): Define relative to $(srcdir).
11886         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11887         include directories list via -I switch to makeinfo.
11888         (index.texi): Use cp if both hard and symbolic links fail.
11890 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
11892         * Makefile.in (distclean): Add.
11894         The following changes make ELisp manual part of the Emacs
11895         distribution:
11897         * Makefile.in: Add Copyright notice.
11898         (prefix): Remove.
11899         (infodir): Change value to "../info".
11900         (VPATH): New variable.
11901         (MAKE): Don't define.
11902         (texmacrodir): Don't define.
11903         (texinputdir): Append the existing value of TEXINPUTS.
11904         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
11905         command to be compatible with man/Makefile.in, and to put the
11906         output into ../info.
11907         (info): Add target.
11908         (installall): Target removed.
11910 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
11912         * tips.texi (Coding Conventions): Fix typo.
11914 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
11916         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11918 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
11920         * files.texi (File Name Components): Update the description of
11921         file-name-sans-extension and file-name-extension, as they now
11922         ignore leading dots.
11924 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
11926         * (Version 21.1 released.)
11928 2001-10-19  Miles Bader  <miles@gnu.org>
11930         * positions.texi (Text Lines): Describe behavior of
11931         `beginning-of-line'/`end-of-line' in the presence of field properties.
11933 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
11935         * Makefile.in (VERSION): Set to 2.8.
11936         (manual): Use `manual-21'.
11938         * elisp.texi (VERSION): Add and use it where the version
11939         number was used.  Set it to 2.8.
11941         * intro.texi: Likewise.
11943 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
11945         * files.texi (File Name Completion): Document the significance of
11946         a trailing slash in elements of completion-ignored-extensions.
11948 2001-10-06  Miles Bader  <miles@gnu.org>
11950         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11952 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
11954         * variables.texi (Variable Aliases): New node.
11956 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
11958         * Branch for 21.1.
11960 2001-10-02  Miles Bader  <miles@gnu.org>
11962         * minibuf.texi (Minibuffer Misc): Add entries for
11963         `minibuffer-contents', `minibuffer-contents-no-properties', and
11964         `delete-minibuffer-contents'.
11965         Correct description for `minibuffer-prompt-end'.
11967         * text.texi (Property Search): Correct descriptions of
11968         `next-char-property-change' and `previous-char-property-change'.
11969         Add entries for `next-single-char-property-change' and
11970         `previous-single-char-property-change'.
11971         Make operand names a bit more consistent.
11973 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
11975         * frames.texi (Finding All Frames): Document that next-frame and
11976         previous-frame are local to current terminal.
11978 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
11980         * keymaps.texi (Creating Keymaps): Fix the description of the
11981         result of make-keymap.
11983 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
11985         * display.texi (Font Lookup, Attribute Functions)
11986         (Image Descriptors): Add cross-references to the definition of
11987         selected frame.
11989         * buffers.texi (The Buffer List): Add cross-references to the
11990         definition of selected frame.
11992         * frames.texi (Input Focus): Clarify which frame is _the_ selected
11993         frame at any given time.
11994         (Multiple Displays, Size and Position): Add a cross-reference to
11995         the definition of the selected frame.
11997 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
11999         * strings.texi (String Conversion) <string-to-number>: Document
12000         that a float is returned for integers that are too large.
12002         * frames.texi (Mouse Position): Document mouse-position-function.
12003         (Display Feature Testing): Document display-images-p.
12004         (Window Frame Parameters): Document the cursor-type variable.
12006         * numbers.texi (Integer Basics): Document CL style read syntax for
12007         integers in bases other than 10.
12009         * positions.texi (List Motion):
12010         Document open-paren-in-column-0-is-defun-start.
12012         * lists.texi (Sets And Lists): Document member-ignore-case.
12014         * internals.texi (Garbage Collection): Document the used and free
12015         strings report.
12016         (Memory Usage): Document strings-consed.
12018         * os.texi (Time of Day): Document float-time.
12019         (Recording Input): Document that clear-this-command-keys clears
12020         the vector to be returned by recent-keys.
12022         * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12023         The argument keymap can be a list.
12025         * nonascii.texi (User-Chosen Coding Systems)
12026         <select-safe-coding-system>: Document the new argument
12027         accept-default-p and the variable
12028         select-safe-coding-system-accept-default-p.  Tell what happens if
12029         buffer-file-coding-system is undecided.
12030         (Default Coding Systems): Document auto-coding-regexp-alist.
12032         * display.texi (The Echo Area) <message>: Document
12033         message-truncate-lines.
12034         (Glyphs): Document that the glyph table is unused on windowed
12035         displays.
12037         * help.texi (Describing Characters) <single-key-description>:
12038         Document the new argument no-angles.
12039         (Accessing Documentation) <documentation-property>: Document that
12040         a non-string property is evaluated.
12041         <documentation>: Document that the function-documentation property
12042         is looked for.
12044         * windows.texi (Selecting Windows): Document some-window.
12046         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12048         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12049         apropos-mode-hook.
12051         * commands.texi (Using Interactive): Document interactive-form.
12052         (Keyboard Macros): Document kbd-macro-termination-hook.
12053         (Command Loop Info): Document that clear-this-command-keys clears
12054         the vector to be returned by recent-keys.
12056 2001-09-04  Werner LEMBERG  <wl@gnu.org>
12058         * Makefile.in (srcdir, texinputdir): New variables.
12059         (srcs, index.texi, install): Use $(srcdir).
12060         (.PHONY): Remove elisp.dvi.
12061         (elisp): Use -I switch for makeinfo.
12062         (elisp.dvi): Use $(srcdir) and $(texinputdir).
12063         (installall, dist): Use $(srcdir).
12064         Fix path to texinfo.tex.
12065         (maintainer-clean): Add elisp.dvi and elisp.oaux.
12067 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
12069         * display.texi (Conditional Display): Adjust to API change.
12071         * configure: New file.
12073 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
12075         * commands.texi (Repeat Events): Add description of
12076         double-click-fuzz.
12078 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
12080         * syntax.texi (Syntax Class Table): Add the missing designator for
12081         comment and string fences.
12082         (Syntax Properties): Add a xref to syntax table internals.
12083         (Syntax Table Internals): Document string-to-syntax.
12085 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
12087         * Makefile.in (install): Use install-info command line options
12088         like in Emacs' Makefile.in.
12090 2000-12-09  Miles Bader  <miles@gnu.org>
12092         * windows.texi (Window Start): Update documentation for
12093         `pos-visible-in-window-p'.
12095 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
12097         * lists.texi (Building Lists): Add footnote to explain how to add
12098         to the end of a list.
12100 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
12102         * files.texi (Visiting Functions): Typos.
12104 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
12106         * files.texi (Visiting Functions): Return value of
12107         find-file-noselect may be a list of buffers if wildcards are used.
12109 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
12111         * display.texi (Defining Faces): Document `graphic' display type
12112         in face specs.
12114 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12116         * hooks.texi (Standard Hooks): Replace obsolete
12117         `after-make-frame-hook' with `after-make-frame-functions'.
12119         * frames.texi (Creating Frames): Ditto.
12121         * variables.texi (Future Local Variables): Ditto.
12123 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
12125         * display.texi (Other Image Types): Add description of :foreground
12126         and :background properties of mono PBM images.
12128 2000-08-17  Werner LEMBERG  <wl@gnu.org>
12130         * .cvsignore: New file.
12132 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
12134         * tindex.pl: New script.
12136 1999-12-03  Dave Love  <fx@gnu.org>
12138         * Makefile.in (MAKEINFO): New parameter.
12140 1999-09-17  Richard Stallman  <rms@gnu.org>
12142         * Makefile.in (srcs): Add hash.texi.
12143         (VERSION): Update to 20.6.
12145 1999-09-13  Richard Stallman  <rms@gnu.org>
12147         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12149 1998-08-29  Karl Heuer  <kwzh@gnu.org>
12151         * configure.in: New file.
12152         * Makefile.in: Renamed from Makefile.
12153         (prefix, infodir): Use value obtained from configure.
12154         (emacslibdir): Obsolete variable deleted.
12155         (dist): Distribute configure.in, configure, Makefile.in.
12157 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12159         * Makefile (INSTALL_INFO): New variable.
12160         (install): Run install-info.
12162 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12164         * Makefile (elisp.dvi): Add missing backslash.
12166 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
12168         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12169         Run texindex without `./'.  Always run texindex on elisp.tp.
12170         (elisp.tps): Target deleted.
12172 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
12174         * Makefile (srcs): Add nonascii.texi and customize.texi.
12175         (dist): Start by deleting `temp'.
12177 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
12179         * Makefile (makeinfo, texindex): Targets deleted.
12180         (makeinfo.o, texindex.o): Targets deleted.
12181         (clean, dist): Don't do anything with them or with getopt*.
12183 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
12185         * Makefile (SHELL): Defined.
12187 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
12189         * Makefile (elisp.tps): New target.
12190         (elisp.dvi): Depend on elisp.tps.
12192 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12194         * README: Update phone number.
12196         * Makefile (elisp): Make this be the default target.
12197         Depend on makeinfo.c instead of makeinfo.
12198         (install): Don't depend on elisp.dvi, since we don't install that.
12199         Use mkinstalldirs.
12200         (dist): Add mkinstalldirs.
12202 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12204         * Makefile (VERSION): Update version number.
12205         (maintainer-clean): Rename from realclean.
12207 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
12209         * Makefile (realclean): New target.
12210         (elisp): Remove any old elisp-* files first.
12212 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
12214         * Makefile (VERSION): New variable.
12215         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12216         Compressed file suffix should be `.gz', not `.z'.
12218 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12220         * Makefile (elisp): Depend on makeinfo.
12222 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
12224         * Makefile (srcs): Add anti.texi.
12226 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12228         * Makefile (infodir, prefix): New vars.
12229         (install): Use infodir.
12230         (emacsinfodir): Delete.
12232 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12234         * Makefile (srcs): Add calendar.texi.
12236         * Makefile (dist): Copy texindex.c and makeinfo.c.
12237         Limit elisp-* files to those with one or two digits.
12239 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12241         * Makefile (dist): Change to use Gzip instead of compress.
12243 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
12245         * loading.texi (Unloading): define-function changed back to
12246         defalias.  It may not stay this way, but at least it's
12247         consistent with the known-good version of the code patch.
12249 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
12251         * modes.texi (Hooks): Document new optional arg of add-hook.
12253 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
12255         * variables.texi: Document nil initial value of buffer-local variables.
12257         * tips.texi: Add new section on standard library headers.
12259 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12261         * Makefile (srcs): Add frame.texi to the list of sources.
12263 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12265         * Makefile (dist): Don't bother excluding autosave files; they'll
12266         never make it into the temp directory anyway, and the hash marks
12267         in the name are problematic for make and the Bourne shell.
12268         (srcs): ???
12270 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
12272         * Makefile (dist): Don't include backup files or autosave files in
12273         the distribution tar file.
12275 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12277         * Makefile (srcs): Add index.perm.
12278         (elisp.dvi): Remove erroneous shell comment.
12279         Expect output of permute-index in permuted.fns.
12280         Save old elisp.aux in elisp.oaux.
12281         (clean): Add index.texi to be deleted.
12283 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12285         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12287 1990-06-26  David Lawrence  (tale@geech)
12289         * files.texi: Noted that completion-ignored-extensions is ignored
12290         when making *Completions*.
12292 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
12294         * Makefile  make dist now depends on elisp.dvi, since it tries
12295         to include it in the dist file.
12297 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
12299         * functions.texinfo (Mapping Functions): Add missing quote.
12301 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
12303         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12304         (defunargs): Turn off \hyphenchar of \sl font temporarily.
12306 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12308         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12309         and @error{} are the terms now being used.  The files in the
12310         directory have been changed to reflect this.
12312         * All instances of @indentedresultt{} have been changed to
12313         `     @result{}', using 5 spaces at the beginning of the line.
12315 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12317         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12318         experimental @indentedresult{}, @indentedexpandsto{} are part of
12319         the texinfo.tex in this directory.  These TeX macros are not
12320         stable yet.
12322 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12324         * texinfo.tex: Temporarily added
12325                 \let\result=\dblarrow
12326                 \def\error{{\it ERROR} \longdblarrow}
12327         We need to do this better soon.
12329 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
12331         * Applied Karl Berry's patches to *.texinfo files, but not to
12332         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
12333         new title page format is also not applied, since it requires
12334         texinfo.tex changes.)
12336         * Cleaned up `Makefile' and defined the `emacslibdir' directory
12337         for the Project GNU development environment.
12339 ;; Local Variables:
12340 ;; coding: utf-8
12341 ;; End:
12343   Copyright (C) 1998-2013 Free Software Foundation, Inc.
12345   This file is part of GNU Emacs.
12347   GNU Emacs is free software: you can redistribute it and/or modify
12348   it under the terms of the GNU General Public License as published by
12349   the Free Software Foundation, either version 3 of the License, or
12350   (at your option) any later version.
12352   GNU Emacs is distributed in the hope that it will be useful,
12353   but WITHOUT ANY WARRANTY; without even the implied warranty of
12354   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12355   GNU General Public License for more details.
12357   You should have received a copy of the GNU General Public License
12358   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.